Skip to content

Commit f7847e5

Browse files
authored
Unsuppress deprecated IoT operations (#6548)
* Unsuppress deprecated IoT operations As customers move from V1 (which exposes these operations), to V2, they may not be able to move to the recommended operations because of external constraints such as IAM policies that only allow certain operations. Note: IoT is not the only service that has suppressed operations. We will unsuppress them on need basis to avoid cluttering clients unnecessarily. * Add changelog
1 parent 943c75a commit f7847e5

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)