Skip to content

Commit 073d419

Browse files
Update SDK models
1 parent 782cdb4 commit 073d419

File tree

142 files changed

+5209
-551
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+5209
-551
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ resolver = "2"
33
exclude = [
44
"examples/test-utils",
55
"examples/webassembly",
6+
"examples/lambda",
67
"examples/examples",
78
"examples/cross_service",
8-
"examples/lambda",
9-
"tests/webassembly",
10-
"tests/no-default-features"
9+
"tests/no-default-features",
10+
"tests/webassembly"
1111
]
1212
members = [
1313
"sdk/accessanalyzer",

aws-models/acm-pca.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"sdkId": "ACM PCA",
109109
"arnNamespace": "acm-pca",
110110
"cloudFormationName": "ACMPCA",
111-
"cloudTrailEventSource": "acmpca.amazonaws.com",
111+
"cloudTrailEventSource": "acm-pca.amazonaws.com",
112112
"endpointPrefix": "acm-pca"
113113
},
114114
"aws.auth#sigv4": {
@@ -2360,6 +2360,9 @@
23602360
],
23612361
"traits": {
23622362
"smithy.api#documentation": "<p>Lists information about a specific audit report created by calling the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html\">CreateCertificateAuthorityAuditReport</a> action. Audit information is created\n\t\t\tevery time the certificate authority (CA) private key is used. The private key is used\n\t\t\twhen you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html\">IssueCertificate</a> action or the\n\t\t\t\t<a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_RevokeCertificate.html\">RevokeCertificate</a> action. </p>",
2363+
"smithy.api#suppress": [
2364+
"WaitableTraitInvalidErrorType"
2365+
],
23632366
"smithy.waiters#waitable": {
23642367
"AuditReportCreated": {
23652368
"documentation": "Wait until a Audit Report is created",
@@ -2383,6 +2386,12 @@
23832386
"comparator": "stringEquals"
23842387
}
23852388
}
2389+
},
2390+
{
2391+
"state": "failure",
2392+
"matcher": {
2393+
"errorType": "AccessDeniedException"
2394+
}
23862395
}
23872396
],
23882397
"minDelay": 3
@@ -2735,6 +2744,9 @@
27352744
],
27362745
"traits": {
27372746
"smithy.api#documentation": "<p>Retrieves a certificate from your private CA or one that has been shared with you. The\n\t\t\tARN of the certificate is returned when you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_IssueCertificate.html\">IssueCertificate</a> action. You\n\t\t\tmust specify both the ARN of your private CA and the ARN of the issued certificate when\n\t\t\tcalling the <b>GetCertificate</b> action. You can retrieve the\n\t\t\tcertificate if it is in the <b>ISSUED</b> state. You can call\n\t\t\tthe <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthorityAuditReport.html\">CreateCertificateAuthorityAuditReport</a> action to create a report that\n\t\t\tcontains information about all of the certificates issued and revoked by your private\n\t\t\tCA. </p>",
2747+
"smithy.api#suppress": [
2748+
"WaitableTraitInvalidErrorType"
2749+
],
27382750
"smithy.waiters#waitable": {
27392751
"CertificateIssued": {
27402752
"documentation": "Wait until a certificate is issued",
@@ -2750,6 +2762,12 @@
27502762
"matcher": {
27512763
"errorType": "RequestInProgressException"
27522764
}
2765+
},
2766+
{
2767+
"state": "failure",
2768+
"matcher": {
2769+
"errorType": "AccessDeniedException"
2770+
}
27532771
}
27542772
],
27552773
"minDelay": 1
@@ -2842,6 +2860,9 @@
28422860
],
28432861
"traits": {
28442862
"smithy.api#documentation": "<p>Retrieves the certificate signing request (CSR) for your private certificate authority\n\t\t\t(CA). The CSR is created when you call the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_CreateCertificateAuthority.html\">CreateCertificateAuthority</a> action. Sign the CSR with your Amazon Web Services Private CA-hosted\n\t\t\tor on-premises root or subordinate CA. Then import the signed certificate back into\n\t\t\tAmazon Web Services Private CA by calling the <a href=\"https://docs.aws.amazon.com/privateca/latest/APIReference/API_ImportCertificateAuthorityCertificate.html\">ImportCertificateAuthorityCertificate</a> action. The CSR is returned as a\n\t\t\tbase64 PEM-encoded string. </p>",
2863+
"smithy.api#suppress": [
2864+
"WaitableTraitInvalidErrorType"
2865+
],
28452866
"smithy.waiters#waitable": {
28462867
"CertificateAuthorityCSRCreated": {
28472868
"documentation": "Wait until a Certificate Authority CSR is created",
@@ -2857,6 +2878,12 @@
28572878
"matcher": {
28582879
"errorType": "RequestInProgressException"
28592880
}
2881+
},
2882+
{
2883+
"state": "failure",
2884+
"matcher": {
2885+
"errorType": "AccessDeniedException"
2886+
}
28602887
}
28612888
],
28622889
"minDelay": 3

0 commit comments

Comments
 (0)