@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
@@ -154,15 +154,6 @@ let ServiceFailureException$1 = class ServiceFailureException extends IAMService
154
154
  Object.setPrototypeOf(this, ServiceFailureException.prototype);
155
155
  }
156
156
  };
157
- const AccessAdvisorUsageGranularityType = {
158
- ACTION_LEVEL: "ACTION_LEVEL",
159
- SERVICE_LEVEL: "SERVICE_LEVEL",
160
- };
161
- const StatusType = {
162
- Active: "Active",
163
- Expired: "Expired",
164
- Inactive: "Inactive",
165
- };
166
157
  let AccountNotManagementOrDelegatedAdministratorException$1 = class AccountNotManagementOrDelegatedAdministratorException extends IAMServiceException$1 {
167
158
  name = "AccountNotManagementOrDelegatedAdministratorException";
168
159
  $fault = "client";
@@ -225,18 +216,6 @@ let UnmodifiableEntityException$1 = class UnmodifiableEntityException extends IA
225
216
  Object.setPrototypeOf(this, UnmodifiableEntityException.prototype);
226
217
  }
227
218
  };
228
- const AssertionEncryptionModeType = {
229
- Allowed: "Allowed",
230
- Required: "Required",
231
- };
232
- const AssignmentStatusType = {
233
- Any: "Any",
234
- Assigned: "Assigned",
235
- Unassigned: "Unassigned",
236
- };
237
- const PermissionsBoundaryAttachmentType = {
238
- Policy: "PermissionsBoundaryPolicy",
239
- };
240
219
  let PolicyNotAttachableException$1 = class PolicyNotAttachableException extends IAMServiceException$1 {
241
220
  name = "PolicyNotAttachableException";
242
221
  $fault = "client";
@@ -285,10 +264,6 @@ let PasswordPolicyViolationException$1 = class PasswordPolicyViolationException
285
264
  Object.setPrototypeOf(this, PasswordPolicyViolationException.prototype);
286
265
  }
287
266
  };
288
- const PolicyParameterTypeEnum = {
289
- STRING: "string",
290
- STRING_LIST: "stringList",
291
- };
292
267
  let OpenIdIdpCommunicationErrorException$1 = class OpenIdIdpCommunicationErrorException extends IAMServiceException$1 {
293
268
  name = "OpenIdIdpCommunicationErrorException";
294
269
  $fault = "client";
@@ -337,10 +312,6 @@ let DeleteConflictException$1 = class DeleteConflictException extends IAMService
337
312
  Object.setPrototypeOf(this, DeleteConflictException.prototype);
338
313
  }
339
314
  };
340
- const FeatureType = {
341
- ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement",
342
- ROOT_SESSIONS: "RootSessions",
343
- };
344
315
  let OrganizationNotFoundException$1 = class OrganizationNotFoundException extends IAMServiceException$1 {
345
316
  name = "OrganizationNotFoundException";
346
317
  $fault = "client";
@@ -383,6 +354,18 @@ let ServiceAccessNotEnabledException$1 = class ServiceAccessNotEnabledException
383
354
  this.Message = opts.Message;
384
355
  }
385
356
  };
357
+ let FeatureDisabledException$1 = class FeatureDisabledException extends IAMServiceException$1 {
358
+ name = "FeatureDisabledException";
359
+ $fault = "client";
360
+ constructor(opts) {
361
+ super({
362
+ name: "FeatureDisabledException",
363
+ $fault: "client",
364
+ ...opts,
365
+ });
366
+ Object.setPrototypeOf(this, FeatureDisabledException.prototype);
367
+ }
368
+ };
386
369
  let InvalidAuthenticationCodeException$1 = class InvalidAuthenticationCodeException extends IAMServiceException$1 {
387
370
  name = "InvalidAuthenticationCodeException";
388
371
  $fault = "client";
@@ -409,10 +392,17 @@ let CallerIsNotManagementAccountException$1 = class CallerIsNotManagementAccount
409
392
  this.Message = opts.Message;
410
393
  }
411
394
  };
412
- const ReportStateType = {
413
- COMPLETE: "COMPLETE",
414
- INPROGRESS: "INPROGRESS",
415
- STARTED: "STARTED",
395
+ let FeatureEnabledException$1 = class FeatureEnabledException extends IAMServiceException$1 {
396
+ name = "FeatureEnabledException";
397
+ $fault = "client";
398
+ constructor(opts) {
399
+ super({
400
+ name: "FeatureEnabledException",
401
+ $fault: "client",
402
+ ...opts,
403
+ });
404
+ Object.setPrototypeOf(this, FeatureEnabledException.prototype);
405
+ }
416
406
  };
417
407
  let ReportGenerationLimitExceededException$1 = class ReportGenerationLimitExceededException extends IAMServiceException$1 {
418
408
  name = "ReportGenerationLimitExceededException";
@@ -426,49 +416,6 @@ let ReportGenerationLimitExceededException$1 = class ReportGenerationLimitExceed
426
416
  Object.setPrototypeOf(this, ReportGenerationLimitExceededException.prototype);
427
417
  }
428
418
  };
429
- const EntityType = {
430
- AWSManagedPolicy: "AWSManagedPolicy",
431
- Group: "Group",
432
- LocalManagedPolicy: "LocalManagedPolicy",
433
- Role: "Role",
434
- User: "User",
435
- };
436
- const SummaryKeyType = {
437
- AccessKeysPerUserQuota: "AccessKeysPerUserQuota",
438
- AccountAccessKeysPresent: "AccountAccessKeysPresent",
439
- AccountMFAEnabled: "AccountMFAEnabled",
440
- AccountPasswordPresent: "AccountPasswordPresent",
441
- AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent",
442
- AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota",
443
- AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota",
444
- AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota",
445
- AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota",
446
- GlobalEndpointTokenVersion: "GlobalEndpointTokenVersion",
447
- GroupPolicySizeQuota: "GroupPolicySizeQuota",
448
- Groups: "Groups",
449
- GroupsPerUserQuota: "GroupsPerUserQuota",
450
- GroupsQuota: "GroupsQuota",
451
- InstanceProfiles: "InstanceProfiles",
452
- InstanceProfilesQuota: "InstanceProfilesQuota",
453
- MFADevices: "MFADevices",
454
- MFADevicesInUse: "MFADevicesInUse",
455
- Policies: "Policies",
456
- PoliciesQuota: "PoliciesQuota",
457
- PolicySizeQuota: "PolicySizeQuota",
458
- PolicyVersionsInUse: "PolicyVersionsInUse",
459
- PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota",
460
- Providers: "Providers",
461
- RolePolicySizeQuota: "RolePolicySizeQuota",
462
- Roles: "Roles",
463
- RolesQuota: "RolesQuota",
464
- ServerCertificates: "ServerCertificates",
465
- ServerCertificatesQuota: "ServerCertificatesQuota",
466
- SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota",
467
- UserPolicySizeQuota: "UserPolicySizeQuota",
468
- Users: "Users",
469
- UsersQuota: "UsersQuota",
470
- VersionsPerPolicyQuota: "VersionsPerPolicyQuota",
471
- };
472
419
  let CredentialReportExpiredException$1 = class CredentialReportExpiredException extends IAMServiceException$1 {
473
420
  name = "CredentialReportExpiredException";
474
421
  $fault = "client";
@@ -505,60 +452,6 @@ let CredentialReportNotReadyException$1 = class CredentialReportNotReadyExceptio
505
452
  Object.setPrototypeOf(this, CredentialReportNotReadyException.prototype);
506
453
  }
507
454
  };
508
- const ReportFormatType = {
509
- text_csv: "text/csv",
510
- };
511
- const StateType = {
512
- ACCEPTED: "ACCEPTED",
513
- ASSIGNED: "ASSIGNED",
514
- EXPIRED: "EXPIRED",
515
- FINALIZED: "FINALIZED",
516
- PENDING_APPROVAL: "PENDING_APPROVAL",
517
- REJECTED: "REJECTED",
518
- UNASSIGNED: "UNASSIGNED",
519
- };
520
- const PermissionCheckResultType = {
521
- ALLOWED: "ALLOWED",
522
- DENIED: "DENIED",
523
- UNSURE: "UNSURE",
524
- };
525
- const PermissionCheckStatusType = {
526
- COMPLETE: "COMPLETE",
527
- FAILED: "FAILED",
528
- IN_PROGRESS: "IN_PROGRESS",
529
- };
530
- const SummaryStateType = {
531
- AVAILABLE: "AVAILABLE",
532
- FAILED: "FAILED",
533
- NOT_AVAILABLE: "NOT_AVAILABLE",
534
- NOT_SUPPORTED: "NOT_SUPPORTED",
535
- };
536
- const SortKeyType = {
537
- LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING",
538
- LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING",
539
- SERVICE_NAMESPACE_ASCENDING: "SERVICE_NAMESPACE_ASCENDING",
540
- SERVICE_NAMESPACE_DESCENDING: "SERVICE_NAMESPACE_DESCENDING",
541
- };
542
- const JobStatusType = {
543
- COMPLETED: "COMPLETED",
544
- FAILED: "FAILED",
545
- IN_PROGRESS: "IN_PROGRESS",
546
- };
547
- const PolicyOwnerEntityType = {
548
- GROUP: "GROUP",
549
- ROLE: "ROLE",
550
- USER: "USER",
551
- };
552
- const DeletionTaskStatusType = {
553
- FAILED: "FAILED",
554
- IN_PROGRESS: "IN_PROGRESS",
555
- NOT_STARTED: "NOT_STARTED",
556
- SUCCEEDED: "SUCCEEDED",
557
- };
558
- const EncodingType = {
559
- PEM: "PEM",
560
- SSH: "SSH",
561
- };
562
455
  let UnrecognizedPublicKeyEncodingException$1 = class UnrecognizedPublicKeyEncodingException extends IAMServiceException$1 {
563
456
  name = "UnrecognizedPublicKeyEncodingException";
564
457
  $fault = "client";
@@ -571,24 +464,6 @@ let UnrecognizedPublicKeyEncodingException$1 = class UnrecognizedPublicKeyEncodi
571
464
  Object.setPrototypeOf(this, UnrecognizedPublicKeyEncodingException.prototype);
572
465
  }
573
466
  };
574
- const PolicyUsageType = {
575
- PermissionsBoundary: "PermissionsBoundary",
576
- PermissionsPolicy: "PermissionsPolicy",
577
- };
578
- const PolicyScopeType = {
579
- AWS: "AWS",
580
- All: "All",
581
- Local: "Local",
582
- };
583
- const PolicyType = {
584
- INLINE: "INLINE",
585
- MANAGED: "MANAGED",
586
- };
587
-
588
- const GlobalEndpointTokenVersion = {
589
- v1Token: "v1Token",
590
- v2Token: "v2Token",
591
- };
592
467
  let PolicyEvaluationException$1 = class PolicyEvaluationException extends IAMServiceException$1 {
593
468
  name = "PolicyEvaluationException";
594
469
  $fault = "server";
@@ -601,34 +476,6 @@ let PolicyEvaluationException$1 = class PolicyEvaluationException extends IAMSer
601
476
  Object.setPrototypeOf(this, PolicyEvaluationException.prototype);
602
477
  }
603
478
  };
604
- const ContextKeyTypeEnum = {
605
- BINARY: "binary",
606
- BINARY_LIST: "binaryList",
607
- BOOLEAN: "boolean",
608
- BOOLEAN_LIST: "booleanList",
609
- DATE: "date",
610
- DATE_LIST: "dateList",
611
- IP: "ip",
612
- IP_LIST: "ipList",
613
- NUMERIC: "numeric",
614
- NUMERIC_LIST: "numericList",
615
- STRING: "string",
616
- STRING_LIST: "stringList",
617
- };
618
- const PolicyEvaluationDecisionType = {
619
- ALLOWED: "allowed",
620
- EXPLICIT_DENY: "explicitDeny",
621
- IMPLICIT_DENY: "implicitDeny",
622
- };
623
- const PolicySourceType = {
624
- AWS_MANAGED: "aws-managed",
625
- GROUP: "group",
626
- NONE: "none",
627
- RESOURCE: "resource",
628
- ROLE: "role",
629
- USER: "user",
630
- USER_MANAGED: "user-managed",
631
- };
632
479
  let KeyPairMismatchException$1 = class KeyPairMismatchException extends IAMServiceException$1 {
633
480
  name = "KeyPairMismatchException";
634
481
  $fault = "client";
@@ -851,6 +698,7 @@ const _DORCMRi = "DisableOrganizationsRootCredentialsManagementResponse";
851
698
  const _DORS = "DisableOrganizationsRootSessions";
852
699
  const _DORSR = "DisableOrganizationsRootSessionsRequest";
853
700
  const _DORSRi = "DisableOrganizationsRootSessionsResponse";
701
+ const _DOWIF = "DisableOutboundWebIdentityFederation";
854
702
  const _DP = "DelegationPermission";
855
703
  const _DPC = "DelegationPermissionCheck";
856
704
  const _DPR = "DeletePolicyRequest";
@@ -919,6 +767,8 @@ const _EORCMRn = "EnableOrganizationsRootCredentialsManagementResponse";
919
767
  const _EORS = "EnableOrganizationsRootSessions";
920
768
  const _EORSR = "EnableOrganizationsRootSessionsRequest";
921
769
  const _EORSRn = "EnableOrganizationsRootSessionsResponse";
770
+ const _EOWIF = "EnableOutboundWebIdentityFederation";
771
+ const _EOWIFR = "EnableOutboundWebIdentityFederationResponse";
922
772
  const _EP = "EntityPath";
923
773
  const _EPn = "EndPosition";
924
774
  const _EPx = "ExpirePasswords";
@@ -932,6 +782,8 @@ const _ETUE = "EntityTemporarilyUnmodifiableException";
932
782
  const _En = "Encoding";
933
783
  const _Ex = "Expiration";
934
784
  const _F = "Filter";
785
+ const _FDE = "FeatureDisabledException";
786
+ const _FEE = "FeatureEnabledException";
935
787
  const _Fi = "Fingerprint";
936
788
  const _G = "Group";
937
789
  const _GAAD = "GetAccountAuthorizationDetails";
@@ -989,6 +841,8 @@ const _GOARe = "GetOrganizationsAccessReport";
989
841
  const _GOIDCP = "GetOpenIDConnectProvider";
990
842
  const _GOIDCPR = "GetOpenIDConnectProviderRequest";
991
843
  const _GOIDCPRe = "GetOpenIDConnectProviderResponse";
844
+ const _GOWIFI = "GetOutboundWebIdentityFederationInfo";
845
+ const _GOWIFIR = "GetOutboundWebIdentityFederationInfoResponse";
992
846
  const _GP = "GetPolicy";
993
847
  const _GPL = "GroupPolicyList";
994
848
  const _GPR = "GetPolicyRequest";
@@ -1038,6 +892,7 @@ const _IA = "IsAttachable";
1038
892
  const _IACE = "InvalidAuthenticationCodeException";
1039
893
  const _ICE = "InvalidCertificateException";
1040
894
  const _IDV = "IsDefaultVersion";
895
+ const _II = "IssuerIdentifier";
1041
896
  const _IIE = "InvalidInputException";
1042
897
  const _IP = "InstanceProfile";
1043
898
  const _IPI = "InstanceProfileId";
@@ -1052,6 +907,7 @@ const _JCDo = "JobCompletionDate";
1052
907
  const _JI = "JobId";
1053
908
  const _JS = "JobStatus";
1054
909
  const _JT = "JobType";
910
+ const _JVE = "JwtVendingEnabled";
1055
911
  const _K = "Key";
1056
912
  const _KI = "KeyId";
1057
913
  const _KPME = "KeyPairMismatchException";
@@ -1906,6 +1762,7 @@ var EnableOrganizationsRootSessionsResponse = [
1906
1762
  [_OIr, _EF],
1907
1763
  [0, 64 | 0],
1908
1764
  ];
1765
+ var EnableOutboundWebIdentityFederationResponse = [3, n0, _EOWIFR, 0, [_II], [0]];
1909
1766
  var EntityAlreadyExistsException = [
1910
1767
  -3,
1911
1768
  n0,
@@ -1953,6 +1810,32 @@ var EvaluationResult = [
1953
1810
  () => ResourceSpecificResultListType,
1954
1811
  ],
1955
1812
  ];
1813
+ var FeatureDisabledException = [
1814
+ -3,
1815
+ n0,
1816
+ _FDE,
1817
+ {
1818
+ [_e]: _c,
1819
+ [_hE]: 404,
1820
+ [_aQE]: [`FeatureDisabled`, 404],
1821
+ },
1822
+ [_m],
1823
+ [0],
1824
+ ];
1825
+ schema.TypeRegistry.for(n0).registerError(FeatureDisabledException, FeatureDisabledException$1);
1826
+ var FeatureEnabledException = [
1827
+ -3,
1828
+ n0,
1829
+ _FEE,
1830
+ {
1831
+ [_e]: _c,
1832
+ [_hE]: 409,
1833
+ [_aQE]: [`FeatureEnabled`, 409],
1834
+ },
1835
+ [_m],
1836
+ [0],
1837
+ ];
1838
+ schema.TypeRegistry.for(n0).registerError(FeatureEnabledException, FeatureEnabledException$1);
1956
1839
  var GenerateCredentialReportResponse = [3, n0, _GCRR, 0, [_St, _D], [0, 0]];
1957
1840
  var GenerateOrganizationsAccessReportRequest = [3, n0, _GOARR, 0, [_EP, _OPI], [0, 0]];
1958
1841
  var GenerateOrganizationsAccessReportResponse = [3, n0, _GOARRe, 0, [_JI], [0]];
@@ -2063,6 +1946,14 @@ var GetOrganizationsAccessReportResponse = [
2063
1946
  [_JS, _JCD, _JCDo, _NOSA, _NOSNA, _ADc, _IT, _Ma, _EDr],
2064
1947
  [0, 4, 4, 1, 1, () => AccessDetails, 2, 0, () => ErrorDetails],
2065
1948
  ];
1949
+ var GetOutboundWebIdentityFederationInfoResponse = [
1950
+ 3,
1951
+ n0,
1952
+ _GOWIFIR,
1953
+ 0,
1954
+ [_II, _JVE],
1955
+ [0, 2],
1956
+ ];
2066
1957
  var GetPolicyRequest = [3, n0, _GPR, 0, [_PA], [0]];
2067
1958
  var GetPolicyResponse = [3, n0, _GPRe, 0, [_Po], [() => Policy]];
2068
1959
  var GetPolicyVersionRequest = [3, n0, _GPVR, 0, [_PA, _VI], [0, 0]];
@@ -3413,6 +3304,7 @@ var DisableOrganizationsRootSessions = [
3413
3304
  () => DisableOrganizationsRootSessionsRequest,
3414
3305
  () => DisableOrganizationsRootSessionsResponse,
3415
3306
  ];
3307
+ var DisableOutboundWebIdentityFederation = [9, n0, _DOWIF, 0, () => __Unit, () => __Unit];
3416
3308
  var EnableMFADevice = [9, n0, _EMFAD, 0, () => EnableMFADeviceRequest, () => __Unit];
3417
3309
  var EnableOrganizationsRootCredentialsManagement = [
3418
3310
  9,
@@ -3430,6 +3322,14 @@ var EnableOrganizationsRootSessions = [
3430
3322
  () => EnableOrganizationsRootSessionsRequest,
3431
3323
  () => EnableOrganizationsRootSessionsResponse,
3432
3324
  ];
3325
+ var EnableOutboundWebIdentityFederation = [
3326
+ 9,
3327
+ n0,
3328
+ _EOWIF,
3329
+ 0,
3330
+ () => __Unit,
3331
+ () => EnableOutboundWebIdentityFederationResponse,
3332
+ ];
3433
3333
  var GenerateCredentialReport = [
3434
3334
  9,
3435
3335
  n0,
@@ -3568,6 +3468,14 @@ var GetOrganizationsAccessReport = [
3568
3468
  () => GetOrganizationsAccessReportRequest,
3569
3469
  () => GetOrganizationsAccessReportResponse,
3570
3470
  ];
3471
+ var GetOutboundWebIdentityFederationInfo = [
3472
+ 9,
3473
+ n0,
3474
+ _GOWIFI,
3475
+ 0,
3476
+ () => __Unit,
3477
+ () => GetOutboundWebIdentityFederationInfoResponse,
3478
+ ];
3571
3479
  var GetPolicy = [9, n0, _GP, 0, () => GetPolicyRequest, () => GetPolicyResponse];
3572
3480
  var GetPolicyVersion = [
3573
3481
  9,
@@ -4807,6 +4715,18 @@ class DisableOrganizationsRootSessionsCommand extends smithyClient.Command
4807
4715
  .build() {
4808
4716
  }
4809
4717
 
4718
+ class DisableOutboundWebIdentityFederationCommand extends smithyClient.Command
4719
+ .classBuilder()
4720
+ .ep(commonParams)
4721
+ .m(function (Command, cs, config, o) {
4722
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4723
+ })
4724
+ .s("AWSIdentityManagementV20100508", "DisableOutboundWebIdentityFederation", {})
4725
+ .n("IAMClient", "DisableOutboundWebIdentityFederationCommand")
4726
+ .sc(DisableOutboundWebIdentityFederation)
4727
+ .build() {
4728
+ }
4729
+
4810
4730
  class EnableMFADeviceCommand extends smithyClient.Command
4811
4731
  .classBuilder()
4812
4732
  .ep(commonParams)
@@ -4843,6 +4763,18 @@ class EnableOrganizationsRootSessionsCommand extends smithyClient.Command
4843
4763
  .build() {
4844
4764
  }
4845
4765
 
4766
+ class EnableOutboundWebIdentityFederationCommand extends smithyClient.Command
4767
+ .classBuilder()
4768
+ .ep(commonParams)
4769
+ .m(function (Command, cs, config, o) {
4770
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4771
+ })
4772
+ .s("AWSIdentityManagementV20100508", "EnableOutboundWebIdentityFederation", {})
4773
+ .n("IAMClient", "EnableOutboundWebIdentityFederationCommand")
4774
+ .sc(EnableOutboundWebIdentityFederation)
4775
+ .build() {
4776
+ }
4777
+
4846
4778
  class GenerateCredentialReportCommand extends smithyClient.Command
4847
4779
  .classBuilder()
4848
4780
  .ep(commonParams)
@@ -5071,6 +5003,18 @@ class GetOrganizationsAccessReportCommand extends smithyClient.Command
5071
5003
  .build() {
5072
5004
  }
5073
5005
 
5006
+ class GetOutboundWebIdentityFederationInfoCommand extends smithyClient.Command
5007
+ .classBuilder()
5008
+ .ep(commonParams)
5009
+ .m(function (Command, cs, config, o) {
5010
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5011
+ })
5012
+ .s("AWSIdentityManagementV20100508", "GetOutboundWebIdentityFederationInfo", {})
5013
+ .n("IAMClient", "GetOutboundWebIdentityFederationInfoCommand")
5014
+ .sc(GetOutboundWebIdentityFederationInfo)
5015
+ .build() {
5016
+ }
5017
+
5074
5018
  class GetPolicyCommand extends smithyClient.Command
5075
5019
  .classBuilder()
5076
5020
  .ep(commonParams)
@@ -6301,9 +6245,11 @@ const commands = {
6301
6245
  DetachUserPolicyCommand,
6302
6246
  DisableOrganizationsRootCredentialsManagementCommand,
6303
6247
  DisableOrganizationsRootSessionsCommand,
6248
+ DisableOutboundWebIdentityFederationCommand,
6304
6249
  EnableMFADeviceCommand,
6305
6250
  EnableOrganizationsRootCredentialsManagementCommand,
6306
6251
  EnableOrganizationsRootSessionsCommand,
6252
+ EnableOutboundWebIdentityFederationCommand,
6307
6253
  GenerateCredentialReportCommand,
6308
6254
  GenerateOrganizationsAccessReportCommand,
6309
6255
  GenerateServiceLastAccessedDetailsCommand,
@@ -6323,6 +6269,7 @@ const commands = {
6323
6269
  GetMFADeviceCommand,
6324
6270
  GetOpenIDConnectProviderCommand,
6325
6271
  GetOrganizationsAccessReportCommand,
6272
+ GetOutboundWebIdentityFederationInfoCommand,
6326
6273
  GetPolicyCommand,
6327
6274
  GetPolicyVersionCommand,
6328
6275
  GetRoleCommand,
@@ -6594,6 +6541,183 @@ const waitUntilUserExists = async (params, input) => {
6594
6541
  return utilWaiter.checkExceptions(result);
6595
6542
  };
6596
6543
 
6544
+ const AccessAdvisorUsageGranularityType = {
6545
+ ACTION_LEVEL: "ACTION_LEVEL",
6546
+ SERVICE_LEVEL: "SERVICE_LEVEL",
6547
+ };
6548
+ const StatusType = {
6549
+ Active: "Active",
6550
+ Expired: "Expired",
6551
+ Inactive: "Inactive",
6552
+ };
6553
+ const AssertionEncryptionModeType = {
6554
+ Allowed: "Allowed",
6555
+ Required: "Required",
6556
+ };
6557
+ const AssignmentStatusType = {
6558
+ Any: "Any",
6559
+ Assigned: "Assigned",
6560
+ Unassigned: "Unassigned",
6561
+ };
6562
+ const PermissionsBoundaryAttachmentType = {
6563
+ Policy: "PermissionsBoundaryPolicy",
6564
+ };
6565
+ const PolicyParameterTypeEnum = {
6566
+ STRING: "string",
6567
+ STRING_LIST: "stringList",
6568
+ };
6569
+ const FeatureType = {
6570
+ ROOT_CREDENTIALS_MANAGEMENT: "RootCredentialsManagement",
6571
+ ROOT_SESSIONS: "RootSessions",
6572
+ };
6573
+ const ReportStateType = {
6574
+ COMPLETE: "COMPLETE",
6575
+ INPROGRESS: "INPROGRESS",
6576
+ STARTED: "STARTED",
6577
+ };
6578
+ const EntityType = {
6579
+ AWSManagedPolicy: "AWSManagedPolicy",
6580
+ Group: "Group",
6581
+ LocalManagedPolicy: "LocalManagedPolicy",
6582
+ Role: "Role",
6583
+ User: "User",
6584
+ };
6585
+ const SummaryKeyType = {
6586
+ AccessKeysPerUserQuota: "AccessKeysPerUserQuota",
6587
+ AccountAccessKeysPresent: "AccountAccessKeysPresent",
6588
+ AccountMFAEnabled: "AccountMFAEnabled",
6589
+ AccountPasswordPresent: "AccountPasswordPresent",
6590
+ AccountSigningCertificatesPresent: "AccountSigningCertificatesPresent",
6591
+ AssumeRolePolicySizeQuota: "AssumeRolePolicySizeQuota",
6592
+ AttachedPoliciesPerGroupQuota: "AttachedPoliciesPerGroupQuota",
6593
+ AttachedPoliciesPerRoleQuota: "AttachedPoliciesPerRoleQuota",
6594
+ AttachedPoliciesPerUserQuota: "AttachedPoliciesPerUserQuota",
6595
+ GlobalEndpointTokenVersion: "GlobalEndpointTokenVersion",
6596
+ GroupPolicySizeQuota: "GroupPolicySizeQuota",
6597
+ Groups: "Groups",
6598
+ GroupsPerUserQuota: "GroupsPerUserQuota",
6599
+ GroupsQuota: "GroupsQuota",
6600
+ InstanceProfiles: "InstanceProfiles",
6601
+ InstanceProfilesQuota: "InstanceProfilesQuota",
6602
+ MFADevices: "MFADevices",
6603
+ MFADevicesInUse: "MFADevicesInUse",
6604
+ Policies: "Policies",
6605
+ PoliciesQuota: "PoliciesQuota",
6606
+ PolicySizeQuota: "PolicySizeQuota",
6607
+ PolicyVersionsInUse: "PolicyVersionsInUse",
6608
+ PolicyVersionsInUseQuota: "PolicyVersionsInUseQuota",
6609
+ Providers: "Providers",
6610
+ RolePolicySizeQuota: "RolePolicySizeQuota",
6611
+ Roles: "Roles",
6612
+ RolesQuota: "RolesQuota",
6613
+ ServerCertificates: "ServerCertificates",
6614
+ ServerCertificatesQuota: "ServerCertificatesQuota",
6615
+ SigningCertificatesPerUserQuota: "SigningCertificatesPerUserQuota",
6616
+ UserPolicySizeQuota: "UserPolicySizeQuota",
6617
+ Users: "Users",
6618
+ UsersQuota: "UsersQuota",
6619
+ VersionsPerPolicyQuota: "VersionsPerPolicyQuota",
6620
+ };
6621
+ const ReportFormatType = {
6622
+ text_csv: "text/csv",
6623
+ };
6624
+ const StateType = {
6625
+ ACCEPTED: "ACCEPTED",
6626
+ ASSIGNED: "ASSIGNED",
6627
+ EXPIRED: "EXPIRED",
6628
+ FINALIZED: "FINALIZED",
6629
+ PENDING_APPROVAL: "PENDING_APPROVAL",
6630
+ REJECTED: "REJECTED",
6631
+ UNASSIGNED: "UNASSIGNED",
6632
+ };
6633
+ const PermissionCheckResultType = {
6634
+ ALLOWED: "ALLOWED",
6635
+ DENIED: "DENIED",
6636
+ UNSURE: "UNSURE",
6637
+ };
6638
+ const PermissionCheckStatusType = {
6639
+ COMPLETE: "COMPLETE",
6640
+ FAILED: "FAILED",
6641
+ IN_PROGRESS: "IN_PROGRESS",
6642
+ };
6643
+ const SummaryStateType = {
6644
+ AVAILABLE: "AVAILABLE",
6645
+ FAILED: "FAILED",
6646
+ NOT_AVAILABLE: "NOT_AVAILABLE",
6647
+ NOT_SUPPORTED: "NOT_SUPPORTED",
6648
+ };
6649
+ const SortKeyType = {
6650
+ LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING",
6651
+ LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING",
6652
+ SERVICE_NAMESPACE_ASCENDING: "SERVICE_NAMESPACE_ASCENDING",
6653
+ SERVICE_NAMESPACE_DESCENDING: "SERVICE_NAMESPACE_DESCENDING",
6654
+ };
6655
+ const JobStatusType = {
6656
+ COMPLETED: "COMPLETED",
6657
+ FAILED: "FAILED",
6658
+ IN_PROGRESS: "IN_PROGRESS",
6659
+ };
6660
+ const PolicyOwnerEntityType = {
6661
+ GROUP: "GROUP",
6662
+ ROLE: "ROLE",
6663
+ USER: "USER",
6664
+ };
6665
+ const DeletionTaskStatusType = {
6666
+ FAILED: "FAILED",
6667
+ IN_PROGRESS: "IN_PROGRESS",
6668
+ NOT_STARTED: "NOT_STARTED",
6669
+ SUCCEEDED: "SUCCEEDED",
6670
+ };
6671
+ const EncodingType = {
6672
+ PEM: "PEM",
6673
+ SSH: "SSH",
6674
+ };
6675
+ const PolicyUsageType = {
6676
+ PermissionsBoundary: "PermissionsBoundary",
6677
+ PermissionsPolicy: "PermissionsPolicy",
6678
+ };
6679
+ const PolicyScopeType = {
6680
+ AWS: "AWS",
6681
+ All: "All",
6682
+ Local: "Local",
6683
+ };
6684
+ const PolicyType = {
6685
+ INLINE: "INLINE",
6686
+ MANAGED: "MANAGED",
6687
+ };
6688
+ const GlobalEndpointTokenVersion = {
6689
+ v1Token: "v1Token",
6690
+ v2Token: "v2Token",
6691
+ };
6692
+ const ContextKeyTypeEnum = {
6693
+ BINARY: "binary",
6694
+ BINARY_LIST: "binaryList",
6695
+ BOOLEAN: "boolean",
6696
+ BOOLEAN_LIST: "booleanList",
6697
+ DATE: "date",
6698
+ DATE_LIST: "dateList",
6699
+ IP: "ip",
6700
+ IP_LIST: "ipList",
6701
+ NUMERIC: "numeric",
6702
+ NUMERIC_LIST: "numericList",
6703
+ STRING: "string",
6704
+ STRING_LIST: "stringList",
6705
+ };
6706
+ const PolicyEvaluationDecisionType = {
6707
+ ALLOWED: "allowed",
6708
+ EXPLICIT_DENY: "explicitDeny",
6709
+ IMPLICIT_DENY: "implicitDeny",
6710
+ };
6711
+ const PolicySourceType = {
6712
+ AWS_MANAGED: "aws-managed",
6713
+ GROUP: "group",
6714
+ NONE: "none",
6715
+ RESOURCE: "resource",
6716
+ ROLE: "role",
6717
+ USER: "user",
6718
+ USER_MANAGED: "user-managed",
6719
+ };
6720
+
6597
6721
  Object.defineProperty(exports, "$Command", {
6598
6722
  enumerable: true,
6599
6723
  get: function () { return smithyClient.Command; }
@@ -6667,15 +6791,19 @@ exports.DetachRolePolicyCommand = DetachRolePolicyCommand;
6667
6791
  exports.DetachUserPolicyCommand = DetachUserPolicyCommand;
6668
6792
  exports.DisableOrganizationsRootCredentialsManagementCommand = DisableOrganizationsRootCredentialsManagementCommand;
6669
6793
  exports.DisableOrganizationsRootSessionsCommand = DisableOrganizationsRootSessionsCommand;
6794
+ exports.DisableOutboundWebIdentityFederationCommand = DisableOutboundWebIdentityFederationCommand;
6670
6795
  exports.DuplicateCertificateException = DuplicateCertificateException$1;
6671
6796
  exports.DuplicateSSHPublicKeyException = DuplicateSSHPublicKeyException$1;
6672
6797
  exports.EnableMFADeviceCommand = EnableMFADeviceCommand;
6673
6798
  exports.EnableOrganizationsRootCredentialsManagementCommand = EnableOrganizationsRootCredentialsManagementCommand;
6674
6799
  exports.EnableOrganizationsRootSessionsCommand = EnableOrganizationsRootSessionsCommand;
6800
+ exports.EnableOutboundWebIdentityFederationCommand = EnableOutboundWebIdentityFederationCommand;
6675
6801
  exports.EncodingType = EncodingType;
6676
6802
  exports.EntityAlreadyExistsException = EntityAlreadyExistsException$1;
6677
6803
  exports.EntityTemporarilyUnmodifiableException = EntityTemporarilyUnmodifiableException$1;
6678
6804
  exports.EntityType = EntityType;
6805
+ exports.FeatureDisabledException = FeatureDisabledException$1;
6806
+ exports.FeatureEnabledException = FeatureEnabledException$1;
6679
6807
  exports.FeatureType = FeatureType;
6680
6808
  exports.GenerateCredentialReportCommand = GenerateCredentialReportCommand;
6681
6809
  exports.GenerateOrganizationsAccessReportCommand = GenerateOrganizationsAccessReportCommand;
@@ -6696,6 +6824,7 @@ exports.GetLoginProfileCommand = GetLoginProfileCommand;
6696
6824
  exports.GetMFADeviceCommand = GetMFADeviceCommand;
6697
6825
  exports.GetOpenIDConnectProviderCommand = GetOpenIDConnectProviderCommand;
6698
6826
  exports.GetOrganizationsAccessReportCommand = GetOrganizationsAccessReportCommand;
6827
+ exports.GetOutboundWebIdentityFederationInfoCommand = GetOutboundWebIdentityFederationInfoCommand;
6699
6828
  exports.GetPolicyCommand = GetPolicyCommand;
6700
6829
  exports.GetPolicyVersionCommand = GetPolicyVersionCommand;
6701
6830
  exports.GetRoleCommand = GetRoleCommand;