@aws-sdk/client-iam 3.775.0 → 3.782.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (169) hide show
  1. package/dist-cjs/endpoint/ruleset.js +3 -3
  2. package/dist-es/endpoint/ruleset.js +3 -3
  3. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +8 -5
  4. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +8 -5
  5. package/dist-types/commands/AddUserToGroupCommand.d.ts +8 -5
  6. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +8 -5
  7. package/dist-types/commands/AttachRolePolicyCommand.d.ts +8 -5
  8. package/dist-types/commands/AttachUserPolicyCommand.d.ts +8 -5
  9. package/dist-types/commands/ChangePasswordCommand.d.ts +8 -5
  10. package/dist-types/commands/CreateAccessKeyCommand.d.ts +10 -10
  11. package/dist-types/commands/CreateAccountAliasCommand.d.ts +7 -4
  12. package/dist-types/commands/CreateGroupCommand.d.ts +10 -10
  13. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +11 -11
  14. package/dist-types/commands/CreateLoginProfileCommand.d.ts +10 -10
  15. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +7 -7
  16. package/dist-types/commands/CreatePolicyCommand.d.ts +1 -0
  17. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +1 -0
  18. package/dist-types/commands/CreateRoleCommand.d.ts +13 -13
  19. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +1 -0
  20. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +1 -0
  21. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +1 -0
  22. package/dist-types/commands/CreateUserCommand.d.ts +10 -10
  23. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +1 -0
  24. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +1 -0
  25. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +8 -5
  26. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +7 -4
  27. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +7 -4
  28. package/dist-types/commands/DeleteGroupCommand.d.ts +1 -0
  29. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +8 -5
  30. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +7 -4
  31. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +7 -4
  32. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +1 -0
  33. package/dist-types/commands/DeletePolicyCommand.d.ts +1 -0
  34. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +1 -0
  35. package/dist-types/commands/DeleteRoleCommand.d.ts +7 -4
  36. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +1 -0
  37. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +8 -5
  38. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +1 -0
  39. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +1 -0
  40. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +1 -0
  41. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +1 -0
  42. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +1 -0
  43. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +8 -5
  44. package/dist-types/commands/DeleteUserCommand.d.ts +7 -4
  45. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +1 -0
  46. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +8 -5
  47. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +7 -4
  48. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +1 -0
  49. package/dist-types/commands/DetachRolePolicyCommand.d.ts +1 -0
  50. package/dist-types/commands/DetachUserPolicyCommand.d.ts +1 -0
  51. package/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +6 -6
  52. package/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +6 -6
  53. package/dist-types/commands/EnableMFADeviceCommand.d.ts +1 -0
  54. package/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +6 -6
  55. package/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +6 -6
  56. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +1 -0
  57. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +5 -5
  58. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +5 -5
  59. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +1 -0
  60. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +1 -0
  61. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +15 -15
  62. package/dist-types/commands/GetAccountSummaryCommand.d.ts +31 -31
  63. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +1 -0
  64. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +1 -0
  65. package/dist-types/commands/GetCredentialReportCommand.d.ts +1 -0
  66. package/dist-types/commands/GetGroupCommand.d.ts +1 -0
  67. package/dist-types/commands/GetGroupPolicyCommand.d.ts +1 -0
  68. package/dist-types/commands/GetInstanceProfileCommand.d.ts +17 -17
  69. package/dist-types/commands/GetLoginProfileCommand.d.ts +7 -7
  70. package/dist-types/commands/GetMFADeviceCommand.d.ts +1 -0
  71. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +1 -0
  72. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +26 -26
  73. package/dist-types/commands/GetPolicyCommand.d.ts +1 -0
  74. package/dist-types/commands/GetPolicyVersionCommand.d.ts +1 -0
  75. package/dist-types/commands/GetRoleCommand.d.ts +15 -15
  76. package/dist-types/commands/GetRolePolicyCommand.d.ts +1 -0
  77. package/dist-types/commands/GetSAMLProviderCommand.d.ts +1 -0
  78. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +1 -0
  79. package/dist-types/commands/GetServerCertificateCommand.d.ts +1 -0
  80. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +17 -17
  81. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +23 -23
  82. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +1 -0
  83. package/dist-types/commands/GetUserCommand.d.ts +10 -10
  84. package/dist-types/commands/GetUserPolicyCommand.d.ts +1 -0
  85. package/dist-types/commands/ListAccessKeysCommand.d.ts +13 -13
  86. package/dist-types/commands/ListAccountAliasesCommand.d.ts +5 -5
  87. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +1 -0
  88. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +1 -0
  89. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +1 -0
  90. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +1 -0
  91. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +5 -5
  92. package/dist-types/commands/ListGroupsCommand.d.ts +20 -20
  93. package/dist-types/commands/ListGroupsForUserCommand.d.ts +15 -15
  94. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +1 -0
  95. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +1 -0
  96. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +1 -0
  97. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +1 -0
  98. package/dist-types/commands/ListMFADevicesCommand.d.ts +1 -0
  99. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +1 -0
  100. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +1 -0
  101. package/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +6 -6
  102. package/dist-types/commands/ListPoliciesCommand.d.ts +1 -0
  103. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +21 -21
  104. package/dist-types/commands/ListPolicyTagsCommand.d.ts +1 -0
  105. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +1 -0
  106. package/dist-types/commands/ListRolePoliciesCommand.d.ts +1 -0
  107. package/dist-types/commands/ListRoleTagsCommand.d.ts +10 -10
  108. package/dist-types/commands/ListRolesCommand.d.ts +1 -0
  109. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +1 -0
  110. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +1 -0
  111. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +1 -0
  112. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +1 -0
  113. package/dist-types/commands/ListServerCertificatesCommand.d.ts +1 -0
  114. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +1 -0
  115. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +10 -10
  116. package/dist-types/commands/ListUserPoliciesCommand.d.ts +1 -0
  117. package/dist-types/commands/ListUserTagsCommand.d.ts +10 -10
  118. package/dist-types/commands/ListUsersCommand.d.ts +17 -17
  119. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +7 -7
  120. package/dist-types/commands/PutGroupPolicyCommand.d.ts +9 -6
  121. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -0
  122. package/dist-types/commands/PutRolePolicyCommand.d.ts +9 -6
  123. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -0
  124. package/dist-types/commands/PutUserPolicyCommand.d.ts +9 -6
  125. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -0
  126. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +8 -5
  127. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +8 -5
  128. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -0
  129. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -0
  130. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -0
  131. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +7 -4
  132. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -0
  133. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -0
  134. package/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -0
  135. package/dist-types/commands/TagMFADeviceCommand.d.ts +1 -0
  136. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -0
  137. package/dist-types/commands/TagPolicyCommand.d.ts +1 -0
  138. package/dist-types/commands/TagRoleCommand.d.ts +12 -9
  139. package/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -0
  140. package/dist-types/commands/TagServerCertificateCommand.d.ts +1 -0
  141. package/dist-types/commands/TagUserCommand.d.ts +12 -9
  142. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -0
  143. package/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -0
  144. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -0
  145. package/dist-types/commands/UntagPolicyCommand.d.ts +1 -0
  146. package/dist-types/commands/UntagRoleCommand.d.ts +8 -5
  147. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -0
  148. package/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -0
  149. package/dist-types/commands/UntagUserCommand.d.ts +8 -5
  150. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +9 -6
  151. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +8 -5
  152. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +8 -5
  153. package/dist-types/commands/UpdateGroupCommand.d.ts +8 -5
  154. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +8 -5
  155. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +1 -0
  156. package/dist-types/commands/UpdateRoleCommand.d.ts +1 -0
  157. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +1 -0
  158. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +1 -0
  159. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +1 -0
  160. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +1 -0
  161. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +1 -0
  162. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +9 -6
  163. package/dist-types/commands/UpdateUserCommand.d.ts +8 -5
  164. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +1 -0
  165. package/dist-types/commands/UploadServerCertificateCommand.d.ts +14 -14
  166. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +11 -11
  167. package/dist-types/endpoint/EndpointParameters.d.ts +2 -2
  168. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +2 -2
  169. package/package.json +5 -5
@@ -89,25 +89,25 @@ declare const EnableOrganizationsRootSessionsCommand_base: {
89
89
  * @throws {@link IAMServiceException}
90
90
  * <p>Base exception class for all service exceptions from IAM service.</p>
91
91
  *
92
- * @public
92
+ *
93
93
  * @example To enable the RootSessions feature in your organization
94
94
  * ```javascript
95
95
  * // The following command allows the management account or delegated administrator to perform privileged tasks on member accounts in your organization.
96
- * const input = {};
96
+ * const input = { /* empty *\/ };
97
97
  * const command = new EnableOrganizationsRootSessionsCommand(input);
98
98
  * const response = await client.send(command);
99
- * /* response ==
99
+ * /* response is
100
100
  * {
101
- * "EnabledFeatures": [
101
+ * EnabledFeatures: [
102
102
  * "RootCredentialsManagement",
103
103
  * "RootSessions"
104
104
  * ],
105
- * "OrganizationId": "o-aa111bb222"
105
+ * OrganizationId: "o-aa111bb222"
106
106
  * }
107
107
  * *\/
108
- * // example id: to-enable-the-rootsessions-feature-in-your-organization-1730908736611
109
108
  * ```
110
109
  *
110
+ * @public
111
111
  */
112
112
  export declare class EnableOrganizationsRootSessionsCommand extends EnableOrganizationsRootSessionsCommand_base {
113
113
  /** @internal type navigation helper, not in runtime. */
@@ -63,6 +63,7 @@ declare const GenerateCredentialReportCommand_base: {
63
63
  * @throws {@link IAMServiceException}
64
64
  * <p>Base exception class for all service exceptions from IAM service.</p>
65
65
  *
66
+ *
66
67
  * @public
67
68
  */
68
69
  export declare class GenerateCredentialReportCommand extends GenerateCredentialReportCommand_base {
@@ -189,23 +189,23 @@ declare const GenerateOrganizationsAccessReportCommand_base: {
189
189
  * @throws {@link IAMServiceException}
190
190
  * <p>Base exception class for all service exceptions from IAM service.</p>
191
191
  *
192
- * @public
192
+ *
193
193
  * @example To generate a service last accessed data report for an organizational unit
194
194
  * ```javascript
195
195
  * // The following operation generates a report for the organizational unit ou-rge0-awexample
196
196
  * const input = {
197
- * "EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example"
197
+ * EntityPath: "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example"
198
198
  * };
199
199
  * const command = new GenerateOrganizationsAccessReportCommand(input);
200
200
  * const response = await client.send(command);
201
- * /* response ==
201
+ * /* response is
202
202
  * {
203
- * "JobId": "examplea-1234-b567-cde8-90fg123abcd4"
203
+ * JobId: "examplea-1234-b567-cde8-90fg123abcd4"
204
204
  * }
205
205
  * *\/
206
- * // example id: generateorganizationsaccessreport-ou
207
206
  * ```
208
207
  *
208
+ * @public
209
209
  */
210
210
  export declare class GenerateOrganizationsAccessReportCommand extends GenerateOrganizationsAccessReportCommand_base {
211
211
  /** @internal type navigation helper, not in runtime. */
@@ -118,23 +118,23 @@ declare const GenerateServiceLastAccessedDetailsCommand_base: {
118
118
  * @throws {@link IAMServiceException}
119
119
  * <p>Base exception class for all service exceptions from IAM service.</p>
120
120
  *
121
- * @public
121
+ *
122
122
  * @example To generate a service last accessed data report for a policy
123
123
  * ```javascript
124
124
  * // The following operation generates a report for the policy: ExamplePolicy1
125
125
  * const input = {
126
- * "Arn": "arn:aws:iam::123456789012:policy/ExamplePolicy1"
126
+ * Arn: "arn:aws:iam::123456789012:policy/ExamplePolicy1"
127
127
  * };
128
128
  * const command = new GenerateServiceLastAccessedDetailsCommand(input);
129
129
  * const response = await client.send(command);
130
- * /* response ==
130
+ * /* response is
131
131
  * {
132
- * "JobId": "examplef-1305-c245-eba4-71fe298bcda7"
132
+ * JobId: "examplef-1305-c245-eba4-71fe298bcda7"
133
133
  * }
134
134
  * *\/
135
- * // example id: generateaccessdata-policy-1541695178514
136
135
  * ```
137
136
  *
137
+ * @public
138
138
  */
139
139
  export declare class GenerateServiceLastAccessedDetailsCommand extends GenerateServiceLastAccessedDetailsCommand_base {
140
140
  /** @internal type navigation helper, not in runtime. */
@@ -61,6 +61,7 @@ declare const GetAccessKeyLastUsedCommand_base: {
61
61
  * @throws {@link IAMServiceException}
62
62
  * <p>Base exception class for all service exceptions from IAM service.</p>
63
63
  *
64
+ *
64
65
  * @public
65
66
  */
66
67
  export declare class GetAccessKeyLastUsedCommand extends GetAccessKeyLastUsedCommand_base {
@@ -221,6 +221,7 @@ declare const GetAccountAuthorizationDetailsCommand_base: {
221
221
  * @throws {@link IAMServiceException}
222
222
  * <p>Base exception class for all service exceptions from IAM service.</p>
223
223
  *
224
+ *
224
225
  * @public
225
226
  */
226
227
  export declare class GetAccountAuthorizationDetailsCommand extends GetAccountAuthorizationDetailsCommand_base {
@@ -74,32 +74,32 @@ declare const GetAccountPasswordPolicyCommand_base: {
74
74
  * @throws {@link IAMServiceException}
75
75
  * <p>Base exception class for all service exceptions from IAM service.</p>
76
76
  *
77
- * @public
77
+ *
78
78
  * @example To see the current account password policy
79
79
  * ```javascript
80
80
  * // The following command displays details about the password policy for the current AWS account.
81
- * const input = {};
81
+ * const input = { /* empty *\/ };
82
82
  * const command = new GetAccountPasswordPolicyCommand(input);
83
83
  * const response = await client.send(command);
84
- * /* response ==
84
+ * /* response is
85
85
  * {
86
- * "PasswordPolicy": {
87
- * "AllowUsersToChangePassword": false,
88
- * "ExpirePasswords": false,
89
- * "HardExpiry": false,
90
- * "MaxPasswordAge": 90,
91
- * "MinimumPasswordLength": 8,
92
- * "PasswordReusePrevention": 12,
93
- * "RequireLowercaseCharacters": false,
94
- * "RequireNumbers": true,
95
- * "RequireSymbols": true,
96
- * "RequireUppercaseCharacters": false
86
+ * PasswordPolicy: {
87
+ * AllowUsersToChangePassword: false,
88
+ * ExpirePasswords: false,
89
+ * HardExpiry: false,
90
+ * MaxPasswordAge: 90,
91
+ * MinimumPasswordLength: 8,
92
+ * PasswordReusePrevention: 12,
93
+ * RequireLowercaseCharacters: false,
94
+ * RequireNumbers: true,
95
+ * RequireSymbols: true,
96
+ * RequireUppercaseCharacters: false
97
97
  * }
98
98
  * }
99
99
  * *\/
100
- * // example id: 5e4598c7-c425-431f-8af1-19073b3c4a5f
101
100
  * ```
102
101
  *
102
+ * @public
103
103
  */
104
104
  export declare class GetAccountPasswordPolicyCommand extends GetAccountPasswordPolicyCommand_base {
105
105
  /** @internal type navigation helper, not in runtime. */
@@ -61,48 +61,48 @@ declare const GetAccountSummaryCommand_base: {
61
61
  * @throws {@link IAMServiceException}
62
62
  * <p>Base exception class for all service exceptions from IAM service.</p>
63
63
  *
64
- * @public
64
+ *
65
65
  * @example To get information about IAM entity quotas and usage in the current account
66
66
  * ```javascript
67
67
  * // The following command returns information about the IAM entity quotas and usage in the current AWS account.
68
- * const input = {};
68
+ * const input = { /* empty *\/ };
69
69
  * const command = new GetAccountSummaryCommand(input);
70
70
  * const response = await client.send(command);
71
- * /* response ==
71
+ * /* response is
72
72
  * {
73
- * "SummaryMap": {
74
- * "AccessKeysPerUserQuota": 2,
75
- * "AccountAccessKeysPresent": 1,
76
- * "AccountMFAEnabled": 0,
77
- * "AccountSigningCertificatesPresent": 0,
78
- * "AttachedPoliciesPerGroupQuota": 10,
79
- * "AttachedPoliciesPerRoleQuota": 10,
80
- * "AttachedPoliciesPerUserQuota": 10,
81
- * "GlobalEndpointTokenVersion": 2,
82
- * "GroupPolicySizeQuota": 5120,
83
- * "Groups": 15,
84
- * "GroupsPerUserQuota": 10,
85
- * "GroupsQuota": 100,
86
- * "MFADevices": 6,
87
- * "MFADevicesInUse": 3,
88
- * "Policies": 8,
89
- * "PoliciesQuota": 1000,
90
- * "PolicySizeQuota": 5120,
91
- * "PolicyVersionsInUse": 22,
92
- * "PolicyVersionsInUseQuota": 10000,
93
- * "ServerCertificates": 1,
94
- * "ServerCertificatesQuota": 20,
95
- * "SigningCertificatesPerUserQuota": 2,
96
- * "UserPolicySizeQuota": 2048,
97
- * "Users": 27,
98
- * "UsersQuota": 5000,
99
- * "VersionsPerPolicyQuota": 5
73
+ * SummaryMap: {
74
+ * AccessKeysPerUserQuota: 2,
75
+ * AccountAccessKeysPresent: 1,
76
+ * AccountMFAEnabled: 0,
77
+ * AccountSigningCertificatesPresent: 0,
78
+ * AttachedPoliciesPerGroupQuota: 10,
79
+ * AttachedPoliciesPerRoleQuota: 10,
80
+ * AttachedPoliciesPerUserQuota: 10,
81
+ * GlobalEndpointTokenVersion: 2,
82
+ * GroupPolicySizeQuota: 5120,
83
+ * Groups: 15,
84
+ * GroupsPerUserQuota: 10,
85
+ * GroupsQuota: 100,
86
+ * MFADevices: 6,
87
+ * MFADevicesInUse: 3,
88
+ * Policies: 8,
89
+ * PoliciesQuota: 1000,
90
+ * PolicySizeQuota: 5120,
91
+ * PolicyVersionsInUse: 22,
92
+ * PolicyVersionsInUseQuota: 10000,
93
+ * ServerCertificates: 1,
94
+ * ServerCertificatesQuota: 20,
95
+ * SigningCertificatesPerUserQuota: 2,
96
+ * UserPolicySizeQuota: 2048,
97
+ * Users: 27,
98
+ * UsersQuota: 5000,
99
+ * VersionsPerPolicyQuota: 5
100
100
  * }
101
101
  * }
102
102
  * *\/
103
- * // example id: 9d8447af-f344-45de-8219-2cebc3cce7f2
104
103
  * ```
105
104
  *
105
+ * @public
106
106
  */
107
107
  export declare class GetAccountSummaryCommand extends GetAccountSummaryCommand_base {
108
108
  /** @internal type navigation helper, not in runtime. */
@@ -71,6 +71,7 @@ declare const GetContextKeysForCustomPolicyCommand_base: {
71
71
  * @throws {@link IAMServiceException}
72
72
  * <p>Base exception class for all service exceptions from IAM service.</p>
73
73
  *
74
+ *
74
75
  * @public
75
76
  */
76
77
  export declare class GetContextKeysForCustomPolicyCommand extends GetContextKeysForCustomPolicyCommand_base {
@@ -80,6 +80,7 @@ declare const GetContextKeysForPrincipalPolicyCommand_base: {
80
80
  * @throws {@link IAMServiceException}
81
81
  * <p>Base exception class for all service exceptions from IAM service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetContextKeysForPrincipalPolicyCommand extends GetContextKeysForPrincipalPolicyCommand_base {
@@ -73,6 +73,7 @@ declare const GetCredentialReportCommand_base: {
73
73
  * @throws {@link IAMServiceException}
74
74
  * <p>Base exception class for all service exceptions from IAM service.</p>
75
75
  *
76
+ *
76
77
  * @public
77
78
  */
78
79
  export declare class GetCredentialReportCommand extends GetCredentialReportCommand_base {
@@ -93,6 +93,7 @@ declare const GetGroupCommand_base: {
93
93
  * @throws {@link IAMServiceException}
94
94
  * <p>Base exception class for all service exceptions from IAM service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class GetGroupCommand extends GetGroupCommand_base {
@@ -79,6 +79,7 @@ declare const GetGroupPolicyCommand_base: {
79
79
  * @throws {@link IAMServiceException}
80
80
  * <p>Base exception class for all service exceptions from IAM service.</p>
81
81
  *
82
+ *
82
83
  * @public
83
84
  */
84
85
  export declare class GetGroupPolicyCommand extends GetGroupPolicyCommand_base {
@@ -103,39 +103,39 @@ declare const GetInstanceProfileCommand_base: {
103
103
  * @throws {@link IAMServiceException}
104
104
  * <p>Base exception class for all service exceptions from IAM service.</p>
105
105
  *
106
- * @public
106
+ *
107
107
  * @example To get information about an instance profile
108
108
  * ```javascript
109
109
  * // The following command gets information about the instance profile named ExampleInstanceProfile.
110
110
  * const input = {
111
- * "InstanceProfileName": "ExampleInstanceProfile"
111
+ * InstanceProfileName: "ExampleInstanceProfile"
112
112
  * };
113
113
  * const command = new GetInstanceProfileCommand(input);
114
114
  * const response = await client.send(command);
115
- * /* response ==
115
+ * /* response is
116
116
  * {
117
- * "InstanceProfile": {
118
- * "Arn": "arn:aws:iam::336924118301:instance-profile/ExampleInstanceProfile",
119
- * "CreateDate": "2013-06-12T23:52:02Z",
120
- * "InstanceProfileId": "AID2MAB8DPLSRHEXAMPLE",
121
- * "InstanceProfileName": "ExampleInstanceProfile",
122
- * "Path": "/",
123
- * "Roles": [
117
+ * InstanceProfile: {
118
+ * Arn: "arn:aws:iam::336924118301:instance-profile/ExampleInstanceProfile",
119
+ * CreateDate: "2013-06-12T23:52:02Z",
120
+ * InstanceProfileId: "AID2MAB8DPLSRHEXAMPLE",
121
+ * InstanceProfileName: "ExampleInstanceProfile",
122
+ * Path: "/",
123
+ * Roles: [
124
124
  * {
125
- * "Arn": "arn:aws:iam::336924118301:role/Test-Role",
126
- * "AssumeRolePolicyDocument": "<URL-encoded-JSON>",
127
- * "CreateDate": "2013-01-09T06:33:26Z",
128
- * "Path": "/",
129
- * "RoleId": "AIDGPMS9RO4H3FEXAMPLE",
130
- * "RoleName": "Test-Role"
125
+ * Arn: "arn:aws:iam::336924118301:role/Test-Role",
126
+ * AssumeRolePolicyDocument: "<URL-encoded-JSON>",
127
+ * CreateDate: "2013-01-09T06:33:26Z",
128
+ * Path: "/",
129
+ * RoleId: "AIDGPMS9RO4H3FEXAMPLE",
130
+ * RoleName: "Test-Role"
131
131
  * }
132
132
  * ]
133
133
  * }
134
134
  * }
135
135
  * *\/
136
- * // example id: 463b9ba5-18cc-4608-9ccb-5a7c6b6e5fe7
137
136
  * ```
138
137
  *
138
+ * @public
139
139
  */
140
140
  export declare class GetInstanceProfileCommand extends GetInstanceProfileCommand_base {
141
141
  /** @internal type navigation helper, not in runtime. */
@@ -75,26 +75,26 @@ declare const GetLoginProfileCommand_base: {
75
75
  * @throws {@link IAMServiceException}
76
76
  * <p>Base exception class for all service exceptions from IAM service.</p>
77
77
  *
78
- * @public
78
+ *
79
79
  * @example To get password information for an IAM user
80
80
  * ```javascript
81
81
  * // The following command gets information about the password for the IAM user named Anika.
82
82
  * const input = {
83
- * "UserName": "Anika"
83
+ * UserName: "Anika"
84
84
  * };
85
85
  * const command = new GetLoginProfileCommand(input);
86
86
  * const response = await client.send(command);
87
- * /* response ==
87
+ * /* response is
88
88
  * {
89
- * "LoginProfile": {
90
- * "CreateDate": "2012-09-21T23:03:39Z",
91
- * "UserName": "Anika"
89
+ * LoginProfile: {
90
+ * CreateDate: "2012-09-21T23:03:39Z",
91
+ * UserName: "Anika"
92
92
  * }
93
93
  * }
94
94
  * *\/
95
- * // example id: d6b580cc-909f-4925-9caa-d425cbc1ad47
96
95
  * ```
97
96
  *
97
+ * @public
98
98
  */
99
99
  export declare class GetLoginProfileCommand extends GetLoginProfileCommand_base {
100
100
  /** @internal type navigation helper, not in runtime. */
@@ -68,6 +68,7 @@ declare const GetMFADeviceCommand_base: {
68
68
  * @throws {@link IAMServiceException}
69
69
  * <p>Base exception class for all service exceptions from IAM service.</p>
70
70
  *
71
+ *
71
72
  * @public
72
73
  */
73
74
  export declare class GetMFADeviceCommand extends GetMFADeviceCommand_base {
@@ -80,6 +80,7 @@ declare const GetOpenIDConnectProviderCommand_base: {
80
80
  * @throws {@link IAMServiceException}
81
81
  * <p>Base exception class for all service exceptions from IAM service.</p>
82
82
  *
83
+ *
83
84
  * @public
84
85
  */
85
86
  export declare class GetOpenIDConnectProviderCommand extends GetOpenIDConnectProviderCommand_base {
@@ -99,51 +99,51 @@ declare const GetOrganizationsAccessReportCommand_base: {
99
99
  * @throws {@link IAMServiceException}
100
100
  * <p>Base exception class for all service exceptions from IAM service.</p>
101
101
  *
102
- * @public
102
+ *
103
103
  * @example To get details from a previously generated organizational unit report
104
104
  * ```javascript
105
105
  * // The following operation gets details about the report with the job ID: examplea-1234-b567-cde8-90fg123abcd4
106
106
  * const input = {
107
- * "JobId": "examplea-1234-b567-cde8-90fg123abcd4"
107
+ * JobId: "examplea-1234-b567-cde8-90fg123abcd4"
108
108
  * };
109
109
  * const command = new GetOrganizationsAccessReportCommand(input);
110
110
  * const response = await client.send(command);
111
- * /* response ==
111
+ * /* response is
112
112
  * {
113
- * "AccessDetails": [
113
+ * AccessDetails: [
114
114
  * {
115
- * "EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/111122223333",
116
- * "LastAuthenticatedTime": "2019-05-25T16:29:52Z",
117
- * "Region": "us-east-1",
118
- * "ServiceName": "Amazon DynamoDB",
119
- * "ServiceNamespace": "dynamodb",
120
- * "TotalAuthenticatedEntities": 2
115
+ * EntityPath: "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/111122223333",
116
+ * LastAuthenticatedTime: "2019-05-25T16:29:52Z",
117
+ * Region: "us-east-1",
118
+ * ServiceName: "Amazon DynamoDB",
119
+ * ServiceNamespace: "dynamodb",
120
+ * TotalAuthenticatedEntities: 2
121
121
  * },
122
122
  * {
123
- * "EntityPath": "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/123456789012",
124
- * "LastAuthenticatedTime": "2019-06-15T13:12:06Z",
125
- * "Region": "us-east-1",
126
- * "ServiceName": "AWS Identity and Access Management",
127
- * "ServiceNamespace": "iam",
128
- * "TotalAuthenticatedEntities": 4
123
+ * EntityPath: "o-a1b2c3d4e5/r-f6g7h8i9j0example/ou-1a2b3c-k9l8m7n6o5example/123456789012",
124
+ * LastAuthenticatedTime: "2019-06-15T13:12:06Z",
125
+ * Region: "us-east-1",
126
+ * ServiceName: "AWS Identity and Access Management",
127
+ * ServiceNamespace: "iam",
128
+ * TotalAuthenticatedEntities: 4
129
129
  * },
130
130
  * {
131
- * "ServiceName": "Amazon Simple Storage Service",
132
- * "ServiceNamespace": "s3",
133
- * "TotalAuthenticatedEntities": 0
131
+ * ServiceName: "Amazon Simple Storage Service",
132
+ * ServiceNamespace: "s3",
133
+ * TotalAuthenticatedEntities: 0
134
134
  * }
135
135
  * ],
136
- * "IsTruncated": false,
137
- * "JobCompletionDate": "2019-06-18T19:47:35.241Z",
138
- * "JobCreationDate": "2019-06-18T19:47:31.466Z",
139
- * "JobStatus": "COMPLETED",
140
- * "NumberOfServicesAccessible": 3,
141
- * "NumberOfServicesNotAccessed": 1
136
+ * IsTruncated: false,
137
+ * JobCompletionDate: "2019-06-18T19:47:35.241Z",
138
+ * JobCreationDate: "2019-06-18T19:47:31.466Z",
139
+ * JobStatus: "COMPLETED",
140
+ * NumberOfServicesAccessible: 3,
141
+ * NumberOfServicesNotAccessed: 1
142
142
  * }
143
143
  * *\/
144
- * // example id: getorganizationsaccessreport-ou
145
144
  * ```
146
145
  *
146
+ * @public
147
147
  */
148
148
  export declare class GetOrganizationsAccessReportCommand extends GetOrganizationsAccessReportCommand_base {
149
149
  /** @internal type navigation helper, not in runtime. */
@@ -93,6 +93,7 @@ declare const GetPolicyCommand_base: {
93
93
  * @throws {@link IAMServiceException}
94
94
  * <p>Base exception class for all service exceptions from IAM service.</p>
95
95
  *
96
+ *
96
97
  * @public
97
98
  */
98
99
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
@@ -87,6 +87,7 @@ declare const GetPolicyVersionCommand_base: {
87
87
  * @throws {@link IAMServiceException}
88
88
  * <p>Base exception class for all service exceptions from IAM service.</p>
89
89
  *
90
+ *
90
91
  * @public
91
92
  */
92
93
  export declare class GetPolicyVersionCommand extends GetPolicyVersionCommand_base {
@@ -95,35 +95,35 @@ declare const GetRoleCommand_base: {
95
95
  * @throws {@link IAMServiceException}
96
96
  * <p>Base exception class for all service exceptions from IAM service.</p>
97
97
  *
98
- * @public
98
+ *
99
99
  * @example To get information about an IAM role
100
100
  * ```javascript
101
101
  * // The following command gets information about the role named Test-Role.
102
102
  * const input = {
103
- * "RoleName": "Test-Role"
103
+ * RoleName: "Test-Role"
104
104
  * };
105
105
  * const command = new GetRoleCommand(input);
106
106
  * const response = await client.send(command);
107
- * /* response ==
107
+ * /* response is
108
108
  * {
109
- * "Role": {
110
- * "Arn": "arn:aws:iam::123456789012:role/Test-Role",
111
- * "AssumeRolePolicyDocument": "<URL-encoded-JSON>",
112
- * "CreateDate": "2013-04-18T05:01:58Z",
113
- * "MaxSessionDuration": 3600,
114
- * "Path": "/",
115
- * "RoleId": "AROADBQP57FF2AEXAMPLE",
116
- * "RoleLastUsed": {
117
- * "LastUsedDate": "2019-11-18T05:01:58Z",
118
- * "Region": "us-east-1"
109
+ * Role: {
110
+ * Arn: "arn:aws:iam::123456789012:role/Test-Role",
111
+ * AssumeRolePolicyDocument: "<URL-encoded-JSON>",
112
+ * CreateDate: "2013-04-18T05:01:58Z",
113
+ * MaxSessionDuration: 3600,
114
+ * Path: "/",
115
+ * RoleId: "AROADBQP57FF2AEXAMPLE",
116
+ * RoleLastUsed: {
117
+ * LastUsedDate: "2019-11-18T05:01:58Z",
118
+ * Region: "us-east-1"
119
119
  * },
120
- * "RoleName": "Test-Role"
120
+ * RoleName: "Test-Role"
121
121
  * }
122
122
  * }
123
123
  * *\/
124
- * // example id: 5b7d03a6-340c-472d-aa77-56425950d8b0
125
124
  * ```
126
125
  *
126
+ * @public
127
127
  */
128
128
  export declare class GetRoleCommand extends GetRoleCommand_base {
129
129
  /** @internal type navigation helper, not in runtime. */
@@ -81,6 +81,7 @@ declare const GetRolePolicyCommand_base: {
81
81
  * @throws {@link IAMServiceException}
82
82
  * <p>Base exception class for all service exceptions from IAM service.</p>
83
83
  *
84
+ *
84
85
  * @public
85
86
  */
86
87
  export declare class GetRolePolicyCommand extends GetRolePolicyCommand_base {
@@ -86,6 +86,7 @@ declare const GetSAMLProviderCommand_base: {
86
86
  * @throws {@link IAMServiceException}
87
87
  * <p>Base exception class for all service exceptions from IAM service.</p>
88
88
  *
89
+ *
89
90
  * @public
90
91
  */
91
92
  export declare class GetSAMLProviderCommand extends GetSAMLProviderCommand_base {
@@ -75,6 +75,7 @@ declare const GetSSHPublicKeyCommand_base: {
75
75
  * @throws {@link IAMServiceException}
76
76
  * <p>Base exception class for all service exceptions from IAM service.</p>
77
77
  *
78
+ *
78
79
  * @public
79
80
  */
80
81
  export declare class GetSSHPublicKeyCommand extends GetSSHPublicKeyCommand_base {
@@ -83,6 +83,7 @@ declare const GetServerCertificateCommand_base: {
83
83
  * @throws {@link IAMServiceException}
84
84
  * <p>Base exception class for all service exceptions from IAM service.</p>
85
85
  *
86
+ *
86
87
  * @public
87
88
  */
88
89
  export declare class GetServerCertificateCommand extends GetServerCertificateCommand_base {