|
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": [ |
| 2364 | + "WaitableTraitInvalidErrorType" |
| 2365 | + ], |
2363 | 2366 | "smithy.waiters#waitable": {
|
2364 | 2367 | "AuditReportCreated": {
|
2365 | 2368 | "documentation": "Wait until a Audit Report is created",
|
|
2383 | 2386 | "comparator": "stringEquals"
|
2384 | 2387 | }
|
2385 | 2388 | }
|
| 2389 | + }, |
| 2390 | + { |
| 2391 | + "state": "failure", |
| 2392 | + "matcher": { |
| 2393 | + "errorType": "AccessDeniedException" |
| 2394 | + } |
2386 | 2395 | }
|
2387 | 2396 | ],
|
2388 | 2397 | "minDelay": 3
|
|
2735 | 2744 | ],
|
2736 | 2745 | "traits": {
|
2737 | 2746 | "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 | + ], |
2738 | 2750 | "smithy.waiters#waitable": {
|
2739 | 2751 | "CertificateIssued": {
|
2740 | 2752 | "documentation": "Wait until a certificate is issued",
|
|
2750 | 2762 | "matcher": {
|
2751 | 2763 | "errorType": "RequestInProgressException"
|
2752 | 2764 | }
|
| 2765 | + }, |
| 2766 | + { |
| 2767 | + "state": "failure", |
| 2768 | + "matcher": { |
| 2769 | + "errorType": "AccessDeniedException" |
| 2770 | + } |
2753 | 2771 | }
|
2754 | 2772 | ],
|
2755 | 2773 | "minDelay": 1
|
|
2842 | 2860 | ],
|
2843 | 2861 | "traits": {
|
2844 | 2862 | "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 | + ], |
2845 | 2866 | "smithy.waiters#waitable": {
|
2846 | 2867 | "CertificateAuthorityCSRCreated": {
|
2847 | 2868 | "documentation": "Wait until a Certificate Authority CSR is created",
|
|
2857 | 2878 | "matcher": {
|
2858 | 2879 | "errorType": "RequestInProgressException"
|
2859 | 2880 | }
|
| 2881 | + }, |
| 2882 | + { |
| 2883 | + "state": "failure", |
| 2884 | + "matcher": { |
| 2885 | + "errorType": "AccessDeniedException" |
| 2886 | + } |
2860 | 2887 | }
|
2861 | 2888 | ],
|
2862 | 2889 | "minDelay": 3
|
|
0 commit comments