Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSIoT-e90fa27.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS IoT",
"contributor": "",
"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."
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@
"listAuditFindings",
"listV2LoggingLevels"
],
"deprecatedOperations": [
"AttachPrincipalPolicy",
"DetachPrincipalPolicy",
"ListPolicyPrincipals",
"ListPrincipalPolicies"
],
"shapeModifiers": {
"AssetPropertyVariant": {
"union": true
Expand Down
Loading