@aws-sdk/client-iam 3.296.0 → 3.298.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 (516) hide show
  1. package/dist-cjs/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -3
  2. package/dist-cjs/commands/AddRoleToInstanceProfileCommand.js +2 -3
  3. package/dist-cjs/commands/AddUserToGroupCommand.js +2 -3
  4. package/dist-cjs/commands/AttachGroupPolicyCommand.js +2 -3
  5. package/dist-cjs/commands/AttachRolePolicyCommand.js +2 -3
  6. package/dist-cjs/commands/AttachUserPolicyCommand.js +2 -3
  7. package/dist-cjs/commands/ChangePasswordCommand.js +1 -1
  8. package/dist-cjs/commands/CreateAccessKeyCommand.js +1 -1
  9. package/dist-cjs/commands/CreateAccountAliasCommand.js +2 -3
  10. package/dist-cjs/commands/CreateGroupCommand.js +2 -3
  11. package/dist-cjs/commands/CreateInstanceProfileCommand.js +2 -3
  12. package/dist-cjs/commands/CreateLoginProfileCommand.js +1 -1
  13. package/dist-cjs/commands/CreateOpenIDConnectProviderCommand.js +2 -3
  14. package/dist-cjs/commands/CreatePolicyCommand.js +2 -3
  15. package/dist-cjs/commands/CreatePolicyVersionCommand.js +2 -3
  16. package/dist-cjs/commands/CreateRoleCommand.js +2 -3
  17. package/dist-cjs/commands/CreateSAMLProviderCommand.js +2 -3
  18. package/dist-cjs/commands/CreateServiceLinkedRoleCommand.js +2 -3
  19. package/dist-cjs/commands/CreateServiceSpecificCredentialCommand.js +1 -1
  20. package/dist-cjs/commands/CreateUserCommand.js +2 -3
  21. package/dist-cjs/commands/CreateVirtualMFADeviceCommand.js +1 -1
  22. package/dist-cjs/commands/DeactivateMFADeviceCommand.js +2 -3
  23. package/dist-cjs/commands/DeleteAccessKeyCommand.js +2 -3
  24. package/dist-cjs/commands/DeleteAccountAliasCommand.js +2 -3
  25. package/dist-cjs/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  26. package/dist-cjs/commands/DeleteGroupCommand.js +2 -3
  27. package/dist-cjs/commands/DeleteGroupPolicyCommand.js +2 -3
  28. package/dist-cjs/commands/DeleteInstanceProfileCommand.js +2 -3
  29. package/dist-cjs/commands/DeleteLoginProfileCommand.js +2 -3
  30. package/dist-cjs/commands/DeleteOpenIDConnectProviderCommand.js +2 -3
  31. package/dist-cjs/commands/DeletePolicyCommand.js +2 -3
  32. package/dist-cjs/commands/DeletePolicyVersionCommand.js +2 -3
  33. package/dist-cjs/commands/DeleteRoleCommand.js +2 -3
  34. package/dist-cjs/commands/DeleteRolePermissionsBoundaryCommand.js +2 -3
  35. package/dist-cjs/commands/DeleteRolePolicyCommand.js +2 -3
  36. package/dist-cjs/commands/DeleteSAMLProviderCommand.js +2 -3
  37. package/dist-cjs/commands/DeleteSSHPublicKeyCommand.js +2 -3
  38. package/dist-cjs/commands/DeleteServerCertificateCommand.js +2 -3
  39. package/dist-cjs/commands/DeleteServiceLinkedRoleCommand.js +2 -3
  40. package/dist-cjs/commands/DeleteServiceSpecificCredentialCommand.js +2 -3
  41. package/dist-cjs/commands/DeleteSigningCertificateCommand.js +2 -3
  42. package/dist-cjs/commands/DeleteUserCommand.js +2 -3
  43. package/dist-cjs/commands/DeleteUserPermissionsBoundaryCommand.js +2 -3
  44. package/dist-cjs/commands/DeleteUserPolicyCommand.js +2 -3
  45. package/dist-cjs/commands/DeleteVirtualMFADeviceCommand.js +2 -3
  46. package/dist-cjs/commands/DetachGroupPolicyCommand.js +2 -3
  47. package/dist-cjs/commands/DetachRolePolicyCommand.js +2 -3
  48. package/dist-cjs/commands/DetachUserPolicyCommand.js +2 -3
  49. package/dist-cjs/commands/EnableMFADeviceCommand.js +2 -3
  50. package/dist-cjs/commands/GenerateCredentialReportCommand.js +2 -3
  51. package/dist-cjs/commands/GenerateOrganizationsAccessReportCommand.js +2 -3
  52. package/dist-cjs/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -3
  53. package/dist-cjs/commands/GetAccessKeyLastUsedCommand.js +2 -3
  54. package/dist-cjs/commands/GetAccountAuthorizationDetailsCommand.js +2 -3
  55. package/dist-cjs/commands/GetAccountPasswordPolicyCommand.js +2 -3
  56. package/dist-cjs/commands/GetAccountSummaryCommand.js +2 -3
  57. package/dist-cjs/commands/GetContextKeysForCustomPolicyCommand.js +2 -3
  58. package/dist-cjs/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -3
  59. package/dist-cjs/commands/GetCredentialReportCommand.js +2 -3
  60. package/dist-cjs/commands/GetGroupCommand.js +2 -3
  61. package/dist-cjs/commands/GetGroupPolicyCommand.js +2 -3
  62. package/dist-cjs/commands/GetInstanceProfileCommand.js +2 -3
  63. package/dist-cjs/commands/GetLoginProfileCommand.js +2 -3
  64. package/dist-cjs/commands/GetOpenIDConnectProviderCommand.js +2 -3
  65. package/dist-cjs/commands/GetOrganizationsAccessReportCommand.js +2 -3
  66. package/dist-cjs/commands/GetPolicyCommand.js +2 -3
  67. package/dist-cjs/commands/GetPolicyVersionCommand.js +2 -3
  68. package/dist-cjs/commands/GetRoleCommand.js +2 -3
  69. package/dist-cjs/commands/GetRolePolicyCommand.js +2 -3
  70. package/dist-cjs/commands/GetSAMLProviderCommand.js +2 -3
  71. package/dist-cjs/commands/GetSSHPublicKeyCommand.js +2 -3
  72. package/dist-cjs/commands/GetServerCertificateCommand.js +2 -3
  73. package/dist-cjs/commands/GetServiceLastAccessedDetailsCommand.js +2 -3
  74. package/dist-cjs/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -3
  75. package/dist-cjs/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -3
  76. package/dist-cjs/commands/GetUserCommand.js +2 -3
  77. package/dist-cjs/commands/GetUserPolicyCommand.js +2 -3
  78. package/dist-cjs/commands/ListAccessKeysCommand.js +2 -3
  79. package/dist-cjs/commands/ListAccountAliasesCommand.js +2 -3
  80. package/dist-cjs/commands/ListAttachedGroupPoliciesCommand.js +2 -3
  81. package/dist-cjs/commands/ListAttachedRolePoliciesCommand.js +2 -3
  82. package/dist-cjs/commands/ListAttachedUserPoliciesCommand.js +2 -3
  83. package/dist-cjs/commands/ListEntitiesForPolicyCommand.js +2 -3
  84. package/dist-cjs/commands/ListGroupPoliciesCommand.js +2 -3
  85. package/dist-cjs/commands/ListGroupsCommand.js +2 -3
  86. package/dist-cjs/commands/ListGroupsForUserCommand.js +2 -3
  87. package/dist-cjs/commands/ListInstanceProfileTagsCommand.js +2 -3
  88. package/dist-cjs/commands/ListInstanceProfilesCommand.js +2 -3
  89. package/dist-cjs/commands/ListInstanceProfilesForRoleCommand.js +2 -3
  90. package/dist-cjs/commands/ListMFADeviceTagsCommand.js +2 -3
  91. package/dist-cjs/commands/ListMFADevicesCommand.js +2 -3
  92. package/dist-cjs/commands/ListOpenIDConnectProviderTagsCommand.js +2 -3
  93. package/dist-cjs/commands/ListOpenIDConnectProvidersCommand.js +2 -3
  94. package/dist-cjs/commands/ListPoliciesCommand.js +2 -3
  95. package/dist-cjs/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -3
  96. package/dist-cjs/commands/ListPolicyTagsCommand.js +2 -3
  97. package/dist-cjs/commands/ListPolicyVersionsCommand.js +2 -3
  98. package/dist-cjs/commands/ListRolePoliciesCommand.js +2 -3
  99. package/dist-cjs/commands/ListRoleTagsCommand.js +2 -3
  100. package/dist-cjs/commands/ListRolesCommand.js +2 -3
  101. package/dist-cjs/commands/ListSAMLProviderTagsCommand.js +2 -3
  102. package/dist-cjs/commands/ListSAMLProvidersCommand.js +2 -3
  103. package/dist-cjs/commands/ListSSHPublicKeysCommand.js +2 -3
  104. package/dist-cjs/commands/ListServerCertificateTagsCommand.js +2 -3
  105. package/dist-cjs/commands/ListServerCertificatesCommand.js +2 -3
  106. package/dist-cjs/commands/ListServiceSpecificCredentialsCommand.js +2 -3
  107. package/dist-cjs/commands/ListSigningCertificatesCommand.js +2 -3
  108. package/dist-cjs/commands/ListUserPoliciesCommand.js +2 -3
  109. package/dist-cjs/commands/ListUserTagsCommand.js +2 -3
  110. package/dist-cjs/commands/ListUsersCommand.js +2 -3
  111. package/dist-cjs/commands/ListVirtualMFADevicesCommand.js +1 -1
  112. package/dist-cjs/commands/PutGroupPolicyCommand.js +2 -3
  113. package/dist-cjs/commands/PutRolePermissionsBoundaryCommand.js +2 -3
  114. package/dist-cjs/commands/PutRolePolicyCommand.js +2 -3
  115. package/dist-cjs/commands/PutUserPermissionsBoundaryCommand.js +2 -3
  116. package/dist-cjs/commands/PutUserPolicyCommand.js +2 -3
  117. package/dist-cjs/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -3
  118. package/dist-cjs/commands/RemoveRoleFromInstanceProfileCommand.js +2 -3
  119. package/dist-cjs/commands/RemoveUserFromGroupCommand.js +2 -3
  120. package/dist-cjs/commands/ResetServiceSpecificCredentialCommand.js +1 -1
  121. package/dist-cjs/commands/ResyncMFADeviceCommand.js +2 -3
  122. package/dist-cjs/commands/SetDefaultPolicyVersionCommand.js +2 -3
  123. package/dist-cjs/commands/SetSecurityTokenServicePreferencesCommand.js +2 -3
  124. package/dist-cjs/commands/SimulateCustomPolicyCommand.js +2 -3
  125. package/dist-cjs/commands/SimulatePrincipalPolicyCommand.js +2 -3
  126. package/dist-cjs/commands/TagInstanceProfileCommand.js +2 -3
  127. package/dist-cjs/commands/TagMFADeviceCommand.js +2 -3
  128. package/dist-cjs/commands/TagOpenIDConnectProviderCommand.js +2 -3
  129. package/dist-cjs/commands/TagPolicyCommand.js +2 -3
  130. package/dist-cjs/commands/TagRoleCommand.js +2 -3
  131. package/dist-cjs/commands/TagSAMLProviderCommand.js +2 -3
  132. package/dist-cjs/commands/TagServerCertificateCommand.js +2 -3
  133. package/dist-cjs/commands/TagUserCommand.js +2 -3
  134. package/dist-cjs/commands/UntagInstanceProfileCommand.js +2 -3
  135. package/dist-cjs/commands/UntagMFADeviceCommand.js +2 -3
  136. package/dist-cjs/commands/UntagOpenIDConnectProviderCommand.js +2 -3
  137. package/dist-cjs/commands/UntagPolicyCommand.js +2 -3
  138. package/dist-cjs/commands/UntagRoleCommand.js +2 -3
  139. package/dist-cjs/commands/UntagSAMLProviderCommand.js +2 -3
  140. package/dist-cjs/commands/UntagServerCertificateCommand.js +2 -3
  141. package/dist-cjs/commands/UntagUserCommand.js +2 -3
  142. package/dist-cjs/commands/UpdateAccessKeyCommand.js +2 -3
  143. package/dist-cjs/commands/UpdateAccountPasswordPolicyCommand.js +2 -3
  144. package/dist-cjs/commands/UpdateAssumeRolePolicyCommand.js +2 -3
  145. package/dist-cjs/commands/UpdateGroupCommand.js +2 -3
  146. package/dist-cjs/commands/UpdateLoginProfileCommand.js +1 -1
  147. package/dist-cjs/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -3
  148. package/dist-cjs/commands/UpdateRoleCommand.js +2 -3
  149. package/dist-cjs/commands/UpdateRoleDescriptionCommand.js +2 -3
  150. package/dist-cjs/commands/UpdateSAMLProviderCommand.js +2 -3
  151. package/dist-cjs/commands/UpdateSSHPublicKeyCommand.js +2 -3
  152. package/dist-cjs/commands/UpdateServerCertificateCommand.js +2 -3
  153. package/dist-cjs/commands/UpdateServiceSpecificCredentialCommand.js +2 -3
  154. package/dist-cjs/commands/UpdateSigningCertificateCommand.js +2 -3
  155. package/dist-cjs/commands/UpdateUserCommand.js +2 -3
  156. package/dist-cjs/commands/UploadSSHPublicKeyCommand.js +2 -3
  157. package/dist-cjs/commands/UploadServerCertificateCommand.js +1 -1
  158. package/dist-cjs/commands/UploadSigningCertificateCommand.js +2 -3
  159. package/dist-cjs/models/models_0.js +2 -1002
  160. package/dist-cjs/models/models_1.js +1 -105
  161. package/dist-cjs/protocols/Aws_query.js +159 -783
  162. package/dist-es/commands/AddClientIDToOpenIDConnectProviderCommand.js +2 -3
  163. package/dist-es/commands/AddRoleToInstanceProfileCommand.js +2 -3
  164. package/dist-es/commands/AddUserToGroupCommand.js +2 -3
  165. package/dist-es/commands/AttachGroupPolicyCommand.js +2 -3
  166. package/dist-es/commands/AttachRolePolicyCommand.js +2 -3
  167. package/dist-es/commands/AttachUserPolicyCommand.js +2 -3
  168. package/dist-es/commands/ChangePasswordCommand.js +1 -1
  169. package/dist-es/commands/CreateAccessKeyCommand.js +2 -2
  170. package/dist-es/commands/CreateAccountAliasCommand.js +2 -3
  171. package/dist-es/commands/CreateGroupCommand.js +2 -3
  172. package/dist-es/commands/CreateInstanceProfileCommand.js +2 -3
  173. package/dist-es/commands/CreateLoginProfileCommand.js +2 -2
  174. package/dist-es/commands/CreateOpenIDConnectProviderCommand.js +2 -3
  175. package/dist-es/commands/CreatePolicyCommand.js +2 -3
  176. package/dist-es/commands/CreatePolicyVersionCommand.js +2 -3
  177. package/dist-es/commands/CreateRoleCommand.js +2 -3
  178. package/dist-es/commands/CreateSAMLProviderCommand.js +2 -3
  179. package/dist-es/commands/CreateServiceLinkedRoleCommand.js +2 -3
  180. package/dist-es/commands/CreateServiceSpecificCredentialCommand.js +2 -2
  181. package/dist-es/commands/CreateUserCommand.js +2 -3
  182. package/dist-es/commands/CreateVirtualMFADeviceCommand.js +2 -2
  183. package/dist-es/commands/DeactivateMFADeviceCommand.js +2 -3
  184. package/dist-es/commands/DeleteAccessKeyCommand.js +2 -3
  185. package/dist-es/commands/DeleteAccountAliasCommand.js +2 -3
  186. package/dist-es/commands/DeleteAccountPasswordPolicyCommand.js +2 -2
  187. package/dist-es/commands/DeleteGroupCommand.js +2 -3
  188. package/dist-es/commands/DeleteGroupPolicyCommand.js +2 -3
  189. package/dist-es/commands/DeleteInstanceProfileCommand.js +2 -3
  190. package/dist-es/commands/DeleteLoginProfileCommand.js +2 -3
  191. package/dist-es/commands/DeleteOpenIDConnectProviderCommand.js +2 -3
  192. package/dist-es/commands/DeletePolicyCommand.js +2 -3
  193. package/dist-es/commands/DeletePolicyVersionCommand.js +2 -3
  194. package/dist-es/commands/DeleteRoleCommand.js +2 -3
  195. package/dist-es/commands/DeleteRolePermissionsBoundaryCommand.js +2 -3
  196. package/dist-es/commands/DeleteRolePolicyCommand.js +2 -3
  197. package/dist-es/commands/DeleteSAMLProviderCommand.js +2 -3
  198. package/dist-es/commands/DeleteSSHPublicKeyCommand.js +2 -3
  199. package/dist-es/commands/DeleteServerCertificateCommand.js +2 -3
  200. package/dist-es/commands/DeleteServiceLinkedRoleCommand.js +2 -3
  201. package/dist-es/commands/DeleteServiceSpecificCredentialCommand.js +2 -3
  202. package/dist-es/commands/DeleteSigningCertificateCommand.js +2 -3
  203. package/dist-es/commands/DeleteUserCommand.js +2 -3
  204. package/dist-es/commands/DeleteUserPermissionsBoundaryCommand.js +2 -3
  205. package/dist-es/commands/DeleteUserPolicyCommand.js +2 -3
  206. package/dist-es/commands/DeleteVirtualMFADeviceCommand.js +2 -3
  207. package/dist-es/commands/DetachGroupPolicyCommand.js +2 -3
  208. package/dist-es/commands/DetachRolePolicyCommand.js +2 -3
  209. package/dist-es/commands/DetachUserPolicyCommand.js +2 -3
  210. package/dist-es/commands/EnableMFADeviceCommand.js +2 -3
  211. package/dist-es/commands/GenerateCredentialReportCommand.js +2 -3
  212. package/dist-es/commands/GenerateOrganizationsAccessReportCommand.js +2 -3
  213. package/dist-es/commands/GenerateServiceLastAccessedDetailsCommand.js +2 -3
  214. package/dist-es/commands/GetAccessKeyLastUsedCommand.js +2 -3
  215. package/dist-es/commands/GetAccountAuthorizationDetailsCommand.js +2 -3
  216. package/dist-es/commands/GetAccountPasswordPolicyCommand.js +2 -3
  217. package/dist-es/commands/GetAccountSummaryCommand.js +2 -3
  218. package/dist-es/commands/GetContextKeysForCustomPolicyCommand.js +2 -3
  219. package/dist-es/commands/GetContextKeysForPrincipalPolicyCommand.js +2 -3
  220. package/dist-es/commands/GetCredentialReportCommand.js +2 -3
  221. package/dist-es/commands/GetGroupCommand.js +2 -3
  222. package/dist-es/commands/GetGroupPolicyCommand.js +2 -3
  223. package/dist-es/commands/GetInstanceProfileCommand.js +2 -3
  224. package/dist-es/commands/GetLoginProfileCommand.js +2 -3
  225. package/dist-es/commands/GetOpenIDConnectProviderCommand.js +2 -3
  226. package/dist-es/commands/GetOrganizationsAccessReportCommand.js +2 -3
  227. package/dist-es/commands/GetPolicyCommand.js +2 -3
  228. package/dist-es/commands/GetPolicyVersionCommand.js +2 -3
  229. package/dist-es/commands/GetRoleCommand.js +2 -3
  230. package/dist-es/commands/GetRolePolicyCommand.js +2 -3
  231. package/dist-es/commands/GetSAMLProviderCommand.js +2 -3
  232. package/dist-es/commands/GetSSHPublicKeyCommand.js +2 -3
  233. package/dist-es/commands/GetServerCertificateCommand.js +2 -3
  234. package/dist-es/commands/GetServiceLastAccessedDetailsCommand.js +2 -3
  235. package/dist-es/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.js +2 -3
  236. package/dist-es/commands/GetServiceLinkedRoleDeletionStatusCommand.js +2 -3
  237. package/dist-es/commands/GetUserCommand.js +2 -3
  238. package/dist-es/commands/GetUserPolicyCommand.js +2 -3
  239. package/dist-es/commands/ListAccessKeysCommand.js +2 -3
  240. package/dist-es/commands/ListAccountAliasesCommand.js +2 -3
  241. package/dist-es/commands/ListAttachedGroupPoliciesCommand.js +2 -3
  242. package/dist-es/commands/ListAttachedRolePoliciesCommand.js +2 -3
  243. package/dist-es/commands/ListAttachedUserPoliciesCommand.js +2 -3
  244. package/dist-es/commands/ListEntitiesForPolicyCommand.js +2 -3
  245. package/dist-es/commands/ListGroupPoliciesCommand.js +2 -3
  246. package/dist-es/commands/ListGroupsCommand.js +2 -3
  247. package/dist-es/commands/ListGroupsForUserCommand.js +2 -3
  248. package/dist-es/commands/ListInstanceProfileTagsCommand.js +2 -3
  249. package/dist-es/commands/ListInstanceProfilesCommand.js +2 -3
  250. package/dist-es/commands/ListInstanceProfilesForRoleCommand.js +2 -3
  251. package/dist-es/commands/ListMFADeviceTagsCommand.js +2 -3
  252. package/dist-es/commands/ListMFADevicesCommand.js +2 -3
  253. package/dist-es/commands/ListOpenIDConnectProviderTagsCommand.js +2 -3
  254. package/dist-es/commands/ListOpenIDConnectProvidersCommand.js +2 -3
  255. package/dist-es/commands/ListPoliciesCommand.js +2 -3
  256. package/dist-es/commands/ListPoliciesGrantingServiceAccessCommand.js +2 -3
  257. package/dist-es/commands/ListPolicyTagsCommand.js +2 -3
  258. package/dist-es/commands/ListPolicyVersionsCommand.js +2 -3
  259. package/dist-es/commands/ListRolePoliciesCommand.js +2 -3
  260. package/dist-es/commands/ListRoleTagsCommand.js +2 -3
  261. package/dist-es/commands/ListRolesCommand.js +2 -3
  262. package/dist-es/commands/ListSAMLProviderTagsCommand.js +2 -3
  263. package/dist-es/commands/ListSAMLProvidersCommand.js +2 -3
  264. package/dist-es/commands/ListSSHPublicKeysCommand.js +2 -3
  265. package/dist-es/commands/ListServerCertificateTagsCommand.js +2 -3
  266. package/dist-es/commands/ListServerCertificatesCommand.js +2 -3
  267. package/dist-es/commands/ListServiceSpecificCredentialsCommand.js +2 -3
  268. package/dist-es/commands/ListSigningCertificatesCommand.js +2 -3
  269. package/dist-es/commands/ListUserPoliciesCommand.js +2 -3
  270. package/dist-es/commands/ListUserTagsCommand.js +2 -3
  271. package/dist-es/commands/ListUsersCommand.js +2 -3
  272. package/dist-es/commands/ListVirtualMFADevicesCommand.js +2 -2
  273. package/dist-es/commands/PutGroupPolicyCommand.js +2 -3
  274. package/dist-es/commands/PutRolePermissionsBoundaryCommand.js +2 -3
  275. package/dist-es/commands/PutRolePolicyCommand.js +2 -3
  276. package/dist-es/commands/PutUserPermissionsBoundaryCommand.js +2 -3
  277. package/dist-es/commands/PutUserPolicyCommand.js +2 -3
  278. package/dist-es/commands/RemoveClientIDFromOpenIDConnectProviderCommand.js +2 -3
  279. package/dist-es/commands/RemoveRoleFromInstanceProfileCommand.js +2 -3
  280. package/dist-es/commands/RemoveUserFromGroupCommand.js +2 -3
  281. package/dist-es/commands/ResetServiceSpecificCredentialCommand.js +2 -2
  282. package/dist-es/commands/ResyncMFADeviceCommand.js +2 -3
  283. package/dist-es/commands/SetDefaultPolicyVersionCommand.js +2 -3
  284. package/dist-es/commands/SetSecurityTokenServicePreferencesCommand.js +2 -3
  285. package/dist-es/commands/SimulateCustomPolicyCommand.js +2 -3
  286. package/dist-es/commands/SimulatePrincipalPolicyCommand.js +2 -3
  287. package/dist-es/commands/TagInstanceProfileCommand.js +2 -3
  288. package/dist-es/commands/TagMFADeviceCommand.js +2 -3
  289. package/dist-es/commands/TagOpenIDConnectProviderCommand.js +2 -3
  290. package/dist-es/commands/TagPolicyCommand.js +2 -3
  291. package/dist-es/commands/TagRoleCommand.js +2 -3
  292. package/dist-es/commands/TagSAMLProviderCommand.js +2 -3
  293. package/dist-es/commands/TagServerCertificateCommand.js +2 -3
  294. package/dist-es/commands/TagUserCommand.js +2 -3
  295. package/dist-es/commands/UntagInstanceProfileCommand.js +2 -3
  296. package/dist-es/commands/UntagMFADeviceCommand.js +2 -3
  297. package/dist-es/commands/UntagOpenIDConnectProviderCommand.js +2 -3
  298. package/dist-es/commands/UntagPolicyCommand.js +2 -3
  299. package/dist-es/commands/UntagRoleCommand.js +2 -3
  300. package/dist-es/commands/UntagSAMLProviderCommand.js +2 -3
  301. package/dist-es/commands/UntagServerCertificateCommand.js +2 -3
  302. package/dist-es/commands/UntagUserCommand.js +2 -3
  303. package/dist-es/commands/UpdateAccessKeyCommand.js +2 -3
  304. package/dist-es/commands/UpdateAccountPasswordPolicyCommand.js +2 -3
  305. package/dist-es/commands/UpdateAssumeRolePolicyCommand.js +2 -3
  306. package/dist-es/commands/UpdateGroupCommand.js +2 -3
  307. package/dist-es/commands/UpdateLoginProfileCommand.js +1 -1
  308. package/dist-es/commands/UpdateOpenIDConnectProviderThumbprintCommand.js +2 -3
  309. package/dist-es/commands/UpdateRoleCommand.js +2 -3
  310. package/dist-es/commands/UpdateRoleDescriptionCommand.js +2 -3
  311. package/dist-es/commands/UpdateSAMLProviderCommand.js +2 -3
  312. package/dist-es/commands/UpdateSSHPublicKeyCommand.js +2 -3
  313. package/dist-es/commands/UpdateServerCertificateCommand.js +2 -3
  314. package/dist-es/commands/UpdateServiceSpecificCredentialCommand.js +2 -3
  315. package/dist-es/commands/UpdateSigningCertificateCommand.js +2 -3
  316. package/dist-es/commands/UpdateUserCommand.js +2 -3
  317. package/dist-es/commands/UploadSSHPublicKeyCommand.js +2 -3
  318. package/dist-es/commands/UploadServerCertificateCommand.js +2 -2
  319. package/dist-es/commands/UploadSigningCertificateCommand.js +2 -3
  320. package/dist-es/models/models_0.js +0 -747
  321. package/dist-es/models/models_1.js +0 -78
  322. package/dist-es/protocols/Aws_query.js +159 -783
  323. package/dist-types/IAM.d.ts +162 -2
  324. package/dist-types/IAMClient.d.ts +24 -4
  325. package/dist-types/commands/AddClientIDToOpenIDConnectProviderCommand.d.ts +16 -0
  326. package/dist-types/commands/AddRoleToInstanceProfileCommand.d.ts +20 -4
  327. package/dist-types/commands/AddUserToGroupCommand.d.ts +16 -0
  328. package/dist-types/commands/AttachGroupPolicyCommand.d.ts +16 -0
  329. package/dist-types/commands/AttachRolePolicyCommand.d.ts +20 -4
  330. package/dist-types/commands/AttachUserPolicyCommand.d.ts +16 -0
  331. package/dist-types/commands/ChangePasswordCommand.d.ts +16 -0
  332. package/dist-types/commands/CreateAccessKeyCommand.d.ts +16 -0
  333. package/dist-types/commands/CreateAccountAliasCommand.d.ts +16 -0
  334. package/dist-types/commands/CreateGroupCommand.d.ts +16 -0
  335. package/dist-types/commands/CreateInstanceProfileCommand.d.ts +16 -0
  336. package/dist-types/commands/CreateLoginProfileCommand.d.ts +16 -0
  337. package/dist-types/commands/CreateOpenIDConnectProviderCommand.d.ts +16 -0
  338. package/dist-types/commands/CreatePolicyCommand.d.ts +16 -0
  339. package/dist-types/commands/CreatePolicyVersionCommand.d.ts +16 -0
  340. package/dist-types/commands/CreateRoleCommand.d.ts +16 -0
  341. package/dist-types/commands/CreateSAMLProviderCommand.d.ts +16 -0
  342. package/dist-types/commands/CreateServiceLinkedRoleCommand.d.ts +16 -0
  343. package/dist-types/commands/CreateServiceSpecificCredentialCommand.d.ts +16 -0
  344. package/dist-types/commands/CreateUserCommand.d.ts +16 -0
  345. package/dist-types/commands/CreateVirtualMFADeviceCommand.d.ts +16 -0
  346. package/dist-types/commands/DeactivateMFADeviceCommand.d.ts +16 -0
  347. package/dist-types/commands/DeleteAccessKeyCommand.d.ts +16 -0
  348. package/dist-types/commands/DeleteAccountAliasCommand.d.ts +16 -0
  349. package/dist-types/commands/DeleteAccountPasswordPolicyCommand.d.ts +16 -0
  350. package/dist-types/commands/DeleteGroupCommand.d.ts +16 -0
  351. package/dist-types/commands/DeleteGroupPolicyCommand.d.ts +16 -0
  352. package/dist-types/commands/DeleteInstanceProfileCommand.d.ts +16 -0
  353. package/dist-types/commands/DeleteLoginProfileCommand.d.ts +16 -0
  354. package/dist-types/commands/DeleteOpenIDConnectProviderCommand.d.ts +16 -0
  355. package/dist-types/commands/DeletePolicyCommand.d.ts +16 -0
  356. package/dist-types/commands/DeletePolicyVersionCommand.d.ts +16 -0
  357. package/dist-types/commands/DeleteRoleCommand.d.ts +20 -4
  358. package/dist-types/commands/DeleteRolePermissionsBoundaryCommand.d.ts +22 -5
  359. package/dist-types/commands/DeleteRolePolicyCommand.d.ts +20 -4
  360. package/dist-types/commands/DeleteSAMLProviderCommand.d.ts +16 -0
  361. package/dist-types/commands/DeleteSSHPublicKeyCommand.d.ts +16 -0
  362. package/dist-types/commands/DeleteServerCertificateCommand.d.ts +16 -0
  363. package/dist-types/commands/DeleteServiceLinkedRoleCommand.d.ts +16 -0
  364. package/dist-types/commands/DeleteServiceSpecificCredentialCommand.d.ts +16 -0
  365. package/dist-types/commands/DeleteSigningCertificateCommand.d.ts +16 -0
  366. package/dist-types/commands/DeleteUserCommand.d.ts +16 -0
  367. package/dist-types/commands/DeleteUserPermissionsBoundaryCommand.d.ts +16 -0
  368. package/dist-types/commands/DeleteUserPolicyCommand.d.ts +16 -0
  369. package/dist-types/commands/DeleteVirtualMFADeviceCommand.d.ts +16 -0
  370. package/dist-types/commands/DetachGroupPolicyCommand.d.ts +16 -0
  371. package/dist-types/commands/DetachRolePolicyCommand.d.ts +20 -4
  372. package/dist-types/commands/DetachUserPolicyCommand.d.ts +16 -0
  373. package/dist-types/commands/EnableMFADeviceCommand.d.ts +16 -0
  374. package/dist-types/commands/GenerateCredentialReportCommand.d.ts +16 -0
  375. package/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +16 -0
  376. package/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +16 -0
  377. package/dist-types/commands/GetAccessKeyLastUsedCommand.d.ts +16 -0
  378. package/dist-types/commands/GetAccountAuthorizationDetailsCommand.d.ts +16 -0
  379. package/dist-types/commands/GetAccountPasswordPolicyCommand.d.ts +16 -0
  380. package/dist-types/commands/GetAccountSummaryCommand.d.ts +16 -0
  381. package/dist-types/commands/GetContextKeysForCustomPolicyCommand.d.ts +16 -0
  382. package/dist-types/commands/GetContextKeysForPrincipalPolicyCommand.d.ts +16 -0
  383. package/dist-types/commands/GetCredentialReportCommand.d.ts +16 -0
  384. package/dist-types/commands/GetGroupCommand.d.ts +16 -0
  385. package/dist-types/commands/GetGroupPolicyCommand.d.ts +16 -0
  386. package/dist-types/commands/GetInstanceProfileCommand.d.ts +16 -0
  387. package/dist-types/commands/GetLoginProfileCommand.d.ts +16 -0
  388. package/dist-types/commands/GetOpenIDConnectProviderCommand.d.ts +16 -0
  389. package/dist-types/commands/GetOrganizationsAccessReportCommand.d.ts +16 -0
  390. package/dist-types/commands/GetPolicyCommand.d.ts +16 -0
  391. package/dist-types/commands/GetPolicyVersionCommand.d.ts +16 -0
  392. package/dist-types/commands/GetRoleCommand.d.ts +16 -0
  393. package/dist-types/commands/GetRolePolicyCommand.d.ts +16 -0
  394. package/dist-types/commands/GetSAMLProviderCommand.d.ts +16 -0
  395. package/dist-types/commands/GetSSHPublicKeyCommand.d.ts +16 -0
  396. package/dist-types/commands/GetServerCertificateCommand.d.ts +16 -0
  397. package/dist-types/commands/GetServiceLastAccessedDetailsCommand.d.ts +16 -0
  398. package/dist-types/commands/GetServiceLastAccessedDetailsWithEntitiesCommand.d.ts +16 -0
  399. package/dist-types/commands/GetServiceLinkedRoleDeletionStatusCommand.d.ts +16 -0
  400. package/dist-types/commands/GetUserCommand.d.ts +16 -0
  401. package/dist-types/commands/GetUserPolicyCommand.d.ts +16 -0
  402. package/dist-types/commands/ListAccessKeysCommand.d.ts +16 -0
  403. package/dist-types/commands/ListAccountAliasesCommand.d.ts +16 -0
  404. package/dist-types/commands/ListAttachedGroupPoliciesCommand.d.ts +16 -0
  405. package/dist-types/commands/ListAttachedRolePoliciesCommand.d.ts +16 -0
  406. package/dist-types/commands/ListAttachedUserPoliciesCommand.d.ts +16 -0
  407. package/dist-types/commands/ListEntitiesForPolicyCommand.d.ts +16 -0
  408. package/dist-types/commands/ListGroupPoliciesCommand.d.ts +16 -0
  409. package/dist-types/commands/ListGroupsCommand.d.ts +16 -0
  410. package/dist-types/commands/ListGroupsForUserCommand.d.ts +16 -0
  411. package/dist-types/commands/ListInstanceProfileTagsCommand.d.ts +16 -0
  412. package/dist-types/commands/ListInstanceProfilesCommand.d.ts +16 -0
  413. package/dist-types/commands/ListInstanceProfilesForRoleCommand.d.ts +16 -0
  414. package/dist-types/commands/ListMFADeviceTagsCommand.d.ts +16 -0
  415. package/dist-types/commands/ListMFADevicesCommand.d.ts +16 -0
  416. package/dist-types/commands/ListOpenIDConnectProviderTagsCommand.d.ts +16 -0
  417. package/dist-types/commands/ListOpenIDConnectProvidersCommand.d.ts +16 -0
  418. package/dist-types/commands/ListPoliciesCommand.d.ts +16 -0
  419. package/dist-types/commands/ListPoliciesGrantingServiceAccessCommand.d.ts +16 -0
  420. package/dist-types/commands/ListPolicyTagsCommand.d.ts +16 -0
  421. package/dist-types/commands/ListPolicyVersionsCommand.d.ts +16 -0
  422. package/dist-types/commands/ListRolePoliciesCommand.d.ts +16 -0
  423. package/dist-types/commands/ListRoleTagsCommand.d.ts +16 -0
  424. package/dist-types/commands/ListRolesCommand.d.ts +16 -0
  425. package/dist-types/commands/ListSAMLProviderTagsCommand.d.ts +16 -0
  426. package/dist-types/commands/ListSAMLProvidersCommand.d.ts +16 -0
  427. package/dist-types/commands/ListSSHPublicKeysCommand.d.ts +16 -0
  428. package/dist-types/commands/ListServerCertificateTagsCommand.d.ts +16 -0
  429. package/dist-types/commands/ListServerCertificatesCommand.d.ts +16 -0
  430. package/dist-types/commands/ListServiceSpecificCredentialsCommand.d.ts +16 -0
  431. package/dist-types/commands/ListSigningCertificatesCommand.d.ts +16 -0
  432. package/dist-types/commands/ListUserPoliciesCommand.d.ts +16 -0
  433. package/dist-types/commands/ListUserTagsCommand.d.ts +16 -0
  434. package/dist-types/commands/ListUsersCommand.d.ts +16 -0
  435. package/dist-types/commands/ListVirtualMFADevicesCommand.d.ts +16 -0
  436. package/dist-types/commands/PutGroupPolicyCommand.d.ts +16 -0
  437. package/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +21 -5
  438. package/dist-types/commands/PutRolePolicyCommand.d.ts +20 -4
  439. package/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +16 -0
  440. package/dist-types/commands/PutUserPolicyCommand.d.ts +16 -0
  441. package/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +16 -0
  442. package/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +20 -4
  443. package/dist-types/commands/RemoveUserFromGroupCommand.d.ts +16 -0
  444. package/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +16 -0
  445. package/dist-types/commands/ResyncMFADeviceCommand.d.ts +16 -0
  446. package/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +16 -0
  447. package/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +16 -0
  448. package/dist-types/commands/SimulateCustomPolicyCommand.d.ts +16 -0
  449. package/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +16 -0
  450. package/dist-types/commands/TagInstanceProfileCommand.d.ts +16 -0
  451. package/dist-types/commands/TagMFADeviceCommand.d.ts +16 -0
  452. package/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +16 -0
  453. package/dist-types/commands/TagPolicyCommand.d.ts +16 -0
  454. package/dist-types/commands/TagRoleCommand.d.ts +16 -0
  455. package/dist-types/commands/TagSAMLProviderCommand.d.ts +16 -0
  456. package/dist-types/commands/TagServerCertificateCommand.d.ts +16 -0
  457. package/dist-types/commands/TagUserCommand.d.ts +16 -0
  458. package/dist-types/commands/UntagInstanceProfileCommand.d.ts +16 -0
  459. package/dist-types/commands/UntagMFADeviceCommand.d.ts +16 -0
  460. package/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +16 -0
  461. package/dist-types/commands/UntagPolicyCommand.d.ts +16 -0
  462. package/dist-types/commands/UntagRoleCommand.d.ts +16 -0
  463. package/dist-types/commands/UntagSAMLProviderCommand.d.ts +16 -0
  464. package/dist-types/commands/UntagServerCertificateCommand.d.ts +16 -0
  465. package/dist-types/commands/UntagUserCommand.d.ts +16 -0
  466. package/dist-types/commands/UpdateAccessKeyCommand.d.ts +16 -0
  467. package/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +16 -0
  468. package/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +20 -4
  469. package/dist-types/commands/UpdateGroupCommand.d.ts +16 -0
  470. package/dist-types/commands/UpdateLoginProfileCommand.d.ts +16 -0
  471. package/dist-types/commands/UpdateOpenIDConnectProviderThumbprintCommand.d.ts +16 -0
  472. package/dist-types/commands/UpdateRoleCommand.d.ts +20 -4
  473. package/dist-types/commands/UpdateRoleDescriptionCommand.d.ts +20 -4
  474. package/dist-types/commands/UpdateSAMLProviderCommand.d.ts +16 -0
  475. package/dist-types/commands/UpdateSSHPublicKeyCommand.d.ts +16 -0
  476. package/dist-types/commands/UpdateServerCertificateCommand.d.ts +16 -0
  477. package/dist-types/commands/UpdateServiceSpecificCredentialCommand.d.ts +16 -0
  478. package/dist-types/commands/UpdateSigningCertificateCommand.d.ts +16 -0
  479. package/dist-types/commands/UpdateUserCommand.d.ts +16 -0
  480. package/dist-types/commands/UploadSSHPublicKeyCommand.d.ts +16 -0
  481. package/dist-types/commands/UploadServerCertificateCommand.d.ts +16 -0
  482. package/dist-types/commands/UploadSigningCertificateCommand.d.ts +16 -0
  483. package/dist-types/models/IAMServiceException.d.ts +2 -0
  484. package/dist-types/models/models_0.d.ts +650 -1004
  485. package/dist-types/models/models_1.d.ts +83 -105
  486. package/dist-types/pagination/GetAccountAuthorizationDetailsPaginator.d.ts +3 -0
  487. package/dist-types/pagination/GetGroupPaginator.d.ts +3 -0
  488. package/dist-types/pagination/Interfaces.d.ts +3 -0
  489. package/dist-types/pagination/ListAccessKeysPaginator.d.ts +3 -0
  490. package/dist-types/pagination/ListAccountAliasesPaginator.d.ts +3 -0
  491. package/dist-types/pagination/ListAttachedGroupPoliciesPaginator.d.ts +3 -0
  492. package/dist-types/pagination/ListAttachedRolePoliciesPaginator.d.ts +3 -0
  493. package/dist-types/pagination/ListAttachedUserPoliciesPaginator.d.ts +3 -0
  494. package/dist-types/pagination/ListEntitiesForPolicyPaginator.d.ts +3 -0
  495. package/dist-types/pagination/ListGroupPoliciesPaginator.d.ts +3 -0
  496. package/dist-types/pagination/ListGroupsForUserPaginator.d.ts +3 -0
  497. package/dist-types/pagination/ListGroupsPaginator.d.ts +3 -0
  498. package/dist-types/pagination/ListInstanceProfilesForRolePaginator.d.ts +3 -0
  499. package/dist-types/pagination/ListInstanceProfilesPaginator.d.ts +3 -0
  500. package/dist-types/pagination/ListMFADevicesPaginator.d.ts +3 -0
  501. package/dist-types/pagination/ListPoliciesPaginator.d.ts +3 -0
  502. package/dist-types/pagination/ListPolicyVersionsPaginator.d.ts +3 -0
  503. package/dist-types/pagination/ListRolePoliciesPaginator.d.ts +3 -0
  504. package/dist-types/pagination/ListRolesPaginator.d.ts +3 -0
  505. package/dist-types/pagination/ListSSHPublicKeysPaginator.d.ts +3 -0
  506. package/dist-types/pagination/ListServerCertificatesPaginator.d.ts +3 -0
  507. package/dist-types/pagination/ListSigningCertificatesPaginator.d.ts +3 -0
  508. package/dist-types/pagination/ListUserPoliciesPaginator.d.ts +3 -0
  509. package/dist-types/pagination/ListUserTagsPaginator.d.ts +3 -0
  510. package/dist-types/pagination/ListUsersPaginator.d.ts +3 -0
  511. package/dist-types/pagination/ListVirtualMFADevicesPaginator.d.ts +3 -0
  512. package/dist-types/pagination/SimulateCustomPolicyPaginator.d.ts +3 -0
  513. package/dist-types/pagination/SimulatePrincipalPolicyPaginator.d.ts +3 -0
  514. package/dist-types/ts3.4/models/models_0.d.ts +0 -703
  515. package/dist-types/ts3.4/models/models_1.d.ts +0 -78
  516. package/package.json +4 -3
@@ -1,10 +1,14 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { IAMServiceException as __BaseException } from "./IAMServiceException";
3
+ /**
4
+ * @public
5
+ */
3
6
  export declare enum AccessAdvisorUsageGranularityType {
4
7
  ACTION_LEVEL = "ACTION_LEVEL",
5
8
  SERVICE_LEVEL = "SERVICE_LEVEL"
6
9
  }
7
10
  /**
11
+ * @public
8
12
  * <p>An object that contains details about when a principal in the reported Organizations entity
9
13
  * last attempted to access an Amazon Web Services service. A principal can be an IAM user, an IAM role,
10
14
  * or the Amazon Web Services account root user within the reported Organizations entity.</p>
@@ -53,11 +57,15 @@ export interface AccessDetail {
53
57
  */
54
58
  TotalAuthenticatedEntities?: number;
55
59
  }
60
+ /**
61
+ * @public
62
+ */
56
63
  export declare enum StatusType {
57
64
  Active = "Active",
58
65
  Inactive = "Inactive"
59
66
  }
60
67
  /**
68
+ * @public
61
69
  * <p>Contains information about an Amazon Web Services access key.</p>
62
70
  * <p> This data type is used as a response element in the <a>CreateAccessKey</a>
63
71
  * and <a>ListAccessKeys</a> operations. </p>
@@ -91,6 +99,7 @@ export interface AccessKey {
91
99
  CreateDate?: Date;
92
100
  }
93
101
  /**
102
+ * @public
94
103
  * <p>Contains information about the last time an Amazon Web Services access key was used since IAM began
95
104
  * tracking this information on April 22, 2015.</p>
96
105
  * <p>This data type is used as a response element in the <a>GetAccessKeyLastUsed</a> operation.</p>
@@ -152,6 +161,7 @@ export interface AccessKeyLastUsed {
152
161
  Region: string | undefined;
153
162
  }
154
163
  /**
164
+ * @public
155
165
  * <p>Contains information about an Amazon Web Services access key, without its secret key.</p>
156
166
  * <p>This data type is used as a response element in the <a>ListAccessKeys</a>
157
167
  * operation.</p>
@@ -175,6 +185,9 @@ export interface AccessKeyMetadata {
175
185
  */
176
186
  CreateDate?: Date;
177
187
  }
188
+ /**
189
+ * @public
190
+ */
178
191
  export interface AddClientIDToOpenIDConnectProviderRequest {
179
192
  /**
180
193
  * <p>The Amazon Resource Name (ARN) of the IAM OpenID Connect (OIDC) provider resource to
@@ -188,6 +201,7 @@ export interface AddClientIDToOpenIDConnectProviderRequest {
188
201
  ClientID: string | undefined;
189
202
  }
190
203
  /**
204
+ * @public
191
205
  * <p>The request was rejected because an invalid or out-of-range value was supplied for an
192
206
  * input parameter.</p>
193
207
  */
@@ -200,6 +214,7 @@ export declare class InvalidInputException extends __BaseException {
200
214
  constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
201
215
  }
202
216
  /**
217
+ * @public
203
218
  * <p>The request was rejected because it attempted to create resources beyond the current
204
219
  * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
205
220
  */
@@ -212,6 +227,7 @@ export declare class LimitExceededException extends __BaseException {
212
227
  constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
213
228
  }
214
229
  /**
230
+ * @public
215
231
  * <p>The request was rejected because it referenced a resource entity that does not exist. The
216
232
  * error message describes the resource.</p>
217
233
  */
@@ -224,6 +240,7 @@ export declare class NoSuchEntityException extends __BaseException {
224
240
  constructor(opts: __ExceptionOptionType<NoSuchEntityException, __BaseException>);
225
241
  }
226
242
  /**
243
+ * @public
227
244
  * <p>The request processing has failed because of an unknown error, exception or
228
245
  * failure.</p>
229
246
  */
@@ -235,6 +252,9 @@ export declare class ServiceFailureException extends __BaseException {
235
252
  */
236
253
  constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
237
254
  }
255
+ /**
256
+ * @public
257
+ */
238
258
  export interface AddRoleToInstanceProfileRequest {
239
259
  /**
240
260
  * <p>The name of the instance profile to update.</p>
@@ -250,6 +270,7 @@ export interface AddRoleToInstanceProfileRequest {
250
270
  RoleName: string | undefined;
251
271
  }
252
272
  /**
273
+ * @public
253
274
  * <p>The request was rejected because it attempted to create a resource that already
254
275
  * exists.</p>
255
276
  */
@@ -262,10 +283,11 @@ export declare class EntityAlreadyExistsException extends __BaseException {
262
283
  constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
263
284
  }
264
285
  /**
265
- * <p>The request was rejected because only the service that depends on the service-linked role
266
- * can modify or delete the role on your behalf. The error message includes the name of the
267
- * service that depends on this service-linked role. You must request the change through that
268
- * service.</p>
286
+ * @public
287
+ * <p>The request was rejected because service-linked roles are protected Amazon Web Services resources. Only
288
+ * the service that depends on the service-linked role can modify or delete the role on your
289
+ * behalf. The error message includes the name of the service that depends on this service-linked
290
+ * role. You must request the change through that service.</p>
269
291
  */
270
292
  export declare class UnmodifiableEntityException extends __BaseException {
271
293
  readonly name: "UnmodifiableEntityException";
@@ -275,6 +297,9 @@ export declare class UnmodifiableEntityException extends __BaseException {
275
297
  */
276
298
  constructor(opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>);
277
299
  }
300
+ /**
301
+ * @public
302
+ */
278
303
  export interface AddUserToGroupRequest {
279
304
  /**
280
305
  * <p>The name of the group to update.</p>
@@ -289,15 +314,22 @@ export interface AddUserToGroupRequest {
289
314
  */
290
315
  UserName: string | undefined;
291
316
  }
317
+ /**
318
+ * @public
319
+ */
292
320
  export declare enum AssignmentStatusType {
293
321
  Any = "Any",
294
322
  Assigned = "Assigned",
295
323
  Unassigned = "Unassigned"
296
324
  }
325
+ /**
326
+ * @public
327
+ */
297
328
  export declare enum PermissionsBoundaryAttachmentType {
298
329
  Policy = "PermissionsBoundaryPolicy"
299
330
  }
300
331
  /**
332
+ * @public
301
333
  * <p>Contains information about an attached permissions boundary.</p>
302
334
  * <p>An attached permissions boundary is a managed policy that has been attached to a user or
303
335
  * role to set the permissions boundary.</p>
@@ -317,6 +349,7 @@ export interface AttachedPermissionsBoundary {
317
349
  PermissionsBoundaryArn?: string;
318
350
  }
319
351
  /**
352
+ * @public
320
353
  * <p>Contains information about an attached policy.</p>
321
354
  * <p>An attached policy is a managed policy that has been attached to a user, group, or role.
322
355
  * This data type is used as a response element in the <a>ListAttachedGroupPolicies</a>, <a>ListAttachedRolePolicies</a>, <a>ListAttachedUserPolicies</a>, and <a>GetAccountAuthorizationDetails</a> operations. </p>
@@ -335,6 +368,9 @@ export interface AttachedPolicy {
335
368
  */
336
369
  PolicyArn?: string;
337
370
  }
371
+ /**
372
+ * @public
373
+ */
338
374
  export interface AttachGroupPolicyRequest {
339
375
  /**
340
376
  * <p>The name (friendly name, not ARN) of the group to attach the policy to.</p>
@@ -349,6 +385,7 @@ export interface AttachGroupPolicyRequest {
349
385
  PolicyArn: string | undefined;
350
386
  }
351
387
  /**
388
+ * @public
352
389
  * <p>The request failed because Amazon Web Services service role policies can only be attached to the
353
390
  * service-linked role for that service.</p>
354
391
  */
@@ -360,6 +397,9 @@ export declare class PolicyNotAttachableException extends __BaseException {
360
397
  */
361
398
  constructor(opts: __ExceptionOptionType<PolicyNotAttachableException, __BaseException>);
362
399
  }
400
+ /**
401
+ * @public
402
+ */
363
403
  export interface AttachRolePolicyRequest {
364
404
  /**
365
405
  * <p>The name (friendly name, not ARN) of the role to attach the policy to.</p>
@@ -373,6 +413,9 @@ export interface AttachRolePolicyRequest {
373
413
  */
374
414
  PolicyArn: string | undefined;
375
415
  }
416
+ /**
417
+ * @public
418
+ */
376
419
  export interface AttachUserPolicyRequest {
377
420
  /**
378
421
  * <p>The name (friendly name, not ARN) of the IAM user to attach the policy to.</p>
@@ -386,6 +429,9 @@ export interface AttachUserPolicyRequest {
386
429
  */
387
430
  PolicyArn: string | undefined;
388
431
  }
432
+ /**
433
+ * @public
434
+ */
389
435
  export interface ChangePasswordRequest {
390
436
  /**
391
437
  * <p>The IAM user's current password.</p>
@@ -405,6 +451,7 @@ export interface ChangePasswordRequest {
405
451
  NewPassword: string | undefined;
406
452
  }
407
453
  /**
454
+ * @public
408
455
  * <p>The request was rejected because it referenced an entity that is temporarily unmodifiable,
409
456
  * such as a user name that was deleted and then recreated. The error indicates that the request
410
457
  * is likely to succeed if you try again after waiting several minutes. The error message
@@ -419,6 +466,7 @@ export declare class EntityTemporarilyUnmodifiableException extends __BaseExcept
419
466
  constructor(opts: __ExceptionOptionType<EntityTemporarilyUnmodifiableException, __BaseException>);
420
467
  }
421
468
  /**
469
+ * @public
422
470
  * <p>The request was rejected because the type of user for the transaction was
423
471
  * incorrect.</p>
424
472
  */
@@ -431,6 +479,7 @@ export declare class InvalidUserTypeException extends __BaseException {
431
479
  constructor(opts: __ExceptionOptionType<InvalidUserTypeException, __BaseException>);
432
480
  }
433
481
  /**
482
+ * @public
434
483
  * <p>The request was rejected because the provided password did not meet the requirements
435
484
  * imposed by the account password policy.</p>
436
485
  */
@@ -442,6 +491,9 @@ export declare class PasswordPolicyViolationException extends __BaseException {
442
491
  */
443
492
  constructor(opts: __ExceptionOptionType<PasswordPolicyViolationException, __BaseException>);
444
493
  }
494
+ /**
495
+ * @public
496
+ */
445
497
  export interface CreateAccessKeyRequest {
446
498
  /**
447
499
  * <p>The name of the IAM user that the new key will belong to.</p>
@@ -451,6 +503,7 @@ export interface CreateAccessKeyRequest {
451
503
  UserName?: string;
452
504
  }
453
505
  /**
506
+ * @public
454
507
  * <p>Contains the response to a successful <a>CreateAccessKey</a> request.
455
508
  * </p>
456
509
  */
@@ -460,6 +513,9 @@ export interface CreateAccessKeyResponse {
460
513
  */
461
514
  AccessKey: AccessKey | undefined;
462
515
  }
516
+ /**
517
+ * @public
518
+ */
463
519
  export interface CreateAccountAliasRequest {
464
520
  /**
465
521
  * <p>The account alias to create.</p>
@@ -469,6 +525,9 @@ export interface CreateAccountAliasRequest {
469
525
  */
470
526
  AccountAlias: string | undefined;
471
527
  }
528
+ /**
529
+ * @public
530
+ */
472
531
  export interface CreateGroupRequest {
473
532
  /**
474
533
  * <p> The path to the group. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
@@ -489,6 +548,7 @@ export interface CreateGroupRequest {
489
548
  GroupName: string | undefined;
490
549
  }
491
550
  /**
551
+ * @public
492
552
  * <p>Contains information about an IAM group entity.</p>
493
553
  * <p>This data type is used as a response element in the following operations:</p>
494
554
  * <ul>
@@ -538,6 +598,7 @@ export interface Group {
538
598
  CreateDate: Date | undefined;
539
599
  }
540
600
  /**
601
+ * @public
541
602
  * <p>Contains the response to a successful <a>CreateGroup</a> request. </p>
542
603
  */
543
604
  export interface CreateGroupResponse {
@@ -547,6 +608,7 @@ export interface CreateGroupResponse {
547
608
  Group: Group | undefined;
548
609
  }
549
610
  /**
611
+ * @public
550
612
  * <p>The request was rejected because multiple requests to change this object were submitted
551
613
  * simultaneously. Wait a few minutes and submit your request again.</p>
552
614
  */
@@ -559,6 +621,7 @@ export declare class ConcurrentModificationException extends __BaseException {
559
621
  constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
560
622
  }
561
623
  /**
624
+ * @public
562
625
  * <p>A structure that represents user-provided metadata that can be associated with an IAM
563
626
  * resource. 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
564
627
  * <i>IAM User Guide</i>.</p>
@@ -584,6 +647,9 @@ export interface Tag {
584
647
  */
585
648
  Value: string | undefined;
586
649
  }
650
+ /**
651
+ * @public
652
+ */
587
653
  export interface CreateInstanceProfileRequest {
588
654
  /**
589
655
  * <p>The name of the instance profile to create.</p>
@@ -613,6 +679,7 @@ export interface CreateInstanceProfileRequest {
613
679
  Tags?: Tag[];
614
680
  }
615
681
  /**
682
+ * @public
616
683
  * <p>Contains information about the last time that an IAM role was used. This includes the
617
684
  * date and time and the Region in which the role was last used. Activity is only reported for
618
685
  * the trailing 400 days. This period can be shorter if your Region began supporting these
@@ -637,6 +704,7 @@ export interface RoleLastUsed {
637
704
  Region?: string;
638
705
  }
639
706
  /**
707
+ * @public
640
708
  * <p>Contains information about an IAM role. This structure is returned as a response
641
709
  * element in several API operations that interact with roles.</p>
642
710
  */
@@ -704,6 +772,7 @@ export interface Role {
704
772
  RoleLastUsed?: RoleLastUsed;
705
773
  }
706
774
  /**
775
+ * @public
707
776
  * <p>Contains information about an instance profile.</p>
708
777
  * <p>This data type is used as a response element in the following operations:</p>
709
778
  * <ul>
@@ -765,6 +834,7 @@ export interface InstanceProfile {
765
834
  Tags?: Tag[];
766
835
  }
767
836
  /**
837
+ * @public
768
838
  * <p>Contains the response to a successful <a>CreateInstanceProfile</a> request.
769
839
  * </p>
770
840
  */
@@ -774,6 +844,9 @@ export interface CreateInstanceProfileResponse {
774
844
  */
775
845
  InstanceProfile: InstanceProfile | undefined;
776
846
  }
847
+ /**
848
+ * @public
849
+ */
777
850
  export interface CreateLoginProfileRequest {
778
851
  /**
779
852
  * <p>The name of the IAM user to create a password for. The user must already
@@ -799,6 +872,7 @@ export interface CreateLoginProfileRequest {
799
872
  PasswordResetRequired?: boolean;
800
873
  }
801
874
  /**
875
+ * @public
802
876
  * <p>Contains the user name and password create date for a user.</p>
803
877
  * <p> This data type is used as a response element in the <a>CreateLoginProfile</a> and <a>GetLoginProfile</a> operations. </p>
804
878
  */
@@ -817,6 +891,7 @@ export interface LoginProfile {
817
891
  PasswordResetRequired?: boolean;
818
892
  }
819
893
  /**
894
+ * @public
820
895
  * <p>Contains the response to a successful <a>CreateLoginProfile</a> request.
821
896
  * </p>
822
897
  */
@@ -826,6 +901,9 @@ export interface CreateLoginProfileResponse {
826
901
  */
827
902
  LoginProfile: LoginProfile | undefined;
828
903
  }
904
+ /**
905
+ * @public
906
+ */
829
907
  export interface CreateOpenIDConnectProviderRequest {
830
908
  /**
831
909
  * <p>The URL of the identity provider. The URL must begin with <code>https://</code> and
@@ -883,6 +961,7 @@ export interface CreateOpenIDConnectProviderRequest {
883
961
  Tags?: Tag[];
884
962
  }
885
963
  /**
964
+ * @public
886
965
  * <p>Contains the response to a successful <a>CreateOpenIDConnectProvider</a>
887
966
  * request. </p>
888
967
  */
@@ -900,6 +979,9 @@ export interface CreateOpenIDConnectProviderResponse {
900
979
  */
901
980
  Tags?: Tag[];
902
981
  }
982
+ /**
983
+ * @public
984
+ */
903
985
  export interface CreatePolicyRequest {
904
986
  /**
905
987
  * <p>The friendly name of the policy.</p>
@@ -970,6 +1052,7 @@ export interface CreatePolicyRequest {
970
1052
  Tags?: Tag[];
971
1053
  }
972
1054
  /**
1055
+ * @public
973
1056
  * <p>Contains information about a managed policy.</p>
974
1057
  * <p>This data type is used as a response element in the <a>CreatePolicy</a>,
975
1058
  * <a>GetPolicy</a>, and <a>ListPolicies</a> operations. </p>
@@ -1044,6 +1127,7 @@ export interface Policy {
1044
1127
  Tags?: Tag[];
1045
1128
  }
1046
1129
  /**
1130
+ * @public
1047
1131
  * <p>Contains the response to a successful <a>CreatePolicy</a> request.
1048
1132
  * </p>
1049
1133
  */
@@ -1054,6 +1138,7 @@ export interface CreatePolicyResponse {
1054
1138
  Policy?: Policy;
1055
1139
  }
1056
1140
  /**
1141
+ * @public
1057
1142
  * <p>The request was rejected because the policy document was malformed. The error message
1058
1143
  * describes the specific error.</p>
1059
1144
  */
@@ -1065,6 +1150,9 @@ export declare class MalformedPolicyDocumentException extends __BaseException {
1065
1150
  */
1066
1151
  constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
1067
1152
  }
1153
+ /**
1154
+ * @public
1155
+ */
1068
1156
  export interface CreatePolicyVersionRequest {
1069
1157
  /**
1070
1158
  * <p>The Amazon Resource Name (ARN) of the IAM policy to which you want to add a new
@@ -1109,6 +1197,7 @@ export interface CreatePolicyVersionRequest {
1109
1197
  SetAsDefault?: boolean;
1110
1198
  }
1111
1199
  /**
1200
+ * @public
1112
1201
  * <p>Contains information about a version of a managed policy.</p>
1113
1202
  * <p>This data type is used as a response element in the <a>CreatePolicyVersion</a>, <a>GetPolicyVersion</a>, <a>ListPolicyVersions</a>, and <a>GetAccountAuthorizationDetails</a> operations. </p>
1114
1203
  * <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
@@ -1142,6 +1231,7 @@ export interface PolicyVersion {
1142
1231
  CreateDate?: Date;
1143
1232
  }
1144
1233
  /**
1234
+ * @public
1145
1235
  * <p>Contains the response to a successful <a>CreatePolicyVersion</a> request.
1146
1236
  * </p>
1147
1237
  */
@@ -1151,6 +1241,9 @@ export interface CreatePolicyVersionResponse {
1151
1241
  */
1152
1242
  PolicyVersion?: PolicyVersion;
1153
1243
  }
1244
+ /**
1245
+ * @public
1246
+ */
1154
1247
  export interface CreateRoleRequest {
1155
1248
  /**
1156
1249
  * <p> The path to the role. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
@@ -1241,6 +1334,7 @@ export interface CreateRoleRequest {
1241
1334
  Tags?: Tag[];
1242
1335
  }
1243
1336
  /**
1337
+ * @public
1244
1338
  * <p>Contains the response to a successful <a>CreateRole</a> request. </p>
1245
1339
  */
1246
1340
  export interface CreateRoleResponse {
@@ -1249,6 +1343,9 @@ export interface CreateRoleResponse {
1249
1343
  */
1250
1344
  Role: Role | undefined;
1251
1345
  }
1346
+ /**
1347
+ * @public
1348
+ */
1252
1349
  export interface CreateSAMLProviderRequest {
1253
1350
  /**
1254
1351
  * <p>An XML document generated by an identity provider (IdP) that supports SAML 2.0. The
@@ -1279,6 +1376,7 @@ export interface CreateSAMLProviderRequest {
1279
1376
  Tags?: Tag[];
1280
1377
  }
1281
1378
  /**
1379
+ * @public
1282
1380
  * <p>Contains the response to a successful <a>CreateSAMLProvider</a> request.
1283
1381
  * </p>
1284
1382
  */
@@ -1294,6 +1392,9 @@ export interface CreateSAMLProviderResponse {
1294
1392
  */
1295
1393
  Tags?: Tag[];
1296
1394
  }
1395
+ /**
1396
+ * @public
1397
+ */
1297
1398
  export interface CreateServiceLinkedRoleRequest {
1298
1399
  /**
1299
1400
  * <p>The service principal for the Amazon Web Services service to which this role is attached. You use a
@@ -1323,6 +1424,9 @@ export interface CreateServiceLinkedRoleRequest {
1323
1424
  */
1324
1425
  CustomSuffix?: string;
1325
1426
  }
1427
+ /**
1428
+ * @public
1429
+ */
1326
1430
  export interface CreateServiceLinkedRoleResponse {
1327
1431
  /**
1328
1432
  * <p>A <a>Role</a> object that contains details about the newly created
@@ -1330,6 +1434,9 @@ export interface CreateServiceLinkedRoleResponse {
1330
1434
  */
1331
1435
  Role?: Role;
1332
1436
  }
1437
+ /**
1438
+ * @public
1439
+ */
1333
1440
  export interface CreateServiceSpecificCredentialRequest {
1334
1441
  /**
1335
1442
  * <p>The name of the IAM user that is to be associated with the credentials. The new
@@ -1347,6 +1454,7 @@ export interface CreateServiceSpecificCredentialRequest {
1347
1454
  ServiceName: string | undefined;
1348
1455
  }
1349
1456
  /**
1457
+ * @public
1350
1458
  * <p>Contains the details of a service-specific credential.</p>
1351
1459
  */
1352
1460
  export interface ServiceSpecificCredential {
@@ -1384,6 +1492,9 @@ export interface ServiceSpecificCredential {
1384
1492
  */
1385
1493
  Status: StatusType | string | undefined;
1386
1494
  }
1495
+ /**
1496
+ * @public
1497
+ */
1387
1498
  export interface CreateServiceSpecificCredentialResponse {
1388
1499
  /**
1389
1500
  * <p>A structure that contains information about the newly created service-specific
@@ -1396,6 +1507,7 @@ export interface CreateServiceSpecificCredentialResponse {
1396
1507
  ServiceSpecificCredential?: ServiceSpecificCredential;
1397
1508
  }
1398
1509
  /**
1510
+ * @public
1399
1511
  * <p>The specified service does not support service-specific credentials.</p>
1400
1512
  */
1401
1513
  export declare class ServiceNotSupportedException extends __BaseException {
@@ -1406,6 +1518,9 @@ export declare class ServiceNotSupportedException extends __BaseException {
1406
1518
  */
1407
1519
  constructor(opts: __ExceptionOptionType<ServiceNotSupportedException, __BaseException>);
1408
1520
  }
1521
+ /**
1522
+ * @public
1523
+ */
1409
1524
  export interface CreateUserRequest {
1410
1525
  /**
1411
1526
  * <p> The path for the user name. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
@@ -1448,6 +1563,7 @@ export interface CreateUserRequest {
1448
1563
  Tags?: Tag[];
1449
1564
  }
1450
1565
  /**
1566
+ * @public
1451
1567
  * <p>Contains information about an IAM user entity.</p>
1452
1568
  * <p>This data type is used as a response element in the following operations:</p>
1453
1569
  * <ul>
@@ -1531,6 +1647,7 @@ export interface User {
1531
1647
  Tags?: Tag[];
1532
1648
  }
1533
1649
  /**
1650
+ * @public
1534
1651
  * <p>Contains the response to a successful <a>CreateUser</a> request. </p>
1535
1652
  */
1536
1653
  export interface CreateUserResponse {
@@ -1539,6 +1656,9 @@ export interface CreateUserResponse {
1539
1656
  */
1540
1657
  User?: User;
1541
1658
  }
1659
+ /**
1660
+ * @public
1661
+ */
1542
1662
  export interface CreateVirtualMFADeviceRequest {
1543
1663
  /**
1544
1664
  * <p> The path for the virtual MFA device. For more information about paths, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_Identifiers.html">IAM
@@ -1551,8 +1671,8 @@ export interface CreateVirtualMFADeviceRequest {
1551
1671
  */
1552
1672
  Path?: string;
1553
1673
  /**
1554
- * <p>The name of the virtual MFA device, which must be unique. Use with path to uniquely identify a virtual MFA
1555
- * device.</p>
1674
+ * <p>The name of the virtual MFA device, which must be unique. Use with path to uniquely
1675
+ * identify a virtual MFA device.</p>
1556
1676
  * <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
1557
1677
  * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
1558
1678
  */
@@ -1569,6 +1689,7 @@ export interface CreateVirtualMFADeviceRequest {
1569
1689
  Tags?: Tag[];
1570
1690
  }
1571
1691
  /**
1692
+ * @public
1572
1693
  * <p>Contains information about a virtual MFA device.</p>
1573
1694
  */
1574
1695
  export interface VirtualMFADevice {
@@ -1604,6 +1725,7 @@ export interface VirtualMFADevice {
1604
1725
  Tags?: Tag[];
1605
1726
  }
1606
1727
  /**
1728
+ * @public
1607
1729
  * <p>Contains the response to a successful <a>CreateVirtualMFADevice</a> request.
1608
1730
  * </p>
1609
1731
  */
@@ -1613,6 +1735,9 @@ export interface CreateVirtualMFADeviceResponse {
1613
1735
  */
1614
1736
  VirtualMFADevice: VirtualMFADevice | undefined;
1615
1737
  }
1738
+ /**
1739
+ * @public
1740
+ */
1616
1741
  export interface DeactivateMFADeviceRequest {
1617
1742
  /**
1618
1743
  * <p>The name of the user whose MFA device you want to deactivate.</p>
@@ -1629,6 +1754,9 @@ export interface DeactivateMFADeviceRequest {
1629
1754
  */
1630
1755
  SerialNumber: string | undefined;
1631
1756
  }
1757
+ /**
1758
+ * @public
1759
+ */
1632
1760
  export interface DeleteAccessKeyRequest {
1633
1761
  /**
1634
1762
  * <p>The name of the user whose access key pair you want to delete.</p>
@@ -1644,6 +1772,9 @@ export interface DeleteAccessKeyRequest {
1644
1772
  */
1645
1773
  AccessKeyId: string | undefined;
1646
1774
  }
1775
+ /**
1776
+ * @public
1777
+ */
1647
1778
  export interface DeleteAccountAliasRequest {
1648
1779
  /**
1649
1780
  * <p>The name of the account alias to delete.</p>
@@ -1654,6 +1785,7 @@ export interface DeleteAccountAliasRequest {
1654
1785
  AccountAlias: string | undefined;
1655
1786
  }
1656
1787
  /**
1788
+ * @public
1657
1789
  * <p>The request was rejected because it attempted to delete a resource that has attached
1658
1790
  * subordinate entities. The error message describes these entities.</p>
1659
1791
  */
@@ -1665,6 +1797,9 @@ export declare class DeleteConflictException extends __BaseException {
1665
1797
  */
1666
1798
  constructor(opts: __ExceptionOptionType<DeleteConflictException, __BaseException>);
1667
1799
  }
1800
+ /**
1801
+ * @public
1802
+ */
1668
1803
  export interface DeleteGroupRequest {
1669
1804
  /**
1670
1805
  * <p>The name of the IAM group to delete.</p>
@@ -1673,6 +1808,9 @@ export interface DeleteGroupRequest {
1673
1808
  */
1674
1809
  GroupName: string | undefined;
1675
1810
  }
1811
+ /**
1812
+ * @public
1813
+ */
1676
1814
  export interface DeleteGroupPolicyRequest {
1677
1815
  /**
1678
1816
  * <p>The name (friendly name, not ARN) identifying the group that the policy is embedded
@@ -1688,6 +1826,9 @@ export interface DeleteGroupPolicyRequest {
1688
1826
  */
1689
1827
  PolicyName: string | undefined;
1690
1828
  }
1829
+ /**
1830
+ * @public
1831
+ */
1691
1832
  export interface DeleteInstanceProfileRequest {
1692
1833
  /**
1693
1834
  * <p>The name of the instance profile to delete.</p>
@@ -1696,6 +1837,9 @@ export interface DeleteInstanceProfileRequest {
1696
1837
  */
1697
1838
  InstanceProfileName: string | undefined;
1698
1839
  }
1840
+ /**
1841
+ * @public
1842
+ */
1699
1843
  export interface DeleteLoginProfileRequest {
1700
1844
  /**
1701
1845
  * <p>The name of the user whose password you want to delete.</p>
@@ -1704,6 +1848,9 @@ export interface DeleteLoginProfileRequest {
1704
1848
  */
1705
1849
  UserName: string | undefined;
1706
1850
  }
1851
+ /**
1852
+ * @public
1853
+ */
1707
1854
  export interface DeleteOpenIDConnectProviderRequest {
1708
1855
  /**
1709
1856
  * <p>The Amazon Resource Name (ARN) of the IAM OpenID Connect provider resource object to
@@ -1711,6 +1858,9 @@ export interface DeleteOpenIDConnectProviderRequest {
1711
1858
  */
1712
1859
  OpenIDConnectProviderArn: string | undefined;
1713
1860
  }
1861
+ /**
1862
+ * @public
1863
+ */
1714
1864
  export interface DeletePolicyRequest {
1715
1865
  /**
1716
1866
  * <p>The Amazon Resource Name (ARN) of the IAM policy you want to delete.</p>
@@ -1718,6 +1868,9 @@ export interface DeletePolicyRequest {
1718
1868
  */
1719
1869
  PolicyArn: string | undefined;
1720
1870
  }
1871
+ /**
1872
+ * @public
1873
+ */
1721
1874
  export interface DeletePolicyVersionRequest {
1722
1875
  /**
1723
1876
  * <p>The Amazon Resource Name (ARN) of the IAM policy from which you want to delete a
@@ -1735,6 +1888,9 @@ export interface DeletePolicyVersionRequest {
1735
1888
  */
1736
1889
  VersionId: string | undefined;
1737
1890
  }
1891
+ /**
1892
+ * @public
1893
+ */
1738
1894
  export interface DeleteRoleRequest {
1739
1895
  /**
1740
1896
  * <p>The name of the role to delete.</p>
@@ -1743,6 +1899,9 @@ export interface DeleteRoleRequest {
1743
1899
  */
1744
1900
  RoleName: string | undefined;
1745
1901
  }
1902
+ /**
1903
+ * @public
1904
+ */
1746
1905
  export interface DeleteRolePermissionsBoundaryRequest {
1747
1906
  /**
1748
1907
  * <p>The name (friendly name, not ARN) of the IAM role from which you want to remove the
@@ -1750,6 +1909,9 @@ export interface DeleteRolePermissionsBoundaryRequest {
1750
1909
  */
1751
1910
  RoleName: string | undefined;
1752
1911
  }
1912
+ /**
1913
+ * @public
1914
+ */
1753
1915
  export interface DeleteRolePolicyRequest {
1754
1916
  /**
1755
1917
  * <p>The name (friendly name, not ARN) identifying the role that the policy is embedded
@@ -1765,12 +1927,18 @@ export interface DeleteRolePolicyRequest {
1765
1927
  */
1766
1928
  PolicyName: string | undefined;
1767
1929
  }
1930
+ /**
1931
+ * @public
1932
+ */
1768
1933
  export interface DeleteSAMLProviderRequest {
1769
1934
  /**
1770
1935
  * <p>The Amazon Resource Name (ARN) of the SAML provider to delete.</p>
1771
1936
  */
1772
1937
  SAMLProviderArn: string | undefined;
1773
1938
  }
1939
+ /**
1940
+ * @public
1941
+ */
1774
1942
  export interface DeleteServerCertificateRequest {
1775
1943
  /**
1776
1944
  * <p>The name of the server certificate you want to delete.</p>
@@ -1779,12 +1947,18 @@ export interface DeleteServerCertificateRequest {
1779
1947
  */
1780
1948
  ServerCertificateName: string | undefined;
1781
1949
  }
1950
+ /**
1951
+ * @public
1952
+ */
1782
1953
  export interface DeleteServiceLinkedRoleRequest {
1783
1954
  /**
1784
1955
  * <p>The name of the service-linked role to be deleted.</p>
1785
1956
  */
1786
1957
  RoleName: string | undefined;
1787
1958
  }
1959
+ /**
1960
+ * @public
1961
+ */
1788
1962
  export interface DeleteServiceLinkedRoleResponse {
1789
1963
  /**
1790
1964
  * <p>The deletion task identifier that you can use to check the status of the deletion.
@@ -1793,6 +1967,9 @@ export interface DeleteServiceLinkedRoleResponse {
1793
1967
  */
1794
1968
  DeletionTaskId: string | undefined;
1795
1969
  }
1970
+ /**
1971
+ * @public
1972
+ */
1796
1973
  export interface DeleteServiceSpecificCredentialRequest {
1797
1974
  /**
1798
1975
  * <p>The name of the IAM user associated with the service-specific credential. If this
@@ -1810,6 +1987,9 @@ export interface DeleteServiceSpecificCredentialRequest {
1810
1987
  */
1811
1988
  ServiceSpecificCredentialId: string | undefined;
1812
1989
  }
1990
+ /**
1991
+ * @public
1992
+ */
1813
1993
  export interface DeleteSigningCertificateRequest {
1814
1994
  /**
1815
1995
  * <p>The name of the user the signing certificate belongs to.</p>
@@ -1824,6 +2004,9 @@ export interface DeleteSigningCertificateRequest {
1824
2004
  */
1825
2005
  CertificateId: string | undefined;
1826
2006
  }
2007
+ /**
2008
+ * @public
2009
+ */
1827
2010
  export interface DeleteSSHPublicKeyRequest {
1828
2011
  /**
1829
2012
  * <p>The name of the IAM user associated with the SSH public key.</p>
@@ -1838,6 +2021,9 @@ export interface DeleteSSHPublicKeyRequest {
1838
2021
  */
1839
2022
  SSHPublicKeyId: string | undefined;
1840
2023
  }
2024
+ /**
2025
+ * @public
2026
+ */
1841
2027
  export interface DeleteUserRequest {
1842
2028
  /**
1843
2029
  * <p>The name of the user to delete.</p>
@@ -1846,6 +2032,9 @@ export interface DeleteUserRequest {
1846
2032
  */
1847
2033
  UserName: string | undefined;
1848
2034
  }
2035
+ /**
2036
+ * @public
2037
+ */
1849
2038
  export interface DeleteUserPermissionsBoundaryRequest {
1850
2039
  /**
1851
2040
  * <p>The name (friendly name, not ARN) of the IAM user from which you want to remove the
@@ -1853,6 +2042,9 @@ export interface DeleteUserPermissionsBoundaryRequest {
1853
2042
  */
1854
2043
  UserName: string | undefined;
1855
2044
  }
2045
+ /**
2046
+ * @public
2047
+ */
1856
2048
  export interface DeleteUserPolicyRequest {
1857
2049
  /**
1858
2050
  * <p>The name (friendly name, not ARN) identifying the user that the policy is embedded
@@ -1868,6 +2060,9 @@ export interface DeleteUserPolicyRequest {
1868
2060
  */
1869
2061
  PolicyName: string | undefined;
1870
2062
  }
2063
+ /**
2064
+ * @public
2065
+ */
1871
2066
  export interface DeleteVirtualMFADeviceRequest {
1872
2067
  /**
1873
2068
  * <p>The serial number that uniquely identifies the MFA device. For virtual MFA devices,
@@ -1878,6 +2073,9 @@ export interface DeleteVirtualMFADeviceRequest {
1878
2073
  */
1879
2074
  SerialNumber: string | undefined;
1880
2075
  }
2076
+ /**
2077
+ * @public
2078
+ */
1881
2079
  export interface DetachGroupPolicyRequest {
1882
2080
  /**
1883
2081
  * <p>The name (friendly name, not ARN) of the IAM group to detach the policy from.</p>
@@ -1891,6 +2089,9 @@ export interface DetachGroupPolicyRequest {
1891
2089
  */
1892
2090
  PolicyArn: string | undefined;
1893
2091
  }
2092
+ /**
2093
+ * @public
2094
+ */
1894
2095
  export interface DetachRolePolicyRequest {
1895
2096
  /**
1896
2097
  * <p>The name (friendly name, not ARN) of the IAM role to detach the policy from.</p>
@@ -1904,6 +2105,9 @@ export interface DetachRolePolicyRequest {
1904
2105
  */
1905
2106
  PolicyArn: string | undefined;
1906
2107
  }
2108
+ /**
2109
+ * @public
2110
+ */
1907
2111
  export interface DetachUserPolicyRequest {
1908
2112
  /**
1909
2113
  * <p>The name (friendly name, not ARN) of the IAM user to detach the policy from.</p>
@@ -1917,6 +2121,9 @@ export interface DetachUserPolicyRequest {
1917
2121
  */
1918
2122
  PolicyArn: string | undefined;
1919
2123
  }
2124
+ /**
2125
+ * @public
2126
+ */
1920
2127
  export interface EnableMFADeviceRequest {
1921
2128
  /**
1922
2129
  * <p>The name of the IAM user for whom you want to enable the MFA device.</p>
@@ -1960,6 +2167,7 @@ export interface EnableMFADeviceRequest {
1960
2167
  AuthenticationCode2: string | undefined;
1961
2168
  }
1962
2169
  /**
2170
+ * @public
1963
2171
  * <p>The request was rejected because the authentication code was not recognized. The error
1964
2172
  * message describes the specific error.</p>
1965
2173
  */
@@ -1971,12 +2179,16 @@ export declare class InvalidAuthenticationCodeException extends __BaseException
1971
2179
  */
1972
2180
  constructor(opts: __ExceptionOptionType<InvalidAuthenticationCodeException, __BaseException>);
1973
2181
  }
2182
+ /**
2183
+ * @public
2184
+ */
1974
2185
  export declare enum ReportStateType {
1975
2186
  COMPLETE = "COMPLETE",
1976
2187
  INPROGRESS = "INPROGRESS",
1977
2188
  STARTED = "STARTED"
1978
2189
  }
1979
2190
  /**
2191
+ * @public
1980
2192
  * <p>Contains the response to a successful <a>GenerateCredentialReport</a>
1981
2193
  * request. </p>
1982
2194
  */
@@ -1990,6 +2202,9 @@ export interface GenerateCredentialReportResponse {
1990
2202
  */
1991
2203
  Description?: string;
1992
2204
  }
2205
+ /**
2206
+ * @public
2207
+ */
1993
2208
  export interface GenerateOrganizationsAccessReportRequest {
1994
2209
  /**
1995
2210
  * <p>The path of the Organizations entity (root, OU, or account). You can build an entity path
@@ -2008,6 +2223,9 @@ export interface GenerateOrganizationsAccessReportRequest {
2008
2223
  */
2009
2224
  OrganizationsPolicyId?: string;
2010
2225
  }
2226
+ /**
2227
+ * @public
2228
+ */
2011
2229
  export interface GenerateOrganizationsAccessReportResponse {
2012
2230
  /**
2013
2231
  * <p>The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation.</p>
@@ -2015,6 +2233,7 @@ export interface GenerateOrganizationsAccessReportResponse {
2015
2233
  JobId?: string;
2016
2234
  }
2017
2235
  /**
2236
+ * @public
2018
2237
  * <p>The request failed because the maximum number of concurrent requests for this account are
2019
2238
  * already running.</p>
2020
2239
  */
@@ -2026,6 +2245,9 @@ export declare class ReportGenerationLimitExceededException extends __BaseExcept
2026
2245
  */
2027
2246
  constructor(opts: __ExceptionOptionType<ReportGenerationLimitExceededException, __BaseException>);
2028
2247
  }
2248
+ /**
2249
+ * @public
2250
+ */
2029
2251
  export interface GenerateServiceLastAccessedDetailsRequest {
2030
2252
  /**
2031
2253
  * <p>The ARN of the IAM resource (user, group, role, or managed policy) used to generate
@@ -2042,6 +2264,9 @@ export interface GenerateServiceLastAccessedDetailsRequest {
2042
2264
  */
2043
2265
  Granularity?: AccessAdvisorUsageGranularityType | string;
2044
2266
  }
2267
+ /**
2268
+ * @public
2269
+ */
2045
2270
  export interface GenerateServiceLastAccessedDetailsResponse {
2046
2271
  /**
2047
2272
  * <p>The <code>JobId</code> that you can use in the <a>GetServiceLastAccessedDetails</a> or <a>GetServiceLastAccessedDetailsWithEntities</a> operations. The
@@ -2051,6 +2276,9 @@ export interface GenerateServiceLastAccessedDetailsResponse {
2051
2276
  */
2052
2277
  JobId?: string;
2053
2278
  }
2279
+ /**
2280
+ * @public
2281
+ */
2054
2282
  export interface GetAccessKeyLastUsedRequest {
2055
2283
  /**
2056
2284
  * <p>The identifier of an access key.</p>
@@ -2060,6 +2288,7 @@ export interface GetAccessKeyLastUsedRequest {
2060
2288
  AccessKeyId: string | undefined;
2061
2289
  }
2062
2290
  /**
2291
+ * @public
2063
2292
  * <p>Contains the response to a successful <a>GetAccessKeyLastUsed</a> request.
2064
2293
  * It is also returned as a member of the <a>AccessKeyMetaData</a> structure returned
2065
2294
  * by the <a>ListAccessKeys</a> action.</p>
@@ -2075,6 +2304,9 @@ export interface GetAccessKeyLastUsedResponse {
2075
2304
  */
2076
2305
  AccessKeyLastUsed?: AccessKeyLastUsed;
2077
2306
  }
2307
+ /**
2308
+ * @public
2309
+ */
2078
2310
  export declare enum EntityType {
2079
2311
  AWSManagedPolicy = "AWSManagedPolicy",
2080
2312
  Group = "Group",
@@ -2082,6 +2314,9 @@ export declare enum EntityType {
2082
2314
  Role = "Role",
2083
2315
  User = "User"
2084
2316
  }
2317
+ /**
2318
+ * @public
2319
+ */
2085
2320
  export interface GetAccountAuthorizationDetailsRequest {
2086
2321
  /**
2087
2322
  * <p>A list of entity types used to filter the results. Only the entities that match the
@@ -2111,6 +2346,7 @@ export interface GetAccountAuthorizationDetailsRequest {
2111
2346
  Marker?: string;
2112
2347
  }
2113
2348
  /**
2349
+ * @public
2114
2350
  * <p>Contains information about an IAM policy, including the policy document.</p>
2115
2351
  * <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
2116
2352
  */
@@ -2125,6 +2361,7 @@ export interface PolicyDetail {
2125
2361
  PolicyDocument?: string;
2126
2362
  }
2127
2363
  /**
2364
+ * @public
2128
2365
  * <p>Contains information about an IAM group, including all of the group's policies.</p>
2129
2366
  * <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
2130
2367
  */
@@ -2165,6 +2402,7 @@ export interface GroupDetail {
2165
2402
  AttachedManagedPolicies?: AttachedPolicy[];
2166
2403
  }
2167
2404
  /**
2405
+ * @public
2168
2406
  * <p>Contains information about a managed policy, including the policy's ARN, versions, and
2169
2407
  * the number of principal entities (users, groups, and roles) that the policy is attached
2170
2408
  * to.</p>
@@ -2241,6 +2479,7 @@ export interface ManagedPolicyDetail {
2241
2479
  PolicyVersionList?: PolicyVersion[];
2242
2480
  }
2243
2481
  /**
2482
+ * @public
2244
2483
  * <p>Contains information about an IAM role, including all of the role's policies.</p>
2245
2484
  * <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
2246
2485
  */
@@ -2310,6 +2549,7 @@ export interface RoleDetail {
2310
2549
  RoleLastUsed?: RoleLastUsed;
2311
2550
  }
2312
2551
  /**
2552
+ * @public
2313
2553
  * <p>Contains information about an IAM user, including all the user's policies and all the
2314
2554
  * IAM groups the user is in.</p>
2315
2555
  * <p>This data type is used as a response element in the <a>GetAccountAuthorizationDetails</a> operation.</p>
@@ -2366,6 +2606,7 @@ export interface UserDetail {
2366
2606
  Tags?: Tag[];
2367
2607
  }
2368
2608
  /**
2609
+ * @public
2369
2610
  * <p>Contains the response to a successful <a>GetAccountAuthorizationDetails</a>
2370
2611
  * request. </p>
2371
2612
  */
@@ -2403,6 +2644,7 @@ export interface GetAccountAuthorizationDetailsResponse {
2403
2644
  Marker?: string;
2404
2645
  }
2405
2646
  /**
2647
+ * @public
2406
2648
  * <p>Contains information about the account password policy.</p>
2407
2649
  * <p> This data type is used as a response element in the <a>GetAccountPasswordPolicy</a> operation. </p>
2408
2650
  */
@@ -2414,7 +2656,7 @@ export interface PasswordPolicy {
2414
2656
  /**
2415
2657
  * <p>Specifies whether IAM user passwords must contain at least one of the following
2416
2658
  * symbols:</p>
2417
- * <p>! @ # $ % ^ & * ( ) _ + - = [ ] { } | '</p>
2659
+ * <p>! @ # $ % ^ & * ( ) _ + - = [ ] \{ \} | '</p>
2418
2660
  */
2419
2661
  RequireSymbols?: boolean;
2420
2662
  /**
@@ -2465,6 +2707,7 @@ export interface PasswordPolicy {
2465
2707
  HardExpiry?: boolean;
2466
2708
  }
2467
2709
  /**
2710
+ * @public
2468
2711
  * <p>Contains the response to a successful <a>GetAccountPasswordPolicy</a>
2469
2712
  * request. </p>
2470
2713
  */
@@ -2474,6 +2717,9 @@ export interface GetAccountPasswordPolicyResponse {
2474
2717
  */
2475
2718
  PasswordPolicy: PasswordPolicy | undefined;
2476
2719
  }
2720
+ /**
2721
+ * @public
2722
+ */
2477
2723
  export declare enum SummaryKeyType {
2478
2724
  AccessKeysPerUserQuota = "AccessKeysPerUserQuota",
2479
2725
  AccountAccessKeysPresent = "AccountAccessKeysPresent",
@@ -2503,6 +2749,7 @@ export declare enum SummaryKeyType {
2503
2749
  VersionsPerPolicyQuota = "VersionsPerPolicyQuota"
2504
2750
  }
2505
2751
  /**
2752
+ * @public
2506
2753
  * <p>Contains the response to a successful <a>GetAccountSummary</a> request.
2507
2754
  * </p>
2508
2755
  */
@@ -2513,6 +2760,9 @@ export interface GetAccountSummaryResponse {
2513
2760
  */
2514
2761
  SummaryMap?: Record<string, number>;
2515
2762
  }
2763
+ /**
2764
+ * @public
2765
+ */
2516
2766
  export interface GetContextKeysForCustomPolicyRequest {
2517
2767
  /**
2518
2768
  * <p>A list of policies for which you want the list of context keys referenced in those
@@ -2538,6 +2788,7 @@ export interface GetContextKeysForCustomPolicyRequest {
2538
2788
  PolicyInputList: string[] | undefined;
2539
2789
  }
2540
2790
  /**
2791
+ * @public
2541
2792
  * <p>Contains the response to a successful <a>GetContextKeysForPrincipalPolicy</a> or <a>GetContextKeysForCustomPolicy</a> request. </p>
2542
2793
  */
2543
2794
  export interface GetContextKeysForPolicyResponse {
@@ -2546,6 +2797,9 @@ export interface GetContextKeysForPolicyResponse {
2546
2797
  */
2547
2798
  ContextKeyNames?: string[];
2548
2799
  }
2800
+ /**
2801
+ * @public
2802
+ */
2549
2803
  export interface GetContextKeysForPrincipalPolicyRequest {
2550
2804
  /**
2551
2805
  * <p>The ARN of a user, group, or role whose policies contain the context keys that you
@@ -2581,6 +2835,7 @@ export interface GetContextKeysForPrincipalPolicyRequest {
2581
2835
  PolicyInputList?: string[];
2582
2836
  }
2583
2837
  /**
2838
+ * @public
2584
2839
  * <p>The request was rejected because the most recent credential report has expired. To
2585
2840
  * generate a new credential report, use <a>GenerateCredentialReport</a>. For more
2586
2841
  * information about credential report expiration, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting credential reports</a> in the
@@ -2595,6 +2850,7 @@ export declare class CredentialReportExpiredException extends __BaseException {
2595
2850
  constructor(opts: __ExceptionOptionType<CredentialReportExpiredException, __BaseException>);
2596
2851
  }
2597
2852
  /**
2853
+ * @public
2598
2854
  * <p>The request was rejected because the credential report does not exist. To generate a
2599
2855
  * credential report, use <a>GenerateCredentialReport</a>.</p>
2600
2856
  */
@@ -2607,6 +2863,7 @@ export declare class CredentialReportNotPresentException extends __BaseException
2607
2863
  constructor(opts: __ExceptionOptionType<CredentialReportNotPresentException, __BaseException>);
2608
2864
  }
2609
2865
  /**
2866
+ * @public
2610
2867
  * <p>The request was rejected because the credential report is still being generated.</p>
2611
2868
  */
2612
2869
  export declare class CredentialReportNotReadyException extends __BaseException {
@@ -2617,10 +2874,14 @@ export declare class CredentialReportNotReadyException extends __BaseException {
2617
2874
  */
2618
2875
  constructor(opts: __ExceptionOptionType<CredentialReportNotReadyException, __BaseException>);
2619
2876
  }
2877
+ /**
2878
+ * @public
2879
+ */
2620
2880
  export declare enum ReportFormatType {
2621
2881
  text_csv = "text/csv"
2622
2882
  }
2623
2883
  /**
2884
+ * @public
2624
2885
  * <p>Contains the response to a successful <a>GetCredentialReport</a> request.
2625
2886
  * </p>
2626
2887
  */
@@ -2638,6 +2899,9 @@ export interface GetCredentialReportResponse {
2638
2899
  */
2639
2900
  GeneratedTime?: Date;
2640
2901
  }
2902
+ /**
2903
+ * @public
2904
+ */
2641
2905
  export interface GetGroupRequest {
2642
2906
  /**
2643
2907
  * <p>The name of the group.</p>
@@ -2665,6 +2929,7 @@ export interface GetGroupRequest {
2665
2929
  MaxItems?: number;
2666
2930
  }
2667
2931
  /**
2932
+ * @public
2668
2933
  * <p>Contains the response to a successful <a>GetGroup</a> request. </p>
2669
2934
  */
2670
2935
  export interface GetGroupResponse {
@@ -2692,6 +2957,9 @@ export interface GetGroupResponse {
2692
2957
  */
2693
2958
  Marker?: string;
2694
2959
  }
2960
+ /**
2961
+ * @public
2962
+ */
2695
2963
  export interface GetGroupPolicyRequest {
2696
2964
  /**
2697
2965
  * <p>The name of the group the policy is associated with.</p>
@@ -2707,6 +2975,7 @@ export interface GetGroupPolicyRequest {
2707
2975
  PolicyName: string | undefined;
2708
2976
  }
2709
2977
  /**
2978
+ * @public
2710
2979
  * <p>Contains the response to a successful <a>GetGroupPolicy</a> request.
2711
2980
  * </p>
2712
2981
  */
@@ -2727,6 +2996,9 @@ export interface GetGroupPolicyResponse {
2727
2996
  */
2728
2997
  PolicyDocument: string | undefined;
2729
2998
  }
2999
+ /**
3000
+ * @public
3001
+ */
2730
3002
  export interface GetInstanceProfileRequest {
2731
3003
  /**
2732
3004
  * <p>The name of the instance profile to get information about.</p>
@@ -2736,6 +3008,7 @@ export interface GetInstanceProfileRequest {
2736
3008
  InstanceProfileName: string | undefined;
2737
3009
  }
2738
3010
  /**
3011
+ * @public
2739
3012
  * <p>Contains the response to a successful <a>GetInstanceProfile</a> request.
2740
3013
  * </p>
2741
3014
  */
@@ -2745,6 +3018,9 @@ export interface GetInstanceProfileResponse {
2745
3018
  */
2746
3019
  InstanceProfile: InstanceProfile | undefined;
2747
3020
  }
3021
+ /**
3022
+ * @public
3023
+ */
2748
3024
  export interface GetLoginProfileRequest {
2749
3025
  /**
2750
3026
  * <p>The name of the user whose login profile you want to retrieve.</p>
@@ -2754,6 +3030,7 @@ export interface GetLoginProfileRequest {
2754
3030
  UserName: string | undefined;
2755
3031
  }
2756
3032
  /**
3033
+ * @public
2757
3034
  * <p>Contains the response to a successful <a>GetLoginProfile</a> request.
2758
3035
  * </p>
2759
3036
  */
@@ -2764,6 +3041,9 @@ export interface GetLoginProfileResponse {
2764
3041
  */
2765
3042
  LoginProfile: LoginProfile | undefined;
2766
3043
  }
3044
+ /**
3045
+ * @public
3046
+ */
2767
3047
  export interface GetOpenIDConnectProviderRequest {
2768
3048
  /**
2769
3049
  * <p>The Amazon Resource Name (ARN) of the OIDC provider resource object in IAM to get
@@ -2773,6 +3053,7 @@ export interface GetOpenIDConnectProviderRequest {
2773
3053
  OpenIDConnectProviderArn: string | undefined;
2774
3054
  }
2775
3055
  /**
3056
+ * @public
2776
3057
  * <p>Contains the response to a successful <a>GetOpenIDConnectProvider</a>
2777
3058
  * request. </p>
2778
3059
  */
@@ -2804,12 +3085,18 @@ export interface GetOpenIDConnectProviderResponse {
2804
3085
  */
2805
3086
  Tags?: Tag[];
2806
3087
  }
3088
+ /**
3089
+ * @public
3090
+ */
2807
3091
  export declare enum SortKeyType {
2808
3092
  LAST_AUTHENTICATED_TIME_ASCENDING = "LAST_AUTHENTICATED_TIME_ASCENDING",
2809
3093
  LAST_AUTHENTICATED_TIME_DESCENDING = "LAST_AUTHENTICATED_TIME_DESCENDING",
2810
3094
  SERVICE_NAMESPACE_ASCENDING = "SERVICE_NAMESPACE_ASCENDING",
2811
3095
  SERVICE_NAMESPACE_DESCENDING = "SERVICE_NAMESPACE_DESCENDING"
2812
3096
  }
3097
+ /**
3098
+ * @public
3099
+ */
2813
3100
  export interface GetOrganizationsAccessReportRequest {
2814
3101
  /**
2815
3102
  * <p>The identifier of the request generated by the <a>GenerateOrganizationsAccessReport</a> operation.</p>
@@ -2841,6 +3128,7 @@ export interface GetOrganizationsAccessReportRequest {
2841
3128
  SortKey?: SortKeyType | string;
2842
3129
  }
2843
3130
  /**
3131
+ * @public
2844
3132
  * <p>Contains information about the reason that the operation failed.</p>
2845
3133
  * <p>This data type is used as a response element in the <a>GetOrganizationsAccessReport</a>, <a>GetServiceLastAccessedDetails</a>, and <a>GetServiceLastAccessedDetailsWithEntities</a> operations.</p>
2846
3134
  */
@@ -2854,11 +3142,17 @@ export interface ErrorDetails {
2854
3142
  */
2855
3143
  Code: string | undefined;
2856
3144
  }
3145
+ /**
3146
+ * @public
3147
+ */
2857
3148
  export declare enum JobStatusType {
2858
3149
  COMPLETED = "COMPLETED",
2859
3150
  FAILED = "FAILED",
2860
3151
  IN_PROGRESS = "IN_PROGRESS"
2861
3152
  }
3153
+ /**
3154
+ * @public
3155
+ */
2862
3156
  export interface GetOrganizationsAccessReportResponse {
2863
3157
  /**
2864
3158
  * <p>The status of the job.</p>
@@ -2912,6 +3206,9 @@ export interface GetOrganizationsAccessReportResponse {
2912
3206
  */
2913
3207
  ErrorDetails?: ErrorDetails;
2914
3208
  }
3209
+ /**
3210
+ * @public
3211
+ */
2915
3212
  export interface GetPolicyRequest {
2916
3213
  /**
2917
3214
  * <p>The Amazon Resource Name (ARN) of the managed policy that you want information
@@ -2921,6 +3218,7 @@ export interface GetPolicyRequest {
2921
3218
  PolicyArn: string | undefined;
2922
3219
  }
2923
3220
  /**
3221
+ * @public
2924
3222
  * <p>Contains the response to a successful <a>GetPolicy</a> request. </p>
2925
3223
  */
2926
3224
  export interface GetPolicyResponse {
@@ -2929,6 +3227,9 @@ export interface GetPolicyResponse {
2929
3227
  */
2930
3228
  Policy?: Policy;
2931
3229
  }
3230
+ /**
3231
+ * @public
3232
+ */
2932
3233
  export interface GetPolicyVersionRequest {
2933
3234
  /**
2934
3235
  * <p>The Amazon Resource Name (ARN) of the managed policy that you want information
@@ -2945,6 +3246,7 @@ export interface GetPolicyVersionRequest {
2945
3246
  VersionId: string | undefined;
2946
3247
  }
2947
3248
  /**
3249
+ * @public
2948
3250
  * <p>Contains the response to a successful <a>GetPolicyVersion</a> request.
2949
3251
  * </p>
2950
3252
  */
@@ -2954,6 +3256,9 @@ export interface GetPolicyVersionResponse {
2954
3256
  */
2955
3257
  PolicyVersion?: PolicyVersion;
2956
3258
  }
3259
+ /**
3260
+ * @public
3261
+ */
2957
3262
  export interface GetRoleRequest {
2958
3263
  /**
2959
3264
  * <p>The name of the IAM role to get information about.</p>
@@ -2963,6 +3268,7 @@ export interface GetRoleRequest {
2963
3268
  RoleName: string | undefined;
2964
3269
  }
2965
3270
  /**
3271
+ * @public
2966
3272
  * <p>Contains the response to a successful <a>GetRole</a> request. </p>
2967
3273
  */
2968
3274
  export interface GetRoleResponse {
@@ -2971,6 +3277,9 @@ export interface GetRoleResponse {
2971
3277
  */
2972
3278
  Role: Role | undefined;
2973
3279
  }
3280
+ /**
3281
+ * @public
3282
+ */
2974
3283
  export interface GetRolePolicyRequest {
2975
3284
  /**
2976
3285
  * <p>The name of the role associated with the policy.</p>
@@ -2986,6 +3295,7 @@ export interface GetRolePolicyRequest {
2986
3295
  PolicyName: string | undefined;
2987
3296
  }
2988
3297
  /**
3298
+ * @public
2989
3299
  * <p>Contains the response to a successful <a>GetRolePolicy</a> request.
2990
3300
  * </p>
2991
3301
  */
@@ -3006,6 +3316,9 @@ export interface GetRolePolicyResponse {
3006
3316
  */
3007
3317
  PolicyDocument: string | undefined;
3008
3318
  }
3319
+ /**
3320
+ * @public
3321
+ */
3009
3322
  export interface GetSAMLProviderRequest {
3010
3323
  /**
3011
3324
  * <p>The Amazon Resource Name (ARN) of the SAML provider resource object in IAM to get
@@ -3015,6 +3328,7 @@ export interface GetSAMLProviderRequest {
3015
3328
  SAMLProviderArn: string | undefined;
3016
3329
  }
3017
3330
  /**
3331
+ * @public
3018
3332
  * <p>Contains the response to a successful <a>GetSAMLProvider</a> request.
3019
3333
  * </p>
3020
3334
  */
@@ -3038,6 +3352,9 @@ export interface GetSAMLProviderResponse {
3038
3352
  */
3039
3353
  Tags?: Tag[];
3040
3354
  }
3355
+ /**
3356
+ * @public
3357
+ */
3041
3358
  export interface GetServerCertificateRequest {
3042
3359
  /**
3043
3360
  * <p>The name of the server certificate you want to retrieve information about.</p>
@@ -3047,6 +3364,7 @@ export interface GetServerCertificateRequest {
3047
3364
  ServerCertificateName: string | undefined;
3048
3365
  }
3049
3366
  /**
3367
+ * @public
3050
3368
  * <p>Contains information about a server certificate without its certificate body,
3051
3369
  * certificate chain, and private key.</p>
3052
3370
  * <p> This data type is used as a response element in the <a>UploadServerCertificate</a> and <a>ListServerCertificates</a>
@@ -3083,6 +3401,7 @@ export interface ServerCertificateMetadata {
3083
3401
  Expiration?: Date;
3084
3402
  }
3085
3403
  /**
3404
+ * @public
3086
3405
  * <p>Contains information about a server certificate.</p>
3087
3406
  * <p> This data type is used as a response element in the <a>GetServerCertificate</a> operation. </p>
3088
3407
  */
@@ -3107,6 +3426,7 @@ export interface ServerCertificate {
3107
3426
  Tags?: Tag[];
3108
3427
  }
3109
3428
  /**
3429
+ * @public
3110
3430
  * <p>Contains the response to a successful <a>GetServerCertificate</a> request.
3111
3431
  * </p>
3112
3432
  */
@@ -3116,6 +3436,9 @@ export interface GetServerCertificateResponse {
3116
3436
  */
3117
3437
  ServerCertificate: ServerCertificate | undefined;
3118
3438
  }
3439
+ /**
3440
+ * @public
3441
+ */
3119
3442
  export interface GetServiceLastAccessedDetailsRequest {
3120
3443
  /**
3121
3444
  * <p>The ID of the request generated by the <a>GenerateServiceLastAccessedDetails</a> operation. The <code>JobId</code>
@@ -3144,6 +3467,7 @@ export interface GetServiceLastAccessedDetailsRequest {
3144
3467
  Marker?: string;
3145
3468
  }
3146
3469
  /**
3470
+ * @public
3147
3471
  * <p>Contains details about the most recent attempt to access an action within the
3148
3472
  * service.</p>
3149
3473
  * <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
@@ -3177,6 +3501,7 @@ export interface TrackedActionLastAccessed {
3177
3501
  LastAccessedRegion?: string;
3178
3502
  }
3179
3503
  /**
3504
+ * @public
3180
3505
  * <p>Contains details about the most recent attempt to access the service.</p>
3181
3506
  * <p>This data type is used as a response element in the <a>GetServiceLastAccessedDetails</a> operation.</p>
3182
3507
  */
@@ -3233,6 +3558,9 @@ export interface ServiceLastAccessed {
3233
3558
  */
3234
3559
  TrackedActionsLastAccessed?: TrackedActionLastAccessed[];
3235
3560
  }
3561
+ /**
3562
+ * @public
3563
+ */
3236
3564
  export interface GetServiceLastAccessedDetailsResponse {
3237
3565
  /**
3238
3566
  * <p>The status of the job.</p>
@@ -3281,6 +3609,9 @@ export interface GetServiceLastAccessedDetailsResponse {
3281
3609
  */
3282
3610
  Error?: ErrorDetails;
3283
3611
  }
3612
+ /**
3613
+ * @public
3614
+ */
3284
3615
  export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
3285
3616
  /**
3286
3617
  * <p>The ID of the request generated by the <code>GenerateServiceLastAccessedDetails</code>
@@ -3317,12 +3648,16 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
3317
3648
  */
3318
3649
  Marker?: string;
3319
3650
  }
3651
+ /**
3652
+ * @public
3653
+ */
3320
3654
  export declare enum PolicyOwnerEntityType {
3321
3655
  GROUP = "GROUP",
3322
3656
  ROLE = "ROLE",
3323
3657
  USER = "USER"
3324
3658
  }
3325
3659
  /**
3660
+ * @public
3326
3661
  * <p>Contains details about the specified entity (user or role).</p>
3327
3662
  * <p>This data type is an element of the <a>EntityDetails</a> object.</p>
3328
3663
  */
@@ -3352,6 +3687,7 @@ export interface EntityInfo {
3352
3687
  Path?: string;
3353
3688
  }
3354
3689
  /**
3690
+ * @public
3355
3691
  * <p>An object that contains details about when the IAM entities (users or roles) were last
3356
3692
  * used in an attempt to access the specified Amazon Web Services service.</p>
3357
3693
  * <p>This data type is a response element in the <a>GetServiceLastAccessedDetailsWithEntities</a> operation.</p>
@@ -3371,6 +3707,9 @@ export interface EntityDetails {
3371
3707
  */
3372
3708
  LastAuthenticated?: Date;
3373
3709
  }
3710
+ /**
3711
+ * @public
3712
+ */
3374
3713
  export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
3375
3714
  /**
3376
3715
  * <p>The status of the job.</p>
@@ -3414,6 +3753,9 @@ export interface GetServiceLastAccessedDetailsWithEntitiesResponse {
3414
3753
  */
3415
3754
  Error?: ErrorDetails;
3416
3755
  }
3756
+ /**
3757
+ * @public
3758
+ */
3417
3759
  export interface GetServiceLinkedRoleDeletionStatusRequest {
3418
3760
  /**
3419
3761
  * <p>The deletion task identifier. This identifier is returned by the <a>DeleteServiceLinkedRole</a> operation in the format
@@ -3422,6 +3764,7 @@ export interface GetServiceLinkedRoleDeletionStatusRequest {
3422
3764
  DeletionTaskId: string | undefined;
3423
3765
  }
3424
3766
  /**
3767
+ * @public
3425
3768
  * <p>An object that contains details about how a service-linked role is used, if that
3426
3769
  * information is returned by the service.</p>
3427
3770
  * <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
@@ -3437,6 +3780,7 @@ export interface RoleUsageType {
3437
3780
  Resources?: string[];
3438
3781
  }
3439
3782
  /**
3783
+ * @public
3440
3784
  * <p>The reason that the service-linked role deletion failed.</p>
3441
3785
  * <p>This data type is used as a response element in the <a>GetServiceLinkedRoleDeletionStatus</a> operation.</p>
3442
3786
  */
@@ -3455,12 +3799,18 @@ export interface DeletionTaskFailureReasonType {
3455
3799
  */
3456
3800
  RoleUsageList?: RoleUsageType[];
3457
3801
  }
3802
+ /**
3803
+ * @public
3804
+ */
3458
3805
  export declare enum DeletionTaskStatusType {
3459
3806
  FAILED = "FAILED",
3460
3807
  IN_PROGRESS = "IN_PROGRESS",
3461
3808
  NOT_STARTED = "NOT_STARTED",
3462
3809
  SUCCEEDED = "SUCCEEDED"
3463
3810
  }
3811
+ /**
3812
+ * @public
3813
+ */
3464
3814
  export interface GetServiceLinkedRoleDeletionStatusResponse {
3465
3815
  /**
3466
3816
  * <p>The status of the deletion.</p>
@@ -3471,10 +3821,16 @@ export interface GetServiceLinkedRoleDeletionStatusResponse {
3471
3821
  */
3472
3822
  Reason?: DeletionTaskFailureReasonType;
3473
3823
  }
3824
+ /**
3825
+ * @public
3826
+ */
3474
3827
  export declare enum EncodingType {
3475
3828
  PEM = "PEM",
3476
3829
  SSH = "SSH"
3477
3830
  }
3831
+ /**
3832
+ * @public
3833
+ */
3478
3834
  export interface GetSSHPublicKeyRequest {
3479
3835
  /**
3480
3836
  * <p>The name of the IAM user associated with the SSH public key.</p>
@@ -3496,6 +3852,7 @@ export interface GetSSHPublicKeyRequest {
3496
3852
  Encoding: EncodingType | string | undefined;
3497
3853
  }
3498
3854
  /**
3855
+ * @public
3499
3856
  * <p>Contains information about an SSH public key.</p>
3500
3857
  * <p>This data type is used as a response element in the <a>GetSSHPublicKey</a>
3501
3858
  * and <a>UploadSSHPublicKey</a> operations. </p>
@@ -3530,6 +3887,7 @@ export interface SSHPublicKey {
3530
3887
  UploadDate?: Date;
3531
3888
  }
3532
3889
  /**
3890
+ * @public
3533
3891
  * <p>Contains the response to a successful <a>GetSSHPublicKey</a>
3534
3892
  * request.</p>
3535
3893
  */
@@ -3540,6 +3898,7 @@ export interface GetSSHPublicKeyResponse {
3540
3898
  SSHPublicKey?: SSHPublicKey;
3541
3899
  }
3542
3900
  /**
3901
+ * @public
3543
3902
  * <p>The request was rejected because the public key encoding format is unsupported or
3544
3903
  * unrecognized.</p>
3545
3904
  */
@@ -3551,6 +3910,9 @@ export declare class UnrecognizedPublicKeyEncodingException extends __BaseExcept
3551
3910
  */
3552
3911
  constructor(opts: __ExceptionOptionType<UnrecognizedPublicKeyEncodingException, __BaseException>);
3553
3912
  }
3913
+ /**
3914
+ * @public
3915
+ */
3554
3916
  export interface GetUserRequest {
3555
3917
  /**
3556
3918
  * <p>The name of the user to get information about.</p>
@@ -3561,6 +3923,7 @@ export interface GetUserRequest {
3561
3923
  UserName?: string;
3562
3924
  }
3563
3925
  /**
3926
+ * @public
3564
3927
  * <p>Contains the response to a successful <a>GetUser</a> request. </p>
3565
3928
  */
3566
3929
  export interface GetUserResponse {
@@ -3584,6 +3947,9 @@ export interface GetUserResponse {
3584
3947
  */
3585
3948
  User: User | undefined;
3586
3949
  }
3950
+ /**
3951
+ * @public
3952
+ */
3587
3953
  export interface GetUserPolicyRequest {
3588
3954
  /**
3589
3955
  * <p>The name of the user who the policy is associated with.</p>
@@ -3599,6 +3965,7 @@ export interface GetUserPolicyRequest {
3599
3965
  PolicyName: string | undefined;
3600
3966
  }
3601
3967
  /**
3968
+ * @public
3602
3969
  * <p>Contains the response to a successful <a>GetUserPolicy</a> request.
3603
3970
  * </p>
3604
3971
  */
@@ -3619,6 +3986,9 @@ export interface GetUserPolicyResponse {
3619
3986
  */
3620
3987
  PolicyDocument: string | undefined;
3621
3988
  }
3989
+ /**
3990
+ * @public
3991
+ */
3622
3992
  export interface ListAccessKeysRequest {
3623
3993
  /**
3624
3994
  * <p>The name of the user.</p>
@@ -3646,6 +4016,7 @@ export interface ListAccessKeysRequest {
3646
4016
  MaxItems?: number;
3647
4017
  }
3648
4018
  /**
4019
+ * @public
3649
4020
  * <p>Contains the response to a successful <a>ListAccessKeys</a> request.
3650
4021
  * </p>
3651
4022
  */
@@ -3670,6 +4041,9 @@ export interface ListAccessKeysResponse {
3670
4041
  */
3671
4042
  Marker?: string;
3672
4043
  }
4044
+ /**
4045
+ * @public
4046
+ */
3673
4047
  export interface ListAccountAliasesRequest {
3674
4048
  /**
3675
4049
  * <p>Use this parameter only when paginating results and only after
@@ -3691,6 +4065,7 @@ export interface ListAccountAliasesRequest {
3691
4065
  MaxItems?: number;
3692
4066
  }
3693
4067
  /**
4068
+ * @public
3694
4069
  * <p>Contains the response to a successful <a>ListAccountAliases</a> request.
3695
4070
  * </p>
3696
4071
  */
@@ -3716,6 +4091,9 @@ export interface ListAccountAliasesResponse {
3716
4091
  */
3717
4092
  Marker?: string;
3718
4093
  }
4094
+ /**
4095
+ * @public
4096
+ */
3719
4097
  export interface ListAttachedGroupPoliciesRequest {
3720
4098
  /**
3721
4099
  * <p>The name (friendly name, not ARN) of the group to list attached policies for.</p>
@@ -3752,6 +4130,7 @@ export interface ListAttachedGroupPoliciesRequest {
3752
4130
  MaxItems?: number;
3753
4131
  }
3754
4132
  /**
4133
+ * @public
3755
4134
  * <p>Contains the response to a successful <a>ListAttachedGroupPolicies</a>
3756
4135
  * request. </p>
3757
4136
  */
@@ -3776,6 +4155,9 @@ export interface ListAttachedGroupPoliciesResponse {
3776
4155
  */
3777
4156
  Marker?: string;
3778
4157
  }
4158
+ /**
4159
+ * @public
4160
+ */
3779
4161
  export interface ListAttachedRolePoliciesRequest {
3780
4162
  /**
3781
4163
  * <p>The name (friendly name, not ARN) of the role to list attached policies for.</p>
@@ -3812,6 +4194,7 @@ export interface ListAttachedRolePoliciesRequest {
3812
4194
  MaxItems?: number;
3813
4195
  }
3814
4196
  /**
4197
+ * @public
3815
4198
  * <p>Contains the response to a successful <a>ListAttachedRolePolicies</a>
3816
4199
  * request. </p>
3817
4200
  */
@@ -3836,6 +4219,9 @@ export interface ListAttachedRolePoliciesResponse {
3836
4219
  */
3837
4220
  Marker?: string;
3838
4221
  }
4222
+ /**
4223
+ * @public
4224
+ */
3839
4225
  export interface ListAttachedUserPoliciesRequest {
3840
4226
  /**
3841
4227
  * <p>The name (friendly name, not ARN) of the user to list attached policies for.</p>
@@ -3872,6 +4258,7 @@ export interface ListAttachedUserPoliciesRequest {
3872
4258
  MaxItems?: number;
3873
4259
  }
3874
4260
  /**
4261
+ * @public
3875
4262
  * <p>Contains the response to a successful <a>ListAttachedUserPolicies</a>
3876
4263
  * request. </p>
3877
4264
  */
@@ -3896,10 +4283,16 @@ export interface ListAttachedUserPoliciesResponse {
3896
4283
  */
3897
4284
  Marker?: string;
3898
4285
  }
4286
+ /**
4287
+ * @public
4288
+ */
3899
4289
  export declare enum PolicyUsageType {
3900
4290
  PermissionsBoundary = "PermissionsBoundary",
3901
4291
  PermissionsPolicy = "PermissionsPolicy"
3902
4292
  }
4293
+ /**
4294
+ * @public
4295
+ */
3903
4296
  export interface ListEntitiesForPolicyRequest {
3904
4297
  /**
3905
4298
  * <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the
@@ -3953,6 +4346,7 @@ export interface ListEntitiesForPolicyRequest {
3953
4346
  MaxItems?: number;
3954
4347
  }
3955
4348
  /**
4349
+ * @public
3956
4350
  * <p>Contains information about a group that a managed policy is attached to.</p>
3957
4351
  * <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
3958
4352
  * <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
@@ -3971,6 +4365,7 @@ export interface PolicyGroup {
3971
4365
  GroupId?: string;
3972
4366
  }
3973
4367
  /**
4368
+ * @public
3974
4369
  * <p>Contains information about a role that a managed policy is attached to.</p>
3975
4370
  * <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
3976
4371
  * <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
@@ -3989,6 +4384,7 @@ export interface PolicyRole {
3989
4384
  RoleId?: string;
3990
4385
  }
3991
4386
  /**
4387
+ * @public
3992
4388
  * <p>Contains information about a user that a managed policy is attached to.</p>
3993
4389
  * <p>This data type is used as a response element in the <a>ListEntitiesForPolicy</a> operation. </p>
3994
4390
  * <p>For more information about managed policies, refer to <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-vs-inline.html">Managed policies and inline
@@ -4007,6 +4403,7 @@ export interface PolicyUser {
4007
4403
  UserId?: string;
4008
4404
  }
4009
4405
  /**
4406
+ * @public
4010
4407
  * <p>Contains the response to a successful <a>ListEntitiesForPolicy</a> request.
4011
4408
  * </p>
4012
4409
  */
@@ -4039,6 +4436,9 @@ export interface ListEntitiesForPolicyResponse {
4039
4436
  */
4040
4437
  Marker?: string;
4041
4438
  }
4439
+ /**
4440
+ * @public
4441
+ */
4042
4442
  export interface ListGroupPoliciesRequest {
4043
4443
  /**
4044
4444
  * <p>The name of the group to list policies for.</p>
@@ -4066,6 +4466,7 @@ export interface ListGroupPoliciesRequest {
4066
4466
  MaxItems?: number;
4067
4467
  }
4068
4468
  /**
4469
+ * @public
4069
4470
  * <p>Contains the response to a successful <a>ListGroupPolicies</a> request.
4070
4471
  * </p>
4071
4472
  */
@@ -4092,6 +4493,9 @@ export interface ListGroupPoliciesResponse {
4092
4493
  */
4093
4494
  Marker?: string;
4094
4495
  }
4496
+ /**
4497
+ * @public
4498
+ */
4095
4499
  export interface ListGroupsRequest {
4096
4500
  /**
4097
4501
  * <p> The path prefix for filtering the results. For example, the prefix
@@ -4124,6 +4528,7 @@ export interface ListGroupsRequest {
4124
4528
  MaxItems?: number;
4125
4529
  }
4126
4530
  /**
4531
+ * @public
4127
4532
  * <p>Contains the response to a successful <a>ListGroups</a> request. </p>
4128
4533
  */
4129
4534
  export interface ListGroupsResponse {
@@ -4147,6 +4552,9 @@ export interface ListGroupsResponse {
4147
4552
  */
4148
4553
  Marker?: string;
4149
4554
  }
4555
+ /**
4556
+ * @public
4557
+ */
4150
4558
  export interface ListGroupsForUserRequest {
4151
4559
  /**
4152
4560
  * <p>The name of the user to list groups for.</p>
@@ -4174,6 +4582,7 @@ export interface ListGroupsForUserRequest {
4174
4582
  MaxItems?: number;
4175
4583
  }
4176
4584
  /**
4585
+ * @public
4177
4586
  * <p>Contains the response to a successful <a>ListGroupsForUser</a> request.
4178
4587
  * </p>
4179
4588
  */
@@ -4198,6 +4607,9 @@ export interface ListGroupsForUserResponse {
4198
4607
  */
4199
4608
  Marker?: string;
4200
4609
  }
4610
+ /**
4611
+ * @public
4612
+ */
4201
4613
  export interface ListInstanceProfilesRequest {
4202
4614
  /**
4203
4615
  * <p> The path prefix for filtering the results. For example, the prefix
@@ -4230,6 +4642,7 @@ export interface ListInstanceProfilesRequest {
4230
4642
  MaxItems?: number;
4231
4643
  }
4232
4644
  /**
4645
+ * @public
4233
4646
  * <p>Contains the response to a successful <a>ListInstanceProfiles</a> request.
4234
4647
  * </p>
4235
4648
  */
@@ -4254,6 +4667,9 @@ export interface ListInstanceProfilesResponse {
4254
4667
  */
4255
4668
  Marker?: string;
4256
4669
  }
4670
+ /**
4671
+ * @public
4672
+ */
4257
4673
  export interface ListInstanceProfilesForRoleRequest {
4258
4674
  /**
4259
4675
  * <p>The name of the role to list instance profiles for.</p>
@@ -4281,6 +4697,7 @@ export interface ListInstanceProfilesForRoleRequest {
4281
4697
  MaxItems?: number;
4282
4698
  }
4283
4699
  /**
4700
+ * @public
4284
4701
  * <p>Contains the response to a successful <a>ListInstanceProfilesForRole</a>
4285
4702
  * request. </p>
4286
4703
  */
@@ -4305,6 +4722,9 @@ export interface ListInstanceProfilesForRoleResponse {
4305
4722
  */
4306
4723
  Marker?: string;
4307
4724
  }
4725
+ /**
4726
+ * @public
4727
+ */
4308
4728
  export interface ListInstanceProfileTagsRequest {
4309
4729
  /**
4310
4730
  * <p>The name of the IAM instance profile whose tags you want to see.</p>
@@ -4331,6 +4751,9 @@ export interface ListInstanceProfileTagsRequest {
4331
4751
  */
4332
4752
  MaxItems?: number;
4333
4753
  }
4754
+ /**
4755
+ * @public
4756
+ */
4334
4757
  export interface ListInstanceProfileTagsResponse {
4335
4758
  /**
4336
4759
  * <p>The list of tags that are currently attached to the IAM instance profile. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
@@ -4352,6 +4775,9 @@ export interface ListInstanceProfileTagsResponse {
4352
4775
  */
4353
4776
  Marker?: string;
4354
4777
  }
4778
+ /**
4779
+ * @public
4780
+ */
4355
4781
  export interface ListMFADevicesRequest {
4356
4782
  /**
4357
4783
  * <p>The name of the user whose MFA devices you want to list.</p>
@@ -4379,6 +4805,7 @@ export interface ListMFADevicesRequest {
4379
4805
  MaxItems?: number;
4380
4806
  }
4381
4807
  /**
4808
+ * @public
4382
4809
  * <p>Contains information about an MFA device.</p>
4383
4810
  * <p>This data type is used as a response element in the <a>ListMFADevices</a>
4384
4811
  * operation.</p>
@@ -4399,6 +4826,7 @@ export interface MFADevice {
4399
4826
  EnableDate: Date | undefined;
4400
4827
  }
4401
4828
  /**
4829
+ * @public
4402
4830
  * <p>Contains the response to a successful <a>ListMFADevices</a> request.
4403
4831
  * </p>
4404
4832
  */
@@ -4423,6 +4851,9 @@ export interface ListMFADevicesResponse {
4423
4851
  */
4424
4852
  Marker?: string;
4425
4853
  }
4854
+ /**
4855
+ * @public
4856
+ */
4426
4857
  export interface ListMFADeviceTagsRequest {
4427
4858
  /**
4428
4859
  * <p>The unique identifier for the IAM virtual MFA device whose tags you want to see.
@@ -4450,6 +4881,9 @@ export interface ListMFADeviceTagsRequest {
4450
4881
  */
4451
4882
  MaxItems?: number;
4452
4883
  }
4884
+ /**
4885
+ * @public
4886
+ */
4453
4887
  export interface ListMFADeviceTagsResponse {
4454
4888
  /**
4455
4889
  * <p>The list of tags that are currently attached to the virtual MFA device. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
@@ -4471,9 +4905,13 @@ export interface ListMFADeviceTagsResponse {
4471
4905
  */
4472
4906
  Marker?: string;
4473
4907
  }
4908
+ /**
4909
+ * @public
4910
+ */
4474
4911
  export interface ListOpenIDConnectProvidersRequest {
4475
4912
  }
4476
4913
  /**
4914
+ * @public
4477
4915
  * <p>Contains the Amazon Resource Name (ARN) for an IAM OpenID Connect provider.</p>
4478
4916
  */
4479
4917
  export interface OpenIDConnectProviderListEntry {
@@ -4485,6 +4923,7 @@ export interface OpenIDConnectProviderListEntry {
4485
4923
  Arn?: string;
4486
4924
  }
4487
4925
  /**
4926
+ * @public
4488
4927
  * <p>Contains the response to a successful <a>ListOpenIDConnectProviders</a>
4489
4928
  * request. </p>
4490
4929
  */
@@ -4494,6 +4933,9 @@ export interface ListOpenIDConnectProvidersResponse {
4494
4933
  */
4495
4934
  OpenIDConnectProviderList?: OpenIDConnectProviderListEntry[];
4496
4935
  }
4936
+ /**
4937
+ * @public
4938
+ */
4497
4939
  export interface ListOpenIDConnectProviderTagsRequest {
4498
4940
  /**
4499
4941
  * <p>The ARN of the OpenID Connect (OIDC) identity provider whose tags you want to
@@ -4521,6 +4963,9 @@ export interface ListOpenIDConnectProviderTagsRequest {
4521
4963
  */
4522
4964
  MaxItems?: number;
4523
4965
  }
4966
+ /**
4967
+ * @public
4968
+ */
4524
4969
  export interface ListOpenIDConnectProviderTagsResponse {
4525
4970
  /**
4526
4971
  * <p>The list of tags that are currently attached to the OpenID Connect (OIDC) identity
@@ -4543,11 +4988,17 @@ export interface ListOpenIDConnectProviderTagsResponse {
4543
4988
  */
4544
4989
  Marker?: string;
4545
4990
  }
4991
+ /**
4992
+ * @public
4993
+ */
4546
4994
  export declare enum PolicyScopeType {
4547
4995
  AWS = "AWS",
4548
4996
  All = "All",
4549
4997
  Local = "Local"
4550
4998
  }
4999
+ /**
5000
+ * @public
5001
+ */
4551
5002
  export interface ListPoliciesRequest {
4552
5003
  /**
4553
5004
  * <p>The scope to use for filtering the results.</p>
@@ -4603,6 +5054,7 @@ export interface ListPoliciesRequest {
4603
5054
  MaxItems?: number;
4604
5055
  }
4605
5056
  /**
5057
+ * @public
4606
5058
  * <p>Contains the response to a successful <a>ListPolicies</a> request.
4607
5059
  * </p>
4608
5060
  */
@@ -4627,6 +5079,9 @@ export interface ListPoliciesResponse {
4627
5079
  */
4628
5080
  Marker?: string;
4629
5081
  }
5082
+ /**
5083
+ * @public
5084
+ */
4630
5085
  export interface ListPoliciesGrantingServiceAccessRequest {
4631
5086
  /**
4632
5087
  * <p>Use this parameter only when paginating results and only after
@@ -4651,11 +5106,15 @@ export interface ListPoliciesGrantingServiceAccessRequest {
4651
5106
  */
4652
5107
  ServiceNamespaces: string[] | undefined;
4653
5108
  }
5109
+ /**
5110
+ * @public
5111
+ */
4654
5112
  export declare enum PolicyType {
4655
5113
  INLINE = "INLINE",
4656
5114
  MANAGED = "MANAGED"
4657
5115
  }
4658
5116
  /**
5117
+ * @public
4659
5118
  * <p>Contains details about the permissions policies that are attached to the specified
4660
5119
  * identity (user, group, or role).</p>
4661
5120
  * <p>This data type is an element of the <a>ListPoliciesGrantingServiceAccessEntry</a> object.</p>
@@ -4694,6 +5153,7 @@ export interface PolicyGrantingServiceAccess {
4694
5153
  EntityName?: string;
4695
5154
  }
4696
5155
  /**
5156
+ * @public
4697
5157
  * <p>Contains details about the permissions policies that are attached to the specified
4698
5158
  * identity (user, group, or role).</p>
4699
5159
  * <p>This data type is used as a response element in the <a>ListPoliciesGrantingServiceAccess</a> operation.</p>
@@ -4715,6 +5175,9 @@ export interface ListPoliciesGrantingServiceAccessEntry {
4715
5175
  */
4716
5176
  Policies?: PolicyGrantingServiceAccess[];
4717
5177
  }
5178
+ /**
5179
+ * @public
5180
+ */
4718
5181
  export interface ListPoliciesGrantingServiceAccessResponse {
4719
5182
  /**
4720
5183
  * <p>A <code>ListPoliciesGrantingServiceAccess</code> object that contains details about
@@ -4737,6 +5200,9 @@ export interface ListPoliciesGrantingServiceAccessResponse {
4737
5200
  */
4738
5201
  Marker?: string;
4739
5202
  }
5203
+ /**
5204
+ * @public
5205
+ */
4740
5206
  export interface ListPolicyTagsRequest {
4741
5207
  /**
4742
5208
  * <p>The ARN of the IAM customer managed policy whose tags you want to see.</p>
@@ -4763,6 +5229,9 @@ export interface ListPolicyTagsRequest {
4763
5229
  */
4764
5230
  MaxItems?: number;
4765
5231
  }
5232
+ /**
5233
+ * @public
5234
+ */
4766
5235
  export interface ListPolicyTagsResponse {
4767
5236
  /**
4768
5237
  * <p>The list of tags that are currently attached to the IAM customer managed policy.
@@ -4785,6 +5254,9 @@ export interface ListPolicyTagsResponse {
4785
5254
  */
4786
5255
  Marker?: string;
4787
5256
  }
5257
+ /**
5258
+ * @public
5259
+ */
4788
5260
  export interface ListPolicyVersionsRequest {
4789
5261
  /**
4790
5262
  * <p>The Amazon Resource Name (ARN) of the IAM policy for which you want the
@@ -4812,6 +5284,7 @@ export interface ListPolicyVersionsRequest {
4812
5284
  MaxItems?: number;
4813
5285
  }
4814
5286
  /**
5287
+ * @public
4815
5288
  * <p>Contains the response to a successful <a>ListPolicyVersions</a> request.
4816
5289
  * </p>
4817
5290
  */
@@ -4838,6 +5311,9 @@ export interface ListPolicyVersionsResponse {
4838
5311
  */
4839
5312
  Marker?: string;
4840
5313
  }
5314
+ /**
5315
+ * @public
5316
+ */
4841
5317
  export interface ListRolePoliciesRequest {
4842
5318
  /**
4843
5319
  * <p>The name of the role to list policies for.</p>
@@ -4865,6 +5341,7 @@ export interface ListRolePoliciesRequest {
4865
5341
  MaxItems?: number;
4866
5342
  }
4867
5343
  /**
5344
+ * @public
4868
5345
  * <p>Contains the response to a successful <a>ListRolePolicies</a> request.
4869
5346
  * </p>
4870
5347
  */
@@ -4889,6 +5366,9 @@ export interface ListRolePoliciesResponse {
4889
5366
  */
4890
5367
  Marker?: string;
4891
5368
  }
5369
+ /**
5370
+ * @public
5371
+ */
4892
5372
  export interface ListRolesRequest {
4893
5373
  /**
4894
5374
  * <p> The path prefix for filtering the results. For example, the prefix
@@ -4921,6 +5401,7 @@ export interface ListRolesRequest {
4921
5401
  MaxItems?: number;
4922
5402
  }
4923
5403
  /**
5404
+ * @public
4924
5405
  * <p>Contains the response to a successful <a>ListRoles</a> request. </p>
4925
5406
  */
4926
5407
  export interface ListRolesResponse {
@@ -4944,6 +5425,9 @@ export interface ListRolesResponse {
4944
5425
  */
4945
5426
  Marker?: string;
4946
5427
  }
5428
+ /**
5429
+ * @public
5430
+ */
4947
5431
  export interface ListRoleTagsRequest {
4948
5432
  /**
4949
5433
  * <p>The name of the IAM role for which you want to see the list of tags.</p>
@@ -4970,6 +5454,9 @@ export interface ListRoleTagsRequest {
4970
5454
  */
4971
5455
  MaxItems?: number;
4972
5456
  }
5457
+ /**
5458
+ * @public
5459
+ */
4973
5460
  export interface ListRoleTagsResponse {
4974
5461
  /**
4975
5462
  * <p>The list of tags that are currently attached to the role. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
@@ -4991,9 +5478,13 @@ export interface ListRoleTagsResponse {
4991
5478
  */
4992
5479
  Marker?: string;
4993
5480
  }
5481
+ /**
5482
+ * @public
5483
+ */
4994
5484
  export interface ListSAMLProvidersRequest {
4995
5485
  }
4996
5486
  /**
5487
+ * @public
4997
5488
  * <p>Contains the list of SAML providers for this account.</p>
4998
5489
  */
4999
5490
  export interface SAMLProviderListEntry {
@@ -5011,6 +5502,7 @@ export interface SAMLProviderListEntry {
5011
5502
  CreateDate?: Date;
5012
5503
  }
5013
5504
  /**
5505
+ * @public
5014
5506
  * <p>Contains the response to a successful <a>ListSAMLProviders</a> request.
5015
5507
  * </p>
5016
5508
  */
@@ -5021,6 +5513,9 @@ export interface ListSAMLProvidersResponse {
5021
5513
  */
5022
5514
  SAMLProviderList?: SAMLProviderListEntry[];
5023
5515
  }
5516
+ /**
5517
+ * @public
5518
+ */
5024
5519
  export interface ListSAMLProviderTagsRequest {
5025
5520
  /**
5026
5521
  * <p>The ARN of the Security Assertion Markup Language (SAML) identity provider whose tags
@@ -5048,6 +5543,9 @@ export interface ListSAMLProviderTagsRequest {
5048
5543
  */
5049
5544
  MaxItems?: number;
5050
5545
  }
5546
+ /**
5547
+ * @public
5548
+ */
5051
5549
  export interface ListSAMLProviderTagsResponse {
5052
5550
  /**
5053
5551
  * <p>The list of tags that are currently attached to the Security Assertion Markup Language
@@ -5070,6 +5568,9 @@ export interface ListSAMLProviderTagsResponse {
5070
5568
  */
5071
5569
  Marker?: string;
5072
5570
  }
5571
+ /**
5572
+ * @public
5573
+ */
5073
5574
  export interface ListServerCertificatesRequest {
5074
5575
  /**
5075
5576
  * <p> The path prefix for filtering the results. For example:
@@ -5102,6 +5603,7 @@ export interface ListServerCertificatesRequest {
5102
5603
  MaxItems?: number;
5103
5604
  }
5104
5605
  /**
5606
+ * @public
5105
5607
  * <p>Contains the response to a successful <a>ListServerCertificates</a> request.
5106
5608
  * </p>
5107
5609
  */
@@ -5126,6 +5628,9 @@ export interface ListServerCertificatesResponse {
5126
5628
  */
5127
5629
  Marker?: string;
5128
5630
  }
5631
+ /**
5632
+ * @public
5633
+ */
5129
5634
  export interface ListServerCertificateTagsRequest {
5130
5635
  /**
5131
5636
  * <p>The name of the IAM server certificate whose tags you want to see.</p>
@@ -5152,6 +5657,9 @@ export interface ListServerCertificateTagsRequest {
5152
5657
  */
5153
5658
  MaxItems?: number;
5154
5659
  }
5660
+ /**
5661
+ * @public
5662
+ */
5155
5663
  export interface ListServerCertificateTagsResponse {
5156
5664
  /**
5157
5665
  * <p>The list of tags that are currently attached to the IAM server certificate.
@@ -5174,6 +5682,9 @@ export interface ListServerCertificateTagsResponse {
5174
5682
  */
5175
5683
  Marker?: string;
5176
5684
  }
5685
+ /**
5686
+ * @public
5687
+ */
5177
5688
  export interface ListServiceSpecificCredentialsRequest {
5178
5689
  /**
5179
5690
  * <p>The name of the user whose service-specific credentials you want information about. If
@@ -5190,6 +5701,7 @@ export interface ListServiceSpecificCredentialsRequest {
5190
5701
  ServiceName?: string;
5191
5702
  }
5192
5703
  /**
5704
+ * @public
5193
5705
  * <p>Contains additional details about a service-specific credential.</p>
5194
5706
  */
5195
5707
  export interface ServiceSpecificCredentialMetadata {
@@ -5220,6 +5732,9 @@ export interface ServiceSpecificCredentialMetadata {
5220
5732
  */
5221
5733
  ServiceName: string | undefined;
5222
5734
  }
5735
+ /**
5736
+ * @public
5737
+ */
5223
5738
  export interface ListServiceSpecificCredentialsResponse {
5224
5739
  /**
5225
5740
  * <p>A list of structures that each contain details about a service-specific
@@ -5227,6 +5742,9 @@ export interface ListServiceSpecificCredentialsResponse {
5227
5742
  */
5228
5743
  ServiceSpecificCredentials?: ServiceSpecificCredentialMetadata[];
5229
5744
  }
5745
+ /**
5746
+ * @public
5747
+ */
5230
5748
  export interface ListSigningCertificatesRequest {
5231
5749
  /**
5232
5750
  * <p>The name of the IAM user whose signing certificates you want to examine.</p>
@@ -5254,6 +5772,7 @@ export interface ListSigningCertificatesRequest {
5254
5772
  MaxItems?: number;
5255
5773
  }
5256
5774
  /**
5775
+ * @public
5257
5776
  * <p>Contains information about an X.509 signing certificate.</p>
5258
5777
  * <p>This data type is used as a response element in the <a>UploadSigningCertificate</a> and <a>ListSigningCertificates</a>
5259
5778
  * operations. </p>
@@ -5282,6 +5801,7 @@ export interface SigningCertificate {
5282
5801
  UploadDate?: Date;
5283
5802
  }
5284
5803
  /**
5804
+ * @public
5285
5805
  * <p>Contains the response to a successful <a>ListSigningCertificates</a>
5286
5806
  * request. </p>
5287
5807
  */
@@ -5306,6 +5826,9 @@ export interface ListSigningCertificatesResponse {
5306
5826
  */
5307
5827
  Marker?: string;
5308
5828
  }
5829
+ /**
5830
+ * @public
5831
+ */
5309
5832
  export interface ListSSHPublicKeysRequest {
5310
5833
  /**
5311
5834
  * <p>The name of the IAM user to list SSH public keys for. If none is specified, the
@@ -5335,6 +5858,7 @@ export interface ListSSHPublicKeysRequest {
5335
5858
  MaxItems?: number;
5336
5859
  }
5337
5860
  /**
5861
+ * @public
5338
5862
  * <p>Contains information about an SSH public key, without the key's body or
5339
5863
  * fingerprint.</p>
5340
5864
  * <p>This data type is used as a response element in the <a>ListSSHPublicKeys</a>
@@ -5362,6 +5886,7 @@ export interface SSHPublicKeyMetadata {
5362
5886
  UploadDate: Date | undefined;
5363
5887
  }
5364
5888
  /**
5889
+ * @public
5365
5890
  * <p>Contains the response to a successful <a>ListSSHPublicKeys</a>
5366
5891
  * request.</p>
5367
5892
  */
@@ -5386,6 +5911,9 @@ export interface ListSSHPublicKeysResponse {
5386
5911
  */
5387
5912
  Marker?: string;
5388
5913
  }
5914
+ /**
5915
+ * @public
5916
+ */
5389
5917
  export interface ListUserPoliciesRequest {
5390
5918
  /**
5391
5919
  * <p>The name of the user to list policies for.</p>
@@ -5413,6 +5941,7 @@ export interface ListUserPoliciesRequest {
5413
5941
  MaxItems?: number;
5414
5942
  }
5415
5943
  /**
5944
+ * @public
5416
5945
  * <p>Contains the response to a successful <a>ListUserPolicies</a> request.
5417
5946
  * </p>
5418
5947
  */
@@ -5437,6 +5966,9 @@ export interface ListUserPoliciesResponse {
5437
5966
  */
5438
5967
  Marker?: string;
5439
5968
  }
5969
+ /**
5970
+ * @public
5971
+ */
5440
5972
  export interface ListUsersRequest {
5441
5973
  /**
5442
5974
  * <p> The path prefix for filtering the results. For example:
@@ -5469,6 +6001,7 @@ export interface ListUsersRequest {
5469
6001
  MaxItems?: number;
5470
6002
  }
5471
6003
  /**
6004
+ * @public
5472
6005
  * <p>Contains the response to a successful <a>ListUsers</a> request. </p>
5473
6006
  */
5474
6007
  export interface ListUsersResponse {
@@ -5492,6 +6025,9 @@ export interface ListUsersResponse {
5492
6025
  */
5493
6026
  Marker?: string;
5494
6027
  }
6028
+ /**
6029
+ * @public
6030
+ */
5495
6031
  export interface ListUserTagsRequest {
5496
6032
  /**
5497
6033
  * <p>The name of the IAM user whose tags you want to see.</p>
@@ -5518,6 +6054,9 @@ export interface ListUserTagsRequest {
5518
6054
  */
5519
6055
  MaxItems?: number;
5520
6056
  }
6057
+ /**
6058
+ * @public
6059
+ */
5521
6060
  export interface ListUserTagsResponse {
5522
6061
  /**
5523
6062
  * <p>The list of tags that are currently attached to the user. Each tag consists of a key name and an associated value. If no tags are attached to the specified resource, the response contains an empty list.</p>
@@ -5539,6 +6078,9 @@ export interface ListUserTagsResponse {
5539
6078
  */
5540
6079
  Marker?: string;
5541
6080
  }
6081
+ /**
6082
+ * @public
6083
+ */
5542
6084
  export interface ListVirtualMFADevicesRequest {
5543
6085
  /**
5544
6086
  * <p> The status (<code>Unassigned</code> or <code>Assigned</code>) of the devices to list.
@@ -5567,6 +6109,7 @@ export interface ListVirtualMFADevicesRequest {
5567
6109
  MaxItems?: number;
5568
6110
  }
5569
6111
  /**
6112
+ * @public
5570
6113
  * <p>Contains the response to a successful <a>ListVirtualMFADevices</a> request.
5571
6114
  * </p>
5572
6115
  */
@@ -5592,6 +6135,9 @@ export interface ListVirtualMFADevicesResponse {
5592
6135
  */
5593
6136
  Marker?: string;
5594
6137
  }
6138
+ /**
6139
+ * @public
6140
+ */
5595
6141
  export interface PutGroupPolicyRequest {
5596
6142
  /**
5597
6143
  * <p>The name of the group to associate the policy with.</p>
@@ -5629,6 +6175,9 @@ export interface PutGroupPolicyRequest {
5629
6175
  */
5630
6176
  PolicyDocument: string | undefined;
5631
6177
  }
6178
+ /**
6179
+ * @public
6180
+ */
5632
6181
  export interface PutRolePermissionsBoundaryRequest {
5633
6182
  /**
5634
6183
  * <p>The name (friendly name, not ARN) of the IAM role for which you want to set the
@@ -5648,6 +6197,9 @@ export interface PutRolePermissionsBoundaryRequest {
5648
6197
  */
5649
6198
  PermissionsBoundary: string | undefined;
5650
6199
  }
6200
+ /**
6201
+ * @public
6202
+ */
5651
6203
  export interface PutRolePolicyRequest {
5652
6204
  /**
5653
6205
  * <p>The name of the role to associate the policy with.</p>
@@ -5685,6 +6237,9 @@ export interface PutRolePolicyRequest {
5685
6237
  */
5686
6238
  PolicyDocument: string | undefined;
5687
6239
  }
6240
+ /**
6241
+ * @public
6242
+ */
5688
6243
  export interface PutUserPermissionsBoundaryRequest {
5689
6244
  /**
5690
6245
  * <p>The name (friendly name, not ARN) of the IAM user for which you want to set the
@@ -5704,6 +6259,9 @@ export interface PutUserPermissionsBoundaryRequest {
5704
6259
  */
5705
6260
  PermissionsBoundary: string | undefined;
5706
6261
  }
6262
+ /**
6263
+ * @public
6264
+ */
5707
6265
  export interface PutUserPolicyRequest {
5708
6266
  /**
5709
6267
  * <p>The name of the user to associate the policy with.</p>
@@ -5741,6 +6299,9 @@ export interface PutUserPolicyRequest {
5741
6299
  */
5742
6300
  PolicyDocument: string | undefined;
5743
6301
  }
6302
+ /**
6303
+ * @public
6304
+ */
5744
6305
  export interface RemoveClientIDFromOpenIDConnectProviderRequest {
5745
6306
  /**
5746
6307
  * <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the
@@ -5754,6 +6315,9 @@ export interface RemoveClientIDFromOpenIDConnectProviderRequest {
5754
6315
  */
5755
6316
  ClientID: string | undefined;
5756
6317
  }
6318
+ /**
6319
+ * @public
6320
+ */
5757
6321
  export interface RemoveRoleFromInstanceProfileRequest {
5758
6322
  /**
5759
6323
  * <p>The name of the instance profile to update.</p>
@@ -5768,6 +6332,9 @@ export interface RemoveRoleFromInstanceProfileRequest {
5768
6332
  */
5769
6333
  RoleName: string | undefined;
5770
6334
  }
6335
+ /**
6336
+ * @public
6337
+ */
5771
6338
  export interface RemoveUserFromGroupRequest {
5772
6339
  /**
5773
6340
  * <p>The name of the group to update.</p>
@@ -5782,6 +6349,9 @@ export interface RemoveUserFromGroupRequest {
5782
6349
  */
5783
6350
  UserName: string | undefined;
5784
6351
  }
6352
+ /**
6353
+ * @public
6354
+ */
5785
6355
  export interface ResetServiceSpecificCredentialRequest {
5786
6356
  /**
5787
6357
  * <p>The name of the IAM user associated with the service-specific credential. If this
@@ -5798,6 +6368,9 @@ export interface ResetServiceSpecificCredentialRequest {
5798
6368
  */
5799
6369
  ServiceSpecificCredentialId: string | undefined;
5800
6370
  }
6371
+ /**
6372
+ * @public
6373
+ */
5801
6374
  export interface ResetServiceSpecificCredentialResponse {
5802
6375
  /**
5803
6376
  * <p>A structure with details about the updated service-specific credential, including the
@@ -5809,6 +6382,9 @@ export interface ResetServiceSpecificCredentialResponse {
5809
6382
  */
5810
6383
  ServiceSpecificCredential?: ServiceSpecificCredential;
5811
6384
  }
6385
+ /**
6386
+ * @public
6387
+ */
5812
6388
  export interface ResyncMFADeviceRequest {
5813
6389
  /**
5814
6390
  * <p>The name of the user whose MFA device you want to resynchronize.</p>
@@ -5833,6 +6409,9 @@ export interface ResyncMFADeviceRequest {
5833
6409
  */
5834
6410
  AuthenticationCode2: string | undefined;
5835
6411
  }
6412
+ /**
6413
+ * @public
6414
+ */
5836
6415
  export interface SetDefaultPolicyVersionRequest {
5837
6416
  /**
5838
6417
  * <p>The Amazon Resource Name (ARN) of the IAM policy whose default version you want to
@@ -5847,10 +6426,16 @@ export interface SetDefaultPolicyVersionRequest {
5847
6426
  */
5848
6427
  VersionId: string | undefined;
5849
6428
  }
6429
+ /**
6430
+ * @public
6431
+ */
5850
6432
  export declare enum GlobalEndpointTokenVersion {
5851
6433
  v1Token = "v1Token",
5852
6434
  v2Token = "v2Token"
5853
6435
  }
6436
+ /**
6437
+ * @public
6438
+ */
5854
6439
  export interface SetSecurityTokenServicePreferencesRequest {
5855
6440
  /**
5856
6441
  * <p>The version of the global endpoint token. Version 1 tokens are valid only in Amazon Web Services Regions that are available by default. These tokens do not work in
@@ -5864,6 +6449,7 @@ export interface SetSecurityTokenServicePreferencesRequest {
5864
6449
  GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | string | undefined;
5865
6450
  }
5866
6451
  /**
6452
+ * @public
5867
6453
  * <p>The request failed because a provided policy could not be successfully evaluated. An
5868
6454
  * additional detailed message indicates the source of the failure.</p>
5869
6455
  */
@@ -5875,6 +6461,9 @@ export declare class PolicyEvaluationException extends __BaseException {
5875
6461
  */
5876
6462
  constructor(opts: __ExceptionOptionType<PolicyEvaluationException, __BaseException>);
5877
6463
  }
6464
+ /**
6465
+ * @public
6466
+ */
5878
6467
  export declare enum ContextKeyTypeEnum {
5879
6468
  BINARY = "binary",
5880
6469
  BINARY_LIST = "binaryList",
@@ -5890,6 +6479,7 @@ export declare enum ContextKeyTypeEnum {
5890
6479
  STRING_LIST = "stringList"
5891
6480
  }
5892
6481
  /**
6482
+ * @public
5893
6483
  * <p>Contains information about a condition context key. It includes the name of the key and
5894
6484
  * specifies the value (or values, if the context key supports multiple values) to use in the
5895
6485
  * simulation. This information is used when evaluating the <code>Condition</code> elements of
@@ -5915,6 +6505,9 @@ export interface ContextEntry {
5915
6505
  */
5916
6506
  ContextKeyType?: ContextKeyTypeEnum | string;
5917
6507
  }
6508
+ /**
6509
+ * @public
6510
+ */
5918
6511
  export interface SimulateCustomPolicyRequest {
5919
6512
  /**
5920
6513
  * <p>A list of policy documents to include in the simulation. Each document is specified as
@@ -6116,12 +6709,16 @@ export interface SimulateCustomPolicyRequest {
6116
6709
  */
6117
6710
  Marker?: string;
6118
6711
  }
6712
+ /**
6713
+ * @public
6714
+ */
6119
6715
  export declare enum PolicyEvaluationDecisionType {
6120
6716
  ALLOWED = "allowed",
6121
6717
  EXPLICIT_DENY = "explicitDeny",
6122
6718
  IMPLICIT_DENY = "implicitDeny"
6123
6719
  }
6124
6720
  /**
6721
+ * @public
6125
6722
  * <p>Contains the row and column of a location of a <code>Statement</code> element in a
6126
6723
  * policy document.</p>
6127
6724
  * <p>This data type is used as a member of the <code>
@@ -6138,6 +6735,9 @@ export interface Position {
6138
6735
  */
6139
6736
  Column?: number;
6140
6737
  }
6738
+ /**
6739
+ * @public
6740
+ */
6141
6741
  export declare enum PolicySourceType {
6142
6742
  AWS_MANAGED = "aws-managed",
6143
6743
  GROUP = "group",
@@ -6148,6 +6748,7 @@ export declare enum PolicySourceType {
6148
6748
  USER_MANAGED = "user-managed"
6149
6749
  }
6150
6750
  /**
6751
+ * @public
6151
6752
  * <p>Contains a reference to a <code>Statement</code> element in a policy document that
6152
6753
  * determines the result of the simulation.</p>
6153
6754
  * <p>This data type is used by the <code>MatchedStatements</code> member of the <code>
@@ -6174,6 +6775,7 @@ export interface Statement {
6174
6775
  EndPosition?: Position;
6175
6776
  }
6176
6777
  /**
6778
+ * @public
6177
6779
  * <p>Contains information about the effect that Organizations has on a policy simulation.</p>
6178
6780
  */
6179
6781
  export interface OrganizationsDecisionDetail {
@@ -6184,6 +6786,7 @@ export interface OrganizationsDecisionDetail {
6184
6786
  AllowedByOrganizations?: boolean;
6185
6787
  }
6186
6788
  /**
6789
+ * @public
6187
6790
  * <p>Contains information about the effect that a permissions boundary has on a policy
6188
6791
  * simulation when the boundary is applied to an IAM entity.</p>
6189
6792
  */
@@ -6201,6 +6804,7 @@ export interface PermissionsBoundaryDecisionDetail {
6201
6804
  AllowedByPermissionsBoundary?: boolean;
6202
6805
  }
6203
6806
  /**
6807
+ * @public
6204
6808
  * <p>Contains the result of the simulation of a single API operation call on a single
6205
6809
  * resource.</p>
6206
6810
  * <p>This data type is used by a member of the <a>EvaluationResult</a> data
@@ -6248,6 +6852,7 @@ export interface ResourceSpecificResult {
6248
6852
  PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail;
6249
6853
  }
6250
6854
  /**
6855
+ * @public
6251
6856
  * <p>Contains the results of a simulation.</p>
6252
6857
  * <p>This data type is used by the return parameter of <code>
6253
6858
  * <a>SimulateCustomPolicy</a>
@@ -6318,6 +6923,7 @@ export interface EvaluationResult {
6318
6923
  ResourceSpecificResults?: ResourceSpecificResult[];
6319
6924
  }
6320
6925
  /**
6926
+ * @public
6321
6927
  * <p>Contains the response to a successful <a>SimulatePrincipalPolicy</a> or
6322
6928
  * <a>SimulateCustomPolicy</a> request.</p>
6323
6929
  */
@@ -6342,6 +6948,9 @@ export interface SimulatePolicyResponse {
6342
6948
  */
6343
6949
  Marker?: string;
6344
6950
  }
6951
+ /**
6952
+ * @public
6953
+ */
6345
6954
  export interface SimulatePrincipalPolicyRequest {
6346
6955
  /**
6347
6956
  * <p>The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to
@@ -6553,6 +7162,9 @@ export interface SimulatePrincipalPolicyRequest {
6553
7162
  */
6554
7163
  Marker?: string;
6555
7164
  }
7165
+ /**
7166
+ * @public
7167
+ */
6556
7168
  export interface TagInstanceProfileRequest {
6557
7169
  /**
6558
7170
  * <p>The name of the IAM instance profile to which you want to add tags.</p>
@@ -6566,6 +7178,9 @@ export interface TagInstanceProfileRequest {
6566
7178
  */
6567
7179
  Tags: Tag[] | undefined;
6568
7180
  }
7181
+ /**
7182
+ * @public
7183
+ */
6569
7184
  export interface TagMFADeviceRequest {
6570
7185
  /**
6571
7186
  * <p>The unique identifier for the IAM virtual MFA device to which you want to add tags.
@@ -6580,6 +7195,9 @@ export interface TagMFADeviceRequest {
6580
7195
  */
6581
7196
  Tags: Tag[] | undefined;
6582
7197
  }
7198
+ /**
7199
+ * @public
7200
+ */
6583
7201
  export interface TagOpenIDConnectProviderRequest {
6584
7202
  /**
6585
7203
  * <p>The ARN of the OIDC identity provider in IAM to which you want to add tags.</p>
@@ -6593,6 +7211,9 @@ export interface TagOpenIDConnectProviderRequest {
6593
7211
  */
6594
7212
  Tags: Tag[] | undefined;
6595
7213
  }
7214
+ /**
7215
+ * @public
7216
+ */
6596
7217
  export interface TagPolicyRequest {
6597
7218
  /**
6598
7219
  * <p>The ARN of the IAM customer managed policy to which you want to add tags.</p>
@@ -6606,6 +7227,9 @@ export interface TagPolicyRequest {
6606
7227
  */
6607
7228
  Tags: Tag[] | undefined;
6608
7229
  }
7230
+ /**
7231
+ * @public
7232
+ */
6609
7233
  export interface TagRoleRequest {
6610
7234
  /**
6611
7235
  * <p>The name of the IAM role to which you want to add tags.</p>
@@ -6618,6 +7242,9 @@ export interface TagRoleRequest {
6618
7242
  */
6619
7243
  Tags: Tag[] | undefined;
6620
7244
  }
7245
+ /**
7246
+ * @public
7247
+ */
6621
7248
  export interface TagSAMLProviderRequest {
6622
7249
  /**
6623
7250
  * <p>The ARN of the SAML identity provider in IAM to which you want to add tags.</p>
@@ -6631,6 +7258,9 @@ export interface TagSAMLProviderRequest {
6631
7258
  */
6632
7259
  Tags: Tag[] | undefined;
6633
7260
  }
7261
+ /**
7262
+ * @public
7263
+ */
6634
7264
  export interface TagServerCertificateRequest {
6635
7265
  /**
6636
7266
  * <p>The name of the IAM server certificate to which you want to add tags.</p>
@@ -6644,6 +7274,9 @@ export interface TagServerCertificateRequest {
6644
7274
  */
6645
7275
  Tags: Tag[] | undefined;
6646
7276
  }
7277
+ /**
7278
+ * @public
7279
+ */
6647
7280
  export interface TagUserRequest {
6648
7281
  /**
6649
7282
  * <p>The name of the IAM user to which you want to add tags.</p>
@@ -6656,6 +7289,9 @@ export interface TagUserRequest {
6656
7289
  */
6657
7290
  Tags: Tag[] | undefined;
6658
7291
  }
7292
+ /**
7293
+ * @public
7294
+ */
6659
7295
  export interface UntagInstanceProfileRequest {
6660
7296
  /**
6661
7297
  * <p>The name of the IAM instance profile from which you want to remove tags.</p>
@@ -6669,6 +7305,9 @@ export interface UntagInstanceProfileRequest {
6669
7305
  */
6670
7306
  TagKeys: string[] | undefined;
6671
7307
  }
7308
+ /**
7309
+ * @public
7310
+ */
6672
7311
  export interface UntagMFADeviceRequest {
6673
7312
  /**
6674
7313
  * <p>The unique identifier for the IAM virtual MFA device from which you want to remove
@@ -6683,6 +7322,9 @@ export interface UntagMFADeviceRequest {
6683
7322
  */
6684
7323
  TagKeys: string[] | undefined;
6685
7324
  }
7325
+ /**
7326
+ * @public
7327
+ */
6686
7328
  export interface UntagOpenIDConnectProviderRequest {
6687
7329
  /**
6688
7330
  * <p>The ARN of the OIDC provider in IAM from which you want to remove tags.</p>
@@ -6696,178 +7338,22 @@ export interface UntagOpenIDConnectProviderRequest {
6696
7338
  */
6697
7339
  TagKeys: string[] | undefined;
6698
7340
  }
6699
- /**
6700
- * @internal
6701
- */
6702
- export declare const AccessDetailFilterSensitiveLog: (obj: AccessDetail) => any;
6703
7341
  /**
6704
7342
  * @internal
6705
7343
  */
6706
7344
  export declare const AccessKeyFilterSensitiveLog: (obj: AccessKey) => any;
6707
- /**
6708
- * @internal
6709
- */
6710
- export declare const AccessKeyLastUsedFilterSensitiveLog: (obj: AccessKeyLastUsed) => any;
6711
- /**
6712
- * @internal
6713
- */
6714
- export declare const AccessKeyMetadataFilterSensitiveLog: (obj: AccessKeyMetadata) => any;
6715
- /**
6716
- * @internal
6717
- */
6718
- export declare const AddClientIDToOpenIDConnectProviderRequestFilterSensitiveLog: (obj: AddClientIDToOpenIDConnectProviderRequest) => any;
6719
- /**
6720
- * @internal
6721
- */
6722
- export declare const AddRoleToInstanceProfileRequestFilterSensitiveLog: (obj: AddRoleToInstanceProfileRequest) => any;
6723
- /**
6724
- * @internal
6725
- */
6726
- export declare const AddUserToGroupRequestFilterSensitiveLog: (obj: AddUserToGroupRequest) => any;
6727
- /**
6728
- * @internal
6729
- */
6730
- export declare const AttachedPermissionsBoundaryFilterSensitiveLog: (obj: AttachedPermissionsBoundary) => any;
6731
- /**
6732
- * @internal
6733
- */
6734
- export declare const AttachedPolicyFilterSensitiveLog: (obj: AttachedPolicy) => any;
6735
- /**
6736
- * @internal
6737
- */
6738
- export declare const AttachGroupPolicyRequestFilterSensitiveLog: (obj: AttachGroupPolicyRequest) => any;
6739
- /**
6740
- * @internal
6741
- */
6742
- export declare const AttachRolePolicyRequestFilterSensitiveLog: (obj: AttachRolePolicyRequest) => any;
6743
- /**
6744
- * @internal
6745
- */
6746
- export declare const AttachUserPolicyRequestFilterSensitiveLog: (obj: AttachUserPolicyRequest) => any;
6747
7345
  /**
6748
7346
  * @internal
6749
7347
  */
6750
7348
  export declare const ChangePasswordRequestFilterSensitiveLog: (obj: ChangePasswordRequest) => any;
6751
- /**
6752
- * @internal
6753
- */
6754
- export declare const CreateAccessKeyRequestFilterSensitiveLog: (obj: CreateAccessKeyRequest) => any;
6755
7349
  /**
6756
7350
  * @internal
6757
7351
  */
6758
7352
  export declare const CreateAccessKeyResponseFilterSensitiveLog: (obj: CreateAccessKeyResponse) => any;
6759
- /**
6760
- * @internal
6761
- */
6762
- export declare const CreateAccountAliasRequestFilterSensitiveLog: (obj: CreateAccountAliasRequest) => any;
6763
- /**
6764
- * @internal
6765
- */
6766
- export declare const CreateGroupRequestFilterSensitiveLog: (obj: CreateGroupRequest) => any;
6767
- /**
6768
- * @internal
6769
- */
6770
- export declare const GroupFilterSensitiveLog: (obj: Group) => any;
6771
- /**
6772
- * @internal
6773
- */
6774
- export declare const CreateGroupResponseFilterSensitiveLog: (obj: CreateGroupResponse) => any;
6775
- /**
6776
- * @internal
6777
- */
6778
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
6779
- /**
6780
- * @internal
6781
- */
6782
- export declare const CreateInstanceProfileRequestFilterSensitiveLog: (obj: CreateInstanceProfileRequest) => any;
6783
- /**
6784
- * @internal
6785
- */
6786
- export declare const RoleLastUsedFilterSensitiveLog: (obj: RoleLastUsed) => any;
6787
- /**
6788
- * @internal
6789
- */
6790
- export declare const RoleFilterSensitiveLog: (obj: Role) => any;
6791
- /**
6792
- * @internal
6793
- */
6794
- export declare const InstanceProfileFilterSensitiveLog: (obj: InstanceProfile) => any;
6795
- /**
6796
- * @internal
6797
- */
6798
- export declare const CreateInstanceProfileResponseFilterSensitiveLog: (obj: CreateInstanceProfileResponse) => any;
6799
7353
  /**
6800
7354
  * @internal
6801
7355
  */
6802
7356
  export declare const CreateLoginProfileRequestFilterSensitiveLog: (obj: CreateLoginProfileRequest) => any;
6803
- /**
6804
- * @internal
6805
- */
6806
- export declare const LoginProfileFilterSensitiveLog: (obj: LoginProfile) => any;
6807
- /**
6808
- * @internal
6809
- */
6810
- export declare const CreateLoginProfileResponseFilterSensitiveLog: (obj: CreateLoginProfileResponse) => any;
6811
- /**
6812
- * @internal
6813
- */
6814
- export declare const CreateOpenIDConnectProviderRequestFilterSensitiveLog: (obj: CreateOpenIDConnectProviderRequest) => any;
6815
- /**
6816
- * @internal
6817
- */
6818
- export declare const CreateOpenIDConnectProviderResponseFilterSensitiveLog: (obj: CreateOpenIDConnectProviderResponse) => any;
6819
- /**
6820
- * @internal
6821
- */
6822
- export declare const CreatePolicyRequestFilterSensitiveLog: (obj: CreatePolicyRequest) => any;
6823
- /**
6824
- * @internal
6825
- */
6826
- export declare const PolicyFilterSensitiveLog: (obj: Policy) => any;
6827
- /**
6828
- * @internal
6829
- */
6830
- export declare const CreatePolicyResponseFilterSensitiveLog: (obj: CreatePolicyResponse) => any;
6831
- /**
6832
- * @internal
6833
- */
6834
- export declare const CreatePolicyVersionRequestFilterSensitiveLog: (obj: CreatePolicyVersionRequest) => any;
6835
- /**
6836
- * @internal
6837
- */
6838
- export declare const PolicyVersionFilterSensitiveLog: (obj: PolicyVersion) => any;
6839
- /**
6840
- * @internal
6841
- */
6842
- export declare const CreatePolicyVersionResponseFilterSensitiveLog: (obj: CreatePolicyVersionResponse) => any;
6843
- /**
6844
- * @internal
6845
- */
6846
- export declare const CreateRoleRequestFilterSensitiveLog: (obj: CreateRoleRequest) => any;
6847
- /**
6848
- * @internal
6849
- */
6850
- export declare const CreateRoleResponseFilterSensitiveLog: (obj: CreateRoleResponse) => any;
6851
- /**
6852
- * @internal
6853
- */
6854
- export declare const CreateSAMLProviderRequestFilterSensitiveLog: (obj: CreateSAMLProviderRequest) => any;
6855
- /**
6856
- * @internal
6857
- */
6858
- export declare const CreateSAMLProviderResponseFilterSensitiveLog: (obj: CreateSAMLProviderResponse) => any;
6859
- /**
6860
- * @internal
6861
- */
6862
- export declare const CreateServiceLinkedRoleRequestFilterSensitiveLog: (obj: CreateServiceLinkedRoleRequest) => any;
6863
- /**
6864
- * @internal
6865
- */
6866
- export declare const CreateServiceLinkedRoleResponseFilterSensitiveLog: (obj: CreateServiceLinkedRoleResponse) => any;
6867
- /**
6868
- * @internal
6869
- */
6870
- export declare const CreateServiceSpecificCredentialRequestFilterSensitiveLog: (obj: CreateServiceSpecificCredentialRequest) => any;
6871
7357
  /**
6872
7358
  * @internal
6873
7359
  */
@@ -6876,22 +7362,6 @@ export declare const ServiceSpecificCredentialFilterSensitiveLog: (obj: ServiceS
6876
7362
  * @internal
6877
7363
  */
6878
7364
  export declare const CreateServiceSpecificCredentialResponseFilterSensitiveLog: (obj: CreateServiceSpecificCredentialResponse) => any;
6879
- /**
6880
- * @internal
6881
- */
6882
- export declare const CreateUserRequestFilterSensitiveLog: (obj: CreateUserRequest) => any;
6883
- /**
6884
- * @internal
6885
- */
6886
- export declare const UserFilterSensitiveLog: (obj: User) => any;
6887
- /**
6888
- * @internal
6889
- */
6890
- export declare const CreateUserResponseFilterSensitiveLog: (obj: CreateUserResponse) => any;
6891
- /**
6892
- * @internal
6893
- */
6894
- export declare const CreateVirtualMFADeviceRequestFilterSensitiveLog: (obj: CreateVirtualMFADeviceRequest) => any;
6895
7365
  /**
6896
7366
  * @internal
6897
7367
  */
@@ -6903,832 +7373,8 @@ export declare const CreateVirtualMFADeviceResponseFilterSensitiveLog: (obj: Cre
6903
7373
  /**
6904
7374
  * @internal
6905
7375
  */
6906
- export declare const DeactivateMFADeviceRequestFilterSensitiveLog: (obj: DeactivateMFADeviceRequest) => any;
6907
- /**
6908
- * @internal
6909
- */
6910
- export declare const DeleteAccessKeyRequestFilterSensitiveLog: (obj: DeleteAccessKeyRequest) => any;
6911
- /**
6912
- * @internal
6913
- */
6914
- export declare const DeleteAccountAliasRequestFilterSensitiveLog: (obj: DeleteAccountAliasRequest) => any;
6915
- /**
6916
- * @internal
6917
- */
6918
- export declare const DeleteGroupRequestFilterSensitiveLog: (obj: DeleteGroupRequest) => any;
6919
- /**
6920
- * @internal
6921
- */
6922
- export declare const DeleteGroupPolicyRequestFilterSensitiveLog: (obj: DeleteGroupPolicyRequest) => any;
6923
- /**
6924
- * @internal
6925
- */
6926
- export declare const DeleteInstanceProfileRequestFilterSensitiveLog: (obj: DeleteInstanceProfileRequest) => any;
6927
- /**
6928
- * @internal
6929
- */
6930
- export declare const DeleteLoginProfileRequestFilterSensitiveLog: (obj: DeleteLoginProfileRequest) => any;
6931
- /**
6932
- * @internal
6933
- */
6934
- export declare const DeleteOpenIDConnectProviderRequestFilterSensitiveLog: (obj: DeleteOpenIDConnectProviderRequest) => any;
6935
- /**
6936
- * @internal
6937
- */
6938
- export declare const DeletePolicyRequestFilterSensitiveLog: (obj: DeletePolicyRequest) => any;
6939
- /**
6940
- * @internal
6941
- */
6942
- export declare const DeletePolicyVersionRequestFilterSensitiveLog: (obj: DeletePolicyVersionRequest) => any;
6943
- /**
6944
- * @internal
6945
- */
6946
- export declare const DeleteRoleRequestFilterSensitiveLog: (obj: DeleteRoleRequest) => any;
6947
- /**
6948
- * @internal
6949
- */
6950
- export declare const DeleteRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteRolePermissionsBoundaryRequest) => any;
6951
- /**
6952
- * @internal
6953
- */
6954
- export declare const DeleteRolePolicyRequestFilterSensitiveLog: (obj: DeleteRolePolicyRequest) => any;
6955
- /**
6956
- * @internal
6957
- */
6958
- export declare const DeleteSAMLProviderRequestFilterSensitiveLog: (obj: DeleteSAMLProviderRequest) => any;
6959
- /**
6960
- * @internal
6961
- */
6962
- export declare const DeleteServerCertificateRequestFilterSensitiveLog: (obj: DeleteServerCertificateRequest) => any;
6963
- /**
6964
- * @internal
6965
- */
6966
- export declare const DeleteServiceLinkedRoleRequestFilterSensitiveLog: (obj: DeleteServiceLinkedRoleRequest) => any;
6967
- /**
6968
- * @internal
6969
- */
6970
- export declare const DeleteServiceLinkedRoleResponseFilterSensitiveLog: (obj: DeleteServiceLinkedRoleResponse) => any;
6971
- /**
6972
- * @internal
6973
- */
6974
- export declare const DeleteServiceSpecificCredentialRequestFilterSensitiveLog: (obj: DeleteServiceSpecificCredentialRequest) => any;
6975
- /**
6976
- * @internal
6977
- */
6978
- export declare const DeleteSigningCertificateRequestFilterSensitiveLog: (obj: DeleteSigningCertificateRequest) => any;
6979
- /**
6980
- * @internal
6981
- */
6982
- export declare const DeleteSSHPublicKeyRequestFilterSensitiveLog: (obj: DeleteSSHPublicKeyRequest) => any;
6983
- /**
6984
- * @internal
6985
- */
6986
- export declare const DeleteUserRequestFilterSensitiveLog: (obj: DeleteUserRequest) => any;
6987
- /**
6988
- * @internal
6989
- */
6990
- export declare const DeleteUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: DeleteUserPermissionsBoundaryRequest) => any;
6991
- /**
6992
- * @internal
6993
- */
6994
- export declare const DeleteUserPolicyRequestFilterSensitiveLog: (obj: DeleteUserPolicyRequest) => any;
6995
- /**
6996
- * @internal
6997
- */
6998
- export declare const DeleteVirtualMFADeviceRequestFilterSensitiveLog: (obj: DeleteVirtualMFADeviceRequest) => any;
6999
- /**
7000
- * @internal
7001
- */
7002
- export declare const DetachGroupPolicyRequestFilterSensitiveLog: (obj: DetachGroupPolicyRequest) => any;
7003
- /**
7004
- * @internal
7005
- */
7006
- export declare const DetachRolePolicyRequestFilterSensitiveLog: (obj: DetachRolePolicyRequest) => any;
7007
- /**
7008
- * @internal
7009
- */
7010
- export declare const DetachUserPolicyRequestFilterSensitiveLog: (obj: DetachUserPolicyRequest) => any;
7011
- /**
7012
- * @internal
7013
- */
7014
- export declare const EnableMFADeviceRequestFilterSensitiveLog: (obj: EnableMFADeviceRequest) => any;
7015
- /**
7016
- * @internal
7017
- */
7018
- export declare const GenerateCredentialReportResponseFilterSensitiveLog: (obj: GenerateCredentialReportResponse) => any;
7019
- /**
7020
- * @internal
7021
- */
7022
- export declare const GenerateOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportRequest) => any;
7023
- /**
7024
- * @internal
7025
- */
7026
- export declare const GenerateOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GenerateOrganizationsAccessReportResponse) => any;
7027
- /**
7028
- * @internal
7029
- */
7030
- export declare const GenerateServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsRequest) => any;
7031
- /**
7032
- * @internal
7033
- */
7034
- export declare const GenerateServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GenerateServiceLastAccessedDetailsResponse) => any;
7035
- /**
7036
- * @internal
7037
- */
7038
- export declare const GetAccessKeyLastUsedRequestFilterSensitiveLog: (obj: GetAccessKeyLastUsedRequest) => any;
7039
- /**
7040
- * @internal
7041
- */
7042
- export declare const GetAccessKeyLastUsedResponseFilterSensitiveLog: (obj: GetAccessKeyLastUsedResponse) => any;
7043
- /**
7044
- * @internal
7045
- */
7046
- export declare const GetAccountAuthorizationDetailsRequestFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsRequest) => any;
7047
- /**
7048
- * @internal
7049
- */
7050
- export declare const PolicyDetailFilterSensitiveLog: (obj: PolicyDetail) => any;
7051
- /**
7052
- * @internal
7053
- */
7054
- export declare const GroupDetailFilterSensitiveLog: (obj: GroupDetail) => any;
7055
- /**
7056
- * @internal
7057
- */
7058
- export declare const ManagedPolicyDetailFilterSensitiveLog: (obj: ManagedPolicyDetail) => any;
7059
- /**
7060
- * @internal
7061
- */
7062
- export declare const RoleDetailFilterSensitiveLog: (obj: RoleDetail) => any;
7063
- /**
7064
- * @internal
7065
- */
7066
- export declare const UserDetailFilterSensitiveLog: (obj: UserDetail) => any;
7067
- /**
7068
- * @internal
7069
- */
7070
- export declare const GetAccountAuthorizationDetailsResponseFilterSensitiveLog: (obj: GetAccountAuthorizationDetailsResponse) => any;
7071
- /**
7072
- * @internal
7073
- */
7074
- export declare const PasswordPolicyFilterSensitiveLog: (obj: PasswordPolicy) => any;
7075
- /**
7076
- * @internal
7077
- */
7078
- export declare const GetAccountPasswordPolicyResponseFilterSensitiveLog: (obj: GetAccountPasswordPolicyResponse) => any;
7079
- /**
7080
- * @internal
7081
- */
7082
- export declare const GetAccountSummaryResponseFilterSensitiveLog: (obj: GetAccountSummaryResponse) => any;
7083
- /**
7084
- * @internal
7085
- */
7086
- export declare const GetContextKeysForCustomPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForCustomPolicyRequest) => any;
7087
- /**
7088
- * @internal
7089
- */
7090
- export declare const GetContextKeysForPolicyResponseFilterSensitiveLog: (obj: GetContextKeysForPolicyResponse) => any;
7091
- /**
7092
- * @internal
7093
- */
7094
- export declare const GetContextKeysForPrincipalPolicyRequestFilterSensitiveLog: (obj: GetContextKeysForPrincipalPolicyRequest) => any;
7095
- /**
7096
- * @internal
7097
- */
7098
- export declare const GetCredentialReportResponseFilterSensitiveLog: (obj: GetCredentialReportResponse) => any;
7099
- /**
7100
- * @internal
7101
- */
7102
- export declare const GetGroupRequestFilterSensitiveLog: (obj: GetGroupRequest) => any;
7103
- /**
7104
- * @internal
7105
- */
7106
- export declare const GetGroupResponseFilterSensitiveLog: (obj: GetGroupResponse) => any;
7107
- /**
7108
- * @internal
7109
- */
7110
- export declare const GetGroupPolicyRequestFilterSensitiveLog: (obj: GetGroupPolicyRequest) => any;
7111
- /**
7112
- * @internal
7113
- */
7114
- export declare const GetGroupPolicyResponseFilterSensitiveLog: (obj: GetGroupPolicyResponse) => any;
7115
- /**
7116
- * @internal
7117
- */
7118
- export declare const GetInstanceProfileRequestFilterSensitiveLog: (obj: GetInstanceProfileRequest) => any;
7119
- /**
7120
- * @internal
7121
- */
7122
- export declare const GetInstanceProfileResponseFilterSensitiveLog: (obj: GetInstanceProfileResponse) => any;
7123
- /**
7124
- * @internal
7125
- */
7126
- export declare const GetLoginProfileRequestFilterSensitiveLog: (obj: GetLoginProfileRequest) => any;
7127
- /**
7128
- * @internal
7129
- */
7130
- export declare const GetLoginProfileResponseFilterSensitiveLog: (obj: GetLoginProfileResponse) => any;
7131
- /**
7132
- * @internal
7133
- */
7134
- export declare const GetOpenIDConnectProviderRequestFilterSensitiveLog: (obj: GetOpenIDConnectProviderRequest) => any;
7135
- /**
7136
- * @internal
7137
- */
7138
- export declare const GetOpenIDConnectProviderResponseFilterSensitiveLog: (obj: GetOpenIDConnectProviderResponse) => any;
7139
- /**
7140
- * @internal
7141
- */
7142
- export declare const GetOrganizationsAccessReportRequestFilterSensitiveLog: (obj: GetOrganizationsAccessReportRequest) => any;
7143
- /**
7144
- * @internal
7145
- */
7146
- export declare const ErrorDetailsFilterSensitiveLog: (obj: ErrorDetails) => any;
7147
- /**
7148
- * @internal
7149
- */
7150
- export declare const GetOrganizationsAccessReportResponseFilterSensitiveLog: (obj: GetOrganizationsAccessReportResponse) => any;
7151
- /**
7152
- * @internal
7153
- */
7154
- export declare const GetPolicyRequestFilterSensitiveLog: (obj: GetPolicyRequest) => any;
7155
- /**
7156
- * @internal
7157
- */
7158
- export declare const GetPolicyResponseFilterSensitiveLog: (obj: GetPolicyResponse) => any;
7159
- /**
7160
- * @internal
7161
- */
7162
- export declare const GetPolicyVersionRequestFilterSensitiveLog: (obj: GetPolicyVersionRequest) => any;
7163
- /**
7164
- * @internal
7165
- */
7166
- export declare const GetPolicyVersionResponseFilterSensitiveLog: (obj: GetPolicyVersionResponse) => any;
7167
- /**
7168
- * @internal
7169
- */
7170
- export declare const GetRoleRequestFilterSensitiveLog: (obj: GetRoleRequest) => any;
7171
- /**
7172
- * @internal
7173
- */
7174
- export declare const GetRoleResponseFilterSensitiveLog: (obj: GetRoleResponse) => any;
7175
- /**
7176
- * @internal
7177
- */
7178
- export declare const GetRolePolicyRequestFilterSensitiveLog: (obj: GetRolePolicyRequest) => any;
7179
- /**
7180
- * @internal
7181
- */
7182
- export declare const GetRolePolicyResponseFilterSensitiveLog: (obj: GetRolePolicyResponse) => any;
7183
- /**
7184
- * @internal
7185
- */
7186
- export declare const GetSAMLProviderRequestFilterSensitiveLog: (obj: GetSAMLProviderRequest) => any;
7187
- /**
7188
- * @internal
7189
- */
7190
- export declare const GetSAMLProviderResponseFilterSensitiveLog: (obj: GetSAMLProviderResponse) => any;
7191
- /**
7192
- * @internal
7193
- */
7194
- export declare const GetServerCertificateRequestFilterSensitiveLog: (obj: GetServerCertificateRequest) => any;
7195
- /**
7196
- * @internal
7197
- */
7198
- export declare const ServerCertificateMetadataFilterSensitiveLog: (obj: ServerCertificateMetadata) => any;
7199
- /**
7200
- * @internal
7201
- */
7202
- export declare const ServerCertificateFilterSensitiveLog: (obj: ServerCertificate) => any;
7203
- /**
7204
- * @internal
7205
- */
7206
- export declare const GetServerCertificateResponseFilterSensitiveLog: (obj: GetServerCertificateResponse) => any;
7207
- /**
7208
- * @internal
7209
- */
7210
- export declare const GetServiceLastAccessedDetailsRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsRequest) => any;
7211
- /**
7212
- * @internal
7213
- */
7214
- export declare const TrackedActionLastAccessedFilterSensitiveLog: (obj: TrackedActionLastAccessed) => any;
7215
- /**
7216
- * @internal
7217
- */
7218
- export declare const ServiceLastAccessedFilterSensitiveLog: (obj: ServiceLastAccessed) => any;
7219
- /**
7220
- * @internal
7221
- */
7222
- export declare const GetServiceLastAccessedDetailsResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsResponse) => any;
7223
- /**
7224
- * @internal
7225
- */
7226
- export declare const GetServiceLastAccessedDetailsWithEntitiesRequestFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesRequest) => any;
7227
- /**
7228
- * @internal
7229
- */
7230
- export declare const EntityInfoFilterSensitiveLog: (obj: EntityInfo) => any;
7231
- /**
7232
- * @internal
7233
- */
7234
- export declare const EntityDetailsFilterSensitiveLog: (obj: EntityDetails) => any;
7235
- /**
7236
- * @internal
7237
- */
7238
- export declare const GetServiceLastAccessedDetailsWithEntitiesResponseFilterSensitiveLog: (obj: GetServiceLastAccessedDetailsWithEntitiesResponse) => any;
7239
- /**
7240
- * @internal
7241
- */
7242
- export declare const GetServiceLinkedRoleDeletionStatusRequestFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusRequest) => any;
7243
- /**
7244
- * @internal
7245
- */
7246
- export declare const RoleUsageTypeFilterSensitiveLog: (obj: RoleUsageType) => any;
7247
- /**
7248
- * @internal
7249
- */
7250
- export declare const DeletionTaskFailureReasonTypeFilterSensitiveLog: (obj: DeletionTaskFailureReasonType) => any;
7251
- /**
7252
- * @internal
7253
- */
7254
- export declare const GetServiceLinkedRoleDeletionStatusResponseFilterSensitiveLog: (obj: GetServiceLinkedRoleDeletionStatusResponse) => any;
7255
- /**
7256
- * @internal
7257
- */
7258
- export declare const GetSSHPublicKeyRequestFilterSensitiveLog: (obj: GetSSHPublicKeyRequest) => any;
7259
- /**
7260
- * @internal
7261
- */
7262
- export declare const SSHPublicKeyFilterSensitiveLog: (obj: SSHPublicKey) => any;
7263
- /**
7264
- * @internal
7265
- */
7266
- export declare const GetSSHPublicKeyResponseFilterSensitiveLog: (obj: GetSSHPublicKeyResponse) => any;
7267
- /**
7268
- * @internal
7269
- */
7270
- export declare const GetUserRequestFilterSensitiveLog: (obj: GetUserRequest) => any;
7271
- /**
7272
- * @internal
7273
- */
7274
- export declare const GetUserResponseFilterSensitiveLog: (obj: GetUserResponse) => any;
7275
- /**
7276
- * @internal
7277
- */
7278
- export declare const GetUserPolicyRequestFilterSensitiveLog: (obj: GetUserPolicyRequest) => any;
7279
- /**
7280
- * @internal
7281
- */
7282
- export declare const GetUserPolicyResponseFilterSensitiveLog: (obj: GetUserPolicyResponse) => any;
7283
- /**
7284
- * @internal
7285
- */
7286
- export declare const ListAccessKeysRequestFilterSensitiveLog: (obj: ListAccessKeysRequest) => any;
7287
- /**
7288
- * @internal
7289
- */
7290
- export declare const ListAccessKeysResponseFilterSensitiveLog: (obj: ListAccessKeysResponse) => any;
7291
- /**
7292
- * @internal
7293
- */
7294
- export declare const ListAccountAliasesRequestFilterSensitiveLog: (obj: ListAccountAliasesRequest) => any;
7295
- /**
7296
- * @internal
7297
- */
7298
- export declare const ListAccountAliasesResponseFilterSensitiveLog: (obj: ListAccountAliasesResponse) => any;
7299
- /**
7300
- * @internal
7301
- */
7302
- export declare const ListAttachedGroupPoliciesRequestFilterSensitiveLog: (obj: ListAttachedGroupPoliciesRequest) => any;
7303
- /**
7304
- * @internal
7305
- */
7306
- export declare const ListAttachedGroupPoliciesResponseFilterSensitiveLog: (obj: ListAttachedGroupPoliciesResponse) => any;
7307
- /**
7308
- * @internal
7309
- */
7310
- export declare const ListAttachedRolePoliciesRequestFilterSensitiveLog: (obj: ListAttachedRolePoliciesRequest) => any;
7311
- /**
7312
- * @internal
7313
- */
7314
- export declare const ListAttachedRolePoliciesResponseFilterSensitiveLog: (obj: ListAttachedRolePoliciesResponse) => any;
7315
- /**
7316
- * @internal
7317
- */
7318
- export declare const ListAttachedUserPoliciesRequestFilterSensitiveLog: (obj: ListAttachedUserPoliciesRequest) => any;
7319
- /**
7320
- * @internal
7321
- */
7322
- export declare const ListAttachedUserPoliciesResponseFilterSensitiveLog: (obj: ListAttachedUserPoliciesResponse) => any;
7323
- /**
7324
- * @internal
7325
- */
7326
- export declare const ListEntitiesForPolicyRequestFilterSensitiveLog: (obj: ListEntitiesForPolicyRequest) => any;
7327
- /**
7328
- * @internal
7329
- */
7330
- export declare const PolicyGroupFilterSensitiveLog: (obj: PolicyGroup) => any;
7331
- /**
7332
- * @internal
7333
- */
7334
- export declare const PolicyRoleFilterSensitiveLog: (obj: PolicyRole) => any;
7335
- /**
7336
- * @internal
7337
- */
7338
- export declare const PolicyUserFilterSensitiveLog: (obj: PolicyUser) => any;
7339
- /**
7340
- * @internal
7341
- */
7342
- export declare const ListEntitiesForPolicyResponseFilterSensitiveLog: (obj: ListEntitiesForPolicyResponse) => any;
7343
- /**
7344
- * @internal
7345
- */
7346
- export declare const ListGroupPoliciesRequestFilterSensitiveLog: (obj: ListGroupPoliciesRequest) => any;
7347
- /**
7348
- * @internal
7349
- */
7350
- export declare const ListGroupPoliciesResponseFilterSensitiveLog: (obj: ListGroupPoliciesResponse) => any;
7351
- /**
7352
- * @internal
7353
- */
7354
- export declare const ListGroupsRequestFilterSensitiveLog: (obj: ListGroupsRequest) => any;
7355
- /**
7356
- * @internal
7357
- */
7358
- export declare const ListGroupsResponseFilterSensitiveLog: (obj: ListGroupsResponse) => any;
7359
- /**
7360
- * @internal
7361
- */
7362
- export declare const ListGroupsForUserRequestFilterSensitiveLog: (obj: ListGroupsForUserRequest) => any;
7363
- /**
7364
- * @internal
7365
- */
7366
- export declare const ListGroupsForUserResponseFilterSensitiveLog: (obj: ListGroupsForUserResponse) => any;
7367
- /**
7368
- * @internal
7369
- */
7370
- export declare const ListInstanceProfilesRequestFilterSensitiveLog: (obj: ListInstanceProfilesRequest) => any;
7371
- /**
7372
- * @internal
7373
- */
7374
- export declare const ListInstanceProfilesResponseFilterSensitiveLog: (obj: ListInstanceProfilesResponse) => any;
7375
- /**
7376
- * @internal
7377
- */
7378
- export declare const ListInstanceProfilesForRoleRequestFilterSensitiveLog: (obj: ListInstanceProfilesForRoleRequest) => any;
7379
- /**
7380
- * @internal
7381
- */
7382
- export declare const ListInstanceProfilesForRoleResponseFilterSensitiveLog: (obj: ListInstanceProfilesForRoleResponse) => any;
7383
- /**
7384
- * @internal
7385
- */
7386
- export declare const ListInstanceProfileTagsRequestFilterSensitiveLog: (obj: ListInstanceProfileTagsRequest) => any;
7387
- /**
7388
- * @internal
7389
- */
7390
- export declare const ListInstanceProfileTagsResponseFilterSensitiveLog: (obj: ListInstanceProfileTagsResponse) => any;
7391
- /**
7392
- * @internal
7393
- */
7394
- export declare const ListMFADevicesRequestFilterSensitiveLog: (obj: ListMFADevicesRequest) => any;
7395
- /**
7396
- * @internal
7397
- */
7398
- export declare const MFADeviceFilterSensitiveLog: (obj: MFADevice) => any;
7399
- /**
7400
- * @internal
7401
- */
7402
- export declare const ListMFADevicesResponseFilterSensitiveLog: (obj: ListMFADevicesResponse) => any;
7403
- /**
7404
- * @internal
7405
- */
7406
- export declare const ListMFADeviceTagsRequestFilterSensitiveLog: (obj: ListMFADeviceTagsRequest) => any;
7407
- /**
7408
- * @internal
7409
- */
7410
- export declare const ListMFADeviceTagsResponseFilterSensitiveLog: (obj: ListMFADeviceTagsResponse) => any;
7411
- /**
7412
- * @internal
7413
- */
7414
- export declare const ListOpenIDConnectProvidersRequestFilterSensitiveLog: (obj: ListOpenIDConnectProvidersRequest) => any;
7415
- /**
7416
- * @internal
7417
- */
7418
- export declare const OpenIDConnectProviderListEntryFilterSensitiveLog: (obj: OpenIDConnectProviderListEntry) => any;
7419
- /**
7420
- * @internal
7421
- */
7422
- export declare const ListOpenIDConnectProvidersResponseFilterSensitiveLog: (obj: ListOpenIDConnectProvidersResponse) => any;
7423
- /**
7424
- * @internal
7425
- */
7426
- export declare const ListOpenIDConnectProviderTagsRequestFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsRequest) => any;
7427
- /**
7428
- * @internal
7429
- */
7430
- export declare const ListOpenIDConnectProviderTagsResponseFilterSensitiveLog: (obj: ListOpenIDConnectProviderTagsResponse) => any;
7431
- /**
7432
- * @internal
7433
- */
7434
- export declare const ListPoliciesRequestFilterSensitiveLog: (obj: ListPoliciesRequest) => any;
7435
- /**
7436
- * @internal
7437
- */
7438
- export declare const ListPoliciesResponseFilterSensitiveLog: (obj: ListPoliciesResponse) => any;
7439
- /**
7440
- * @internal
7441
- */
7442
- export declare const ListPoliciesGrantingServiceAccessRequestFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessRequest) => any;
7443
- /**
7444
- * @internal
7445
- */
7446
- export declare const PolicyGrantingServiceAccessFilterSensitiveLog: (obj: PolicyGrantingServiceAccess) => any;
7447
- /**
7448
- * @internal
7449
- */
7450
- export declare const ListPoliciesGrantingServiceAccessEntryFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessEntry) => any;
7451
- /**
7452
- * @internal
7453
- */
7454
- export declare const ListPoliciesGrantingServiceAccessResponseFilterSensitiveLog: (obj: ListPoliciesGrantingServiceAccessResponse) => any;
7455
- /**
7456
- * @internal
7457
- */
7458
- export declare const ListPolicyTagsRequestFilterSensitiveLog: (obj: ListPolicyTagsRequest) => any;
7459
- /**
7460
- * @internal
7461
- */
7462
- export declare const ListPolicyTagsResponseFilterSensitiveLog: (obj: ListPolicyTagsResponse) => any;
7463
- /**
7464
- * @internal
7465
- */
7466
- export declare const ListPolicyVersionsRequestFilterSensitiveLog: (obj: ListPolicyVersionsRequest) => any;
7467
- /**
7468
- * @internal
7469
- */
7470
- export declare const ListPolicyVersionsResponseFilterSensitiveLog: (obj: ListPolicyVersionsResponse) => any;
7471
- /**
7472
- * @internal
7473
- */
7474
- export declare const ListRolePoliciesRequestFilterSensitiveLog: (obj: ListRolePoliciesRequest) => any;
7475
- /**
7476
- * @internal
7477
- */
7478
- export declare const ListRolePoliciesResponseFilterSensitiveLog: (obj: ListRolePoliciesResponse) => any;
7479
- /**
7480
- * @internal
7481
- */
7482
- export declare const ListRolesRequestFilterSensitiveLog: (obj: ListRolesRequest) => any;
7483
- /**
7484
- * @internal
7485
- */
7486
- export declare const ListRolesResponseFilterSensitiveLog: (obj: ListRolesResponse) => any;
7487
- /**
7488
- * @internal
7489
- */
7490
- export declare const ListRoleTagsRequestFilterSensitiveLog: (obj: ListRoleTagsRequest) => any;
7491
- /**
7492
- * @internal
7493
- */
7494
- export declare const ListRoleTagsResponseFilterSensitiveLog: (obj: ListRoleTagsResponse) => any;
7495
- /**
7496
- * @internal
7497
- */
7498
- export declare const ListSAMLProvidersRequestFilterSensitiveLog: (obj: ListSAMLProvidersRequest) => any;
7499
- /**
7500
- * @internal
7501
- */
7502
- export declare const SAMLProviderListEntryFilterSensitiveLog: (obj: SAMLProviderListEntry) => any;
7503
- /**
7504
- * @internal
7505
- */
7506
- export declare const ListSAMLProvidersResponseFilterSensitiveLog: (obj: ListSAMLProvidersResponse) => any;
7507
- /**
7508
- * @internal
7509
- */
7510
- export declare const ListSAMLProviderTagsRequestFilterSensitiveLog: (obj: ListSAMLProviderTagsRequest) => any;
7511
- /**
7512
- * @internal
7513
- */
7514
- export declare const ListSAMLProviderTagsResponseFilterSensitiveLog: (obj: ListSAMLProviderTagsResponse) => any;
7515
- /**
7516
- * @internal
7517
- */
7518
- export declare const ListServerCertificatesRequestFilterSensitiveLog: (obj: ListServerCertificatesRequest) => any;
7519
- /**
7520
- * @internal
7521
- */
7522
- export declare const ListServerCertificatesResponseFilterSensitiveLog: (obj: ListServerCertificatesResponse) => any;
7523
- /**
7524
- * @internal
7525
- */
7526
- export declare const ListServerCertificateTagsRequestFilterSensitiveLog: (obj: ListServerCertificateTagsRequest) => any;
7527
- /**
7528
- * @internal
7529
- */
7530
- export declare const ListServerCertificateTagsResponseFilterSensitiveLog: (obj: ListServerCertificateTagsResponse) => any;
7531
- /**
7532
- * @internal
7533
- */
7534
- export declare const ListServiceSpecificCredentialsRequestFilterSensitiveLog: (obj: ListServiceSpecificCredentialsRequest) => any;
7535
- /**
7536
- * @internal
7537
- */
7538
- export declare const ServiceSpecificCredentialMetadataFilterSensitiveLog: (obj: ServiceSpecificCredentialMetadata) => any;
7539
- /**
7540
- * @internal
7541
- */
7542
- export declare const ListServiceSpecificCredentialsResponseFilterSensitiveLog: (obj: ListServiceSpecificCredentialsResponse) => any;
7543
- /**
7544
- * @internal
7545
- */
7546
- export declare const ListSigningCertificatesRequestFilterSensitiveLog: (obj: ListSigningCertificatesRequest) => any;
7547
- /**
7548
- * @internal
7549
- */
7550
- export declare const SigningCertificateFilterSensitiveLog: (obj: SigningCertificate) => any;
7551
- /**
7552
- * @internal
7553
- */
7554
- export declare const ListSigningCertificatesResponseFilterSensitiveLog: (obj: ListSigningCertificatesResponse) => any;
7555
- /**
7556
- * @internal
7557
- */
7558
- export declare const ListSSHPublicKeysRequestFilterSensitiveLog: (obj: ListSSHPublicKeysRequest) => any;
7559
- /**
7560
- * @internal
7561
- */
7562
- export declare const SSHPublicKeyMetadataFilterSensitiveLog: (obj: SSHPublicKeyMetadata) => any;
7563
- /**
7564
- * @internal
7565
- */
7566
- export declare const ListSSHPublicKeysResponseFilterSensitiveLog: (obj: ListSSHPublicKeysResponse) => any;
7567
- /**
7568
- * @internal
7569
- */
7570
- export declare const ListUserPoliciesRequestFilterSensitiveLog: (obj: ListUserPoliciesRequest) => any;
7571
- /**
7572
- * @internal
7573
- */
7574
- export declare const ListUserPoliciesResponseFilterSensitiveLog: (obj: ListUserPoliciesResponse) => any;
7575
- /**
7576
- * @internal
7577
- */
7578
- export declare const ListUsersRequestFilterSensitiveLog: (obj: ListUsersRequest) => any;
7579
- /**
7580
- * @internal
7581
- */
7582
- export declare const ListUsersResponseFilterSensitiveLog: (obj: ListUsersResponse) => any;
7583
- /**
7584
- * @internal
7585
- */
7586
- export declare const ListUserTagsRequestFilterSensitiveLog: (obj: ListUserTagsRequest) => any;
7587
- /**
7588
- * @internal
7589
- */
7590
- export declare const ListUserTagsResponseFilterSensitiveLog: (obj: ListUserTagsResponse) => any;
7591
- /**
7592
- * @internal
7593
- */
7594
- export declare const ListVirtualMFADevicesRequestFilterSensitiveLog: (obj: ListVirtualMFADevicesRequest) => any;
7595
- /**
7596
- * @internal
7597
- */
7598
- export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (obj: ListVirtualMFADevicesResponse) => any;
7599
- /**
7600
- * @internal
7601
- */
7602
- export declare const PutGroupPolicyRequestFilterSensitiveLog: (obj: PutGroupPolicyRequest) => any;
7603
- /**
7604
- * @internal
7605
- */
7606
- export declare const PutRolePermissionsBoundaryRequestFilterSensitiveLog: (obj: PutRolePermissionsBoundaryRequest) => any;
7607
- /**
7608
- * @internal
7609
- */
7610
- export declare const PutRolePolicyRequestFilterSensitiveLog: (obj: PutRolePolicyRequest) => any;
7611
- /**
7612
- * @internal
7613
- */
7614
- export declare const PutUserPermissionsBoundaryRequestFilterSensitiveLog: (obj: PutUserPermissionsBoundaryRequest) => any;
7615
- /**
7616
- * @internal
7617
- */
7618
- export declare const PutUserPolicyRequestFilterSensitiveLog: (obj: PutUserPolicyRequest) => any;
7619
- /**
7620
- * @internal
7621
- */
7622
- export declare const RemoveClientIDFromOpenIDConnectProviderRequestFilterSensitiveLog: (obj: RemoveClientIDFromOpenIDConnectProviderRequest) => any;
7623
- /**
7624
- * @internal
7625
- */
7626
- export declare const RemoveRoleFromInstanceProfileRequestFilterSensitiveLog: (obj: RemoveRoleFromInstanceProfileRequest) => any;
7627
- /**
7628
- * @internal
7629
- */
7630
- export declare const RemoveUserFromGroupRequestFilterSensitiveLog: (obj: RemoveUserFromGroupRequest) => any;
7631
- /**
7632
- * @internal
7633
- */
7634
- export declare const ResetServiceSpecificCredentialRequestFilterSensitiveLog: (obj: ResetServiceSpecificCredentialRequest) => any;
7376
+ export declare const ListVirtualMFADevicesResponseFilterSensitiveLog: (obj: ListVirtualMFADevicesResponse) => any;
7635
7377
  /**
7636
7378
  * @internal
7637
7379
  */
7638
7380
  export declare const ResetServiceSpecificCredentialResponseFilterSensitiveLog: (obj: ResetServiceSpecificCredentialResponse) => any;
7639
- /**
7640
- * @internal
7641
- */
7642
- export declare const ResyncMFADeviceRequestFilterSensitiveLog: (obj: ResyncMFADeviceRequest) => any;
7643
- /**
7644
- * @internal
7645
- */
7646
- export declare const SetDefaultPolicyVersionRequestFilterSensitiveLog: (obj: SetDefaultPolicyVersionRequest) => any;
7647
- /**
7648
- * @internal
7649
- */
7650
- export declare const SetSecurityTokenServicePreferencesRequestFilterSensitiveLog: (obj: SetSecurityTokenServicePreferencesRequest) => any;
7651
- /**
7652
- * @internal
7653
- */
7654
- export declare const ContextEntryFilterSensitiveLog: (obj: ContextEntry) => any;
7655
- /**
7656
- * @internal
7657
- */
7658
- export declare const SimulateCustomPolicyRequestFilterSensitiveLog: (obj: SimulateCustomPolicyRequest) => any;
7659
- /**
7660
- * @internal
7661
- */
7662
- export declare const PositionFilterSensitiveLog: (obj: Position) => any;
7663
- /**
7664
- * @internal
7665
- */
7666
- export declare const StatementFilterSensitiveLog: (obj: Statement) => any;
7667
- /**
7668
- * @internal
7669
- */
7670
- export declare const OrganizationsDecisionDetailFilterSensitiveLog: (obj: OrganizationsDecisionDetail) => any;
7671
- /**
7672
- * @internal
7673
- */
7674
- export declare const PermissionsBoundaryDecisionDetailFilterSensitiveLog: (obj: PermissionsBoundaryDecisionDetail) => any;
7675
- /**
7676
- * @internal
7677
- */
7678
- export declare const ResourceSpecificResultFilterSensitiveLog: (obj: ResourceSpecificResult) => any;
7679
- /**
7680
- * @internal
7681
- */
7682
- export declare const EvaluationResultFilterSensitiveLog: (obj: EvaluationResult) => any;
7683
- /**
7684
- * @internal
7685
- */
7686
- export declare const SimulatePolicyResponseFilterSensitiveLog: (obj: SimulatePolicyResponse) => any;
7687
- /**
7688
- * @internal
7689
- */
7690
- export declare const SimulatePrincipalPolicyRequestFilterSensitiveLog: (obj: SimulatePrincipalPolicyRequest) => any;
7691
- /**
7692
- * @internal
7693
- */
7694
- export declare const TagInstanceProfileRequestFilterSensitiveLog: (obj: TagInstanceProfileRequest) => any;
7695
- /**
7696
- * @internal
7697
- */
7698
- export declare const TagMFADeviceRequestFilterSensitiveLog: (obj: TagMFADeviceRequest) => any;
7699
- /**
7700
- * @internal
7701
- */
7702
- export declare const TagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: TagOpenIDConnectProviderRequest) => any;
7703
- /**
7704
- * @internal
7705
- */
7706
- export declare const TagPolicyRequestFilterSensitiveLog: (obj: TagPolicyRequest) => any;
7707
- /**
7708
- * @internal
7709
- */
7710
- export declare const TagRoleRequestFilterSensitiveLog: (obj: TagRoleRequest) => any;
7711
- /**
7712
- * @internal
7713
- */
7714
- export declare const TagSAMLProviderRequestFilterSensitiveLog: (obj: TagSAMLProviderRequest) => any;
7715
- /**
7716
- * @internal
7717
- */
7718
- export declare const TagServerCertificateRequestFilterSensitiveLog: (obj: TagServerCertificateRequest) => any;
7719
- /**
7720
- * @internal
7721
- */
7722
- export declare const TagUserRequestFilterSensitiveLog: (obj: TagUserRequest) => any;
7723
- /**
7724
- * @internal
7725
- */
7726
- export declare const UntagInstanceProfileRequestFilterSensitiveLog: (obj: UntagInstanceProfileRequest) => any;
7727
- /**
7728
- * @internal
7729
- */
7730
- export declare const UntagMFADeviceRequestFilterSensitiveLog: (obj: UntagMFADeviceRequest) => any;
7731
- /**
7732
- * @internal
7733
- */
7734
- export declare const UntagOpenIDConnectProviderRequestFilterSensitiveLog: (obj: UntagOpenIDConnectProviderRequest) => any;