@aws-sdk/client-iam 3.131.0 → 3.142.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 (327) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/AddClientIDToOpenIDConnectProviderCommand.js +1 -1
  4. package/dist-cjs/commands/AddRoleToInstanceProfileCommand.js +1 -1
  5. package/dist-cjs/commands/AddUserToGroupCommand.js +1 -1
  6. package/dist-cjs/commands/AttachGroupPolicyCommand.js +1 -1
  7. package/dist-cjs/commands/AttachRolePolicyCommand.js +1 -1
  8. package/dist-cjs/commands/AttachUserPolicyCommand.js +1 -1
  9. package/dist-cjs/commands/ChangePasswordCommand.js +1 -1
  10. package/dist-cjs/commands/CreateAccessKeyCommand.js +2 -2
  11. package/dist-cjs/commands/CreateAccountAliasCommand.js +1 -1
  12. package/dist-cjs/commands/CreateGroupCommand.js +2 -2
  13. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -2
  14. package/dist-cjs/commands/CreateLoginProfileCommand.js +2 -2
  15. package/dist-cjs/commands/CreateOpenIDConnectProviderCommand.js +2 -2
  16. package/dist-cjs/commands/CreatePolicyCommand.js +2 -2
  17. package/dist-cjs/commands/CreatePolicyVersionCommand.js +2 -2
  18. package/dist-cjs/commands/CreateRoleCommand.js +2 -2
  19. package/dist-cjs/commands/CreateSAMLProviderCommand.js +2 -2
  20. package/dist-cjs/commands/CreateServiceLinkedRoleCommand.js +2 -2
  21. package/dist-cjs/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  22. package/dist-cjs/commands/CreateUserCommand.js +2 -2
  23. package/dist-cjs/commands/CreateVirtualMFADeviceCommand.js +2 -2
  24. package/dist-cjs/commands/DeactivateMFADeviceCommand.js +1 -1
  25. package/dist-cjs/commands/DeleteAccessKeyCommand.js +1 -1
  26. package/dist-cjs/commands/DeleteAccountAliasCommand.js +1 -1
  27. package/dist-cjs/commands/DeleteGroupCommand.js +1 -1
  28. package/dist-cjs/commands/DeleteGroupPolicyCommand.js +1 -1
  29. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +1 -1
  30. package/dist-cjs/commands/DeleteLoginProfileCommand.js +1 -1
  31. package/dist-cjs/commands/DeleteOpenIDConnectProviderCommand.js +1 -1
  32. package/dist-cjs/commands/DeletePolicyCommand.js +1 -1
  33. package/dist-cjs/commands/DeletePolicyVersionCommand.js +1 -1
  34. package/dist-cjs/commands/DeleteRoleCommand.js +1 -1
  35. package/dist-cjs/commands/DeleteRolePermissionsBoundaryCommand.js +1 -1
  36. package/dist-cjs/commands/DeleteRolePolicyCommand.js +1 -1
  37. package/dist-cjs/commands/DeleteSAMLProviderCommand.js +1 -1
  38. package/dist-cjs/commands/DeleteSSHPublicKeyCommand.js +1 -1
  39. package/dist-cjs/commands/DeleteServerCertificateCommand.js +1 -1
  40. package/dist-cjs/commands/DeleteServiceLinkedRoleCommand.js +2 -2
  41. package/dist-cjs/commands/DeleteServiceSpecificCredentialCommand.js +1 -1
  42. package/dist-cjs/commands/DeleteSigningCertificateCommand.js +1 -1
  43. package/dist-cjs/commands/DeleteUserCommand.js +1 -1
  44. package/dist-cjs/commands/DeleteUserPermissionsBoundaryCommand.js +1 -1
  45. package/dist-cjs/commands/DeleteUserPolicyCommand.js +1 -1
  46. package/dist-cjs/commands/DeleteVirtualMFADeviceCommand.js +1 -1
  47. package/dist-cjs/commands/DetachGroupPolicyCommand.js +1 -1
  48. package/dist-cjs/commands/DetachRolePolicyCommand.js +1 -1
  49. package/dist-cjs/commands/DetachUserPolicyCommand.js +1 -1
  50. package/dist-cjs/commands/EnableMFADeviceCommand.js +1 -1
  51. package/dist-cjs/commands/GenerateCredentialReportCommand.js +1 -1
  52. package/dist-cjs/commands/GenerateOrganizationsAccessReportCommand.js +2 -2
  53. package/dist-cjs/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -2
  54. package/dist-cjs/commands/GetAccessKeyLastUsedCommand.js +2 -2
  55. package/dist-cjs/commands/GetAccountAuthorizationDetailsCommand.js +2 -2
  56. package/dist-cjs/commands/GetAccountPasswordPolicyCommand.js +1 -1
  57. package/dist-cjs/commands/GetAccountSummaryCommand.js +1 -1
  58. package/dist-cjs/commands/GetContextKeysForCustomPolicyCommand.js +2 -2
  59. package/dist-cjs/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -2
  60. package/dist-cjs/commands/GetCredentialReportCommand.js +1 -1
  61. package/dist-cjs/commands/GetGroupCommand.js +2 -2
  62. package/dist-cjs/commands/GetGroupPolicyCommand.js +2 -2
  63. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -2
  64. package/dist-cjs/commands/GetLoginProfileCommand.js +2 -2
  65. package/dist-cjs/commands/GetOpenIDConnectProviderCommand.js +2 -2
  66. package/dist-cjs/commands/GetOrganizationsAccessReportCommand.js +2 -2
  67. package/dist-cjs/commands/GetPolicyCommand.js +2 -2
  68. package/dist-cjs/commands/GetPolicyVersionCommand.js +2 -2
  69. package/dist-cjs/commands/GetRoleCommand.js +2 -2
  70. package/dist-cjs/commands/GetRolePolicyCommand.js +2 -2
  71. package/dist-cjs/commands/GetSAMLProviderCommand.js +2 -2
  72. package/dist-cjs/commands/GetSSHPublicKeyCommand.js +2 -2
  73. package/dist-cjs/commands/GetServerCertificateCommand.js +2 -2
  74. package/dist-cjs/commands/GetServiceLastAccessedDetailsCommand.js +2 -2
  75. package/dist-cjs/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -2
  76. package/dist-cjs/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -2
  77. package/dist-cjs/commands/GetUserCommand.js +2 -2
  78. package/dist-cjs/commands/GetUserPolicyCommand.js +2 -2
  79. package/dist-cjs/commands/ListAccessKeysCommand.js +2 -2
  80. package/dist-cjs/commands/ListAccountAliasesCommand.js +2 -2
  81. package/dist-cjs/commands/ListAttachedGroupPoliciesCommand.js +2 -2
  82. package/dist-cjs/commands/ListAttachedRolePoliciesCommand.js +2 -2
  83. package/dist-cjs/commands/ListAttachedUserPoliciesCommand.js +2 -2
  84. package/dist-cjs/commands/ListEntitiesForPolicyCommand.js +2 -2
  85. package/dist-cjs/commands/ListGroupPoliciesCommand.js +2 -2
  86. package/dist-cjs/commands/ListGroupsCommand.js +2 -2
  87. package/dist-cjs/commands/ListGroupsForUserCommand.js +2 -2
  88. package/dist-cjs/commands/ListInstanceProfileTagsCommand.js +2 -2
  89. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -2
  90. package/dist-cjs/commands/ListInstanceProfilesForRoleCommand.js +2 -2
  91. package/dist-cjs/commands/ListMFADeviceTagsCommand.js +2 -2
  92. package/dist-cjs/commands/ListMFADevicesCommand.js +2 -2
  93. package/dist-cjs/commands/ListOpenIDConnectProviderTagsCommand.js +2 -2
  94. package/dist-cjs/commands/ListOpenIDConnectProvidersCommand.js +2 -2
  95. package/dist-cjs/commands/ListPoliciesCommand.js +2 -2
  96. package/dist-cjs/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -2
  97. package/dist-cjs/commands/ListPolicyTagsCommand.js +2 -2
  98. package/dist-cjs/commands/ListPolicyVersionsCommand.js +2 -2
  99. package/dist-cjs/commands/ListRolePoliciesCommand.js +2 -2
  100. package/dist-cjs/commands/ListRoleTagsCommand.js +2 -2
  101. package/dist-cjs/commands/ListRolesCommand.js +2 -2
  102. package/dist-cjs/commands/ListSAMLProviderTagsCommand.js +2 -2
  103. package/dist-cjs/commands/ListSAMLProvidersCommand.js +2 -2
  104. package/dist-cjs/commands/ListSSHPublicKeysCommand.js +2 -2
  105. package/dist-cjs/commands/ListServerCertificateTagsCommand.js +2 -2
  106. package/dist-cjs/commands/ListServerCertificatesCommand.js +2 -2
  107. package/dist-cjs/commands/ListServiceSpecificCredentialsCommand.js +2 -2
  108. package/dist-cjs/commands/ListSigningCertificatesCommand.js +2 -2
  109. package/dist-cjs/commands/ListUserPoliciesCommand.js +2 -2
  110. package/dist-cjs/commands/ListUserTagsCommand.js +2 -2
  111. package/dist-cjs/commands/ListUsersCommand.js +2 -2
  112. package/dist-cjs/commands/ListVirtualMFADevicesCommand.js +2 -2
  113. package/dist-cjs/commands/PutGroupPolicyCommand.js +1 -1
  114. package/dist-cjs/commands/PutRolePermissionsBoundaryCommand.js +1 -1
  115. package/dist-cjs/commands/PutRolePolicyCommand.js +1 -1
  116. package/dist-cjs/commands/PutUserPermissionsBoundaryCommand.js +1 -1
  117. package/dist-cjs/commands/PutUserPolicyCommand.js +1 -1
  118. package/dist-cjs/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +1 -1
  119. package/dist-cjs/commands/RemoveRoleFromInstanceProfileCommand.js +1 -1
  120. package/dist-cjs/commands/RemoveUserFromGroupCommand.js +1 -1
  121. package/dist-cjs/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  122. package/dist-cjs/commands/ResyncMFADeviceCommand.js +1 -1
  123. package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +1 -1
  124. package/dist-cjs/commands/SetSecurityTokenServicePreferencesCommand.js +1 -1
  125. package/dist-cjs/commands/SimulateCustomPolicyCommand.js +2 -2
  126. package/dist-cjs/commands/SimulatePrincipalPolicyCommand.js +2 -2
  127. package/dist-cjs/commands/TagInstanceProfileCommand.js +1 -1
  128. package/dist-cjs/commands/TagMFADeviceCommand.js +1 -1
  129. package/dist-cjs/commands/TagOpenIDConnectProviderCommand.js +1 -1
  130. package/dist-cjs/commands/TagPolicyCommand.js +1 -1
  131. package/dist-cjs/commands/TagRoleCommand.js +1 -1
  132. package/dist-cjs/commands/TagSAMLProviderCommand.js +1 -1
  133. package/dist-cjs/commands/TagServerCertificateCommand.js +1 -1
  134. package/dist-cjs/commands/TagUserCommand.js +1 -1
  135. package/dist-cjs/commands/UntagInstanceProfileCommand.js +1 -1
  136. package/dist-cjs/commands/UntagMFADeviceCommand.js +1 -1
  137. package/dist-cjs/commands/UntagOpenIDConnectProviderCommand.js +1 -1
  138. package/dist-cjs/commands/UntagPolicyCommand.js +1 -1
  139. package/dist-cjs/commands/UntagRoleCommand.js +1 -1
  140. package/dist-cjs/commands/UntagSAMLProviderCommand.js +1 -1
  141. package/dist-cjs/commands/UntagServerCertificateCommand.js +1 -1
  142. package/dist-cjs/commands/UntagUserCommand.js +1 -1
  143. package/dist-cjs/commands/UpdateAccessKeyCommand.js +1 -1
  144. package/dist-cjs/commands/UpdateAccountPasswordPolicyCommand.js +1 -1
  145. package/dist-cjs/commands/UpdateAssumeRolePolicyCommand.js +1 -1
  146. package/dist-cjs/commands/UpdateGroupCommand.js +1 -1
  147. package/dist-cjs/commands/UpdateLoginProfileCommand.js +1 -1
  148. package/dist-cjs/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +1 -1
  149. package/dist-cjs/commands/UpdateRoleCommand.js +2 -2
  150. package/dist-cjs/commands/UpdateRoleDescriptionCommand.js +2 -2
  151. package/dist-cjs/commands/UpdateSAMLProviderCommand.js +2 -2
  152. package/dist-cjs/commands/UpdateSSHPublicKeyCommand.js +1 -1
  153. package/dist-cjs/commands/UpdateServerCertificateCommand.js +1 -1
  154. package/dist-cjs/commands/UpdateServiceSpecificCredentialCommand.js +1 -1
  155. package/dist-cjs/commands/UpdateSigningCertificateCommand.js +1 -1
  156. package/dist-cjs/commands/UpdateUserCommand.js +1 -1
  157. package/dist-cjs/commands/UploadSSHPublicKeyCommand.js +2 -2
  158. package/dist-cjs/commands/UploadServerCertificateCommand.js +2 -2
  159. package/dist-cjs/commands/UploadSigningCertificateCommand.js +2 -2
  160. package/dist-cjs/models/models_0.js +1060 -1578
  161. package/dist-cjs/models/models_1.js +115 -171
  162. package/dist-cjs/protocols/Aws_query.js +1182 -1785
  163. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -2
  164. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -2
  165. package/dist-es/commands/AddUserToGroupCommand.js +2 -2
  166. package/dist-es/commands/AttachGroupPolicyCommand.js +2 -2
  167. package/dist-es/commands/AttachRolePolicyCommand.js +2 -2
  168. package/dist-es/commands/AttachUserPolicyCommand.js +2 -2
  169. package/dist-es/commands/ChangePasswordCommand.js +2 -2
  170. package/dist-es/commands/CreateAccessKeyCommand.js +3 -3
  171. package/dist-es/commands/CreateAccountAliasCommand.js +2 -2
  172. package/dist-es/commands/CreateGroupCommand.js +3 -3
  173. package/dist-es/commands/CreateInstanceProfileCommand.js +3 -3
  174. package/dist-es/commands/CreateLoginProfileCommand.js +3 -3
  175. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +3 -3
  176. package/dist-es/commands/CreatePolicyCommand.js +3 -3
  177. package/dist-es/commands/CreatePolicyVersionCommand.js +3 -3
  178. package/dist-es/commands/CreateRoleCommand.js +3 -3
  179. package/dist-es/commands/CreateSAMLProviderCommand.js +3 -3
  180. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +3 -3
  181. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +3 -3
  182. package/dist-es/commands/CreateUserCommand.js +3 -3
  183. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +3 -3
  184. package/dist-es/commands/DeactivateMFADeviceCommand.js +2 -2
  185. package/dist-es/commands/DeleteAccessKeyCommand.js +2 -2
  186. package/dist-es/commands/DeleteAccountAliasCommand.js +2 -2
  187. package/dist-es/commands/DeleteGroupCommand.js +2 -2
  188. package/dist-es/commands/DeleteGroupPolicyCommand.js +2 -2
  189. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
  190. package/dist-es/commands/DeleteLoginProfileCommand.js +2 -2
  191. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -2
  192. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  193. package/dist-es/commands/DeletePolicyVersionCommand.js +2 -2
  194. package/dist-es/commands/DeleteRoleCommand.js +2 -2
  195. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -2
  196. package/dist-es/commands/DeleteRolePolicyCommand.js +2 -2
  197. package/dist-es/commands/DeleteSAMLProviderCommand.js +2 -2
  198. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -2
  199. package/dist-es/commands/DeleteServerCertificateCommand.js +2 -2
  200. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +3 -3
  201. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -2
  202. package/dist-es/commands/DeleteSigningCertificateCommand.js +2 -2
  203. package/dist-es/commands/DeleteUserCommand.js +2 -2
  204. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -2
  205. package/dist-es/commands/DeleteUserPolicyCommand.js +2 -2
  206. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -2
  207. package/dist-es/commands/DetachGroupPolicyCommand.js +2 -2
  208. package/dist-es/commands/DetachRolePolicyCommand.js +2 -2
  209. package/dist-es/commands/DetachUserPolicyCommand.js +2 -2
  210. package/dist-es/commands/EnableMFADeviceCommand.js +2 -2
  211. package/dist-es/commands/GenerateCredentialReportCommand.js +2 -2
  212. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +3 -3
  213. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +3 -3
  214. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +3 -3
  215. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +3 -3
  216. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -2
  217. package/dist-es/commands/GetAccountSummaryCommand.js +2 -2
  218. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +3 -3
  219. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +3 -3
  220. package/dist-es/commands/GetCredentialReportCommand.js +2 -2
  221. package/dist-es/commands/GetGroupCommand.js +3 -3
  222. package/dist-es/commands/GetGroupPolicyCommand.js +3 -3
  223. package/dist-es/commands/GetInstanceProfileCommand.js +3 -3
  224. package/dist-es/commands/GetLoginProfileCommand.js +3 -3
  225. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +3 -3
  226. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +3 -3
  227. package/dist-es/commands/GetPolicyCommand.js +3 -3
  228. package/dist-es/commands/GetPolicyVersionCommand.js +3 -3
  229. package/dist-es/commands/GetRoleCommand.js +3 -3
  230. package/dist-es/commands/GetRolePolicyCommand.js +3 -3
  231. package/dist-es/commands/GetSAMLProviderCommand.js +3 -3
  232. package/dist-es/commands/GetSSHPublicKeyCommand.js +3 -3
  233. package/dist-es/commands/GetServerCertificateCommand.js +3 -3
  234. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +3 -3
  235. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +3 -3
  236. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +3 -3
  237. package/dist-es/commands/GetUserCommand.js +3 -3
  238. package/dist-es/commands/GetUserPolicyCommand.js +3 -3
  239. package/dist-es/commands/ListAccessKeysCommand.js +3 -3
  240. package/dist-es/commands/ListAccountAliasesCommand.js +3 -3
  241. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +3 -3
  242. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +3 -3
  243. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +3 -3
  244. package/dist-es/commands/ListEntitiesForPolicyCommand.js +3 -3
  245. package/dist-es/commands/ListGroupPoliciesCommand.js +3 -3
  246. package/dist-es/commands/ListGroupsCommand.js +3 -3
  247. package/dist-es/commands/ListGroupsForUserCommand.js +3 -3
  248. package/dist-es/commands/ListInstanceProfileTagsCommand.js +3 -3
  249. package/dist-es/commands/ListInstanceProfilesCommand.js +3 -3
  250. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +3 -3
  251. package/dist-es/commands/ListMFADeviceTagsCommand.js +3 -3
  252. package/dist-es/commands/ListMFADevicesCommand.js +3 -3
  253. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +3 -3
  254. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +3 -3
  255. package/dist-es/commands/ListPoliciesCommand.js +3 -3
  256. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +3 -3
  257. package/dist-es/commands/ListPolicyTagsCommand.js +3 -3
  258. package/dist-es/commands/ListPolicyVersionsCommand.js +3 -3
  259. package/dist-es/commands/ListRolePoliciesCommand.js +3 -3
  260. package/dist-es/commands/ListRoleTagsCommand.js +3 -3
  261. package/dist-es/commands/ListRolesCommand.js +3 -3
  262. package/dist-es/commands/ListSAMLProviderTagsCommand.js +3 -3
  263. package/dist-es/commands/ListSAMLProvidersCommand.js +3 -3
  264. package/dist-es/commands/ListSSHPublicKeysCommand.js +3 -3
  265. package/dist-es/commands/ListServerCertificateTagsCommand.js +3 -3
  266. package/dist-es/commands/ListServerCertificatesCommand.js +3 -3
  267. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +3 -3
  268. package/dist-es/commands/ListSigningCertificatesCommand.js +3 -3
  269. package/dist-es/commands/ListUserPoliciesCommand.js +3 -3
  270. package/dist-es/commands/ListUserTagsCommand.js +3 -3
  271. package/dist-es/commands/ListUsersCommand.js +3 -3
  272. package/dist-es/commands/ListVirtualMFADevicesCommand.js +3 -3
  273. package/dist-es/commands/PutGroupPolicyCommand.js +2 -2
  274. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -2
  275. package/dist-es/commands/PutRolePolicyCommand.js +2 -2
  276. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -2
  277. package/dist-es/commands/PutUserPolicyCommand.js +2 -2
  278. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -2
  279. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -2
  280. package/dist-es/commands/RemoveUserFromGroupCommand.js +2 -2
  281. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +3 -3
  282. package/dist-es/commands/ResyncMFADeviceCommand.js +2 -2
  283. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -2
  284. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -2
  285. package/dist-es/commands/SimulateCustomPolicyCommand.js +3 -3
  286. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +3 -3
  287. package/dist-es/commands/TagInstanceProfileCommand.js +2 -2
  288. package/dist-es/commands/TagMFADeviceCommand.js +2 -2
  289. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -2
  290. package/dist-es/commands/TagPolicyCommand.js +2 -2
  291. package/dist-es/commands/TagRoleCommand.js +2 -2
  292. package/dist-es/commands/TagSAMLProviderCommand.js +2 -2
  293. package/dist-es/commands/TagServerCertificateCommand.js +2 -2
  294. package/dist-es/commands/TagUserCommand.js +2 -2
  295. package/dist-es/commands/UntagInstanceProfileCommand.js +2 -2
  296. package/dist-es/commands/UntagMFADeviceCommand.js +2 -2
  297. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -2
  298. package/dist-es/commands/UntagPolicyCommand.js +2 -2
  299. package/dist-es/commands/UntagRoleCommand.js +2 -2
  300. package/dist-es/commands/UntagSAMLProviderCommand.js +2 -2
  301. package/dist-es/commands/UntagServerCertificateCommand.js +2 -2
  302. package/dist-es/commands/UntagUserCommand.js +2 -2
  303. package/dist-es/commands/UpdateAccessKeyCommand.js +2 -2
  304. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -2
  305. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -2
  306. package/dist-es/commands/UpdateGroupCommand.js +2 -2
  307. package/dist-es/commands/UpdateLoginProfileCommand.js +2 -2
  308. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -2
  309. package/dist-es/commands/UpdateRoleCommand.js +3 -3
  310. package/dist-es/commands/UpdateRoleDescriptionCommand.js +3 -3
  311. package/dist-es/commands/UpdateSAMLProviderCommand.js +3 -3
  312. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -2
  313. package/dist-es/commands/UpdateServerCertificateCommand.js +2 -2
  314. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -2
  315. package/dist-es/commands/UpdateSigningCertificateCommand.js +2 -2
  316. package/dist-es/commands/UpdateUserCommand.js +2 -2
  317. package/dist-es/commands/UploadSSHPublicKeyCommand.js +3 -3
  318. package/dist-es/commands/UploadServerCertificateCommand.js +3 -3
  319. package/dist-es/commands/UploadSigningCertificateCommand.js +3 -3
  320. package/dist-es/models/models_0.js +265 -1042
  321. package/dist-es/models/models_1.js +28 -112
  322. package/dist-es/protocols/Aws_query.js +1655 -1786
  323. package/dist-types/models/models_0.d.ts +1036 -1554
  324. package/dist-types/models/models_1.d.ts +112 -168
  325. package/dist-types/ts3.4/models/models_0.d.ts +518 -1036
  326. package/dist-types/ts3.4/models/models_1.d.ts +56 -112
  327. package/package.json +6 -6
@@ -15,12 +15,6 @@ export interface UntagPolicyRequest {
15
15
  */
16
16
  TagKeys: string[] | undefined;
17
17
  }
18
- export declare namespace UntagPolicyRequest {
19
- /**
20
- * @internal
21
- */
22
- const filterSensitiveLog: (obj: UntagPolicyRequest) => any;
23
- }
24
18
  export interface UntagRoleRequest {
25
19
  /**
26
20
  * <p>The name of the IAM role from which you want to remove tags.</p>
@@ -34,12 +28,6 @@ export interface UntagRoleRequest {
34
28
  */
35
29
  TagKeys: string[] | undefined;
36
30
  }
37
- export declare namespace UntagRoleRequest {
38
- /**
39
- * @internal
40
- */
41
- const filterSensitiveLog: (obj: UntagRoleRequest) => any;
42
- }
43
31
  export interface UntagSAMLProviderRequest {
44
32
  /**
45
33
  * <p>The ARN of the SAML identity provider in IAM from which you want to remove
@@ -54,12 +42,6 @@ export interface UntagSAMLProviderRequest {
54
42
  */
55
43
  TagKeys: string[] | undefined;
56
44
  }
57
- export declare namespace UntagSAMLProviderRequest {
58
- /**
59
- * @internal
60
- */
61
- const filterSensitiveLog: (obj: UntagSAMLProviderRequest) => any;
62
- }
63
45
  export interface UntagServerCertificateRequest {
64
46
  /**
65
47
  * <p>The name of the IAM server certificate from which you want to remove tags.</p>
@@ -73,12 +55,6 @@ export interface UntagServerCertificateRequest {
73
55
  */
74
56
  TagKeys: string[] | undefined;
75
57
  }
76
- export declare namespace UntagServerCertificateRequest {
77
- /**
78
- * @internal
79
- */
80
- const filterSensitiveLog: (obj: UntagServerCertificateRequest) => any;
81
- }
82
58
  export interface UntagUserRequest {
83
59
  /**
84
60
  * <p>The name of the IAM user from which you want to remove tags.</p>
@@ -92,12 +68,6 @@ export interface UntagUserRequest {
92
68
  */
93
69
  TagKeys: string[] | undefined;
94
70
  }
95
- export declare namespace UntagUserRequest {
96
- /**
97
- * @internal
98
- */
99
- const filterSensitiveLog: (obj: UntagUserRequest) => any;
100
- }
101
71
  export interface UpdateAccessKeyRequest {
102
72
  /**
103
73
  * <p>The name of the user whose key you want to update.</p>
@@ -118,12 +88,6 @@ export interface UpdateAccessKeyRequest {
118
88
  */
119
89
  Status: StatusType | string | undefined;
120
90
  }
121
- export declare namespace UpdateAccessKeyRequest {
122
- /**
123
- * @internal
124
- */
125
- const filterSensitiveLog: (obj: UpdateAccessKeyRequest) => any;
126
- }
127
91
  export interface UpdateAccountPasswordPolicyRequest {
128
92
  /**
129
93
  * <p>The minimum number of characters allowed in an IAM user password.</p>
@@ -208,12 +172,6 @@ export interface UpdateAccountPasswordPolicyRequest {
208
172
  */
209
173
  HardExpiry?: boolean;
210
174
  }
211
- export declare namespace UpdateAccountPasswordPolicyRequest {
212
- /**
213
- * @internal
214
- */
215
- const filterSensitiveLog: (obj: UpdateAccountPasswordPolicyRequest) => any;
216
- }
217
175
  export interface UpdateAssumeRolePolicyRequest {
218
176
  /**
219
177
  * <p>The name of the role to update with the new policy.</p>
@@ -245,12 +203,6 @@ export interface UpdateAssumeRolePolicyRequest {
245
203
  */
246
204
  PolicyDocument: string | undefined;
247
205
  }
248
- export declare namespace UpdateAssumeRolePolicyRequest {
249
- /**
250
- * @internal
251
- */
252
- const filterSensitiveLog: (obj: UpdateAssumeRolePolicyRequest) => any;
253
- }
254
206
  export interface UpdateGroupRequest {
255
207
  /**
256
208
  * <p>Name of the IAM group to update. If you're changing the name of the group, this is
@@ -275,12 +227,6 @@ export interface UpdateGroupRequest {
275
227
  */
276
228
  NewGroupName?: string;
277
229
  }
278
- export declare namespace UpdateGroupRequest {
279
- /**
280
- * @internal
281
- */
282
- const filterSensitiveLog: (obj: UpdateGroupRequest) => any;
283
- }
284
230
  export interface UpdateLoginProfileRequest {
285
231
  /**
286
232
  * <p>The name of the user whose password you want to update.</p>
@@ -316,12 +262,6 @@ export interface UpdateLoginProfileRequest {
316
262
  */
317
263
  PasswordResetRequired?: boolean;
318
264
  }
319
- export declare namespace UpdateLoginProfileRequest {
320
- /**
321
- * @internal
322
- */
323
- const filterSensitiveLog: (obj: UpdateLoginProfileRequest) => any;
324
- }
325
265
  export interface UpdateOpenIDConnectProviderThumbprintRequest {
326
266
  /**
327
267
  * <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which
@@ -336,12 +276,6 @@ export interface UpdateOpenIDConnectProviderThumbprintRequest {
336
276
  */
337
277
  ThumbprintList: string[] | undefined;
338
278
  }
339
- export declare namespace UpdateOpenIDConnectProviderThumbprintRequest {
340
- /**
341
- * @internal
342
- */
343
- const filterSensitiveLog: (obj: UpdateOpenIDConnectProviderThumbprintRequest) => any;
344
- }
345
279
  export interface UpdateRoleRequest {
346
280
  /**
347
281
  * <p>The name of the role that you want to modify.</p>
@@ -368,20 +302,8 @@ export interface UpdateRoleRequest {
368
302
  */
369
303
  MaxSessionDuration?: number;
370
304
  }
371
- export declare namespace UpdateRoleRequest {
372
- /**
373
- * @internal
374
- */
375
- const filterSensitiveLog: (obj: UpdateRoleRequest) => any;
376
- }
377
305
  export interface UpdateRoleResponse {
378
306
  }
379
- export declare namespace UpdateRoleResponse {
380
- /**
381
- * @internal
382
- */
383
- const filterSensitiveLog: (obj: UpdateRoleResponse) => any;
384
- }
385
307
  export interface UpdateRoleDescriptionRequest {
386
308
  /**
387
309
  * <p>The name of the role that you want to modify.</p>
@@ -392,24 +314,12 @@ export interface UpdateRoleDescriptionRequest {
392
314
  */
393
315
  Description: string | undefined;
394
316
  }
395
- export declare namespace UpdateRoleDescriptionRequest {
396
- /**
397
- * @internal
398
- */
399
- const filterSensitiveLog: (obj: UpdateRoleDescriptionRequest) => any;
400
- }
401
317
  export interface UpdateRoleDescriptionResponse {
402
318
  /**
403
319
  * <p>A structure that contains details about the modified role.</p>
404
320
  */
405
321
  Role?: Role;
406
322
  }
407
- export declare namespace UpdateRoleDescriptionResponse {
408
- /**
409
- * @internal
410
- */
411
- const filterSensitiveLog: (obj: UpdateRoleDescriptionResponse) => any;
412
- }
413
323
  export interface UpdateSAMLProviderRequest {
414
324
  /**
415
325
  * <p>An XML document generated by an identity provider (IdP) that supports SAML 2.0. The
@@ -425,12 +335,6 @@ export interface UpdateSAMLProviderRequest {
425
335
  */
426
336
  SAMLProviderArn: string | undefined;
427
337
  }
428
- export declare namespace UpdateSAMLProviderRequest {
429
- /**
430
- * @internal
431
- */
432
- const filterSensitiveLog: (obj: UpdateSAMLProviderRequest) => any;
433
- }
434
338
  /**
435
339
  * <p>Contains the response to a successful <a>UpdateSAMLProvider</a> request.
436
340
  * </p>
@@ -441,12 +345,6 @@ export interface UpdateSAMLProviderResponse {
441
345
  */
442
346
  SAMLProviderArn?: string;
443
347
  }
444
- export declare namespace UpdateSAMLProviderResponse {
445
- /**
446
- * @internal
447
- */
448
- const filterSensitiveLog: (obj: UpdateSAMLProviderResponse) => any;
449
- }
450
348
  export interface UpdateServerCertificateRequest {
451
349
  /**
452
350
  * <p>The name of the server certificate that you want to update.</p>
@@ -471,12 +369,6 @@ export interface UpdateServerCertificateRequest {
471
369
  */
472
370
  NewServerCertificateName?: string;
473
371
  }
474
- export declare namespace UpdateServerCertificateRequest {
475
- /**
476
- * @internal
477
- */
478
- const filterSensitiveLog: (obj: UpdateServerCertificateRequest) => any;
479
- }
480
372
  export interface UpdateServiceSpecificCredentialRequest {
481
373
  /**
482
374
  * <p>The name of the IAM user associated with the service-specific credential. If you do
@@ -497,12 +389,6 @@ export interface UpdateServiceSpecificCredentialRequest {
497
389
  */
498
390
  Status: StatusType | string | undefined;
499
391
  }
500
- export declare namespace UpdateServiceSpecificCredentialRequest {
501
- /**
502
- * @internal
503
- */
504
- const filterSensitiveLog: (obj: UpdateServiceSpecificCredentialRequest) => any;
505
- }
506
392
  export interface UpdateSigningCertificateRequest {
507
393
  /**
508
394
  * <p>The name of the IAM user the signing certificate belongs to.</p>
@@ -523,12 +409,6 @@ export interface UpdateSigningCertificateRequest {
523
409
  */
524
410
  Status: StatusType | string | undefined;
525
411
  }
526
- export declare namespace UpdateSigningCertificateRequest {
527
- /**
528
- * @internal
529
- */
530
- const filterSensitiveLog: (obj: UpdateSigningCertificateRequest) => any;
531
- }
532
412
  export interface UpdateSSHPublicKeyRequest {
533
413
  /**
534
414
  * <p>The name of the IAM user associated with the SSH public key.</p>
@@ -549,12 +429,6 @@ export interface UpdateSSHPublicKeyRequest {
549
429
  */
550
430
  Status: StatusType | string | undefined;
551
431
  }
552
- export declare namespace UpdateSSHPublicKeyRequest {
553
- /**
554
- * @internal
555
- */
556
- const filterSensitiveLog: (obj: UpdateSSHPublicKeyRequest) => any;
557
- }
558
432
  export interface UpdateUserRequest {
559
433
  /**
560
434
  * <p>Name of the user to update. If you're changing the name of the user, this is the
@@ -581,12 +455,6 @@ export interface UpdateUserRequest {
581
455
  */
582
456
  NewUserName?: string;
583
457
  }
584
- export declare namespace UpdateUserRequest {
585
- /**
586
- * @internal
587
- */
588
- const filterSensitiveLog: (obj: UpdateUserRequest) => any;
589
- }
590
458
  /**
591
459
  * <p>The request was rejected because the public key certificate and the private key do not
592
460
  * match.</p>
@@ -707,12 +575,6 @@ export interface UploadServerCertificateRequest {
707
575
  */
708
576
  Tags?: Tag[];
709
577
  }
710
- export declare namespace UploadServerCertificateRequest {
711
- /**
712
- * @internal
713
- */
714
- const filterSensitiveLog: (obj: UploadServerCertificateRequest) => any;
715
- }
716
578
  /**
717
579
  * <p>Contains the response to a successful <a>UploadServerCertificate</a>
718
580
  * request. </p>
@@ -730,12 +592,6 @@ export interface UploadServerCertificateResponse {
730
592
  */
731
593
  Tags?: Tag[];
732
594
  }
733
- export declare namespace UploadServerCertificateResponse {
734
- /**
735
- * @internal
736
- */
737
- const filterSensitiveLog: (obj: UploadServerCertificateResponse) => any;
738
- }
739
595
  /**
740
596
  * <p>The request was rejected because the same certificate is associated with an IAM user in
741
597
  * the account.</p>
@@ -787,12 +643,6 @@ export interface UploadSigningCertificateRequest {
787
643
  */
788
644
  CertificateBody: string | undefined;
789
645
  }
790
- export declare namespace UploadSigningCertificateRequest {
791
- /**
792
- * @internal
793
- */
794
- const filterSensitiveLog: (obj: UploadSigningCertificateRequest) => any;
795
- }
796
646
  /**
797
647
  * <p>Contains the response to a successful <a>UploadSigningCertificate</a>
798
648
  * request. </p>
@@ -803,12 +653,6 @@ export interface UploadSigningCertificateResponse {
803
653
  */
804
654
  Certificate: SigningCertificate | undefined;
805
655
  }
806
- export declare namespace UploadSigningCertificateResponse {
807
- /**
808
- * @internal
809
- */
810
- const filterSensitiveLog: (obj: UploadSigningCertificateResponse) => any;
811
- }
812
656
  /**
813
657
  * <p>The request was rejected because the SSH public key is already associated with the
814
658
  * specified IAM user.</p>
@@ -862,12 +706,6 @@ export interface UploadSSHPublicKeyRequest {
862
706
  */
863
707
  SSHPublicKeyBody: string | undefined;
864
708
  }
865
- export declare namespace UploadSSHPublicKeyRequest {
866
- /**
867
- * @internal
868
- */
869
- const filterSensitiveLog: (obj: UploadSSHPublicKeyRequest) => any;
870
- }
871
709
  /**
872
710
  * <p>Contains the response to a successful <a>UploadSSHPublicKey</a>
873
711
  * request.</p>
@@ -878,9 +716,115 @@ export interface UploadSSHPublicKeyResponse {
878
716
  */
879
717
  SSHPublicKey?: SSHPublicKey;
880
718
  }
881
- export declare namespace UploadSSHPublicKeyResponse {
882
- /**
883
- * @internal
884
- */
885
- const filterSensitiveLog: (obj: UploadSSHPublicKeyResponse) => any;
886
- }
719
+ /**
720
+ * @internal
721
+ */
722
+ export declare const UntagPolicyRequestFilterSensitiveLog: (obj: UntagPolicyRequest) => any;
723
+ /**
724
+ * @internal
725
+ */
726
+ export declare const UntagRoleRequestFilterSensitiveLog: (obj: UntagRoleRequest) => any;
727
+ /**
728
+ * @internal
729
+ */
730
+ export declare const UntagSAMLProviderRequestFilterSensitiveLog: (obj: UntagSAMLProviderRequest) => any;
731
+ /**
732
+ * @internal
733
+ */
734
+ export declare const UntagServerCertificateRequestFilterSensitiveLog: (obj: UntagServerCertificateRequest) => any;
735
+ /**
736
+ * @internal
737
+ */
738
+ export declare const UntagUserRequestFilterSensitiveLog: (obj: UntagUserRequest) => any;
739
+ /**
740
+ * @internal
741
+ */
742
+ export declare const UpdateAccessKeyRequestFilterSensitiveLog: (obj: UpdateAccessKeyRequest) => any;
743
+ /**
744
+ * @internal
745
+ */
746
+ export declare const UpdateAccountPasswordPolicyRequestFilterSensitiveLog: (obj: UpdateAccountPasswordPolicyRequest) => any;
747
+ /**
748
+ * @internal
749
+ */
750
+ export declare const UpdateAssumeRolePolicyRequestFilterSensitiveLog: (obj: UpdateAssumeRolePolicyRequest) => any;
751
+ /**
752
+ * @internal
753
+ */
754
+ export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
755
+ /**
756
+ * @internal
757
+ */
758
+ export declare const UpdateLoginProfileRequestFilterSensitiveLog: (obj: UpdateLoginProfileRequest) => any;
759
+ /**
760
+ * @internal
761
+ */
762
+ export declare const UpdateOpenIDConnectProviderThumbprintRequestFilterSensitiveLog: (obj: UpdateOpenIDConnectProviderThumbprintRequest) => any;
763
+ /**
764
+ * @internal
765
+ */
766
+ export declare const UpdateRoleRequestFilterSensitiveLog: (obj: UpdateRoleRequest) => any;
767
+ /**
768
+ * @internal
769
+ */
770
+ export declare const UpdateRoleResponseFilterSensitiveLog: (obj: UpdateRoleResponse) => any;
771
+ /**
772
+ * @internal
773
+ */
774
+ export declare const UpdateRoleDescriptionRequestFilterSensitiveLog: (obj: UpdateRoleDescriptionRequest) => any;
775
+ /**
776
+ * @internal
777
+ */
778
+ export declare const UpdateRoleDescriptionResponseFilterSensitiveLog: (obj: UpdateRoleDescriptionResponse) => any;
779
+ /**
780
+ * @internal
781
+ */
782
+ export declare const UpdateSAMLProviderRequestFilterSensitiveLog: (obj: UpdateSAMLProviderRequest) => any;
783
+ /**
784
+ * @internal
785
+ */
786
+ export declare const UpdateSAMLProviderResponseFilterSensitiveLog: (obj: UpdateSAMLProviderResponse) => any;
787
+ /**
788
+ * @internal
789
+ */
790
+ export declare const UpdateServerCertificateRequestFilterSensitiveLog: (obj: UpdateServerCertificateRequest) => any;
791
+ /**
792
+ * @internal
793
+ */
794
+ export declare const UpdateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: UpdateServiceSpecificCredentialRequest) => any;
795
+ /**
796
+ * @internal
797
+ */
798
+ export declare const UpdateSigningCertificateRequestFilterSensitiveLog: (obj: UpdateSigningCertificateRequest) => any;
799
+ /**
800
+ * @internal
801
+ */
802
+ export declare const UpdateSSHPublicKeyRequestFilterSensitiveLog: (obj: UpdateSSHPublicKeyRequest) => any;
803
+ /**
804
+ * @internal
805
+ */
806
+ export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
807
+ /**
808
+ * @internal
809
+ */
810
+ export declare const UploadServerCertificateRequestFilterSensitiveLog: (obj: UploadServerCertificateRequest) => any;
811
+ /**
812
+ * @internal
813
+ */
814
+ export declare const UploadServerCertificateResponseFilterSensitiveLog: (obj: UploadServerCertificateResponse) => any;
815
+ /**
816
+ * @internal
817
+ */
818
+ export declare const UploadSigningCertificateRequestFilterSensitiveLog: (obj: UploadSigningCertificateRequest) => any;
819
+ /**
820
+ * @internal
821
+ */
822
+ export declare const UploadSigningCertificateResponseFilterSensitiveLog: (obj: UploadSigningCertificateResponse) => any;
823
+ /**
824
+ * @internal
825
+ */
826
+ export declare const UploadSSHPublicKeyRequestFilterSensitiveLog: (obj: UploadSSHPublicKeyRequest) => any;
827
+ /**
828
+ * @internal
829
+ */
830
+ export declare const UploadSSHPublicKeyResponseFilterSensitiveLog: (obj: UploadSSHPublicKeyResponse) => any;