|
108 | 108 | "sdkId": "ACM PCA",
|
109 | 109 | "arnNamespace": "acm-pca",
|
110 | 110 | "cloudFormationName": "ACMPCA",
|
111 |
| - "cloudTrailEventSource": "acmpca.amazonaws.com", |
| 111 | + "cloudTrailEventSource": "acm-pca.amazonaws.com", |
112 | 112 | "endpointPrefix": "acm-pca"
|
113 | 113 | },
|
114 | 114 | "aws.auth#sigv4": {
|
|
2360 | 2360 | ],
|
2361 | 2361 | "traits": {
|
2362 | 2362 | "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": ["WaitableTraitInvalidErrorType"], |
2363 | 2364 | "smithy.waiters#waitable": {
|
2364 | 2365 | "AuditReportCreated": {
|
2365 | 2366 | "documentation": "Wait until a Audit Report is created",
|
|
2383 | 2384 | "comparator": "stringEquals"
|
2384 | 2385 | }
|
2385 | 2386 | }
|
| 2387 | + }, |
| 2388 | + { |
| 2389 | + "state": "failure", |
| 2390 | + "matcher": { |
| 2391 | + "errorType": "AccessDeniedException" |
| 2392 | + } |
2386 | 2393 | }
|
2387 | 2394 | ],
|
2388 | 2395 | "minDelay": 3
|
|
2735 | 2742 | ],
|
2736 | 2743 | "traits": {
|
2737 | 2744 | "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>",
|
| 2745 | + "smithy.api#suppress": ["WaitableTraitInvalidErrorType"], |
2738 | 2746 | "smithy.waiters#waitable": {
|
2739 | 2747 | "CertificateIssued": {
|
2740 | 2748 | "documentation": "Wait until a certificate is issued",
|
|
2750 | 2758 | "matcher": {
|
2751 | 2759 | "errorType": "RequestInProgressException"
|
2752 | 2760 | }
|
| 2761 | + }, |
| 2762 | + { |
| 2763 | + "state": "failure", |
| 2764 | + "matcher": { |
| 2765 | + "errorType": "AccessDeniedException" |
| 2766 | + } |
2753 | 2767 | }
|
2754 | 2768 | ],
|
2755 | 2769 | "minDelay": 1
|
|
2842 | 2856 | ],
|
2843 | 2857 | "traits": {
|
2844 | 2858 | "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>",
|
| 2859 | + "smithy.api#suppress": ["WaitableTraitInvalidErrorType"], |
2845 | 2860 | "smithy.waiters#waitable": {
|
2846 | 2861 | "CertificateAuthorityCSRCreated": {
|
2847 | 2862 | "documentation": "Wait until a Certificate Authority CSR is created",
|
|
2857 | 2872 | "matcher": {
|
2858 | 2873 | "errorType": "RequestInProgressException"
|
2859 | 2874 | }
|
| 2875 | + }, |
| 2876 | + { |
| 2877 | + "state": "failure", |
| 2878 | + "matcher": { |
| 2879 | + "errorType": "AccessDeniedException" |
| 2880 | + } |
2860 | 2881 | }
|
2861 | 2882 | ],
|
2862 | 2883 | "minDelay": 3
|
|
0 commit comments