Skip to content

Commit 9473ef8

Browse files
author
awstools
committed
feat(client-iam): Fixed missing SummaryMap keys in GetAccountSummary response that were being filtered out during deserialization in AWS Java SDK v2
1 parent ff4ecda commit 9473ef8

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

clients/client-iam/src/models/models_0.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3770,6 +3770,7 @@ export const SummaryKeyType = {
37703770
AccountMFAEnabled: "AccountMFAEnabled",
37713771
AccountPasswordPresent: "AccountPasswordPresent",
37723772
AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent",
3773+
AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota",
37733774
AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota",
37743775
AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota",
37753776
AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota",
@@ -3778,13 +3779,19 @@ export const SummaryKeyType = {
37783779
Groups: "Groups",
37793780
GroupsPerUserQuota: "GroupsPerUserQuota",
37803781
GroupsQuota: "GroupsQuota",
3782+
InstanceProfiles: "InstanceProfiles",
3783+
InstanceProfilesQuota: "InstanceProfilesQuota",
37813784
MFADevices: "MFADevices",
37823785
MFADevicesInUse: "MFADevicesInUse",
37833786
Policies: "Policies",
37843787
PoliciesQuota: "PoliciesQuota",
37853788
PolicySizeQuota: "PolicySizeQuota",
37863789
PolicyVersionsInUse: "PolicyVersionsInUse",
37873790
PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota",
3791+
Providers: "Providers",
3792+
RolePolicySizeQuota: "RolePolicySizeQuota",
3793+
Roles: "Roles",
3794+
RolesQuota: "RolesQuota",
37883795
ServerCertificates: "ServerCertificates",
37893796
ServerCertificatesQuota: "ServerCertificatesQuota",
37903797
SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota",

codegen/sdk-codegen/aws-models/iam.json

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17836,6 +17836,48 @@
1783617836
"traits": {
1783717837
"smithy.api#enumValue": "GlobalEndpointTokenVersion"
1783817838
}
17839+
},
17840+
"AssumeRolePolicySizeQuota": {
17841+
"target": "smithy.api#Unit",
17842+
"traits": {
17843+
"smithy.api#enumValue": "AssumeRolePolicySizeQuota"
17844+
}
17845+
},
17846+
"InstanceProfiles": {
17847+
"target": "smithy.api#Unit",
17848+
"traits": {
17849+
"smithy.api#enumValue": "InstanceProfiles"
17850+
}
17851+
},
17852+
"InstanceProfilesQuota": {
17853+
"target": "smithy.api#Unit",
17854+
"traits": {
17855+
"smithy.api#enumValue": "InstanceProfilesQuota"
17856+
}
17857+
},
17858+
"Providers": {
17859+
"target": "smithy.api#Unit",
17860+
"traits": {
17861+
"smithy.api#enumValue": "Providers"
17862+
}
17863+
},
17864+
"RolePolicySizeQuota": {
17865+
"target": "smithy.api#Unit",
17866+
"traits": {
17867+
"smithy.api#enumValue": "RolePolicySizeQuota"
17868+
}
17869+
},
17870+
"Roles": {
17871+
"target": "smithy.api#Unit",
17872+
"traits": {
17873+
"smithy.api#enumValue": "Roles"
17874+
}
17875+
},
17876+
"RolesQuota": {
17877+
"target": "smithy.api#Unit",
17878+
"traits": {
17879+
"smithy.api#enumValue": "RolesQuota"
17880+
}
1783917881
}
1784017882
}
1784117883
},

0 commit comments

Comments
 (0)