forked from brendanhay/amazonka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generating new amazonka-certificatemanager-pca/ library
- Loading branch information
1 parent
c01ce6a
commit 34f66b3
Showing
63 changed files
with
5,115 additions
and
0 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
include ../share/library.mk |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Amazon Certificate Manager Private Certificate Authority SDK | ||
|
||
* [Version](#version) | ||
* [Description](#description) | ||
* [Contribute](#contribute) | ||
* [Licence](#licence) | ||
|
||
|
||
## Version | ||
|
||
`1.5.0` | ||
|
||
|
||
## Description | ||
|
||
Documentation is available via [Hackage](http://hackage.haskell.org/package/amazonka-certificatemanager-pca) | ||
and the [AWS API Reference](https://aws.amazon.com/documentation/). | ||
|
||
The types from this library are intended to be used with [amazonka](http://hackage.haskell.org/package/amazonka), | ||
which provides mechanisms for specifying AuthN/AuthZ information, sending requests, | ||
and receiving responses. | ||
|
||
Lenses are used for constructing and manipulating types, | ||
due to the depth of nesting of AWS types and transparency regarding | ||
de/serialisation into more palatable Haskell values. | ||
The provided lenses should be compatible with any of the major lens libraries | ||
[lens](http://hackage.haskell.org/package/lens) or [lens-family-core](http://hackage.haskell.org/package/lens-family-core). | ||
|
||
See [Network.AWS.CertificateManagerPCA](http://hackage.haskell.org/package/amazonka-certificatemanager-pca/docs/Network-AWS-CertificateManagerPCA.html) | ||
or [the AWS documentation](https://aws.amazon.com/documentation/) to get started. | ||
|
||
|
||
## Contribute | ||
|
||
For any problems, comments, or feedback please create an issue [here on GitHub](https://github.com/brendanhay/amazonka/issues). | ||
|
||
> _Note:_ this library is an auto-generated Haskell package. Please see `amazonka-gen` for more information. | ||
|
||
## Licence | ||
|
||
`amazonka-certificatemanager-pca` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/). | ||
|
||
Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0. | ||
Source files subject to this contain an additional licensing clause in their header. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
import Distribution.Simple | ||
main = defaultMain |
101 changes: 101 additions & 0 deletions
101
amazonka-certificatemanager-pca/amazonka-certificatemanager-pca.cabal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
name: amazonka-certificatemanager-pca | ||
version: 1.5.0 | ||
synopsis: Amazon Certificate Manager Private Certificate Authority SDK. | ||
homepage: https://github.com/brendanhay/amazonka | ||
bug-reports: https://github.com/brendanhay/amazonka/issues | ||
license: MPL-2.0 | ||
license-file: LICENSE | ||
author: Brendan Hay | ||
maintainer: Brendan Hay <[email protected]> | ||
copyright: Copyright (c) 2013-2017 Brendan Hay | ||
category: Network, AWS, Cloud, Distributed Computing | ||
build-type: Simple | ||
cabal-version: >= 1.10 | ||
extra-source-files: README.md fixture/*.yaml fixture/*.proto src/.gitkeep | ||
description: | ||
The types from this library are intended to be used with | ||
<http://hackage.haskell.org/package/amazonka amazonka>, which provides | ||
mechanisms for specifying AuthN/AuthZ information, sending requests, | ||
and receiving responses. | ||
. | ||
Lenses are used for constructing and manipulating types, | ||
due to the depth of nesting of AWS types and transparency regarding | ||
de/serialisation into more palatable Haskell values. | ||
The provided lenses should be compatible with any of the major lens libraries | ||
such as <http://hackage.haskell.org/package/lens lens> or | ||
<http://hackage.haskell.org/package/lens-family-core lens-family-core>. | ||
. | ||
See "Network.AWS.CertificateManagerPCA" or <https://aws.amazon.com/documentation/ the AWS documentation> | ||
to get started. | ||
|
||
source-repository head | ||
type: git | ||
location: git://github.com/brendanhay/amazonka.git | ||
subdir: amazonka-certificatemanager-pca | ||
|
||
library | ||
default-language: Haskell2010 | ||
hs-source-dirs: src gen | ||
|
||
ghc-options: | ||
-Wall | ||
-fwarn-incomplete-uni-patterns | ||
-fwarn-incomplete-record-updates | ||
-funbox-strict-fields | ||
|
||
exposed-modules: | ||
Network.AWS.CertificateManagerPCA | ||
, Network.AWS.CertificateManagerPCA.CreateCertificateAuthority | ||
, Network.AWS.CertificateManagerPCA.CreateCertificateAuthorityAuditReport | ||
, Network.AWS.CertificateManagerPCA.DeleteCertificateAuthority | ||
, Network.AWS.CertificateManagerPCA.DescribeCertificateAuthority | ||
, Network.AWS.CertificateManagerPCA.DescribeCertificateAuthorityAuditReport | ||
, Network.AWS.CertificateManagerPCA.GetCertificate | ||
, Network.AWS.CertificateManagerPCA.GetCertificateAuthorityCSR | ||
, Network.AWS.CertificateManagerPCA.GetCertificateAuthorityCertificate | ||
, Network.AWS.CertificateManagerPCA.ImportCertificateAuthorityCertificate | ||
, Network.AWS.CertificateManagerPCA.IssueCertificate | ||
, Network.AWS.CertificateManagerPCA.ListCertificateAuthorities | ||
, Network.AWS.CertificateManagerPCA.ListTags | ||
, Network.AWS.CertificateManagerPCA.RevokeCertificate | ||
, Network.AWS.CertificateManagerPCA.TagCertificateAuthority | ||
, Network.AWS.CertificateManagerPCA.Types | ||
, Network.AWS.CertificateManagerPCA.UntagCertificateAuthority | ||
, Network.AWS.CertificateManagerPCA.UpdateCertificateAuthority | ||
, Network.AWS.CertificateManagerPCA.Waiters | ||
|
||
other-modules: | ||
Network.AWS.CertificateManagerPCA.Types.Product | ||
, Network.AWS.CertificateManagerPCA.Types.Sum | ||
|
||
build-depends: | ||
amazonka-core == 1.5.0.* | ||
, base >= 4.7 && < 5 | ||
|
||
test-suite amazonka-certificatemanager-pca-test | ||
type: exitcode-stdio-1.0 | ||
default-language: Haskell2010 | ||
hs-source-dirs: test | ||
main-is: Main.hs | ||
|
||
ghc-options: -Wall -threaded | ||
|
||
-- This section is encoded by the template and any modules added by | ||
-- hand outside these namespaces will not correctly be added to the | ||
-- distribution package. | ||
other-modules: | ||
Test.AWS.CertificateManagerPCA | ||
, Test.AWS.Gen.CertificateManagerPCA | ||
, Test.AWS.CertificateManagerPCA.Internal | ||
|
||
build-depends: | ||
amazonka-core == 1.5.0.* | ||
, amazonka-test == 1.5.0.* | ||
, amazonka-certificatemanager-pca | ||
, base | ||
, bytestring | ||
, tasty | ||
, tasty-hunit | ||
, text | ||
, time | ||
, unordered-containers |
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/CreateCertificateAuthority.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/CreateCertificateAuthorityAuditReport.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/DeleteCertificateAuthority.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/DescribeCertificateAuthority.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/DescribeCertificateAuthorityAuditReport.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/GetCertificate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/GetCertificateAuthorityCSR.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/GetCertificateAuthorityCertificate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/ImportCertificateAuthorityCertificate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/IssueCertificate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/ListCertificateAuthorities.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/RevokeCertificate.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/TagCertificateAuthority.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/UntagCertificateAuthority.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
10 changes: 10 additions & 0 deletions
10
amazonka-certificatemanager-pca/fixture/UpdateCertificateAuthority.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
method: POST | ||
headers: | ||
Authorization: AWS4-HMAC-SHA256 Credential=access/20091028/us-east-1/acm-pca/aws4_request, SignedHeaders=content-type;host;x-amz-content-sha256;x-amz-date, Signature=? | ||
Host: acm-pca.us-east-1.amazonaws.com | ||
Content-Type: application/x-www-form-urlencoded; charset=utf-8 | ||
X-Amz-Content-SHA256: abcdef | ||
X-Amz-Date: 20091028T223200Z | ||
body: | ||
'' |
Empty file.
Oops, something went wrong.