Skip to content

Commit 7cbb07e

Browse files
author
AWS
committed
AWS Certificate Manager Private Certificate Authority Update: This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions
1 parent e164bb4 commit 7cbb07e

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Certificate Manager Private Certificate Authority",
4+
"contributor": "",
5+
"description": "This release adds support for waiters to fail on AccessDeniedException when having insufficient permissions"
6+
}

services/acmpca/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"acm-pca",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"ACM-PCA",
910
"serviceFullName":"AWS Certificate Manager Private Certificate Authority",
1011
"serviceId":"ACM PCA",

services/acmpca/src/main/resources/codegen-resources/waiters-2.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
"state": "retry",
1717
"matcher": "error",
1818
"expected": "RequestInProgressException"
19+
},
20+
{
21+
"state": "failure",
22+
"matcher": "error",
23+
"expected": "AccessDeniedException"
1924
}
2025
]
2126
},
@@ -34,6 +39,11 @@
3439
"state": "retry",
3540
"matcher": "error",
3641
"expected": "RequestInProgressException"
42+
},
43+
{
44+
"state": "failure",
45+
"matcher": "error",
46+
"expected": "AccessDeniedException"
3747
}
3848
]
3949
},
@@ -54,6 +64,11 @@
5464
"matcher": "path",
5565
"argument": "AuditReportStatus",
5666
"expected": "FAILED"
67+
},
68+
{
69+
"state": "failure",
70+
"matcher": "error",
71+
"expected": "AccessDeniedException"
5772
}
5873
]
5974
}

0 commit comments

Comments
 (0)