@jjrawlins/cdk-iam-policy-builder-helper 0.0.87 → 0.0.88

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 (296) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +61 -0
  5. package/lib/constructs/Actions.js +62 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +20 -0
  7. package/lib/constructs/ManagedPolicies.js +21 -1
  8. package/methods_list.txt +61 -0
  9. package/node_modules/@aws-sdk/client-iam/README.md +24 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +305 -176
  11. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +6 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +3 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  17. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -467
  20. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -117
  21. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +62 -1
  22. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +24 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +5 -2
  24. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  25. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  68. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  69. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1641 -681
  70. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1763
  71. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +7 -0
  72. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +72 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +18 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  75. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  76. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +3 -0
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +276 -416
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -334
  121. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  122. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  123. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  124. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  125. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  126. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  127. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  128. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  129. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  130. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  132. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  133. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  134. package/node_modules/@aws-sdk/core/package.json +4 -4
  135. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  136. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  137. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  144. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  145. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  146. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  159. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  160. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  161. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  162. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  163. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  164. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  165. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  167. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  168. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  263. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  264. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  265. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  266. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  267. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  268. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  269. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  270. package/node_modules/@aws-sdk/types/package.json +1 -1
  271. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  272. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  273. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  274. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  275. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  276. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  277. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  278. package/node_modules/@smithy/core/package.json +1 -1
  279. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  280. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  281. package/node_modules/@smithy/smithy-client/package.json +3 -3
  282. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  283. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  284. package/package.json +3 -3
  285. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  286. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  287. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  288. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  289. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  290. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
@@ -1,5 +1,4 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { IAMServiceException as __BaseException } from "./IAMServiceException";
1
+ import { AccessAdvisorUsageGranularityType, AssertionEncryptionModeType, AssignmentStatusType, ContextKeyTypeEnum, DeletionTaskStatusType, EncodingType, EntityType, FeatureType, GlobalEndpointTokenVersion, JobStatusType, PermissionCheckResultType, PermissionCheckStatusType, PermissionsBoundaryAttachmentType, PolicyEvaluationDecisionType, PolicyOwnerEntityType, PolicyParameterTypeEnum, PolicyScopeType, PolicySourceType, PolicyType, PolicyUsageType, ReportFormatType, ReportStateType, SortKeyType, StateType, StatusType, SummaryKeyType, SummaryStateType } from "./enums";
3
2
  /**
4
3
  * @public
5
4
  */
@@ -10,57 +9,6 @@ export interface AcceptDelegationRequestRequest {
10
9
  */
11
10
  DelegationRequestId: string | undefined;
12
11
  }
13
- /**
14
- * <p>The request was rejected because multiple requests to change this object were submitted
15
- * simultaneously. Wait a few minutes and submit your request again.</p>
16
- * @public
17
- */
18
- export declare class ConcurrentModificationException extends __BaseException {
19
- readonly name: "ConcurrentModificationException";
20
- readonly $fault: "client";
21
- /**
22
- * @internal
23
- */
24
- constructor(opts: __ExceptionOptionType<ConcurrentModificationException, __BaseException>);
25
- }
26
- /**
27
- * <p>The request was rejected because it referenced a resource entity that does not exist. The
28
- * error message describes the resource.</p>
29
- * @public
30
- */
31
- export declare class NoSuchEntityException extends __BaseException {
32
- readonly name: "NoSuchEntityException";
33
- readonly $fault: "client";
34
- /**
35
- * @internal
36
- */
37
- constructor(opts: __ExceptionOptionType<NoSuchEntityException, __BaseException>);
38
- }
39
- /**
40
- * <p>The request processing has failed because of an unknown error, exception or
41
- * failure.</p>
42
- * @public
43
- */
44
- export declare class ServiceFailureException extends __BaseException {
45
- readonly name: "ServiceFailureException";
46
- readonly $fault: "server";
47
- /**
48
- * @internal
49
- */
50
- constructor(opts: __ExceptionOptionType<ServiceFailureException, __BaseException>);
51
- }
52
- /**
53
- * @public
54
- * @enum
55
- */
56
- export declare const AccessAdvisorUsageGranularityType: {
57
- readonly ACTION_LEVEL: "ACTION_LEVEL";
58
- readonly SERVICE_LEVEL: "SERVICE_LEVEL";
59
- };
60
- /**
61
- * @public
62
- */
63
- export type AccessAdvisorUsageGranularityType = (typeof AccessAdvisorUsageGranularityType)[keyof typeof AccessAdvisorUsageGranularityType];
64
12
  /**
65
13
  * <p>An object that contains details about when a principal in the reported Organizations entity
66
14
  * last attempted to access an Amazon Web Services service. A principal can be an IAM user, an IAM role,
@@ -117,19 +65,6 @@ export interface AccessDetail {
117
65
  */
118
66
  TotalAuthenticatedEntities?: number | undefined;
119
67
  }
120
- /**
121
- * @public
122
- * @enum
123
- */
124
- export declare const StatusType: {
125
- readonly Active: "Active";
126
- readonly Expired: "Expired";
127
- readonly Inactive: "Inactive";
128
- };
129
- /**
130
- * @public
131
- */
132
- export type StatusType = (typeof StatusType)[keyof typeof StatusType];
133
68
  /**
134
69
  * <p>Contains information about an Amazon Web Services access key.</p>
135
70
  * <p> This data type is used as a response element in the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateAccessKey.html">CreateAccessKey</a> and
@@ -264,21 +199,6 @@ export interface AccessKeyMetadata {
264
199
  */
265
200
  CreateDate?: Date | undefined;
266
201
  }
267
- /**
268
- * <p>The request was rejected because the account making the request is not the management
269
- * account or delegated administrator account for <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_root-user.html#id_root-user-access-management">centralized root
270
- * access</a>.</p>
271
- * @public
272
- */
273
- export declare class AccountNotManagementOrDelegatedAdministratorException extends __BaseException {
274
- readonly name: "AccountNotManagementOrDelegatedAdministratorException";
275
- readonly $fault: "client";
276
- Message?: string | undefined;
277
- /**
278
- * @internal
279
- */
280
- constructor(opts: __ExceptionOptionType<AccountNotManagementOrDelegatedAdministratorException, __BaseException>);
281
- }
282
202
  /**
283
203
  * @public
284
204
  */
@@ -296,32 +216,6 @@ export interface AddClientIDToOpenIDConnectProviderRequest {
296
216
  */
297
217
  ClientID: string | undefined;
298
218
  }
299
- /**
300
- * <p>The request was rejected because an invalid or out-of-range value was supplied for an
301
- * input parameter.</p>
302
- * @public
303
- */
304
- export declare class InvalidInputException extends __BaseException {
305
- readonly name: "InvalidInputException";
306
- readonly $fault: "client";
307
- /**
308
- * @internal
309
- */
310
- constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
311
- }
312
- /**
313
- * <p>The request was rejected because it attempted to create resources beyond the current
314
- * Amazon Web Services account limits. The error message describes the limit exceeded.</p>
315
- * @public
316
- */
317
- export declare class LimitExceededException extends __BaseException {
318
- readonly name: "LimitExceededException";
319
- readonly $fault: "client";
320
- /**
321
- * @internal
322
- */
323
- constructor(opts: __ExceptionOptionType<LimitExceededException, __BaseException>);
324
- }
325
219
  /**
326
220
  * @public
327
221
  */
@@ -341,34 +235,6 @@ export interface AddRoleToInstanceProfileRequest {
341
235
  */
342
236
  RoleName: string | undefined;
343
237
  }
344
- /**
345
- * <p>The request was rejected because it attempted to create a resource that already
346
- * exists.</p>
347
- * @public
348
- */
349
- export declare class EntityAlreadyExistsException extends __BaseException {
350
- readonly name: "EntityAlreadyExistsException";
351
- readonly $fault: "client";
352
- /**
353
- * @internal
354
- */
355
- constructor(opts: __ExceptionOptionType<EntityAlreadyExistsException, __BaseException>);
356
- }
357
- /**
358
- * <p>The request was rejected because service-linked roles are protected Amazon Web Services resources. Only
359
- * the service that depends on the service-linked role can modify or delete the role on your
360
- * behalf. The error message includes the name of the service that depends on this service-linked
361
- * role. You must request the change through that service.</p>
362
- * @public
363
- */
364
- export declare class UnmodifiableEntityException extends __BaseException {
365
- readonly name: "UnmodifiableEntityException";
366
- readonly $fault: "client";
367
- /**
368
- * @internal
369
- */
370
- constructor(opts: __ExceptionOptionType<UnmodifiableEntityException, __BaseException>);
371
- }
372
238
  /**
373
239
  * @public
374
240
  */
@@ -388,31 +254,6 @@ export interface AddUserToGroupRequest {
388
254
  */
389
255
  UserName: string | undefined;
390
256
  }
391
- /**
392
- * @public
393
- * @enum
394
- */
395
- export declare const AssertionEncryptionModeType: {
396
- readonly Allowed: "Allowed";
397
- readonly Required: "Required";
398
- };
399
- /**
400
- * @public
401
- */
402
- export type AssertionEncryptionModeType = (typeof AssertionEncryptionModeType)[keyof typeof AssertionEncryptionModeType];
403
- /**
404
- * @public
405
- * @enum
406
- */
407
- export declare const AssignmentStatusType: {
408
- readonly Any: "Any";
409
- readonly Assigned: "Assigned";
410
- readonly Unassigned: "Unassigned";
411
- };
412
- /**
413
- * @public
414
- */
415
- export type AssignmentStatusType = (typeof AssignmentStatusType)[keyof typeof AssignmentStatusType];
416
257
  /**
417
258
  * @public
418
259
  */
@@ -423,17 +264,6 @@ export interface AssociateDelegationRequestRequest {
423
264
  */
424
265
  DelegationRequestId: string | undefined;
425
266
  }
426
- /**
427
- * @public
428
- * @enum
429
- */
430
- export declare const PermissionsBoundaryAttachmentType: {
431
- readonly Policy: "PermissionsBoundaryPolicy";
432
- };
433
- /**
434
- * @public
435
- */
436
- export type PermissionsBoundaryAttachmentType = (typeof PermissionsBoundaryAttachmentType)[keyof typeof PermissionsBoundaryAttachmentType];
437
267
  /**
438
268
  * <p>Contains information about an attached permissions boundary.</p>
439
269
  * <p>An attached permissions boundary is a managed policy that has been attached to a user or
@@ -496,19 +326,6 @@ export interface AttachGroupPolicyRequest {
496
326
  */
497
327
  PolicyArn: string | undefined;
498
328
  }
499
- /**
500
- * <p>The request failed because Amazon Web Services service role policies can only be attached to the
501
- * service-linked role for that service.</p>
502
- * @public
503
- */
504
- export declare class PolicyNotAttachableException extends __BaseException {
505
- readonly name: "PolicyNotAttachableException";
506
- readonly $fault: "client";
507
- /**
508
- * @internal
509
- */
510
- constructor(opts: __ExceptionOptionType<PolicyNotAttachableException, __BaseException>);
511
- }
512
329
  /**
513
330
  * @public
514
331
  */
@@ -568,47 +385,6 @@ export interface ChangePasswordRequest {
568
385
  */
569
386
  NewPassword: string | undefined;
570
387
  }
571
- /**
572
- * <p>The request was rejected because it referenced an entity that is temporarily unmodifiable,
573
- * such as a user name that was deleted and then recreated. The error indicates that the request
574
- * is likely to succeed if you try again after waiting several minutes. The error message
575
- * describes the entity.</p>
576
- * @public
577
- */
578
- export declare class EntityTemporarilyUnmodifiableException extends __BaseException {
579
- readonly name: "EntityTemporarilyUnmodifiableException";
580
- readonly $fault: "client";
581
- /**
582
- * @internal
583
- */
584
- constructor(opts: __ExceptionOptionType<EntityTemporarilyUnmodifiableException, __BaseException>);
585
- }
586
- /**
587
- * <p>The request was rejected because the type of user for the transaction was
588
- * incorrect.</p>
589
- * @public
590
- */
591
- export declare class InvalidUserTypeException extends __BaseException {
592
- readonly name: "InvalidUserTypeException";
593
- readonly $fault: "client";
594
- /**
595
- * @internal
596
- */
597
- constructor(opts: __ExceptionOptionType<InvalidUserTypeException, __BaseException>);
598
- }
599
- /**
600
- * <p>The request was rejected because the provided password did not meet the requirements
601
- * imposed by the account password policy.</p>
602
- * @public
603
- */
604
- export declare class PasswordPolicyViolationException extends __BaseException {
605
- readonly name: "PasswordPolicyViolationException";
606
- readonly $fault: "client";
607
- /**
608
- * @internal
609
- */
610
- constructor(opts: __ExceptionOptionType<PasswordPolicyViolationException, __BaseException>);
611
- }
612
388
  /**
613
389
  * @public
614
390
  */
@@ -646,18 +422,6 @@ export interface CreateAccountAliasRequest {
646
422
  */
647
423
  AccountAlias: string | undefined;
648
424
  }
649
- /**
650
- * @public
651
- * @enum
652
- */
653
- export declare const PolicyParameterTypeEnum: {
654
- readonly STRING: "string";
655
- readonly STRING_LIST: "stringList";
656
- };
657
- /**
658
- * @public
659
- */
660
- export type PolicyParameterTypeEnum = (typeof PolicyParameterTypeEnum)[keyof typeof PolicyParameterTypeEnum];
661
425
  /**
662
426
  * <p>Contains information about a policy parameter used to customize delegated permissions.</p>
663
427
  * @public
@@ -1272,19 +1036,6 @@ export interface CreateOpenIDConnectProviderResponse {
1272
1036
  */
1273
1037
  Tags?: Tag[] | undefined;
1274
1038
  }
1275
- /**
1276
- * <p>The request failed because IAM cannot connect to the OpenID Connect identity provider
1277
- * URL.</p>
1278
- * @public
1279
- */
1280
- export declare class OpenIdIdpCommunicationErrorException extends __BaseException {
1281
- readonly name: "OpenIdIdpCommunicationErrorException";
1282
- readonly $fault: "client";
1283
- /**
1284
- * @internal
1285
- */
1286
- constructor(opts: __ExceptionOptionType<OpenIdIdpCommunicationErrorException, __BaseException>);
1287
- }
1288
1039
  /**
1289
1040
  * @public
1290
1041
  */
@@ -1461,19 +1212,6 @@ export interface CreatePolicyResponse {
1461
1212
  */
1462
1213
  Policy?: Policy | undefined;
1463
1214
  }
1464
- /**
1465
- * <p>The request was rejected because the policy document was malformed. The error message
1466
- * describes the specific error.</p>
1467
- * @public
1468
- */
1469
- export declare class MalformedPolicyDocumentException extends __BaseException {
1470
- readonly name: "MalformedPolicyDocumentException";
1471
- readonly $fault: "client";
1472
- /**
1473
- * @internal
1474
- */
1475
- constructor(opts: __ExceptionOptionType<MalformedPolicyDocumentException, __BaseException>);
1476
- }
1477
1215
  /**
1478
1216
  * @public
1479
1217
  */
@@ -1907,18 +1645,6 @@ export interface CreateServiceSpecificCredentialResponse {
1907
1645
  */
1908
1646
  ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
1909
1647
  }
1910
- /**
1911
- * <p>The specified service does not support service-specific credentials.</p>
1912
- * @public
1913
- */
1914
- export declare class ServiceNotSupportedException extends __BaseException {
1915
- readonly name: "ServiceNotSupportedException";
1916
- readonly $fault: "client";
1917
- /**
1918
- * @internal
1919
- */
1920
- constructor(opts: __ExceptionOptionType<ServiceNotSupportedException, __BaseException>);
1921
- }
1922
1648
  /**
1923
1649
  * @public
1924
1650
  */
@@ -2217,19 +1943,6 @@ export interface DeleteAccountAliasRequest {
2217
1943
  */
2218
1944
  AccountAlias: string | undefined;
2219
1945
  }
2220
- /**
2221
- * <p>The request was rejected because it attempted to delete a resource that has attached
2222
- * subordinate entities. The error message describes these entities.</p>
2223
- * @public
2224
- */
2225
- export declare class DeleteConflictException extends __BaseException {
2226
- readonly name: "DeleteConflictException";
2227
- readonly $fault: "client";
2228
- /**
2229
- * @internal
2230
- */
2231
- constructor(opts: __ExceptionOptionType<DeleteConflictException, __BaseException>);
2232
- }
2233
1946
  /**
2234
1947
  * @public
2235
1948
  */
@@ -2596,18 +2309,6 @@ export interface DetachUserPolicyRequest {
2596
2309
  */
2597
2310
  export interface DisableOrganizationsRootCredentialsManagementRequest {
2598
2311
  }
2599
- /**
2600
- * @public
2601
- * @enum
2602
- */
2603
- export declare const FeatureType: {
2604
- readonly ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement";
2605
- readonly ROOT_SESSIONS: "RootSessions";
2606
- };
2607
- /**
2608
- * @public
2609
- */
2610
- export type FeatureType = (typeof FeatureType)[keyof typeof FeatureType];
2611
2312
  /**
2612
2313
  * @public
2613
2314
  */
@@ -2624,47 +2325,6 @@ export interface DisableOrganizationsRootCredentialsManagementResponse {
2624
2325
  */
2625
2326
  EnabledFeatures?: FeatureType[] | undefined;
2626
2327
  }
2627
- /**
2628
- * <p>The request was rejected because no organization is associated with your account.</p>
2629
- * @public
2630
- */
2631
- export declare class OrganizationNotFoundException extends __BaseException {
2632
- readonly name: "OrganizationNotFoundException";
2633
- readonly $fault: "client";
2634
- Message?: string | undefined;
2635
- /**
2636
- * @internal
2637
- */
2638
- constructor(opts: __ExceptionOptionType<OrganizationNotFoundException, __BaseException>);
2639
- }
2640
- /**
2641
- * <p>The request was rejected because your organization does not have All features enabled. For
2642
- * more information, see <a href="https://docs.aws.amazon.com/organizations/latest/userguide/orgs_getting-started_concepts.html#feature-set">Available feature sets</a> in the <i>Organizations User
2643
- * Guide</i>.</p>
2644
- * @public
2645
- */
2646
- export declare class OrganizationNotInAllFeaturesModeException extends __BaseException {
2647
- readonly name: "OrganizationNotInAllFeaturesModeException";
2648
- readonly $fault: "client";
2649
- Message?: string | undefined;
2650
- /**
2651
- * @internal
2652
- */
2653
- constructor(opts: __ExceptionOptionType<OrganizationNotInAllFeaturesModeException, __BaseException>);
2654
- }
2655
- /**
2656
- * <p>The request was rejected because trusted access is not enabled for IAM in Organizations. For details, see IAM and Organizations in the <i>Organizations User Guide</i>.</p>
2657
- * @public
2658
- */
2659
- export declare class ServiceAccessNotEnabledException extends __BaseException {
2660
- readonly name: "ServiceAccessNotEnabledException";
2661
- readonly $fault: "client";
2662
- Message?: string | undefined;
2663
- /**
2664
- * @internal
2665
- */
2666
- constructor(opts: __ExceptionOptionType<ServiceAccessNotEnabledException, __BaseException>);
2667
- }
2668
2328
  /**
2669
2329
  * @public
2670
2330
  */
@@ -2735,33 +2395,6 @@ export interface EnableMFADeviceRequest {
2735
2395
  */
2736
2396
  AuthenticationCode2: string | undefined;
2737
2397
  }
2738
- /**
2739
- * <p>The request was rejected because the authentication code was not recognized. The error
2740
- * message describes the specific error.</p>
2741
- * @public
2742
- */
2743
- export declare class InvalidAuthenticationCodeException extends __BaseException {
2744
- readonly name: "InvalidAuthenticationCodeException";
2745
- readonly $fault: "client";
2746
- /**
2747
- * @internal
2748
- */
2749
- constructor(opts: __ExceptionOptionType<InvalidAuthenticationCodeException, __BaseException>);
2750
- }
2751
- /**
2752
- * <p>The request was rejected because the account making the request is not the management
2753
- * account for the organization.</p>
2754
- * @public
2755
- */
2756
- export declare class CallerIsNotManagementAccountException extends __BaseException {
2757
- readonly name: "CallerIsNotManagementAccountException";
2758
- readonly $fault: "client";
2759
- Message?: string | undefined;
2760
- /**
2761
- * @internal
2762
- */
2763
- constructor(opts: __ExceptionOptionType<CallerIsNotManagementAccountException, __BaseException>);
2764
- }
2765
2398
  /**
2766
2399
  * @public
2767
2400
  */
@@ -2804,17 +2437,16 @@ export interface EnableOrganizationsRootSessionsResponse {
2804
2437
  }
2805
2438
  /**
2806
2439
  * @public
2807
- * @enum
2808
2440
  */
2809
- export declare const ReportStateType: {
2810
- readonly COMPLETE: "COMPLETE";
2811
- readonly INPROGRESS: "INPROGRESS";
2812
- readonly STARTED: "STARTED";
2813
- };
2814
- /**
2815
- * @public
2816
- */
2817
- export type ReportStateType = (typeof ReportStateType)[keyof typeof ReportStateType];
2441
+ export interface EnableOutboundWebIdentityFederationResponse {
2442
+ /**
2443
+ * <p>A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints
2444
+ * at <code>/.well-known/openid-configuration and /.well-known/jwks.json</code>. The OpenID Connect (OIDC) discovery endpoints contain verification keys and metadata necessary
2445
+ * for token verification.</p>
2446
+ * @public
2447
+ */
2448
+ IssuerIdentifier?: string | undefined;
2449
+ }
2818
2450
  /**
2819
2451
  * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateCredentialReport.html">GenerateCredentialReport</a> request. </p>
2820
2452
  * @public
@@ -2864,19 +2496,6 @@ export interface GenerateOrganizationsAccessReportResponse {
2864
2496
  */
2865
2497
  JobId?: string | undefined;
2866
2498
  }
2867
- /**
2868
- * <p>The request failed because the maximum number of concurrent requests for this account are
2869
- * already running.</p>
2870
- * @public
2871
- */
2872
- export declare class ReportGenerationLimitExceededException extends __BaseException {
2873
- readonly name: "ReportGenerationLimitExceededException";
2874
- readonly $fault: "client";
2875
- /**
2876
- * @internal
2877
- */
2878
- constructor(opts: __ExceptionOptionType<ReportGenerationLimitExceededException, __BaseException>);
2879
- }
2880
2499
  /**
2881
2500
  * @public
2882
2501
  */
@@ -2942,21 +2561,6 @@ export interface GetAccessKeyLastUsedResponse {
2942
2561
  */
2943
2562
  AccessKeyLastUsed?: AccessKeyLastUsed | undefined;
2944
2563
  }
2945
- /**
2946
- * @public
2947
- * @enum
2948
- */
2949
- export declare const EntityType: {
2950
- readonly AWSManagedPolicy: "AWSManagedPolicy";
2951
- readonly Group: "Group";
2952
- readonly LocalManagedPolicy: "LocalManagedPolicy";
2953
- readonly Role: "Role";
2954
- readonly User: "User";
2955
- };
2956
- /**
2957
- * @public
2958
- */
2959
- export type EntityType = (typeof EntityType)[keyof typeof EntityType];
2960
2564
  /**
2961
2565
  * @public
2962
2566
  */
@@ -3422,50 +3026,6 @@ export interface GetAccountPasswordPolicyResponse {
3422
3026
  */
3423
3027
  PasswordPolicy: PasswordPolicy | undefined;
3424
3028
  }
3425
- /**
3426
- * @public
3427
- * @enum
3428
- */
3429
- export declare const SummaryKeyType: {
3430
- readonly AccessKeysPerUserQuota: "AccessKeysPerUserQuota";
3431
- readonly AccountAccessKeysPresent: "AccountAccessKeysPresent";
3432
- readonly AccountMFAEnabled: "AccountMFAEnabled";
3433
- readonly AccountPasswordPresent: "AccountPasswordPresent";
3434
- readonly AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent";
3435
- readonly AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota";
3436
- readonly AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota";
3437
- readonly AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota";
3438
- readonly AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota";
3439
- readonly GlobalEndpointTokenVersion: "GlobalEndpointTokenVersion";
3440
- readonly GroupPolicySizeQuota: "GroupPolicySizeQuota";
3441
- readonly Groups: "Groups";
3442
- readonly GroupsPerUserQuota: "GroupsPerUserQuota";
3443
- readonly GroupsQuota: "GroupsQuota";
3444
- readonly InstanceProfiles: "InstanceProfiles";
3445
- readonly InstanceProfilesQuota: "InstanceProfilesQuota";
3446
- readonly MFADevices: "MFADevices";
3447
- readonly MFADevicesInUse: "MFADevicesInUse";
3448
- readonly Policies: "Policies";
3449
- readonly PoliciesQuota: "PoliciesQuota";
3450
- readonly PolicySizeQuota: "PolicySizeQuota";
3451
- readonly PolicyVersionsInUse: "PolicyVersionsInUse";
3452
- readonly PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota";
3453
- readonly Providers: "Providers";
3454
- readonly RolePolicySizeQuota: "RolePolicySizeQuota";
3455
- readonly Roles: "Roles";
3456
- readonly RolesQuota: "RolesQuota";
3457
- readonly ServerCertificates: "ServerCertificates";
3458
- readonly ServerCertificatesQuota: "ServerCertificatesQuota";
3459
- readonly SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota";
3460
- readonly UserPolicySizeQuota: "UserPolicySizeQuota";
3461
- readonly Users: "Users";
3462
- readonly UsersQuota: "UsersQuota";
3463
- readonly VersionsPerPolicyQuota: "VersionsPerPolicyQuota";
3464
- };
3465
- /**
3466
- * @public
3467
- */
3468
- export type SummaryKeyType = (typeof SummaryKeyType)[keyof typeof SummaryKeyType];
3469
3029
  /**
3470
3030
  * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetAccountSummary.html">GetAccountSummary</a> request.
3471
3031
  * </p>
@@ -3557,57 +3117,6 @@ export interface GetContextKeysForPrincipalPolicyRequest {
3557
3117
  */
3558
3118
  PolicyInputList?: string[] | undefined;
3559
3119
  }
3560
- /**
3561
- * <p>The request was rejected because the most recent credential report has expired. To
3562
- * generate a new credential report, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateCredentialReport.html">GenerateCredentialReport</a>. For more information about credential report expiration,
3563
- * see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/credential-reports.html">Getting
3564
- * credential reports</a> in the <i>IAM User Guide</i>.</p>
3565
- * @public
3566
- */
3567
- export declare class CredentialReportExpiredException extends __BaseException {
3568
- readonly name: "CredentialReportExpiredException";
3569
- readonly $fault: "client";
3570
- /**
3571
- * @internal
3572
- */
3573
- constructor(opts: __ExceptionOptionType<CredentialReportExpiredException, __BaseException>);
3574
- }
3575
- /**
3576
- * <p>The request was rejected because the credential report does not exist. To generate a
3577
- * credential report, use <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GenerateCredentialReport.html">GenerateCredentialReport</a>.</p>
3578
- * @public
3579
- */
3580
- export declare class CredentialReportNotPresentException extends __BaseException {
3581
- readonly name: "CredentialReportNotPresentException";
3582
- readonly $fault: "client";
3583
- /**
3584
- * @internal
3585
- */
3586
- constructor(opts: __ExceptionOptionType<CredentialReportNotPresentException, __BaseException>);
3587
- }
3588
- /**
3589
- * <p>The request was rejected because the credential report is still being generated.</p>
3590
- * @public
3591
- */
3592
- export declare class CredentialReportNotReadyException extends __BaseException {
3593
- readonly name: "CredentialReportNotReadyException";
3594
- readonly $fault: "client";
3595
- /**
3596
- * @internal
3597
- */
3598
- constructor(opts: __ExceptionOptionType<CredentialReportNotReadyException, __BaseException>);
3599
- }
3600
- /**
3601
- * @public
3602
- * @enum
3603
- */
3604
- export declare const ReportFormatType: {
3605
- readonly text_csv: "text/csv";
3606
- };
3607
- /**
3608
- * @public
3609
- */
3610
- export type ReportFormatType = (typeof ReportFormatType)[keyof typeof ReportFormatType];
3611
3120
  /**
3612
3121
  * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetCredentialReport.html">GetCredentialReport</a>
3613
3122
  * request. </p>
@@ -3649,23 +3158,6 @@ export interface GetDelegationRequestRequest {
3649
3158
  */
3650
3159
  DelegationPermissionCheck?: boolean | undefined;
3651
3160
  }
3652
- /**
3653
- * @public
3654
- * @enum
3655
- */
3656
- export declare const StateType: {
3657
- readonly ACCEPTED: "ACCEPTED";
3658
- readonly ASSIGNED: "ASSIGNED";
3659
- readonly EXPIRED: "EXPIRED";
3660
- readonly FINALIZED: "FINALIZED";
3661
- readonly PENDING_APPROVAL: "PENDING_APPROVAL";
3662
- readonly REJECTED: "REJECTED";
3663
- readonly UNASSIGNED: "UNASSIGNED";
3664
- };
3665
- /**
3666
- * @public
3667
- */
3668
- export type StateType = (typeof StateType)[keyof typeof StateType];
3669
3161
  /**
3670
3162
  * <p>Contains information about a delegation request, including its status, permissions, and associated metadata.</p>
3671
3163
  * @public
@@ -3787,32 +3279,6 @@ export interface DelegationRequest {
3787
3279
  */
3788
3280
  UpdatedTime?: Date | undefined;
3789
3281
  }
3790
- /**
3791
- * @public
3792
- * @enum
3793
- */
3794
- export declare const PermissionCheckResultType: {
3795
- readonly ALLOWED: "ALLOWED";
3796
- readonly DENIED: "DENIED";
3797
- readonly UNSURE: "UNSURE";
3798
- };
3799
- /**
3800
- * @public
3801
- */
3802
- export type PermissionCheckResultType = (typeof PermissionCheckResultType)[keyof typeof PermissionCheckResultType];
3803
- /**
3804
- * @public
3805
- * @enum
3806
- */
3807
- export declare const PermissionCheckStatusType: {
3808
- readonly COMPLETE: "COMPLETE";
3809
- readonly FAILED: "FAILED";
3810
- readonly IN_PROGRESS: "IN_PROGRESS";
3811
- };
3812
- /**
3813
- * @public
3814
- */
3815
- export type PermissionCheckStatusType = (typeof PermissionCheckStatusType)[keyof typeof PermissionCheckStatusType];
3816
3282
  /**
3817
3283
  * @public
3818
3284
  */
@@ -3994,20 +3460,6 @@ export interface GetHumanReadableSummaryRequest {
3994
3460
  */
3995
3461
  Locale?: string | undefined;
3996
3462
  }
3997
- /**
3998
- * @public
3999
- * @enum
4000
- */
4001
- export declare const SummaryStateType: {
4002
- readonly AVAILABLE: "AVAILABLE";
4003
- readonly FAILED: "FAILED";
4004
- readonly NOT_AVAILABLE: "NOT_AVAILABLE";
4005
- readonly NOT_SUPPORTED: "NOT_SUPPORTED";
4006
- };
4007
- /**
4008
- * @public
4009
- */
4010
- export type SummaryStateType = (typeof SummaryStateType)[keyof typeof SummaryStateType];
4011
3463
  /**
4012
3464
  * @public
4013
3465
  */
@@ -4175,20 +3627,6 @@ export interface GetOpenIDConnectProviderResponse {
4175
3627
  */
4176
3628
  Tags?: Tag[] | undefined;
4177
3629
  }
4178
- /**
4179
- * @public
4180
- * @enum
4181
- */
4182
- export declare const SortKeyType: {
4183
- readonly LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING";
4184
- readonly LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING";
4185
- readonly SERVICE_NAMESPACE_ASCENDING: "SERVICE_NAMESPACE_ASCENDING";
4186
- readonly SERVICE_NAMESPACE_DESCENDING: "SERVICE_NAMESPACE_DESCENDING";
4187
- };
4188
- /**
4189
- * @public
4190
- */
4191
- export type SortKeyType = (typeof SortKeyType)[keyof typeof SortKeyType];
4192
3630
  /**
4193
3631
  * @public
4194
3632
  */
@@ -4243,19 +3681,6 @@ export interface ErrorDetails {
4243
3681
  */
4244
3682
  Code: string | undefined;
4245
3683
  }
4246
- /**
4247
- * @public
4248
- * @enum
4249
- */
4250
- export declare const JobStatusType: {
4251
- readonly COMPLETED: "COMPLETED";
4252
- readonly FAILED: "FAILED";
4253
- readonly IN_PROGRESS: "IN_PROGRESS";
4254
- };
4255
- /**
4256
- * @public
4257
- */
4258
- export type JobStatusType = (typeof JobStatusType)[keyof typeof JobStatusType];
4259
3684
  /**
4260
3685
  * @public
4261
3686
  */
@@ -4324,16 +3749,33 @@ export interface GetOrganizationsAccessReportResponse {
4324
3749
  /**
4325
3750
  * @public
4326
3751
  */
4327
- export interface GetPolicyRequest {
3752
+ export interface GetOutboundWebIdentityFederationInfoResponse {
4328
3753
  /**
4329
- * <p>The Amazon Resource Name (ARN) of the managed policy that you want information
4330
- * about.</p>
4331
- * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
3754
+ * <p>A unique issuer URL for your Amazon Web Services account that hosts the OpenID Connect (OIDC) discovery endpoints at
3755
+ * <code>/.well-known/openid-configuration and /.well-known/jwks.json</code>. The OpenID Connect (OIDC) discovery endpoints contain verification keys and metadata necessary for token verification.</p>
4332
3756
  * @public
4333
3757
  */
4334
- PolicyArn: string | undefined;
4335
- }
4336
- /**
3758
+ IssuerIdentifier?: string | undefined;
3759
+ /**
3760
+ * <p>Indicates whether outbound identity federation is currently enabled for your
3761
+ * Amazon Web Services account. When true, IAM principals in the account can call the <code>GetWebIdentityToken</code> API to obtain JSON Web Tokens (JWTs) for authentication with external services. </p>
3762
+ * @public
3763
+ */
3764
+ JwtVendingEnabled?: boolean | undefined;
3765
+ }
3766
+ /**
3767
+ * @public
3768
+ */
3769
+ export interface GetPolicyRequest {
3770
+ /**
3771
+ * <p>The Amazon Resource Name (ARN) of the managed policy that you want information
3772
+ * about.</p>
3773
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
3774
+ * @public
3775
+ */
3776
+ PolicyArn: string | undefined;
3777
+ }
3778
+ /**
4337
3779
  * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetPolicy.html">GetPolicy</a> request. </p>
4338
3780
  * @public
4339
3781
  */
@@ -4851,19 +4293,6 @@ export interface GetServiceLastAccessedDetailsWithEntitiesRequest {
4851
4293
  */
4852
4294
  Marker?: string | undefined;
4853
4295
  }
4854
- /**
4855
- * @public
4856
- * @enum
4857
- */
4858
- export declare const PolicyOwnerEntityType: {
4859
- readonly GROUP: "GROUP";
4860
- readonly ROLE: "ROLE";
4861
- readonly USER: "USER";
4862
- };
4863
- /**
4864
- * @public
4865
- */
4866
- export type PolicyOwnerEntityType = (typeof PolicyOwnerEntityType)[keyof typeof PolicyOwnerEntityType];
4867
4296
  /**
4868
4297
  * <p>Contains details about the specified entity (user or role).</p>
4869
4298
  * <p>This data type is an element of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_EntityDetails.html">EntityDetails</a>
@@ -5027,20 +4456,6 @@ export interface DeletionTaskFailureReasonType {
5027
4456
  */
5028
4457
  RoleUsageList?: RoleUsageType[] | undefined;
5029
4458
  }
5030
- /**
5031
- * @public
5032
- * @enum
5033
- */
5034
- export declare const DeletionTaskStatusType: {
5035
- readonly FAILED: "FAILED";
5036
- readonly IN_PROGRESS: "IN_PROGRESS";
5037
- readonly NOT_STARTED: "NOT_STARTED";
5038
- readonly SUCCEEDED: "SUCCEEDED";
5039
- };
5040
- /**
5041
- * @public
5042
- */
5043
- export type DeletionTaskStatusType = (typeof DeletionTaskStatusType)[keyof typeof DeletionTaskStatusType];
5044
4459
  /**
5045
4460
  * @public
5046
4461
  */
@@ -5056,18 +4471,6 @@ export interface GetServiceLinkedRoleDeletionStatusResponse {
5056
4471
  */
5057
4472
  Reason?: DeletionTaskFailureReasonType | undefined;
5058
4473
  }
5059
- /**
5060
- * @public
5061
- * @enum
5062
- */
5063
- export declare const EncodingType: {
5064
- readonly PEM: "PEM";
5065
- readonly SSH: "SSH";
5066
- };
5067
- /**
5068
- * @public
5069
- */
5070
- export type EncodingType = (typeof EncodingType)[keyof typeof EncodingType];
5071
4474
  /**
5072
4475
  * @public
5073
4476
  */
@@ -5147,19 +4550,6 @@ export interface GetSSHPublicKeyResponse {
5147
4550
  */
5148
4551
  SSHPublicKey?: SSHPublicKey | undefined;
5149
4552
  }
5150
- /**
5151
- * <p>The request was rejected because the public key encoding format is unsupported or
5152
- * unrecognized.</p>
5153
- * @public
5154
- */
5155
- export declare class UnrecognizedPublicKeyEncodingException extends __BaseException {
5156
- readonly name: "UnrecognizedPublicKeyEncodingException";
5157
- readonly $fault: "client";
5158
- /**
5159
- * @internal
5160
- */
5161
- constructor(opts: __ExceptionOptionType<UnrecognizedPublicKeyEncodingException, __BaseException>);
5162
- }
5163
4553
  /**
5164
4554
  * @public
5165
4555
  */
@@ -5625,18 +5015,6 @@ export interface ListDelegationRequestsResponse {
5625
5015
  */
5626
5016
  isTruncated?: boolean | undefined;
5627
5017
  }
5628
- /**
5629
- * @public
5630
- * @enum
5631
- */
5632
- export declare const PolicyUsageType: {
5633
- readonly PermissionsBoundary: "PermissionsBoundary";
5634
- readonly PermissionsPolicy: "PermissionsPolicy";
5635
- };
5636
- /**
5637
- * @public
5638
- */
5639
- export type PolicyUsageType = (typeof PolicyUsageType)[keyof typeof PolicyUsageType];
5640
5018
  /**
5641
5019
  * @public
5642
5020
  */
@@ -6429,19 +5807,6 @@ export interface ListOrganizationsFeaturesResponse {
6429
5807
  */
6430
5808
  EnabledFeatures?: FeatureType[] | undefined;
6431
5809
  }
6432
- /**
6433
- * @public
6434
- * @enum
6435
- */
6436
- export declare const PolicyScopeType: {
6437
- readonly AWS: "AWS";
6438
- readonly All: "All";
6439
- readonly Local: "Local";
6440
- };
6441
- /**
6442
- * @public
6443
- */
6444
- export type PolicyScopeType = (typeof PolicyScopeType)[keyof typeof PolicyScopeType];
6445
5810
  /**
6446
5811
  * @public
6447
5812
  */
@@ -6563,18 +5928,6 @@ export interface ListPoliciesGrantingServiceAccessRequest {
6563
5928
  */
6564
5929
  ServiceNamespaces: string[] | undefined;
6565
5930
  }
6566
- /**
6567
- * @public
6568
- * @enum
6569
- */
6570
- export declare const PolicyType: {
6571
- readonly INLINE: "INLINE";
6572
- readonly MANAGED: "MANAGED";
6573
- };
6574
- /**
6575
- * @public
6576
- */
6577
- export type PolicyType = (typeof PolicyType)[keyof typeof PolicyType];
6578
5931
  /**
6579
5932
  * <p>Contains details about the permissions policies that are attached to the specified
6580
5933
  * identity (user, group, or role).</p>
@@ -7757,3 +7110,1610 @@ export interface ListVirtualMFADevicesResponse {
7757
7110
  */
7758
7111
  Marker?: string | undefined;
7759
7112
  }
7113
+ /**
7114
+ * @public
7115
+ */
7116
+ export interface PutGroupPolicyRequest {
7117
+ /**
7118
+ * <p>The name of the group to associate the policy with.</p>
7119
+ * <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
7120
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-.</p>
7121
+ * @public
7122
+ */
7123
+ GroupName: string | undefined;
7124
+ /**
7125
+ * <p>The name of the policy document.</p>
7126
+ * <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
7127
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7128
+ * @public
7129
+ */
7130
+ PolicyName: string | undefined;
7131
+ /**
7132
+ * <p>The policy document.</p>
7133
+ * <p>You must provide policies in JSON format in IAM. However, for CloudFormation templates
7134
+ * formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always
7135
+ * converts a YAML policy to JSON format before submitting it to IAM.</p>
7136
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
7137
+ * used to validate this parameter is a string of characters consisting of the following:</p>
7138
+ * <ul>
7139
+ * <li>
7140
+ * <p>Any printable ASCII
7141
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
7142
+ * </li>
7143
+ * <li>
7144
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
7145
+ * (through <code>\u00FF</code>)</p>
7146
+ * </li>
7147
+ * <li>
7148
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
7149
+ * carriage return (<code>\u000D</code>)</p>
7150
+ * </li>
7151
+ * </ul>
7152
+ * @public
7153
+ */
7154
+ PolicyDocument: string | undefined;
7155
+ }
7156
+ /**
7157
+ * @public
7158
+ */
7159
+ export interface PutRolePermissionsBoundaryRequest {
7160
+ /**
7161
+ * <p>The name (friendly name, not ARN) of the IAM role for which you want to set the
7162
+ * permissions boundary.</p>
7163
+ * @public
7164
+ */
7165
+ RoleName: string | undefined;
7166
+ /**
7167
+ * <p>The ARN of the managed policy that is used to set the permissions boundary for the
7168
+ * role.</p>
7169
+ * <p>A permissions boundary policy defines the maximum permissions that identity-based
7170
+ * policies can grant to an entity, but does not grant permissions. Permissions boundaries
7171
+ * do not define the maximum permissions that a resource-based policy can grant to an
7172
+ * entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries
7173
+ * for IAM entities</a> in the <i>IAM User Guide</i>.</p>
7174
+ * <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types
7175
+ * </a> in the <i>IAM User Guide</i>.</p>
7176
+ * @public
7177
+ */
7178
+ PermissionsBoundary: string | undefined;
7179
+ }
7180
+ /**
7181
+ * @public
7182
+ */
7183
+ export interface PutRolePolicyRequest {
7184
+ /**
7185
+ * <p>The name of the role to associate the policy with.</p>
7186
+ * <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
7187
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7188
+ * @public
7189
+ */
7190
+ RoleName: string | undefined;
7191
+ /**
7192
+ * <p>The name of the policy document.</p>
7193
+ * <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
7194
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7195
+ * @public
7196
+ */
7197
+ PolicyName: string | undefined;
7198
+ /**
7199
+ * <p>The policy document.</p>
7200
+ * <p>You must provide policies in JSON format in IAM. However, for CloudFormation
7201
+ * templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to
7202
+ * IAM.</p>
7203
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
7204
+ * used to validate this parameter is a string of characters consisting of the following:</p>
7205
+ * <ul>
7206
+ * <li>
7207
+ * <p>Any printable ASCII
7208
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
7209
+ * </li>
7210
+ * <li>
7211
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
7212
+ * (through <code>\u00FF</code>)</p>
7213
+ * </li>
7214
+ * <li>
7215
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
7216
+ * carriage return (<code>\u000D</code>)</p>
7217
+ * </li>
7218
+ * </ul>
7219
+ * @public
7220
+ */
7221
+ PolicyDocument: string | undefined;
7222
+ }
7223
+ /**
7224
+ * @public
7225
+ */
7226
+ export interface PutUserPermissionsBoundaryRequest {
7227
+ /**
7228
+ * <p>The name (friendly name, not ARN) of the IAM user for which you want to set the
7229
+ * permissions boundary.</p>
7230
+ * @public
7231
+ */
7232
+ UserName: string | undefined;
7233
+ /**
7234
+ * <p>The ARN of the managed policy that is used to set the permissions boundary for the
7235
+ * user.</p>
7236
+ * <p>A permissions boundary policy defines the maximum permissions that identity-based
7237
+ * policies can grant to an entity, but does not grant permissions. Permissions boundaries
7238
+ * do not define the maximum permissions that a resource-based policy can grant to an
7239
+ * entity. To learn more, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries
7240
+ * for IAM entities</a> in the <i>IAM User Guide</i>.</p>
7241
+ * <p>For more information about policy types, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#access_policy-types">Policy types
7242
+ * </a> in the <i>IAM User Guide</i>.</p>
7243
+ * @public
7244
+ */
7245
+ PermissionsBoundary: string | undefined;
7246
+ }
7247
+ /**
7248
+ * @public
7249
+ */
7250
+ export interface PutUserPolicyRequest {
7251
+ /**
7252
+ * <p>The name of the user to associate the policy with.</p>
7253
+ * <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
7254
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7255
+ * @public
7256
+ */
7257
+ UserName: string | undefined;
7258
+ /**
7259
+ * <p>The name of the policy document.</p>
7260
+ * <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
7261
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7262
+ * @public
7263
+ */
7264
+ PolicyName: string | undefined;
7265
+ /**
7266
+ * <p>The policy document.</p>
7267
+ * <p>You must provide policies in JSON format in IAM. However, for CloudFormation
7268
+ * templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to
7269
+ * IAM.</p>
7270
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
7271
+ * used to validate this parameter is a string of characters consisting of the following:</p>
7272
+ * <ul>
7273
+ * <li>
7274
+ * <p>Any printable ASCII
7275
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
7276
+ * </li>
7277
+ * <li>
7278
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
7279
+ * (through <code>\u00FF</code>)</p>
7280
+ * </li>
7281
+ * <li>
7282
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
7283
+ * carriage return (<code>\u000D</code>)</p>
7284
+ * </li>
7285
+ * </ul>
7286
+ * @public
7287
+ */
7288
+ PolicyDocument: string | undefined;
7289
+ }
7290
+ /**
7291
+ * @public
7292
+ */
7293
+ export interface RejectDelegationRequestRequest {
7294
+ /**
7295
+ * <p>The unique identifier of the delegation request to reject.</p>
7296
+ * @public
7297
+ */
7298
+ DelegationRequestId: string | undefined;
7299
+ /**
7300
+ * <p>Optional notes explaining the reason for rejecting the delegation request.</p>
7301
+ * @public
7302
+ */
7303
+ Notes?: string | undefined;
7304
+ }
7305
+ /**
7306
+ * @public
7307
+ */
7308
+ export interface RemoveClientIDFromOpenIDConnectProviderRequest {
7309
+ /**
7310
+ * <p>The Amazon Resource Name (ARN) of the IAM OIDC provider resource to remove the
7311
+ * client ID from. You can get a list of OIDC provider ARNs by using the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListOpenIDConnectProviders.html">ListOpenIDConnectProviders</a> operation.</p>
7312
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
7313
+ * @public
7314
+ */
7315
+ OpenIDConnectProviderArn: string | undefined;
7316
+ /**
7317
+ * <p>The client ID (also known as audience) to remove from the IAM OIDC provider
7318
+ * resource. For more information about client IDs, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_CreateOpenIDConnectProvider.html">CreateOpenIDConnectProvider</a>.</p>
7319
+ * @public
7320
+ */
7321
+ ClientID: string | undefined;
7322
+ }
7323
+ /**
7324
+ * @public
7325
+ */
7326
+ export interface RemoveRoleFromInstanceProfileRequest {
7327
+ /**
7328
+ * <p>The name of the instance profile to update.</p>
7329
+ * <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
7330
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7331
+ * @public
7332
+ */
7333
+ InstanceProfileName: string | undefined;
7334
+ /**
7335
+ * <p>The name of the role to remove.</p>
7336
+ * <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
7337
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7338
+ * @public
7339
+ */
7340
+ RoleName: string | undefined;
7341
+ }
7342
+ /**
7343
+ * @public
7344
+ */
7345
+ export interface RemoveUserFromGroupRequest {
7346
+ /**
7347
+ * <p>The name of the group to update.</p>
7348
+ * <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
7349
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7350
+ * @public
7351
+ */
7352
+ GroupName: string | undefined;
7353
+ /**
7354
+ * <p>The name of the user to remove.</p>
7355
+ * <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
7356
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7357
+ * @public
7358
+ */
7359
+ UserName: string | undefined;
7360
+ }
7361
+ /**
7362
+ * @public
7363
+ */
7364
+ export interface ResetServiceSpecificCredentialRequest {
7365
+ /**
7366
+ * <p>The name of the IAM user associated with the service-specific credential. If this
7367
+ * value is not specified, then the operation assumes the user whose credentials are used
7368
+ * to call the operation.</p>
7369
+ * <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
7370
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7371
+ * @public
7372
+ */
7373
+ UserName?: string | undefined;
7374
+ /**
7375
+ * <p>The unique identifier of the service-specific credential.</p>
7376
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
7377
+ * consist of any upper or lowercased letter or digit.</p>
7378
+ * @public
7379
+ */
7380
+ ServiceSpecificCredentialId: string | undefined;
7381
+ }
7382
+ /**
7383
+ * @public
7384
+ */
7385
+ export interface ResetServiceSpecificCredentialResponse {
7386
+ /**
7387
+ * <p>A structure with details about the updated service-specific credential, including the
7388
+ * new password.</p>
7389
+ * <important>
7390
+ * <p>This is the <b>only</b> time that you can access the
7391
+ * password. You cannot recover the password later, but you can reset it again.</p>
7392
+ * </important>
7393
+ * @public
7394
+ */
7395
+ ServiceSpecificCredential?: ServiceSpecificCredential | undefined;
7396
+ }
7397
+ /**
7398
+ * @public
7399
+ */
7400
+ export interface ResyncMFADeviceRequest {
7401
+ /**
7402
+ * <p>The name of the user whose MFA device you want to resynchronize.</p>
7403
+ * <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
7404
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7405
+ * @public
7406
+ */
7407
+ UserName: string | undefined;
7408
+ /**
7409
+ * <p>Serial number that uniquely identifies the MFA device.</p>
7410
+ * <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
7411
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
7412
+ * @public
7413
+ */
7414
+ SerialNumber: string | undefined;
7415
+ /**
7416
+ * <p>An authentication code emitted by the device.</p>
7417
+ * <p>The format for this parameter is a sequence of six digits.</p>
7418
+ * @public
7419
+ */
7420
+ AuthenticationCode1: string | undefined;
7421
+ /**
7422
+ * <p>A subsequent authentication code emitted by the device.</p>
7423
+ * <p>The format for this parameter is a sequence of six digits.</p>
7424
+ * @public
7425
+ */
7426
+ AuthenticationCode2: string | undefined;
7427
+ }
7428
+ /**
7429
+ * @public
7430
+ */
7431
+ export interface SendDelegationTokenRequest {
7432
+ /**
7433
+ * <p>The unique identifier of the delegation request for which to send the token.</p>
7434
+ * @public
7435
+ */
7436
+ DelegationRequestId: string | undefined;
7437
+ }
7438
+ /**
7439
+ * @public
7440
+ */
7441
+ export interface SetDefaultPolicyVersionRequest {
7442
+ /**
7443
+ * <p>The Amazon Resource Name (ARN) of the IAM policy whose default version you want to
7444
+ * set.</p>
7445
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
7446
+ * @public
7447
+ */
7448
+ PolicyArn: string | undefined;
7449
+ /**
7450
+ * <p>The version of the policy to set as the default (operative) version.</p>
7451
+ * <p>For more information about managed policy versions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/policies-managed-versions.html">Versioning for managed
7452
+ * policies</a> in the <i>IAM User Guide</i>.</p>
7453
+ * @public
7454
+ */
7455
+ VersionId: string | undefined;
7456
+ }
7457
+ /**
7458
+ * @public
7459
+ */
7460
+ export interface SetSecurityTokenServicePreferencesRequest {
7461
+ /**
7462
+ * <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
7463
+ * manually enabled Regions, such as Asia Pacific (Hong Kong). Version 2 tokens are valid
7464
+ * in all Regions. However, version 2 tokens are longer and might affect systems where you
7465
+ * temporarily store tokens.</p>
7466
+ * <p>For information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html">Activating and
7467
+ * deactivating STS in an Amazon Web Services Region</a> in the
7468
+ * <i>IAM User Guide</i>.</p>
7469
+ * @public
7470
+ */
7471
+ GlobalEndpointTokenVersion: GlobalEndpointTokenVersion | undefined;
7472
+ }
7473
+ /**
7474
+ * <p>Contains information about a condition context key. It includes the name of the key and
7475
+ * specifies the value (or values, if the context key supports multiple values) to use in the
7476
+ * simulation. This information is used when evaluating the <code>Condition</code> elements of
7477
+ * the input policies.</p>
7478
+ * <p>This data type is used as an input parameter to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html">SimulateCustomPolicy</a>
7479
+ * and <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html">SimulatePrincipalPolicy</a>.</p>
7480
+ * @public
7481
+ */
7482
+ export interface ContextEntry {
7483
+ /**
7484
+ * <p>The full name of a condition context key, including the service prefix. For example,
7485
+ * <code>aws:SourceIp</code> or <code>s3:VersionId</code>.</p>
7486
+ * @public
7487
+ */
7488
+ ContextKeyName?: string | undefined;
7489
+ /**
7490
+ * <p>The value (or values, if the condition context key supports multiple values) to provide
7491
+ * to the simulation when the key is referenced by a <code>Condition</code> element in an
7492
+ * input policy.</p>
7493
+ * @public
7494
+ */
7495
+ ContextKeyValues?: string[] | undefined;
7496
+ /**
7497
+ * <p>The data type of the value (or values) specified in the <code>ContextKeyValues</code>
7498
+ * parameter.</p>
7499
+ * @public
7500
+ */
7501
+ ContextKeyType?: ContextKeyTypeEnum | undefined;
7502
+ }
7503
+ /**
7504
+ * @public
7505
+ */
7506
+ export interface SimulateCustomPolicyRequest {
7507
+ /**
7508
+ * <p>A list of policy documents to include in the simulation. Each document is specified as
7509
+ * a string containing the complete, valid JSON text of an IAM policy. Do not include any
7510
+ * resource-based policies in this parameter. Any resource-based policy must be submitted
7511
+ * with the <code>ResourcePolicy</code> parameter. The policies cannot be "scope-down"
7512
+ * policies, such as you could include in a call to <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetFederationToken.html">GetFederationToken</a> or one of
7513
+ * the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_AssumeRole.html">AssumeRole</a> API operations. In other words, do not use policies designed to
7514
+ * restrict what a user can do while using the temporary credentials.</p>
7515
+ * <p>The maximum length of the policy document that you can pass in this operation,
7516
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
7517
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
7518
+ * used to validate this parameter is a string of characters consisting of the following:</p>
7519
+ * <ul>
7520
+ * <li>
7521
+ * <p>Any printable ASCII
7522
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
7523
+ * </li>
7524
+ * <li>
7525
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
7526
+ * (through <code>\u00FF</code>)</p>
7527
+ * </li>
7528
+ * <li>
7529
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
7530
+ * carriage return (<code>\u000D</code>)</p>
7531
+ * </li>
7532
+ * </ul>
7533
+ * @public
7534
+ */
7535
+ PolicyInputList: string[] | undefined;
7536
+ /**
7537
+ * <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the
7538
+ * maximum permissions that an IAM entity can have. You can input only one permissions
7539
+ * boundary when you pass a policy to this operation. For more information about
7540
+ * permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
7541
+ * entities</a> in the <i>IAM User Guide</i>. The policy input is
7542
+ * specified as a string that contains the complete, valid JSON text of a permissions
7543
+ * boundary policy.</p>
7544
+ * <p>The maximum length of the policy document that you can pass in this operation,
7545
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
7546
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
7547
+ * used to validate this parameter is a string of characters consisting of the following:</p>
7548
+ * <ul>
7549
+ * <li>
7550
+ * <p>Any printable ASCII
7551
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
7552
+ * </li>
7553
+ * <li>
7554
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
7555
+ * (through <code>\u00FF</code>)</p>
7556
+ * </li>
7557
+ * <li>
7558
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
7559
+ * carriage return (<code>\u000D</code>)</p>
7560
+ * </li>
7561
+ * </ul>
7562
+ * @public
7563
+ */
7564
+ PermissionsBoundaryPolicyInputList?: string[] | undefined;
7565
+ /**
7566
+ * <p>A list of names of API operations to evaluate in the simulation. Each operation is
7567
+ * evaluated against each resource. Each operation must include the service identifier,
7568
+ * such as <code>iam:CreateUser</code>. This operation does not support using wildcards (*)
7569
+ * in an action name.</p>
7570
+ * @public
7571
+ */
7572
+ ActionNames: string[] | undefined;
7573
+ /**
7574
+ * <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is
7575
+ * not provided, then the value defaults to <code>*</code> (all resources). Each API in the
7576
+ * <code>ActionNames</code> parameter is evaluated for each resource in this list. The
7577
+ * simulation determines the access result (allowed or denied) of each combination and
7578
+ * reports it in the response. You can simulate resources that don't exist in your
7579
+ * account.</p>
7580
+ * <p>The simulation does not automatically retrieve policies for the specified resources.
7581
+ * If you want to include a resource policy in the simulation, then you must include the
7582
+ * policy as a string in the <code>ResourcePolicy</code> parameter.</p>
7583
+ * <p>If you include a <code>ResourcePolicy</code>, then it must be applicable to all of the
7584
+ * resources included in the simulation or you receive an invalid input error.</p>
7585
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
7586
+ * <note>
7587
+ * <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
7588
+ * </note>
7589
+ * @public
7590
+ */
7591
+ ResourceArns?: string[] | undefined;
7592
+ /**
7593
+ * <p>A resource-based policy to include in the simulation provided as a string. Each
7594
+ * resource in the simulation is treated as if it had this policy attached. You can include
7595
+ * only one resource-based policy in a simulation.</p>
7596
+ * <p>The maximum length of the policy document that you can pass in this operation,
7597
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
7598
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
7599
+ * used to validate this parameter is a string of characters consisting of the following:</p>
7600
+ * <ul>
7601
+ * <li>
7602
+ * <p>Any printable ASCII
7603
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
7604
+ * </li>
7605
+ * <li>
7606
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
7607
+ * (through <code>\u00FF</code>)</p>
7608
+ * </li>
7609
+ * <li>
7610
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
7611
+ * carriage return (<code>\u000D</code>)</p>
7612
+ * </li>
7613
+ * </ul>
7614
+ * <note>
7615
+ * <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
7616
+ * </note>
7617
+ * @public
7618
+ */
7619
+ ResourcePolicy?: string | undefined;
7620
+ /**
7621
+ * <p>An ARN representing the Amazon Web Services account ID that specifies the owner of any simulated
7622
+ * resource that does not identify its owner in the resource ARN. Examples of resource ARNs
7623
+ * include an S3 bucket or object. If <code>ResourceOwner</code> is specified, it is also
7624
+ * used as the account owner of any <code>ResourcePolicy</code> included in the simulation.
7625
+ * If the <code>ResourceOwner</code> parameter is not specified, then the owner of the
7626
+ * resources and the resource policy defaults to the account of the identity provided in
7627
+ * <code>CallerArn</code>. This parameter is required only if you specify a
7628
+ * resource-based policy and account that owns the resource is different from the account
7629
+ * that owns the simulated calling user <code>CallerArn</code>.</p>
7630
+ * <p>The ARN for an account uses the following syntax:
7631
+ * <code>arn:aws:iam::<i>AWS-account-ID</i>:root</code>. For example,
7632
+ * to represent the account with the 112233445566 ID, use the following ARN:
7633
+ * <code>arn:aws:iam::112233445566-ID:root</code>. </p>
7634
+ * @public
7635
+ */
7636
+ ResourceOwner?: string | undefined;
7637
+ /**
7638
+ * <p>The ARN of the IAM user that you want to use as the simulated caller of the API
7639
+ * operations. <code>CallerArn</code> is required if you include a
7640
+ * <code>ResourcePolicy</code> so that the policy's <code>Principal</code> element has
7641
+ * a value to use in evaluating the policy.</p>
7642
+ * <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an
7643
+ * assumed role, federated user, or a service principal.</p>
7644
+ * @public
7645
+ */
7646
+ CallerArn?: string | undefined;
7647
+ /**
7648
+ * <p>A list of context keys and corresponding values for the simulation to use. Whenever a
7649
+ * context key is evaluated in one of the simulated IAM permissions policies, the
7650
+ * corresponding value is supplied.</p>
7651
+ * @public
7652
+ */
7653
+ ContextEntries?: ContextEntry[] | undefined;
7654
+ /**
7655
+ * <p>Specifies the type of simulation to run. Different API operations that support
7656
+ * resource-based policies require different combinations of resources. By specifying the
7657
+ * type of simulation to run, you enable the policy simulator to enforce the presence of
7658
+ * the required resources to ensure reliable simulation results. If your simulation does
7659
+ * not match one of the following scenarios, then you can omit this parameter. The
7660
+ * following list shows each of the supported scenario values and the resources that you
7661
+ * must define to run the simulation.</p>
7662
+ * <p>Each of the Amazon EC2 scenarios requires that you specify instance, image, and security
7663
+ * group resources. If your scenario includes an EBS volume, then you must specify that
7664
+ * volume as a resource. If the Amazon EC2 scenario includes VPC, then you must supply the
7665
+ * network interface resource. If it includes an IP subnet, then you must specify the
7666
+ * subnet resource. For more information on the Amazon EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p>
7667
+ * <ul>
7668
+ * <li>
7669
+ * <p>
7670
+ * <b>EC2-VPC-InstanceStore</b>
7671
+ * </p>
7672
+ * <p>instance, image, security group, network interface</p>
7673
+ * </li>
7674
+ * <li>
7675
+ * <p>
7676
+ * <b>EC2-VPC-InstanceStore-Subnet</b>
7677
+ * </p>
7678
+ * <p>instance, image, security group, network interface, subnet</p>
7679
+ * </li>
7680
+ * <li>
7681
+ * <p>
7682
+ * <b>EC2-VPC-EBS</b>
7683
+ * </p>
7684
+ * <p>instance, image, security group, network interface, volume</p>
7685
+ * </li>
7686
+ * <li>
7687
+ * <p>
7688
+ * <b>EC2-VPC-EBS-Subnet</b>
7689
+ * </p>
7690
+ * <p>instance, image, security group, network interface, subnet, volume</p>
7691
+ * </li>
7692
+ * </ul>
7693
+ * @public
7694
+ */
7695
+ ResourceHandlingOption?: string | undefined;
7696
+ /**
7697
+ * <p>Use this only when paginating results to indicate the
7698
+ * maximum number of items you want in the response. If additional items exist beyond the maximum
7699
+ * you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p>
7700
+ * <p>If you do not include this parameter, the number of items defaults to 100. Note that
7701
+ * IAM might return fewer results, even when there are more results available. In that case, the
7702
+ * <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code>
7703
+ * contains a value to include in the subsequent call that tells the service where to continue
7704
+ * from.</p>
7705
+ * @public
7706
+ */
7707
+ MaxItems?: number | undefined;
7708
+ /**
7709
+ * <p>Use this parameter only when paginating results and only after
7710
+ * you receive a response indicating that the results are truncated. Set it to the value of the
7711
+ * <code>Marker</code> element in the response that you received to indicate where the next call
7712
+ * should start.</p>
7713
+ * @public
7714
+ */
7715
+ Marker?: string | undefined;
7716
+ }
7717
+ /**
7718
+ * <p>Contains the row and column of a location of a <code>Statement</code> element in a
7719
+ * policy document.</p>
7720
+ * <p>This data type is used as a member of the <code>
7721
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_Statement.html">Statement</a>
7722
+ * </code> type.</p>
7723
+ * @public
7724
+ */
7725
+ export interface Position {
7726
+ /**
7727
+ * <p>The line containing the specified position in the document.</p>
7728
+ * @public
7729
+ */
7730
+ Line?: number | undefined;
7731
+ /**
7732
+ * <p>The column in the line containing the specified position in the document.</p>
7733
+ * @public
7734
+ */
7735
+ Column?: number | undefined;
7736
+ }
7737
+ /**
7738
+ * <p>Contains a reference to a <code>Statement</code> element in a policy document that
7739
+ * determines the result of the simulation.</p>
7740
+ * <p>This data type is used by the <code>MatchedStatements</code> member of the <code>
7741
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_EvaluationResult.html">EvaluationResult</a>
7742
+ * </code> type.</p>
7743
+ * @public
7744
+ */
7745
+ export interface Statement {
7746
+ /**
7747
+ * <p>The identifier of the policy that was provided as an input.</p>
7748
+ * @public
7749
+ */
7750
+ SourcePolicyId?: string | undefined;
7751
+ /**
7752
+ * <p>The type of the policy.</p>
7753
+ * @public
7754
+ */
7755
+ SourcePolicyType?: PolicySourceType | undefined;
7756
+ /**
7757
+ * <p>The row and column of the beginning of the <code>Statement</code> in an IAM
7758
+ * policy.</p>
7759
+ * @public
7760
+ */
7761
+ StartPosition?: Position | undefined;
7762
+ /**
7763
+ * <p>The row and column of the end of a <code>Statement</code> in an IAM policy.</p>
7764
+ * @public
7765
+ */
7766
+ EndPosition?: Position | undefined;
7767
+ }
7768
+ /**
7769
+ * <p>Contains information about the effect that Organizations has on a policy simulation.</p>
7770
+ * @public
7771
+ */
7772
+ export interface OrganizationsDecisionDetail {
7773
+ /**
7774
+ * <p>Specifies whether the simulated operation is allowed by the Organizations service control
7775
+ * policies that impact the simulated user's account.</p>
7776
+ * @public
7777
+ */
7778
+ AllowedByOrganizations?: boolean | undefined;
7779
+ }
7780
+ /**
7781
+ * <p>Contains information about the effect that a permissions boundary has on a policy
7782
+ * simulation when the boundary is applied to an IAM entity.</p>
7783
+ * @public
7784
+ */
7785
+ export interface PermissionsBoundaryDecisionDetail {
7786
+ /**
7787
+ * <p>Specifies whether an action is allowed by a permissions boundary that is applied to an
7788
+ * IAM entity (user or role). A value of <code>true</code> means that the permissions
7789
+ * boundary does not deny the action. This means that the policy includes an
7790
+ * <code>Allow</code> statement that matches the request. In this case, if an
7791
+ * identity-based policy also allows the action, the request is allowed. A value of
7792
+ * <code>false</code> means that either the requested action is not allowed (implicitly
7793
+ * denied) or that the action is explicitly denied by the permissions boundary. In both of
7794
+ * these cases, the action is not allowed, regardless of the identity-based policy.</p>
7795
+ * @public
7796
+ */
7797
+ AllowedByPermissionsBoundary?: boolean | undefined;
7798
+ }
7799
+ /**
7800
+ * <p>Contains the result of the simulation of a single API operation call on a single
7801
+ * resource.</p>
7802
+ * <p>This data type is used by a member of the <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_EvaluationResult.html">EvaluationResult</a> data
7803
+ * type.</p>
7804
+ * @public
7805
+ */
7806
+ export interface ResourceSpecificResult {
7807
+ /**
7808
+ * <p>The name of the simulated resource, in Amazon Resource Name (ARN) format.</p>
7809
+ * @public
7810
+ */
7811
+ EvalResourceName: string | undefined;
7812
+ /**
7813
+ * <p>The result of the simulation of the simulated API operation on the resource specified in
7814
+ * <code>EvalResourceName</code>.</p>
7815
+ * @public
7816
+ */
7817
+ EvalResourceDecision: PolicyEvaluationDecisionType | undefined;
7818
+ /**
7819
+ * <p>A list of the statements in the input policies that determine the result for this part
7820
+ * of the simulation. Remember that even if multiple statements allow the operation on the
7821
+ * resource, if <i>any</i> statement denies that operation, then the explicit
7822
+ * deny overrides any allow. In addition, the deny statement is the only entry included in the
7823
+ * result.</p>
7824
+ * @public
7825
+ */
7826
+ MatchedStatements?: Statement[] | undefined;
7827
+ /**
7828
+ * <p>A list of context keys that are required by the included input policies but that were
7829
+ * not provided by one of the input parameters. This list is used when a list of ARNs is
7830
+ * included in the <code>ResourceArns</code> parameter instead of "*". If you do not specify
7831
+ * individual resources, by setting <code>ResourceArns</code> to "*" or by not including the
7832
+ * <code>ResourceArns</code> parameter, then any missing context values are instead
7833
+ * included under the <code>EvaluationResults</code> section. To discover the context keys
7834
+ * used by a set of policies, you can call <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html">GetContextKeysForCustomPolicy</a> or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html">GetContextKeysForPrincipalPolicy</a>.</p>
7835
+ * @public
7836
+ */
7837
+ MissingContextValues?: string[] | undefined;
7838
+ /**
7839
+ * <p>Additional details about the results of the evaluation decision on a single resource.
7840
+ * This parameter is returned only for cross-account simulations. This parameter explains how
7841
+ * each policy type contributes to the resource-specific evaluation decision.</p>
7842
+ * @public
7843
+ */
7844
+ EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType> | undefined;
7845
+ /**
7846
+ * <p>Contains information about the effect that a permissions boundary has on a policy
7847
+ * simulation when that boundary is applied to an IAM entity.</p>
7848
+ * @public
7849
+ */
7850
+ PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail | undefined;
7851
+ }
7852
+ /**
7853
+ * <p>Contains the results of a simulation.</p>
7854
+ * <p>This data type is used by the return parameter of <code>
7855
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html">SimulateCustomPolicy</a>
7856
+ * </code> and <code>
7857
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html">SimulatePrincipalPolicy</a>
7858
+ * </code>.</p>
7859
+ * @public
7860
+ */
7861
+ export interface EvaluationResult {
7862
+ /**
7863
+ * <p>The name of the API operation tested on the indicated resource.</p>
7864
+ * @public
7865
+ */
7866
+ EvalActionName: string | undefined;
7867
+ /**
7868
+ * <p>The ARN of the resource that the indicated API operation was tested on.</p>
7869
+ * @public
7870
+ */
7871
+ EvalResourceName?: string | undefined;
7872
+ /**
7873
+ * <p>The result of the simulation.</p>
7874
+ * @public
7875
+ */
7876
+ EvalDecision: PolicyEvaluationDecisionType | undefined;
7877
+ /**
7878
+ * <p>A list of the statements in the input policies that determine the result for this
7879
+ * scenario. Remember that even if multiple statements allow the operation on the resource, if
7880
+ * only one statement denies that operation, then the explicit deny overrides any allow. In
7881
+ * addition, the deny statement is the only entry included in the result.</p>
7882
+ * @public
7883
+ */
7884
+ MatchedStatements?: Statement[] | undefined;
7885
+ /**
7886
+ * <p>A list of context keys that are required by the included input policies but that were
7887
+ * not provided by one of the input parameters. This list is used when the resource in a
7888
+ * simulation is "*", either explicitly, or when the <code>ResourceArns</code> parameter
7889
+ * blank. If you include a list of resources, then any missing context values are instead
7890
+ * included under the <code>ResourceSpecificResults</code> section. To discover the context
7891
+ * keys used by a set of policies, you can call <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForCustomPolicy.html">GetContextKeysForCustomPolicy</a> or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetContextKeysForPrincipalPolicy.html">GetContextKeysForPrincipalPolicy</a>.</p>
7892
+ * @public
7893
+ */
7894
+ MissingContextValues?: string[] | undefined;
7895
+ /**
7896
+ * <p>A structure that details how Organizations and its service control policies affect the results of
7897
+ * the simulation. Only applies if the simulated user's account is part of an
7898
+ * organization.</p>
7899
+ * @public
7900
+ */
7901
+ OrganizationsDecisionDetail?: OrganizationsDecisionDetail | undefined;
7902
+ /**
7903
+ * <p>Contains information about the effect that a permissions boundary has on a policy
7904
+ * simulation when the boundary is applied to an IAM entity.</p>
7905
+ * @public
7906
+ */
7907
+ PermissionsBoundaryDecisionDetail?: PermissionsBoundaryDecisionDetail | undefined;
7908
+ /**
7909
+ * <p>Additional details about the results of the cross-account evaluation decision. This
7910
+ * parameter is populated for only cross-account simulations. It contains a brief summary of
7911
+ * how each policy type contributes to the final evaluation decision.</p>
7912
+ * <p>If the simulation evaluates policies within the same account and includes a resource
7913
+ * ARN, then the parameter is present but the response is empty. If the simulation evaluates
7914
+ * policies within the same account and specifies all resources (<code>*</code>), then the
7915
+ * parameter is not returned.</p>
7916
+ * <p>When you make a cross-account request, Amazon Web Services evaluates the request in the trusting
7917
+ * account and the trusted account. The request is allowed only if both evaluations return
7918
+ * <code>true</code>. For more information about how policies are evaluated, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_evaluation-logic.html#policy-eval-basics">Evaluating policies within a single account</a>.</p>
7919
+ * <p>If an Organizations SCP included in the evaluation denies access, the simulation ends. In
7920
+ * this case, policy evaluation does not proceed any further and this parameter is not
7921
+ * returned.</p>
7922
+ * @public
7923
+ */
7924
+ EvalDecisionDetails?: Record<string, PolicyEvaluationDecisionType> | undefined;
7925
+ /**
7926
+ * <p>The individual results of the simulation of the API operation specified in
7927
+ * EvalActionName on each resource.</p>
7928
+ * @public
7929
+ */
7930
+ ResourceSpecificResults?: ResourceSpecificResult[] | undefined;
7931
+ }
7932
+ /**
7933
+ * <p>Contains the response to a successful <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulatePrincipalPolicy.html">SimulatePrincipalPolicy</a> or <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_SimulateCustomPolicy.html">SimulateCustomPolicy</a>
7934
+ * request.</p>
7935
+ * @public
7936
+ */
7937
+ export interface SimulatePolicyResponse {
7938
+ /**
7939
+ * <p>The results of the simulation.</p>
7940
+ * @public
7941
+ */
7942
+ EvaluationResults?: EvaluationResult[] | undefined;
7943
+ /**
7944
+ * <p>A flag that indicates whether there are more items to return. If your
7945
+ * results were truncated, you can make a subsequent pagination request using the <code>Marker</code>
7946
+ * request parameter to retrieve more items. Note that IAM might return fewer than the
7947
+ * <code>MaxItems</code> number of results even when there are more results available. We recommend
7948
+ * that you check <code>IsTruncated</code> after every call to ensure that you receive all your
7949
+ * results.</p>
7950
+ * @public
7951
+ */
7952
+ IsTruncated?: boolean | undefined;
7953
+ /**
7954
+ * <p>When <code>IsTruncated</code> is <code>true</code>, this element
7955
+ * is present and contains the value to use for the <code>Marker</code> parameter in a subsequent
7956
+ * pagination request.</p>
7957
+ * @public
7958
+ */
7959
+ Marker?: string | undefined;
7960
+ }
7961
+ /**
7962
+ * @public
7963
+ */
7964
+ export interface SimulatePrincipalPolicyRequest {
7965
+ /**
7966
+ * <p>The Amazon Resource Name (ARN) of a user, group, or role whose policies you want to
7967
+ * include in the simulation. If you specify a user, group, or role, the simulation
7968
+ * includes all policies that are associated with that entity. If you specify a user, the
7969
+ * simulation also includes all policies that are attached to any groups the user belongs
7970
+ * to.</p>
7971
+ * <p>The maximum length of the policy document that you can pass in this operation,
7972
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
7973
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
7974
+ * @public
7975
+ */
7976
+ PolicySourceArn: string | undefined;
7977
+ /**
7978
+ * <p>An optional list of additional policy documents to include in the simulation. Each
7979
+ * document is specified as a string containing the complete, valid JSON text of an IAM
7980
+ * policy.</p>
7981
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
7982
+ * used to validate this parameter is a string of characters consisting of the following:</p>
7983
+ * <ul>
7984
+ * <li>
7985
+ * <p>Any printable ASCII
7986
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
7987
+ * </li>
7988
+ * <li>
7989
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
7990
+ * (through <code>\u00FF</code>)</p>
7991
+ * </li>
7992
+ * <li>
7993
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
7994
+ * carriage return (<code>\u000D</code>)</p>
7995
+ * </li>
7996
+ * </ul>
7997
+ * @public
7998
+ */
7999
+ PolicyInputList?: string[] | undefined;
8000
+ /**
8001
+ * <p>The IAM permissions boundary policy to simulate. The permissions boundary sets the
8002
+ * maximum permissions that the entity can have. You can input only one permissions
8003
+ * boundary when you pass a policy to this operation. An IAM entity can only have one
8004
+ * permissions boundary in effect at a time. For example, if a permissions boundary is
8005
+ * attached to an entity and you pass in a different permissions boundary policy using this
8006
+ * parameter, then the new permissions boundary policy is used for the simulation. For more
8007
+ * information about permissions boundaries, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_boundaries.html">Permissions boundaries for IAM
8008
+ * entities</a> in the <i>IAM User Guide</i>. The policy input is
8009
+ * specified as a string containing the complete, valid JSON text of a permissions boundary
8010
+ * policy.</p>
8011
+ * <p>The maximum length of the policy document that you can pass in this operation,
8012
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
8013
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
8014
+ * used to validate this parameter is a string of characters consisting of the following:</p>
8015
+ * <ul>
8016
+ * <li>
8017
+ * <p>Any printable ASCII
8018
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
8019
+ * </li>
8020
+ * <li>
8021
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
8022
+ * (through <code>\u00FF</code>)</p>
8023
+ * </li>
8024
+ * <li>
8025
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
8026
+ * carriage return (<code>\u000D</code>)</p>
8027
+ * </li>
8028
+ * </ul>
8029
+ * @public
8030
+ */
8031
+ PermissionsBoundaryPolicyInputList?: string[] | undefined;
8032
+ /**
8033
+ * <p>A list of names of API operations to evaluate in the simulation. Each operation is
8034
+ * evaluated for each resource. Each operation must include the service identifier, such as
8035
+ * <code>iam:CreateUser</code>.</p>
8036
+ * @public
8037
+ */
8038
+ ActionNames: string[] | undefined;
8039
+ /**
8040
+ * <p>A list of ARNs of Amazon Web Services resources to include in the simulation. If this parameter is
8041
+ * not provided, then the value defaults to <code>*</code> (all resources). Each API in the
8042
+ * <code>ActionNames</code> parameter is evaluated for each resource in this list. The
8043
+ * simulation determines the access result (allowed or denied) of each combination and
8044
+ * reports it in the response. You can simulate resources that don't exist in your
8045
+ * account.</p>
8046
+ * <p>The simulation does not automatically retrieve policies for the specified resources.
8047
+ * If you want to include a resource policy in the simulation, then you must include the
8048
+ * policy as a string in the <code>ResourcePolicy</code> parameter.</p>
8049
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
8050
+ * <note>
8051
+ * <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
8052
+ * </note>
8053
+ * @public
8054
+ */
8055
+ ResourceArns?: string[] | undefined;
8056
+ /**
8057
+ * <p>A resource-based policy to include in the simulation provided as a string. Each
8058
+ * resource in the simulation is treated as if it had this policy attached. You can include
8059
+ * only one resource-based policy in a simulation.</p>
8060
+ * <p>The maximum length of the policy document that you can pass in this operation,
8061
+ * including whitespace, is listed below. To view the maximum character counts of a managed policy with no whitespaces, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-quotas.html#reference_iam-quotas-entity-length">IAM and STS character quotas</a>.</p>
8062
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
8063
+ * used to validate this parameter is a string of characters consisting of the following:</p>
8064
+ * <ul>
8065
+ * <li>
8066
+ * <p>Any printable ASCII
8067
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
8068
+ * </li>
8069
+ * <li>
8070
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
8071
+ * (through <code>\u00FF</code>)</p>
8072
+ * </li>
8073
+ * <li>
8074
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
8075
+ * carriage return (<code>\u000D</code>)</p>
8076
+ * </li>
8077
+ * </ul>
8078
+ * <note>
8079
+ * <p>Simulation of resource-based policies isn't supported for IAM roles.</p>
8080
+ * </note>
8081
+ * @public
8082
+ */
8083
+ ResourcePolicy?: string | undefined;
8084
+ /**
8085
+ * <p>An Amazon Web Services account ID that specifies the owner of any simulated resource that does not
8086
+ * identify its owner in the resource ARN. Examples of resource ARNs include an S3 bucket
8087
+ * or object. If <code>ResourceOwner</code> is specified, it is also used as the account
8088
+ * owner of any <code>ResourcePolicy</code> included in the simulation. If the
8089
+ * <code>ResourceOwner</code> parameter is not specified, then the owner of the
8090
+ * resources and the resource policy defaults to the account of the identity provided in
8091
+ * <code>CallerArn</code>. This parameter is required only if you specify a
8092
+ * resource-based policy and account that owns the resource is different from the account
8093
+ * that owns the simulated calling user <code>CallerArn</code>.</p>
8094
+ * @public
8095
+ */
8096
+ ResourceOwner?: string | undefined;
8097
+ /**
8098
+ * <p>The ARN of the IAM user that you want to specify as the simulated caller of the API
8099
+ * operations. If you do not specify a <code>CallerArn</code>, it defaults to the ARN of
8100
+ * the user that you specify in <code>PolicySourceArn</code>, if you specified a user. If
8101
+ * you include both a <code>PolicySourceArn</code> (for example,
8102
+ * <code>arn:aws:iam::123456789012:user/David</code>) and a <code>CallerArn</code> (for
8103
+ * example, <code>arn:aws:iam::123456789012:user/Bob</code>), the result is that you
8104
+ * simulate calling the API operations as Bob, as if Bob had David's policies.</p>
8105
+ * <p>You can specify only the ARN of an IAM user. You cannot specify the ARN of an
8106
+ * assumed role, federated user, or a service principal.</p>
8107
+ * <p>
8108
+ * <code>CallerArn</code> is required if you include a <code>ResourcePolicy</code> and
8109
+ * the <code>PolicySourceArn</code> is not the ARN for an IAM user. This is required so
8110
+ * that the resource-based policy's <code>Principal</code> element has a value to use in
8111
+ * evaluating the policy.</p>
8112
+ * <p>For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i>.</p>
8113
+ * @public
8114
+ */
8115
+ CallerArn?: string | undefined;
8116
+ /**
8117
+ * <p>A list of context keys and corresponding values for the simulation to use. Whenever a
8118
+ * context key is evaluated in one of the simulated IAM permissions policies, the
8119
+ * corresponding value is supplied.</p>
8120
+ * @public
8121
+ */
8122
+ ContextEntries?: ContextEntry[] | undefined;
8123
+ /**
8124
+ * <p>Specifies the type of simulation to run. Different API operations that support
8125
+ * resource-based policies require different combinations of resources. By specifying the
8126
+ * type of simulation to run, you enable the policy simulator to enforce the presence of
8127
+ * the required resources to ensure reliable simulation results. If your simulation does
8128
+ * not match one of the following scenarios, then you can omit this parameter. The
8129
+ * following list shows each of the supported scenario values and the resources that you
8130
+ * must define to run the simulation.</p>
8131
+ * <p>Each of the Amazon EC2 scenarios requires that you specify instance, image, and security
8132
+ * group resources. If your scenario includes an EBS volume, then you must specify that
8133
+ * volume as a resource. If the Amazon EC2 scenario includes VPC, then you must supply the
8134
+ * network interface resource. If it includes an IP subnet, then you must specify the
8135
+ * subnet resource. For more information on the Amazon EC2 scenario options, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-supported-platforms.html">Supported platforms</a> in the <i>Amazon EC2 User Guide</i>.</p>
8136
+ * <ul>
8137
+ * <li>
8138
+ * <p>
8139
+ * <b>EC2-VPC-InstanceStore</b>
8140
+ * </p>
8141
+ * <p>instance, image, security group, network interface</p>
8142
+ * </li>
8143
+ * <li>
8144
+ * <p>
8145
+ * <b>EC2-VPC-InstanceStore-Subnet</b>
8146
+ * </p>
8147
+ * <p>instance, image, security group, network interface, subnet</p>
8148
+ * </li>
8149
+ * <li>
8150
+ * <p>
8151
+ * <b>EC2-VPC-EBS</b>
8152
+ * </p>
8153
+ * <p>instance, image, security group, network interface, volume</p>
8154
+ * </li>
8155
+ * <li>
8156
+ * <p>
8157
+ * <b>EC2-VPC-EBS-Subnet</b>
8158
+ * </p>
8159
+ * <p>instance, image, security group, network interface, subnet, volume</p>
8160
+ * </li>
8161
+ * </ul>
8162
+ * @public
8163
+ */
8164
+ ResourceHandlingOption?: string | undefined;
8165
+ /**
8166
+ * <p>Use this only when paginating results to indicate the
8167
+ * maximum number of items you want in the response. If additional items exist beyond the maximum
8168
+ * you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p>
8169
+ * <p>If you do not include this parameter, the number of items defaults to 100. Note that
8170
+ * IAM might return fewer results, even when there are more results available. In that case, the
8171
+ * <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code>
8172
+ * contains a value to include in the subsequent call that tells the service where to continue
8173
+ * from.</p>
8174
+ * @public
8175
+ */
8176
+ MaxItems?: number | undefined;
8177
+ /**
8178
+ * <p>Use this parameter only when paginating results and only after
8179
+ * you receive a response indicating that the results are truncated. Set it to the value of the
8180
+ * <code>Marker</code> element in the response that you received to indicate where the next call
8181
+ * should start.</p>
8182
+ * @public
8183
+ */
8184
+ Marker?: string | undefined;
8185
+ }
8186
+ /**
8187
+ * @public
8188
+ */
8189
+ export interface TagInstanceProfileRequest {
8190
+ /**
8191
+ * <p>The name of the IAM instance profile to which you want to add tags.</p>
8192
+ * <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
8193
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8194
+ * @public
8195
+ */
8196
+ InstanceProfileName: string | undefined;
8197
+ /**
8198
+ * <p>The list of tags that you want to attach to the IAM instance profile.
8199
+ * Each tag consists of a key name and an associated value.</p>
8200
+ * @public
8201
+ */
8202
+ Tags: Tag[] | undefined;
8203
+ }
8204
+ /**
8205
+ * @public
8206
+ */
8207
+ export interface TagMFADeviceRequest {
8208
+ /**
8209
+ * <p>The unique identifier for the IAM virtual MFA device to which you want to add tags.
8210
+ * For virtual MFA devices, the serial number is the same as the ARN.</p>
8211
+ * <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
8212
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8213
+ * @public
8214
+ */
8215
+ SerialNumber: string | undefined;
8216
+ /**
8217
+ * <p>The list of tags that you want to attach to the IAM virtual MFA device.
8218
+ * Each tag consists of a key name and an associated value.</p>
8219
+ * @public
8220
+ */
8221
+ Tags: Tag[] | undefined;
8222
+ }
8223
+ /**
8224
+ * @public
8225
+ */
8226
+ export interface TagOpenIDConnectProviderRequest {
8227
+ /**
8228
+ * <p>The ARN of the OIDC identity provider in IAM to which you want to add tags.</p>
8229
+ * <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
8230
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8231
+ * @public
8232
+ */
8233
+ OpenIDConnectProviderArn: string | undefined;
8234
+ /**
8235
+ * <p>The list of tags that you want to attach to the OIDC identity provider in IAM.
8236
+ * Each tag consists of a key name and an associated value.</p>
8237
+ * @public
8238
+ */
8239
+ Tags: Tag[] | undefined;
8240
+ }
8241
+ /**
8242
+ * @public
8243
+ */
8244
+ export interface TagPolicyRequest {
8245
+ /**
8246
+ * <p>The ARN of the IAM customer managed policy to which you want to add tags.</p>
8247
+ * <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
8248
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8249
+ * @public
8250
+ */
8251
+ PolicyArn: string | undefined;
8252
+ /**
8253
+ * <p>The list of tags that you want to attach to the IAM customer managed policy.
8254
+ * Each tag consists of a key name and an associated value.</p>
8255
+ * @public
8256
+ */
8257
+ Tags: Tag[] | undefined;
8258
+ }
8259
+ /**
8260
+ * @public
8261
+ */
8262
+ export interface TagRoleRequest {
8263
+ /**
8264
+ * <p>The name of the IAM role to which you want to add tags.</p>
8265
+ * <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric
8266
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8267
+ * @public
8268
+ */
8269
+ RoleName: string | undefined;
8270
+ /**
8271
+ * <p>The list of tags that you want to attach to the IAM role. Each tag consists of a key name and an associated value.</p>
8272
+ * @public
8273
+ */
8274
+ Tags: Tag[] | undefined;
8275
+ }
8276
+ /**
8277
+ * @public
8278
+ */
8279
+ export interface TagSAMLProviderRequest {
8280
+ /**
8281
+ * <p>The ARN of the SAML identity provider in IAM to which you want to add tags.</p>
8282
+ * <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
8283
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8284
+ * @public
8285
+ */
8286
+ SAMLProviderArn: string | undefined;
8287
+ /**
8288
+ * <p>The list of tags that you want to attach to the SAML identity provider in IAM.
8289
+ * Each tag consists of a key name and an associated value.</p>
8290
+ * @public
8291
+ */
8292
+ Tags: Tag[] | undefined;
8293
+ }
8294
+ /**
8295
+ * @public
8296
+ */
8297
+ export interface TagServerCertificateRequest {
8298
+ /**
8299
+ * <p>The name of the IAM server certificate to which you want to add tags.</p>
8300
+ * <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
8301
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8302
+ * @public
8303
+ */
8304
+ ServerCertificateName: string | undefined;
8305
+ /**
8306
+ * <p>The list of tags that you want to attach to the IAM server certificate.
8307
+ * Each tag consists of a key name and an associated value.</p>
8308
+ * @public
8309
+ */
8310
+ Tags: Tag[] | undefined;
8311
+ }
8312
+ /**
8313
+ * @public
8314
+ */
8315
+ export interface TagUserRequest {
8316
+ /**
8317
+ * <p>The name of the IAM user to which you want to add tags.</p>
8318
+ * <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
8319
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8320
+ * @public
8321
+ */
8322
+ UserName: string | undefined;
8323
+ /**
8324
+ * <p>The list of tags that you want to attach to the IAM user. Each tag consists of a key name and an associated value.</p>
8325
+ * @public
8326
+ */
8327
+ Tags: Tag[] | undefined;
8328
+ }
8329
+ /**
8330
+ * @public
8331
+ */
8332
+ export interface UntagInstanceProfileRequest {
8333
+ /**
8334
+ * <p>The name of the IAM instance profile from which you want to remove tags.</p>
8335
+ * <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
8336
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8337
+ * @public
8338
+ */
8339
+ InstanceProfileName: string | undefined;
8340
+ /**
8341
+ * <p>A list of key names as a simple array of strings. The tags with matching keys are
8342
+ * removed from the specified instance profile.</p>
8343
+ * @public
8344
+ */
8345
+ TagKeys: string[] | undefined;
8346
+ }
8347
+ /**
8348
+ * @public
8349
+ */
8350
+ export interface UntagMFADeviceRequest {
8351
+ /**
8352
+ * <p>The unique identifier for the IAM virtual MFA device from which you want to remove
8353
+ * tags. For virtual MFA devices, the serial number is the same as the ARN.</p>
8354
+ * <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
8355
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8356
+ * @public
8357
+ */
8358
+ SerialNumber: string | undefined;
8359
+ /**
8360
+ * <p>A list of key names as a simple array of strings. The tags with matching keys are
8361
+ * removed from the specified instance profile.</p>
8362
+ * @public
8363
+ */
8364
+ TagKeys: string[] | undefined;
8365
+ }
8366
+ /**
8367
+ * @public
8368
+ */
8369
+ export interface UntagOpenIDConnectProviderRequest {
8370
+ /**
8371
+ * <p>The ARN of the OIDC provider in IAM from which you want to remove tags.</p>
8372
+ * <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
8373
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8374
+ * @public
8375
+ */
8376
+ OpenIDConnectProviderArn: string | undefined;
8377
+ /**
8378
+ * <p>A list of key names as a simple array of strings. The tags with matching keys are
8379
+ * removed from the specified OIDC provider.</p>
8380
+ * @public
8381
+ */
8382
+ TagKeys: string[] | undefined;
8383
+ }
8384
+ /**
8385
+ * @public
8386
+ */
8387
+ export interface UntagPolicyRequest {
8388
+ /**
8389
+ * <p>The ARN of the IAM customer managed policy from which you want to remove
8390
+ * tags.</p>
8391
+ * <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
8392
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8393
+ * @public
8394
+ */
8395
+ PolicyArn: string | undefined;
8396
+ /**
8397
+ * <p>A list of key names as a simple array of strings. The tags with matching keys are
8398
+ * removed from the specified policy.</p>
8399
+ * @public
8400
+ */
8401
+ TagKeys: string[] | undefined;
8402
+ }
8403
+ /**
8404
+ * @public
8405
+ */
8406
+ export interface UntagRoleRequest {
8407
+ /**
8408
+ * <p>The name of the IAM role from which you want to remove tags.</p>
8409
+ * <p>This parameter accepts (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that consist of upper and lowercase alphanumeric
8410
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8411
+ * @public
8412
+ */
8413
+ RoleName: string | undefined;
8414
+ /**
8415
+ * <p>A list of key names as a simple array of strings. The tags with matching keys are
8416
+ * removed from the specified role.</p>
8417
+ * @public
8418
+ */
8419
+ TagKeys: string[] | undefined;
8420
+ }
8421
+ /**
8422
+ * @public
8423
+ */
8424
+ export interface UntagSAMLProviderRequest {
8425
+ /**
8426
+ * <p>The ARN of the SAML identity provider in IAM from which you want to remove
8427
+ * tags.</p>
8428
+ * <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
8429
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8430
+ * @public
8431
+ */
8432
+ SAMLProviderArn: string | undefined;
8433
+ /**
8434
+ * <p>A list of key names as a simple array of strings. The tags with matching keys are
8435
+ * removed from the specified SAML identity provider.</p>
8436
+ * @public
8437
+ */
8438
+ TagKeys: string[] | undefined;
8439
+ }
8440
+ /**
8441
+ * @public
8442
+ */
8443
+ export interface UntagServerCertificateRequest {
8444
+ /**
8445
+ * <p>The name of the IAM server certificate from which you want to remove tags.</p>
8446
+ * <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
8447
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8448
+ * @public
8449
+ */
8450
+ ServerCertificateName: string | undefined;
8451
+ /**
8452
+ * <p>A list of key names as a simple array of strings. The tags with matching keys are
8453
+ * removed from the specified IAM server certificate.</p>
8454
+ * @public
8455
+ */
8456
+ TagKeys: string[] | undefined;
8457
+ }
8458
+ /**
8459
+ * @public
8460
+ */
8461
+ export interface UntagUserRequest {
8462
+ /**
8463
+ * <p>The name of the IAM user from which you want to remove tags.</p>
8464
+ * <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
8465
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8466
+ * @public
8467
+ */
8468
+ UserName: string | undefined;
8469
+ /**
8470
+ * <p>A list of key names as a simple array of strings. The tags with matching keys are
8471
+ * removed from the specified user.</p>
8472
+ * @public
8473
+ */
8474
+ TagKeys: string[] | undefined;
8475
+ }
8476
+ /**
8477
+ * @public
8478
+ */
8479
+ export interface UpdateAccessKeyRequest {
8480
+ /**
8481
+ * <p>The name of the user whose key you want to update.</p>
8482
+ * <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
8483
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8484
+ * @public
8485
+ */
8486
+ UserName?: string | undefined;
8487
+ /**
8488
+ * <p>The access key ID of the secret access key you want to update.</p>
8489
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters that can
8490
+ * consist of any upper or lowercased letter or digit.</p>
8491
+ * @public
8492
+ */
8493
+ AccessKeyId: string | undefined;
8494
+ /**
8495
+ * <p> The status you want to assign to the secret access key. <code>Active</code> means
8496
+ * that the key can be used for programmatic calls to Amazon Web Services, while <code>Inactive</code>
8497
+ * means that the key cannot be used.</p>
8498
+ * @public
8499
+ */
8500
+ Status: StatusType | undefined;
8501
+ }
8502
+ /**
8503
+ * @public
8504
+ */
8505
+ export interface UpdateAccountPasswordPolicyRequest {
8506
+ /**
8507
+ * <p>The minimum number of characters allowed in an IAM user password.</p>
8508
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8509
+ * value of <code>6</code>.</p>
8510
+ * @public
8511
+ */
8512
+ MinimumPasswordLength?: number | undefined;
8513
+ /**
8514
+ * <p>Specifies whether IAM user passwords must contain at least one of the following
8515
+ * non-alphanumeric characters:</p>
8516
+ * <p>! @ # $ % ^ & * ( ) _ + - = [ ] \{ \} | '</p>
8517
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8518
+ * value of <code>false</code>. The result is that passwords do not require at least one
8519
+ * symbol character.</p>
8520
+ * @public
8521
+ */
8522
+ RequireSymbols?: boolean | undefined;
8523
+ /**
8524
+ * <p>Specifies whether IAM user passwords must contain at least one numeric character (0
8525
+ * to 9).</p>
8526
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8527
+ * value of <code>false</code>. The result is that passwords do not require at least one
8528
+ * numeric character.</p>
8529
+ * @public
8530
+ */
8531
+ RequireNumbers?: boolean | undefined;
8532
+ /**
8533
+ * <p>Specifies whether IAM user passwords must contain at least one uppercase character
8534
+ * from the ISO basic Latin alphabet (A to Z).</p>
8535
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8536
+ * value of <code>false</code>. The result is that passwords do not require at least one
8537
+ * uppercase character.</p>
8538
+ * @public
8539
+ */
8540
+ RequireUppercaseCharacters?: boolean | undefined;
8541
+ /**
8542
+ * <p>Specifies whether IAM user passwords must contain at least one lowercase character
8543
+ * from the ISO basic Latin alphabet (a to z).</p>
8544
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8545
+ * value of <code>false</code>. The result is that passwords do not require at least one
8546
+ * lowercase character.</p>
8547
+ * @public
8548
+ */
8549
+ RequireLowercaseCharacters?: boolean | undefined;
8550
+ /**
8551
+ * <p> Allows all IAM users in your account to use the Amazon Web Services Management Console to change their own
8552
+ * passwords. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_enable-user-change.html">Permitting
8553
+ * IAM users to change their own passwords</a> in the
8554
+ * <i>IAM User Guide</i>.</p>
8555
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8556
+ * value of <code>false</code>. The result is that IAM users in the account do not
8557
+ * automatically have permissions to change their own password.</p>
8558
+ * @public
8559
+ */
8560
+ AllowUsersToChangePassword?: boolean | undefined;
8561
+ /**
8562
+ * <p>The number of days that an IAM user password is valid.</p>
8563
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8564
+ * value of <code>0</code>. The result is that IAM user passwords never expire.</p>
8565
+ * @public
8566
+ */
8567
+ MaxPasswordAge?: number | undefined;
8568
+ /**
8569
+ * <p>Specifies the number of previous passwords that IAM users are prevented from
8570
+ * reusing.</p>
8571
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8572
+ * value of <code>0</code>. The result is that IAM users are not prevented from reusing
8573
+ * previous passwords.</p>
8574
+ * @public
8575
+ */
8576
+ PasswordReusePrevention?: number | undefined;
8577
+ /**
8578
+ * <p> Prevents IAM users who are accessing the account via the Amazon Web Services Management Console from setting a
8579
+ * new console password after their password has expired. The IAM user cannot access the
8580
+ * console until an administrator resets the password.</p>
8581
+ * <p>If you do not specify a value for this parameter, then the operation uses the default
8582
+ * value of <code>false</code>. The result is that IAM users can change their passwords
8583
+ * after they expire and continue to sign in as the user.</p>
8584
+ * <note>
8585
+ * <p> In the Amazon Web Services Management Console, the custom password policy option <b>Allow
8586
+ * users to change their own password</b> gives IAM users permissions to
8587
+ * <code>iam:ChangePassword</code> for only their user and to the
8588
+ * <code>iam:GetAccountPasswordPolicy</code> action. This option does not attach a
8589
+ * permissions policy to each user, rather the permissions are applied at the
8590
+ * account-level for all users by IAM. IAM users with
8591
+ * <code>iam:ChangePassword</code> permission and active access keys can reset
8592
+ * their own expired console password using the CLI or API.</p>
8593
+ * </note>
8594
+ * @public
8595
+ */
8596
+ HardExpiry?: boolean | undefined;
8597
+ }
8598
+ /**
8599
+ * @public
8600
+ */
8601
+ export interface UpdateAssumeRolePolicyRequest {
8602
+ /**
8603
+ * <p>The name of the role to update with the new policy.</p>
8604
+ * <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
8605
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8606
+ * @public
8607
+ */
8608
+ RoleName: string | undefined;
8609
+ /**
8610
+ * <p>The policy that grants an entity permission to assume the role.</p>
8611
+ * <p>You must provide policies in JSON format in IAM. However, for CloudFormation
8612
+ * templates formatted in YAML, you can provide the policy in JSON or YAML format. CloudFormation always converts a YAML policy to JSON format before submitting it to
8613
+ * IAM.</p>
8614
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
8615
+ * used to validate this parameter is a string of characters consisting of the following:</p>
8616
+ * <ul>
8617
+ * <li>
8618
+ * <p>Any printable ASCII
8619
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
8620
+ * </li>
8621
+ * <li>
8622
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
8623
+ * (through <code>\u00FF</code>)</p>
8624
+ * </li>
8625
+ * <li>
8626
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
8627
+ * carriage return (<code>\u000D</code>)</p>
8628
+ * </li>
8629
+ * </ul>
8630
+ * @public
8631
+ */
8632
+ PolicyDocument: string | undefined;
8633
+ }
8634
+ /**
8635
+ * @public
8636
+ */
8637
+ export interface UpdateDelegationRequestRequest {
8638
+ /**
8639
+ * <p>The unique identifier of the delegation request to update.</p>
8640
+ * @public
8641
+ */
8642
+ DelegationRequestId: string | undefined;
8643
+ /**
8644
+ * <p>Additional notes or comments to add to the delegation request.</p>
8645
+ * @public
8646
+ */
8647
+ Notes?: string | undefined;
8648
+ }
8649
+ /**
8650
+ * @public
8651
+ */
8652
+ export interface UpdateGroupRequest {
8653
+ /**
8654
+ * <p>Name of the IAM group to update. If you're changing the name of the group, this is
8655
+ * the original name.</p>
8656
+ * <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
8657
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8658
+ * @public
8659
+ */
8660
+ GroupName: string | undefined;
8661
+ /**
8662
+ * <p>New path for the IAM group. Only include this if changing the group's path.</p>
8663
+ * <p>This parameter allows (through its <a href="http://wikipedia.org/wiki/regex">regex pattern</a>) a string of characters consisting
8664
+ * of either a forward slash (/) by itself or a string that must begin and end with forward slashes.
8665
+ * In addition, it can contain any ASCII character from the ! (<code>\u0021</code>) through the DEL character (<code>\u007F</code>), including
8666
+ * most punctuation characters, digits, and upper and lowercased letters.</p>
8667
+ * @public
8668
+ */
8669
+ NewPath?: string | undefined;
8670
+ /**
8671
+ * <p>New name for the IAM group. Only include this if changing the group's name.</p>
8672
+ * <p>IAM user, group, role, and policy names must be unique within the account. Names are
8673
+ * not distinguished by case. For example, you cannot create resources named both
8674
+ * "MyResource" and "myresource".</p>
8675
+ * @public
8676
+ */
8677
+ NewGroupName?: string | undefined;
8678
+ }
8679
+ /**
8680
+ * @public
8681
+ */
8682
+ export interface UpdateLoginProfileRequest {
8683
+ /**
8684
+ * <p>The name of the user whose password you want to update.</p>
8685
+ * <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
8686
+ * characters with no spaces. You can also include any of the following characters: _+=,.@-</p>
8687
+ * @public
8688
+ */
8689
+ UserName: string | undefined;
8690
+ /**
8691
+ * <p>The new password for the specified IAM user.</p>
8692
+ * <p>The <a href="http://wikipedia.org/wiki/regex">regex pattern</a>
8693
+ * used to validate this parameter is a string of characters consisting of the following:</p>
8694
+ * <ul>
8695
+ * <li>
8696
+ * <p>Any printable ASCII
8697
+ * character ranging from the space character (<code>\u0020</code>) through the end of the ASCII character range</p>
8698
+ * </li>
8699
+ * <li>
8700
+ * <p>The printable characters in the Basic Latin and Latin-1 Supplement character set
8701
+ * (through <code>\u00FF</code>)</p>
8702
+ * </li>
8703
+ * <li>
8704
+ * <p>The special characters tab (<code>\u0009</code>), line feed (<code>\u000A</code>), and
8705
+ * carriage return (<code>\u000D</code>)</p>
8706
+ * </li>
8707
+ * </ul>
8708
+ * <p>However, the format can be further restricted by the account administrator by setting
8709
+ * a password policy on the Amazon Web Services account. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_UpdateAccountPasswordPolicy.html">UpdateAccountPasswordPolicy</a>.</p>
8710
+ * @public
8711
+ */
8712
+ Password?: string | undefined;
8713
+ /**
8714
+ * <p>Allows this new password to be used only once by requiring the specified IAM user to
8715
+ * set a new password on next sign-in.</p>
8716
+ * @public
8717
+ */
8718
+ PasswordResetRequired?: boolean | undefined;
8719
+ }