@aws-sdk/client-iam 3.1045.0 → 3.1046.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 (577) hide show
  1. package/dist-cjs/auth/httpAuthSchemeProvider.js +4 -4
  2. package/dist-cjs/endpoint/bdd.js +2 -2
  3. package/dist-cjs/endpoint/endpointResolver.js +4 -4
  4. package/dist-cjs/index.js +400 -402
  5. package/dist-cjs/models/IAMServiceException.js +3 -3
  6. package/dist-cjs/runtimeConfig.browser.js +12 -14
  7. package/dist-cjs/runtimeConfig.js +18 -22
  8. package/dist-cjs/runtimeConfig.shared.js +9 -10
  9. package/dist-es/IAM.js +1 -1
  10. package/dist-es/IAMClient.js +5 -5
  11. package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
  12. package/dist-es/commands/AcceptDelegationRequestCommand.js +2 -2
  13. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -2
  14. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -2
  15. package/dist-es/commands/AddUserToGroupCommand.js +2 -2
  16. package/dist-es/commands/AssociateDelegationRequestCommand.js +2 -2
  17. package/dist-es/commands/AttachGroupPolicyCommand.js +2 -2
  18. package/dist-es/commands/AttachRolePolicyCommand.js +2 -2
  19. package/dist-es/commands/AttachUserPolicyCommand.js +2 -2
  20. package/dist-es/commands/ChangePasswordCommand.js +2 -2
  21. package/dist-es/commands/CreateAccessKeyCommand.js +2 -2
  22. package/dist-es/commands/CreateAccountAliasCommand.js +2 -2
  23. package/dist-es/commands/CreateDelegationRequestCommand.js +2 -2
  24. package/dist-es/commands/CreateGroupCommand.js +2 -2
  25. package/dist-es/commands/CreateInstanceProfileCommand.js +2 -2
  26. package/dist-es/commands/CreateLoginProfileCommand.js +2 -2
  27. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +2 -2
  28. package/dist-es/commands/CreatePolicyCommand.js +2 -2
  29. package/dist-es/commands/CreatePolicyVersionCommand.js +2 -2
  30. package/dist-es/commands/CreateRoleCommand.js +2 -2
  31. package/dist-es/commands/CreateSAMLProviderCommand.js +2 -2
  32. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +2 -2
  33. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  34. package/dist-es/commands/CreateUserCommand.js +2 -2
  35. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +2 -2
  36. package/dist-es/commands/DeactivateMFADeviceCommand.js +2 -2
  37. package/dist-es/commands/DeleteAccessKeyCommand.js +2 -2
  38. package/dist-es/commands/DeleteAccountAliasCommand.js +2 -2
  39. package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  40. package/dist-es/commands/DeleteGroupCommand.js +2 -2
  41. package/dist-es/commands/DeleteGroupPolicyCommand.js +2 -2
  42. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -2
  43. package/dist-es/commands/DeleteLoginProfileCommand.js +2 -2
  44. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -2
  45. package/dist-es/commands/DeletePolicyCommand.js +2 -2
  46. package/dist-es/commands/DeletePolicyVersionCommand.js +2 -2
  47. package/dist-es/commands/DeleteRoleCommand.js +2 -2
  48. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -2
  49. package/dist-es/commands/DeleteRolePolicyCommand.js +2 -2
  50. package/dist-es/commands/DeleteSAMLProviderCommand.js +2 -2
  51. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -2
  52. package/dist-es/commands/DeleteServerCertificateCommand.js +2 -2
  53. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +2 -2
  54. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -2
  55. package/dist-es/commands/DeleteSigningCertificateCommand.js +2 -2
  56. package/dist-es/commands/DeleteUserCommand.js +2 -2
  57. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -2
  58. package/dist-es/commands/DeleteUserPolicyCommand.js +2 -2
  59. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -2
  60. package/dist-es/commands/DetachGroupPolicyCommand.js +2 -2
  61. package/dist-es/commands/DetachRolePolicyCommand.js +2 -2
  62. package/dist-es/commands/DetachUserPolicyCommand.js +2 -2
  63. package/dist-es/commands/DisableOrganizationsRootCredentialsManagementCommand.js +2 -2
  64. package/dist-es/commands/DisableOrganizationsRootSessionsCommand.js +2 -2
  65. package/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +2 -2
  66. package/dist-es/commands/EnableMFADeviceCommand.js +2 -2
  67. package/dist-es/commands/EnableOrganizationsRootCredentialsManagementCommand.js +2 -2
  68. package/dist-es/commands/EnableOrganizationsRootSessionsCommand.js +2 -2
  69. package/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +2 -2
  70. package/dist-es/commands/GenerateCredentialReportCommand.js +2 -2
  71. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +2 -2
  72. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -2
  73. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +2 -2
  74. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +2 -2
  75. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -2
  76. package/dist-es/commands/GetAccountSummaryCommand.js +2 -2
  77. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +2 -2
  78. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -2
  79. package/dist-es/commands/GetCredentialReportCommand.js +2 -2
  80. package/dist-es/commands/GetDelegationRequestCommand.js +2 -2
  81. package/dist-es/commands/GetGroupCommand.js +2 -2
  82. package/dist-es/commands/GetGroupPolicyCommand.js +2 -2
  83. package/dist-es/commands/GetHumanReadableSummaryCommand.js +2 -2
  84. package/dist-es/commands/GetInstanceProfileCommand.js +2 -2
  85. package/dist-es/commands/GetLoginProfileCommand.js +2 -2
  86. package/dist-es/commands/GetMFADeviceCommand.js +2 -2
  87. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +2 -2
  88. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +2 -2
  89. package/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +2 -2
  90. package/dist-es/commands/GetPolicyCommand.js +2 -2
  91. package/dist-es/commands/GetPolicyVersionCommand.js +2 -2
  92. package/dist-es/commands/GetRoleCommand.js +2 -2
  93. package/dist-es/commands/GetRolePolicyCommand.js +2 -2
  94. package/dist-es/commands/GetSAMLProviderCommand.js +2 -2
  95. package/dist-es/commands/GetSSHPublicKeyCommand.js +2 -2
  96. package/dist-es/commands/GetServerCertificateCommand.js +2 -2
  97. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +2 -2
  98. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -2
  99. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -2
  100. package/dist-es/commands/GetUserCommand.js +2 -2
  101. package/dist-es/commands/GetUserPolicyCommand.js +2 -2
  102. package/dist-es/commands/ListAccessKeysCommand.js +2 -2
  103. package/dist-es/commands/ListAccountAliasesCommand.js +2 -2
  104. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +2 -2
  105. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +2 -2
  106. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +2 -2
  107. package/dist-es/commands/ListDelegationRequestsCommand.js +2 -2
  108. package/dist-es/commands/ListEntitiesForPolicyCommand.js +2 -2
  109. package/dist-es/commands/ListGroupPoliciesCommand.js +2 -2
  110. package/dist-es/commands/ListGroupsCommand.js +2 -2
  111. package/dist-es/commands/ListGroupsForUserCommand.js +2 -2
  112. package/dist-es/commands/ListInstanceProfileTagsCommand.js +2 -2
  113. package/dist-es/commands/ListInstanceProfilesCommand.js +2 -2
  114. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +2 -2
  115. package/dist-es/commands/ListMFADeviceTagsCommand.js +2 -2
  116. package/dist-es/commands/ListMFADevicesCommand.js +2 -2
  117. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +2 -2
  118. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +2 -2
  119. package/dist-es/commands/ListOrganizationsFeaturesCommand.js +2 -2
  120. package/dist-es/commands/ListPoliciesCommand.js +2 -2
  121. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -2
  122. package/dist-es/commands/ListPolicyTagsCommand.js +2 -2
  123. package/dist-es/commands/ListPolicyVersionsCommand.js +2 -2
  124. package/dist-es/commands/ListRolePoliciesCommand.js +2 -2
  125. package/dist-es/commands/ListRoleTagsCommand.js +2 -2
  126. package/dist-es/commands/ListRolesCommand.js +2 -2
  127. package/dist-es/commands/ListSAMLProviderTagsCommand.js +2 -2
  128. package/dist-es/commands/ListSAMLProvidersCommand.js +2 -2
  129. package/dist-es/commands/ListSSHPublicKeysCommand.js +2 -2
  130. package/dist-es/commands/ListServerCertificateTagsCommand.js +2 -2
  131. package/dist-es/commands/ListServerCertificatesCommand.js +2 -2
  132. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +2 -2
  133. package/dist-es/commands/ListSigningCertificatesCommand.js +2 -2
  134. package/dist-es/commands/ListUserPoliciesCommand.js +2 -2
  135. package/dist-es/commands/ListUserTagsCommand.js +2 -2
  136. package/dist-es/commands/ListUsersCommand.js +2 -2
  137. package/dist-es/commands/ListVirtualMFADevicesCommand.js +2 -2
  138. package/dist-es/commands/PutGroupPolicyCommand.js +2 -2
  139. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -2
  140. package/dist-es/commands/PutRolePolicyCommand.js +2 -2
  141. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -2
  142. package/dist-es/commands/PutUserPolicyCommand.js +2 -2
  143. package/dist-es/commands/RejectDelegationRequestCommand.js +2 -2
  144. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -2
  145. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -2
  146. package/dist-es/commands/RemoveUserFromGroupCommand.js +2 -2
  147. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  148. package/dist-es/commands/ResyncMFADeviceCommand.js +2 -2
  149. package/dist-es/commands/SendDelegationTokenCommand.js +2 -2
  150. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -2
  151. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -2
  152. package/dist-es/commands/SimulateCustomPolicyCommand.js +2 -2
  153. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +2 -2
  154. package/dist-es/commands/TagInstanceProfileCommand.js +2 -2
  155. package/dist-es/commands/TagMFADeviceCommand.js +2 -2
  156. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -2
  157. package/dist-es/commands/TagPolicyCommand.js +2 -2
  158. package/dist-es/commands/TagRoleCommand.js +2 -2
  159. package/dist-es/commands/TagSAMLProviderCommand.js +2 -2
  160. package/dist-es/commands/TagServerCertificateCommand.js +2 -2
  161. package/dist-es/commands/TagUserCommand.js +2 -2
  162. package/dist-es/commands/UntagInstanceProfileCommand.js +2 -2
  163. package/dist-es/commands/UntagMFADeviceCommand.js +2 -2
  164. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -2
  165. package/dist-es/commands/UntagPolicyCommand.js +2 -2
  166. package/dist-es/commands/UntagRoleCommand.js +2 -2
  167. package/dist-es/commands/UntagSAMLProviderCommand.js +2 -2
  168. package/dist-es/commands/UntagServerCertificateCommand.js +2 -2
  169. package/dist-es/commands/UntagUserCommand.js +2 -2
  170. package/dist-es/commands/UpdateAccessKeyCommand.js +2 -2
  171. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -2
  172. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -2
  173. package/dist-es/commands/UpdateDelegationRequestCommand.js +2 -2
  174. package/dist-es/commands/UpdateGroupCommand.js +2 -2
  175. package/dist-es/commands/UpdateLoginProfileCommand.js +2 -2
  176. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -2
  177. package/dist-es/commands/UpdateRoleCommand.js +2 -2
  178. package/dist-es/commands/UpdateRoleDescriptionCommand.js +2 -2
  179. package/dist-es/commands/UpdateSAMLProviderCommand.js +2 -2
  180. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -2
  181. package/dist-es/commands/UpdateServerCertificateCommand.js +2 -2
  182. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -2
  183. package/dist-es/commands/UpdateSigningCertificateCommand.js +2 -2
  184. package/dist-es/commands/UpdateUserCommand.js +2 -2
  185. package/dist-es/commands/UploadSSHPublicKeyCommand.js +2 -2
  186. package/dist-es/commands/UploadServerCertificateCommand.js +2 -2
  187. package/dist-es/commands/UploadSigningCertificateCommand.js +2 -2
  188. package/dist-es/endpoint/bdd.js +1 -1
  189. package/dist-es/endpoint/endpointResolver.js +1 -1
  190. package/dist-es/models/IAMServiceException.js +1 -1
  191. package/dist-es/runtimeConfig.browser.js +4 -6
  192. package/dist-es/runtimeConfig.js +4 -8
  193. package/dist-es/runtimeConfig.shared.js +3 -4
  194. package/dist-es/runtimeExtensions.js +2 -2
  195. package/dist-es/waiters/waitForInstanceProfileExists.js +1 -1
  196. package/dist-es/waiters/waitForPolicyExists.js +1 -1
  197. package/dist-es/waiters/waitForRoleExists.js +1 -1
  198. package/dist-es/waiters/waitForUserExists.js +1 -1
  199. package/dist-types/IAM.d.ts +1 -1
  200. package/dist-types/IAMClient.d.ts +5 -5
  201. package/dist-types/commands/AcceptDelegationRequestCommand.d.ts +6 -4
  202. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +6 -4
  203. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +6 -4
  204. package/dist-types/commands/AddUserToGroupCommand.d.ts +6 -4
  205. package/dist-types/commands/AssociateDelegationRequestCommand.d.ts +6 -4
  206. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +6 -4
  207. package/dist-types/commands/AttachRolePolicyCommand.d.ts +6 -4
  208. package/dist-types/commands/AttachUserPolicyCommand.d.ts +6 -4
  209. package/dist-types/commands/ChangePasswordCommand.d.ts +6 -4
  210. package/dist-types/commands/CreateAccessKeyCommand.d.ts +6 -4
  211. package/dist-types/commands/CreateAccountAliasCommand.d.ts +6 -4
  212. package/dist-types/commands/CreateDelegationRequestCommand.d.ts +6 -4
  213. package/dist-types/commands/CreateGroupCommand.d.ts +6 -4
  214. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +6 -4
  215. package/dist-types/commands/CreateLoginProfileCommand.d.ts +6 -4
  216. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +6 -4
  217. package/dist-types/commands/CreatePolicyCommand.d.ts +6 -4
  218. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +6 -4
  219. package/dist-types/commands/CreateRoleCommand.d.ts +6 -4
  220. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +6 -4
  221. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +6 -4
  222. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +6 -4
  223. package/dist-types/commands/CreateUserCommand.d.ts +6 -4
  224. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +6 -4
  225. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +6 -4
  226. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +6 -4
  227. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +6 -4
  228. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +6 -4
  229. package/dist-types/commands/DeleteGroupCommand.d.ts +6 -4
  230. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +6 -4
  231. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +6 -4
  232. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +6 -4
  233. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +6 -4
  234. package/dist-types/commands/DeletePolicyCommand.d.ts +6 -4
  235. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +6 -4
  236. package/dist-types/commands/DeleteRoleCommand.d.ts +6 -4
  237. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +6 -4
  238. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +6 -4
  239. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +6 -4
  240. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +6 -4
  241. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +6 -4
  242. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +6 -4
  243. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +6 -4
  244. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +6 -4
  245. package/dist-types/commands/DeleteUserCommand.d.ts +6 -4
  246. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +6 -4
  247. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +6 -4
  248. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +6 -4
  249. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +6 -4
  250. package/dist-types/commands/DetachRolePolicyCommand.d.ts +6 -4
  251. package/dist-types/commands/DetachUserPolicyCommand.d.ts +6 -4
  252. package/dist-types/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +6 -4
  253. package/dist-types/commands/DisableOrganizationsRootSessionsCommand.d.ts +6 -4
  254. package/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +6 -4
  255. package/dist-types/commands/EnableMFADeviceCommand.d.ts +6 -4
  256. package/dist-types/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +6 -4
  257. package/dist-types/commands/EnableOrganizationsRootSessionsCommand.d.ts +6 -4
  258. package/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +6 -4
  259. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +6 -4
  260. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +6 -4
  261. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -4
  262. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +6 -4
  263. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +6 -4
  264. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +6 -4
  265. package/dist-types/commands/GetAccountSummaryCommand.d.ts +6 -4
  266. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +6 -4
  267. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +6 -4
  268. package/dist-types/commands/GetCredentialReportCommand.d.ts +6 -4
  269. package/dist-types/commands/GetDelegationRequestCommand.d.ts +6 -4
  270. package/dist-types/commands/GetGroupCommand.d.ts +6 -4
  271. package/dist-types/commands/GetGroupPolicyCommand.d.ts +6 -4
  272. package/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +6 -4
  273. package/dist-types/commands/GetInstanceProfileCommand.d.ts +6 -4
  274. package/dist-types/commands/GetLoginProfileCommand.d.ts +6 -4
  275. package/dist-types/commands/GetMFADeviceCommand.d.ts +6 -4
  276. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +6 -4
  277. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +6 -4
  278. package/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +6 -4
  279. package/dist-types/commands/GetPolicyCommand.d.ts +6 -4
  280. package/dist-types/commands/GetPolicyVersionCommand.d.ts +6 -4
  281. package/dist-types/commands/GetRoleCommand.d.ts +6 -4
  282. package/dist-types/commands/GetRolePolicyCommand.d.ts +6 -4
  283. package/dist-types/commands/GetSAMLProviderCommand.d.ts +6 -4
  284. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +6 -4
  285. package/dist-types/commands/GetServerCertificateCommand.d.ts +6 -4
  286. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +6 -4
  287. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +6 -4
  288. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +6 -4
  289. package/dist-types/commands/GetUserCommand.d.ts +6 -4
  290. package/dist-types/commands/GetUserPolicyCommand.d.ts +6 -4
  291. package/dist-types/commands/ListAccessKeysCommand.d.ts +6 -4
  292. package/dist-types/commands/ListAccountAliasesCommand.d.ts +6 -4
  293. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +6 -4
  294. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +6 -4
  295. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +6 -4
  296. package/dist-types/commands/ListDelegationRequestsCommand.d.ts +6 -4
  297. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +6 -4
  298. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +6 -4
  299. package/dist-types/commands/ListGroupsCommand.d.ts +6 -4
  300. package/dist-types/commands/ListGroupsForUserCommand.d.ts +6 -4
  301. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +6 -4
  302. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +6 -4
  303. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +6 -4
  304. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +6 -4
  305. package/dist-types/commands/ListMFADevicesCommand.d.ts +6 -4
  306. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +6 -4
  307. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +6 -4
  308. package/dist-types/commands/ListOrganizationsFeaturesCommand.d.ts +6 -4
  309. package/dist-types/commands/ListPoliciesCommand.d.ts +6 -4
  310. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +6 -4
  311. package/dist-types/commands/ListPolicyTagsCommand.d.ts +6 -4
  312. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +6 -4
  313. package/dist-types/commands/ListRolePoliciesCommand.d.ts +6 -4
  314. package/dist-types/commands/ListRoleTagsCommand.d.ts +6 -4
  315. package/dist-types/commands/ListRolesCommand.d.ts +6 -4
  316. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +6 -4
  317. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +6 -4
  318. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +6 -4
  319. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +6 -4
  320. package/dist-types/commands/ListServerCertificatesCommand.d.ts +6 -4
  321. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +6 -4
  322. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +6 -4
  323. package/dist-types/commands/ListUserPoliciesCommand.d.ts +6 -4
  324. package/dist-types/commands/ListUserTagsCommand.d.ts +6 -4
  325. package/dist-types/commands/ListUsersCommand.d.ts +6 -4
  326. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +6 -4
  327. package/dist-types/commands/PutGroupPolicyCommand.d.ts +6 -4
  328. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +6 -4
  329. package/dist-types/commands/PutRolePolicyCommand.d.ts +6 -4
  330. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +6 -4
  331. package/dist-types/commands/PutUserPolicyCommand.d.ts +6 -4
  332. package/dist-types/commands/RejectDelegationRequestCommand.d.ts +6 -4
  333. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +6 -4
  334. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +6 -4
  335. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +6 -4
  336. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -4
  337. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +6 -4
  338. package/dist-types/commands/SendDelegationTokenCommand.d.ts +6 -4
  339. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +6 -4
  340. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +6 -4
  341. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +6 -4
  342. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +6 -4
  343. package/dist-types/commands/TagInstanceProfileCommand.d.ts +6 -4
  344. package/dist-types/commands/TagMFADeviceCommand.d.ts +6 -4
  345. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +6 -4
  346. package/dist-types/commands/TagPolicyCommand.d.ts +6 -4
  347. package/dist-types/commands/TagRoleCommand.d.ts +6 -4
  348. package/dist-types/commands/TagSAMLProviderCommand.d.ts +6 -4
  349. package/dist-types/commands/TagServerCertificateCommand.d.ts +6 -4
  350. package/dist-types/commands/TagUserCommand.d.ts +6 -4
  351. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +6 -4
  352. package/dist-types/commands/UntagMFADeviceCommand.d.ts +6 -4
  353. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +6 -4
  354. package/dist-types/commands/UntagPolicyCommand.d.ts +6 -4
  355. package/dist-types/commands/UntagRoleCommand.d.ts +6 -4
  356. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +6 -4
  357. package/dist-types/commands/UntagServerCertificateCommand.d.ts +6 -4
  358. package/dist-types/commands/UntagUserCommand.d.ts +6 -4
  359. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +6 -4
  360. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +6 -4
  361. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +6 -4
  362. package/dist-types/commands/UpdateDelegationRequestCommand.d.ts +6 -4
  363. package/dist-types/commands/UpdateGroupCommand.d.ts +6 -4
  364. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +6 -4
  365. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +6 -4
  366. package/dist-types/commands/UpdateRoleCommand.d.ts +6 -4
  367. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +6 -4
  368. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +6 -4
  369. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +6 -4
  370. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +6 -4
  371. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +6 -4
  372. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +6 -4
  373. package/dist-types/commands/UpdateUserCommand.d.ts +6 -4
  374. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +6 -4
  375. package/dist-types/commands/UploadServerCertificateCommand.d.ts +6 -4
  376. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +6 -4
  377. package/dist-types/endpoint/bdd.d.ts +1 -1
  378. package/dist-types/extensionConfiguration.d.ts +1 -1
  379. package/dist-types/models/IAMServiceException.d.ts +1 -1
  380. package/dist-types/models/errors.d.ts +1 -1
  381. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  382. package/dist-types/runtimeConfig.d.ts +2 -2
  383. package/dist-types/runtimeConfig.native.d.ts +2 -2
  384. package/dist-types/ts3.4/IAM.d.ts +1 -1
  385. package/dist-types/ts3.4/IAMClient.d.ts +8 -14
  386. package/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +6 -4
  387. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +6 -4
  388. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +6 -4
  389. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +6 -4
  390. package/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +6 -4
  391. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +6 -4
  392. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +6 -4
  393. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +6 -4
  394. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +6 -4
  395. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +6 -4
  396. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +6 -4
  397. package/dist-types/ts3.4/commands/CreateDelegationRequestCommand.d.ts +6 -4
  398. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +6 -4
  399. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +6 -4
  400. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +6 -4
  401. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +6 -4
  402. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +6 -4
  403. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +6 -4
  404. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +6 -4
  405. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +6 -4
  406. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +6 -4
  407. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +6 -4
  408. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +6 -4
  409. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +6 -4
  410. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +6 -4
  411. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +6 -4
  412. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +6 -4
  413. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +6 -4
  414. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +6 -4
  415. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +6 -4
  416. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +6 -4
  417. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +6 -4
  418. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +6 -4
  419. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +6 -4
  420. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +6 -4
  421. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +6 -4
  422. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +6 -4
  423. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +6 -4
  424. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +6 -4
  425. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +6 -4
  426. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +6 -4
  427. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +6 -4
  428. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +6 -4
  429. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +6 -4
  430. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +6 -4
  431. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +6 -4
  432. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +6 -4
  433. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +6 -4
  434. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +6 -4
  435. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +6 -4
  436. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +6 -4
  437. package/dist-types/ts3.4/commands/DisableOrganizationsRootCredentialsManagementCommand.d.ts +6 -4
  438. package/dist-types/ts3.4/commands/DisableOrganizationsRootSessionsCommand.d.ts +6 -4
  439. package/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +6 -4
  440. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +6 -4
  441. package/dist-types/ts3.4/commands/EnableOrganizationsRootCredentialsManagementCommand.d.ts +6 -4
  442. package/dist-types/ts3.4/commands/EnableOrganizationsRootSessionsCommand.d.ts +6 -4
  443. package/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +6 -4
  444. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +6 -4
  445. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +6 -4
  446. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +6 -4
  447. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +6 -4
  448. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +6 -4
  449. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +6 -4
  450. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +6 -4
  451. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +6 -4
  452. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +6 -4
  453. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +6 -4
  454. package/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +6 -4
  455. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +6 -8
  456. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +6 -4
  457. package/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +6 -4
  458. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +6 -4
  459. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +6 -4
  460. package/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +6 -4
  461. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +6 -4
  462. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +6 -4
  463. package/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +6 -4
  464. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +6 -8
  465. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +6 -4
  466. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +6 -4
  467. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +6 -4
  468. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +6 -4
  469. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +6 -4
  470. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +6 -4
  471. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +6 -4
  472. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +6 -4
  473. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +6 -4
  474. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +6 -4
  475. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +6 -4
  476. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +6 -4
  477. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +6 -4
  478. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +6 -4
  479. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +6 -4
  480. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +6 -4
  481. package/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +6 -4
  482. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +6 -4
  483. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +6 -4
  484. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +6 -4
  485. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +6 -4
  486. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +6 -4
  487. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +6 -4
  488. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +6 -4
  489. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +6 -4
  490. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +6 -4
  491. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +6 -4
  492. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +6 -4
  493. package/dist-types/ts3.4/commands/ListOrganizationsFeaturesCommand.d.ts +6 -4
  494. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +6 -4
  495. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +6 -4
  496. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +6 -4
  497. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +6 -4
  498. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +6 -4
  499. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +6 -4
  500. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +6 -6
  501. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +6 -4
  502. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +6 -4
  503. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +6 -4
  504. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +6 -4
  505. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +6 -4
  506. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +6 -4
  507. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +6 -4
  508. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +6 -4
  509. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +6 -4
  510. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +6 -6
  511. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +6 -4
  512. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +6 -4
  513. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +6 -4
  514. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +6 -4
  515. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +6 -4
  516. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +6 -4
  517. package/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +6 -4
  518. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +6 -4
  519. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +6 -4
  520. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +6 -4
  521. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +6 -4
  522. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +6 -4
  523. package/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +6 -4
  524. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +6 -4
  525. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +6 -4
  526. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +6 -4
  527. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +6 -4
  528. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +6 -4
  529. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +6 -4
  530. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +6 -4
  531. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +6 -8
  532. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +6 -4
  533. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +6 -4
  534. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +6 -4
  535. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +6 -4
  536. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +6 -4
  537. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +6 -4
  538. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +6 -4
  539. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +6 -4
  540. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +6 -8
  541. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +6 -4
  542. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +6 -4
  543. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +6 -8
  544. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +6 -4
  545. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +6 -4
  546. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +6 -4
  547. package/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +6 -4
  548. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +6 -4
  549. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +6 -4
  550. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +6 -4
  551. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +6 -4
  552. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +6 -4
  553. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +6 -4
  554. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +6 -4
  555. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +6 -4
  556. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +6 -4
  557. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +6 -4
  558. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +6 -4
  559. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +6 -4
  560. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +6 -4
  561. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +6 -4
  562. package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
  563. package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
  564. package/dist-types/ts3.4/models/IAMServiceException.d.ts +1 -1
  565. package/dist-types/ts3.4/models/errors.d.ts +1 -1
  566. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  567. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  568. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
  569. package/dist-types/ts3.4/waiters/waitForInstanceProfileExists.d.ts +1 -1
  570. package/dist-types/ts3.4/waiters/waitForPolicyExists.d.ts +1 -1
  571. package/dist-types/ts3.4/waiters/waitForRoleExists.d.ts +1 -1
  572. package/dist-types/ts3.4/waiters/waitForUserExists.d.ts +1 -1
  573. package/dist-types/waiters/waitForInstanceProfileExists.d.ts +1 -1
  574. package/dist-types/waiters/waitForPolicyExists.d.ts +1 -1
  575. package/dist-types/waiters/waitForRoleExists.d.ts +1 -1
  576. package/dist-types/waiters/waitForUserExists.d.ts +1 -1
  577. package/package.json +14 -36
package/dist-cjs/index.js CHANGED
@@ -4,19 +4,17 @@ var middlewareHostHeader = require('@aws-sdk/middleware-host-header');
4
4
  var middlewareLogger = require('@aws-sdk/middleware-logger');
5
5
  var middlewareRecursionDetection = require('@aws-sdk/middleware-recursion-detection');
6
6
  var middlewareUserAgent = require('@aws-sdk/middleware-user-agent');
7
- var configResolver = require('@smithy/config-resolver');
8
7
  var core = require('@smithy/core');
8
+ var client = require('@smithy/core/client');
9
+ var config = require('@smithy/core/config');
10
+ var endpoints = require('@smithy/core/endpoints');
11
+ var protocols = require('@smithy/core/protocols');
12
+ var retry = require('@smithy/core/retry');
9
13
  var schema = require('@smithy/core/schema');
10
- var middlewareContentLength = require('@smithy/middleware-content-length');
11
- var middlewareEndpoint = require('@smithy/middleware-endpoint');
12
- var middlewareRetry = require('@smithy/middleware-retry');
13
- var smithyClient = require('@smithy/smithy-client');
14
14
  var httpAuthSchemeProvider = require('./auth/httpAuthSchemeProvider');
15
15
  var runtimeConfig = require('./runtimeConfig');
16
16
  var regionConfigResolver = require('@aws-sdk/region-config-resolver');
17
- var protocolHttp = require('@smithy/protocol-http');
18
17
  var schemas_0 = require('./schemas/schemas_0');
19
- var utilWaiter = require('@smithy/util-waiter');
20
18
  var errors = require('./models/errors');
21
19
  var IAMServiceException = require('./models/IAMServiceException');
22
20
 
@@ -74,12 +72,12 @@ const resolveHttpAuthRuntimeConfig = (config) => {
74
72
  };
75
73
 
76
74
  const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
77
- const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), smithyClient.getDefaultExtensionConfiguration(runtimeConfig), protocolHttp.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
75
+ const extensionConfiguration = Object.assign(regionConfigResolver.getAwsRegionExtensionConfiguration(runtimeConfig), client.getDefaultExtensionConfiguration(runtimeConfig), protocols.getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
78
76
  extensions.forEach((extension) => extension.configure(extensionConfiguration));
79
- return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), smithyClient.resolveDefaultRuntimeConfig(extensionConfiguration), protocolHttp.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
77
+ return Object.assign(runtimeConfig, regionConfigResolver.resolveAwsRegionExtensionConfiguration(extensionConfiguration), client.resolveDefaultRuntimeConfig(extensionConfiguration), protocols.resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
80
78
  };
81
79
 
82
- class IAMClient extends smithyClient.Client {
80
+ class IAMClient extends client.Client {
83
81
  config;
84
82
  constructor(...[configuration]) {
85
83
  const _config_0 = runtimeConfig.getRuntimeConfig(configuration || {});
@@ -87,17 +85,17 @@ class IAMClient extends smithyClient.Client {
87
85
  this.initConfig = _config_0;
88
86
  const _config_1 = resolveClientEndpointParameters(_config_0);
89
87
  const _config_2 = middlewareUserAgent.resolveUserAgentConfig(_config_1);
90
- const _config_3 = middlewareRetry.resolveRetryConfig(_config_2);
91
- const _config_4 = configResolver.resolveRegionConfig(_config_3);
88
+ const _config_3 = retry.resolveRetryConfig(_config_2);
89
+ const _config_4 = config.resolveRegionConfig(_config_3);
92
90
  const _config_5 = middlewareHostHeader.resolveHostHeaderConfig(_config_4);
93
- const _config_6 = middlewareEndpoint.resolveEndpointConfig(_config_5);
91
+ const _config_6 = endpoints.resolveEndpointConfig(_config_5);
94
92
  const _config_7 = httpAuthSchemeProvider.resolveHttpAuthSchemeConfig(_config_6);
95
93
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
96
94
  this.config = _config_8;
97
95
  this.middlewareStack.use(schema.getSchemaSerdePlugin(this.config));
98
96
  this.middlewareStack.use(middlewareUserAgent.getUserAgentPlugin(this.config));
99
- this.middlewareStack.use(middlewareRetry.getRetryPlugin(this.config));
100
- this.middlewareStack.use(middlewareContentLength.getContentLengthPlugin(this.config));
97
+ this.middlewareStack.use(retry.getRetryPlugin(this.config));
98
+ this.middlewareStack.use(protocols.getContentLengthPlugin(this.config));
101
99
  this.middlewareStack.use(middlewareHostHeader.getHostHeaderPlugin(this.config));
102
100
  this.middlewareStack.use(middlewareLogger.getLoggerPlugin(this.config));
103
101
  this.middlewareStack.use(middlewareRecursionDetection.getRecursionDetectionPlugin(this.config));
@@ -114,11 +112,11 @@ class IAMClient extends smithyClient.Client {
114
112
  }
115
113
  }
116
114
 
117
- class AcceptDelegationRequestCommand extends smithyClient.Command
115
+ class AcceptDelegationRequestCommand extends client.Command
118
116
  .classBuilder()
119
117
  .ep(commonParams)
120
118
  .m(function (Command, cs, config, o) {
121
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
119
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
122
120
  })
123
121
  .s("AWSIdentityManagementV20100508", "AcceptDelegationRequest", {})
124
122
  .n("IAMClient", "AcceptDelegationRequestCommand")
@@ -126,11 +124,11 @@ class AcceptDelegationRequestCommand extends smithyClient.Command
126
124
  .build() {
127
125
  }
128
126
 
129
- class AddClientIDToOpenIDConnectProviderCommand extends smithyClient.Command
127
+ class AddClientIDToOpenIDConnectProviderCommand extends client.Command
130
128
  .classBuilder()
131
129
  .ep(commonParams)
132
130
  .m(function (Command, cs, config, o) {
133
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
131
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
134
132
  })
135
133
  .s("AWSIdentityManagementV20100508", "AddClientIDToOpenIDConnectProvider", {})
136
134
  .n("IAMClient", "AddClientIDToOpenIDConnectProviderCommand")
@@ -138,11 +136,11 @@ class AddClientIDToOpenIDConnectProviderCommand extends smithyClient.Command
138
136
  .build() {
139
137
  }
140
138
 
141
- class AddRoleToInstanceProfileCommand extends smithyClient.Command
139
+ class AddRoleToInstanceProfileCommand extends client.Command
142
140
  .classBuilder()
143
141
  .ep(commonParams)
144
142
  .m(function (Command, cs, config, o) {
145
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
143
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
146
144
  })
147
145
  .s("AWSIdentityManagementV20100508", "AddRoleToInstanceProfile", {})
148
146
  .n("IAMClient", "AddRoleToInstanceProfileCommand")
@@ -150,11 +148,11 @@ class AddRoleToInstanceProfileCommand extends smithyClient.Command
150
148
  .build() {
151
149
  }
152
150
 
153
- class AddUserToGroupCommand extends smithyClient.Command
151
+ class AddUserToGroupCommand extends client.Command
154
152
  .classBuilder()
155
153
  .ep(commonParams)
156
154
  .m(function (Command, cs, config, o) {
157
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
155
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
158
156
  })
159
157
  .s("AWSIdentityManagementV20100508", "AddUserToGroup", {})
160
158
  .n("IAMClient", "AddUserToGroupCommand")
@@ -162,11 +160,11 @@ class AddUserToGroupCommand extends smithyClient.Command
162
160
  .build() {
163
161
  }
164
162
 
165
- class AssociateDelegationRequestCommand extends smithyClient.Command
163
+ class AssociateDelegationRequestCommand extends client.Command
166
164
  .classBuilder()
167
165
  .ep(commonParams)
168
166
  .m(function (Command, cs, config, o) {
169
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
167
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
170
168
  })
171
169
  .s("AWSIdentityManagementV20100508", "AssociateDelegationRequest", {})
172
170
  .n("IAMClient", "AssociateDelegationRequestCommand")
@@ -174,11 +172,11 @@ class AssociateDelegationRequestCommand extends smithyClient.Command
174
172
  .build() {
175
173
  }
176
174
 
177
- class AttachGroupPolicyCommand extends smithyClient.Command
175
+ class AttachGroupPolicyCommand extends client.Command
178
176
  .classBuilder()
179
177
  .ep(commonParams)
180
178
  .m(function (Command, cs, config, o) {
181
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
179
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
182
180
  })
183
181
  .s("AWSIdentityManagementV20100508", "AttachGroupPolicy", {})
184
182
  .n("IAMClient", "AttachGroupPolicyCommand")
@@ -186,11 +184,11 @@ class AttachGroupPolicyCommand extends smithyClient.Command
186
184
  .build() {
187
185
  }
188
186
 
189
- class AttachRolePolicyCommand extends smithyClient.Command
187
+ class AttachRolePolicyCommand extends client.Command
190
188
  .classBuilder()
191
189
  .ep(commonParams)
192
190
  .m(function (Command, cs, config, o) {
193
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
191
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
194
192
  })
195
193
  .s("AWSIdentityManagementV20100508", "AttachRolePolicy", {})
196
194
  .n("IAMClient", "AttachRolePolicyCommand")
@@ -198,11 +196,11 @@ class AttachRolePolicyCommand extends smithyClient.Command
198
196
  .build() {
199
197
  }
200
198
 
201
- class AttachUserPolicyCommand extends smithyClient.Command
199
+ class AttachUserPolicyCommand extends client.Command
202
200
  .classBuilder()
203
201
  .ep(commonParams)
204
202
  .m(function (Command, cs, config, o) {
205
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
203
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
206
204
  })
207
205
  .s("AWSIdentityManagementV20100508", "AttachUserPolicy", {})
208
206
  .n("IAMClient", "AttachUserPolicyCommand")
@@ -210,11 +208,11 @@ class AttachUserPolicyCommand extends smithyClient.Command
210
208
  .build() {
211
209
  }
212
210
 
213
- class ChangePasswordCommand extends smithyClient.Command
211
+ class ChangePasswordCommand extends client.Command
214
212
  .classBuilder()
215
213
  .ep(commonParams)
216
214
  .m(function (Command, cs, config, o) {
217
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
215
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
218
216
  })
219
217
  .s("AWSIdentityManagementV20100508", "ChangePassword", {})
220
218
  .n("IAMClient", "ChangePasswordCommand")
@@ -222,11 +220,11 @@ class ChangePasswordCommand extends smithyClient.Command
222
220
  .build() {
223
221
  }
224
222
 
225
- class CreateAccessKeyCommand extends smithyClient.Command
223
+ class CreateAccessKeyCommand extends client.Command
226
224
  .classBuilder()
227
225
  .ep(commonParams)
228
226
  .m(function (Command, cs, config, o) {
229
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
227
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
230
228
  })
231
229
  .s("AWSIdentityManagementV20100508", "CreateAccessKey", {})
232
230
  .n("IAMClient", "CreateAccessKeyCommand")
@@ -234,11 +232,11 @@ class CreateAccessKeyCommand extends smithyClient.Command
234
232
  .build() {
235
233
  }
236
234
 
237
- class CreateAccountAliasCommand extends smithyClient.Command
235
+ class CreateAccountAliasCommand extends client.Command
238
236
  .classBuilder()
239
237
  .ep(commonParams)
240
238
  .m(function (Command, cs, config, o) {
241
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
239
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
242
240
  })
243
241
  .s("AWSIdentityManagementV20100508", "CreateAccountAlias", {})
244
242
  .n("IAMClient", "CreateAccountAliasCommand")
@@ -246,11 +244,11 @@ class CreateAccountAliasCommand extends smithyClient.Command
246
244
  .build() {
247
245
  }
248
246
 
249
- class CreateDelegationRequestCommand extends smithyClient.Command
247
+ class CreateDelegationRequestCommand extends client.Command
250
248
  .classBuilder()
251
249
  .ep(commonParams)
252
250
  .m(function (Command, cs, config, o) {
253
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
251
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
254
252
  })
255
253
  .s("AWSIdentityManagementV20100508", "CreateDelegationRequest", {})
256
254
  .n("IAMClient", "CreateDelegationRequestCommand")
@@ -258,11 +256,11 @@ class CreateDelegationRequestCommand extends smithyClient.Command
258
256
  .build() {
259
257
  }
260
258
 
261
- class CreateGroupCommand extends smithyClient.Command
259
+ class CreateGroupCommand extends client.Command
262
260
  .classBuilder()
263
261
  .ep(commonParams)
264
262
  .m(function (Command, cs, config, o) {
265
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
263
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
266
264
  })
267
265
  .s("AWSIdentityManagementV20100508", "CreateGroup", {})
268
266
  .n("IAMClient", "CreateGroupCommand")
@@ -270,11 +268,11 @@ class CreateGroupCommand extends smithyClient.Command
270
268
  .build() {
271
269
  }
272
270
 
273
- class CreateInstanceProfileCommand extends smithyClient.Command
271
+ class CreateInstanceProfileCommand extends client.Command
274
272
  .classBuilder()
275
273
  .ep(commonParams)
276
274
  .m(function (Command, cs, config, o) {
277
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
275
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
278
276
  })
279
277
  .s("AWSIdentityManagementV20100508", "CreateInstanceProfile", {})
280
278
  .n("IAMClient", "CreateInstanceProfileCommand")
@@ -282,11 +280,11 @@ class CreateInstanceProfileCommand extends smithyClient.Command
282
280
  .build() {
283
281
  }
284
282
 
285
- class CreateLoginProfileCommand extends smithyClient.Command
283
+ class CreateLoginProfileCommand extends client.Command
286
284
  .classBuilder()
287
285
  .ep(commonParams)
288
286
  .m(function (Command, cs, config, o) {
289
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
287
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
290
288
  })
291
289
  .s("AWSIdentityManagementV20100508", "CreateLoginProfile", {})
292
290
  .n("IAMClient", "CreateLoginProfileCommand")
@@ -294,11 +292,11 @@ class CreateLoginProfileCommand extends smithyClient.Command
294
292
  .build() {
295
293
  }
296
294
 
297
- class CreateOpenIDConnectProviderCommand extends smithyClient.Command
295
+ class CreateOpenIDConnectProviderCommand extends client.Command
298
296
  .classBuilder()
299
297
  .ep(commonParams)
300
298
  .m(function (Command, cs, config, o) {
301
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
299
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
302
300
  })
303
301
  .s("AWSIdentityManagementV20100508", "CreateOpenIDConnectProvider", {})
304
302
  .n("IAMClient", "CreateOpenIDConnectProviderCommand")
@@ -306,11 +304,11 @@ class CreateOpenIDConnectProviderCommand extends smithyClient.Command
306
304
  .build() {
307
305
  }
308
306
 
309
- class CreatePolicyCommand extends smithyClient.Command
307
+ class CreatePolicyCommand extends client.Command
310
308
  .classBuilder()
311
309
  .ep(commonParams)
312
310
  .m(function (Command, cs, config, o) {
313
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
311
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
314
312
  })
315
313
  .s("AWSIdentityManagementV20100508", "CreatePolicy", {})
316
314
  .n("IAMClient", "CreatePolicyCommand")
@@ -318,11 +316,11 @@ class CreatePolicyCommand extends smithyClient.Command
318
316
  .build() {
319
317
  }
320
318
 
321
- class CreatePolicyVersionCommand extends smithyClient.Command
319
+ class CreatePolicyVersionCommand extends client.Command
322
320
  .classBuilder()
323
321
  .ep(commonParams)
324
322
  .m(function (Command, cs, config, o) {
325
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
323
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
326
324
  })
327
325
  .s("AWSIdentityManagementV20100508", "CreatePolicyVersion", {})
328
326
  .n("IAMClient", "CreatePolicyVersionCommand")
@@ -330,11 +328,11 @@ class CreatePolicyVersionCommand extends smithyClient.Command
330
328
  .build() {
331
329
  }
332
330
 
333
- class CreateRoleCommand extends smithyClient.Command
331
+ class CreateRoleCommand extends client.Command
334
332
  .classBuilder()
335
333
  .ep(commonParams)
336
334
  .m(function (Command, cs, config, o) {
337
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
335
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
338
336
  })
339
337
  .s("AWSIdentityManagementV20100508", "CreateRole", {})
340
338
  .n("IAMClient", "CreateRoleCommand")
@@ -342,11 +340,11 @@ class CreateRoleCommand extends smithyClient.Command
342
340
  .build() {
343
341
  }
344
342
 
345
- class CreateSAMLProviderCommand extends smithyClient.Command
343
+ class CreateSAMLProviderCommand extends client.Command
346
344
  .classBuilder()
347
345
  .ep(commonParams)
348
346
  .m(function (Command, cs, config, o) {
349
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
347
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
350
348
  })
351
349
  .s("AWSIdentityManagementV20100508", "CreateSAMLProvider", {})
352
350
  .n("IAMClient", "CreateSAMLProviderCommand")
@@ -354,11 +352,11 @@ class CreateSAMLProviderCommand extends smithyClient.Command
354
352
  .build() {
355
353
  }
356
354
 
357
- class CreateServiceLinkedRoleCommand extends smithyClient.Command
355
+ class CreateServiceLinkedRoleCommand extends client.Command
358
356
  .classBuilder()
359
357
  .ep(commonParams)
360
358
  .m(function (Command, cs, config, o) {
361
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
359
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
362
360
  })
363
361
  .s("AWSIdentityManagementV20100508", "CreateServiceLinkedRole", {})
364
362
  .n("IAMClient", "CreateServiceLinkedRoleCommand")
@@ -366,11 +364,11 @@ class CreateServiceLinkedRoleCommand extends smithyClient.Command
366
364
  .build() {
367
365
  }
368
366
 
369
- class CreateServiceSpecificCredentialCommand extends smithyClient.Command
367
+ class CreateServiceSpecificCredentialCommand extends client.Command
370
368
  .classBuilder()
371
369
  .ep(commonParams)
372
370
  .m(function (Command, cs, config, o) {
373
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
371
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
374
372
  })
375
373
  .s("AWSIdentityManagementV20100508", "CreateServiceSpecificCredential", {})
376
374
  .n("IAMClient", "CreateServiceSpecificCredentialCommand")
@@ -378,11 +376,11 @@ class CreateServiceSpecificCredentialCommand extends smithyClient.Command
378
376
  .build() {
379
377
  }
380
378
 
381
- class CreateUserCommand extends smithyClient.Command
379
+ class CreateUserCommand extends client.Command
382
380
  .classBuilder()
383
381
  .ep(commonParams)
384
382
  .m(function (Command, cs, config, o) {
385
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
383
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
386
384
  })
387
385
  .s("AWSIdentityManagementV20100508", "CreateUser", {})
388
386
  .n("IAMClient", "CreateUserCommand")
@@ -390,11 +388,11 @@ class CreateUserCommand extends smithyClient.Command
390
388
  .build() {
391
389
  }
392
390
 
393
- class CreateVirtualMFADeviceCommand extends smithyClient.Command
391
+ class CreateVirtualMFADeviceCommand extends client.Command
394
392
  .classBuilder()
395
393
  .ep(commonParams)
396
394
  .m(function (Command, cs, config, o) {
397
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
395
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
398
396
  })
399
397
  .s("AWSIdentityManagementV20100508", "CreateVirtualMFADevice", {})
400
398
  .n("IAMClient", "CreateVirtualMFADeviceCommand")
@@ -402,11 +400,11 @@ class CreateVirtualMFADeviceCommand extends smithyClient.Command
402
400
  .build() {
403
401
  }
404
402
 
405
- class DeactivateMFADeviceCommand extends smithyClient.Command
403
+ class DeactivateMFADeviceCommand extends client.Command
406
404
  .classBuilder()
407
405
  .ep(commonParams)
408
406
  .m(function (Command, cs, config, o) {
409
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
407
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
410
408
  })
411
409
  .s("AWSIdentityManagementV20100508", "DeactivateMFADevice", {})
412
410
  .n("IAMClient", "DeactivateMFADeviceCommand")
@@ -414,11 +412,11 @@ class DeactivateMFADeviceCommand extends smithyClient.Command
414
412
  .build() {
415
413
  }
416
414
 
417
- class DeleteAccessKeyCommand extends smithyClient.Command
415
+ class DeleteAccessKeyCommand extends client.Command
418
416
  .classBuilder()
419
417
  .ep(commonParams)
420
418
  .m(function (Command, cs, config, o) {
421
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
419
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
422
420
  })
423
421
  .s("AWSIdentityManagementV20100508", "DeleteAccessKey", {})
424
422
  .n("IAMClient", "DeleteAccessKeyCommand")
@@ -426,11 +424,11 @@ class DeleteAccessKeyCommand extends smithyClient.Command
426
424
  .build() {
427
425
  }
428
426
 
429
- class DeleteAccountAliasCommand extends smithyClient.Command
427
+ class DeleteAccountAliasCommand extends client.Command
430
428
  .classBuilder()
431
429
  .ep(commonParams)
432
430
  .m(function (Command, cs, config, o) {
433
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
431
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
434
432
  })
435
433
  .s("AWSIdentityManagementV20100508", "DeleteAccountAlias", {})
436
434
  .n("IAMClient", "DeleteAccountAliasCommand")
@@ -438,11 +436,11 @@ class DeleteAccountAliasCommand extends smithyClient.Command
438
436
  .build() {
439
437
  }
440
438
 
441
- class DeleteAccountPasswordPolicyCommand extends smithyClient.Command
439
+ class DeleteAccountPasswordPolicyCommand extends client.Command
442
440
  .classBuilder()
443
441
  .ep(commonParams)
444
442
  .m(function (Command, cs, config, o) {
445
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
443
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
446
444
  })
447
445
  .s("AWSIdentityManagementV20100508", "DeleteAccountPasswordPolicy", {})
448
446
  .n("IAMClient", "DeleteAccountPasswordPolicyCommand")
@@ -450,11 +448,11 @@ class DeleteAccountPasswordPolicyCommand extends smithyClient.Command
450
448
  .build() {
451
449
  }
452
450
 
453
- class DeleteGroupCommand extends smithyClient.Command
451
+ class DeleteGroupCommand extends client.Command
454
452
  .classBuilder()
455
453
  .ep(commonParams)
456
454
  .m(function (Command, cs, config, o) {
457
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
455
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
458
456
  })
459
457
  .s("AWSIdentityManagementV20100508", "DeleteGroup", {})
460
458
  .n("IAMClient", "DeleteGroupCommand")
@@ -462,11 +460,11 @@ class DeleteGroupCommand extends smithyClient.Command
462
460
  .build() {
463
461
  }
464
462
 
465
- class DeleteGroupPolicyCommand extends smithyClient.Command
463
+ class DeleteGroupPolicyCommand extends client.Command
466
464
  .classBuilder()
467
465
  .ep(commonParams)
468
466
  .m(function (Command, cs, config, o) {
469
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
467
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
470
468
  })
471
469
  .s("AWSIdentityManagementV20100508", "DeleteGroupPolicy", {})
472
470
  .n("IAMClient", "DeleteGroupPolicyCommand")
@@ -474,11 +472,11 @@ class DeleteGroupPolicyCommand extends smithyClient.Command
474
472
  .build() {
475
473
  }
476
474
 
477
- class DeleteInstanceProfileCommand extends smithyClient.Command
475
+ class DeleteInstanceProfileCommand extends client.Command
478
476
  .classBuilder()
479
477
  .ep(commonParams)
480
478
  .m(function (Command, cs, config, o) {
481
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
479
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
482
480
  })
483
481
  .s("AWSIdentityManagementV20100508", "DeleteInstanceProfile", {})
484
482
  .n("IAMClient", "DeleteInstanceProfileCommand")
@@ -486,11 +484,11 @@ class DeleteInstanceProfileCommand extends smithyClient.Command
486
484
  .build() {
487
485
  }
488
486
 
489
- class DeleteLoginProfileCommand extends smithyClient.Command
487
+ class DeleteLoginProfileCommand extends client.Command
490
488
  .classBuilder()
491
489
  .ep(commonParams)
492
490
  .m(function (Command, cs, config, o) {
493
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
491
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
494
492
  })
495
493
  .s("AWSIdentityManagementV20100508", "DeleteLoginProfile", {})
496
494
  .n("IAMClient", "DeleteLoginProfileCommand")
@@ -498,11 +496,11 @@ class DeleteLoginProfileCommand extends smithyClient.Command
498
496
  .build() {
499
497
  }
500
498
 
501
- class DeleteOpenIDConnectProviderCommand extends smithyClient.Command
499
+ class DeleteOpenIDConnectProviderCommand extends client.Command
502
500
  .classBuilder()
503
501
  .ep(commonParams)
504
502
  .m(function (Command, cs, config, o) {
505
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
503
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
506
504
  })
507
505
  .s("AWSIdentityManagementV20100508", "DeleteOpenIDConnectProvider", {})
508
506
  .n("IAMClient", "DeleteOpenIDConnectProviderCommand")
@@ -510,11 +508,11 @@ class DeleteOpenIDConnectProviderCommand extends smithyClient.Command
510
508
  .build() {
511
509
  }
512
510
 
513
- class DeletePolicyCommand extends smithyClient.Command
511
+ class DeletePolicyCommand extends client.Command
514
512
  .classBuilder()
515
513
  .ep(commonParams)
516
514
  .m(function (Command, cs, config, o) {
517
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
515
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
518
516
  })
519
517
  .s("AWSIdentityManagementV20100508", "DeletePolicy", {})
520
518
  .n("IAMClient", "DeletePolicyCommand")
@@ -522,11 +520,11 @@ class DeletePolicyCommand extends smithyClient.Command
522
520
  .build() {
523
521
  }
524
522
 
525
- class DeletePolicyVersionCommand extends smithyClient.Command
523
+ class DeletePolicyVersionCommand extends client.Command
526
524
  .classBuilder()
527
525
  .ep(commonParams)
528
526
  .m(function (Command, cs, config, o) {
529
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
527
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
530
528
  })
531
529
  .s("AWSIdentityManagementV20100508", "DeletePolicyVersion", {})
532
530
  .n("IAMClient", "DeletePolicyVersionCommand")
@@ -534,11 +532,11 @@ class DeletePolicyVersionCommand extends smithyClient.Command
534
532
  .build() {
535
533
  }
536
534
 
537
- class DeleteRoleCommand extends smithyClient.Command
535
+ class DeleteRoleCommand extends client.Command
538
536
  .classBuilder()
539
537
  .ep(commonParams)
540
538
  .m(function (Command, cs, config, o) {
541
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
539
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
542
540
  })
543
541
  .s("AWSIdentityManagementV20100508", "DeleteRole", {})
544
542
  .n("IAMClient", "DeleteRoleCommand")
@@ -546,11 +544,11 @@ class DeleteRoleCommand extends smithyClient.Command
546
544
  .build() {
547
545
  }
548
546
 
549
- class DeleteRolePermissionsBoundaryCommand extends smithyClient.Command
547
+ class DeleteRolePermissionsBoundaryCommand extends client.Command
550
548
  .classBuilder()
551
549
  .ep(commonParams)
552
550
  .m(function (Command, cs, config, o) {
553
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
551
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
554
552
  })
555
553
  .s("AWSIdentityManagementV20100508", "DeleteRolePermissionsBoundary", {})
556
554
  .n("IAMClient", "DeleteRolePermissionsBoundaryCommand")
@@ -558,11 +556,11 @@ class DeleteRolePermissionsBoundaryCommand extends smithyClient.Command
558
556
  .build() {
559
557
  }
560
558
 
561
- class DeleteRolePolicyCommand extends smithyClient.Command
559
+ class DeleteRolePolicyCommand extends client.Command
562
560
  .classBuilder()
563
561
  .ep(commonParams)
564
562
  .m(function (Command, cs, config, o) {
565
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
563
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
566
564
  })
567
565
  .s("AWSIdentityManagementV20100508", "DeleteRolePolicy", {})
568
566
  .n("IAMClient", "DeleteRolePolicyCommand")
@@ -570,11 +568,11 @@ class DeleteRolePolicyCommand extends smithyClient.Command
570
568
  .build() {
571
569
  }
572
570
 
573
- class DeleteSAMLProviderCommand extends smithyClient.Command
571
+ class DeleteSAMLProviderCommand extends client.Command
574
572
  .classBuilder()
575
573
  .ep(commonParams)
576
574
  .m(function (Command, cs, config, o) {
577
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
575
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
578
576
  })
579
577
  .s("AWSIdentityManagementV20100508", "DeleteSAMLProvider", {})
580
578
  .n("IAMClient", "DeleteSAMLProviderCommand")
@@ -582,11 +580,11 @@ class DeleteSAMLProviderCommand extends smithyClient.Command
582
580
  .build() {
583
581
  }
584
582
 
585
- class DeleteServerCertificateCommand extends smithyClient.Command
583
+ class DeleteServerCertificateCommand extends client.Command
586
584
  .classBuilder()
587
585
  .ep(commonParams)
588
586
  .m(function (Command, cs, config, o) {
589
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
587
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
590
588
  })
591
589
  .s("AWSIdentityManagementV20100508", "DeleteServerCertificate", {})
592
590
  .n("IAMClient", "DeleteServerCertificateCommand")
@@ -594,11 +592,11 @@ class DeleteServerCertificateCommand extends smithyClient.Command
594
592
  .build() {
595
593
  }
596
594
 
597
- class DeleteServiceLinkedRoleCommand extends smithyClient.Command
595
+ class DeleteServiceLinkedRoleCommand extends client.Command
598
596
  .classBuilder()
599
597
  .ep(commonParams)
600
598
  .m(function (Command, cs, config, o) {
601
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
599
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
602
600
  })
603
601
  .s("AWSIdentityManagementV20100508", "DeleteServiceLinkedRole", {})
604
602
  .n("IAMClient", "DeleteServiceLinkedRoleCommand")
@@ -606,11 +604,11 @@ class DeleteServiceLinkedRoleCommand extends smithyClient.Command
606
604
  .build() {
607
605
  }
608
606
 
609
- class DeleteServiceSpecificCredentialCommand extends smithyClient.Command
607
+ class DeleteServiceSpecificCredentialCommand extends client.Command
610
608
  .classBuilder()
611
609
  .ep(commonParams)
612
610
  .m(function (Command, cs, config, o) {
613
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
611
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
614
612
  })
615
613
  .s("AWSIdentityManagementV20100508", "DeleteServiceSpecificCredential", {})
616
614
  .n("IAMClient", "DeleteServiceSpecificCredentialCommand")
@@ -618,11 +616,11 @@ class DeleteServiceSpecificCredentialCommand extends smithyClient.Command
618
616
  .build() {
619
617
  }
620
618
 
621
- class DeleteSigningCertificateCommand extends smithyClient.Command
619
+ class DeleteSigningCertificateCommand extends client.Command
622
620
  .classBuilder()
623
621
  .ep(commonParams)
624
622
  .m(function (Command, cs, config, o) {
625
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
623
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
626
624
  })
627
625
  .s("AWSIdentityManagementV20100508", "DeleteSigningCertificate", {})
628
626
  .n("IAMClient", "DeleteSigningCertificateCommand")
@@ -630,11 +628,11 @@ class DeleteSigningCertificateCommand extends smithyClient.Command
630
628
  .build() {
631
629
  }
632
630
 
633
- class DeleteSSHPublicKeyCommand extends smithyClient.Command
631
+ class DeleteSSHPublicKeyCommand extends client.Command
634
632
  .classBuilder()
635
633
  .ep(commonParams)
636
634
  .m(function (Command, cs, config, o) {
637
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
635
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
638
636
  })
639
637
  .s("AWSIdentityManagementV20100508", "DeleteSSHPublicKey", {})
640
638
  .n("IAMClient", "DeleteSSHPublicKeyCommand")
@@ -642,11 +640,11 @@ class DeleteSSHPublicKeyCommand extends smithyClient.Command
642
640
  .build() {
643
641
  }
644
642
 
645
- class DeleteUserCommand extends smithyClient.Command
643
+ class DeleteUserCommand extends client.Command
646
644
  .classBuilder()
647
645
  .ep(commonParams)
648
646
  .m(function (Command, cs, config, o) {
649
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
647
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
650
648
  })
651
649
  .s("AWSIdentityManagementV20100508", "DeleteUser", {})
652
650
  .n("IAMClient", "DeleteUserCommand")
@@ -654,11 +652,11 @@ class DeleteUserCommand extends smithyClient.Command
654
652
  .build() {
655
653
  }
656
654
 
657
- class DeleteUserPermissionsBoundaryCommand extends smithyClient.Command
655
+ class DeleteUserPermissionsBoundaryCommand extends client.Command
658
656
  .classBuilder()
659
657
  .ep(commonParams)
660
658
  .m(function (Command, cs, config, o) {
661
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
659
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
662
660
  })
663
661
  .s("AWSIdentityManagementV20100508", "DeleteUserPermissionsBoundary", {})
664
662
  .n("IAMClient", "DeleteUserPermissionsBoundaryCommand")
@@ -666,11 +664,11 @@ class DeleteUserPermissionsBoundaryCommand extends smithyClient.Command
666
664
  .build() {
667
665
  }
668
666
 
669
- class DeleteUserPolicyCommand extends smithyClient.Command
667
+ class DeleteUserPolicyCommand extends client.Command
670
668
  .classBuilder()
671
669
  .ep(commonParams)
672
670
  .m(function (Command, cs, config, o) {
673
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
671
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
674
672
  })
675
673
  .s("AWSIdentityManagementV20100508", "DeleteUserPolicy", {})
676
674
  .n("IAMClient", "DeleteUserPolicyCommand")
@@ -678,11 +676,11 @@ class DeleteUserPolicyCommand extends smithyClient.Command
678
676
  .build() {
679
677
  }
680
678
 
681
- class DeleteVirtualMFADeviceCommand extends smithyClient.Command
679
+ class DeleteVirtualMFADeviceCommand extends client.Command
682
680
  .classBuilder()
683
681
  .ep(commonParams)
684
682
  .m(function (Command, cs, config, o) {
685
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
683
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
686
684
  })
687
685
  .s("AWSIdentityManagementV20100508", "DeleteVirtualMFADevice", {})
688
686
  .n("IAMClient", "DeleteVirtualMFADeviceCommand")
@@ -690,11 +688,11 @@ class DeleteVirtualMFADeviceCommand extends smithyClient.Command
690
688
  .build() {
691
689
  }
692
690
 
693
- class DetachGroupPolicyCommand extends smithyClient.Command
691
+ class DetachGroupPolicyCommand extends client.Command
694
692
  .classBuilder()
695
693
  .ep(commonParams)
696
694
  .m(function (Command, cs, config, o) {
697
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
695
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
698
696
  })
699
697
  .s("AWSIdentityManagementV20100508", "DetachGroupPolicy", {})
700
698
  .n("IAMClient", "DetachGroupPolicyCommand")
@@ -702,11 +700,11 @@ class DetachGroupPolicyCommand extends smithyClient.Command
702
700
  .build() {
703
701
  }
704
702
 
705
- class DetachRolePolicyCommand extends smithyClient.Command
703
+ class DetachRolePolicyCommand extends client.Command
706
704
  .classBuilder()
707
705
  .ep(commonParams)
708
706
  .m(function (Command, cs, config, o) {
709
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
707
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
710
708
  })
711
709
  .s("AWSIdentityManagementV20100508", "DetachRolePolicy", {})
712
710
  .n("IAMClient", "DetachRolePolicyCommand")
@@ -714,11 +712,11 @@ class DetachRolePolicyCommand extends smithyClient.Command
714
712
  .build() {
715
713
  }
716
714
 
717
- class DetachUserPolicyCommand extends smithyClient.Command
715
+ class DetachUserPolicyCommand extends client.Command
718
716
  .classBuilder()
719
717
  .ep(commonParams)
720
718
  .m(function (Command, cs, config, o) {
721
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
719
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
722
720
  })
723
721
  .s("AWSIdentityManagementV20100508", "DetachUserPolicy", {})
724
722
  .n("IAMClient", "DetachUserPolicyCommand")
@@ -726,11 +724,11 @@ class DetachUserPolicyCommand extends smithyClient.Command
726
724
  .build() {
727
725
  }
728
726
 
729
- class DisableOrganizationsRootCredentialsManagementCommand extends smithyClient.Command
727
+ class DisableOrganizationsRootCredentialsManagementCommand extends client.Command
730
728
  .classBuilder()
731
729
  .ep(commonParams)
732
730
  .m(function (Command, cs, config, o) {
733
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
731
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
734
732
  })
735
733
  .s("AWSIdentityManagementV20100508", "DisableOrganizationsRootCredentialsManagement", {})
736
734
  .n("IAMClient", "DisableOrganizationsRootCredentialsManagementCommand")
@@ -738,11 +736,11 @@ class DisableOrganizationsRootCredentialsManagementCommand extends smithyClient.
738
736
  .build() {
739
737
  }
740
738
 
741
- class DisableOrganizationsRootSessionsCommand extends smithyClient.Command
739
+ class DisableOrganizationsRootSessionsCommand extends client.Command
742
740
  .classBuilder()
743
741
  .ep(commonParams)
744
742
  .m(function (Command, cs, config, o) {
745
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
743
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
746
744
  })
747
745
  .s("AWSIdentityManagementV20100508", "DisableOrganizationsRootSessions", {})
748
746
  .n("IAMClient", "DisableOrganizationsRootSessionsCommand")
@@ -750,11 +748,11 @@ class DisableOrganizationsRootSessionsCommand extends smithyClient.Command
750
748
  .build() {
751
749
  }
752
750
 
753
- class DisableOutboundWebIdentityFederationCommand extends smithyClient.Command
751
+ class DisableOutboundWebIdentityFederationCommand extends client.Command
754
752
  .classBuilder()
755
753
  .ep(commonParams)
756
754
  .m(function (Command, cs, config, o) {
757
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
755
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
758
756
  })
759
757
  .s("AWSIdentityManagementV20100508", "DisableOutboundWebIdentityFederation", {})
760
758
  .n("IAMClient", "DisableOutboundWebIdentityFederationCommand")
@@ -762,11 +760,11 @@ class DisableOutboundWebIdentityFederationCommand extends smithyClient.Command
762
760
  .build() {
763
761
  }
764
762
 
765
- class EnableMFADeviceCommand extends smithyClient.Command
763
+ class EnableMFADeviceCommand extends client.Command
766
764
  .classBuilder()
767
765
  .ep(commonParams)
768
766
  .m(function (Command, cs, config, o) {
769
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
767
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
770
768
  })
771
769
  .s("AWSIdentityManagementV20100508", "EnableMFADevice", {})
772
770
  .n("IAMClient", "EnableMFADeviceCommand")
@@ -774,11 +772,11 @@ class EnableMFADeviceCommand extends smithyClient.Command
774
772
  .build() {
775
773
  }
776
774
 
777
- class EnableOrganizationsRootCredentialsManagementCommand extends smithyClient.Command
775
+ class EnableOrganizationsRootCredentialsManagementCommand extends client.Command
778
776
  .classBuilder()
779
777
  .ep(commonParams)
780
778
  .m(function (Command, cs, config, o) {
781
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
779
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
782
780
  })
783
781
  .s("AWSIdentityManagementV20100508", "EnableOrganizationsRootCredentialsManagement", {})
784
782
  .n("IAMClient", "EnableOrganizationsRootCredentialsManagementCommand")
@@ -786,11 +784,11 @@ class EnableOrganizationsRootCredentialsManagementCommand extends smithyClient.C
786
784
  .build() {
787
785
  }
788
786
 
789
- class EnableOrganizationsRootSessionsCommand extends smithyClient.Command
787
+ class EnableOrganizationsRootSessionsCommand extends client.Command
790
788
  .classBuilder()
791
789
  .ep(commonParams)
792
790
  .m(function (Command, cs, config, o) {
793
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
791
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
794
792
  })
795
793
  .s("AWSIdentityManagementV20100508", "EnableOrganizationsRootSessions", {})
796
794
  .n("IAMClient", "EnableOrganizationsRootSessionsCommand")
@@ -798,11 +796,11 @@ class EnableOrganizationsRootSessionsCommand extends smithyClient.Command
798
796
  .build() {
799
797
  }
800
798
 
801
- class EnableOutboundWebIdentityFederationCommand extends smithyClient.Command
799
+ class EnableOutboundWebIdentityFederationCommand extends client.Command
802
800
  .classBuilder()
803
801
  .ep(commonParams)
804
802
  .m(function (Command, cs, config, o) {
805
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
803
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
806
804
  })
807
805
  .s("AWSIdentityManagementV20100508", "EnableOutboundWebIdentityFederation", {})
808
806
  .n("IAMClient", "EnableOutboundWebIdentityFederationCommand")
@@ -810,11 +808,11 @@ class EnableOutboundWebIdentityFederationCommand extends smithyClient.Command
810
808
  .build() {
811
809
  }
812
810
 
813
- class GenerateCredentialReportCommand extends smithyClient.Command
811
+ class GenerateCredentialReportCommand extends client.Command
814
812
  .classBuilder()
815
813
  .ep(commonParams)
816
814
  .m(function (Command, cs, config, o) {
817
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
815
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
818
816
  })
819
817
  .s("AWSIdentityManagementV20100508", "GenerateCredentialReport", {})
820
818
  .n("IAMClient", "GenerateCredentialReportCommand")
@@ -822,11 +820,11 @@ class GenerateCredentialReportCommand extends smithyClient.Command
822
820
  .build() {
823
821
  }
824
822
 
825
- class GenerateOrganizationsAccessReportCommand extends smithyClient.Command
823
+ class GenerateOrganizationsAccessReportCommand extends client.Command
826
824
  .classBuilder()
827
825
  .ep(commonParams)
828
826
  .m(function (Command, cs, config, o) {
829
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
827
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
830
828
  })
831
829
  .s("AWSIdentityManagementV20100508", "GenerateOrganizationsAccessReport", {})
832
830
  .n("IAMClient", "GenerateOrganizationsAccessReportCommand")
@@ -834,11 +832,11 @@ class GenerateOrganizationsAccessReportCommand extends smithyClient.Command
834
832
  .build() {
835
833
  }
836
834
 
837
- class GenerateServiceLastAccessedDetailsCommand extends smithyClient.Command
835
+ class GenerateServiceLastAccessedDetailsCommand extends client.Command
838
836
  .classBuilder()
839
837
  .ep(commonParams)
840
838
  .m(function (Command, cs, config, o) {
841
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
839
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
842
840
  })
843
841
  .s("AWSIdentityManagementV20100508", "GenerateServiceLastAccessedDetails", {})
844
842
  .n("IAMClient", "GenerateServiceLastAccessedDetailsCommand")
@@ -846,11 +844,11 @@ class GenerateServiceLastAccessedDetailsCommand extends smithyClient.Command
846
844
  .build() {
847
845
  }
848
846
 
849
- class GetAccessKeyLastUsedCommand extends smithyClient.Command
847
+ class GetAccessKeyLastUsedCommand extends client.Command
850
848
  .classBuilder()
851
849
  .ep(commonParams)
852
850
  .m(function (Command, cs, config, o) {
853
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
851
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
854
852
  })
855
853
  .s("AWSIdentityManagementV20100508", "GetAccessKeyLastUsed", {})
856
854
  .n("IAMClient", "GetAccessKeyLastUsedCommand")
@@ -858,11 +856,11 @@ class GetAccessKeyLastUsedCommand extends smithyClient.Command
858
856
  .build() {
859
857
  }
860
858
 
861
- class GetAccountAuthorizationDetailsCommand extends smithyClient.Command
859
+ class GetAccountAuthorizationDetailsCommand extends client.Command
862
860
  .classBuilder()
863
861
  .ep(commonParams)
864
862
  .m(function (Command, cs, config, o) {
865
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
863
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
866
864
  })
867
865
  .s("AWSIdentityManagementV20100508", "GetAccountAuthorizationDetails", {})
868
866
  .n("IAMClient", "GetAccountAuthorizationDetailsCommand")
@@ -870,11 +868,11 @@ class GetAccountAuthorizationDetailsCommand extends smithyClient.Command
870
868
  .build() {
871
869
  }
872
870
 
873
- class GetAccountPasswordPolicyCommand extends smithyClient.Command
871
+ class GetAccountPasswordPolicyCommand extends client.Command
874
872
  .classBuilder()
875
873
  .ep(commonParams)
876
874
  .m(function (Command, cs, config, o) {
877
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
875
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
878
876
  })
879
877
  .s("AWSIdentityManagementV20100508", "GetAccountPasswordPolicy", {})
880
878
  .n("IAMClient", "GetAccountPasswordPolicyCommand")
@@ -882,11 +880,11 @@ class GetAccountPasswordPolicyCommand extends smithyClient.Command
882
880
  .build() {
883
881
  }
884
882
 
885
- class GetAccountSummaryCommand extends smithyClient.Command
883
+ class GetAccountSummaryCommand extends client.Command
886
884
  .classBuilder()
887
885
  .ep(commonParams)
888
886
  .m(function (Command, cs, config, o) {
889
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
887
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
890
888
  })
891
889
  .s("AWSIdentityManagementV20100508", "GetAccountSummary", {})
892
890
  .n("IAMClient", "GetAccountSummaryCommand")
@@ -894,11 +892,11 @@ class GetAccountSummaryCommand extends smithyClient.Command
894
892
  .build() {
895
893
  }
896
894
 
897
- class GetContextKeysForCustomPolicyCommand extends smithyClient.Command
895
+ class GetContextKeysForCustomPolicyCommand extends client.Command
898
896
  .classBuilder()
899
897
  .ep(commonParams)
900
898
  .m(function (Command, cs, config, o) {
901
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
899
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
902
900
  })
903
901
  .s("AWSIdentityManagementV20100508", "GetContextKeysForCustomPolicy", {})
904
902
  .n("IAMClient", "GetContextKeysForCustomPolicyCommand")
@@ -906,11 +904,11 @@ class GetContextKeysForCustomPolicyCommand extends smithyClient.Command
906
904
  .build() {
907
905
  }
908
906
 
909
- class GetContextKeysForPrincipalPolicyCommand extends smithyClient.Command
907
+ class GetContextKeysForPrincipalPolicyCommand extends client.Command
910
908
  .classBuilder()
911
909
  .ep(commonParams)
912
910
  .m(function (Command, cs, config, o) {
913
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
911
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
914
912
  })
915
913
  .s("AWSIdentityManagementV20100508", "GetContextKeysForPrincipalPolicy", {})
916
914
  .n("IAMClient", "GetContextKeysForPrincipalPolicyCommand")
@@ -918,11 +916,11 @@ class GetContextKeysForPrincipalPolicyCommand extends smithyClient.Command
918
916
  .build() {
919
917
  }
920
918
 
921
- class GetCredentialReportCommand extends smithyClient.Command
919
+ class GetCredentialReportCommand extends client.Command
922
920
  .classBuilder()
923
921
  .ep(commonParams)
924
922
  .m(function (Command, cs, config, o) {
925
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
923
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
926
924
  })
927
925
  .s("AWSIdentityManagementV20100508", "GetCredentialReport", {})
928
926
  .n("IAMClient", "GetCredentialReportCommand")
@@ -930,11 +928,11 @@ class GetCredentialReportCommand extends smithyClient.Command
930
928
  .build() {
931
929
  }
932
930
 
933
- class GetDelegationRequestCommand extends smithyClient.Command
931
+ class GetDelegationRequestCommand extends client.Command
934
932
  .classBuilder()
935
933
  .ep(commonParams)
936
934
  .m(function (Command, cs, config, o) {
937
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
938
936
  })
939
937
  .s("AWSIdentityManagementV20100508", "GetDelegationRequest", {})
940
938
  .n("IAMClient", "GetDelegationRequestCommand")
@@ -942,11 +940,11 @@ class GetDelegationRequestCommand extends smithyClient.Command
942
940
  .build() {
943
941
  }
944
942
 
945
- class GetGroupCommand extends smithyClient.Command
943
+ class GetGroupCommand extends client.Command
946
944
  .classBuilder()
947
945
  .ep(commonParams)
948
946
  .m(function (Command, cs, config, o) {
949
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
947
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
950
948
  })
951
949
  .s("AWSIdentityManagementV20100508", "GetGroup", {})
952
950
  .n("IAMClient", "GetGroupCommand")
@@ -954,11 +952,11 @@ class GetGroupCommand extends smithyClient.Command
954
952
  .build() {
955
953
  }
956
954
 
957
- class GetGroupPolicyCommand extends smithyClient.Command
955
+ class GetGroupPolicyCommand extends client.Command
958
956
  .classBuilder()
959
957
  .ep(commonParams)
960
958
  .m(function (Command, cs, config, o) {
961
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
959
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
962
960
  })
963
961
  .s("AWSIdentityManagementV20100508", "GetGroupPolicy", {})
964
962
  .n("IAMClient", "GetGroupPolicyCommand")
@@ -966,11 +964,11 @@ class GetGroupPolicyCommand extends smithyClient.Command
966
964
  .build() {
967
965
  }
968
966
 
969
- class GetHumanReadableSummaryCommand extends smithyClient.Command
967
+ class GetHumanReadableSummaryCommand extends client.Command
970
968
  .classBuilder()
971
969
  .ep(commonParams)
972
970
  .m(function (Command, cs, config, o) {
973
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
971
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
974
972
  })
975
973
  .s("AWSIdentityManagementV20100508", "GetHumanReadableSummary", {})
976
974
  .n("IAMClient", "GetHumanReadableSummaryCommand")
@@ -978,11 +976,11 @@ class GetHumanReadableSummaryCommand extends smithyClient.Command
978
976
  .build() {
979
977
  }
980
978
 
981
- class GetInstanceProfileCommand extends smithyClient.Command
979
+ class GetInstanceProfileCommand extends client.Command
982
980
  .classBuilder()
983
981
  .ep(commonParams)
984
982
  .m(function (Command, cs, config, o) {
985
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
983
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
986
984
  })
987
985
  .s("AWSIdentityManagementV20100508", "GetInstanceProfile", {})
988
986
  .n("IAMClient", "GetInstanceProfileCommand")
@@ -990,11 +988,11 @@ class GetInstanceProfileCommand extends smithyClient.Command
990
988
  .build() {
991
989
  }
992
990
 
993
- class GetLoginProfileCommand extends smithyClient.Command
991
+ class GetLoginProfileCommand extends client.Command
994
992
  .classBuilder()
995
993
  .ep(commonParams)
996
994
  .m(function (Command, cs, config, o) {
997
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
998
996
  })
999
997
  .s("AWSIdentityManagementV20100508", "GetLoginProfile", {})
1000
998
  .n("IAMClient", "GetLoginProfileCommand")
@@ -1002,11 +1000,11 @@ class GetLoginProfileCommand extends smithyClient.Command
1002
1000
  .build() {
1003
1001
  }
1004
1002
 
1005
- class GetMFADeviceCommand extends smithyClient.Command
1003
+ class GetMFADeviceCommand extends client.Command
1006
1004
  .classBuilder()
1007
1005
  .ep(commonParams)
1008
1006
  .m(function (Command, cs, config, o) {
1009
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1010
1008
  })
1011
1009
  .s("AWSIdentityManagementV20100508", "GetMFADevice", {})
1012
1010
  .n("IAMClient", "GetMFADeviceCommand")
@@ -1014,11 +1012,11 @@ class GetMFADeviceCommand extends smithyClient.Command
1014
1012
  .build() {
1015
1013
  }
1016
1014
 
1017
- class GetOpenIDConnectProviderCommand extends smithyClient.Command
1015
+ class GetOpenIDConnectProviderCommand extends client.Command
1018
1016
  .classBuilder()
1019
1017
  .ep(commonParams)
1020
1018
  .m(function (Command, cs, config, o) {
1021
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1019
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1022
1020
  })
1023
1021
  .s("AWSIdentityManagementV20100508", "GetOpenIDConnectProvider", {})
1024
1022
  .n("IAMClient", "GetOpenIDConnectProviderCommand")
@@ -1026,11 +1024,11 @@ class GetOpenIDConnectProviderCommand extends smithyClient.Command
1026
1024
  .build() {
1027
1025
  }
1028
1026
 
1029
- class GetOrganizationsAccessReportCommand extends smithyClient.Command
1027
+ class GetOrganizationsAccessReportCommand extends client.Command
1030
1028
  .classBuilder()
1031
1029
  .ep(commonParams)
1032
1030
  .m(function (Command, cs, config, o) {
1033
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1031
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1034
1032
  })
1035
1033
  .s("AWSIdentityManagementV20100508", "GetOrganizationsAccessReport", {})
1036
1034
  .n("IAMClient", "GetOrganizationsAccessReportCommand")
@@ -1038,11 +1036,11 @@ class GetOrganizationsAccessReportCommand extends smithyClient.Command
1038
1036
  .build() {
1039
1037
  }
1040
1038
 
1041
- class GetOutboundWebIdentityFederationInfoCommand extends smithyClient.Command
1039
+ class GetOutboundWebIdentityFederationInfoCommand extends client.Command
1042
1040
  .classBuilder()
1043
1041
  .ep(commonParams)
1044
1042
  .m(function (Command, cs, config, o) {
1045
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1043
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1046
1044
  })
1047
1045
  .s("AWSIdentityManagementV20100508", "GetOutboundWebIdentityFederationInfo", {})
1048
1046
  .n("IAMClient", "GetOutboundWebIdentityFederationInfoCommand")
@@ -1050,11 +1048,11 @@ class GetOutboundWebIdentityFederationInfoCommand extends smithyClient.Command
1050
1048
  .build() {
1051
1049
  }
1052
1050
 
1053
- class GetPolicyCommand extends smithyClient.Command
1051
+ class GetPolicyCommand extends client.Command
1054
1052
  .classBuilder()
1055
1053
  .ep(commonParams)
1056
1054
  .m(function (Command, cs, config, o) {
1057
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1055
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1058
1056
  })
1059
1057
  .s("AWSIdentityManagementV20100508", "GetPolicy", {})
1060
1058
  .n("IAMClient", "GetPolicyCommand")
@@ -1062,11 +1060,11 @@ class GetPolicyCommand extends smithyClient.Command
1062
1060
  .build() {
1063
1061
  }
1064
1062
 
1065
- class GetPolicyVersionCommand extends smithyClient.Command
1063
+ class GetPolicyVersionCommand extends client.Command
1066
1064
  .classBuilder()
1067
1065
  .ep(commonParams)
1068
1066
  .m(function (Command, cs, config, o) {
1069
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1067
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1070
1068
  })
1071
1069
  .s("AWSIdentityManagementV20100508", "GetPolicyVersion", {})
1072
1070
  .n("IAMClient", "GetPolicyVersionCommand")
@@ -1074,11 +1072,11 @@ class GetPolicyVersionCommand extends smithyClient.Command
1074
1072
  .build() {
1075
1073
  }
1076
1074
 
1077
- class GetRoleCommand extends smithyClient.Command
1075
+ class GetRoleCommand extends client.Command
1078
1076
  .classBuilder()
1079
1077
  .ep(commonParams)
1080
1078
  .m(function (Command, cs, config, o) {
1081
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1079
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1082
1080
  })
1083
1081
  .s("AWSIdentityManagementV20100508", "GetRole", {})
1084
1082
  .n("IAMClient", "GetRoleCommand")
@@ -1086,11 +1084,11 @@ class GetRoleCommand extends smithyClient.Command
1086
1084
  .build() {
1087
1085
  }
1088
1086
 
1089
- class GetRolePolicyCommand extends smithyClient.Command
1087
+ class GetRolePolicyCommand extends client.Command
1090
1088
  .classBuilder()
1091
1089
  .ep(commonParams)
1092
1090
  .m(function (Command, cs, config, o) {
1093
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1091
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1094
1092
  })
1095
1093
  .s("AWSIdentityManagementV20100508", "GetRolePolicy", {})
1096
1094
  .n("IAMClient", "GetRolePolicyCommand")
@@ -1098,11 +1096,11 @@ class GetRolePolicyCommand extends smithyClient.Command
1098
1096
  .build() {
1099
1097
  }
1100
1098
 
1101
- class GetSAMLProviderCommand extends smithyClient.Command
1099
+ class GetSAMLProviderCommand extends client.Command
1102
1100
  .classBuilder()
1103
1101
  .ep(commonParams)
1104
1102
  .m(function (Command, cs, config, o) {
1105
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1103
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1106
1104
  })
1107
1105
  .s("AWSIdentityManagementV20100508", "GetSAMLProvider", {})
1108
1106
  .n("IAMClient", "GetSAMLProviderCommand")
@@ -1110,11 +1108,11 @@ class GetSAMLProviderCommand extends smithyClient.Command
1110
1108
  .build() {
1111
1109
  }
1112
1110
 
1113
- class GetServerCertificateCommand extends smithyClient.Command
1111
+ class GetServerCertificateCommand extends client.Command
1114
1112
  .classBuilder()
1115
1113
  .ep(commonParams)
1116
1114
  .m(function (Command, cs, config, o) {
1117
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1115
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1118
1116
  })
1119
1117
  .s("AWSIdentityManagementV20100508", "GetServerCertificate", {})
1120
1118
  .n("IAMClient", "GetServerCertificateCommand")
@@ -1122,11 +1120,11 @@ class GetServerCertificateCommand extends smithyClient.Command
1122
1120
  .build() {
1123
1121
  }
1124
1122
 
1125
- class GetServiceLastAccessedDetailsCommand extends smithyClient.Command
1123
+ class GetServiceLastAccessedDetailsCommand extends client.Command
1126
1124
  .classBuilder()
1127
1125
  .ep(commonParams)
1128
1126
  .m(function (Command, cs, config, o) {
1129
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1127
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1130
1128
  })
1131
1129
  .s("AWSIdentityManagementV20100508", "GetServiceLastAccessedDetails", {})
1132
1130
  .n("IAMClient", "GetServiceLastAccessedDetailsCommand")
@@ -1134,11 +1132,11 @@ class GetServiceLastAccessedDetailsCommand extends smithyClient.Command
1134
1132
  .build() {
1135
1133
  }
1136
1134
 
1137
- class GetServiceLastAccessedDetailsWithEntitiesCommand extends smithyClient.Command
1135
+ class GetServiceLastAccessedDetailsWithEntitiesCommand extends client.Command
1138
1136
  .classBuilder()
1139
1137
  .ep(commonParams)
1140
1138
  .m(function (Command, cs, config, o) {
1141
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1139
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1142
1140
  })
1143
1141
  .s("AWSIdentityManagementV20100508", "GetServiceLastAccessedDetailsWithEntities", {})
1144
1142
  .n("IAMClient", "GetServiceLastAccessedDetailsWithEntitiesCommand")
@@ -1146,11 +1144,11 @@ class GetServiceLastAccessedDetailsWithEntitiesCommand extends smithyClient.Comm
1146
1144
  .build() {
1147
1145
  }
1148
1146
 
1149
- class GetServiceLinkedRoleDeletionStatusCommand extends smithyClient.Command
1147
+ class GetServiceLinkedRoleDeletionStatusCommand extends client.Command
1150
1148
  .classBuilder()
1151
1149
  .ep(commonParams)
1152
1150
  .m(function (Command, cs, config, o) {
1153
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1151
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1154
1152
  })
1155
1153
  .s("AWSIdentityManagementV20100508", "GetServiceLinkedRoleDeletionStatus", {})
1156
1154
  .n("IAMClient", "GetServiceLinkedRoleDeletionStatusCommand")
@@ -1158,11 +1156,11 @@ class GetServiceLinkedRoleDeletionStatusCommand extends smithyClient.Command
1158
1156
  .build() {
1159
1157
  }
1160
1158
 
1161
- class GetSSHPublicKeyCommand extends smithyClient.Command
1159
+ class GetSSHPublicKeyCommand extends client.Command
1162
1160
  .classBuilder()
1163
1161
  .ep(commonParams)
1164
1162
  .m(function (Command, cs, config, o) {
1165
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1163
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1166
1164
  })
1167
1165
  .s("AWSIdentityManagementV20100508", "GetSSHPublicKey", {})
1168
1166
  .n("IAMClient", "GetSSHPublicKeyCommand")
@@ -1170,11 +1168,11 @@ class GetSSHPublicKeyCommand extends smithyClient.Command
1170
1168
  .build() {
1171
1169
  }
1172
1170
 
1173
- class GetUserCommand extends smithyClient.Command
1171
+ class GetUserCommand extends client.Command
1174
1172
  .classBuilder()
1175
1173
  .ep(commonParams)
1176
1174
  .m(function (Command, cs, config, o) {
1177
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1175
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1178
1176
  })
1179
1177
  .s("AWSIdentityManagementV20100508", "GetUser", {})
1180
1178
  .n("IAMClient", "GetUserCommand")
@@ -1182,11 +1180,11 @@ class GetUserCommand extends smithyClient.Command
1182
1180
  .build() {
1183
1181
  }
1184
1182
 
1185
- class GetUserPolicyCommand extends smithyClient.Command
1183
+ class GetUserPolicyCommand extends client.Command
1186
1184
  .classBuilder()
1187
1185
  .ep(commonParams)
1188
1186
  .m(function (Command, cs, config, o) {
1189
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1187
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1190
1188
  })
1191
1189
  .s("AWSIdentityManagementV20100508", "GetUserPolicy", {})
1192
1190
  .n("IAMClient", "GetUserPolicyCommand")
@@ -1194,11 +1192,11 @@ class GetUserPolicyCommand extends smithyClient.Command
1194
1192
  .build() {
1195
1193
  }
1196
1194
 
1197
- class ListAccessKeysCommand extends smithyClient.Command
1195
+ class ListAccessKeysCommand extends client.Command
1198
1196
  .classBuilder()
1199
1197
  .ep(commonParams)
1200
1198
  .m(function (Command, cs, config, o) {
1201
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1199
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1202
1200
  })
1203
1201
  .s("AWSIdentityManagementV20100508", "ListAccessKeys", {})
1204
1202
  .n("IAMClient", "ListAccessKeysCommand")
@@ -1206,11 +1204,11 @@ class ListAccessKeysCommand extends smithyClient.Command
1206
1204
  .build() {
1207
1205
  }
1208
1206
 
1209
- class ListAccountAliasesCommand extends smithyClient.Command
1207
+ class ListAccountAliasesCommand extends client.Command
1210
1208
  .classBuilder()
1211
1209
  .ep(commonParams)
1212
1210
  .m(function (Command, cs, config, o) {
1213
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1211
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1214
1212
  })
1215
1213
  .s("AWSIdentityManagementV20100508", "ListAccountAliases", {})
1216
1214
  .n("IAMClient", "ListAccountAliasesCommand")
@@ -1218,11 +1216,11 @@ class ListAccountAliasesCommand extends smithyClient.Command
1218
1216
  .build() {
1219
1217
  }
1220
1218
 
1221
- class ListAttachedGroupPoliciesCommand extends smithyClient.Command
1219
+ class ListAttachedGroupPoliciesCommand extends client.Command
1222
1220
  .classBuilder()
1223
1221
  .ep(commonParams)
1224
1222
  .m(function (Command, cs, config, o) {
1225
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1223
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1226
1224
  })
1227
1225
  .s("AWSIdentityManagementV20100508", "ListAttachedGroupPolicies", {})
1228
1226
  .n("IAMClient", "ListAttachedGroupPoliciesCommand")
@@ -1230,11 +1228,11 @@ class ListAttachedGroupPoliciesCommand extends smithyClient.Command
1230
1228
  .build() {
1231
1229
  }
1232
1230
 
1233
- class ListAttachedRolePoliciesCommand extends smithyClient.Command
1231
+ class ListAttachedRolePoliciesCommand extends client.Command
1234
1232
  .classBuilder()
1235
1233
  .ep(commonParams)
1236
1234
  .m(function (Command, cs, config, o) {
1237
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1235
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1238
1236
  })
1239
1237
  .s("AWSIdentityManagementV20100508", "ListAttachedRolePolicies", {})
1240
1238
  .n("IAMClient", "ListAttachedRolePoliciesCommand")
@@ -1242,11 +1240,11 @@ class ListAttachedRolePoliciesCommand extends smithyClient.Command
1242
1240
  .build() {
1243
1241
  }
1244
1242
 
1245
- class ListAttachedUserPoliciesCommand extends smithyClient.Command
1243
+ class ListAttachedUserPoliciesCommand extends client.Command
1246
1244
  .classBuilder()
1247
1245
  .ep(commonParams)
1248
1246
  .m(function (Command, cs, config, o) {
1249
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1247
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1250
1248
  })
1251
1249
  .s("AWSIdentityManagementV20100508", "ListAttachedUserPolicies", {})
1252
1250
  .n("IAMClient", "ListAttachedUserPoliciesCommand")
@@ -1254,11 +1252,11 @@ class ListAttachedUserPoliciesCommand extends smithyClient.Command
1254
1252
  .build() {
1255
1253
  }
1256
1254
 
1257
- class ListDelegationRequestsCommand extends smithyClient.Command
1255
+ class ListDelegationRequestsCommand extends client.Command
1258
1256
  .classBuilder()
1259
1257
  .ep(commonParams)
1260
1258
  .m(function (Command, cs, config, o) {
1261
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1259
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1262
1260
  })
1263
1261
  .s("AWSIdentityManagementV20100508", "ListDelegationRequests", {})
1264
1262
  .n("IAMClient", "ListDelegationRequestsCommand")
@@ -1266,11 +1264,11 @@ class ListDelegationRequestsCommand extends smithyClient.Command
1266
1264
  .build() {
1267
1265
  }
1268
1266
 
1269
- class ListEntitiesForPolicyCommand extends smithyClient.Command
1267
+ class ListEntitiesForPolicyCommand extends client.Command
1270
1268
  .classBuilder()
1271
1269
  .ep(commonParams)
1272
1270
  .m(function (Command, cs, config, o) {
1273
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1271
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1274
1272
  })
1275
1273
  .s("AWSIdentityManagementV20100508", "ListEntitiesForPolicy", {})
1276
1274
  .n("IAMClient", "ListEntitiesForPolicyCommand")
@@ -1278,11 +1276,11 @@ class ListEntitiesForPolicyCommand extends smithyClient.Command
1278
1276
  .build() {
1279
1277
  }
1280
1278
 
1281
- class ListGroupPoliciesCommand extends smithyClient.Command
1279
+ class ListGroupPoliciesCommand extends client.Command
1282
1280
  .classBuilder()
1283
1281
  .ep(commonParams)
1284
1282
  .m(function (Command, cs, config, o) {
1285
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1283
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1286
1284
  })
1287
1285
  .s("AWSIdentityManagementV20100508", "ListGroupPolicies", {})
1288
1286
  .n("IAMClient", "ListGroupPoliciesCommand")
@@ -1290,11 +1288,11 @@ class ListGroupPoliciesCommand extends smithyClient.Command
1290
1288
  .build() {
1291
1289
  }
1292
1290
 
1293
- class ListGroupsCommand extends smithyClient.Command
1291
+ class ListGroupsCommand extends client.Command
1294
1292
  .classBuilder()
1295
1293
  .ep(commonParams)
1296
1294
  .m(function (Command, cs, config, o) {
1297
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1295
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1298
1296
  })
1299
1297
  .s("AWSIdentityManagementV20100508", "ListGroups", {})
1300
1298
  .n("IAMClient", "ListGroupsCommand")
@@ -1302,11 +1300,11 @@ class ListGroupsCommand extends smithyClient.Command
1302
1300
  .build() {
1303
1301
  }
1304
1302
 
1305
- class ListGroupsForUserCommand extends smithyClient.Command
1303
+ class ListGroupsForUserCommand extends client.Command
1306
1304
  .classBuilder()
1307
1305
  .ep(commonParams)
1308
1306
  .m(function (Command, cs, config, o) {
1309
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1307
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1310
1308
  })
1311
1309
  .s("AWSIdentityManagementV20100508", "ListGroupsForUser", {})
1312
1310
  .n("IAMClient", "ListGroupsForUserCommand")
@@ -1314,11 +1312,11 @@ class ListGroupsForUserCommand extends smithyClient.Command
1314
1312
  .build() {
1315
1313
  }
1316
1314
 
1317
- class ListInstanceProfilesCommand extends smithyClient.Command
1315
+ class ListInstanceProfilesCommand extends client.Command
1318
1316
  .classBuilder()
1319
1317
  .ep(commonParams)
1320
1318
  .m(function (Command, cs, config, o) {
1321
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1319
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1322
1320
  })
1323
1321
  .s("AWSIdentityManagementV20100508", "ListInstanceProfiles", {})
1324
1322
  .n("IAMClient", "ListInstanceProfilesCommand")
@@ -1326,11 +1324,11 @@ class ListInstanceProfilesCommand extends smithyClient.Command
1326
1324
  .build() {
1327
1325
  }
1328
1326
 
1329
- class ListInstanceProfilesForRoleCommand extends smithyClient.Command
1327
+ class ListInstanceProfilesForRoleCommand extends client.Command
1330
1328
  .classBuilder()
1331
1329
  .ep(commonParams)
1332
1330
  .m(function (Command, cs, config, o) {
1333
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1331
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1334
1332
  })
1335
1333
  .s("AWSIdentityManagementV20100508", "ListInstanceProfilesForRole", {})
1336
1334
  .n("IAMClient", "ListInstanceProfilesForRoleCommand")
@@ -1338,11 +1336,11 @@ class ListInstanceProfilesForRoleCommand extends smithyClient.Command
1338
1336
  .build() {
1339
1337
  }
1340
1338
 
1341
- class ListInstanceProfileTagsCommand extends smithyClient.Command
1339
+ class ListInstanceProfileTagsCommand extends client.Command
1342
1340
  .classBuilder()
1343
1341
  .ep(commonParams)
1344
1342
  .m(function (Command, cs, config, o) {
1345
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1343
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1346
1344
  })
1347
1345
  .s("AWSIdentityManagementV20100508", "ListInstanceProfileTags", {})
1348
1346
  .n("IAMClient", "ListInstanceProfileTagsCommand")
@@ -1350,11 +1348,11 @@ class ListInstanceProfileTagsCommand extends smithyClient.Command
1350
1348
  .build() {
1351
1349
  }
1352
1350
 
1353
- class ListMFADevicesCommand extends smithyClient.Command
1351
+ class ListMFADevicesCommand extends client.Command
1354
1352
  .classBuilder()
1355
1353
  .ep(commonParams)
1356
1354
  .m(function (Command, cs, config, o) {
1357
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1355
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1358
1356
  })
1359
1357
  .s("AWSIdentityManagementV20100508", "ListMFADevices", {})
1360
1358
  .n("IAMClient", "ListMFADevicesCommand")
@@ -1362,11 +1360,11 @@ class ListMFADevicesCommand extends smithyClient.Command
1362
1360
  .build() {
1363
1361
  }
1364
1362
 
1365
- class ListMFADeviceTagsCommand extends smithyClient.Command
1363
+ class ListMFADeviceTagsCommand extends client.Command
1366
1364
  .classBuilder()
1367
1365
  .ep(commonParams)
1368
1366
  .m(function (Command, cs, config, o) {
1369
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1367
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1370
1368
  })
1371
1369
  .s("AWSIdentityManagementV20100508", "ListMFADeviceTags", {})
1372
1370
  .n("IAMClient", "ListMFADeviceTagsCommand")
@@ -1374,11 +1372,11 @@ class ListMFADeviceTagsCommand extends smithyClient.Command
1374
1372
  .build() {
1375
1373
  }
1376
1374
 
1377
- class ListOpenIDConnectProvidersCommand extends smithyClient.Command
1375
+ class ListOpenIDConnectProvidersCommand extends client.Command
1378
1376
  .classBuilder()
1379
1377
  .ep(commonParams)
1380
1378
  .m(function (Command, cs, config, o) {
1381
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1379
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1382
1380
  })
1383
1381
  .s("AWSIdentityManagementV20100508", "ListOpenIDConnectProviders", {})
1384
1382
  .n("IAMClient", "ListOpenIDConnectProvidersCommand")
@@ -1386,11 +1384,11 @@ class ListOpenIDConnectProvidersCommand extends smithyClient.Command
1386
1384
  .build() {
1387
1385
  }
1388
1386
 
1389
- class ListOpenIDConnectProviderTagsCommand extends smithyClient.Command
1387
+ class ListOpenIDConnectProviderTagsCommand extends client.Command
1390
1388
  .classBuilder()
1391
1389
  .ep(commonParams)
1392
1390
  .m(function (Command, cs, config, o) {
1393
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1391
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1394
1392
  })
1395
1393
  .s("AWSIdentityManagementV20100508", "ListOpenIDConnectProviderTags", {})
1396
1394
  .n("IAMClient", "ListOpenIDConnectProviderTagsCommand")
@@ -1398,11 +1396,11 @@ class ListOpenIDConnectProviderTagsCommand extends smithyClient.Command
1398
1396
  .build() {
1399
1397
  }
1400
1398
 
1401
- class ListOrganizationsFeaturesCommand extends smithyClient.Command
1399
+ class ListOrganizationsFeaturesCommand extends client.Command
1402
1400
  .classBuilder()
1403
1401
  .ep(commonParams)
1404
1402
  .m(function (Command, cs, config, o) {
1405
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1403
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1406
1404
  })
1407
1405
  .s("AWSIdentityManagementV20100508", "ListOrganizationsFeatures", {})
1408
1406
  .n("IAMClient", "ListOrganizationsFeaturesCommand")
@@ -1410,11 +1408,11 @@ class ListOrganizationsFeaturesCommand extends smithyClient.Command
1410
1408
  .build() {
1411
1409
  }
1412
1410
 
1413
- class ListPoliciesCommand extends smithyClient.Command
1411
+ class ListPoliciesCommand extends client.Command
1414
1412
  .classBuilder()
1415
1413
  .ep(commonParams)
1416
1414
  .m(function (Command, cs, config, o) {
1417
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1415
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1418
1416
  })
1419
1417
  .s("AWSIdentityManagementV20100508", "ListPolicies", {})
1420
1418
  .n("IAMClient", "ListPoliciesCommand")
@@ -1422,11 +1420,11 @@ class ListPoliciesCommand extends smithyClient.Command
1422
1420
  .build() {
1423
1421
  }
1424
1422
 
1425
- class ListPoliciesGrantingServiceAccessCommand extends smithyClient.Command
1423
+ class ListPoliciesGrantingServiceAccessCommand extends client.Command
1426
1424
  .classBuilder()
1427
1425
  .ep(commonParams)
1428
1426
  .m(function (Command, cs, config, o) {
1429
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1427
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1430
1428
  })
1431
1429
  .s("AWSIdentityManagementV20100508", "ListPoliciesGrantingServiceAccess", {})
1432
1430
  .n("IAMClient", "ListPoliciesGrantingServiceAccessCommand")
@@ -1434,11 +1432,11 @@ class ListPoliciesGrantingServiceAccessCommand extends smithyClient.Command
1434
1432
  .build() {
1435
1433
  }
1436
1434
 
1437
- class ListPolicyTagsCommand extends smithyClient.Command
1435
+ class ListPolicyTagsCommand extends client.Command
1438
1436
  .classBuilder()
1439
1437
  .ep(commonParams)
1440
1438
  .m(function (Command, cs, config, o) {
1441
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1439
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1442
1440
  })
1443
1441
  .s("AWSIdentityManagementV20100508", "ListPolicyTags", {})
1444
1442
  .n("IAMClient", "ListPolicyTagsCommand")
@@ -1446,11 +1444,11 @@ class ListPolicyTagsCommand extends smithyClient.Command
1446
1444
  .build() {
1447
1445
  }
1448
1446
 
1449
- class ListPolicyVersionsCommand extends smithyClient.Command
1447
+ class ListPolicyVersionsCommand extends client.Command
1450
1448
  .classBuilder()
1451
1449
  .ep(commonParams)
1452
1450
  .m(function (Command, cs, config, o) {
1453
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1451
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1454
1452
  })
1455
1453
  .s("AWSIdentityManagementV20100508", "ListPolicyVersions", {})
1456
1454
  .n("IAMClient", "ListPolicyVersionsCommand")
@@ -1458,11 +1456,11 @@ class ListPolicyVersionsCommand extends smithyClient.Command
1458
1456
  .build() {
1459
1457
  }
1460
1458
 
1461
- class ListRolePoliciesCommand extends smithyClient.Command
1459
+ class ListRolePoliciesCommand extends client.Command
1462
1460
  .classBuilder()
1463
1461
  .ep(commonParams)
1464
1462
  .m(function (Command, cs, config, o) {
1465
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1463
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1466
1464
  })
1467
1465
  .s("AWSIdentityManagementV20100508", "ListRolePolicies", {})
1468
1466
  .n("IAMClient", "ListRolePoliciesCommand")
@@ -1470,11 +1468,11 @@ class ListRolePoliciesCommand extends smithyClient.Command
1470
1468
  .build() {
1471
1469
  }
1472
1470
 
1473
- class ListRolesCommand extends smithyClient.Command
1471
+ class ListRolesCommand extends client.Command
1474
1472
  .classBuilder()
1475
1473
  .ep(commonParams)
1476
1474
  .m(function (Command, cs, config, o) {
1477
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1475
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1478
1476
  })
1479
1477
  .s("AWSIdentityManagementV20100508", "ListRoles", {})
1480
1478
  .n("IAMClient", "ListRolesCommand")
@@ -1482,11 +1480,11 @@ class ListRolesCommand extends smithyClient.Command
1482
1480
  .build() {
1483
1481
  }
1484
1482
 
1485
- class ListRoleTagsCommand extends smithyClient.Command
1483
+ class ListRoleTagsCommand extends client.Command
1486
1484
  .classBuilder()
1487
1485
  .ep(commonParams)
1488
1486
  .m(function (Command, cs, config, o) {
1489
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1487
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1490
1488
  })
1491
1489
  .s("AWSIdentityManagementV20100508", "ListRoleTags", {})
1492
1490
  .n("IAMClient", "ListRoleTagsCommand")
@@ -1494,11 +1492,11 @@ class ListRoleTagsCommand extends smithyClient.Command
1494
1492
  .build() {
1495
1493
  }
1496
1494
 
1497
- class ListSAMLProvidersCommand extends smithyClient.Command
1495
+ class ListSAMLProvidersCommand extends client.Command
1498
1496
  .classBuilder()
1499
1497
  .ep(commonParams)
1500
1498
  .m(function (Command, cs, config, o) {
1501
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1499
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1502
1500
  })
1503
1501
  .s("AWSIdentityManagementV20100508", "ListSAMLProviders", {})
1504
1502
  .n("IAMClient", "ListSAMLProvidersCommand")
@@ -1506,11 +1504,11 @@ class ListSAMLProvidersCommand extends smithyClient.Command
1506
1504
  .build() {
1507
1505
  }
1508
1506
 
1509
- class ListSAMLProviderTagsCommand extends smithyClient.Command
1507
+ class ListSAMLProviderTagsCommand extends client.Command
1510
1508
  .classBuilder()
1511
1509
  .ep(commonParams)
1512
1510
  .m(function (Command, cs, config, o) {
1513
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1511
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1514
1512
  })
1515
1513
  .s("AWSIdentityManagementV20100508", "ListSAMLProviderTags", {})
1516
1514
  .n("IAMClient", "ListSAMLProviderTagsCommand")
@@ -1518,11 +1516,11 @@ class ListSAMLProviderTagsCommand extends smithyClient.Command
1518
1516
  .build() {
1519
1517
  }
1520
1518
 
1521
- class ListServerCertificatesCommand extends smithyClient.Command
1519
+ class ListServerCertificatesCommand extends client.Command
1522
1520
  .classBuilder()
1523
1521
  .ep(commonParams)
1524
1522
  .m(function (Command, cs, config, o) {
1525
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1523
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1526
1524
  })
1527
1525
  .s("AWSIdentityManagementV20100508", "ListServerCertificates", {})
1528
1526
  .n("IAMClient", "ListServerCertificatesCommand")
@@ -1530,11 +1528,11 @@ class ListServerCertificatesCommand extends smithyClient.Command
1530
1528
  .build() {
1531
1529
  }
1532
1530
 
1533
- class ListServerCertificateTagsCommand extends smithyClient.Command
1531
+ class ListServerCertificateTagsCommand extends client.Command
1534
1532
  .classBuilder()
1535
1533
  .ep(commonParams)
1536
1534
  .m(function (Command, cs, config, o) {
1537
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1535
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1538
1536
  })
1539
1537
  .s("AWSIdentityManagementV20100508", "ListServerCertificateTags", {})
1540
1538
  .n("IAMClient", "ListServerCertificateTagsCommand")
@@ -1542,11 +1540,11 @@ class ListServerCertificateTagsCommand extends smithyClient.Command
1542
1540
  .build() {
1543
1541
  }
1544
1542
 
1545
- class ListServiceSpecificCredentialsCommand extends smithyClient.Command
1543
+ class ListServiceSpecificCredentialsCommand extends client.Command
1546
1544
  .classBuilder()
1547
1545
  .ep(commonParams)
1548
1546
  .m(function (Command, cs, config, o) {
1549
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1547
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1550
1548
  })
1551
1549
  .s("AWSIdentityManagementV20100508", "ListServiceSpecificCredentials", {})
1552
1550
  .n("IAMClient", "ListServiceSpecificCredentialsCommand")
@@ -1554,11 +1552,11 @@ class ListServiceSpecificCredentialsCommand extends smithyClient.Command
1554
1552
  .build() {
1555
1553
  }
1556
1554
 
1557
- class ListSigningCertificatesCommand extends smithyClient.Command
1555
+ class ListSigningCertificatesCommand extends client.Command
1558
1556
  .classBuilder()
1559
1557
  .ep(commonParams)
1560
1558
  .m(function (Command, cs, config, o) {
1561
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1559
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1562
1560
  })
1563
1561
  .s("AWSIdentityManagementV20100508", "ListSigningCertificates", {})
1564
1562
  .n("IAMClient", "ListSigningCertificatesCommand")
@@ -1566,11 +1564,11 @@ class ListSigningCertificatesCommand extends smithyClient.Command
1566
1564
  .build() {
1567
1565
  }
1568
1566
 
1569
- class ListSSHPublicKeysCommand extends smithyClient.Command
1567
+ class ListSSHPublicKeysCommand extends client.Command
1570
1568
  .classBuilder()
1571
1569
  .ep(commonParams)
1572
1570
  .m(function (Command, cs, config, o) {
1573
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1571
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1574
1572
  })
1575
1573
  .s("AWSIdentityManagementV20100508", "ListSSHPublicKeys", {})
1576
1574
  .n("IAMClient", "ListSSHPublicKeysCommand")
@@ -1578,11 +1576,11 @@ class ListSSHPublicKeysCommand extends smithyClient.Command
1578
1576
  .build() {
1579
1577
  }
1580
1578
 
1581
- class ListUserPoliciesCommand extends smithyClient.Command
1579
+ class ListUserPoliciesCommand extends client.Command
1582
1580
  .classBuilder()
1583
1581
  .ep(commonParams)
1584
1582
  .m(function (Command, cs, config, o) {
1585
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1583
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1586
1584
  })
1587
1585
  .s("AWSIdentityManagementV20100508", "ListUserPolicies", {})
1588
1586
  .n("IAMClient", "ListUserPoliciesCommand")
@@ -1590,11 +1588,11 @@ class ListUserPoliciesCommand extends smithyClient.Command
1590
1588
  .build() {
1591
1589
  }
1592
1590
 
1593
- class ListUsersCommand extends smithyClient.Command
1591
+ class ListUsersCommand extends client.Command
1594
1592
  .classBuilder()
1595
1593
  .ep(commonParams)
1596
1594
  .m(function (Command, cs, config, o) {
1597
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1595
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1598
1596
  })
1599
1597
  .s("AWSIdentityManagementV20100508", "ListUsers", {})
1600
1598
  .n("IAMClient", "ListUsersCommand")
@@ -1602,11 +1600,11 @@ class ListUsersCommand extends smithyClient.Command
1602
1600
  .build() {
1603
1601
  }
1604
1602
 
1605
- class ListUserTagsCommand extends smithyClient.Command
1603
+ class ListUserTagsCommand extends client.Command
1606
1604
  .classBuilder()
1607
1605
  .ep(commonParams)
1608
1606
  .m(function (Command, cs, config, o) {
1609
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1607
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1610
1608
  })
1611
1609
  .s("AWSIdentityManagementV20100508", "ListUserTags", {})
1612
1610
  .n("IAMClient", "ListUserTagsCommand")
@@ -1614,11 +1612,11 @@ class ListUserTagsCommand extends smithyClient.Command
1614
1612
  .build() {
1615
1613
  }
1616
1614
 
1617
- class ListVirtualMFADevicesCommand extends smithyClient.Command
1615
+ class ListVirtualMFADevicesCommand extends client.Command
1618
1616
  .classBuilder()
1619
1617
  .ep(commonParams)
1620
1618
  .m(function (Command, cs, config, o) {
1621
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1619
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1622
1620
  })
1623
1621
  .s("AWSIdentityManagementV20100508", "ListVirtualMFADevices", {})
1624
1622
  .n("IAMClient", "ListVirtualMFADevicesCommand")
@@ -1626,11 +1624,11 @@ class ListVirtualMFADevicesCommand extends smithyClient.Command
1626
1624
  .build() {
1627
1625
  }
1628
1626
 
1629
- class PutGroupPolicyCommand extends smithyClient.Command
1627
+ class PutGroupPolicyCommand extends client.Command
1630
1628
  .classBuilder()
1631
1629
  .ep(commonParams)
1632
1630
  .m(function (Command, cs, config, o) {
1633
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1631
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1634
1632
  })
1635
1633
  .s("AWSIdentityManagementV20100508", "PutGroupPolicy", {})
1636
1634
  .n("IAMClient", "PutGroupPolicyCommand")
@@ -1638,11 +1636,11 @@ class PutGroupPolicyCommand extends smithyClient.Command
1638
1636
  .build() {
1639
1637
  }
1640
1638
 
1641
- class PutRolePermissionsBoundaryCommand extends smithyClient.Command
1639
+ class PutRolePermissionsBoundaryCommand extends client.Command
1642
1640
  .classBuilder()
1643
1641
  .ep(commonParams)
1644
1642
  .m(function (Command, cs, config, o) {
1645
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1643
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1646
1644
  })
1647
1645
  .s("AWSIdentityManagementV20100508", "PutRolePermissionsBoundary", {})
1648
1646
  .n("IAMClient", "PutRolePermissionsBoundaryCommand")
@@ -1650,11 +1648,11 @@ class PutRolePermissionsBoundaryCommand extends smithyClient.Command
1650
1648
  .build() {
1651
1649
  }
1652
1650
 
1653
- class PutRolePolicyCommand extends smithyClient.Command
1651
+ class PutRolePolicyCommand extends client.Command
1654
1652
  .classBuilder()
1655
1653
  .ep(commonParams)
1656
1654
  .m(function (Command, cs, config, o) {
1657
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1655
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1658
1656
  })
1659
1657
  .s("AWSIdentityManagementV20100508", "PutRolePolicy", {})
1660
1658
  .n("IAMClient", "PutRolePolicyCommand")
@@ -1662,11 +1660,11 @@ class PutRolePolicyCommand extends smithyClient.Command
1662
1660
  .build() {
1663
1661
  }
1664
1662
 
1665
- class PutUserPermissionsBoundaryCommand extends smithyClient.Command
1663
+ class PutUserPermissionsBoundaryCommand extends client.Command
1666
1664
  .classBuilder()
1667
1665
  .ep(commonParams)
1668
1666
  .m(function (Command, cs, config, o) {
1669
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1667
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1670
1668
  })
1671
1669
  .s("AWSIdentityManagementV20100508", "PutUserPermissionsBoundary", {})
1672
1670
  .n("IAMClient", "PutUserPermissionsBoundaryCommand")
@@ -1674,11 +1672,11 @@ class PutUserPermissionsBoundaryCommand extends smithyClient.Command
1674
1672
  .build() {
1675
1673
  }
1676
1674
 
1677
- class PutUserPolicyCommand extends smithyClient.Command
1675
+ class PutUserPolicyCommand extends client.Command
1678
1676
  .classBuilder()
1679
1677
  .ep(commonParams)
1680
1678
  .m(function (Command, cs, config, o) {
1681
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1679
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1682
1680
  })
1683
1681
  .s("AWSIdentityManagementV20100508", "PutUserPolicy", {})
1684
1682
  .n("IAMClient", "PutUserPolicyCommand")
@@ -1686,11 +1684,11 @@ class PutUserPolicyCommand extends smithyClient.Command
1686
1684
  .build() {
1687
1685
  }
1688
1686
 
1689
- class RejectDelegationRequestCommand extends smithyClient.Command
1687
+ class RejectDelegationRequestCommand extends client.Command
1690
1688
  .classBuilder()
1691
1689
  .ep(commonParams)
1692
1690
  .m(function (Command, cs, config, o) {
1693
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1691
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1694
1692
  })
1695
1693
  .s("AWSIdentityManagementV20100508", "RejectDelegationRequest", {})
1696
1694
  .n("IAMClient", "RejectDelegationRequestCommand")
@@ -1698,11 +1696,11 @@ class RejectDelegationRequestCommand extends smithyClient.Command
1698
1696
  .build() {
1699
1697
  }
1700
1698
 
1701
- class RemoveClientIDFromOpenIDConnectProviderCommand extends smithyClient.Command
1699
+ class RemoveClientIDFromOpenIDConnectProviderCommand extends client.Command
1702
1700
  .classBuilder()
1703
1701
  .ep(commonParams)
1704
1702
  .m(function (Command, cs, config, o) {
1705
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1703
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1706
1704
  })
1707
1705
  .s("AWSIdentityManagementV20100508", "RemoveClientIDFromOpenIDConnectProvider", {})
1708
1706
  .n("IAMClient", "RemoveClientIDFromOpenIDConnectProviderCommand")
@@ -1710,11 +1708,11 @@ class RemoveClientIDFromOpenIDConnectProviderCommand extends smithyClient.Comman
1710
1708
  .build() {
1711
1709
  }
1712
1710
 
1713
- class RemoveRoleFromInstanceProfileCommand extends smithyClient.Command
1711
+ class RemoveRoleFromInstanceProfileCommand extends client.Command
1714
1712
  .classBuilder()
1715
1713
  .ep(commonParams)
1716
1714
  .m(function (Command, cs, config, o) {
1717
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1715
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1718
1716
  })
1719
1717
  .s("AWSIdentityManagementV20100508", "RemoveRoleFromInstanceProfile", {})
1720
1718
  .n("IAMClient", "RemoveRoleFromInstanceProfileCommand")
@@ -1722,11 +1720,11 @@ class RemoveRoleFromInstanceProfileCommand extends smithyClient.Command
1722
1720
  .build() {
1723
1721
  }
1724
1722
 
1725
- class RemoveUserFromGroupCommand extends smithyClient.Command
1723
+ class RemoveUserFromGroupCommand extends client.Command
1726
1724
  .classBuilder()
1727
1725
  .ep(commonParams)
1728
1726
  .m(function (Command, cs, config, o) {
1729
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1727
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1730
1728
  })
1731
1729
  .s("AWSIdentityManagementV20100508", "RemoveUserFromGroup", {})
1732
1730
  .n("IAMClient", "RemoveUserFromGroupCommand")
@@ -1734,11 +1732,11 @@ class RemoveUserFromGroupCommand extends smithyClient.Command
1734
1732
  .build() {
1735
1733
  }
1736
1734
 
1737
- class ResetServiceSpecificCredentialCommand extends smithyClient.Command
1735
+ class ResetServiceSpecificCredentialCommand extends client.Command
1738
1736
  .classBuilder()
1739
1737
  .ep(commonParams)
1740
1738
  .m(function (Command, cs, config, o) {
1741
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1739
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1742
1740
  })
1743
1741
  .s("AWSIdentityManagementV20100508", "ResetServiceSpecificCredential", {})
1744
1742
  .n("IAMClient", "ResetServiceSpecificCredentialCommand")
@@ -1746,11 +1744,11 @@ class ResetServiceSpecificCredentialCommand extends smithyClient.Command
1746
1744
  .build() {
1747
1745
  }
1748
1746
 
1749
- class ResyncMFADeviceCommand extends smithyClient.Command
1747
+ class ResyncMFADeviceCommand extends client.Command
1750
1748
  .classBuilder()
1751
1749
  .ep(commonParams)
1752
1750
  .m(function (Command, cs, config, o) {
1753
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1751
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1754
1752
  })
1755
1753
  .s("AWSIdentityManagementV20100508", "ResyncMFADevice", {})
1756
1754
  .n("IAMClient", "ResyncMFADeviceCommand")
@@ -1758,11 +1756,11 @@ class ResyncMFADeviceCommand extends smithyClient.Command
1758
1756
  .build() {
1759
1757
  }
1760
1758
 
1761
- class SendDelegationTokenCommand extends smithyClient.Command
1759
+ class SendDelegationTokenCommand extends client.Command
1762
1760
  .classBuilder()
1763
1761
  .ep(commonParams)
1764
1762
  .m(function (Command, cs, config, o) {
1765
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1763
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1766
1764
  })
1767
1765
  .s("AWSIdentityManagementV20100508", "SendDelegationToken", {})
1768
1766
  .n("IAMClient", "SendDelegationTokenCommand")
@@ -1770,11 +1768,11 @@ class SendDelegationTokenCommand extends smithyClient.Command
1770
1768
  .build() {
1771
1769
  }
1772
1770
 
1773
- class SetDefaultPolicyVersionCommand extends smithyClient.Command
1771
+ class SetDefaultPolicyVersionCommand extends client.Command
1774
1772
  .classBuilder()
1775
1773
  .ep(commonParams)
1776
1774
  .m(function (Command, cs, config, o) {
1777
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1775
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1778
1776
  })
1779
1777
  .s("AWSIdentityManagementV20100508", "SetDefaultPolicyVersion", {})
1780
1778
  .n("IAMClient", "SetDefaultPolicyVersionCommand")
@@ -1782,11 +1780,11 @@ class SetDefaultPolicyVersionCommand extends smithyClient.Command
1782
1780
  .build() {
1783
1781
  }
1784
1782
 
1785
- class SetSecurityTokenServicePreferencesCommand extends smithyClient.Command
1783
+ class SetSecurityTokenServicePreferencesCommand extends client.Command
1786
1784
  .classBuilder()
1787
1785
  .ep(commonParams)
1788
1786
  .m(function (Command, cs, config, o) {
1789
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1787
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1790
1788
  })
1791
1789
  .s("AWSIdentityManagementV20100508", "SetSecurityTokenServicePreferences", {})
1792
1790
  .n("IAMClient", "SetSecurityTokenServicePreferencesCommand")
@@ -1794,11 +1792,11 @@ class SetSecurityTokenServicePreferencesCommand extends smithyClient.Command
1794
1792
  .build() {
1795
1793
  }
1796
1794
 
1797
- class SimulateCustomPolicyCommand extends smithyClient.Command
1795
+ class SimulateCustomPolicyCommand extends client.Command
1798
1796
  .classBuilder()
1799
1797
  .ep(commonParams)
1800
1798
  .m(function (Command, cs, config, o) {
1801
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1799
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1802
1800
  })
1803
1801
  .s("AWSIdentityManagementV20100508", "SimulateCustomPolicy", {})
1804
1802
  .n("IAMClient", "SimulateCustomPolicyCommand")
@@ -1806,11 +1804,11 @@ class SimulateCustomPolicyCommand extends smithyClient.Command
1806
1804
  .build() {
1807
1805
  }
1808
1806
 
1809
- class SimulatePrincipalPolicyCommand extends smithyClient.Command
1807
+ class SimulatePrincipalPolicyCommand extends client.Command
1810
1808
  .classBuilder()
1811
1809
  .ep(commonParams)
1812
1810
  .m(function (Command, cs, config, o) {
1813
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1811
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1814
1812
  })
1815
1813
  .s("AWSIdentityManagementV20100508", "SimulatePrincipalPolicy", {})
1816
1814
  .n("IAMClient", "SimulatePrincipalPolicyCommand")
@@ -1818,11 +1816,11 @@ class SimulatePrincipalPolicyCommand extends smithyClient.Command
1818
1816
  .build() {
1819
1817
  }
1820
1818
 
1821
- class TagInstanceProfileCommand extends smithyClient.Command
1819
+ class TagInstanceProfileCommand extends client.Command
1822
1820
  .classBuilder()
1823
1821
  .ep(commonParams)
1824
1822
  .m(function (Command, cs, config, o) {
1825
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1823
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1826
1824
  })
1827
1825
  .s("AWSIdentityManagementV20100508", "TagInstanceProfile", {})
1828
1826
  .n("IAMClient", "TagInstanceProfileCommand")
@@ -1830,11 +1828,11 @@ class TagInstanceProfileCommand extends smithyClient.Command
1830
1828
  .build() {
1831
1829
  }
1832
1830
 
1833
- class TagMFADeviceCommand extends smithyClient.Command
1831
+ class TagMFADeviceCommand extends client.Command
1834
1832
  .classBuilder()
1835
1833
  .ep(commonParams)
1836
1834
  .m(function (Command, cs, config, o) {
1837
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1835
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1838
1836
  })
1839
1837
  .s("AWSIdentityManagementV20100508", "TagMFADevice", {})
1840
1838
  .n("IAMClient", "TagMFADeviceCommand")
@@ -1842,11 +1840,11 @@ class TagMFADeviceCommand extends smithyClient.Command
1842
1840
  .build() {
1843
1841
  }
1844
1842
 
1845
- class TagOpenIDConnectProviderCommand extends smithyClient.Command
1843
+ class TagOpenIDConnectProviderCommand extends client.Command
1846
1844
  .classBuilder()
1847
1845
  .ep(commonParams)
1848
1846
  .m(function (Command, cs, config, o) {
1849
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1847
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1850
1848
  })
1851
1849
  .s("AWSIdentityManagementV20100508", "TagOpenIDConnectProvider", {})
1852
1850
  .n("IAMClient", "TagOpenIDConnectProviderCommand")
@@ -1854,11 +1852,11 @@ class TagOpenIDConnectProviderCommand extends smithyClient.Command
1854
1852
  .build() {
1855
1853
  }
1856
1854
 
1857
- class TagPolicyCommand extends smithyClient.Command
1855
+ class TagPolicyCommand extends client.Command
1858
1856
  .classBuilder()
1859
1857
  .ep(commonParams)
1860
1858
  .m(function (Command, cs, config, o) {
1861
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1859
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1862
1860
  })
1863
1861
  .s("AWSIdentityManagementV20100508", "TagPolicy", {})
1864
1862
  .n("IAMClient", "TagPolicyCommand")
@@ -1866,11 +1864,11 @@ class TagPolicyCommand extends smithyClient.Command
1866
1864
  .build() {
1867
1865
  }
1868
1866
 
1869
- class TagRoleCommand extends smithyClient.Command
1867
+ class TagRoleCommand extends client.Command
1870
1868
  .classBuilder()
1871
1869
  .ep(commonParams)
1872
1870
  .m(function (Command, cs, config, o) {
1873
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1871
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1874
1872
  })
1875
1873
  .s("AWSIdentityManagementV20100508", "TagRole", {})
1876
1874
  .n("IAMClient", "TagRoleCommand")
@@ -1878,11 +1876,11 @@ class TagRoleCommand extends smithyClient.Command
1878
1876
  .build() {
1879
1877
  }
1880
1878
 
1881
- class TagSAMLProviderCommand extends smithyClient.Command
1879
+ class TagSAMLProviderCommand extends client.Command
1882
1880
  .classBuilder()
1883
1881
  .ep(commonParams)
1884
1882
  .m(function (Command, cs, config, o) {
1885
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1883
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1886
1884
  })
1887
1885
  .s("AWSIdentityManagementV20100508", "TagSAMLProvider", {})
1888
1886
  .n("IAMClient", "TagSAMLProviderCommand")
@@ -1890,11 +1888,11 @@ class TagSAMLProviderCommand extends smithyClient.Command
1890
1888
  .build() {
1891
1889
  }
1892
1890
 
1893
- class TagServerCertificateCommand extends smithyClient.Command
1891
+ class TagServerCertificateCommand extends client.Command
1894
1892
  .classBuilder()
1895
1893
  .ep(commonParams)
1896
1894
  .m(function (Command, cs, config, o) {
1897
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1895
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1898
1896
  })
1899
1897
  .s("AWSIdentityManagementV20100508", "TagServerCertificate", {})
1900
1898
  .n("IAMClient", "TagServerCertificateCommand")
@@ -1902,11 +1900,11 @@ class TagServerCertificateCommand extends smithyClient.Command
1902
1900
  .build() {
1903
1901
  }
1904
1902
 
1905
- class TagUserCommand extends smithyClient.Command
1903
+ class TagUserCommand extends client.Command
1906
1904
  .classBuilder()
1907
1905
  .ep(commonParams)
1908
1906
  .m(function (Command, cs, config, o) {
1909
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1907
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1910
1908
  })
1911
1909
  .s("AWSIdentityManagementV20100508", "TagUser", {})
1912
1910
  .n("IAMClient", "TagUserCommand")
@@ -1914,11 +1912,11 @@ class TagUserCommand extends smithyClient.Command
1914
1912
  .build() {
1915
1913
  }
1916
1914
 
1917
- class UntagInstanceProfileCommand extends smithyClient.Command
1915
+ class UntagInstanceProfileCommand extends client.Command
1918
1916
  .classBuilder()
1919
1917
  .ep(commonParams)
1920
1918
  .m(function (Command, cs, config, o) {
1921
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1919
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1922
1920
  })
1923
1921
  .s("AWSIdentityManagementV20100508", "UntagInstanceProfile", {})
1924
1922
  .n("IAMClient", "UntagInstanceProfileCommand")
@@ -1926,11 +1924,11 @@ class UntagInstanceProfileCommand extends smithyClient.Command
1926
1924
  .build() {
1927
1925
  }
1928
1926
 
1929
- class UntagMFADeviceCommand extends smithyClient.Command
1927
+ class UntagMFADeviceCommand extends client.Command
1930
1928
  .classBuilder()
1931
1929
  .ep(commonParams)
1932
1930
  .m(function (Command, cs, config, o) {
1933
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1931
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1934
1932
  })
1935
1933
  .s("AWSIdentityManagementV20100508", "UntagMFADevice", {})
1936
1934
  .n("IAMClient", "UntagMFADeviceCommand")
@@ -1938,11 +1936,11 @@ class UntagMFADeviceCommand extends smithyClient.Command
1938
1936
  .build() {
1939
1937
  }
1940
1938
 
1941
- class UntagOpenIDConnectProviderCommand extends smithyClient.Command
1939
+ class UntagOpenIDConnectProviderCommand extends client.Command
1942
1940
  .classBuilder()
1943
1941
  .ep(commonParams)
1944
1942
  .m(function (Command, cs, config, o) {
1945
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1943
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1946
1944
  })
1947
1945
  .s("AWSIdentityManagementV20100508", "UntagOpenIDConnectProvider", {})
1948
1946
  .n("IAMClient", "UntagOpenIDConnectProviderCommand")
@@ -1950,11 +1948,11 @@ class UntagOpenIDConnectProviderCommand extends smithyClient.Command
1950
1948
  .build() {
1951
1949
  }
1952
1950
 
1953
- class UntagPolicyCommand extends smithyClient.Command
1951
+ class UntagPolicyCommand extends client.Command
1954
1952
  .classBuilder()
1955
1953
  .ep(commonParams)
1956
1954
  .m(function (Command, cs, config, o) {
1957
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1955
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1958
1956
  })
1959
1957
  .s("AWSIdentityManagementV20100508", "UntagPolicy", {})
1960
1958
  .n("IAMClient", "UntagPolicyCommand")
@@ -1962,11 +1960,11 @@ class UntagPolicyCommand extends smithyClient.Command
1962
1960
  .build() {
1963
1961
  }
1964
1962
 
1965
- class UntagRoleCommand extends smithyClient.Command
1963
+ class UntagRoleCommand extends client.Command
1966
1964
  .classBuilder()
1967
1965
  .ep(commonParams)
1968
1966
  .m(function (Command, cs, config, o) {
1969
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1967
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1970
1968
  })
1971
1969
  .s("AWSIdentityManagementV20100508", "UntagRole", {})
1972
1970
  .n("IAMClient", "UntagRoleCommand")
@@ -1974,11 +1972,11 @@ class UntagRoleCommand extends smithyClient.Command
1974
1972
  .build() {
1975
1973
  }
1976
1974
 
1977
- class UntagSAMLProviderCommand extends smithyClient.Command
1975
+ class UntagSAMLProviderCommand extends client.Command
1978
1976
  .classBuilder()
1979
1977
  .ep(commonParams)
1980
1978
  .m(function (Command, cs, config, o) {
1981
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1979
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1982
1980
  })
1983
1981
  .s("AWSIdentityManagementV20100508", "UntagSAMLProvider", {})
1984
1982
  .n("IAMClient", "UntagSAMLProviderCommand")
@@ -1986,11 +1984,11 @@ class UntagSAMLProviderCommand extends smithyClient.Command
1986
1984
  .build() {
1987
1985
  }
1988
1986
 
1989
- class UntagServerCertificateCommand extends smithyClient.Command
1987
+ class UntagServerCertificateCommand extends client.Command
1990
1988
  .classBuilder()
1991
1989
  .ep(commonParams)
1992
1990
  .m(function (Command, cs, config, o) {
1993
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1991
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1994
1992
  })
1995
1993
  .s("AWSIdentityManagementV20100508", "UntagServerCertificate", {})
1996
1994
  .n("IAMClient", "UntagServerCertificateCommand")
@@ -1998,11 +1996,11 @@ class UntagServerCertificateCommand extends smithyClient.Command
1998
1996
  .build() {
1999
1997
  }
2000
1998
 
2001
- class UntagUserCommand extends smithyClient.Command
1999
+ class UntagUserCommand extends client.Command
2002
2000
  .classBuilder()
2003
2001
  .ep(commonParams)
2004
2002
  .m(function (Command, cs, config, o) {
2005
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2003
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2006
2004
  })
2007
2005
  .s("AWSIdentityManagementV20100508", "UntagUser", {})
2008
2006
  .n("IAMClient", "UntagUserCommand")
@@ -2010,11 +2008,11 @@ class UntagUserCommand extends smithyClient.Command
2010
2008
  .build() {
2011
2009
  }
2012
2010
 
2013
- class UpdateAccessKeyCommand extends smithyClient.Command
2011
+ class UpdateAccessKeyCommand extends client.Command
2014
2012
  .classBuilder()
2015
2013
  .ep(commonParams)
2016
2014
  .m(function (Command, cs, config, o) {
2017
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2015
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2018
2016
  })
2019
2017
  .s("AWSIdentityManagementV20100508", "UpdateAccessKey", {})
2020
2018
  .n("IAMClient", "UpdateAccessKeyCommand")
@@ -2022,11 +2020,11 @@ class UpdateAccessKeyCommand extends smithyClient.Command
2022
2020
  .build() {
2023
2021
  }
2024
2022
 
2025
- class UpdateAccountPasswordPolicyCommand extends smithyClient.Command
2023
+ class UpdateAccountPasswordPolicyCommand extends client.Command
2026
2024
  .classBuilder()
2027
2025
  .ep(commonParams)
2028
2026
  .m(function (Command, cs, config, o) {
2029
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2027
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2030
2028
  })
2031
2029
  .s("AWSIdentityManagementV20100508", "UpdateAccountPasswordPolicy", {})
2032
2030
  .n("IAMClient", "UpdateAccountPasswordPolicyCommand")
@@ -2034,11 +2032,11 @@ class UpdateAccountPasswordPolicyCommand extends smithyClient.Command
2034
2032
  .build() {
2035
2033
  }
2036
2034
 
2037
- class UpdateAssumeRolePolicyCommand extends smithyClient.Command
2035
+ class UpdateAssumeRolePolicyCommand extends client.Command
2038
2036
  .classBuilder()
2039
2037
  .ep(commonParams)
2040
2038
  .m(function (Command, cs, config, o) {
2041
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2039
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2042
2040
  })
2043
2041
  .s("AWSIdentityManagementV20100508", "UpdateAssumeRolePolicy", {})
2044
2042
  .n("IAMClient", "UpdateAssumeRolePolicyCommand")
@@ -2046,11 +2044,11 @@ class UpdateAssumeRolePolicyCommand extends smithyClient.Command
2046
2044
  .build() {
2047
2045
  }
2048
2046
 
2049
- class UpdateDelegationRequestCommand extends smithyClient.Command
2047
+ class UpdateDelegationRequestCommand extends client.Command
2050
2048
  .classBuilder()
2051
2049
  .ep(commonParams)
2052
2050
  .m(function (Command, cs, config, o) {
2053
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2051
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2054
2052
  })
2055
2053
  .s("AWSIdentityManagementV20100508", "UpdateDelegationRequest", {})
2056
2054
  .n("IAMClient", "UpdateDelegationRequestCommand")
@@ -2058,11 +2056,11 @@ class UpdateDelegationRequestCommand extends smithyClient.Command
2058
2056
  .build() {
2059
2057
  }
2060
2058
 
2061
- class UpdateGroupCommand extends smithyClient.Command
2059
+ class UpdateGroupCommand extends client.Command
2062
2060
  .classBuilder()
2063
2061
  .ep(commonParams)
2064
2062
  .m(function (Command, cs, config, o) {
2065
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2063
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2066
2064
  })
2067
2065
  .s("AWSIdentityManagementV20100508", "UpdateGroup", {})
2068
2066
  .n("IAMClient", "UpdateGroupCommand")
@@ -2070,11 +2068,11 @@ class UpdateGroupCommand extends smithyClient.Command
2070
2068
  .build() {
2071
2069
  }
2072
2070
 
2073
- class UpdateLoginProfileCommand extends smithyClient.Command
2071
+ class UpdateLoginProfileCommand extends client.Command
2074
2072
  .classBuilder()
2075
2073
  .ep(commonParams)
2076
2074
  .m(function (Command, cs, config, o) {
2077
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2075
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2078
2076
  })
2079
2077
  .s("AWSIdentityManagementV20100508", "UpdateLoginProfile", {})
2080
2078
  .n("IAMClient", "UpdateLoginProfileCommand")
@@ -2082,11 +2080,11 @@ class UpdateLoginProfileCommand extends smithyClient.Command
2082
2080
  .build() {
2083
2081
  }
2084
2082
 
2085
- class UpdateOpenIDConnectProviderThumbprintCommand extends smithyClient.Command
2083
+ class UpdateOpenIDConnectProviderThumbprintCommand extends client.Command
2086
2084
  .classBuilder()
2087
2085
  .ep(commonParams)
2088
2086
  .m(function (Command, cs, config, o) {
2089
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2087
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2090
2088
  })
2091
2089
  .s("AWSIdentityManagementV20100508", "UpdateOpenIDConnectProviderThumbprint", {})
2092
2090
  .n("IAMClient", "UpdateOpenIDConnectProviderThumbprintCommand")
@@ -2094,11 +2092,11 @@ class UpdateOpenIDConnectProviderThumbprintCommand extends smithyClient.Command
2094
2092
  .build() {
2095
2093
  }
2096
2094
 
2097
- class UpdateRoleCommand extends smithyClient.Command
2095
+ class UpdateRoleCommand extends client.Command
2098
2096
  .classBuilder()
2099
2097
  .ep(commonParams)
2100
2098
  .m(function (Command, cs, config, o) {
2101
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2099
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2102
2100
  })
2103
2101
  .s("AWSIdentityManagementV20100508", "UpdateRole", {})
2104
2102
  .n("IAMClient", "UpdateRoleCommand")
@@ -2106,11 +2104,11 @@ class UpdateRoleCommand extends smithyClient.Command
2106
2104
  .build() {
2107
2105
  }
2108
2106
 
2109
- class UpdateRoleDescriptionCommand extends smithyClient.Command
2107
+ class UpdateRoleDescriptionCommand extends client.Command
2110
2108
  .classBuilder()
2111
2109
  .ep(commonParams)
2112
2110
  .m(function (Command, cs, config, o) {
2113
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2111
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2114
2112
  })
2115
2113
  .s("AWSIdentityManagementV20100508", "UpdateRoleDescription", {})
2116
2114
  .n("IAMClient", "UpdateRoleDescriptionCommand")
@@ -2118,11 +2116,11 @@ class UpdateRoleDescriptionCommand extends smithyClient.Command
2118
2116
  .build() {
2119
2117
  }
2120
2118
 
2121
- class UpdateSAMLProviderCommand extends smithyClient.Command
2119
+ class UpdateSAMLProviderCommand extends client.Command
2122
2120
  .classBuilder()
2123
2121
  .ep(commonParams)
2124
2122
  .m(function (Command, cs, config, o) {
2125
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2123
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2126
2124
  })
2127
2125
  .s("AWSIdentityManagementV20100508", "UpdateSAMLProvider", {})
2128
2126
  .n("IAMClient", "UpdateSAMLProviderCommand")
@@ -2130,11 +2128,11 @@ class UpdateSAMLProviderCommand extends smithyClient.Command
2130
2128
  .build() {
2131
2129
  }
2132
2130
 
2133
- class UpdateServerCertificateCommand extends smithyClient.Command
2131
+ class UpdateServerCertificateCommand extends client.Command
2134
2132
  .classBuilder()
2135
2133
  .ep(commonParams)
2136
2134
  .m(function (Command, cs, config, o) {
2137
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2135
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2138
2136
  })
2139
2137
  .s("AWSIdentityManagementV20100508", "UpdateServerCertificate", {})
2140
2138
  .n("IAMClient", "UpdateServerCertificateCommand")
@@ -2142,11 +2140,11 @@ class UpdateServerCertificateCommand extends smithyClient.Command
2142
2140
  .build() {
2143
2141
  }
2144
2142
 
2145
- class UpdateServiceSpecificCredentialCommand extends smithyClient.Command
2143
+ class UpdateServiceSpecificCredentialCommand extends client.Command
2146
2144
  .classBuilder()
2147
2145
  .ep(commonParams)
2148
2146
  .m(function (Command, cs, config, o) {
2149
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2147
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2150
2148
  })
2151
2149
  .s("AWSIdentityManagementV20100508", "UpdateServiceSpecificCredential", {})
2152
2150
  .n("IAMClient", "UpdateServiceSpecificCredentialCommand")
@@ -2154,11 +2152,11 @@ class UpdateServiceSpecificCredentialCommand extends smithyClient.Command
2154
2152
  .build() {
2155
2153
  }
2156
2154
 
2157
- class UpdateSigningCertificateCommand extends smithyClient.Command
2155
+ class UpdateSigningCertificateCommand extends client.Command
2158
2156
  .classBuilder()
2159
2157
  .ep(commonParams)
2160
2158
  .m(function (Command, cs, config, o) {
2161
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2159
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2162
2160
  })
2163
2161
  .s("AWSIdentityManagementV20100508", "UpdateSigningCertificate", {})
2164
2162
  .n("IAMClient", "UpdateSigningCertificateCommand")
@@ -2166,11 +2164,11 @@ class UpdateSigningCertificateCommand extends smithyClient.Command
2166
2164
  .build() {
2167
2165
  }
2168
2166
 
2169
- class UpdateSSHPublicKeyCommand extends smithyClient.Command
2167
+ class UpdateSSHPublicKeyCommand extends client.Command
2170
2168
  .classBuilder()
2171
2169
  .ep(commonParams)
2172
2170
  .m(function (Command, cs, config, o) {
2173
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2171
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2174
2172
  })
2175
2173
  .s("AWSIdentityManagementV20100508", "UpdateSSHPublicKey", {})
2176
2174
  .n("IAMClient", "UpdateSSHPublicKeyCommand")
@@ -2178,11 +2176,11 @@ class UpdateSSHPublicKeyCommand extends smithyClient.Command
2178
2176
  .build() {
2179
2177
  }
2180
2178
 
2181
- class UpdateUserCommand extends smithyClient.Command
2179
+ class UpdateUserCommand extends client.Command
2182
2180
  .classBuilder()
2183
2181
  .ep(commonParams)
2184
2182
  .m(function (Command, cs, config, o) {
2185
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2183
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2186
2184
  })
2187
2185
  .s("AWSIdentityManagementV20100508", "UpdateUser", {})
2188
2186
  .n("IAMClient", "UpdateUserCommand")
@@ -2190,11 +2188,11 @@ class UpdateUserCommand extends smithyClient.Command
2190
2188
  .build() {
2191
2189
  }
2192
2190
 
2193
- class UploadServerCertificateCommand extends smithyClient.Command
2191
+ class UploadServerCertificateCommand extends client.Command
2194
2192
  .classBuilder()
2195
2193
  .ep(commonParams)
2196
2194
  .m(function (Command, cs, config, o) {
2197
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2195
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2198
2196
  })
2199
2197
  .s("AWSIdentityManagementV20100508", "UploadServerCertificate", {})
2200
2198
  .n("IAMClient", "UploadServerCertificateCommand")
@@ -2202,11 +2200,11 @@ class UploadServerCertificateCommand extends smithyClient.Command
2202
2200
  .build() {
2203
2201
  }
2204
2202
 
2205
- class UploadSigningCertificateCommand extends smithyClient.Command
2203
+ class UploadSigningCertificateCommand extends client.Command
2206
2204
  .classBuilder()
2207
2205
  .ep(commonParams)
2208
2206
  .m(function (Command, cs, config, o) {
2209
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2207
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2210
2208
  })
2211
2209
  .s("AWSIdentityManagementV20100508", "UploadSigningCertificate", {})
2212
2210
  .n("IAMClient", "UploadSigningCertificateCommand")
@@ -2214,11 +2212,11 @@ class UploadSigningCertificateCommand extends smithyClient.Command
2214
2212
  .build() {
2215
2213
  }
2216
2214
 
2217
- class UploadSSHPublicKeyCommand extends smithyClient.Command
2215
+ class UploadSSHPublicKeyCommand extends client.Command
2218
2216
  .classBuilder()
2219
2217
  .ep(commonParams)
2220
2218
  .m(function (Command, cs, config, o) {
2221
- return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2219
+ return [endpoints.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
2222
2220
  })
2223
2221
  .s("AWSIdentityManagementV20100508", "UploadSSHPublicKey", {})
2224
2222
  .n("IAMClient", "UploadSSHPublicKeyCommand")
@@ -2294,104 +2292,104 @@ const paginateSimulateCustomPolicy = core.createPaginator(IAMClient, SimulateCus
2294
2292
 
2295
2293
  const paginateSimulatePrincipalPolicy = core.createPaginator(IAMClient, SimulatePrincipalPolicyCommand, "Marker", "Marker", "MaxItems");
2296
2294
 
2297
- const checkState$3 = async (client, input) => {
2295
+ const checkState$3 = async (client$1, input) => {
2298
2296
  let reason;
2299
2297
  try {
2300
- let result = await client.send(new GetInstanceProfileCommand(input));
2298
+ let result = await client$1.send(new GetInstanceProfileCommand(input));
2301
2299
  reason = result;
2302
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2300
+ return { state: client.WaiterState.SUCCESS, reason };
2303
2301
  }
2304
2302
  catch (exception) {
2305
2303
  reason = exception;
2306
2304
  if (exception.name === "NoSuchEntityException") {
2307
- return { state: utilWaiter.WaiterState.RETRY, reason };
2305
+ return { state: client.WaiterState.RETRY, reason };
2308
2306
  }
2309
2307
  }
2310
- return { state: utilWaiter.WaiterState.RETRY, reason };
2308
+ return { state: client.WaiterState.RETRY, reason };
2311
2309
  };
2312
2310
  const waitForInstanceProfileExists = async (params, input) => {
2313
2311
  const serviceDefaults = { minDelay: 1, maxDelay: 120 };
2314
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
2312
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
2315
2313
  };
2316
2314
  const waitUntilInstanceProfileExists = async (params, input) => {
2317
2315
  const serviceDefaults = { minDelay: 1, maxDelay: 120 };
2318
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
2319
- return utilWaiter.checkExceptions(result);
2316
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
2317
+ return client.checkExceptions(result);
2320
2318
  };
2321
2319
 
2322
- const checkState$2 = async (client, input) => {
2320
+ const checkState$2 = async (client$1, input) => {
2323
2321
  let reason;
2324
2322
  try {
2325
- let result = await client.send(new GetPolicyCommand(input));
2323
+ let result = await client$1.send(new GetPolicyCommand(input));
2326
2324
  reason = result;
2327
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2325
+ return { state: client.WaiterState.SUCCESS, reason };
2328
2326
  }
2329
2327
  catch (exception) {
2330
2328
  reason = exception;
2331
2329
  if (exception.name === "NoSuchEntityException") {
2332
- return { state: utilWaiter.WaiterState.RETRY, reason };
2330
+ return { state: client.WaiterState.RETRY, reason };
2333
2331
  }
2334
2332
  }
2335
- return { state: utilWaiter.WaiterState.RETRY, reason };
2333
+ return { state: client.WaiterState.RETRY, reason };
2336
2334
  };
2337
2335
  const waitForPolicyExists = async (params, input) => {
2338
2336
  const serviceDefaults = { minDelay: 1, maxDelay: 120 };
2339
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2337
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2340
2338
  };
2341
2339
  const waitUntilPolicyExists = async (params, input) => {
2342
2340
  const serviceDefaults = { minDelay: 1, maxDelay: 120 };
2343
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2344
- return utilWaiter.checkExceptions(result);
2341
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
2342
+ return client.checkExceptions(result);
2345
2343
  };
2346
2344
 
2347
- const checkState$1 = async (client, input) => {
2345
+ const checkState$1 = async (client$1, input) => {
2348
2346
  let reason;
2349
2347
  try {
2350
- let result = await client.send(new GetRoleCommand(input));
2348
+ let result = await client$1.send(new GetRoleCommand(input));
2351
2349
  reason = result;
2352
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2350
+ return { state: client.WaiterState.SUCCESS, reason };
2353
2351
  }
2354
2352
  catch (exception) {
2355
2353
  reason = exception;
2356
2354
  if (exception.name === "NoSuchEntityException") {
2357
- return { state: utilWaiter.WaiterState.RETRY, reason };
2355
+ return { state: client.WaiterState.RETRY, reason };
2358
2356
  }
2359
2357
  }
2360
- return { state: utilWaiter.WaiterState.RETRY, reason };
2358
+ return { state: client.WaiterState.RETRY, reason };
2361
2359
  };
2362
2360
  const waitForRoleExists = async (params, input) => {
2363
2361
  const serviceDefaults = { minDelay: 1, maxDelay: 120 };
2364
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2362
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2365
2363
  };
2366
2364
  const waitUntilRoleExists = async (params, input) => {
2367
2365
  const serviceDefaults = { minDelay: 1, maxDelay: 120 };
2368
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2369
- return utilWaiter.checkExceptions(result);
2366
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
2367
+ return client.checkExceptions(result);
2370
2368
  };
2371
2369
 
2372
- const checkState = async (client, input) => {
2370
+ const checkState = async (client$1, input) => {
2373
2371
  let reason;
2374
2372
  try {
2375
- let result = await client.send(new GetUserCommand(input));
2373
+ let result = await client$1.send(new GetUserCommand(input));
2376
2374
  reason = result;
2377
- return { state: utilWaiter.WaiterState.SUCCESS, reason };
2375
+ return { state: client.WaiterState.SUCCESS, reason };
2378
2376
  }
2379
2377
  catch (exception) {
2380
2378
  reason = exception;
2381
2379
  if (exception.name === "NoSuchEntityException") {
2382
- return { state: utilWaiter.WaiterState.RETRY, reason };
2380
+ return { state: client.WaiterState.RETRY, reason };
2383
2381
  }
2384
2382
  }
2385
- return { state: utilWaiter.WaiterState.RETRY, reason };
2383
+ return { state: client.WaiterState.RETRY, reason };
2386
2384
  };
2387
2385
  const waitForUserExists = async (params, input) => {
2388
2386
  const serviceDefaults = { minDelay: 1, maxDelay: 120 };
2389
- return utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2387
+ return client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2390
2388
  };
2391
2389
  const waitUntilUserExists = async (params, input) => {
2392
2390
  const serviceDefaults = { minDelay: 1, maxDelay: 120 };
2393
- const result = await utilWaiter.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2394
- return utilWaiter.checkExceptions(result);
2391
+ const result = await client.createWaiter({ ...serviceDefaults, ...params }, input, checkState);
2392
+ return client.checkExceptions(result);
2395
2393
  };
2396
2394
 
2397
2395
  const commands = {
@@ -2616,7 +2614,7 @@ const waiters = {
2616
2614
  };
2617
2615
  class IAM extends IAMClient {
2618
2616
  }
2619
- smithyClient.createAggregatedClient(commands, IAM, { paginators, waiters });
2617
+ client.createAggregatedClient(commands, IAM, { paginators, waiters });
2620
2618
 
2621
2619
  const AccessAdvisorUsageGranularityType = {
2622
2620
  ACTION_LEVEL: "ACTION_LEVEL",
@@ -2795,8 +2793,8 @@ const PolicySourceType = {
2795
2793
  USER_MANAGED: "user-managed",
2796
2794
  };
2797
2795
 
2798
- exports.$Command = smithyClient.Command;
2799
- exports.__Client = smithyClient.Client;
2796
+ exports.$Command = client.Command;
2797
+ exports.__Client = client.Client;
2800
2798
  exports.IAMServiceException = IAMServiceException.IAMServiceException;
2801
2799
  exports.AcceptDelegationRequestCommand = AcceptDelegationRequestCommand;
2802
2800
  exports.AccessAdvisorUsageGranularityType = AccessAdvisorUsageGranularityType;