Skip to content

Commit c4ce564

Browse files
authored
Merge branch 'master' into zoewang/codegenAuthSchemeRefactoring
2 parents 5a22adf + f7847e5 commit c4ce564

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
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 IoT",
4+
"contributor": "",
5+
"description": "Unsuppress the following operations that were previously suppressed:\n\n - AttachPrincipalPolicy\n - DetachPrincipalPolicy\n - ListPolicyPrincipals\n - ListPrincipalPolicies\n\nThese operations were previously supporessed because they were deprecated. However, this may be a blocker for customers moving from V1 to V2, so make these available for those customers."
6+
}

services/iot/src/main/resources/codegen-resources/customization.config

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@
4444
"listAuditFindings",
4545
"listV2LoggingLevels"
4646
],
47-
"deprecatedOperations": [
48-
"AttachPrincipalPolicy",
49-
"DetachPrincipalPolicy",
50-
"ListPolicyPrincipals",
51-
"ListPrincipalPolicies"
52-
],
5347
"shapeModifiers": {
5448
"AssetPropertyVariant": {
5549
"union": true

0 commit comments

Comments
 (0)