@aws-sdk/client-iam 3.1045.0 → 3.1047.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
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreateOpenIDConnectProviderRequest, CreateOpenIDConnectProviderResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateOpenIDConnectProviderCommandInput extends CreateOpenIDCon
22
22
  export interface CreateOpenIDConnectProviderCommandOutput extends CreateOpenIDConnectProviderResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateOpenIDConnectProviderCommand_base: {
25
- new (input: CreateOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateOpenIDConnectProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateOpenIDConnectProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID Connect (OIDC)</a>.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreatePolicyRequest, CreatePolicyResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreatePolicyCommandInput extends CreatePolicyRequest {
22
22
  export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePolicyCommand_base: {
25
- new (input: CreatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePolicyCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new managed policy for your Amazon Web Services account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreatePolicyVersionRequest, CreatePolicyVersionResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreatePolicyVersionCommandInput extends CreatePolicyVersionRequ
22
22
  export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreatePolicyVersionCommand_base: {
25
- new (input: CreatePolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreatePolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreatePolicyVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreatePolicyVersionCommandInput): import("@smithy/core/client").CommandImpl<CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new version of the specified managed policy. To update a managed policy, you
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreateRoleRequest, CreateRoleResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateRoleCommandInput extends CreateRoleRequest {
22
22
  export interface CreateRoleCommandOutput extends CreateRoleResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateRoleCommand_base: {
25
- new (input: CreateRoleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoleCommandInput, CreateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRoleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoleCommandInput, CreateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateRoleCommandInput): import("@smithy/core/client").CommandImpl<CreateRoleCommandInput, CreateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateRoleCommandInput): import("@smithy/core/client").CommandImpl<CreateRoleCommandInput, CreateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new role for your Amazon Web Services account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreateSAMLProviderRequest, CreateSAMLProviderResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateSAMLProviderCommandInput extends CreateSAMLProviderReques
22
22
  export interface CreateSAMLProviderCommandOutput extends CreateSAMLProviderResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateSAMLProviderCommand_base: {
25
- new (input: CreateSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateSAMLProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateSAMLProviderCommandInput): import("@smithy/core/client").CommandImpl<CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreateServiceLinkedRoleRequest, CreateServiceLinkedRoleResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateServiceLinkedRoleCommandInput extends CreateServiceLinked
22
22
  export interface CreateServiceLinkedRoleCommandOutput extends CreateServiceLinkedRoleResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateServiceLinkedRoleCommand_base: {
25
- new (input: CreateServiceLinkedRoleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateServiceLinkedRoleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateServiceLinkedRoleCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateServiceLinkedRoleCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreateServiceSpecificCredentialRequest, CreateServiceSpecificCredentialResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateServiceSpecificCredentialCommandInput extends CreateServi
22
22
  export interface CreateServiceSpecificCredentialCommandOutput extends CreateServiceSpecificCredentialResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateServiceSpecificCredentialCommand_base: {
25
- new (input: CreateServiceSpecificCredentialCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateServiceSpecificCredentialCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateServiceSpecificCredentialCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateServiceSpecificCredentialCommandInput): import("@smithy/core/client").CommandImpl<CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Generates a set of credentials consisting of a user name and password that can be used
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreateUserRequest, CreateUserResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateUserCommandInput extends CreateUserRequest {
22
22
  export interface CreateUserCommandOutput extends CreateUserResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateUserCommand_base: {
25
- new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateUserCommandInput): import("@smithy/smithy-client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateUserCommandInput): import("@smithy/core/client").CommandImpl<CreateUserCommandInput, CreateUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new IAM user for your Amazon Web Services account.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { CreateVirtualMFADeviceRequest, CreateVirtualMFADeviceResponse } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface CreateVirtualMFADeviceCommandInput extends CreateVirtualMFADevi
22
22
  export interface CreateVirtualMFADeviceCommandOutput extends CreateVirtualMFADeviceResponse, __MetadataBearer {
23
23
  }
24
24
  declare const CreateVirtualMFADeviceCommand_base: {
25
- new (input: CreateVirtualMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateVirtualMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: CreateVirtualMFADeviceCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateVirtualMFADeviceCommandInput): import("@smithy/core/client").CommandImpl<CreateVirtualMFADeviceCommandInput, CreateVirtualMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Creates a new virtual MFA device for the Amazon Web Services account. After creating the virtual
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeactivateMFADeviceRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeactivateMFADeviceCommandInput extends DeactivateMFADeviceRequ
22
22
  export interface DeactivateMFADeviceCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeactivateMFADeviceCommand_base: {
25
- new (input: DeactivateMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeactivateMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeactivateMFADeviceCommandInput): import("@smithy/core/client").CommandImpl<DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeactivateMFADeviceCommandInput): import("@smithy/core/client").CommandImpl<DeactivateMFADeviceCommandInput, DeactivateMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deactivates the specified MFA device and removes it from association with the user
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteAccessKeyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteAccessKeyCommandInput extends DeleteAccessKeyRequest {
22
22
  export interface DeleteAccessKeyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAccessKeyCommand_base: {
25
- new (input: DeleteAccessKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccessKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteAccessKeyCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccessKeyCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccessKeyCommandInput, DeleteAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the access key pair associated with the specified IAM user.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteAccountAliasRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteAccountAliasCommandInput extends DeleteAccountAliasReques
22
22
  export interface DeleteAccountAliasCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteAccountAliasCommand_base: {
25
- new (input: DeleteAccountAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteAccountAliasCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteAccountAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAccountAliasCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccountAliasCommandInput, DeleteAccountAliasCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p> Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  /**
@@ -21,9 +21,11 @@ export interface DeleteAccountPasswordPolicyCommandInput {
21
21
  export interface DeleteAccountPasswordPolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const DeleteAccountPasswordPolicyCommand_base: {
24
- new (input: DeleteAccountPasswordPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
- new (...[input]: [] | [DeleteAccountPasswordPolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
+ new (input: DeleteAccountPasswordPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DeleteAccountPasswordPolicyCommandInput]): import("@smithy/core/client").CommandImpl<DeleteAccountPasswordPolicyCommandInput, DeleteAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): {
27
+ [x: string]: unknown;
28
+ };
27
29
  };
28
30
  /**
29
31
  * <p>Deletes the password policy for the Amazon Web Services account. There are no parameters.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteGroupRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteGroupCommandInput extends DeleteGroupRequest {
22
22
  export interface DeleteGroupCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteGroupCommand_base: {
25
- new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGroupCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupCommandInput, DeleteGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified IAM group. The group must not contain any users or have any
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteGroupPolicyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteGroupPolicyCommandInput extends DeleteGroupPolicyRequest
22
22
  export interface DeleteGroupPolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteGroupPolicyCommand_base: {
25
- new (input: DeleteGroupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteGroupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteGroupPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteGroupPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteGroupPolicyCommandInput, DeleteGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified inline policy that is embedded in the specified IAM
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteInstanceProfileRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteInstanceProfileCommandInput extends DeleteInstanceProfile
22
22
  export interface DeleteInstanceProfileCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteInstanceProfileCommand_base: {
25
- new (input: DeleteInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteInstanceProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteInstanceProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteInstanceProfileCommandInput, DeleteInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified instance profile. The instance profile must not have an
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteLoginProfileRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteLoginProfileCommandInput extends DeleteLoginProfileReques
22
22
  export interface DeleteLoginProfileCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLoginProfileCommand_base: {
25
- new (input: DeleteLoginProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DeleteLoginProfileCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteLoginProfileCommandInput): import("@smithy/core/client").CommandImpl<DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [DeleteLoginProfileCommandInput]): import("@smithy/core/client").CommandImpl<DeleteLoginProfileCommandInput, DeleteLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the password for the specified IAM user or root user, For more information, see
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteOpenIDConnectProviderRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteOpenIDConnectProviderCommandInput extends DeleteOpenIDCon
22
22
  export interface DeleteOpenIDConnectProviderCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteOpenIDConnectProviderCommand_base: {
25
- new (input: DeleteOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteOpenIDConnectProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteOpenIDConnectProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteOpenIDConnectProviderCommandInput, DeleteOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes an OpenID Connect identity provider (IdP) resource object in IAM.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeletePolicyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeletePolicyCommandInput extends DeletePolicyRequest {
22
22
  export interface DeletePolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeletePolicyCommand_base: {
25
- new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyCommandInput, DeletePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified managed policy.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeletePolicyVersionRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeletePolicyVersionCommandInput extends DeletePolicyVersionRequ
22
22
  export interface DeletePolicyVersionCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeletePolicyVersionCommand_base: {
25
- new (input: DeletePolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeletePolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeletePolicyVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeletePolicyVersionCommandInput): import("@smithy/core/client").CommandImpl<DeletePolicyVersionCommandInput, DeletePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified version from the specified managed policy.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteRoleRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRoleCommandInput extends DeleteRoleRequest {
22
22
  export interface DeleteRoleCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRoleCommand_base: {
25
- new (input: DeleteRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoleCommandInput, DeleteRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRoleCommandInput, DeleteRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRoleCommandInput): import("@smithy/core/client").CommandImpl<DeleteRoleCommandInput, DeleteRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRoleCommandInput): import("@smithy/core/client").CommandImpl<DeleteRoleCommandInput, DeleteRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified role. Unlike the Amazon Web Services Management Console, when you delete a role
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteRolePermissionsBoundaryRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRolePermissionsBoundaryCommandInput extends DeleteRolePer
22
22
  export interface DeleteRolePermissionsBoundaryCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRolePermissionsBoundaryCommand_base: {
25
- new (input: DeleteRolePermissionsBoundaryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRolePermissionsBoundaryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRolePermissionsBoundaryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRolePermissionsBoundaryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRolePermissionsBoundaryCommandInput, DeleteRolePermissionsBoundaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the permissions boundary for the specified IAM role. </p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteRolePolicyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteRolePolicyCommandInput extends DeleteRolePolicyRequest {
22
22
  export interface DeleteRolePolicyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteRolePolicyCommand_base: {
25
- new (input: DeleteRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteRolePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteRolePolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteRolePolicyCommandInput, DeleteRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified inline policy that is embedded in the specified IAM
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteSAMLProviderRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteSAMLProviderCommandInput extends DeleteSAMLProviderReques
22
22
  export interface DeleteSAMLProviderCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSAMLProviderCommand_base: {
25
- new (input: DeleteSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSAMLProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSAMLProviderCommandInput): import("@smithy/core/client").CommandImpl<DeleteSAMLProviderCommandInput, DeleteSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes a SAML provider resource in IAM.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteSSHPublicKeyRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteSSHPublicKeyCommandInput extends DeleteSSHPublicKeyReques
22
22
  export interface DeleteSSHPublicKeyCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteSSHPublicKeyCommand_base: {
25
- new (input: DeleteSSHPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteSSHPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteSSHPublicKeyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteSSHPublicKeyCommandInput): import("@smithy/core/client").CommandImpl<DeleteSSHPublicKeyCommandInput, DeleteSSHPublicKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified SSH public key.</p>
@@ -1,4 +1,4 @@
1
- import { Command as $Command } from "@smithy/smithy-client";
1
+ import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
4
  import type { DeleteServerCertificateRequest } from "../models/models_0";
@@ -22,9 +22,11 @@ export interface DeleteServerCertificateCommandInput extends DeleteServerCertifi
22
22
  export interface DeleteServerCertificateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteServerCertificateCommand_base: {
25
- new (input: DeleteServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ new (input: DeleteServerCertificateCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteServerCertificateCommandInput): import("@smithy/core/client").CommandImpl<DeleteServerCertificateCommandInput, DeleteServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
28
30
  };
29
31
  /**
30
32
  * <p>Deletes the specified server certificate.</p>