@aws-sdk/client-iam 3.414.0 → 3.421.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 (320) hide show
  1. package/README.md +7 -7
  2. package/dist-cjs/commands/AddClientIDToOpenIDConnectProviderCommand.js +5 -0
  3. package/dist-cjs/commands/AddRoleToInstanceProfileCommand.js +5 -0
  4. package/dist-cjs/commands/AddUserToGroupCommand.js +5 -0
  5. package/dist-cjs/commands/AttachGroupPolicyCommand.js +5 -0
  6. package/dist-cjs/commands/AttachRolePolicyCommand.js +5 -0
  7. package/dist-cjs/commands/AttachUserPolicyCommand.js +5 -0
  8. package/dist-cjs/commands/ChangePasswordCommand.js +5 -0
  9. package/dist-cjs/commands/CreateAccessKeyCommand.js +5 -0
  10. package/dist-cjs/commands/CreateAccountAliasCommand.js +5 -0
  11. package/dist-cjs/commands/CreateGroupCommand.js +5 -0
  12. package/dist-cjs/commands/CreateInstanceProfileCommand.js +5 -0
  13. package/dist-cjs/commands/CreateLoginProfileCommand.js +5 -0
  14. package/dist-cjs/commands/CreateOpenIDConnectProviderCommand.js +5 -0
  15. package/dist-cjs/commands/CreatePolicyCommand.js +5 -0
  16. package/dist-cjs/commands/CreatePolicyVersionCommand.js +5 -0
  17. package/dist-cjs/commands/CreateRoleCommand.js +5 -0
  18. package/dist-cjs/commands/CreateSAMLProviderCommand.js +5 -0
  19. package/dist-cjs/commands/CreateServiceLinkedRoleCommand.js +5 -0
  20. package/dist-cjs/commands/CreateServiceSpecificCredentialCommand.js +5 -0
  21. package/dist-cjs/commands/CreateUserCommand.js +5 -0
  22. package/dist-cjs/commands/CreateVirtualMFADeviceCommand.js +5 -0
  23. package/dist-cjs/commands/DeactivateMFADeviceCommand.js +5 -0
  24. package/dist-cjs/commands/DeleteAccessKeyCommand.js +5 -0
  25. package/dist-cjs/commands/DeleteAccountAliasCommand.js +5 -0
  26. package/dist-cjs/commands/DeleteAccountPasswordPolicyCommand.js +5 -0
  27. package/dist-cjs/commands/DeleteGroupCommand.js +5 -0
  28. package/dist-cjs/commands/DeleteGroupPolicyCommand.js +5 -0
  29. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +5 -0
  30. package/dist-cjs/commands/DeleteLoginProfileCommand.js +5 -0
  31. package/dist-cjs/commands/DeleteOpenIDConnectProviderCommand.js +5 -0
  32. package/dist-cjs/commands/DeletePolicyCommand.js +5 -0
  33. package/dist-cjs/commands/DeletePolicyVersionCommand.js +5 -0
  34. package/dist-cjs/commands/DeleteRoleCommand.js +5 -0
  35. package/dist-cjs/commands/DeleteRolePermissionsBoundaryCommand.js +5 -0
  36. package/dist-cjs/commands/DeleteRolePolicyCommand.js +5 -0
  37. package/dist-cjs/commands/DeleteSAMLProviderCommand.js +5 -0
  38. package/dist-cjs/commands/DeleteSSHPublicKeyCommand.js +5 -0
  39. package/dist-cjs/commands/DeleteServerCertificateCommand.js +5 -0
  40. package/dist-cjs/commands/DeleteServiceLinkedRoleCommand.js +5 -0
  41. package/dist-cjs/commands/DeleteServiceSpecificCredentialCommand.js +5 -0
  42. package/dist-cjs/commands/DeleteSigningCertificateCommand.js +5 -0
  43. package/dist-cjs/commands/DeleteUserCommand.js +5 -0
  44. package/dist-cjs/commands/DeleteUserPermissionsBoundaryCommand.js +5 -0
  45. package/dist-cjs/commands/DeleteUserPolicyCommand.js +5 -0
  46. package/dist-cjs/commands/DeleteVirtualMFADeviceCommand.js +5 -0
  47. package/dist-cjs/commands/DetachGroupPolicyCommand.js +5 -0
  48. package/dist-cjs/commands/DetachRolePolicyCommand.js +5 -0
  49. package/dist-cjs/commands/DetachUserPolicyCommand.js +5 -0
  50. package/dist-cjs/commands/EnableMFADeviceCommand.js +5 -0
  51. package/dist-cjs/commands/GenerateCredentialReportCommand.js +5 -0
  52. package/dist-cjs/commands/GenerateOrganizationsAccessReportCommand.js +5 -0
  53. package/dist-cjs/commands/GenerateServiceLastAccessedDetailsCommand.js +5 -0
  54. package/dist-cjs/commands/GetAccessKeyLastUsedCommand.js +5 -0
  55. package/dist-cjs/commands/GetAccountAuthorizationDetailsCommand.js +5 -0
  56. package/dist-cjs/commands/GetAccountPasswordPolicyCommand.js +5 -0
  57. package/dist-cjs/commands/GetAccountSummaryCommand.js +5 -0
  58. package/dist-cjs/commands/GetContextKeysForCustomPolicyCommand.js +5 -0
  59. package/dist-cjs/commands/GetContextKeysForPrincipalPolicyCommand.js +5 -0
  60. package/dist-cjs/commands/GetCredentialReportCommand.js +5 -0
  61. package/dist-cjs/commands/GetGroupCommand.js +5 -0
  62. package/dist-cjs/commands/GetGroupPolicyCommand.js +5 -0
  63. package/dist-cjs/commands/GetInstanceProfileCommand.js +5 -0
  64. package/dist-cjs/commands/GetLoginProfileCommand.js +5 -0
  65. package/dist-cjs/commands/GetMFADeviceCommand.js +5 -0
  66. package/dist-cjs/commands/GetOpenIDConnectProviderCommand.js +5 -0
  67. package/dist-cjs/commands/GetOrganizationsAccessReportCommand.js +5 -0
  68. package/dist-cjs/commands/GetPolicyCommand.js +5 -0
  69. package/dist-cjs/commands/GetPolicyVersionCommand.js +5 -0
  70. package/dist-cjs/commands/GetRoleCommand.js +5 -0
  71. package/dist-cjs/commands/GetRolePolicyCommand.js +5 -0
  72. package/dist-cjs/commands/GetSAMLProviderCommand.js +5 -0
  73. package/dist-cjs/commands/GetSSHPublicKeyCommand.js +5 -0
  74. package/dist-cjs/commands/GetServerCertificateCommand.js +5 -0
  75. package/dist-cjs/commands/GetServiceLastAccessedDetailsCommand.js +5 -0
  76. package/dist-cjs/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +5 -0
  77. package/dist-cjs/commands/GetServiceLinkedRoleDeletionStatusCommand.js +5 -0
  78. package/dist-cjs/commands/GetUserCommand.js +5 -0
  79. package/dist-cjs/commands/GetUserPolicyCommand.js +5 -0
  80. package/dist-cjs/commands/ListAccessKeysCommand.js +5 -0
  81. package/dist-cjs/commands/ListAccountAliasesCommand.js +5 -0
  82. package/dist-cjs/commands/ListAttachedGroupPoliciesCommand.js +5 -0
  83. package/dist-cjs/commands/ListAttachedRolePoliciesCommand.js +5 -0
  84. package/dist-cjs/commands/ListAttachedUserPoliciesCommand.js +5 -0
  85. package/dist-cjs/commands/ListEntitiesForPolicyCommand.js +5 -0
  86. package/dist-cjs/commands/ListGroupPoliciesCommand.js +5 -0
  87. package/dist-cjs/commands/ListGroupsCommand.js +5 -0
  88. package/dist-cjs/commands/ListGroupsForUserCommand.js +5 -0
  89. package/dist-cjs/commands/ListInstanceProfileTagsCommand.js +5 -0
  90. package/dist-cjs/commands/ListInstanceProfilesCommand.js +5 -0
  91. package/dist-cjs/commands/ListInstanceProfilesForRoleCommand.js +5 -0
  92. package/dist-cjs/commands/ListMFADeviceTagsCommand.js +5 -0
  93. package/dist-cjs/commands/ListMFADevicesCommand.js +5 -0
  94. package/dist-cjs/commands/ListOpenIDConnectProviderTagsCommand.js +5 -0
  95. package/dist-cjs/commands/ListOpenIDConnectProvidersCommand.js +5 -0
  96. package/dist-cjs/commands/ListPoliciesCommand.js +5 -0
  97. package/dist-cjs/commands/ListPoliciesGrantingServiceAccessCommand.js +5 -0
  98. package/dist-cjs/commands/ListPolicyTagsCommand.js +5 -0
  99. package/dist-cjs/commands/ListPolicyVersionsCommand.js +5 -0
  100. package/dist-cjs/commands/ListRolePoliciesCommand.js +5 -0
  101. package/dist-cjs/commands/ListRoleTagsCommand.js +5 -0
  102. package/dist-cjs/commands/ListRolesCommand.js +5 -0
  103. package/dist-cjs/commands/ListSAMLProviderTagsCommand.js +5 -0
  104. package/dist-cjs/commands/ListSAMLProvidersCommand.js +5 -0
  105. package/dist-cjs/commands/ListSSHPublicKeysCommand.js +5 -0
  106. package/dist-cjs/commands/ListServerCertificateTagsCommand.js +5 -0
  107. package/dist-cjs/commands/ListServerCertificatesCommand.js +5 -0
  108. package/dist-cjs/commands/ListServiceSpecificCredentialsCommand.js +5 -0
  109. package/dist-cjs/commands/ListSigningCertificatesCommand.js +5 -0
  110. package/dist-cjs/commands/ListUserPoliciesCommand.js +5 -0
  111. package/dist-cjs/commands/ListUserTagsCommand.js +5 -0
  112. package/dist-cjs/commands/ListUsersCommand.js +5 -0
  113. package/dist-cjs/commands/ListVirtualMFADevicesCommand.js +5 -0
  114. package/dist-cjs/commands/PutGroupPolicyCommand.js +5 -0
  115. package/dist-cjs/commands/PutRolePermissionsBoundaryCommand.js +5 -0
  116. package/dist-cjs/commands/PutRolePolicyCommand.js +5 -0
  117. package/dist-cjs/commands/PutUserPermissionsBoundaryCommand.js +5 -0
  118. package/dist-cjs/commands/PutUserPolicyCommand.js +5 -0
  119. package/dist-cjs/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +5 -0
  120. package/dist-cjs/commands/RemoveRoleFromInstanceProfileCommand.js +5 -0
  121. package/dist-cjs/commands/RemoveUserFromGroupCommand.js +5 -0
  122. package/dist-cjs/commands/ResetServiceSpecificCredentialCommand.js +5 -0
  123. package/dist-cjs/commands/ResyncMFADeviceCommand.js +5 -0
  124. package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +5 -0
  125. package/dist-cjs/commands/SetSecurityTokenServicePreferencesCommand.js +5 -0
  126. package/dist-cjs/commands/SimulateCustomPolicyCommand.js +5 -0
  127. package/dist-cjs/commands/SimulatePrincipalPolicyCommand.js +5 -0
  128. package/dist-cjs/commands/TagInstanceProfileCommand.js +5 -0
  129. package/dist-cjs/commands/TagMFADeviceCommand.js +5 -0
  130. package/dist-cjs/commands/TagOpenIDConnectProviderCommand.js +5 -0
  131. package/dist-cjs/commands/TagPolicyCommand.js +5 -0
  132. package/dist-cjs/commands/TagRoleCommand.js +5 -0
  133. package/dist-cjs/commands/TagSAMLProviderCommand.js +5 -0
  134. package/dist-cjs/commands/TagServerCertificateCommand.js +5 -0
  135. package/dist-cjs/commands/TagUserCommand.js +5 -0
  136. package/dist-cjs/commands/UntagInstanceProfileCommand.js +5 -0
  137. package/dist-cjs/commands/UntagMFADeviceCommand.js +5 -0
  138. package/dist-cjs/commands/UntagOpenIDConnectProviderCommand.js +5 -0
  139. package/dist-cjs/commands/UntagPolicyCommand.js +5 -0
  140. package/dist-cjs/commands/UntagRoleCommand.js +5 -0
  141. package/dist-cjs/commands/UntagSAMLProviderCommand.js +5 -0
  142. package/dist-cjs/commands/UntagServerCertificateCommand.js +5 -0
  143. package/dist-cjs/commands/UntagUserCommand.js +5 -0
  144. package/dist-cjs/commands/UpdateAccessKeyCommand.js +5 -0
  145. package/dist-cjs/commands/UpdateAccountPasswordPolicyCommand.js +5 -0
  146. package/dist-cjs/commands/UpdateAssumeRolePolicyCommand.js +5 -0
  147. package/dist-cjs/commands/UpdateGroupCommand.js +5 -0
  148. package/dist-cjs/commands/UpdateLoginProfileCommand.js +5 -0
  149. package/dist-cjs/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +5 -0
  150. package/dist-cjs/commands/UpdateRoleCommand.js +5 -0
  151. package/dist-cjs/commands/UpdateRoleDescriptionCommand.js +5 -0
  152. package/dist-cjs/commands/UpdateSAMLProviderCommand.js +5 -0
  153. package/dist-cjs/commands/UpdateSSHPublicKeyCommand.js +5 -0
  154. package/dist-cjs/commands/UpdateServerCertificateCommand.js +5 -0
  155. package/dist-cjs/commands/UpdateServiceSpecificCredentialCommand.js +5 -0
  156. package/dist-cjs/commands/UpdateSigningCertificateCommand.js +5 -0
  157. package/dist-cjs/commands/UpdateUserCommand.js +5 -0
  158. package/dist-cjs/commands/UploadSSHPublicKeyCommand.js +5 -0
  159. package/dist-cjs/commands/UploadServerCertificateCommand.js +5 -0
  160. package/dist-cjs/commands/UploadSigningCertificateCommand.js +5 -0
  161. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +5 -0
  162. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +5 -0
  163. package/dist-es/commands/AddUserToGroupCommand.js +5 -0
  164. package/dist-es/commands/AttachGroupPolicyCommand.js +5 -0
  165. package/dist-es/commands/AttachRolePolicyCommand.js +5 -0
  166. package/dist-es/commands/AttachUserPolicyCommand.js +5 -0
  167. package/dist-es/commands/ChangePasswordCommand.js +5 -0
  168. package/dist-es/commands/CreateAccessKeyCommand.js +5 -0
  169. package/dist-es/commands/CreateAccountAliasCommand.js +5 -0
  170. package/dist-es/commands/CreateGroupCommand.js +5 -0
  171. package/dist-es/commands/CreateInstanceProfileCommand.js +5 -0
  172. package/dist-es/commands/CreateLoginProfileCommand.js +5 -0
  173. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +5 -0
  174. package/dist-es/commands/CreatePolicyCommand.js +5 -0
  175. package/dist-es/commands/CreatePolicyVersionCommand.js +5 -0
  176. package/dist-es/commands/CreateRoleCommand.js +5 -0
  177. package/dist-es/commands/CreateSAMLProviderCommand.js +5 -0
  178. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +5 -0
  179. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +5 -0
  180. package/dist-es/commands/CreateUserCommand.js +5 -0
  181. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +5 -0
  182. package/dist-es/commands/DeactivateMFADeviceCommand.js +5 -0
  183. package/dist-es/commands/DeleteAccessKeyCommand.js +5 -0
  184. package/dist-es/commands/DeleteAccountAliasCommand.js +5 -0
  185. package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +5 -0
  186. package/dist-es/commands/DeleteGroupCommand.js +5 -0
  187. package/dist-es/commands/DeleteGroupPolicyCommand.js +5 -0
  188. package/dist-es/commands/DeleteInstanceProfileCommand.js +5 -0
  189. package/dist-es/commands/DeleteLoginProfileCommand.js +5 -0
  190. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +5 -0
  191. package/dist-es/commands/DeletePolicyCommand.js +5 -0
  192. package/dist-es/commands/DeletePolicyVersionCommand.js +5 -0
  193. package/dist-es/commands/DeleteRoleCommand.js +5 -0
  194. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +5 -0
  195. package/dist-es/commands/DeleteRolePolicyCommand.js +5 -0
  196. package/dist-es/commands/DeleteSAMLProviderCommand.js +5 -0
  197. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +5 -0
  198. package/dist-es/commands/DeleteServerCertificateCommand.js +5 -0
  199. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +5 -0
  200. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +5 -0
  201. package/dist-es/commands/DeleteSigningCertificateCommand.js +5 -0
  202. package/dist-es/commands/DeleteUserCommand.js +5 -0
  203. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +5 -0
  204. package/dist-es/commands/DeleteUserPolicyCommand.js +5 -0
  205. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +5 -0
  206. package/dist-es/commands/DetachGroupPolicyCommand.js +5 -0
  207. package/dist-es/commands/DetachRolePolicyCommand.js +5 -0
  208. package/dist-es/commands/DetachUserPolicyCommand.js +5 -0
  209. package/dist-es/commands/EnableMFADeviceCommand.js +5 -0
  210. package/dist-es/commands/GenerateCredentialReportCommand.js +5 -0
  211. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +5 -0
  212. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +5 -0
  213. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +5 -0
  214. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +5 -0
  215. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +5 -0
  216. package/dist-es/commands/GetAccountSummaryCommand.js +5 -0
  217. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +5 -0
  218. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +5 -0
  219. package/dist-es/commands/GetCredentialReportCommand.js +5 -0
  220. package/dist-es/commands/GetGroupCommand.js +5 -0
  221. package/dist-es/commands/GetGroupPolicyCommand.js +5 -0
  222. package/dist-es/commands/GetInstanceProfileCommand.js +5 -0
  223. package/dist-es/commands/GetLoginProfileCommand.js +5 -0
  224. package/dist-es/commands/GetMFADeviceCommand.js +5 -0
  225. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +5 -0
  226. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +5 -0
  227. package/dist-es/commands/GetPolicyCommand.js +5 -0
  228. package/dist-es/commands/GetPolicyVersionCommand.js +5 -0
  229. package/dist-es/commands/GetRoleCommand.js +5 -0
  230. package/dist-es/commands/GetRolePolicyCommand.js +5 -0
  231. package/dist-es/commands/GetSAMLProviderCommand.js +5 -0
  232. package/dist-es/commands/GetSSHPublicKeyCommand.js +5 -0
  233. package/dist-es/commands/GetServerCertificateCommand.js +5 -0
  234. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +5 -0
  235. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +5 -0
  236. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +5 -0
  237. package/dist-es/commands/GetUserCommand.js +5 -0
  238. package/dist-es/commands/GetUserPolicyCommand.js +5 -0
  239. package/dist-es/commands/ListAccessKeysCommand.js +5 -0
  240. package/dist-es/commands/ListAccountAliasesCommand.js +5 -0
  241. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +5 -0
  242. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +5 -0
  243. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +5 -0
  244. package/dist-es/commands/ListEntitiesForPolicyCommand.js +5 -0
  245. package/dist-es/commands/ListGroupPoliciesCommand.js +5 -0
  246. package/dist-es/commands/ListGroupsCommand.js +5 -0
  247. package/dist-es/commands/ListGroupsForUserCommand.js +5 -0
  248. package/dist-es/commands/ListInstanceProfileTagsCommand.js +5 -0
  249. package/dist-es/commands/ListInstanceProfilesCommand.js +5 -0
  250. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +5 -0
  251. package/dist-es/commands/ListMFADeviceTagsCommand.js +5 -0
  252. package/dist-es/commands/ListMFADevicesCommand.js +5 -0
  253. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +5 -0
  254. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +5 -0
  255. package/dist-es/commands/ListPoliciesCommand.js +5 -0
  256. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +5 -0
  257. package/dist-es/commands/ListPolicyTagsCommand.js +5 -0
  258. package/dist-es/commands/ListPolicyVersionsCommand.js +5 -0
  259. package/dist-es/commands/ListRolePoliciesCommand.js +5 -0
  260. package/dist-es/commands/ListRoleTagsCommand.js +5 -0
  261. package/dist-es/commands/ListRolesCommand.js +5 -0
  262. package/dist-es/commands/ListSAMLProviderTagsCommand.js +5 -0
  263. package/dist-es/commands/ListSAMLProvidersCommand.js +5 -0
  264. package/dist-es/commands/ListSSHPublicKeysCommand.js +5 -0
  265. package/dist-es/commands/ListServerCertificateTagsCommand.js +5 -0
  266. package/dist-es/commands/ListServerCertificatesCommand.js +5 -0
  267. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +5 -0
  268. package/dist-es/commands/ListSigningCertificatesCommand.js +5 -0
  269. package/dist-es/commands/ListUserPoliciesCommand.js +5 -0
  270. package/dist-es/commands/ListUserTagsCommand.js +5 -0
  271. package/dist-es/commands/ListUsersCommand.js +5 -0
  272. package/dist-es/commands/ListVirtualMFADevicesCommand.js +5 -0
  273. package/dist-es/commands/PutGroupPolicyCommand.js +5 -0
  274. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +5 -0
  275. package/dist-es/commands/PutRolePolicyCommand.js +5 -0
  276. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +5 -0
  277. package/dist-es/commands/PutUserPolicyCommand.js +5 -0
  278. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +5 -0
  279. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +5 -0
  280. package/dist-es/commands/RemoveUserFromGroupCommand.js +5 -0
  281. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +5 -0
  282. package/dist-es/commands/ResyncMFADeviceCommand.js +5 -0
  283. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +5 -0
  284. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +5 -0
  285. package/dist-es/commands/SimulateCustomPolicyCommand.js +5 -0
  286. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +5 -0
  287. package/dist-es/commands/TagInstanceProfileCommand.js +5 -0
  288. package/dist-es/commands/TagMFADeviceCommand.js +5 -0
  289. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +5 -0
  290. package/dist-es/commands/TagPolicyCommand.js +5 -0
  291. package/dist-es/commands/TagRoleCommand.js +5 -0
  292. package/dist-es/commands/TagSAMLProviderCommand.js +5 -0
  293. package/dist-es/commands/TagServerCertificateCommand.js +5 -0
  294. package/dist-es/commands/TagUserCommand.js +5 -0
  295. package/dist-es/commands/UntagInstanceProfileCommand.js +5 -0
  296. package/dist-es/commands/UntagMFADeviceCommand.js +5 -0
  297. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +5 -0
  298. package/dist-es/commands/UntagPolicyCommand.js +5 -0
  299. package/dist-es/commands/UntagRoleCommand.js +5 -0
  300. package/dist-es/commands/UntagSAMLProviderCommand.js +5 -0
  301. package/dist-es/commands/UntagServerCertificateCommand.js +5 -0
  302. package/dist-es/commands/UntagUserCommand.js +5 -0
  303. package/dist-es/commands/UpdateAccessKeyCommand.js +5 -0
  304. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +5 -0
  305. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +5 -0
  306. package/dist-es/commands/UpdateGroupCommand.js +5 -0
  307. package/dist-es/commands/UpdateLoginProfileCommand.js +5 -0
  308. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +5 -0
  309. package/dist-es/commands/UpdateRoleCommand.js +5 -0
  310. package/dist-es/commands/UpdateRoleDescriptionCommand.js +5 -0
  311. package/dist-es/commands/UpdateSAMLProviderCommand.js +5 -0
  312. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +5 -0
  313. package/dist-es/commands/UpdateServerCertificateCommand.js +5 -0
  314. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +5 -0
  315. package/dist-es/commands/UpdateSigningCertificateCommand.js +5 -0
  316. package/dist-es/commands/UpdateUserCommand.js +5 -0
  317. package/dist-es/commands/UploadSSHPublicKeyCommand.js +5 -0
  318. package/dist-es/commands/UploadServerCertificateCommand.js +5 -0
  319. package/dist-es/commands/UploadSigningCertificateCommand.js +5 -0
  320. package/package.json +32 -32
package/README.md CHANGED
@@ -28,16 +28,16 @@ using your favorite package manager:
28
28
 
29
29
  The AWS SDK is modulized by clients and commands.
30
30
  To send a request, you only need to import the `IAMClient` and
31
- the commands you need, for example `AddClientIDToOpenIDConnectProviderCommand`:
31
+ the commands you need, for example `ListGroupsCommand`:
32
32
 
33
33
  ```js
34
34
  // ES5 example
35
- const { IAMClient, AddClientIDToOpenIDConnectProviderCommand } = require("@aws-sdk/client-iam");
35
+ const { IAMClient, ListGroupsCommand } = require("@aws-sdk/client-iam");
36
36
  ```
37
37
 
38
38
  ```ts
39
39
  // ES6+ example
40
- import { IAMClient, AddClientIDToOpenIDConnectProviderCommand } from "@aws-sdk/client-iam";
40
+ import { IAMClient, ListGroupsCommand } from "@aws-sdk/client-iam";
41
41
  ```
42
42
 
43
43
  ### Usage
@@ -56,7 +56,7 @@ const client = new IAMClient({ region: "REGION" });
56
56
  const params = {
57
57
  /** input parameters */
58
58
  };
59
- const command = new AddClientIDToOpenIDConnectProviderCommand(params);
59
+ const command = new ListGroupsCommand(params);
60
60
  ```
61
61
 
62
62
  #### Async/await
@@ -135,7 +135,7 @@ const client = new AWS.IAM({ region: "REGION" });
135
135
 
136
136
  // async/await.
137
137
  try {
138
- const data = await client.addClientIDToOpenIDConnectProvider(params);
138
+ const data = await client.listGroups(params);
139
139
  // process data.
140
140
  } catch (error) {
141
141
  // error handling.
@@ -143,7 +143,7 @@ try {
143
143
 
144
144
  // Promises.
145
145
  client
146
- .addClientIDToOpenIDConnectProvider(params)
146
+ .listGroups(params)
147
147
  .then((data) => {
148
148
  // process data.
149
149
  })
@@ -152,7 +152,7 @@ client
152
152
  });
153
153
 
154
154
  // callbacks.
155
- client.addClientIDToOpenIDConnectProvider(params, (err, data) => {
155
+ client.listGroups(params, (err, data) => {
156
156
  // process err and data.
157
157
  });
158
158
  ```
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AddClientIDToOpenIDConnectProviderCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddClientIDToOpenIDConnectProviderCommand extends smithy_client_1.Command
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "AddClientIDToOpenIDConnectProvider",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AddRoleToInstanceProfileCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddRoleToInstanceProfileCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "AddRoleToInstanceProfile",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AddUserToGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AddUserToGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "AddUserToGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AttachGroupPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AttachGroupPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "AttachGroupPolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AttachRolePolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AttachRolePolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "AttachRolePolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class AttachUserPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class AttachUserPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "AttachUserPolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class ChangePasswordCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class ChangePasswordCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.ChangePasswordRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSIdentityManagementV20100508",
39
+ operation: "ChangePassword",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class CreateAccessKeyCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateAccessKeyCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CreateAccessKeyResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSIdentityManagementV20100508",
39
+ operation: "CreateAccessKey",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateAccountAliasCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateAccountAliasCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreateAccountAlias",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreateGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateInstanceProfileCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateInstanceProfileCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreateInstanceProfile",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class CreateLoginProfileCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateLoginProfileCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: models_0_1.CreateLoginProfileRequestFilterSensitiveLog,
35
36
  outputFilterSensitiveLog: (_) => _,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSIdentityManagementV20100508",
39
+ operation: "CreateLoginProfile",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateOpenIDConnectProviderCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateOpenIDConnectProviderCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreateOpenIDConnectProvider",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreatePolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreatePolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreatePolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreatePolicyVersionCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreatePolicyVersionCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreatePolicyVersion",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateRoleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateRoleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreateRole",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateSAMLProviderCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateSAMLProviderCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreateSAMLProvider",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateServiceLinkedRoleCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateServiceLinkedRoleCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreateServiceLinkedRole",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class CreateServiceSpecificCredentialCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateServiceSpecificCredentialCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CreateServiceSpecificCredentialResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSIdentityManagementV20100508",
39
+ operation: "CreateServiceSpecificCredential",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class CreateUserCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class CreateUserCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "CreateUser",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const models_0_1 = require("../models/models_0");
9
10
  const Aws_query_1 = require("../protocols/Aws_query");
10
11
  class CreateVirtualMFADeviceCommand extends smithy_client_1.Command {
@@ -33,6 +34,10 @@ class CreateVirtualMFADeviceCommand extends smithy_client_1.Command {
33
34
  commandName,
34
35
  inputFilterSensitiveLog: (_) => _,
35
36
  outputFilterSensitiveLog: models_0_1.CreateVirtualMFADeviceResponseFilterSensitiveLog,
37
+ [types_1.SMITHY_CONTEXT_KEY]: {
38
+ service: "AWSIdentityManagementV20100508",
39
+ operation: "CreateVirtualMFADevice",
40
+ },
36
41
  };
37
42
  const { requestHandler } = configuration;
38
43
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeactivateMFADeviceCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeactivateMFADeviceCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "DeactivateMFADevice",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteAccessKeyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAccessKeyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "DeleteAccessKey",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteAccountAliasCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAccountAliasCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "DeleteAccountAlias",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteAccountPasswordPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteAccountPasswordPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "DeleteAccountPasswordPolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteGroupCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteGroupCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "DeleteGroup",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteGroupPolicyCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteGroupPolicyCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "DeleteGroupPolicy",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteInstanceProfileCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteInstanceProfileCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "DeleteInstanceProfile",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -5,6 +5,7 @@ const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@smithy/middleware-serde");
6
6
  const smithy_client_1 = require("@smithy/smithy-client");
7
7
  Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
+ const types_1 = require("@smithy/types");
8
9
  const Aws_query_1 = require("../protocols/Aws_query");
9
10
  class DeleteLoginProfileCommand extends smithy_client_1.Command {
10
11
  static getEndpointParameterInstructions() {
@@ -32,6 +33,10 @@ class DeleteLoginProfileCommand extends smithy_client_1.Command {
32
33
  commandName,
33
34
  inputFilterSensitiveLog: (_) => _,
34
35
  outputFilterSensitiveLog: (_) => _,
36
+ [types_1.SMITHY_CONTEXT_KEY]: {
37
+ service: "AWSIdentityManagementV20100508",
38
+ operation: "DeleteLoginProfile",
39
+ },
35
40
  };
36
41
  const { requestHandler } = configuration;
37
42
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);