@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
@@ -22,10 +22,10 @@ export interface ListServiceSpecificCredentialsCommandOutput extends ListService
22
22
  }
23
23
  declare const ListServiceSpecificCredentialsCommand_base: {
24
24
  new (input: ListServiceSpecificCredentialsCommandInput): import("@smithy/smithy-client").CommandImpl<ListServiceSpecificCredentialsCommandInput, ListServiceSpecificCredentialsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListServiceSpecificCredentialsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListServiceSpecificCredentialsCommandInput, ListServiceSpecificCredentialsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the service-specific credentials associated with the
30
30
  * specified IAM user. If none exists, the operation returns an empty list. The
31
31
  * service-specific credentials returned by this operation are used only for authenticating
@@ -75,6 +75,7 @@ declare const ListServiceSpecificCredentialsCommand_base: {
75
75
  * @throws {@link IAMServiceException}
76
76
  * <p>Base exception class for all service exceptions from IAM service.</p>
77
77
  *
78
+ * @public
78
79
  */
79
80
  export declare class ListServiceSpecificCredentialsCommand extends ListServiceSpecificCredentialsCommand_base {
80
81
  }
@@ -22,10 +22,10 @@ export interface ListSigningCertificatesCommandOutput extends ListSigningCertifi
22
22
  }
23
23
  declare const ListSigningCertificatesCommand_base: {
24
24
  new (input: ListSigningCertificatesCommandInput): import("@smithy/smithy-client").CommandImpl<ListSigningCertificatesCommandInput, ListSigningCertificatesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListSigningCertificatesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListSigningCertificatesCommandInput, ListSigningCertificatesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the signing certificates associated with the specified IAM
30
30
  * user. If none exists, the operation returns an empty list.</p>
31
31
  * <p>Although each user is limited to a small number of signing certificates, you can still
@@ -82,6 +82,7 @@ declare const ListSigningCertificatesCommand_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
  * @example To list the signing certificates for an IAM user
86
87
  * ```javascript
87
88
  * // The following command lists the signing certificates for the IAM user named Bob.
@@ -22,10 +22,10 @@ export interface ListUserPoliciesCommandOutput extends ListUserPoliciesResponse,
22
22
  }
23
23
  declare const ListUserPoliciesCommand_base: {
24
24
  new (input: ListUserPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListUserPoliciesCommandInput, ListUserPoliciesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListUserPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListUserPoliciesCommandInput, ListUserPoliciesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the names of the inline policies embedded in the specified IAM user.</p>
30
30
  * <p>An IAM user can also have managed policies attached to it. To list the managed
31
31
  * policies that are attached to a user, use <a>ListAttachedUserPolicies</a>.
@@ -74,6 +74,7 @@ declare const ListUserPoliciesCommand_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 ListUserPoliciesCommand extends ListUserPoliciesCommand_base {
79
80
  }
@@ -22,10 +22,10 @@ export interface ListUserTagsCommandOutput extends ListUserTagsResponse, __Metad
22
22
  }
23
23
  declare const ListUserTagsCommand_base: {
24
24
  new (input: ListUserTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListUserTagsCommandInput, ListUserTagsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListUserTagsCommandInput): import("@smithy/smithy-client").CommandImpl<ListUserTagsCommandInput, ListUserTagsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the tags that are attached to the specified IAM user. The returned list of tags is sorted by tag key. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
30
30
  * <i>IAM User Guide</i>.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const ListUserTagsCommand_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 list the tags attached to an IAM user
75
76
  * ```javascript
76
77
  * // The following example shows how to list the tags attached to a user.
@@ -22,10 +22,10 @@ export interface ListUsersCommandOutput extends ListUsersResponse, __MetadataBea
22
22
  }
23
23
  declare const ListUsersCommand_base: {
24
24
  new (input: ListUsersCommandInput): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListUsersCommandInput]): import("@smithy/smithy-client").CommandImpl<ListUsersCommandInput, ListUsersCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the IAM users that have the specified path prefix. If no path prefix is
30
30
  * specified, the operation returns all users in the Amazon Web Services account. If there are none, the
31
31
  * operation returns an empty list.</p>
@@ -97,6 +97,7 @@ declare const ListUsersCommand_base: {
97
97
  * @throws {@link IAMServiceException}
98
98
  * <p>Base exception class for all service exceptions from IAM service.</p>
99
99
  *
100
+ * @public
100
101
  * @example To list IAM users
101
102
  * ```javascript
102
103
  * // The following command lists the IAM users in the current account.
@@ -22,10 +22,10 @@ export interface ListVirtualMFADevicesCommandOutput extends ListVirtualMFADevice
22
22
  }
23
23
  declare const ListVirtualMFADevicesCommand_base: {
24
24
  new (input: ListVirtualMFADevicesCommandInput): import("@smithy/smithy-client").CommandImpl<ListVirtualMFADevicesCommandInput, ListVirtualMFADevicesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListVirtualMFADevicesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListVirtualMFADevicesCommandInput, ListVirtualMFADevicesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the virtual MFA devices defined in the Amazon Web Services account by assignment status. If
30
30
  * you do not specify an assignment status, the operation returns a list of all virtual MFA
31
31
  * devices. Assignment status can be <code>Assigned</code>, <code>Unassigned</code>, or
@@ -53,8 +53,8 @@ declare const ListVirtualMFADevicesCommand_base: {
53
53
  * // VirtualMFADevices: [ // virtualMFADeviceListType // required
54
54
  * // { // VirtualMFADevice
55
55
  * // SerialNumber: "STRING_VALUE", // required
56
- * // Base32StringSeed: "BLOB_VALUE",
57
- * // QRCodePNG: "BLOB_VALUE",
56
+ * // Base32StringSeed: new Uint8Array(),
57
+ * // QRCodePNG: new Uint8Array(),
58
58
  * // User: { // User
59
59
  * // Path: "STRING_VALUE", // required
60
60
  * // UserName: "STRING_VALUE", // required
@@ -97,6 +97,7 @@ declare const ListVirtualMFADevicesCommand_base: {
97
97
  * @throws {@link IAMServiceException}
98
98
  * <p>Base exception class for all service exceptions from IAM service.</p>
99
99
  *
100
+ * @public
100
101
  * @example To list virtual MFA devices
101
102
  * ```javascript
102
103
  * // The following command lists the virtual MFA devices that have been configured for the current account.
@@ -22,10 +22,10 @@ export interface PutGroupPolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutGroupPolicyCommand_base: {
24
24
  new (input: PutGroupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutGroupPolicyCommandInput, PutGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutGroupPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutGroupPolicyCommandInput, PutGroupPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates an inline policy document that is embedded in the specified IAM
30
30
  * group.</p>
31
31
  * <p>A user can also have managed policies attached to it. To attach a managed policy to a
@@ -87,6 +87,7 @@ declare const PutGroupPolicyCommand_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 policy to a group
91
92
  * ```javascript
92
93
  * // The following command adds a policy named AllPerms to the IAM group named Admins.
@@ -22,10 +22,10 @@ export interface PutRolePermissionsBoundaryCommandOutput extends __MetadataBeare
22
22
  }
23
23
  declare const PutRolePermissionsBoundaryCommand_base: {
24
24
  new (input: PutRolePermissionsBoundaryCommandInput): import("@smithy/smithy-client").CommandImpl<PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRolePermissionsBoundaryCommandInput): import("@smithy/smithy-client").CommandImpl<PutRolePermissionsBoundaryCommandInput, PutRolePermissionsBoundaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates the policy that is specified as the IAM role's permissions boundary.
30
30
  * You can use an Amazon Web Services managed policy or a customer managed policy to set the boundary for
31
31
  * a role. Use the boundary to control the maximum permissions that the role can have.
@@ -85,6 +85,7 @@ declare const PutRolePermissionsBoundaryCommand_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
  */
89
90
  export declare class PutRolePermissionsBoundaryCommand extends PutRolePermissionsBoundaryCommand_base {
90
91
  }
@@ -22,10 +22,10 @@ export interface PutRolePolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutRolePolicyCommand_base: {
24
24
  new (input: PutRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRolePolicyCommandInput, PutRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutRolePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRolePolicyCommandInput, PutRolePolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates an inline policy document that is embedded in the specified IAM
30
30
  * role.</p>
31
31
  * <p>When you embed an inline policy in a role, the inline policy is used as part of the
@@ -103,6 +103,7 @@ declare const PutRolePolicyCommand_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
  * @example To attach a permissions policy to an IAM role
107
108
  * ```javascript
108
109
  * // The following command adds a permissions policy to the role named Test-Role.
@@ -22,10 +22,10 @@ export interface PutUserPermissionsBoundaryCommandOutput extends __MetadataBeare
22
22
  }
23
23
  declare const PutUserPermissionsBoundaryCommand_base: {
24
24
  new (input: PutUserPermissionsBoundaryCommandInput): import("@smithy/smithy-client").CommandImpl<PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutUserPermissionsBoundaryCommandInput): import("@smithy/smithy-client").CommandImpl<PutUserPermissionsBoundaryCommandInput, PutUserPermissionsBoundaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates the policy that is specified as the IAM user's permissions
30
30
  * boundary. You can use an Amazon Web Services managed policy or a customer managed policy to set the
31
31
  * boundary for a user. Use the boundary to control the maximum permissions that the user
@@ -78,6 +78,7 @@ declare const PutUserPermissionsBoundaryCommand_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 PutUserPermissionsBoundaryCommand extends PutUserPermissionsBoundaryCommand_base {
83
84
  }
@@ -22,10 +22,10 @@ export interface PutUserPolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const PutUserPolicyCommand_base: {
24
24
  new (input: PutUserPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutUserPolicyCommandInput, PutUserPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutUserPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutUserPolicyCommandInput, PutUserPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds or updates an inline policy document that is embedded in the specified IAM
30
30
  * user.</p>
31
31
  * <p>An IAM user can also have a managed policy attached to it. To attach a managed
@@ -87,6 +87,7 @@ declare const PutUserPolicyCommand_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 attach a policy to an IAM user
91
92
  * ```javascript
92
93
  * // The following command attaches a policy to the IAM user named Bob.
@@ -22,10 +22,10 @@ export interface RemoveClientIDFromOpenIDConnectProviderCommandOutput extends __
22
22
  }
23
23
  declare const RemoveClientIDFromOpenIDConnectProviderCommand_base: {
24
24
  new (input: RemoveClientIDFromOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveClientIDFromOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveClientIDFromOpenIDConnectProviderCommandInput, RemoveClientIDFromOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified client ID (also known as audience) from the list of client IDs
30
30
  * registered for the specified IAM OpenID Connect (OIDC) provider resource
31
31
  * object.</p>
@@ -68,6 +68,7 @@ declare const RemoveClientIDFromOpenIDConnectProviderCommand_base: {
68
68
  * @throws {@link IAMServiceException}
69
69
  * <p>Base exception class for all service exceptions from IAM service.</p>
70
70
  *
71
+ * @public
71
72
  */
72
73
  export declare class RemoveClientIDFromOpenIDConnectProviderCommand extends RemoveClientIDFromOpenIDConnectProviderCommand_base {
73
74
  }
@@ -22,10 +22,10 @@ export interface RemoveRoleFromInstanceProfileCommandOutput extends __MetadataBe
22
22
  }
23
23
  declare const RemoveRoleFromInstanceProfileCommand_base: {
24
24
  new (input: RemoveRoleFromInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveRoleFromInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveRoleFromInstanceProfileCommandInput, RemoveRoleFromInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified IAM role from the specified EC2 instance profile.</p>
30
30
  * <important>
31
31
  * <p>Make sure that you do not have any Amazon EC2 instances running with the role you
@@ -80,6 +80,7 @@ declare const RemoveRoleFromInstanceProfileCommand_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
  * @example To remove a role from an instance profile
84
85
  * ```javascript
85
86
  * // The following command removes the role named Test-Role from the instance profile named ExampleInstanceProfile.
@@ -22,10 +22,10 @@ export interface RemoveUserFromGroupCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RemoveUserFromGroupCommand_base: {
24
24
  new (input: RemoveUserFromGroupCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RemoveUserFromGroupCommandInput): import("@smithy/smithy-client").CommandImpl<RemoveUserFromGroupCommandInput, RemoveUserFromGroupCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified user from 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 RemoveUserFromGroupCommand_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 remove a user from an IAM group
68
69
  * ```javascript
69
70
  * // The following command removes the user named Bob from the IAM group named Admins.
@@ -22,10 +22,10 @@ export interface ResetServiceSpecificCredentialCommandOutput extends ResetServic
22
22
  }
23
23
  declare const ResetServiceSpecificCredentialCommand_base: {
24
24
  new (input: ResetServiceSpecificCredentialCommandInput): import("@smithy/smithy-client").CommandImpl<ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ResetServiceSpecificCredentialCommandInput): import("@smithy/smithy-client").CommandImpl<ResetServiceSpecificCredentialCommandInput, ResetServiceSpecificCredentialCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Resets the password for a service-specific credential. The new password is Amazon Web Services
30
30
  * generated and cryptographically strong. It cannot be configured by the user. Resetting
31
31
  * the password immediately invalidates the previous password associated with this
@@ -69,6 +69,7 @@ declare const ResetServiceSpecificCredentialCommand_base: {
69
69
  * @throws {@link IAMServiceException}
70
70
  * <p>Base exception class for all service exceptions from IAM service.</p>
71
71
  *
72
+ * @public
72
73
  */
73
74
  export declare class ResetServiceSpecificCredentialCommand extends ResetServiceSpecificCredentialCommand_base {
74
75
  }
@@ -22,10 +22,10 @@ export interface ResyncMFADeviceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const ResyncMFADeviceCommand_base: {
24
24
  new (input: ResyncMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ResyncMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<ResyncMFADeviceCommandInput, ResyncMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Synchronizes the specified MFA device with its IAM resource object on the Amazon Web Services
30
30
  * servers.</p>
31
31
  * <p>For more information about creating and working with virtual MFA devices, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_VirtualMFA.html">Using a virtual MFA
@@ -77,6 +77,7 @@ declare const ResyncMFADeviceCommand_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 ResyncMFADeviceCommand extends ResyncMFADeviceCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface SetDefaultPolicyVersionCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SetDefaultPolicyVersionCommand_base: {
24
24
  new (input: SetDefaultPolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetDefaultPolicyVersionCommandInput): import("@smithy/smithy-client").CommandImpl<SetDefaultPolicyVersionCommandInput, SetDefaultPolicyVersionCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets the specified version of the specified policy as the policy's default (operative)
30
30
  * version.</p>
31
31
  * <p>This operation affects all users, groups, and roles that the policy is attached to. To
@@ -73,6 +73,7 @@ declare const SetDefaultPolicyVersionCommand_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
  */
77
78
  export declare class SetDefaultPolicyVersionCommand extends SetDefaultPolicyVersionCommand_base {
78
79
  }
@@ -22,10 +22,10 @@ export interface SetSecurityTokenServicePreferencesCommandOutput extends __Metad
22
22
  }
23
23
  declare const SetSecurityTokenServicePreferencesCommand_base: {
24
24
  new (input: SetSecurityTokenServicePreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SetSecurityTokenServicePreferencesCommandInput): import("@smithy/smithy-client").CommandImpl<SetSecurityTokenServicePreferencesCommandInput, SetSecurityTokenServicePreferencesCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Sets the specified version of the global endpoint token as the token version used for
30
30
  * the Amazon Web Services account.</p>
31
31
  * <p>By default, Security Token Service (STS) is available as a global service, and all STS requests
@@ -73,6 +73,7 @@ declare const SetSecurityTokenServicePreferencesCommand_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 delete an access key for an IAM user
77
78
  * ```javascript
78
79
  * // The following command sets the STS global endpoint token to version 2. Version 2 tokens are valid in all Regions.
@@ -22,10 +22,10 @@ export interface SimulateCustomPolicyCommandOutput extends SimulatePolicyRespons
22
22
  }
23
23
  declare const SimulateCustomPolicyCommand_base: {
24
24
  new (input: SimulateCustomPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SimulateCustomPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SimulateCustomPolicyCommandInput, SimulateCustomPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Simulate how a set of IAM policies and optionally a resource-based policy works with
30
30
  * a list of API operations and Amazon Web Services resources to determine the policies' effective
31
31
  * permissions. The policies are provided as strings.</p>
@@ -173,6 +173,7 @@ declare const SimulateCustomPolicyCommand_base: {
173
173
  * @throws {@link IAMServiceException}
174
174
  * <p>Base exception class for all service exceptions from IAM service.</p>
175
175
  *
176
+ * @public
176
177
  */
177
178
  export declare class SimulateCustomPolicyCommand extends SimulateCustomPolicyCommand_base {
178
179
  }
@@ -22,10 +22,10 @@ export interface SimulatePrincipalPolicyCommandOutput extends SimulatePolicyResp
22
22
  }
23
23
  declare const SimulatePrincipalPolicyCommand_base: {
24
24
  new (input: SimulatePrincipalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SimulatePrincipalPolicyCommandInput, SimulatePrincipalPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: SimulatePrincipalPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SimulatePrincipalPolicyCommandInput, SimulatePrincipalPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Simulate how a set of IAM policies attached to an IAM entity works with a list of
30
30
  * API operations and Amazon Web Services resources to determine the policies' effective permissions. The
31
31
  * entity can be an IAM user, group, or role. If you specify a user, then the simulation
@@ -187,6 +187,7 @@ declare const SimulatePrincipalPolicyCommand_base: {
187
187
  * @throws {@link IAMServiceException}
188
188
  * <p>Base exception class for all service exceptions from IAM service.</p>
189
189
  *
190
+ * @public
190
191
  */
191
192
  export declare class SimulatePrincipalPolicyCommand extends SimulatePrincipalPolicyCommand_base {
192
193
  }
@@ -22,10 +22,10 @@ export interface TagInstanceProfileCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagInstanceProfileCommand_base: {
24
24
  new (input: TagInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<TagInstanceProfileCommandInput, TagInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<TagInstanceProfileCommandInput, TagInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to an IAM instance profile. If a tag with the same key name
30
30
  * already exists, then that tag is overwritten with the new value.</p>
31
31
  * <p>Each tag consists of a key name and an associated value. By assigning tags to your resources, you can do the
@@ -112,6 +112,7 @@ declare const TagInstanceProfileCommand_base: {
112
112
  * @throws {@link IAMServiceException}
113
113
  * <p>Base exception class for all service exceptions from IAM service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class TagInstanceProfileCommand extends TagInstanceProfileCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface TagMFADeviceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagMFADeviceCommand_base: {
24
24
  new (input: TagMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<TagMFADeviceCommandInput, TagMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagMFADeviceCommandInput): import("@smithy/smithy-client").CommandImpl<TagMFADeviceCommandInput, TagMFADeviceCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to an IAM virtual multi-factor authentication (MFA) device. If
30
30
  * a tag with the same key name already exists, then that tag is overwritten with the new
31
31
  * value.</p>
@@ -113,6 +113,7 @@ declare const TagMFADeviceCommand_base: {
113
113
  * @throws {@link IAMServiceException}
114
114
  * <p>Base exception class for all service exceptions from IAM service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class TagMFADeviceCommand extends TagMFADeviceCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface TagOpenIDConnectProviderCommandOutput extends __MetadataBearer
22
22
  }
23
23
  declare const TagOpenIDConnectProviderCommand_base: {
24
24
  new (input: TagOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TagOpenIDConnectProviderCommandInput, TagOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagOpenIDConnectProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TagOpenIDConnectProviderCommandInput, TagOpenIDConnectProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to an OpenID Connect (OIDC)-compatible identity provider. For
30
30
  * more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_oidc.html">About web identity federation</a>. If
31
31
  * a tag with the same key name already exists, then that tag is overwritten with the new
@@ -114,6 +114,7 @@ declare const TagOpenIDConnectProviderCommand_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 TagOpenIDConnectProviderCommand extends TagOpenIDConnectProviderCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface TagPolicyCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagPolicyCommand_base: {
24
24
  new (input: TagPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<TagPolicyCommandInput, TagPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<TagPolicyCommandInput, TagPolicyCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to an IAM customer managed policy. If a tag with the same key
30
30
  * name already exists, then that tag is overwritten with the new value.</p>
31
31
  * <p>A tag consists of a key name and an associated value. By assigning tags to your
@@ -112,6 +112,7 @@ declare const TagPolicyCommand_base: {
112
112
  * @throws {@link IAMServiceException}
113
113
  * <p>Base exception class for all service exceptions from IAM service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class TagPolicyCommand extends TagPolicyCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface TagRoleCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagRoleCommand_base: {
24
24
  new (input: TagRoleCommandInput): import("@smithy/smithy-client").CommandImpl<TagRoleCommandInput, TagRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagRoleCommandInput): import("@smithy/smithy-client").CommandImpl<TagRoleCommandInput, TagRoleCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to an IAM role. The role can be a regular role or a
30
30
  * service-linked role. If a tag with the same key name already exists, then that tag is
31
31
  * overwritten with the new value.</p>
@@ -121,6 +121,7 @@ declare const TagRoleCommand_base: {
121
121
  * @throws {@link IAMServiceException}
122
122
  * <p>Base exception class for all service exceptions from IAM service.</p>
123
123
  *
124
+ * @public
124
125
  * @example To add a tag key and value to an IAM role
125
126
  * ```javascript
126
127
  * // The following example shows how to add tags to an existing role.
@@ -22,10 +22,10 @@ export interface TagSAMLProviderCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagSAMLProviderCommand_base: {
24
24
  new (input: TagSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagSAMLProviderCommandInput): import("@smithy/smithy-client").CommandImpl<TagSAMLProviderCommandInput, TagSAMLProviderCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to a Security Assertion Markup Language (SAML) identity provider.
30
30
  * For more information about these providers, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_saml.html">About SAML 2.0-based federation </a>.
31
31
  * If a tag with the same key name already exists, then that tag is overwritten with the new
@@ -114,6 +114,7 @@ declare const TagSAMLProviderCommand_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 TagSAMLProviderCommand extends TagSAMLProviderCommand_base {
119
120
  }
@@ -22,10 +22,10 @@ export interface TagServerCertificateCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagServerCertificateCommand_base: {
24
24
  new (input: TagServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<TagServerCertificateCommandInput, TagServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagServerCertificateCommandInput): import("@smithy/smithy-client").CommandImpl<TagServerCertificateCommandInput, TagServerCertificateCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to an IAM server certificate. If a tag with the same key name
30
30
  * already exists, then that tag is overwritten with the new value.</p>
31
31
  * <note>
@@ -124,6 +124,7 @@ declare const TagServerCertificateCommand_base: {
124
124
  * @throws {@link IAMServiceException}
125
125
  * <p>Base exception class for all service exceptions from IAM service.</p>
126
126
  *
127
+ * @public
127
128
  */
128
129
  export declare class TagServerCertificateCommand extends TagServerCertificateCommand_base {
129
130
  }
@@ -22,10 +22,10 @@ export interface TagUserCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const TagUserCommand_base: {
24
24
  new (input: TagUserCommandInput): import("@smithy/smithy-client").CommandImpl<TagUserCommandInput, TagUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagUserCommandInput): import("@smithy/smithy-client").CommandImpl<TagUserCommandInput, TagUserCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Adds one or more tags to an IAM user. If a tag with the same key name already exists,
30
30
  * then that tag is overwritten with the new value.</p>
31
31
  * <p>A tag consists of a key name and an associated value. By assigning tags to your
@@ -120,6 +120,7 @@ declare const TagUserCommand_base: {
120
120
  * @throws {@link IAMServiceException}
121
121
  * <p>Base exception class for all service exceptions from IAM service.</p>
122
122
  *
123
+ * @public
123
124
  * @example To add a tag key and value to an IAM user
124
125
  * ```javascript
125
126
  * // The following example shows how to add tags to an existing user.
@@ -22,10 +22,10 @@ export interface UntagInstanceProfileCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UntagInstanceProfileCommand_base: {
24
24
  new (input: UntagInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagInstanceProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UntagInstanceProfileCommandInput, UntagInstanceProfileCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Removes the specified tags from the IAM instance profile. For more information about tagging, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html">Tagging IAM resources</a> in the
30
30
  * <i>IAM User Guide</i>.</p>
31
31
  * @example
@@ -71,6 +71,7 @@ declare const UntagInstanceProfileCommand_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
  */
75
76
  export declare class UntagInstanceProfileCommand extends UntagInstanceProfileCommand_base {
76
77
  }