Skip to content

Commit 1ffa710

Browse files
author
AWS
committed
AWS Identity and Access Management Update: Fixed missing SummaryMap keys in GetAccountSummary response that were being filtered out during deserialization in AWS Java SDK v2
1 parent 339c9c0 commit 1ffa710

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
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 Identity and Access Management",
4+
"contributor": "",
5+
"description": "Fixed missing SummaryMap keys in GetAccountSummary response that were being filtered out during deserialization in AWS Java SDK v2"
6+
}

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9480,7 +9480,14 @@
94809480
"PolicyVersionsInUse",
94819481
"PolicyVersionsInUseQuota",
94829482
"VersionsPerPolicyQuota",
9483-
"GlobalEndpointTokenVersion"
9483+
"GlobalEndpointTokenVersion",
9484+
"AssumeRolePolicySizeQuota",
9485+
"InstanceProfiles",
9486+
"InstanceProfilesQuota",
9487+
"Providers",
9488+
"RolePolicySizeQuota",
9489+
"Roles",
9490+
"RolesQuota"
94849491
]
94859492
},
94869493
"summaryMapType":{

0 commit comments

Comments
 (0)