@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
@@ -6,17 +6,17 @@ import { Role, ServerCertificateMetadata, SigningCertificate, SSHPublicKey, Stat
6
6
  */
7
7
  export interface UntagMFADeviceRequest {
8
8
  /**
9
- * @public
10
9
  * <p>The unique identifier for the IAM virtual MFA device from which you want to remove
11
10
  * tags. For virtual MFA devices, the serial number is the same as the ARN.</p>
12
11
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
13
12
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
13
+ * @public
14
14
  */
15
15
  SerialNumber: string | undefined;
16
16
  /**
17
- * @public
18
17
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
19
18
  * removed from the specified instance profile.</p>
19
+ * @public
20
20
  */
21
21
  TagKeys: string[] | undefined;
22
22
  }
@@ -25,16 +25,16 @@ export interface UntagMFADeviceRequest {
25
25
  */
26
26
  export interface UntagOpenIDConnectProviderRequest {
27
27
  /**
28
- * @public
29
28
  * <p>The ARN of the OIDC provider in IAM from which you want to remove tags.</p>
30
29
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
31
30
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
31
+ * @public
32
32
  */
33
33
  OpenIDConnectProviderArn: string | undefined;
34
34
  /**
35
- * @public
36
35
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
37
36
  * removed from the specified OIDC provider.</p>
37
+ * @public
38
38
  */
39
39
  TagKeys: string[] | undefined;
40
40
  }
@@ -43,17 +43,17 @@ export interface UntagOpenIDConnectProviderRequest {
43
43
  */
44
44
  export interface UntagPolicyRequest {
45
45
  /**
46
- * @public
47
46
  * <p>The ARN of the IAM customer managed policy from which you want to remove
48
47
  * tags.</p>
49
48
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
50
49
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
50
+ * @public
51
51
  */
52
52
  PolicyArn: string | undefined;
53
53
  /**
54
- * @public
55
54
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
56
55
  * removed from the specified policy.</p>
56
+ * @public
57
57
  */
58
58
  TagKeys: string[] | undefined;
59
59
  }
@@ -62,16 +62,16 @@ export interface UntagPolicyRequest {
62
62
  */
63
63
  export interface UntagRoleRequest {
64
64
  /**
65
- * @public
66
65
  * <p>The name of the IAM role from which you want to remove tags.</p>
67
66
  * <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric
68
67
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
68
+ * @public
69
69
  */
70
70
  RoleName: string | undefined;
71
71
  /**
72
- * @public
73
72
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
74
73
  * removed from the specified role.</p>
74
+ * @public
75
75
  */
76
76
  TagKeys: string[] | undefined;
77
77
  }
@@ -80,17 +80,17 @@ export interface UntagRoleRequest {
80
80
  */
81
81
  export interface UntagSAMLProviderRequest {
82
82
  /**
83
- * @public
84
83
  * <p>The ARN of the SAML identity provider in IAM from which you want to remove
85
84
  * tags.</p>
86
85
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
87
86
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
87
+ * @public
88
88
  */
89
89
  SAMLProviderArn: string | undefined;
90
90
  /**
91
- * @public
92
91
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
93
92
  * removed from the specified SAML identity provider.</p>
93
+ * @public
94
94
  */
95
95
  TagKeys: string[] | undefined;
96
96
  }
@@ -99,16 +99,16 @@ export interface UntagSAMLProviderRequest {
99
99
  */
100
100
  export interface UntagServerCertificateRequest {
101
101
  /**
102
- * @public
103
102
  * <p>The name of the IAM server certificate from which you want to remove tags.</p>
104
103
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
105
104
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
105
+ * @public
106
106
  */
107
107
  ServerCertificateName: string | undefined;
108
108
  /**
109
- * @public
110
109
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
111
110
  * removed from the specified IAM server certificate.</p>
111
+ * @public
112
112
  */
113
113
  TagKeys: string[] | undefined;
114
114
  }
@@ -117,16 +117,16 @@ export interface UntagServerCertificateRequest {
117
117
  */
118
118
  export interface UntagUserRequest {
119
119
  /**
120
- * @public
121
120
  * <p>The name of the IAM user from which you want to remove tags.</p>
122
121
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
123
122
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
123
+ * @public
124
124
  */
125
125
  UserName: string | undefined;
126
126
  /**
127
- * @public
128
127
  * <p>A list of key names as a simple array of strings. The tags with matching keys are
129
128
  * removed from the specified user.</p>
129
+ * @public
130
130
  */
131
131
  TagKeys: string[] | undefined;
132
132
  }
@@ -135,24 +135,24 @@ export interface UntagUserRequest {
135
135
  */
136
136
  export interface UpdateAccessKeyRequest {
137
137
  /**
138
- * @public
139
138
  * <p>The name of the user whose key you want to update.</p>
140
139
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
141
140
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
141
+ * @public
142
142
  */
143
143
  UserName?: string;
144
144
  /**
145
- * @public
146
145
  * <p>The access key ID of the secret access key you want to update.</p>
147
146
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
148
147
  * consist of any upper or lowercased letter or digit.</p>
148
+ * @public
149
149
  */
150
150
  AccessKeyId: string | undefined;
151
151
  /**
152
- * @public
153
152
  * <p> The status you want to assign to the secret access key. <code>Active</code> means
154
153
  * that the key can be used for programmatic calls to Amazon Web Services, while <code>Inactive</code>
155
154
  * means that the key cannot be used.</p>
155
+ * @public
156
156
  */
157
157
  Status: StatusType | undefined;
158
158
  }
@@ -161,51 +161,50 @@ export interface UpdateAccessKeyRequest {
161
161
  */
162
162
  export interface UpdateAccountPasswordPolicyRequest {
163
163
  /**
164
- * @public
165
164
  * <p>The minimum number of characters allowed in an IAM user password.</p>
166
165
  * <p>If you do not specify a value for this parameter, then the operation uses the default
167
166
  * value of <code>6</code>.</p>
167
+ * @public
168
168
  */
169
169
  MinimumPasswordLength?: number;
170
170
  /**
171
- * @public
172
171
  * <p>Specifies whether IAM user passwords must contain at least one of the following
173
172
  * non-alphanumeric characters:</p>
174
173
  * <p>! @ # $ % ^ & * ( ) _ + - = [ ] \{ \} | '</p>
175
174
  * <p>If you do not specify a value for this parameter, then the operation uses the default
176
175
  * value of <code>false</code>. The result is that passwords do not require at least one
177
176
  * symbol character.</p>
177
+ * @public
178
178
  */
179
179
  RequireSymbols?: boolean;
180
180
  /**
181
- * @public
182
181
  * <p>Specifies whether IAM user passwords must contain at least one numeric character (0
183
182
  * to 9).</p>
184
183
  * <p>If you do not specify a value for this parameter, then the operation uses the default
185
184
  * value of <code>false</code>. The result is that passwords do not require at least one
186
185
  * numeric character.</p>
186
+ * @public
187
187
  */
188
188
  RequireNumbers?: boolean;
189
189
  /**
190
- * @public
191
190
  * <p>Specifies whether IAM user passwords must contain at least one uppercase character
192
191
  * from the ISO basic Latin alphabet (A to Z).</p>
193
192
  * <p>If you do not specify a value for this parameter, then the operation uses the default
194
193
  * value of <code>false</code>. The result is that passwords do not require at least one
195
194
  * uppercase character.</p>
195
+ * @public
196
196
  */
197
197
  RequireUppercaseCharacters?: boolean;
198
198
  /**
199
- * @public
200
199
  * <p>Specifies whether IAM user passwords must contain at least one lowercase character
201
200
  * from the ISO basic Latin alphabet (a to z).</p>
202
201
  * <p>If you do not specify a value for this parameter, then the operation uses the default
203
202
  * value of <code>false</code>. The result is that passwords do not require at least one
204
203
  * lowercase character.</p>
204
+ * @public
205
205
  */
206
206
  RequireLowercaseCharacters?: boolean;
207
207
  /**
208
- * @public
209
208
  * <p> Allows all IAM users in your account to use the Amazon Web Services Management Console to change their own
210
209
  * passwords. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_enable-user-change.html">Permitting
211
210
  * IAM users to change their own passwords</a> in the
@@ -213,26 +212,26 @@ export interface UpdateAccountPasswordPolicyRequest {
213
212
  * <p>If you do not specify a value for this parameter, then the operation uses the default
214
213
  * value of <code>false</code>. The result is that IAM users in the account do not
215
214
  * automatically have permissions to change their own password.</p>
215
+ * @public
216
216
  */
217
217
  AllowUsersToChangePassword?: boolean;
218
218
  /**
219
- * @public
220
219
  * <p>The number of days that an IAM user password is valid.</p>
221
220
  * <p>If you do not specify a value for this parameter, then the operation uses the default
222
221
  * value of <code>0</code>. The result is that IAM user passwords never expire.</p>
222
+ * @public
223
223
  */
224
224
  MaxPasswordAge?: number;
225
225
  /**
226
- * @public
227
226
  * <p>Specifies the number of previous passwords that IAM users are prevented from
228
227
  * reusing.</p>
229
228
  * <p>If you do not specify a value for this parameter, then the operation uses the default
230
229
  * value of <code>0</code>. The result is that IAM users are not prevented from reusing
231
230
  * previous passwords.</p>
231
+ * @public
232
232
  */
233
233
  PasswordReusePrevention?: number;
234
234
  /**
235
- * @public
236
235
  * <p> Prevents IAM users who are accessing the account via the Amazon Web Services Management Console from setting a
237
236
  * new console password after their password has expired. The IAM user cannot access the
238
237
  * console until an administrator resets the password.</p>
@@ -249,6 +248,7 @@ export interface UpdateAccountPasswordPolicyRequest {
249
248
  * <code>iam:ChangePassword</code> permission and active access keys can reset
250
249
  * their own expired console password using the CLI or API.</p>
251
250
  * </note>
251
+ * @public
252
252
  */
253
253
  HardExpiry?: boolean;
254
254
  }
@@ -257,14 +257,13 @@ export interface UpdateAccountPasswordPolicyRequest {
257
257
  */
258
258
  export interface UpdateAssumeRolePolicyRequest {
259
259
  /**
260
- * @public
261
260
  * <p>The name of the role to update with the new policy.</p>
262
261
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
263
262
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
263
+ * @public
264
264
  */
265
265
  RoleName: string | undefined;
266
266
  /**
267
- * @public
268
267
  * <p>The policy that grants an entity permission to assume the role.</p>
269
268
  * <p>You must provide policies in JSON format in IAM. However, for CloudFormation
270
269
  * templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to
@@ -285,6 +284,7 @@ export interface UpdateAssumeRolePolicyRequest {
285
284
  * carriage return (<code>\u000D</code>)</p>
286
285
  * </li>
287
286
  * </ul>
287
+ * @public
288
288
  */
289
289
  PolicyDocument: string | undefined;
290
290
  }
@@ -293,28 +293,28 @@ export interface UpdateAssumeRolePolicyRequest {
293
293
  */
294
294
  export interface UpdateGroupRequest {
295
295
  /**
296
- * @public
297
296
  * <p>Name of the IAM group to update. If you're changing the name of the group, this is
298
297
  * the original name.</p>
299
298
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
300
299
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
300
+ * @public
301
301
  */
302
302
  GroupName: string | undefined;
303
303
  /**
304
- * @public
305
304
  * <p>New path for the IAM group. Only include this if changing the group's path.</p>
306
305
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
307
306
  * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
308
307
  * In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including
309
308
  * most punctuation characters, digits, and upper and lowercased letters.</p>
309
+ * @public
310
310
  */
311
311
  NewPath?: string;
312
312
  /**
313
- * @public
314
313
  * <p>New name for the IAM group. Only include this if changing the group's name.</p>
315
314
  * <p>IAM user, group, role, and policy names must be unique within the account. Names are
316
315
  * not distinguished by case. For example, you cannot create resources named both
317
316
  * "MyResource" and "myresource".</p>
317
+ * @public
318
318
  */
319
319
  NewGroupName?: string;
320
320
  }
@@ -323,14 +323,13 @@ export interface UpdateGroupRequest {
323
323
  */
324
324
  export interface UpdateLoginProfileRequest {
325
325
  /**
326
- * @public
327
326
  * <p>The name of the user whose password you want to update.</p>
328
327
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
329
328
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
329
+ * @public
330
330
  */
331
331
  UserName: string | undefined;
332
332
  /**
333
- * @public
334
333
  * <p>The new password for the specified IAM user.</p>
335
334
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
336
335
  * used to validate this parameter is a string of characters consisting of the following:</p>
@@ -350,12 +349,13 @@ export interface UpdateLoginProfileRequest {
350
349
  * </ul>
351
350
  * <p>However, the format can be further restricted by the account administrator by setting
352
351
  * a password policy on the Amazon Web Services account. For more information, see <a>UpdateAccountPasswordPolicy</a>.</p>
352
+ * @public
353
353
  */
354
354
  Password?: string;
355
355
  /**
356
- * @public
357
356
  * <p>Allows this new password to be used only once by requiring the specified IAM user to
358
357
  * set a new password on next sign-in.</p>
358
+ * @public
359
359
  */
360
360
  PasswordResetRequired?: boolean;
361
361
  }
@@ -364,17 +364,17 @@ export interface UpdateLoginProfileRequest {
364
364
  */
365
365
  export interface UpdateOpenIDConnectProviderThumbprintRequest {
366
366
  /**
367
- * @public
368
367
  * <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource object for which
369
368
  * you want to update the thumbprint. You can get a list of OIDC provider ARNs by using the
370
369
  * <a>ListOpenIDConnectProviders</a> operation.</p>
371
370
  * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
371
+ * @public
372
372
  */
373
373
  OpenIDConnectProviderArn: string | undefined;
374
374
  /**
375
- * @public
376
375
  * <p>A list of certificate thumbprints that are associated with the specified IAM OpenID
377
376
  * Connect provider. For more information, see <a>CreateOpenIDConnectProvider</a>. </p>
377
+ * @public
378
378
  */
379
379
  ThumbprintList: string[] | undefined;
380
380
  }
@@ -383,17 +383,16 @@ export interface UpdateOpenIDConnectProviderThumbprintRequest {
383
383
  */
384
384
  export interface UpdateRoleRequest {
385
385
  /**
386
- * @public
387
386
  * <p>The name of the role that you want to modify.</p>
387
+ * @public
388
388
  */
389
389
  RoleName: string | undefined;
390
390
  /**
391
- * @public
392
391
  * <p>The new description that you want to apply to the specified role.</p>
392
+ * @public
393
393
  */
394
394
  Description?: string;
395
395
  /**
396
- * @public
397
396
  * <p>The maximum session duration (in seconds) that you want to set for the specified role.
398
397
  * If you do not specify a value for this setting, the default value of one hour is
399
398
  * applied. This setting can have a value from 1 hour to 12 hours.</p>
@@ -407,6 +406,7 @@ export interface UpdateRoleRequest {
407
406
  * or the <code>assume-role*</code> CLI operations but does not apply when you use those
408
407
  * operations to create a console URL. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html">Using IAM
409
408
  * roles</a> in the <i>IAM User Guide</i>.</p>
409
+ * @public
410
410
  */
411
411
  MaxSessionDuration?: number;
412
412
  }
@@ -420,13 +420,13 @@ export interface UpdateRoleResponse {
420
420
  */
421
421
  export interface UpdateRoleDescriptionRequest {
422
422
  /**
423
- * @public
424
423
  * <p>The name of the role that you want to modify.</p>
424
+ * @public
425
425
  */
426
426
  RoleName: string | undefined;
427
427
  /**
428
- * @public
429
428
  * <p>The new description that you want to apply to the specified role.</p>
429
+ * @public
430
430
  */
431
431
  Description: string | undefined;
432
432
  }
@@ -435,8 +435,8 @@ export interface UpdateRoleDescriptionRequest {
435
435
  */
436
436
  export interface UpdateRoleDescriptionResponse {
437
437
  /**
438
- * @public
439
438
  * <p>A structure that contains details about the modified role.</p>
439
+ * @public
440
440
  */
441
441
  Role?: Role;
442
442
  }
@@ -445,30 +445,30 @@ export interface UpdateRoleDescriptionResponse {
445
445
  */
446
446
  export interface UpdateSAMLProviderRequest {
447
447
  /**
448
- * @public
449
448
  * <p>An XML document generated by an identity provider (IdP) that supports SAML 2.0. The
450
449
  * document includes the issuer's name, expiration information, and keys that can be used
451
450
  * to validate the SAML authentication response (assertions) that are received from the
452
451
  * IdP. You must generate the metadata document using the identity management software that
453
452
  * is used as your organization's IdP.</p>
453
+ * @public
454
454
  */
455
455
  SAMLMetadataDocument: string | undefined;
456
456
  /**
457
- * @public
458
457
  * <p>The Amazon Resource Name (ARN) of the SAML provider to update.</p>
459
458
  * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
459
+ * @public
460
460
  */
461
461
  SAMLProviderArn: string | undefined;
462
462
  }
463
463
  /**
464
- * @public
465
464
  * <p>Contains the response to a successful <a>UpdateSAMLProvider</a> request.
466
465
  * </p>
466
+ * @public
467
467
  */
468
468
  export interface UpdateSAMLProviderResponse {
469
469
  /**
470
- * @public
471
470
  * <p>The Amazon Resource Name (ARN) of the SAML provider that was updated.</p>
471
+ * @public
472
472
  */
473
473
  SAMLProviderArn?: string;
474
474
  }
@@ -477,28 +477,28 @@ export interface UpdateSAMLProviderResponse {
477
477
  */
478
478
  export interface UpdateServerCertificateRequest {
479
479
  /**
480
- * @public
481
480
  * <p>The name of the server certificate that you want to update.</p>
482
481
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
483
482
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
483
+ * @public
484
484
  */
485
485
  ServerCertificateName: string | undefined;
486
486
  /**
487
- * @public
488
487
  * <p>The new path for the server certificate. Include this only if you are updating the
489
488
  * server certificate's path.</p>
490
489
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
491
490
  * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
492
491
  * In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including
493
492
  * most punctuation characters, digits, and upper and lowercased letters.</p>
493
+ * @public
494
494
  */
495
495
  NewPath?: string;
496
496
  /**
497
- * @public
498
497
  * <p>The new name for the server certificate. Include this only if you are updating the
499
498
  * server certificate's name. The name of the certificate cannot contain any spaces.</p>
500
499
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
501
500
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
501
+ * @public
502
502
  */
503
503
  NewServerCertificateName?: string;
504
504
  }
@@ -507,24 +507,24 @@ export interface UpdateServerCertificateRequest {
507
507
  */
508
508
  export interface UpdateServiceSpecificCredentialRequest {
509
509
  /**
510
- * @public
511
510
  * <p>The name of the IAM user associated with the service-specific credential. If you do
512
511
  * not specify this value, then the operation assumes the user whose credentials are used
513
512
  * to call the operation.</p>
514
513
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
515
514
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
515
+ * @public
516
516
  */
517
517
  UserName?: string;
518
518
  /**
519
- * @public
520
519
  * <p>The unique identifier of the service-specific credential.</p>
521
520
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
522
521
  * consist of any upper or lowercased letter or digit.</p>
522
+ * @public
523
523
  */
524
524
  ServiceSpecificCredentialId: string | undefined;
525
525
  /**
526
- * @public
527
526
  * <p>The status to be assigned to the service-specific credential.</p>
527
+ * @public
528
528
  */
529
529
  Status: StatusType | undefined;
530
530
  }
@@ -533,24 +533,24 @@ export interface UpdateServiceSpecificCredentialRequest {
533
533
  */
534
534
  export interface UpdateSigningCertificateRequest {
535
535
  /**
536
- * @public
537
536
  * <p>The name of the IAM user the signing certificate belongs to.</p>
538
537
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
539
538
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
539
+ * @public
540
540
  */
541
541
  UserName?: string;
542
542
  /**
543
- * @public
544
543
  * <p>The ID of the signing certificate you want to update.</p>
545
544
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
546
545
  * consist of any upper or lowercased letter or digit.</p>
546
+ * @public
547
547
  */
548
548
  CertificateId: string | undefined;
549
549
  /**
550
- * @public
551
550
  * <p> The status you want to assign to the certificate. <code>Active</code> means that the
552
551
  * certificate can be used for programmatic calls to Amazon Web Services <code>Inactive</code> means that
553
552
  * the certificate cannot be used.</p>
553
+ * @public
554
554
  */
555
555
  Status: StatusType | undefined;
556
556
  }
@@ -559,24 +559,24 @@ export interface UpdateSigningCertificateRequest {
559
559
  */
560
560
  export interface UpdateSSHPublicKeyRequest {
561
561
  /**
562
- * @public
563
562
  * <p>The name of the IAM user associated with the SSH public key.</p>
564
563
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
565
564
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
565
+ * @public
566
566
  */
567
567
  UserName: string | undefined;
568
568
  /**
569
- * @public
570
569
  * <p>The unique identifier for the SSH public key.</p>
571
570
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
572
571
  * consist of any upper or lowercased letter or digit.</p>
572
+ * @public
573
573
  */
574
574
  SSHPublicKeyId: string | undefined;
575
575
  /**
576
- * @public
577
576
  * <p>The status to assign to the SSH public key. <code>Active</code> means that the key can
578
577
  * be used for authentication with an CodeCommit repository. <code>Inactive</code> means that
579
578
  * the key cannot be used.</p>
579
+ * @public
580
580
  */
581
581
  Status: StatusType | undefined;
582
582
  }
@@ -585,37 +585,37 @@ export interface UpdateSSHPublicKeyRequest {
585
585
  */
586
586
  export interface UpdateUserRequest {
587
587
  /**
588
- * @public
589
588
  * <p>Name of the user to update. If you're changing the name of the user, this is the
590
589
  * original user name.</p>
591
590
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
592
591
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
592
+ * @public
593
593
  */
594
594
  UserName: string | undefined;
595
595
  /**
596
- * @public
597
596
  * <p>New path for the IAM user. Include this parameter only if you're changing the user's
598
597
  * path.</p>
599
598
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
600
599
  * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
601
600
  * In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including
602
601
  * most punctuation characters, digits, and upper and lowercased letters.</p>
602
+ * @public
603
603
  */
604
604
  NewPath?: string;
605
605
  /**
606
- * @public
607
606
  * <p>New name for the user. Include this parameter only if you're changing the user's
608
607
  * name.</p>
609
608
  * <p>IAM user, group, role, and policy names must be unique within the account. Names are
610
609
  * not distinguished by case. For example, you cannot create resources named both
611
610
  * "MyResource" and "myresource".</p>
611
+ * @public
612
612
  */
613
613
  NewUserName?: string;
614
614
  }
615
615
  /**
616
- * @public
617
616
  * <p>The request was rejected because the public key certificate and the private key do not
618
617
  * match.</p>
618
+ * @public
619
619
  */
620
620
  export declare class KeyPairMismatchException extends __BaseException {
621
621
  readonly name: "KeyPairMismatchException";
@@ -626,9 +626,9 @@ export declare class KeyPairMismatchException extends __BaseException {
626
626
  constructor(opts: __ExceptionOptionType<KeyPairMismatchException, __BaseException>);
627
627
  }
628
628
  /**
629
- * @public
630
629
  * <p>The request was rejected because the certificate was malformed or expired. The error
631
630
  * message describes the specific error.</p>
631
+ * @public
632
632
  */
633
633
  export declare class MalformedCertificateException extends __BaseException {
634
634
  readonly name: "MalformedCertificateException";
@@ -643,7 +643,6 @@ export declare class MalformedCertificateException extends __BaseException {
643
643
  */
644
644
  export interface UploadServerCertificateRequest {
645
645
  /**
646
- * @public
647
646
  * <p>The path for the server certificate. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
648
647
  * identifiers</a> in the <i>IAM User Guide</i>.</p>
649
648
  * <p>This parameter is optional. If it is not included, it defaults to a slash (/).
@@ -657,18 +656,18 @@ export interface UploadServerCertificateRequest {
657
656
  * parameter. The path must begin with <code>/cloudfront</code> and must include a
658
657
  * trailing slash (for example, <code>/cloudfront/test/</code>).</p>
659
658
  * </note>
659
+ * @public
660
660
  */
661
661
  Path?: string;
662
662
  /**
663
- * @public
664
663
  * <p>The name for the server certificate. Do not include the path in this value. The name
665
664
  * of the certificate cannot contain any spaces.</p>
666
665
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
667
666
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
667
+ * @public
668
668
  */
669
669
  ServerCertificateName: string | undefined;
670
670
  /**
671
- * @public
672
671
  * <p>The contents of the public key certificate in PEM-encoded format.</p>
673
672
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
674
673
  * used to validate this parameter is a string of characters consisting of the following:</p>
@@ -686,10 +685,10 @@ export interface UploadServerCertificateRequest {
686
685
  * carriage return (<code>\u000D</code>)</p>
687
686
  * </li>
688
687
  * </ul>
688
+ * @public
689
689
  */
690
690
  CertificateBody: string | undefined;
691
691
  /**
692
- * @public
693
692
  * <p>The contents of the private key in PEM-encoded format.</p>
694
693
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
695
694
  * used to validate this parameter is a string of characters consisting of the following:</p>
@@ -707,10 +706,10 @@ export interface UploadServerCertificateRequest {
707
706
  * carriage return (<code>\u000D</code>)</p>
708
707
  * </li>
709
708
  * </ul>
709
+ * @public
710
710
  */
711
711
  PrivateKey: string | undefined;
712
712
  /**
713
- * @public
714
713
  * <p>The contents of the certificate chain. This is typically a concatenation of the
715
714
  * PEM-encoded public key certificates of the chain.</p>
716
715
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
@@ -729,10 +728,10 @@ export interface UploadServerCertificateRequest {
729
728
  * carriage return (<code>\u000D</code>)</p>
730
729
  * </li>
731
730
  * </ul>
731
+ * @public
732
732
  */
733
733
  CertificateChain?: string;
734
734
  /**
735
- * @public
736
735
  * <p>A list of tags that you want to attach to the new IAM server certificate resource.
737
736
  * Each tag consists of a key name and an associated value. 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
738
737
  * <i>IAM User Guide</i>.</p>
@@ -740,33 +739,34 @@ export interface UploadServerCertificateRequest {
740
739
  * <p>If any one of the tags is invalid or if you exceed the allowed maximum number of tags, then the entire request
741
740
  * fails and the resource is not created.</p>
742
741
  * </note>
742
+ * @public
743
743
  */
744
744
  Tags?: Tag[];
745
745
  }
746
746
  /**
747
- * @public
748
747
  * <p>Contains the response to a successful <a>UploadServerCertificate</a>
749
748
  * request. </p>
749
+ * @public
750
750
  */
751
751
  export interface UploadServerCertificateResponse {
752
752
  /**
753
- * @public
754
753
  * <p>The meta information of the uploaded server certificate without its certificate body,
755
754
  * certificate chain, and private key.</p>
755
+ * @public
756
756
  */
757
757
  ServerCertificateMetadata?: ServerCertificateMetadata;
758
758
  /**
759
- * @public
760
759
  * <p>A list of tags that are attached to the new IAM server certificate. The returned list of tags is sorted by tag key.
761
760
  * 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
762
761
  * <i>IAM User Guide</i>.</p>
762
+ * @public
763
763
  */
764
764
  Tags?: Tag[];
765
765
  }
766
766
  /**
767
- * @public
768
767
  * <p>The request was rejected because the same certificate is associated with an IAM user in
769
768
  * the account.</p>
769
+ * @public
770
770
  */
771
771
  export declare class DuplicateCertificateException extends __BaseException {
772
772
  readonly name: "DuplicateCertificateException";
@@ -777,8 +777,8 @@ export declare class DuplicateCertificateException extends __BaseException {
777
777
  constructor(opts: __ExceptionOptionType<DuplicateCertificateException, __BaseException>);
778
778
  }
779
779
  /**
780
- * @public
781
780
  * <p>The request was rejected because the certificate is invalid.</p>
781
+ * @public
782
782
  */
783
783
  export declare class InvalidCertificateException extends __BaseException {
784
784
  readonly name: "InvalidCertificateException";
@@ -793,14 +793,13 @@ export declare class InvalidCertificateException extends __BaseException {
793
793
  */
794
794
  export interface UploadSigningCertificateRequest {
795
795
  /**
796
- * @public
797
796
  * <p>The name of the user the signing certificate is for.</p>
798
797
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
799
798
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
799
+ * @public
800
800
  */
801
801
  UserName?: string;
802
802
  /**
803
- * @public
804
803
  * <p>The contents of the signing certificate.</p>
805
804
  * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
806
805
  * used to validate this parameter is a string of characters consisting of the following:</p>
@@ -818,25 +817,26 @@ export interface UploadSigningCertificateRequest {
818
817
  * carriage return (<code>\u000D</code>)</p>
819
818
  * </li>
820
819
  * </ul>
820
+ * @public
821
821
  */
822
822
  CertificateBody: string | undefined;
823
823
  }
824
824
  /**
825
- * @public
826
825
  * <p>Contains the response to a successful <a>UploadSigningCertificate</a>
827
826
  * request. </p>
827
+ * @public
828
828
  */
829
829
  export interface UploadSigningCertificateResponse {
830
830
  /**
831
- * @public
832
831
  * <p>Information about the certificate.</p>
832
+ * @public
833
833
  */
834
834
  Certificate: SigningCertificate | undefined;
835
835
  }
836
836
  /**
837
- * @public
838
837
  * <p>The request was rejected because the SSH public key is already associated with the
839
838
  * specified IAM user.</p>
839
+ * @public
840
840
  */
841
841
  export declare class DuplicateSSHPublicKeyException extends __BaseException {
842
842
  readonly name: "DuplicateSSHPublicKeyException";
@@ -847,8 +847,8 @@ export declare class DuplicateSSHPublicKeyException extends __BaseException {
847
847
  constructor(opts: __ExceptionOptionType<DuplicateSSHPublicKeyException, __BaseException>);
848
848
  }
849
849
  /**
850
- * @public
851
850
  * <p>The request was rejected because the public key is malformed or otherwise invalid.</p>
851
+ * @public
852
852
  */
853
853
  export declare class InvalidPublicKeyException extends __BaseException {
854
854
  readonly name: "InvalidPublicKeyException";
@@ -863,14 +863,13 @@ export declare class InvalidPublicKeyException extends __BaseException {
863
863
  */
864
864
  export interface UploadSSHPublicKeyRequest {
865
865
  /**
866
- * @public
867
866
  * <p>The name of the IAM user to associate the SSH public key with.</p>
868
867
  * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting of upper and lowercase alphanumeric
869
868
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
869
+ * @public
870
870
  */
871
871
  UserName: string | undefined;
872
872
  /**
873
- * @public
874
873
  * <p>The SSH public key. The public key must be encoded in ssh-rsa format or PEM format.
875
874
  * The minimum bit-length of the public key is 2048 bits. For example, you can generate a
876
875
  * 2048-bit key, and the resulting PEM file is 1679 bytes long.</p>
@@ -890,18 +889,19 @@ export interface UploadSSHPublicKeyRequest {
890
889
  * carriage return (<code>\u000D</code>)</p>
891
890
  * </li>
892
891
  * </ul>
892
+ * @public
893
893
  */
894
894
  SSHPublicKeyBody: string | undefined;
895
895
  }
896
896
  /**
897
- * @public
898
897
  * <p>Contains the response to a successful <a>UploadSSHPublicKey</a>
899
898
  * request.</p>
899
+ * @public
900
900
  */
901
901
  export interface UploadSSHPublicKeyResponse {
902
902
  /**
903
- * @public
904
903
  * <p>Contains information about the SSH public key.</p>
904
+ * @public
905
905
  */
906
906
  SSHPublicKey?: SSHPublicKey;
907
907
  }