@aws-sdk/client-iam 3.529.1 → 3.535.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 (332) hide show
  1. package/dist-types/IAM.d.ts +25 -1
  2. package/dist-types/IAMClient.d.ts +1 -1
  3. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +2 -1
  4. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +2 -1
  5. package/dist-types/commands/AddUserToGroupCommand.d.ts +2 -1
  6. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +2 -1
  7. package/dist-types/commands/AttachRolePolicyCommand.d.ts +2 -1
  8. package/dist-types/commands/AttachUserPolicyCommand.d.ts +2 -1
  9. package/dist-types/commands/ChangePasswordCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAccessKeyCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAccountAliasCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateGroupCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateLoginProfileCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +2 -1
  16. package/dist-types/commands/CreatePolicyCommand.d.ts +2 -1
  17. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateRoleCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateUserCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +4 -3
  24. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +2 -1
  25. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +2 -1
  26. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +2 -1
  27. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteGroupCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +2 -1
  33. package/dist-types/commands/DeletePolicyCommand.d.ts +2 -1
  34. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteRoleCommand.d.ts +2 -1
  36. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +2 -1
  39. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +2 -1
  40. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +2 -1
  41. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +2 -1
  42. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +2 -1
  43. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +2 -1
  44. package/dist-types/commands/DeleteUserCommand.d.ts +2 -1
  45. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +2 -1
  46. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +2 -1
  47. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +2 -1
  48. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +2 -1
  49. package/dist-types/commands/DetachRolePolicyCommand.d.ts +2 -1
  50. package/dist-types/commands/DetachUserPolicyCommand.d.ts +2 -1
  51. package/dist-types/commands/EnableMFADeviceCommand.d.ts +2 -1
  52. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +2 -1
  53. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -1
  54. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -1
  55. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +2 -1
  56. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +2 -1
  57. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +2 -1
  58. package/dist-types/commands/GetAccountSummaryCommand.d.ts +2 -1
  59. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +2 -1
  60. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +2 -1
  61. package/dist-types/commands/GetCredentialReportCommand.d.ts +3 -2
  62. package/dist-types/commands/GetGroupCommand.d.ts +2 -1
  63. package/dist-types/commands/GetGroupPolicyCommand.d.ts +2 -1
  64. package/dist-types/commands/GetInstanceProfileCommand.d.ts +2 -1
  65. package/dist-types/commands/GetLoginProfileCommand.d.ts +2 -1
  66. package/dist-types/commands/GetMFADeviceCommand.d.ts +2 -1
  67. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +2 -1
  68. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +2 -1
  69. package/dist-types/commands/GetPolicyCommand.d.ts +2 -1
  70. package/dist-types/commands/GetPolicyVersionCommand.d.ts +2 -1
  71. package/dist-types/commands/GetRoleCommand.d.ts +2 -1
  72. package/dist-types/commands/GetRolePolicyCommand.d.ts +2 -1
  73. package/dist-types/commands/GetSAMLProviderCommand.d.ts +2 -1
  74. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +2 -1
  75. package/dist-types/commands/GetServerCertificateCommand.d.ts +2 -1
  76. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +2 -1
  77. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +2 -1
  78. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +2 -1
  79. package/dist-types/commands/GetUserCommand.d.ts +2 -1
  80. package/dist-types/commands/GetUserPolicyCommand.d.ts +2 -1
  81. package/dist-types/commands/ListAccessKeysCommand.d.ts +2 -1
  82. package/dist-types/commands/ListAccountAliasesCommand.d.ts +2 -1
  83. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +2 -1
  84. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +2 -1
  85. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +2 -1
  86. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +2 -1
  87. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +2 -1
  88. package/dist-types/commands/ListGroupsCommand.d.ts +2 -1
  89. package/dist-types/commands/ListGroupsForUserCommand.d.ts +2 -1
  90. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +2 -1
  91. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +2 -1
  92. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +2 -1
  93. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +2 -1
  94. package/dist-types/commands/ListMFADevicesCommand.d.ts +2 -1
  95. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +2 -1
  96. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +2 -1
  97. package/dist-types/commands/ListPoliciesCommand.d.ts +2 -1
  98. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +2 -1
  99. package/dist-types/commands/ListPolicyTagsCommand.d.ts +2 -1
  100. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +2 -1
  101. package/dist-types/commands/ListRolePoliciesCommand.d.ts +2 -1
  102. package/dist-types/commands/ListRoleTagsCommand.d.ts +2 -1
  103. package/dist-types/commands/ListRolesCommand.d.ts +2 -1
  104. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +2 -1
  105. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +2 -1
  106. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +2 -1
  107. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +2 -1
  108. package/dist-types/commands/ListServerCertificatesCommand.d.ts +2 -1
  109. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +2 -1
  110. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +2 -1
  111. package/dist-types/commands/ListUserPoliciesCommand.d.ts +2 -1
  112. package/dist-types/commands/ListUserTagsCommand.d.ts +2 -1
  113. package/dist-types/commands/ListUsersCommand.d.ts +2 -1
  114. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +4 -3
  115. package/dist-types/commands/PutGroupPolicyCommand.d.ts +2 -1
  116. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +2 -1
  117. package/dist-types/commands/PutRolePolicyCommand.d.ts +2 -1
  118. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +2 -1
  119. package/dist-types/commands/PutUserPolicyCommand.d.ts +2 -1
  120. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +2 -1
  121. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +2 -1
  122. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +2 -1
  123. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +2 -1
  124. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +2 -1
  125. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +2 -1
  126. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +2 -1
  127. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +2 -1
  128. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +2 -1
  129. package/dist-types/commands/TagInstanceProfileCommand.d.ts +2 -1
  130. package/dist-types/commands/TagMFADeviceCommand.d.ts +2 -1
  131. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +2 -1
  132. package/dist-types/commands/TagPolicyCommand.d.ts +2 -1
  133. package/dist-types/commands/TagRoleCommand.d.ts +2 -1
  134. package/dist-types/commands/TagSAMLProviderCommand.d.ts +2 -1
  135. package/dist-types/commands/TagServerCertificateCommand.d.ts +2 -1
  136. package/dist-types/commands/TagUserCommand.d.ts +2 -1
  137. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +2 -1
  138. package/dist-types/commands/UntagMFADeviceCommand.d.ts +2 -1
  139. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +2 -1
  140. package/dist-types/commands/UntagPolicyCommand.d.ts +2 -1
  141. package/dist-types/commands/UntagRoleCommand.d.ts +2 -1
  142. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +2 -1
  143. package/dist-types/commands/UntagServerCertificateCommand.d.ts +2 -1
  144. package/dist-types/commands/UntagUserCommand.d.ts +2 -1
  145. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +2 -1
  146. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +2 -1
  147. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +2 -1
  148. package/dist-types/commands/UpdateGroupCommand.d.ts +2 -1
  149. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +2 -1
  150. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +2 -1
  151. package/dist-types/commands/UpdateRoleCommand.d.ts +2 -1
  152. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +2 -1
  153. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +2 -1
  154. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +2 -1
  155. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +2 -1
  156. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +2 -1
  157. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +2 -1
  158. package/dist-types/commands/UpdateUserCommand.d.ts +2 -1
  159. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +2 -1
  160. package/dist-types/commands/UploadServerCertificateCommand.d.ts +2 -1
  161. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +2 -1
  162. package/dist-types/models/models_0.d.ts +887 -887
  163. package/dist-types/models/models_1.d.ts +84 -84
  164. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  165. package/dist-types/runtimeConfig.d.ts +2 -2
  166. package/dist-types/runtimeConfig.native.d.ts +2 -2
  167. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  168. package/dist-types/ts3.4/IAM.d.ts +24 -0
  169. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  195. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +9 -0
  196. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +9 -0
  197. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +9 -0
  198. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +9 -0
  199. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  200. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +9 -0
  201. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +9 -0
  202. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +9 -0
  203. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +9 -0
  204. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +9 -0
  205. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +9 -0
  206. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +9 -0
  207. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +9 -0
  208. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +9 -0
  209. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +9 -0
  210. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  211. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +9 -0
  212. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +9 -0
  213. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +9 -0
  214. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +9 -0
  215. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +9 -0
  216. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +9 -0
  217. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +9 -0
  218. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +9 -0
  219. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +9 -0
  220. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +9 -0
  221. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +9 -0
  222. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +9 -0
  223. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +9 -0
  224. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +9 -0
  225. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +9 -0
  226. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +9 -0
  227. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +9 -0
  228. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  229. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +9 -0
  230. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +9 -0
  231. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +9 -0
  232. package/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +9 -0
  233. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +9 -0
  234. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +9 -0
  235. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
  236. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +9 -0
  237. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +7 -0
  238. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +9 -0
  239. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +9 -0
  240. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +9 -0
  241. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +9 -0
  242. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +9 -0
  243. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +9 -0
  244. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +9 -0
  245. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +9 -0
  246. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +9 -0
  247. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +9 -0
  248. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +9 -0
  249. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +9 -0
  250. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +9 -0
  251. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +9 -0
  252. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +9 -0
  253. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +9 -0
  254. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +9 -0
  255. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +9 -0
  256. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +9 -0
  257. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +9 -0
  258. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +9 -0
  259. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +9 -0
  260. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +9 -0
  261. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +9 -0
  262. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +9 -0
  263. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
  264. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +9 -0
  265. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +9 -0
  266. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +9 -0
  267. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +9 -0
  268. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +9 -0
  269. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +9 -0
  270. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +9 -0
  271. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +9 -0
  272. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +9 -0
  273. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +9 -0
  274. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +9 -0
  275. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +9 -0
  276. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +9 -0
  277. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +9 -0
  278. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +9 -0
  279. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
  280. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +9 -0
  281. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +9 -0
  282. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +9 -0
  283. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +9 -0
  284. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +9 -0
  285. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +9 -0
  286. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +9 -0
  287. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +9 -0
  288. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +9 -0
  289. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +9 -0
  290. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +9 -0
  291. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +9 -0
  292. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +9 -0
  293. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +9 -0
  294. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +9 -0
  295. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +9 -0
  296. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +9 -0
  297. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +9 -0
  298. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +9 -0
  299. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +7 -0
  300. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +9 -0
  301. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +9 -0
  302. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +7 -0
  303. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +9 -0
  304. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +9 -0
  305. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +9 -0
  306. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +9 -0
  307. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +9 -0
  308. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +9 -0
  309. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +9 -0
  310. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +9 -0
  311. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +9 -0
  312. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +9 -0
  313. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +9 -0
  314. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  315. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +9 -0
  316. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +9 -0
  317. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +9 -0
  318. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +9 -0
  319. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +9 -0
  320. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +9 -0
  321. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +9 -0
  322. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +9 -0
  323. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +9 -0
  324. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
  325. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +9 -0
  326. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +9 -0
  327. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +9 -0
  328. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  329. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  330. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  331. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  332. package/package.json +41 -41
@@ -19,6 +19,15 @@ declare const UntagUserCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UntagUserCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UntagUserCommandInput,
26
+ UntagUserCommandOutput,
27
+ IAMClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UntagUserCommand extends UntagUserCommand_base {}
@@ -19,6 +19,15 @@ declare const UpdateAccessKeyCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UpdateAccessKeyCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UpdateAccessKeyCommandInput,
26
+ UpdateAccessKeyCommandOutput,
27
+ IAMClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UpdateAccessKeyCommand extends UpdateAccessKeyCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateAccountPasswordPolicyCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ ...[input]: [] | [UpdateAccountPasswordPolicyCommandInput]
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateAccountPasswordPolicyCommandInput,
28
+ UpdateAccountPasswordPolicyCommandOutput,
29
+ IAMClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateAccountPasswordPolicyCommand extends UpdateAccountPasswordPolicyCommand_base {}
@@ -20,6 +20,15 @@ declare const UpdateAssumeRolePolicyCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: UpdateAssumeRolePolicyCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ UpdateAssumeRolePolicyCommandInput,
27
+ UpdateAssumeRolePolicyCommandOutput,
28
+ IAMClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class UpdateAssumeRolePolicyCommand extends UpdateAssumeRolePolicyCommand_base {}
@@ -19,6 +19,15 @@ declare const UpdateGroupCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UpdateGroupCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UpdateGroupCommandInput,
26
+ UpdateGroupCommandOutput,
27
+ IAMClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UpdateGroupCommand extends UpdateGroupCommand_base {}
@@ -20,6 +20,15 @@ declare const UpdateLoginProfileCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: UpdateLoginProfileCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ UpdateLoginProfileCommandInput,
27
+ UpdateLoginProfileCommandOutput,
28
+ IAMClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class UpdateLoginProfileCommand extends UpdateLoginProfileCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateOpenIDConnectProviderThumbprintCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateOpenIDConnectProviderThumbprintCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateOpenIDConnectProviderThumbprintCommandInput,
28
+ UpdateOpenIDConnectProviderThumbprintCommandOutput,
29
+ IAMClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateOpenIDConnectProviderThumbprintCommand extends UpdateOpenIDConnectProviderThumbprintCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateRoleCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateRoleCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateRoleCommandInput,
28
+ UpdateRoleCommandOutput,
29
+ IAMClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateRoleCommand extends UpdateRoleCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateRoleDescriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateRoleDescriptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateRoleDescriptionCommandInput,
32
+ UpdateRoleDescriptionCommandOutput,
33
+ IAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateRoleDescriptionCommand extends UpdateRoleDescriptionCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSAMLProviderCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSAMLProviderCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSAMLProviderCommandInput,
32
+ UpdateSAMLProviderCommandOutput,
33
+ IAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSAMLProviderCommand extends UpdateSAMLProviderCommand_base {}
@@ -20,6 +20,15 @@ declare const UpdateSSHPublicKeyCommand_base: {
20
20
  ServiceInputTypes,
21
21
  ServiceOutputTypes
22
22
  >;
23
+ new (
24
+ __0_0: UpdateSSHPublicKeyCommandInput
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ UpdateSSHPublicKeyCommandInput,
27
+ UpdateSSHPublicKeyCommandOutput,
28
+ IAMClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
23
32
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
24
33
  };
25
34
  export declare class UpdateSSHPublicKeyCommand extends UpdateSSHPublicKeyCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateServerCertificateCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateServerCertificateCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateServerCertificateCommandInput,
28
+ UpdateServerCertificateCommandOutput,
29
+ IAMClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateServerCertificateCommand extends UpdateServerCertificateCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateServiceSpecificCredentialCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateServiceSpecificCredentialCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateServiceSpecificCredentialCommandInput,
28
+ UpdateServiceSpecificCredentialCommandOutput,
29
+ IAMClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateServiceSpecificCredentialCommand extends UpdateServiceSpecificCredentialCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateSigningCertificateCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateSigningCertificateCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateSigningCertificateCommandInput,
28
+ UpdateSigningCertificateCommandOutput,
29
+ IAMClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateSigningCertificateCommand extends UpdateSigningCertificateCommand_base {}
@@ -19,6 +19,15 @@ declare const UpdateUserCommand_base: {
19
19
  ServiceInputTypes,
20
20
  ServiceOutputTypes
21
21
  >;
22
+ new (
23
+ __0_0: UpdateUserCommandInput
24
+ ): import("@smithy/smithy-client").CommandImpl<
25
+ UpdateUserCommandInput,
26
+ UpdateUserCommandOutput,
27
+ IAMClientResolvedConfig,
28
+ ServiceInputTypes,
29
+ ServiceOutputTypes
30
+ >;
22
31
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
32
  };
24
33
  export declare class UpdateUserCommand extends UpdateUserCommand_base {}
@@ -25,6 +25,15 @@ declare const UploadSSHPublicKeyCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UploadSSHPublicKeyCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UploadSSHPublicKeyCommandInput,
32
+ UploadSSHPublicKeyCommandOutput,
33
+ IAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UploadSSHPublicKeyCommand extends UploadSSHPublicKeyCommand_base {}
@@ -25,6 +25,15 @@ declare const UploadServerCertificateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UploadServerCertificateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UploadServerCertificateCommandInput,
32
+ UploadServerCertificateCommandOutput,
33
+ IAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UploadServerCertificateCommand extends UploadServerCertificateCommand_base {}
@@ -25,6 +25,15 @@ declare const UploadSigningCertificateCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UploadSigningCertificateCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UploadSigningCertificateCommandInput,
32
+ UploadSigningCertificateCommandOutput,
33
+ IAMClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UploadSigningCertificateCommand extends UploadSigningCertificateCommand_base {}
@@ -25,9 +25,9 @@ export declare const getRuntimeConfig: (config: IAMClientConfig) => {
25
25
  apiVersion: string;
26
26
  urlParser: import("@smithy/types").UrlParser;
27
27
  base64Decoder: import("@smithy/types").Decoder;
28
- base64Encoder: import("@smithy/types").Encoder;
28
+ base64Encoder: (_input: string | Uint8Array) => string;
29
29
  utf8Decoder: import("@smithy/types").Decoder;
30
- utf8Encoder: import("@smithy/types").Encoder;
30
+ utf8Encoder: (input: string | Uint8Array) => string;
31
31
  disableHostPrefix: boolean;
32
32
  serviceId: string;
33
33
  logger: import("@smithy/types").Logger;
@@ -29,9 +29,9 @@ export declare const getRuntimeConfig: (config: IAMClientConfig) => {
29
29
  apiVersion: string;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
31
  base64Decoder: import("@smithy/types").Decoder;
32
- base64Encoder: import("@smithy/types").Encoder;
32
+ base64Encoder: (_input: string | Uint8Array) => string;
33
33
  utf8Decoder: import("@smithy/types").Decoder;
34
- utf8Encoder: import("@smithy/types").Encoder;
34
+ utf8Encoder: (input: string | Uint8Array) => string;
35
35
  disableHostPrefix: boolean;
36
36
  serviceId: string;
37
37
  logger: import("@smithy/types").Logger;
@@ -13,9 +13,9 @@ export declare const getRuntimeConfig: (config: IAMClientConfig) => {
13
13
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
14
14
  streamCollector: import("@smithy/types").StreamCollector;
15
15
  base64Decoder: import("@smithy/types").Decoder;
16
- base64Encoder: import("@smithy/types").Encoder;
16
+ base64Encoder: (_input: string | Uint8Array) => string;
17
17
  utf8Decoder: import("@smithy/types").Decoder;
18
- utf8Encoder: import("@smithy/types").Encoder;
18
+ utf8Encoder: (input: string | Uint8Array) => string;
19
19
  disableHostPrefix: boolean;
20
20
  serviceId: string;
21
21
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -2,7 +2,7 @@ import { IAMClientConfig } from "./IAMClient";
2
2
  export declare const getRuntimeConfig: (config: IAMClientConfig) => {
3
3
  apiVersion: string;
4
4
  base64Decoder: import("@smithy/types").Decoder;
5
- base64Encoder: import("@smithy/types").Encoder;
5
+ base64Encoder: (_input: string | Uint8Array) => string;
6
6
  disableHostPrefix: boolean;
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: IAMClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-iam",
3
3
  "description": "AWS SDK for JavaScript Iam Client for Node.js, Browser and React Native",
4
- "version": "3.529.1",
4
+ "version": "3.535.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-iam",
@@ -20,48 +20,48 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.529.1",
24
- "@aws-sdk/core": "3.529.1",
25
- "@aws-sdk/credential-provider-node": "3.529.1",
26
- "@aws-sdk/middleware-host-header": "3.523.0",
27
- "@aws-sdk/middleware-logger": "3.523.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.525.0",
30
- "@aws-sdk/region-config-resolver": "3.525.0",
31
- "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.525.0",
33
- "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.525.0",
35
- "@smithy/config-resolver": "^2.1.4",
36
- "@smithy/core": "^1.3.5",
37
- "@smithy/fetch-http-handler": "^2.4.3",
38
- "@smithy/hash-node": "^2.1.3",
39
- "@smithy/invalid-dependency": "^2.1.3",
40
- "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.4",
42
- "@smithy/middleware-retry": "^2.1.4",
43
- "@smithy/middleware-serde": "^2.1.3",
44
- "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.4",
46
- "@smithy/node-http-handler": "^2.4.1",
47
- "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.2",
49
- "@smithy/types": "^2.10.1",
50
- "@smithy/url-parser": "^2.1.3",
51
- "@smithy/util-base64": "^2.1.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.4",
55
- "@smithy/util-defaults-mode-node": "^2.2.3",
56
- "@smithy/util-endpoints": "^1.1.4",
57
- "@smithy/util-middleware": "^2.1.3",
58
- "@smithy/util-retry": "^2.1.3",
59
- "@smithy/util-utf8": "^2.1.1",
60
- "@smithy/util-waiter": "^2.1.3",
61
- "tslib": "^2.5.0"
23
+ "@aws-sdk/client-sts": "3.535.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.535.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.535.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.535.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "@smithy/util-waiter": "^2.2.0",
61
+ "tslib": "^2.6.2"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.1",
64
+ "@smithy/service-client-documentation-generator": "^2.2.0",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "concurrently": "7.0.0",