@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
@@ -205,6 +205,7 @@ export interface IAM {
205
205
  /**
206
206
  * @see {@link CreateAccessKeyCommand}
207
207
  */
208
+ createAccessKey(): Promise<CreateAccessKeyCommandOutput>;
208
209
  createAccessKey(args: CreateAccessKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateAccessKeyCommandOutput>;
209
210
  createAccessKey(args: CreateAccessKeyCommandInput, cb: (err: any, data?: CreateAccessKeyCommandOutput) => void): void;
210
211
  createAccessKey(args: CreateAccessKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAccessKeyCommandOutput) => void): void;
@@ -307,6 +308,7 @@ export interface IAM {
307
308
  /**
308
309
  * @see {@link DeleteAccountPasswordPolicyCommand}
309
310
  */
311
+ deleteAccountPasswordPolicy(): Promise<DeleteAccountPasswordPolicyCommandOutput>;
310
312
  deleteAccountPasswordPolicy(args: DeleteAccountPasswordPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteAccountPasswordPolicyCommandOutput>;
311
313
  deleteAccountPasswordPolicy(args: DeleteAccountPasswordPolicyCommandInput, cb: (err: any, data?: DeleteAccountPasswordPolicyCommandOutput) => void): void;
312
314
  deleteAccountPasswordPolicy(args: DeleteAccountPasswordPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteAccountPasswordPolicyCommandOutput) => void): void;
@@ -457,6 +459,7 @@ export interface IAM {
457
459
  /**
458
460
  * @see {@link GenerateCredentialReportCommand}
459
461
  */
462
+ generateCredentialReport(): Promise<GenerateCredentialReportCommandOutput>;
460
463
  generateCredentialReport(args: GenerateCredentialReportCommandInput, options?: __HttpHandlerOptions): Promise<GenerateCredentialReportCommandOutput>;
461
464
  generateCredentialReport(args: GenerateCredentialReportCommandInput, cb: (err: any, data?: GenerateCredentialReportCommandOutput) => void): void;
462
465
  generateCredentialReport(args: GenerateCredentialReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateCredentialReportCommandOutput) => void): void;
@@ -481,18 +484,21 @@ export interface IAM {
481
484
  /**
482
485
  * @see {@link GetAccountAuthorizationDetailsCommand}
483
486
  */
487
+ getAccountAuthorizationDetails(): Promise<GetAccountAuthorizationDetailsCommandOutput>;
484
488
  getAccountAuthorizationDetails(args: GetAccountAuthorizationDetailsCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountAuthorizationDetailsCommandOutput>;
485
489
  getAccountAuthorizationDetails(args: GetAccountAuthorizationDetailsCommandInput, cb: (err: any, data?: GetAccountAuthorizationDetailsCommandOutput) => void): void;
486
490
  getAccountAuthorizationDetails(args: GetAccountAuthorizationDetailsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountAuthorizationDetailsCommandOutput) => void): void;
487
491
  /**
488
492
  * @see {@link GetAccountPasswordPolicyCommand}
489
493
  */
494
+ getAccountPasswordPolicy(): Promise<GetAccountPasswordPolicyCommandOutput>;
490
495
  getAccountPasswordPolicy(args: GetAccountPasswordPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountPasswordPolicyCommandOutput>;
491
496
  getAccountPasswordPolicy(args: GetAccountPasswordPolicyCommandInput, cb: (err: any, data?: GetAccountPasswordPolicyCommandOutput) => void): void;
492
497
  getAccountPasswordPolicy(args: GetAccountPasswordPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountPasswordPolicyCommandOutput) => void): void;
493
498
  /**
494
499
  * @see {@link GetAccountSummaryCommand}
495
500
  */
501
+ getAccountSummary(): Promise<GetAccountSummaryCommandOutput>;
496
502
  getAccountSummary(args: GetAccountSummaryCommandInput, options?: __HttpHandlerOptions): Promise<GetAccountSummaryCommandOutput>;
497
503
  getAccountSummary(args: GetAccountSummaryCommandInput, cb: (err: any, data?: GetAccountSummaryCommandOutput) => void): void;
498
504
  getAccountSummary(args: GetAccountSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAccountSummaryCommandOutput) => void): void;
@@ -511,6 +517,7 @@ export interface IAM {
511
517
  /**
512
518
  * @see {@link GetCredentialReportCommand}
513
519
  */
520
+ getCredentialReport(): Promise<GetCredentialReportCommandOutput>;
514
521
  getCredentialReport(args: GetCredentialReportCommandInput, options?: __HttpHandlerOptions): Promise<GetCredentialReportCommandOutput>;
515
522
  getCredentialReport(args: GetCredentialReportCommandInput, cb: (err: any, data?: GetCredentialReportCommandOutput) => void): void;
516
523
  getCredentialReport(args: GetCredentialReportCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCredentialReportCommandOutput) => void): void;
@@ -619,6 +626,7 @@ export interface IAM {
619
626
  /**
620
627
  * @see {@link GetUserCommand}
621
628
  */
629
+ getUser(): Promise<GetUserCommandOutput>;
622
630
  getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
623
631
  getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
624
632
  getUser(args: GetUserCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetUserCommandOutput) => void): void;
@@ -631,12 +639,14 @@ export interface IAM {
631
639
  /**
632
640
  * @see {@link ListAccessKeysCommand}
633
641
  */
642
+ listAccessKeys(): Promise<ListAccessKeysCommandOutput>;
634
643
  listAccessKeys(args: ListAccessKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListAccessKeysCommandOutput>;
635
644
  listAccessKeys(args: ListAccessKeysCommandInput, cb: (err: any, data?: ListAccessKeysCommandOutput) => void): void;
636
645
  listAccessKeys(args: ListAccessKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccessKeysCommandOutput) => void): void;
637
646
  /**
638
647
  * @see {@link ListAccountAliasesCommand}
639
648
  */
649
+ listAccountAliases(): Promise<ListAccountAliasesCommandOutput>;
640
650
  listAccountAliases(args: ListAccountAliasesCommandInput, options?: __HttpHandlerOptions): Promise<ListAccountAliasesCommandOutput>;
641
651
  listAccountAliases(args: ListAccountAliasesCommandInput, cb: (err: any, data?: ListAccountAliasesCommandOutput) => void): void;
642
652
  listAccountAliases(args: ListAccountAliasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAccountAliasesCommandOutput) => void): void;
@@ -673,6 +683,7 @@ export interface IAM {
673
683
  /**
674
684
  * @see {@link ListGroupsCommand}
675
685
  */
686
+ listGroups(): Promise<ListGroupsCommandOutput>;
676
687
  listGroups(args: ListGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListGroupsCommandOutput>;
677
688
  listGroups(args: ListGroupsCommandInput, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
678
689
  listGroups(args: ListGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListGroupsCommandOutput) => void): void;
@@ -685,6 +696,7 @@ export interface IAM {
685
696
  /**
686
697
  * @see {@link ListInstanceProfilesCommand}
687
698
  */
699
+ listInstanceProfiles(): Promise<ListInstanceProfilesCommandOutput>;
688
700
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, options?: __HttpHandlerOptions): Promise<ListInstanceProfilesCommandOutput>;
689
701
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
690
702
  listInstanceProfiles(args: ListInstanceProfilesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListInstanceProfilesCommandOutput) => void): void;
@@ -703,6 +715,7 @@ export interface IAM {
703
715
  /**
704
716
  * @see {@link ListMFADevicesCommand}
705
717
  */
718
+ listMFADevices(): Promise<ListMFADevicesCommandOutput>;
706
719
  listMFADevices(args: ListMFADevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListMFADevicesCommandOutput>;
707
720
  listMFADevices(args: ListMFADevicesCommandInput, cb: (err: any, data?: ListMFADevicesCommandOutput) => void): void;
708
721
  listMFADevices(args: ListMFADevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMFADevicesCommandOutput) => void): void;
@@ -715,6 +728,7 @@ export interface IAM {
715
728
  /**
716
729
  * @see {@link ListOpenIDConnectProvidersCommand}
717
730
  */
731
+ listOpenIDConnectProviders(): Promise<ListOpenIDConnectProvidersCommandOutput>;
718
732
  listOpenIDConnectProviders(args: ListOpenIDConnectProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListOpenIDConnectProvidersCommandOutput>;
719
733
  listOpenIDConnectProviders(args: ListOpenIDConnectProvidersCommandInput, cb: (err: any, data?: ListOpenIDConnectProvidersCommandOutput) => void): void;
720
734
  listOpenIDConnectProviders(args: ListOpenIDConnectProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOpenIDConnectProvidersCommandOutput) => void): void;
@@ -727,6 +741,7 @@ export interface IAM {
727
741
  /**
728
742
  * @see {@link ListPoliciesCommand}
729
743
  */
744
+ listPolicies(): Promise<ListPoliciesCommandOutput>;
730
745
  listPolicies(args: ListPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListPoliciesCommandOutput>;
731
746
  listPolicies(args: ListPoliciesCommandInput, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
732
747
  listPolicies(args: ListPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListPoliciesCommandOutput) => void): void;
@@ -757,6 +772,7 @@ export interface IAM {
757
772
  /**
758
773
  * @see {@link ListRolesCommand}
759
774
  */
775
+ listRoles(): Promise<ListRolesCommandOutput>;
760
776
  listRoles(args: ListRolesCommandInput, options?: __HttpHandlerOptions): Promise<ListRolesCommandOutput>;
761
777
  listRoles(args: ListRolesCommandInput, cb: (err: any, data?: ListRolesCommandOutput) => void): void;
762
778
  listRoles(args: ListRolesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRolesCommandOutput) => void): void;
@@ -769,6 +785,7 @@ export interface IAM {
769
785
  /**
770
786
  * @see {@link ListSAMLProvidersCommand}
771
787
  */
788
+ listSAMLProviders(): Promise<ListSAMLProvidersCommandOutput>;
772
789
  listSAMLProviders(args: ListSAMLProvidersCommandInput, options?: __HttpHandlerOptions): Promise<ListSAMLProvidersCommandOutput>;
773
790
  listSAMLProviders(args: ListSAMLProvidersCommandInput, cb: (err: any, data?: ListSAMLProvidersCommandOutput) => void): void;
774
791
  listSAMLProviders(args: ListSAMLProvidersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSAMLProvidersCommandOutput) => void): void;
@@ -781,6 +798,7 @@ export interface IAM {
781
798
  /**
782
799
  * @see {@link ListServerCertificatesCommand}
783
800
  */
801
+ listServerCertificates(): Promise<ListServerCertificatesCommandOutput>;
784
802
  listServerCertificates(args: ListServerCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListServerCertificatesCommandOutput>;
785
803
  listServerCertificates(args: ListServerCertificatesCommandInput, cb: (err: any, data?: ListServerCertificatesCommandOutput) => void): void;
786
804
  listServerCertificates(args: ListServerCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServerCertificatesCommandOutput) => void): void;
@@ -793,18 +811,21 @@ export interface IAM {
793
811
  /**
794
812
  * @see {@link ListServiceSpecificCredentialsCommand}
795
813
  */
814
+ listServiceSpecificCredentials(): Promise<ListServiceSpecificCredentialsCommandOutput>;
796
815
  listServiceSpecificCredentials(args: ListServiceSpecificCredentialsCommandInput, options?: __HttpHandlerOptions): Promise<ListServiceSpecificCredentialsCommandOutput>;
797
816
  listServiceSpecificCredentials(args: ListServiceSpecificCredentialsCommandInput, cb: (err: any, data?: ListServiceSpecificCredentialsCommandOutput) => void): void;
798
817
  listServiceSpecificCredentials(args: ListServiceSpecificCredentialsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListServiceSpecificCredentialsCommandOutput) => void): void;
799
818
  /**
800
819
  * @see {@link ListSigningCertificatesCommand}
801
820
  */
821
+ listSigningCertificates(): Promise<ListSigningCertificatesCommandOutput>;
802
822
  listSigningCertificates(args: ListSigningCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<ListSigningCertificatesCommandOutput>;
803
823
  listSigningCertificates(args: ListSigningCertificatesCommandInput, cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void): void;
804
824
  listSigningCertificates(args: ListSigningCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSigningCertificatesCommandOutput) => void): void;
805
825
  /**
806
826
  * @see {@link ListSSHPublicKeysCommand}
807
827
  */
828
+ listSSHPublicKeys(): Promise<ListSSHPublicKeysCommandOutput>;
808
829
  listSSHPublicKeys(args: ListSSHPublicKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListSSHPublicKeysCommandOutput>;
809
830
  listSSHPublicKeys(args: ListSSHPublicKeysCommandInput, cb: (err: any, data?: ListSSHPublicKeysCommandOutput) => void): void;
810
831
  listSSHPublicKeys(args: ListSSHPublicKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListSSHPublicKeysCommandOutput) => void): void;
@@ -817,6 +838,7 @@ export interface IAM {
817
838
  /**
818
839
  * @see {@link ListUsersCommand}
819
840
  */
841
+ listUsers(): Promise<ListUsersCommandOutput>;
820
842
  listUsers(args: ListUsersCommandInput, options?: __HttpHandlerOptions): Promise<ListUsersCommandOutput>;
821
843
  listUsers(args: ListUsersCommandInput, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
822
844
  listUsers(args: ListUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListUsersCommandOutput) => void): void;
@@ -829,6 +851,7 @@ export interface IAM {
829
851
  /**
830
852
  * @see {@link ListVirtualMFADevicesCommand}
831
853
  */
854
+ listVirtualMFADevices(): Promise<ListVirtualMFADevicesCommandOutput>;
832
855
  listVirtualMFADevices(args: ListVirtualMFADevicesCommandInput, options?: __HttpHandlerOptions): Promise<ListVirtualMFADevicesCommandOutput>;
833
856
  listVirtualMFADevices(args: ListVirtualMFADevicesCommandInput, cb: (err: any, data?: ListVirtualMFADevicesCommandOutput) => void): void;
834
857
  listVirtualMFADevices(args: ListVirtualMFADevicesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListVirtualMFADevicesCommandOutput) => void): void;
@@ -1021,6 +1044,7 @@ export interface IAM {
1021
1044
  /**
1022
1045
  * @see {@link UpdateAccountPasswordPolicyCommand}
1023
1046
  */
1047
+ updateAccountPasswordPolicy(): Promise<UpdateAccountPasswordPolicyCommandOutput>;
1024
1048
  updateAccountPasswordPolicy(args: UpdateAccountPasswordPolicyCommandInput, options?: __HttpHandlerOptions): Promise<UpdateAccountPasswordPolicyCommandOutput>;
1025
1049
  updateAccountPasswordPolicy(args: UpdateAccountPasswordPolicyCommandInput, cb: (err: any, data?: UpdateAccountPasswordPolicyCommandOutput) => void): void;
1026
1050
  updateAccountPasswordPolicy(args: UpdateAccountPasswordPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateAccountPasswordPolicyCommandOutput) => void): void;
@@ -1116,12 +1140,12 @@ export interface IAM {
1116
1140
  uploadSSHPublicKey(args: UploadSSHPublicKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UploadSSHPublicKeyCommandOutput) => void): void;
1117
1141
  }
1118
1142
  /**
1119
- * @public
1120
1143
  * <fullname>Identity and Access Management</fullname>
1121
1144
  * <p>Identity and Access Management (IAM) is a web service for securely controlling
1122
1145
  * access to Amazon Web Services services. With IAM, you can centrally manage users, security credentials
1123
1146
  * such as access keys, and permissions that control which Amazon Web Services resources users and
1124
1147
  * applications can access. For more information about IAM, see <a href="http://aws.amazon.com/iam/">Identity and Access Management (IAM)</a> and the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/">Identity and Access Management User Guide</a>.</p>
1148
+ * @public
1125
1149
  */
1126
1150
  export declare class IAM extends IAMClient implements IAM {
1127
1151
  }
@@ -310,12 +310,12 @@ export type IAMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHa
310
310
  export interface IAMClientResolvedConfig extends IAMClientResolvedConfigType {
311
311
  }
312
312
  /**
313
- * @public
314
313
  * <fullname>Identity and Access Management</fullname>
315
314
  * <p>Identity and Access Management (IAM) is a web service for securely controlling
316
315
  * access to Amazon Web Services services. With IAM, you can centrally manage users, security credentials
317
316
  * such as access keys, and permissions that control which Amazon Web Services resources users and
318
317
  * applications can access. For more information about IAM, see <a href="http://aws.amazon.com/iam/">Identity and Access Management (IAM)</a> and the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/">Identity and Access Management User Guide</a>.</p>
318
+ * @public
319
319
  */
320
320
  export declare class IAMClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, IAMClientResolvedConfig> {
321
321
  /**
@@ -22,10 +22,10 @@ export interface AddClientIDToOpenIDConnectProviderCommandOutput extends __Metad
22
22
  }
23
23
  declare const AddClientIDToOpenIDConnectProviderCommand_base: {
24
24
  new (input: AddClientIDToOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddClientIDToOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<AddClientIDToOpenIDConnectProviderCommandInput, AddClientIDToOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds a new client ID (also known as audience) to the list of client IDs already
30
30
  * registered for the specified IAM OpenID Connect (OIDC) provider resource.</p>
31
31
  * <p>This operation is idempotent; it does not fail or return an error if you add an
@@ -71,6 +71,7 @@ declare const AddClientIDToOpenIDConnectProviderCommand_base: {
71
71
  * @throws {@link IAMServiceException}
72
72
  * <p>Base exception class for all service exceptions from IAM service.</p>
73
73
  *
74
+ * @public
74
75
  * @example To add a client ID (audience) to an Open-ID Connect (OIDC) provider
75
76
  * ```javascript
76
77
  * // The following add-client-id-to-open-id-connect-provider command adds the client ID my-application-ID to the OIDC provider named server.example.com:
@@ -22,10 +22,10 @@ export interface AddRoleToInstanceProfileCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const AddRoleToInstanceProfileCommand_base: {
24
24
  new (input: AddRoleToInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddRoleToInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<AddRoleToInstanceProfileCommandInput, AddRoleToInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified IAM role to the specified instance profile. An instance profile
30
30
  * can contain only one role, and this quota cannot be increased. You can remove the
31
31
  * existing role and then add a different role to an instance profile. You must then wait
@@ -87,6 +87,7 @@ declare const AddRoleToInstanceProfileCommand_base: {
87
87
  * @throws {@link IAMServiceException}
88
88
  * <p>Base exception class for all service exceptions from IAM service.</p>
89
89
  *
90
+ * @public
90
91
  * @example To add a role to an instance profile
91
92
  * ```javascript
92
93
  * // The following command adds the role named S3Access to the instance profile named Webserver:
@@ -22,10 +22,10 @@ export interface AddUserToGroupCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AddUserToGroupCommand_base: {
24
24
  new (input: AddUserToGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AddUserToGroupCommandInput, AddUserToGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AddUserToGroupCommandInput): import("@smithy/smithy-client").CommandImpl<AddUserToGroupCommandInput, AddUserToGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds the specified user to the specified group.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -64,6 +64,7 @@ declare const AddUserToGroupCommand_base: {
64
64
  * @throws {@link IAMServiceException}
65
65
  * <p>Base exception class for all service exceptions from IAM service.</p>
66
66
  *
67
+ * @public
67
68
  * @example To add a user to an IAM group
68
69
  * ```javascript
69
70
  * // The following command adds an IAM user named Bob to the IAM group named Admins:
@@ -22,10 +22,10 @@ export interface AttachGroupPolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AttachGroupPolicyCommand_base: {
24
24
  new (input: AttachGroupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AttachGroupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachGroupPolicyCommandInput, AttachGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches the specified managed policy to the specified IAM group.</p>
30
30
  * <p>You use this operation to attach a managed policy to a group. To embed an inline
31
31
  * policy in a group, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutGroupPolicy.html">
@@ -81,6 +81,7 @@ declare const AttachGroupPolicyCommand_base: {
81
81
  * @throws {@link IAMServiceException}
82
82
  * <p>Base exception class for all service exceptions from IAM service.</p>
83
83
  *
84
+ * @public
84
85
  * @example To attach a managed policy to an IAM group
85
86
  * ```javascript
86
87
  * // The following command attaches the AWS managed policy named ReadOnlyAccess to the IAM group named Finance.
@@ -22,10 +22,10 @@ export interface AttachRolePolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AttachRolePolicyCommand_base: {
24
24
  new (input: AttachRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AttachRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachRolePolicyCommandInput, AttachRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches the specified managed policy to the specified IAM role. When you attach a
30
30
  * managed policy to a role, the managed policy becomes part of the role's permission
31
31
  * (access) policy.</p>
@@ -98,6 +98,7 @@ declare const AttachRolePolicyCommand_base: {
98
98
  * @throws {@link IAMServiceException}
99
99
  * <p>Base exception class for all service exceptions from IAM service.</p>
100
100
  *
101
+ * @public
101
102
  * @example To attach a managed policy to an IAM role
102
103
  * ```javascript
103
104
  * // The following command attaches the AWS managed policy named ReadOnlyAccess to the IAM role named ReadOnlyRole.
@@ -22,10 +22,10 @@ export interface AttachUserPolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const AttachUserPolicyCommand_base: {
24
24
  new (input: AttachUserPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: AttachUserPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AttachUserPolicyCommandInput, AttachUserPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches the specified managed policy to the specified user.</p>
30
30
  * <p>You use this operation to attach a <i>managed</i> policy to a user. To
31
31
  * embed an inline policy in a user, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_PutUserPolicy.html">
@@ -81,6 +81,7 @@ declare const AttachUserPolicyCommand_base: {
81
81
  * @throws {@link IAMServiceException}
82
82
  * <p>Base exception class for all service exceptions from IAM service.</p>
83
83
  *
84
+ * @public
84
85
  * @example To attach a managed policy to an IAM user
85
86
  * ```javascript
86
87
  * // The following command attaches the AWS managed policy named AdministratorAccess to the IAM user named Alice.
@@ -22,10 +22,10 @@ export interface ChangePasswordCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ChangePasswordCommand_base: {
24
24
  new (input: ChangePasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ChangePasswordCommandInput, ChangePasswordCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ChangePasswordCommandInput): import("@smithy/smithy-client").CommandImpl<ChangePasswordCommandInput, ChangePasswordCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Changes the password of the IAM user who is calling this operation. This operation
30
30
  * can be performed using the CLI, the Amazon Web Services API, or the <b>My
31
31
  * Security Credentials</b> page in the Amazon Web Services Management Console. The Amazon Web Services account root user password is
@@ -85,6 +85,7 @@ declare const ChangePasswordCommand_base: {
85
85
  * @throws {@link IAMServiceException}
86
86
  * <p>Base exception class for all service exceptions from IAM service.</p>
87
87
  *
88
+ * @public
88
89
  * @example To change the password for your IAM user
89
90
  * ```javascript
90
91
  * // The following command changes the password for the current IAM user.
@@ -22,10 +22,10 @@ export interface CreateAccessKeyCommandOutput extends CreateAccessKeyResponse, _
22
22
  }
23
23
  declare const CreateAccessKeyCommand_base: {
24
24
  new (input: CreateAccessKeyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [CreateAccessKeyCommandInput]): import("@smithy/smithy-client").CommandImpl<CreateAccessKeyCommandInput, CreateAccessKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a new Amazon Web Services secret access key and corresponding Amazon Web Services access key ID for the
30
30
  * specified user. The default status for new keys is <code>Active</code>.</p>
31
31
  * <p>If you do not specify a user name, IAM determines the user name implicitly based on
@@ -84,6 +84,7 @@ declare const CreateAccessKeyCommand_base: {
84
84
  * @throws {@link IAMServiceException}
85
85
  * <p>Base exception class for all service exceptions from IAM service.</p>
86
86
  *
87
+ * @public
87
88
  * @example To create an access key for an IAM user
88
89
  * ```javascript
89
90
  * // The following command creates an access key (access key ID and secret access key) for the IAM user named Bob.
@@ -22,10 +22,10 @@ export interface CreateAccountAliasCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const CreateAccountAliasCommand_base: {
24
24
  new (input: CreateAccountAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateAccountAliasCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAccountAliasCommandInput, CreateAccountAliasCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an alias for your Amazon Web Services account. For information about using an Amazon Web Services account
30
30
  * alias, see <a href="https://docs.aws.amazon.com/signin/latest/userguide/CreateAccountAlias.html">Creating, deleting, and
31
31
  * listing an Amazon Web Services account alias</a> in the <i>Amazon Web Services Sign-In User
@@ -70,6 +70,7 @@ declare const CreateAccountAliasCommand_base: {
70
70
  * @throws {@link IAMServiceException}
71
71
  * <p>Base exception class for all service exceptions from IAM service.</p>
72
72
  *
73
+ * @public
73
74
  * @example To create an account alias
74
75
  * ```javascript
75
76
  * // The following command associates the alias examplecorp to your AWS account.
@@ -22,10 +22,10 @@ export interface CreateGroupCommandOutput extends CreateGroupResponse, __Metadat
22
22
  }
23
23
  declare const CreateGroupCommand_base: {
24
24
  new (input: CreateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateGroupCommandInput, CreateGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new group.</p>
30
30
  * <p> For information about the number of groups you can create, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS
31
31
  * quotas</a> in the <i>IAM User Guide</i>.</p>
@@ -78,6 +78,7 @@ declare const CreateGroupCommand_base: {
78
78
  * @throws {@link IAMServiceException}
79
79
  * <p>Base exception class for all service exceptions from IAM service.</p>
80
80
  *
81
+ * @public
81
82
  * @example To create an IAM group
82
83
  * ```javascript
83
84
  * // The following command creates an IAM group named Admins.
@@ -22,10 +22,10 @@ export interface CreateInstanceProfileCommandOutput extends CreateInstanceProfil
22
22
  }
23
23
  declare const CreateInstanceProfileCommand_base: {
24
24
  new (input: CreateInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateInstanceProfileCommandInput, CreateInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Creates a new instance profile. For information about instance profiles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2.html">Using
30
30
  * roles for applications on Amazon EC2</a> in the
31
31
  * <i>IAM User Guide</i>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#ec2-instance-profile">Instance profiles</a> in the <i>Amazon EC2 User Guide</i>.</p>
@@ -122,6 +122,7 @@ declare const CreateInstanceProfileCommand_base: {
122
122
  * @throws {@link IAMServiceException}
123
123
  * <p>Base exception class for all service exceptions from IAM service.</p>
124
124
  *
125
+ * @public
125
126
  * @example To create an instance profile
126
127
  * ```javascript
127
128
  * // The following command creates an instance profile named Webserver that is ready to have a role attached and then be associated with an EC2 instance.
@@ -22,10 +22,10 @@ export interface CreateLoginProfileCommandOutput extends CreateLoginProfileRespo
22
22
  }
23
23
  declare const CreateLoginProfileCommand_base: {
24
24
  new (input: CreateLoginProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateLoginProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLoginProfileCommandInput, CreateLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a password for the specified IAM user. A password allows an IAM user to
30
30
  * access Amazon Web Services services through the Amazon Web Services Management Console.</p>
31
31
  * <p>You can use the CLI, the Amazon Web Services API, or the <b>Users</b>
@@ -84,6 +84,7 @@ declare const CreateLoginProfileCommand_base: {
84
84
  * @throws {@link IAMServiceException}
85
85
  * <p>Base exception class for all service exceptions from IAM service.</p>
86
86
  *
87
+ * @public
87
88
  * @example To create an instance profile
88
89
  * ```javascript
89
90
  * // The following command changes IAM user Bob's password and sets the flag that required Bob to change the password the next time he signs in.
@@ -22,10 +22,10 @@ export interface CreateOpenIDConnectProviderCommandOutput extends CreateOpenIDCo
22
22
  }
23
23
  declare const CreateOpenIDConnectProviderCommand_base: {
24
24
  new (input: CreateOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateOpenIDConnectProviderCommandInput, CreateOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an IAM entity to describe an identity provider (IdP) that supports <a href="http://openid.net/connect/">OpenID Connect (OIDC)</a>.</p>
30
30
  * <p>The OIDC provider that you create with this operation can be used as a principal in a
31
31
  * role's trust policy. Such a policy establishes a trust relationship between Amazon Web Services and
@@ -132,6 +132,7 @@ declare const CreateOpenIDConnectProviderCommand_base: {
132
132
  * @throws {@link IAMServiceException}
133
133
  * <p>Base exception class for all service exceptions from IAM service.</p>
134
134
  *
135
+ * @public
135
136
  * @example To create an instance profile
136
137
  * ```javascript
137
138
  * // The following example defines a new OIDC provider in IAM with a client ID of my-application-id and pointing at the server with a URL of https://server.example.com.
@@ -22,10 +22,10 @@ export interface CreatePolicyCommandOutput extends CreatePolicyResponse, __Metad
22
22
  }
23
23
  declare const CreatePolicyCommand_base: {
24
24
  new (input: CreatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyCommandInput, CreatePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new managed policy for your Amazon Web Services account.</p>
30
30
  * <p>This operation creates a policy version with a version identifier of <code>v1</code>
31
31
  * and sets v1 as the policy's default version. For more information about policy versions,
@@ -114,6 +114,7 @@ declare const CreatePolicyCommand_base: {
114
114
  * @throws {@link IAMServiceException}
115
115
  * <p>Base exception class for all service exceptions from IAM service.</p>
116
116
  *
117
+ * @public
117
118
  */
118
119
  export declare class CreatePolicyCommand extends CreatePolicyCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface CreatePolicyVersionCommandOutput extends CreatePolicyVersionRes
22
22
  }
23
23
  declare const CreatePolicyVersionCommand_base: {
24
24
  new (input: CreatePolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreatePolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreatePolicyVersionCommandInput, CreatePolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new version of the specified managed policy. To update a managed policy, you
30
30
  * create a new policy version. A managed policy can have up to five versions. If the
31
31
  * policy has five versions, you must delete an existing version using <a>DeletePolicyVersion</a> before you create a new version.</p>
@@ -87,6 +87,7 @@ declare const CreatePolicyVersionCommand_base: {
87
87
  * @throws {@link IAMServiceException}
88
88
  * <p>Base exception class for all service exceptions from IAM service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class CreatePolicyVersionCommand extends CreatePolicyVersionCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface CreateRoleCommandOutput extends CreateRoleResponse, __MetadataB
22
22
  }
23
23
  declare const CreateRoleCommand_base: {
24
24
  new (input: CreateRoleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoleCommandInput, CreateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateRoleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRoleCommandInput, CreateRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates a new role for your Amazon Web Services account.</p>
30
30
  * <p> For more information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM roles</a> in the
31
31
  * <i>IAM User Guide</i>. For information about quotas for role names
@@ -115,6 +115,7 @@ declare const CreateRoleCommand_base: {
115
115
  * @throws {@link IAMServiceException}
116
116
  * <p>Base exception class for all service exceptions from IAM service.</p>
117
117
  *
118
+ * @public
118
119
  * @example To create an IAM role
119
120
  * ```javascript
120
121
  * // The following command creates a role named Test-Role and attaches a trust policy that you must convert from JSON to a string. Upon success, the response includes the same policy as a URL-encoded JSON string.
@@ -22,10 +22,10 @@ export interface CreateSAMLProviderCommandOutput extends CreateSAMLProviderRespo
22
22
  }
23
23
  declare const CreateSAMLProviderCommand_base: {
24
24
  new (input: CreateSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<CreateSAMLProviderCommandInput, CreateSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an IAM resource that describes an identity provider (IdP) that supports SAML
30
30
  * 2.0.</p>
31
31
  * <p>The SAML provider resource that you create with this operation can be used as a
@@ -103,6 +103,7 @@ declare const CreateSAMLProviderCommand_base: {
103
103
  * @throws {@link IAMServiceException}
104
104
  * <p>Base exception class for all service exceptions from IAM service.</p>
105
105
  *
106
+ * @public
106
107
  */
107
108
  export declare class CreateSAMLProviderCommand extends CreateSAMLProviderCommand_base {
108
109
  }
@@ -22,10 +22,10 @@ export interface CreateServiceLinkedRoleCommandOutput extends CreateServiceLinke
22
22
  }
23
23
  declare const CreateServiceLinkedRoleCommand_base: {
24
24
  new (input: CreateServiceLinkedRoleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateServiceLinkedRoleCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceLinkedRoleCommandInput, CreateServiceLinkedRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Creates an IAM role that is linked to a specific Amazon Web Services service. The service controls
30
30
  * the attached policies and when the role can be deleted. This helps ensure that the
31
31
  * service is not broken by an unexpectedly changed or deleted role, which could put your
@@ -102,6 +102,7 @@ declare const CreateServiceLinkedRoleCommand_base: {
102
102
  * @throws {@link IAMServiceException}
103
103
  * <p>Base exception class for all service exceptions from IAM service.</p>
104
104
  *
105
+ * @public
105
106
  */
106
107
  export declare class CreateServiceLinkedRoleCommand extends CreateServiceLinkedRoleCommand_base {
107
108
  }
@@ -22,10 +22,10 @@ export interface CreateServiceSpecificCredentialCommandOutput extends CreateServ
22
22
  }
23
23
  declare const CreateServiceSpecificCredentialCommand_base: {
24
24
  new (input: CreateServiceSpecificCredentialCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: CreateServiceSpecificCredentialCommandInput): import("@smithy/smithy-client").CommandImpl<CreateServiceSpecificCredentialCommandInput, CreateServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Generates a set of credentials consisting of a user name and password that can be used
30
30
  * to access the service specified in the request. These credentials are generated by
31
31
  * IAM, and can be used only for the specified service. </p>
@@ -83,6 +83,7 @@ declare const CreateServiceSpecificCredentialCommand_base: {
83
83
  * @throws {@link IAMServiceException}
84
84
  * <p>Base exception class for all service exceptions from IAM service.</p>
85
85
  *
86
+ * @public
86
87
  */
87
88
  export declare class CreateServiceSpecificCredentialCommand extends CreateServiceSpecificCredentialCommand_base {
88
89
  }