@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
@@ -7,50 +7,30 @@ export interface UntagPolicyRequest {
7
7
 
8
8
  TagKeys: string[] | undefined;
9
9
  }
10
- export declare namespace UntagPolicyRequest {
11
-
12
- const filterSensitiveLog: (obj: UntagPolicyRequest) => any;
13
- }
14
10
  export interface UntagRoleRequest {
15
11
 
16
12
  RoleName: string | undefined;
17
13
 
18
14
  TagKeys: string[] | undefined;
19
15
  }
20
- export declare namespace UntagRoleRequest {
21
-
22
- const filterSensitiveLog: (obj: UntagRoleRequest) => any;
23
- }
24
16
  export interface UntagSAMLProviderRequest {
25
17
 
26
18
  SAMLProviderArn: string | undefined;
27
19
 
28
20
  TagKeys: string[] | undefined;
29
21
  }
30
- export declare namespace UntagSAMLProviderRequest {
31
-
32
- const filterSensitiveLog: (obj: UntagSAMLProviderRequest) => any;
33
- }
34
22
  export interface UntagServerCertificateRequest {
35
23
 
36
24
  ServerCertificateName: string | undefined;
37
25
 
38
26
  TagKeys: string[] | undefined;
39
27
  }
40
- export declare namespace UntagServerCertificateRequest {
41
-
42
- const filterSensitiveLog: (obj: UntagServerCertificateRequest) => any;
43
- }
44
28
  export interface UntagUserRequest {
45
29
 
46
30
  UserName: string | undefined;
47
31
 
48
32
  TagKeys: string[] | undefined;
49
33
  }
50
- export declare namespace UntagUserRequest {
51
-
52
- const filterSensitiveLog: (obj: UntagUserRequest) => any;
53
- }
54
34
  export interface UpdateAccessKeyRequest {
55
35
 
56
36
  UserName?: string;
@@ -59,10 +39,6 @@ export interface UpdateAccessKeyRequest {
59
39
 
60
40
  Status: StatusType | string | undefined;
61
41
  }
62
- export declare namespace UpdateAccessKeyRequest {
63
-
64
- const filterSensitiveLog: (obj: UpdateAccessKeyRequest) => any;
65
- }
66
42
  export interface UpdateAccountPasswordPolicyRequest {
67
43
 
68
44
  MinimumPasswordLength?: number;
@@ -83,20 +59,12 @@ export interface UpdateAccountPasswordPolicyRequest {
83
59
 
84
60
  HardExpiry?: boolean;
85
61
  }
86
- export declare namespace UpdateAccountPasswordPolicyRequest {
87
-
88
- const filterSensitiveLog: (obj: UpdateAccountPasswordPolicyRequest) => any;
89
- }
90
62
  export interface UpdateAssumeRolePolicyRequest {
91
63
 
92
64
  RoleName: string | undefined;
93
65
 
94
66
  PolicyDocument: string | undefined;
95
67
  }
96
- export declare namespace UpdateAssumeRolePolicyRequest {
97
-
98
- const filterSensitiveLog: (obj: UpdateAssumeRolePolicyRequest) => any;
99
- }
100
68
  export interface UpdateGroupRequest {
101
69
 
102
70
  GroupName: string | undefined;
@@ -105,10 +73,6 @@ export interface UpdateGroupRequest {
105
73
 
106
74
  NewGroupName?: string;
107
75
  }
108
- export declare namespace UpdateGroupRequest {
109
-
110
- const filterSensitiveLog: (obj: UpdateGroupRequest) => any;
111
- }
112
76
  export interface UpdateLoginProfileRequest {
113
77
 
114
78
  UserName: string | undefined;
@@ -117,20 +81,12 @@ export interface UpdateLoginProfileRequest {
117
81
 
118
82
  PasswordResetRequired?: boolean;
119
83
  }
120
- export declare namespace UpdateLoginProfileRequest {
121
-
122
- const filterSensitiveLog: (obj: UpdateLoginProfileRequest) => any;
123
- }
124
84
  export interface UpdateOpenIDConnectProviderThumbprintRequest {
125
85
 
126
86
  OpenIDConnectProviderArn: string | undefined;
127
87
 
128
88
  ThumbprintList: string[] | undefined;
129
89
  }
130
- export declare namespace UpdateOpenIDConnectProviderThumbprintRequest {
131
-
132
- const filterSensitiveLog: (obj: UpdateOpenIDConnectProviderThumbprintRequest) => any;
133
- }
134
90
  export interface UpdateRoleRequest {
135
91
 
136
92
  RoleName: string | undefined;
@@ -139,53 +95,29 @@ export interface UpdateRoleRequest {
139
95
 
140
96
  MaxSessionDuration?: number;
141
97
  }
142
- export declare namespace UpdateRoleRequest {
143
-
144
- const filterSensitiveLog: (obj: UpdateRoleRequest) => any;
145
- }
146
98
  export interface UpdateRoleResponse {
147
99
  }
148
- export declare namespace UpdateRoleResponse {
149
-
150
- const filterSensitiveLog: (obj: UpdateRoleResponse) => any;
151
- }
152
100
  export interface UpdateRoleDescriptionRequest {
153
101
 
154
102
  RoleName: string | undefined;
155
103
 
156
104
  Description: string | undefined;
157
105
  }
158
- export declare namespace UpdateRoleDescriptionRequest {
159
-
160
- const filterSensitiveLog: (obj: UpdateRoleDescriptionRequest) => any;
161
- }
162
106
  export interface UpdateRoleDescriptionResponse {
163
107
 
164
108
  Role?: Role;
165
109
  }
166
- export declare namespace UpdateRoleDescriptionResponse {
167
-
168
- const filterSensitiveLog: (obj: UpdateRoleDescriptionResponse) => any;
169
- }
170
110
  export interface UpdateSAMLProviderRequest {
171
111
 
172
112
  SAMLMetadataDocument: string | undefined;
173
113
 
174
114
  SAMLProviderArn: string | undefined;
175
115
  }
176
- export declare namespace UpdateSAMLProviderRequest {
177
-
178
- const filterSensitiveLog: (obj: UpdateSAMLProviderRequest) => any;
179
- }
180
116
 
181
117
  export interface UpdateSAMLProviderResponse {
182
118
 
183
119
  SAMLProviderArn?: string;
184
120
  }
185
- export declare namespace UpdateSAMLProviderResponse {
186
-
187
- const filterSensitiveLog: (obj: UpdateSAMLProviderResponse) => any;
188
- }
189
121
  export interface UpdateServerCertificateRequest {
190
122
 
191
123
  ServerCertificateName: string | undefined;
@@ -194,10 +126,6 @@ export interface UpdateServerCertificateRequest {
194
126
 
195
127
  NewServerCertificateName?: string;
196
128
  }
197
- export declare namespace UpdateServerCertificateRequest {
198
-
199
- const filterSensitiveLog: (obj: UpdateServerCertificateRequest) => any;
200
- }
201
129
  export interface UpdateServiceSpecificCredentialRequest {
202
130
 
203
131
  UserName?: string;
@@ -206,10 +134,6 @@ export interface UpdateServiceSpecificCredentialRequest {
206
134
 
207
135
  Status: StatusType | string | undefined;
208
136
  }
209
- export declare namespace UpdateServiceSpecificCredentialRequest {
210
-
211
- const filterSensitiveLog: (obj: UpdateServiceSpecificCredentialRequest) => any;
212
- }
213
137
  export interface UpdateSigningCertificateRequest {
214
138
 
215
139
  UserName?: string;
@@ -218,10 +142,6 @@ export interface UpdateSigningCertificateRequest {
218
142
 
219
143
  Status: StatusType | string | undefined;
220
144
  }
221
- export declare namespace UpdateSigningCertificateRequest {
222
-
223
- const filterSensitiveLog: (obj: UpdateSigningCertificateRequest) => any;
224
- }
225
145
  export interface UpdateSSHPublicKeyRequest {
226
146
 
227
147
  UserName: string | undefined;
@@ -230,10 +150,6 @@ export interface UpdateSSHPublicKeyRequest {
230
150
 
231
151
  Status: StatusType | string | undefined;
232
152
  }
233
- export declare namespace UpdateSSHPublicKeyRequest {
234
-
235
- const filterSensitiveLog: (obj: UpdateSSHPublicKeyRequest) => any;
236
- }
237
153
  export interface UpdateUserRequest {
238
154
 
239
155
  UserName: string | undefined;
@@ -242,10 +158,6 @@ export interface UpdateUserRequest {
242
158
 
243
159
  NewUserName?: string;
244
160
  }
245
- export declare namespace UpdateUserRequest {
246
-
247
- const filterSensitiveLog: (obj: UpdateUserRequest) => any;
248
- }
249
161
 
250
162
  export declare class KeyPairMismatchException extends __BaseException {
251
163
  readonly name: "KeyPairMismatchException";
@@ -274,10 +186,6 @@ export interface UploadServerCertificateRequest {
274
186
 
275
187
  Tags?: Tag[];
276
188
  }
277
- export declare namespace UploadServerCertificateRequest {
278
-
279
- const filterSensitiveLog: (obj: UploadServerCertificateRequest) => any;
280
- }
281
189
 
282
190
  export interface UploadServerCertificateResponse {
283
191
 
@@ -285,10 +193,6 @@ export interface UploadServerCertificateResponse {
285
193
 
286
194
  Tags?: Tag[];
287
195
  }
288
- export declare namespace UploadServerCertificateResponse {
289
-
290
- const filterSensitiveLog: (obj: UploadServerCertificateResponse) => any;
291
- }
292
196
 
293
197
  export declare class DuplicateCertificateException extends __BaseException {
294
198
  readonly name: "DuplicateCertificateException";
@@ -309,19 +213,11 @@ export interface UploadSigningCertificateRequest {
309
213
 
310
214
  CertificateBody: string | undefined;
311
215
  }
312
- export declare namespace UploadSigningCertificateRequest {
313
-
314
- const filterSensitiveLog: (obj: UploadSigningCertificateRequest) => any;
315
- }
316
216
 
317
217
  export interface UploadSigningCertificateResponse {
318
218
 
319
219
  Certificate: SigningCertificate | undefined;
320
220
  }
321
- export declare namespace UploadSigningCertificateResponse {
322
-
323
- const filterSensitiveLog: (obj: UploadSigningCertificateResponse) => any;
324
- }
325
221
 
326
222
  export declare class DuplicateSSHPublicKeyException extends __BaseException {
327
223
  readonly name: "DuplicateSSHPublicKeyException";
@@ -342,16 +238,64 @@ export interface UploadSSHPublicKeyRequest {
342
238
 
343
239
  SSHPublicKeyBody: string | undefined;
344
240
  }
345
- export declare namespace UploadSSHPublicKeyRequest {
346
-
347
- const filterSensitiveLog: (obj: UploadSSHPublicKeyRequest) => any;
348
- }
349
241
 
350
242
  export interface UploadSSHPublicKeyResponse {
351
243
 
352
244
  SSHPublicKey?: SSHPublicKey;
353
245
  }
354
- export declare namespace UploadSSHPublicKeyResponse {
355
-
356
- const filterSensitiveLog: (obj: UploadSSHPublicKeyResponse) => any;
357
- }
246
+
247
+ export declare const UntagPolicyRequestFilterSensitiveLog: (obj: UntagPolicyRequest) => any;
248
+
249
+ export declare const UntagRoleRequestFilterSensitiveLog: (obj: UntagRoleRequest) => any;
250
+
251
+ export declare const UntagSAMLProviderRequestFilterSensitiveLog: (obj: UntagSAMLProviderRequest) => any;
252
+
253
+ export declare const UntagServerCertificateRequestFilterSensitiveLog: (obj: UntagServerCertificateRequest) => any;
254
+
255
+ export declare const UntagUserRequestFilterSensitiveLog: (obj: UntagUserRequest) => any;
256
+
257
+ export declare const UpdateAccessKeyRequestFilterSensitiveLog: (obj: UpdateAccessKeyRequest) => any;
258
+
259
+ export declare const UpdateAccountPasswordPolicyRequestFilterSensitiveLog: (obj: UpdateAccountPasswordPolicyRequest) => any;
260
+
261
+ export declare const UpdateAssumeRolePolicyRequestFilterSensitiveLog: (obj: UpdateAssumeRolePolicyRequest) => any;
262
+
263
+ export declare const UpdateGroupRequestFilterSensitiveLog: (obj: UpdateGroupRequest) => any;
264
+
265
+ export declare const UpdateLoginProfileRequestFilterSensitiveLog: (obj: UpdateLoginProfileRequest) => any;
266
+
267
+ export declare const UpdateOpenIDConnectProviderThumbprintRequestFilterSensitiveLog: (obj: UpdateOpenIDConnectProviderThumbprintRequest) => any;
268
+
269
+ export declare const UpdateRoleRequestFilterSensitiveLog: (obj: UpdateRoleRequest) => any;
270
+
271
+ export declare const UpdateRoleResponseFilterSensitiveLog: (obj: UpdateRoleResponse) => any;
272
+
273
+ export declare const UpdateRoleDescriptionRequestFilterSensitiveLog: (obj: UpdateRoleDescriptionRequest) => any;
274
+
275
+ export declare const UpdateRoleDescriptionResponseFilterSensitiveLog: (obj: UpdateRoleDescriptionResponse) => any;
276
+
277
+ export declare const UpdateSAMLProviderRequestFilterSensitiveLog: (obj: UpdateSAMLProviderRequest) => any;
278
+
279
+ export declare const UpdateSAMLProviderResponseFilterSensitiveLog: (obj: UpdateSAMLProviderResponse) => any;
280
+
281
+ export declare const UpdateServerCertificateRequestFilterSensitiveLog: (obj: UpdateServerCertificateRequest) => any;
282
+
283
+ export declare const UpdateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: UpdateServiceSpecificCredentialRequest) => any;
284
+
285
+ export declare const UpdateSigningCertificateRequestFilterSensitiveLog: (obj: UpdateSigningCertificateRequest) => any;
286
+
287
+ export declare const UpdateSSHPublicKeyRequestFilterSensitiveLog: (obj: UpdateSSHPublicKeyRequest) => any;
288
+
289
+ export declare const UpdateUserRequestFilterSensitiveLog: (obj: UpdateUserRequest) => any;
290
+
291
+ export declare const UploadServerCertificateRequestFilterSensitiveLog: (obj: UploadServerCertificateRequest) => any;
292
+
293
+ export declare const UploadServerCertificateResponseFilterSensitiveLog: (obj: UploadServerCertificateResponse) => any;
294
+
295
+ export declare const UploadSigningCertificateRequestFilterSensitiveLog: (obj: UploadSigningCertificateRequest) => any;
296
+
297
+ export declare const UploadSigningCertificateResponseFilterSensitiveLog: (obj: UploadSigningCertificateResponse) => any;
298
+
299
+ export declare const UploadSSHPublicKeyRequestFilterSensitiveLog: (obj: UploadSSHPublicKeyRequest) => any;
300
+
301
+ export declare const UploadSSHPublicKeyResponseFilterSensitiveLog: (obj: UploadSSHPublicKeyResponse) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iam",
3
3
  "description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
4
- "version": "3.131.0",
4
+ "version": "3.142.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.131.0",
21
+ "@aws-sdk/client-sts": "3.142.0",
22
22
  "@aws-sdk/config-resolver": "3.130.0",
23
- "@aws-sdk/credential-provider-node": "3.131.0",
23
+ "@aws-sdk/credential-provider-node": "3.142.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.131.0",
25
25
  "@aws-sdk/hash-node": "3.127.0",
26
26
  "@aws-sdk/invalid-dependency": "3.127.0",
@@ -36,15 +36,15 @@
36
36
  "@aws-sdk/node-config-provider": "3.127.0",
37
37
  "@aws-sdk/node-http-handler": "3.127.0",
38
38
  "@aws-sdk/protocol-http": "3.127.0",
39
- "@aws-sdk/smithy-client": "3.127.0",
39
+ "@aws-sdk/smithy-client": "3.142.0",
40
40
  "@aws-sdk/types": "3.127.0",
41
41
  "@aws-sdk/url-parser": "3.127.0",
42
42
  "@aws-sdk/util-base64-browser": "3.109.0",
43
43
  "@aws-sdk/util-base64-node": "3.55.0",
44
44
  "@aws-sdk/util-body-length-browser": "3.55.0",
45
45
  "@aws-sdk/util-body-length-node": "3.55.0",
46
- "@aws-sdk/util-defaults-mode-browser": "3.127.0",
47
- "@aws-sdk/util-defaults-mode-node": "3.130.0",
46
+ "@aws-sdk/util-defaults-mode-browser": "3.142.0",
47
+ "@aws-sdk/util-defaults-mode-node": "3.142.0",
48
48
  "@aws-sdk/util-user-agent-browser": "3.127.0",
49
49
  "@aws-sdk/util-user-agent-node": "3.127.0",
50
50
  "@aws-sdk/util-utf8-browser": "3.109.0",