@aws-sdk/client-iam 3.533.0 → 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 (324) 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 +2 -1
  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 +2 -1
  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 +2 -1
  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/ts3.4/IAM.d.ts +24 -0
  165. package/dist-types/ts3.4/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/AddRoleToInstanceProfileCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/AddUserToGroupCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/AttachGroupPolicyCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/AttachRolePolicyCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/AttachUserPolicyCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/ChangePasswordCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/CreateAccessKeyCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/CreateAccountAliasCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/CreateGroupCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/CreateInstanceProfileCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/CreateLoginProfileCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/CreateOpenIDConnectProviderCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/CreatePolicyVersionCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/CreateRoleCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/CreateSAMLProviderCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/CreateServiceLinkedRoleCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/CreateServiceSpecificCredentialCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/CreateVirtualMFADeviceCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/DeactivateMFADeviceCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/DeleteAccessKeyCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/DeleteAccountAliasCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/DeleteAccountPasswordPolicyCommand.d.ts +9 -0
  190. package/dist-types/ts3.4/commands/DeleteGroupCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/DeleteGroupPolicyCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/DeleteInstanceProfileCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/DeleteLoginProfileCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/commands/DeleteOpenIDConnectProviderCommand.d.ts +9 -0
  195. package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +9 -0
  196. package/dist-types/ts3.4/commands/DeletePolicyVersionCommand.d.ts +9 -0
  197. package/dist-types/ts3.4/commands/DeleteRoleCommand.d.ts +9 -0
  198. package/dist-types/ts3.4/commands/DeleteRolePermissionsBoundaryCommand.d.ts +9 -0
  199. package/dist-types/ts3.4/commands/DeleteRolePolicyCommand.d.ts +9 -0
  200. package/dist-types/ts3.4/commands/DeleteSAMLProviderCommand.d.ts +9 -0
  201. package/dist-types/ts3.4/commands/DeleteSSHPublicKeyCommand.d.ts +9 -0
  202. package/dist-types/ts3.4/commands/DeleteServerCertificateCommand.d.ts +9 -0
  203. package/dist-types/ts3.4/commands/DeleteServiceLinkedRoleCommand.d.ts +9 -0
  204. package/dist-types/ts3.4/commands/DeleteServiceSpecificCredentialCommand.d.ts +9 -0
  205. package/dist-types/ts3.4/commands/DeleteSigningCertificateCommand.d.ts +9 -0
  206. package/dist-types/ts3.4/commands/DeleteUserCommand.d.ts +9 -0
  207. package/dist-types/ts3.4/commands/DeleteUserPermissionsBoundaryCommand.d.ts +9 -0
  208. package/dist-types/ts3.4/commands/DeleteUserPolicyCommand.d.ts +9 -0
  209. package/dist-types/ts3.4/commands/DeleteVirtualMFADeviceCommand.d.ts +9 -0
  210. package/dist-types/ts3.4/commands/DetachGroupPolicyCommand.d.ts +9 -0
  211. package/dist-types/ts3.4/commands/DetachRolePolicyCommand.d.ts +9 -0
  212. package/dist-types/ts3.4/commands/DetachUserPolicyCommand.d.ts +9 -0
  213. package/dist-types/ts3.4/commands/EnableMFADeviceCommand.d.ts +9 -0
  214. package/dist-types/ts3.4/commands/GenerateCredentialReportCommand.d.ts +9 -0
  215. package/dist-types/ts3.4/commands/GenerateOrganizationsAccessReportCommand.d.ts +9 -0
  216. package/dist-types/ts3.4/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +9 -0
  217. package/dist-types/ts3.4/commands/GetAccessKeyLastUsedCommand.d.ts +9 -0
  218. package/dist-types/ts3.4/commands/GetAccountAuthorizationDetailsCommand.d.ts +9 -0
  219. package/dist-types/ts3.4/commands/GetAccountPasswordPolicyCommand.d.ts +9 -0
  220. package/dist-types/ts3.4/commands/GetAccountSummaryCommand.d.ts +9 -0
  221. package/dist-types/ts3.4/commands/GetContextKeysForCustomPolicyCommand.d.ts +9 -0
  222. package/dist-types/ts3.4/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +9 -0
  223. package/dist-types/ts3.4/commands/GetCredentialReportCommand.d.ts +9 -0
  224. package/dist-types/ts3.4/commands/GetGroupCommand.d.ts +9 -0
  225. package/dist-types/ts3.4/commands/GetGroupPolicyCommand.d.ts +9 -0
  226. package/dist-types/ts3.4/commands/GetInstanceProfileCommand.d.ts +9 -0
  227. package/dist-types/ts3.4/commands/GetLoginProfileCommand.d.ts +9 -0
  228. package/dist-types/ts3.4/commands/GetMFADeviceCommand.d.ts +9 -0
  229. package/dist-types/ts3.4/commands/GetOpenIDConnectProviderCommand.d.ts +9 -0
  230. package/dist-types/ts3.4/commands/GetOrganizationsAccessReportCommand.d.ts +9 -0
  231. package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +9 -0
  232. package/dist-types/ts3.4/commands/GetPolicyVersionCommand.d.ts +9 -0
  233. package/dist-types/ts3.4/commands/GetRoleCommand.d.ts +7 -0
  234. package/dist-types/ts3.4/commands/GetRolePolicyCommand.d.ts +9 -0
  235. package/dist-types/ts3.4/commands/GetSAMLProviderCommand.d.ts +9 -0
  236. package/dist-types/ts3.4/commands/GetSSHPublicKeyCommand.d.ts +9 -0
  237. package/dist-types/ts3.4/commands/GetServerCertificateCommand.d.ts +9 -0
  238. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsCommand.d.ts +9 -0
  239. package/dist-types/ts3.4/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +9 -0
  240. package/dist-types/ts3.4/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +9 -0
  241. package/dist-types/ts3.4/commands/GetUserCommand.d.ts +9 -0
  242. package/dist-types/ts3.4/commands/GetUserPolicyCommand.d.ts +9 -0
  243. package/dist-types/ts3.4/commands/ListAccessKeysCommand.d.ts +9 -0
  244. package/dist-types/ts3.4/commands/ListAccountAliasesCommand.d.ts +9 -0
  245. package/dist-types/ts3.4/commands/ListAttachedGroupPoliciesCommand.d.ts +9 -0
  246. package/dist-types/ts3.4/commands/ListAttachedRolePoliciesCommand.d.ts +9 -0
  247. package/dist-types/ts3.4/commands/ListAttachedUserPoliciesCommand.d.ts +9 -0
  248. package/dist-types/ts3.4/commands/ListEntitiesForPolicyCommand.d.ts +9 -0
  249. package/dist-types/ts3.4/commands/ListGroupPoliciesCommand.d.ts +9 -0
  250. package/dist-types/ts3.4/commands/ListGroupsCommand.d.ts +9 -0
  251. package/dist-types/ts3.4/commands/ListGroupsForUserCommand.d.ts +9 -0
  252. package/dist-types/ts3.4/commands/ListInstanceProfileTagsCommand.d.ts +9 -0
  253. package/dist-types/ts3.4/commands/ListInstanceProfilesCommand.d.ts +9 -0
  254. package/dist-types/ts3.4/commands/ListInstanceProfilesForRoleCommand.d.ts +9 -0
  255. package/dist-types/ts3.4/commands/ListMFADeviceTagsCommand.d.ts +9 -0
  256. package/dist-types/ts3.4/commands/ListMFADevicesCommand.d.ts +9 -0
  257. package/dist-types/ts3.4/commands/ListOpenIDConnectProviderTagsCommand.d.ts +9 -0
  258. package/dist-types/ts3.4/commands/ListOpenIDConnectProvidersCommand.d.ts +9 -0
  259. package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +9 -0
  260. package/dist-types/ts3.4/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +9 -0
  261. package/dist-types/ts3.4/commands/ListPolicyTagsCommand.d.ts +9 -0
  262. package/dist-types/ts3.4/commands/ListPolicyVersionsCommand.d.ts +9 -0
  263. package/dist-types/ts3.4/commands/ListRolePoliciesCommand.d.ts +9 -0
  264. package/dist-types/ts3.4/commands/ListRoleTagsCommand.d.ts +9 -0
  265. package/dist-types/ts3.4/commands/ListRolesCommand.d.ts +9 -0
  266. package/dist-types/ts3.4/commands/ListSAMLProviderTagsCommand.d.ts +9 -0
  267. package/dist-types/ts3.4/commands/ListSAMLProvidersCommand.d.ts +9 -0
  268. package/dist-types/ts3.4/commands/ListSSHPublicKeysCommand.d.ts +9 -0
  269. package/dist-types/ts3.4/commands/ListServerCertificateTagsCommand.d.ts +9 -0
  270. package/dist-types/ts3.4/commands/ListServerCertificatesCommand.d.ts +9 -0
  271. package/dist-types/ts3.4/commands/ListServiceSpecificCredentialsCommand.d.ts +9 -0
  272. package/dist-types/ts3.4/commands/ListSigningCertificatesCommand.d.ts +9 -0
  273. package/dist-types/ts3.4/commands/ListUserPoliciesCommand.d.ts +9 -0
  274. package/dist-types/ts3.4/commands/ListUserTagsCommand.d.ts +9 -0
  275. package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +9 -0
  276. package/dist-types/ts3.4/commands/ListVirtualMFADevicesCommand.d.ts +9 -0
  277. package/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +9 -0
  278. package/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +9 -0
  279. package/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +9 -0
  280. package/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +9 -0
  281. package/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +9 -0
  282. package/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +9 -0
  283. package/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +9 -0
  284. package/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +9 -0
  285. package/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +9 -0
  286. package/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +9 -0
  287. package/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +9 -0
  288. package/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +9 -0
  289. package/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +9 -0
  290. package/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +9 -0
  291. package/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +9 -0
  292. package/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +9 -0
  293. package/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +9 -0
  294. package/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +9 -0
  295. package/dist-types/ts3.4/commands/TagRoleCommand.d.ts +7 -0
  296. package/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +9 -0
  297. package/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +9 -0
  298. package/dist-types/ts3.4/commands/TagUserCommand.d.ts +7 -0
  299. package/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +9 -0
  300. package/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +9 -0
  301. package/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +9 -0
  302. package/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +9 -0
  303. package/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +9 -0
  304. package/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +9 -0
  305. package/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +9 -0
  306. package/dist-types/ts3.4/commands/UntagUserCommand.d.ts +9 -0
  307. package/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +9 -0
  308. package/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +9 -0
  309. package/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +9 -0
  310. package/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +9 -0
  311. package/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +9 -0
  312. package/dist-types/ts3.4/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +9 -0
  313. package/dist-types/ts3.4/commands/UpdateRoleCommand.d.ts +9 -0
  314. package/dist-types/ts3.4/commands/UpdateRoleDescriptionCommand.d.ts +9 -0
  315. package/dist-types/ts3.4/commands/UpdateSAMLProviderCommand.d.ts +9 -0
  316. package/dist-types/ts3.4/commands/UpdateSSHPublicKeyCommand.d.ts +9 -0
  317. package/dist-types/ts3.4/commands/UpdateServerCertificateCommand.d.ts +9 -0
  318. package/dist-types/ts3.4/commands/UpdateServiceSpecificCredentialCommand.d.ts +9 -0
  319. package/dist-types/ts3.4/commands/UpdateSigningCertificateCommand.d.ts +9 -0
  320. package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +9 -0
  321. package/dist-types/ts3.4/commands/UploadSSHPublicKeyCommand.d.ts +9 -0
  322. package/dist-types/ts3.4/commands/UploadServerCertificateCommand.d.ts +9 -0
  323. package/dist-types/ts3.4/commands/UploadSigningCertificateCommand.d.ts +9 -0
  324. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface EnableMFADeviceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const EnableMFADeviceCommand_base: {
24
24
  new (input: EnableMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: EnableMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<EnableMFADeviceCommandInput, EnableMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables the specified MFA device and associates it with the specified IAM user. When
30
30
  * enabled, the MFA device is required for every subsequent login by the IAM user
31
31
  * associated with the device.</p>
@@ -86,6 +86,7 @@ declare const EnableMFADeviceCommand_base: {
86
86
  * @throws {@link IAMServiceException}
87
87
  * <p>Base exception class for all service exceptions from IAM service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class EnableMFADeviceCommand extends EnableMFADeviceCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GenerateCredentialReportCommandOutput extends GenerateCredentia
22
22
  }
23
23
  declare const GenerateCredentialReportCommand_base: {
24
24
  new (input: GenerateCredentialReportCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GenerateCredentialReportCommandInput]): import("@smithy/smithy-client").CommandImpl<GenerateCredentialReportCommandInput, GenerateCredentialReportCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Generates a credential report for the Amazon Web Services account. For more information about the
30
30
  * credential report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential reports</a> in
31
31
  * the <i>IAM User Guide</i>.</p>
@@ -62,6 +62,7 @@ declare const GenerateCredentialReportCommand_base: {
62
62
  * @throws {@link IAMServiceException}
63
63
  * <p>Base exception class for all service exceptions from IAM service.</p>
64
64
  *
65
+ * @public
65
66
  */
66
67
  export declare class GenerateCredentialReportCommand extends GenerateCredentialReportCommand_base {
67
68
  }
@@ -22,10 +22,10 @@ export interface GenerateOrganizationsAccessReportCommandOutput extends Generate
22
22
  }
23
23
  declare const GenerateOrganizationsAccessReportCommand_base: {
24
24
  new (input: GenerateOrganizationsAccessReportCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GenerateOrganizationsAccessReportCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateOrganizationsAccessReportCommandInput, GenerateOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Generates a report for service last accessed data for Organizations. You can generate a
30
30
  * report for any entities (organization root, organizational unit, or account) or policies
31
31
  * in your organization.</p>
@@ -188,6 +188,7 @@ declare const GenerateOrganizationsAccessReportCommand_base: {
188
188
  * @throws {@link IAMServiceException}
189
189
  * <p>Base exception class for all service exceptions from IAM service.</p>
190
190
  *
191
+ * @public
191
192
  * @example To generate a service last accessed data report for an organizational unit
192
193
  * ```javascript
193
194
  * // The following operation generates a report for the organizational unit ou-rge0-awexample
@@ -22,10 +22,10 @@ export interface GenerateServiceLastAccessedDetailsCommandOutput extends Generat
22
22
  }
23
23
  declare const GenerateServiceLastAccessedDetailsCommand_base: {
24
24
  new (input: GenerateServiceLastAccessedDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GenerateServiceLastAccessedDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GenerateServiceLastAccessedDetailsCommandInput, GenerateServiceLastAccessedDetailsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Generates a report that includes details about when an IAM resource (user, group,
30
30
  * role, or policy) was last used in an attempt to access Amazon Web Services services. Recent activity
31
31
  * usually appears within four hours. IAM reports activity for at least the last 400
@@ -117,6 +117,7 @@ declare const GenerateServiceLastAccessedDetailsCommand_base: {
117
117
  * @throws {@link IAMServiceException}
118
118
  * <p>Base exception class for all service exceptions from IAM service.</p>
119
119
  *
120
+ * @public
120
121
  * @example To generate a service last accessed data report for a policy
121
122
  * ```javascript
122
123
  * // The following operation generates a report for the policy: ExamplePolicy1
@@ -22,10 +22,10 @@ export interface GetAccessKeyLastUsedCommandOutput extends GetAccessKeyLastUsedR
22
22
  }
23
23
  declare const GetAccessKeyLastUsedCommand_base: {
24
24
  new (input: GetAccessKeyLastUsedCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetAccessKeyLastUsedCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccessKeyLastUsedCommandInput, GetAccessKeyLastUsedCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about when the specified access key was last used. The
30
30
  * information includes the date and time of last use, along with the Amazon Web Services service and
31
31
  * Region that were specified in the last request made with that key.</p>
@@ -60,6 +60,7 @@ declare const GetAccessKeyLastUsedCommand_base: {
60
60
  * @throws {@link IAMServiceException}
61
61
  * <p>Base exception class for all service exceptions from IAM service.</p>
62
62
  *
63
+ * @public
63
64
  */
64
65
  export declare class GetAccessKeyLastUsedCommand extends GetAccessKeyLastUsedCommand_base {
65
66
  }
@@ -22,10 +22,10 @@ export interface GetAccountAuthorizationDetailsCommandOutput extends GetAccountA
22
22
  }
23
23
  declare const GetAccountAuthorizationDetailsCommand_base: {
24
24
  new (input: GetAccountAuthorizationDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAccountAuthorizationDetailsCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountAuthorizationDetailsCommandInput, GetAccountAuthorizationDetailsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about all IAM users, groups, roles, and policies in your Amazon Web Services
30
30
  * account, including their relationships to one another. Use this operation to obtain a
31
31
  * snapshot of the configuration of IAM permissions (users, groups, roles, and policies)
@@ -220,6 +220,7 @@ declare const GetAccountAuthorizationDetailsCommand_base: {
220
220
  * @throws {@link IAMServiceException}
221
221
  * <p>Base exception class for all service exceptions from IAM service.</p>
222
222
  *
223
+ * @public
223
224
  */
224
225
  export declare class GetAccountAuthorizationDetailsCommand extends GetAccountAuthorizationDetailsCommand_base {
225
226
  }
@@ -22,10 +22,10 @@ export interface GetAccountPasswordPolicyCommandOutput extends GetAccountPasswor
22
22
  }
23
23
  declare const GetAccountPasswordPolicyCommand_base: {
24
24
  new (input: GetAccountPasswordPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAccountPasswordPolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountPasswordPolicyCommandInput, GetAccountPasswordPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the password policy for the Amazon Web Services account. This tells you the complexity
30
30
  * requirements and mandatory rotation periods for the IAM user passwords in your account.
31
31
  * For more information about using a password policy, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html">Managing an IAM password
@@ -73,6 +73,7 @@ declare const GetAccountPasswordPolicyCommand_base: {
73
73
  * @throws {@link IAMServiceException}
74
74
  * <p>Base exception class for all service exceptions from IAM service.</p>
75
75
  *
76
+ * @public
76
77
  * @example To see the current account password policy
77
78
  * ```javascript
78
79
  * // The following command displays details about the password policy for the current AWS account.
@@ -22,10 +22,10 @@ export interface GetAccountSummaryCommandOutput extends GetAccountSummaryRespons
22
22
  }
23
23
  declare const GetAccountSummaryCommand_base: {
24
24
  new (input: GetAccountSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetAccountSummaryCommandInput]): import("@smithy/smithy-client").CommandImpl<GetAccountSummaryCommandInput, GetAccountSummaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about IAM entity usage and IAM quotas in the Amazon Web Services
30
30
  * account.</p>
31
31
  * <p> For information about IAM quotas, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html">IAM and STS quotas</a> in the
@@ -60,6 +60,7 @@ declare const GetAccountSummaryCommand_base: {
60
60
  * @throws {@link IAMServiceException}
61
61
  * <p>Base exception class for all service exceptions from IAM service.</p>
62
62
  *
63
+ * @public
63
64
  * @example To get information about IAM entity quotas and usage in the current account
64
65
  * ```javascript
65
66
  * // The following command returns information about the IAM entity quotas and usage in the current AWS account.
@@ -22,10 +22,10 @@ export interface GetContextKeysForCustomPolicyCommandOutput extends GetContextKe
22
22
  }
23
23
  declare const GetContextKeysForCustomPolicyCommand_base: {
24
24
  new (input: GetContextKeysForCustomPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetContextKeysForCustomPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetContextKeysForCustomPolicyCommandInput, GetContextKeysForCustomPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of all of the context keys referenced in the input policies. The policies
30
30
  * are supplied as a list of one or more strings. To get the context keys from policies
31
31
  * associated with an IAM user, group, or role, use <a>GetContextKeysForPrincipalPolicy</a>.</p>
@@ -70,6 +70,7 @@ declare const GetContextKeysForCustomPolicyCommand_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
  */
74
75
  export declare class GetContextKeysForCustomPolicyCommand extends GetContextKeysForCustomPolicyCommand_base {
75
76
  }
@@ -22,10 +22,10 @@ export interface GetContextKeysForPrincipalPolicyCommandOutput extends GetContex
22
22
  }
23
23
  declare const GetContextKeysForPrincipalPolicyCommand_base: {
24
24
  new (input: GetContextKeysForPrincipalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetContextKeysForPrincipalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetContextKeysForPrincipalPolicyCommandInput, GetContextKeysForPrincipalPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets a list of all of the context keys referenced in all the IAM policies that are
30
30
  * attached to the specified IAM entity. The entity can be an IAM user, group, or role.
31
31
  * If you specify a user, then the request also includes all of the policies attached to
@@ -79,6 +79,7 @@ declare const GetContextKeysForPrincipalPolicyCommand_base: {
79
79
  * @throws {@link IAMServiceException}
80
80
  * <p>Base exception class for all service exceptions from IAM service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetContextKeysForPrincipalPolicyCommand extends GetContextKeysForPrincipalPolicyCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetCredentialReportCommandOutput extends GetCredentialReportRes
22
22
  }
23
23
  declare const GetCredentialReportCommand_base: {
24
24
  new (input: GetCredentialReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetCredentialReportCommandInput, GetCredentialReportCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetCredentialReportCommandInput]): import("@smithy/smithy-client").CommandImpl<GetCredentialReportCommandInput, GetCredentialReportCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves a credential report for the Amazon Web Services account. For more information about the
30
30
  * credential report, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential reports</a> in
31
31
  * the <i>IAM User Guide</i>.</p>
@@ -72,6 +72,7 @@ declare const GetCredentialReportCommand_base: {
72
72
  * @throws {@link IAMServiceException}
73
73
  * <p>Base exception class for all service exceptions from IAM service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class GetCredentialReportCommand extends GetCredentialReportCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface GetGroupCommandOutput extends GetGroupResponse, __MetadataBeare
22
22
  }
23
23
  declare const GetGroupCommand_base: {
24
24
  new (input: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupCommandInput, GetGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Returns a list of IAM users that are in the specified IAM group. You can paginate
30
30
  * the results using the <code>MaxItems</code> and <code>Marker</code> parameters.</p>
31
31
  * @example
@@ -92,6 +92,7 @@ declare const GetGroupCommand_base: {
92
92
  * @throws {@link IAMServiceException}
93
93
  * <p>Base exception class for all service exceptions from IAM service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class GetGroupCommand extends GetGroupCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface GetGroupPolicyCommandOutput extends GetGroupPolicyResponse, __M
22
22
  }
23
23
  declare const GetGroupPolicyCommand_base: {
24
24
  new (input: GetGroupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetGroupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetGroupPolicyCommandInput, GetGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified inline policy document that is embedded in the specified IAM
30
30
  * group.</p>
31
31
  * <note>
@@ -78,6 +78,7 @@ declare const GetGroupPolicyCommand_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
  */
82
83
  export declare class GetGroupPolicyCommand extends GetGroupPolicyCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface GetInstanceProfileCommandOutput extends GetInstanceProfileRespo
22
22
  }
23
23
  declare const GetInstanceProfileCommand_base: {
24
24
  new (input: GetInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetInstanceProfileCommandInput, GetInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p> Retrieves information about the specified instance profile, including the instance
30
30
  * profile's path, GUID, ARN, and role. For more information about instance profiles, see
31
31
  * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html">Using
@@ -102,6 +102,7 @@ declare const GetInstanceProfileCommand_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
  * @example To get information about an instance profile
106
107
  * ```javascript
107
108
  * // The following command gets information about the instance profile named ExampleInstanceProfile.
@@ -22,10 +22,10 @@ export interface GetLoginProfileCommandOutput extends GetLoginProfileResponse, _
22
22
  }
23
23
  declare const GetLoginProfileCommand_base: {
24
24
  new (input: GetLoginProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoginProfileCommandInput, GetLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetLoginProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetLoginProfileCommandInput, GetLoginProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the user name for the specified IAM user. A login profile is created when
30
30
  * you create a password for the user to access the Amazon Web Services Management Console. If the user does not exist
31
31
  * or does not have a password, the operation returns a 404 (<code>NoSuchEntity</code>)
@@ -74,6 +74,7 @@ declare const GetLoginProfileCommand_base: {
74
74
  * @throws {@link IAMServiceException}
75
75
  * <p>Base exception class for all service exceptions from IAM service.</p>
76
76
  *
77
+ * @public
77
78
  * @example To get password information for an IAM user
78
79
  * ```javascript
79
80
  * // The following command gets information about the password for the IAM user named Anika.
@@ -22,10 +22,10 @@ export interface GetMFADeviceCommandOutput extends GetMFADeviceResponse, __Metad
22
22
  }
23
23
  declare const GetMFADeviceCommand_base: {
24
24
  new (input: GetMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetMFADeviceCommandInput, GetMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<GetMFADeviceCommandInput, GetMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about an MFA device for a specified user.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -67,6 +67,7 @@ declare const GetMFADeviceCommand_base: {
67
67
  * @throws {@link IAMServiceException}
68
68
  * <p>Base exception class for all service exceptions from IAM service.</p>
69
69
  *
70
+ * @public
70
71
  */
71
72
  export declare class GetMFADeviceCommand extends GetMFADeviceCommand_base {
72
73
  }
@@ -22,10 +22,10 @@ export interface GetOpenIDConnectProviderCommandOutput extends GetOpenIDConnectP
22
22
  }
23
23
  declare const GetOpenIDConnectProviderCommand_base: {
24
24
  new (input: GetOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetOpenIDConnectProviderCommandInput, GetOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the specified OpenID Connect (OIDC) provider resource object
30
30
  * in IAM.</p>
31
31
  * @example
@@ -79,6 +79,7 @@ declare const GetOpenIDConnectProviderCommand_base: {
79
79
  * @throws {@link IAMServiceException}
80
80
  * <p>Base exception class for all service exceptions from IAM service.</p>
81
81
  *
82
+ * @public
82
83
  */
83
84
  export declare class GetOpenIDConnectProviderCommand extends GetOpenIDConnectProviderCommand_base {
84
85
  }
@@ -22,10 +22,10 @@ export interface GetOrganizationsAccessReportCommandOutput extends GetOrganizati
22
22
  }
23
23
  declare const GetOrganizationsAccessReportCommand_base: {
24
24
  new (input: GetOrganizationsAccessReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetOrganizationsAccessReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetOrganizationsAccessReportCommandInput, GetOrganizationsAccessReportCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the service last accessed data report for Organizations that was previously
30
30
  * generated using the <code>
31
31
  * <a>GenerateOrganizationsAccessReport</a>
@@ -98,6 +98,7 @@ declare const GetOrganizationsAccessReportCommand_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 get details from a previously generated organizational unit report
102
103
  * ```javascript
103
104
  * // The following operation gets details about the report with the job ID: examplea-1234-b567-cde8-90fg123abcd4
@@ -22,10 +22,10 @@ export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBea
22
22
  }
23
23
  declare const GetPolicyCommand_base: {
24
24
  new (input: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyCommandInput, GetPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified managed policy, including the policy's
30
30
  * default version and the total number of IAM users, groups, and roles to which the
31
31
  * policy is attached. To retrieve the list of the specific users, groups, and roles that
@@ -92,6 +92,7 @@ declare const GetPolicyCommand_base: {
92
92
  * @throws {@link IAMServiceException}
93
93
  * <p>Base exception class for all service exceptions from IAM service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class GetPolicyCommand extends GetPolicyCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface GetPolicyVersionCommandOutput extends GetPolicyVersionResponse,
22
22
  }
23
23
  declare const GetPolicyVersionCommand_base: {
24
24
  new (input: GetPolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetPolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<GetPolicyVersionCommandInput, GetPolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified version of the specified managed policy,
30
30
  * including the policy document.</p>
31
31
  * <note>
@@ -86,6 +86,7 @@ declare const GetPolicyVersionCommand_base: {
86
86
  * @throws {@link IAMServiceException}
87
87
  * <p>Base exception class for all service exceptions from IAM service.</p>
88
88
  *
89
+ * @public
89
90
  */
90
91
  export declare class GetPolicyVersionCommand extends GetPolicyVersionCommand_base {
91
92
  }
@@ -22,10 +22,10 @@ export interface GetRoleCommandOutput extends GetRoleResponse, __MetadataBearer
22
22
  }
23
23
  declare const GetRoleCommand_base: {
24
24
  new (input: GetRoleCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoleCommandInput, GetRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRoleCommandInput): import("@smithy/smithy-client").CommandImpl<GetRoleCommandInput, GetRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified role, including the role's path, GUID, ARN,
30
30
  * and the role's trust policy that grants permission to assume the role. For more
31
31
  * information about roles, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html">IAM roles</a> in the
@@ -94,6 +94,7 @@ declare const GetRoleCommand_base: {
94
94
  * @throws {@link IAMServiceException}
95
95
  * <p>Base exception class for all service exceptions from IAM service.</p>
96
96
  *
97
+ * @public
97
98
  * @example To get information about an IAM role
98
99
  * ```javascript
99
100
  * // The following command gets information about the role named Test-Role.
@@ -22,10 +22,10 @@ export interface GetRolePolicyCommandOutput extends GetRolePolicyResponse, __Met
22
22
  }
23
23
  declare const GetRolePolicyCommand_base: {
24
24
  new (input: GetRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRolePolicyCommandInput, GetRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<GetRolePolicyCommandInput, GetRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified inline policy document that is embedded with the specified
30
30
  * IAM role.</p>
31
31
  * <note>
@@ -80,6 +80,7 @@ declare const GetRolePolicyCommand_base: {
80
80
  * @throws {@link IAMServiceException}
81
81
  * <p>Base exception class for all service exceptions from IAM service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class GetRolePolicyCommand extends GetRolePolicyCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface GetSAMLProviderCommandOutput extends GetSAMLProviderResponse, _
22
22
  }
23
23
  declare const GetSAMLProviderCommand_base: {
24
24
  new (input: GetSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetSAMLProviderCommandInput, GetSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<GetSAMLProviderCommandInput, GetSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns the SAML provider metadocument that was uploaded when the IAM SAML provider
30
30
  * resource object was created or updated.</p>
31
31
  * <note>
@@ -77,6 +77,7 @@ declare const GetSAMLProviderCommand_base: {
77
77
  * @throws {@link IAMServiceException}
78
78
  * <p>Base exception class for all service exceptions from IAM service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class GetSAMLProviderCommand extends GetSAMLProviderCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface GetSSHPublicKeyCommandOutput extends GetSSHPublicKeyResponse, _
22
22
  }
23
23
  declare const GetSSHPublicKeyCommand_base: {
24
24
  new (input: GetSSHPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSSHPublicKeyCommandInput): import("@smithy/smithy-client").CommandImpl<GetSSHPublicKeyCommandInput, GetSSHPublicKeyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified SSH public key, including metadata about the key.</p>
30
30
  * <p>The SSH public key retrieved by this operation is used only for authenticating the
31
31
  * associated IAM user to an CodeCommit repository. For more information about using SSH keys
@@ -74,6 +74,7 @@ declare const GetSSHPublicKeyCommand_base: {
74
74
  * @throws {@link IAMServiceException}
75
75
  * <p>Base exception class for all service exceptions from IAM service.</p>
76
76
  *
77
+ * @public
77
78
  */
78
79
  export declare class GetSSHPublicKeyCommand extends GetSSHPublicKeyCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface GetServerCertificateCommandOutput extends GetServerCertificateR
22
22
  }
23
23
  declare const GetServerCertificateCommand_base: {
24
24
  new (input: GetServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetServerCertificateCommandInput, GetServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<GetServerCertificateCommandInput, GetServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified server certificate stored in IAM.</p>
30
30
  * <p>For more information about working with server certificates, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_server-certs.html">Working
31
31
  * with server certificates</a> in the <i>IAM User Guide</i>. This
@@ -82,6 +82,7 @@ declare const GetServerCertificateCommand_base: {
82
82
  * @throws {@link IAMServiceException}
83
83
  * <p>Base exception class for all service exceptions from IAM service.</p>
84
84
  *
85
+ * @public
85
86
  */
86
87
  export declare class GetServerCertificateCommand extends GetServerCertificateCommand_base {
87
88
  }
@@ -22,10 +22,10 @@ export interface GetServiceLastAccessedDetailsCommandOutput extends GetServiceLa
22
22
  }
23
23
  declare const GetServiceLastAccessedDetailsCommand_base: {
24
24
  new (input: GetServiceLastAccessedDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceLastAccessedDetailsCommandInput, GetServiceLastAccessedDetailsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServiceLastAccessedDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceLastAccessedDetailsCommandInput, GetServiceLastAccessedDetailsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a service last accessed report that was created using the
30
30
  * <code>GenerateServiceLastAccessedDetails</code> operation. You can use the
31
31
  * <code>JobId</code> parameter in <code>GetServiceLastAccessedDetails</code> to
@@ -141,6 +141,7 @@ declare const GetServiceLastAccessedDetailsCommand_base: {
141
141
  * @throws {@link IAMServiceException}
142
142
  * <p>Base exception class for all service exceptions from IAM service.</p>
143
143
  *
144
+ * @public
144
145
  * @example To get details from a previously-generated report
145
146
  * ```javascript
146
147
  * // The following operation gets details about the report with the job ID: examplef-1305-c245-eba4-71fe298bcda7
@@ -22,10 +22,10 @@ export interface GetServiceLastAccessedDetailsWithEntitiesCommandOutput extends
22
22
  }
23
23
  declare const GetServiceLastAccessedDetailsWithEntitiesCommand_base: {
24
24
  new (input: GetServiceLastAccessedDetailsWithEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceLastAccessedDetailsWithEntitiesCommandInput, GetServiceLastAccessedDetailsWithEntitiesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServiceLastAccessedDetailsWithEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceLastAccessedDetailsWithEntitiesCommandInput, GetServiceLastAccessedDetailsWithEntitiesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>After you generate a group or policy report using the
30
30
  * <code>GenerateServiceLastAccessedDetails</code> operation, you can use the
31
31
  * <code>JobId</code> parameter in
@@ -109,6 +109,7 @@ declare const GetServiceLastAccessedDetailsWithEntitiesCommand_base: {
109
109
  * @throws {@link IAMServiceException}
110
110
  * <p>Base exception class for all service exceptions from IAM service.</p>
111
111
  *
112
+ * @public
112
113
  * @example To get sntity details from a previously-generated report
113
114
  * ```javascript
114
115
  * // The following operation returns details about the entities that attempted to access the IAM service.
@@ -22,10 +22,10 @@ export interface GetServiceLinkedRoleDeletionStatusCommandOutput extends GetServ
22
22
  }
23
23
  declare const GetServiceLinkedRoleDeletionStatusCommand_base: {
24
24
  new (input: GetServiceLinkedRoleDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceLinkedRoleDeletionStatusCommandInput, GetServiceLinkedRoleDeletionStatusCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetServiceLinkedRoleDeletionStatusCommandInput): import("@smithy/smithy-client").CommandImpl<GetServiceLinkedRoleDeletionStatusCommandInput, GetServiceLinkedRoleDeletionStatusCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the status of your service-linked role deletion. After you use <a>DeleteServiceLinkedRole</a> to submit a service-linked role for deletion,
30
30
  * you can use the <code>DeletionTaskId</code> parameter in
31
31
  * <code>GetServiceLinkedRoleDeletionStatus</code> to check the status of the deletion.
@@ -80,6 +80,7 @@ declare const GetServiceLinkedRoleDeletionStatusCommand_base: {
80
80
  * @throws {@link IAMServiceException}
81
81
  * <p>Base exception class for all service exceptions from IAM service.</p>
82
82
  *
83
+ * @public
83
84
  */
84
85
  export declare class GetServiceLinkedRoleDeletionStatusCommand extends GetServiceLinkedRoleDeletionStatusCommand_base {
85
86
  }
@@ -22,10 +22,10 @@ export interface GetUserCommandOutput extends GetUserResponse, __MetadataBearer
22
22
  }
23
23
  declare const GetUserCommand_base: {
24
24
  new (input: GetUserCommandInput): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetUserCommandInput]): import("@smithy/smithy-client").CommandImpl<GetUserCommandInput, GetUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves information about the specified IAM user, including the user's creation
30
30
  * date, path, unique ID, and ARN.</p>
31
31
  * <p>If you do not specify a user name, IAM determines the user name implicitly based on
@@ -81,6 +81,7 @@ declare const GetUserCommand_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 get information about an IAM user
85
86
  * ```javascript
86
87
  * // The following command gets information about the IAM user named Bob.