@jjrawlins/cdk-iam-policy-builder-helper 0.0.86 → 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 (295) 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 +92 -0
  5. package/lib/constructs/Actions.js +93 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +20 -0
  7. package/lib/constructs/ManagedPolicies.js +21 -1
  8. package/methods_list.txt +90 -0
  9. package/node_modules/@aws-sdk/client-iam/README.md +88 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +623 -216
  11. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +22 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AcceptDelegationRequestCommand.js +16 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/AssociateDelegationRequestCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetDelegationRequestCommand.js +16 -0
  17. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetHumanReadableSummaryCommand.js +16 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/commands/ListDelegationRequestsCommand.js +16 -0
  20. package/node_modules/@aws-sdk/client-iam/dist-es/commands/RejectDelegationRequestCommand.js +16 -0
  21. package/node_modules/@aws-sdk/client-iam/dist-es/commands/SendDelegationTokenCommand.js +16 -0
  22. package/node_modules/@aws-sdk/client-iam/dist-es/commands/UpdateDelegationRequestCommand.js +16 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +11 -0
  24. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  25. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -446
  28. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -113
  29. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +234 -35
  30. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +81 -0
  31. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +13 -2
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AcceptDelegationRequestCommand.d.ts +92 -0
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/AssociateDelegationRequestCommand.d.ts +108 -0
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/CreateDelegationRequestCommand.d.ts +5 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateOrganizationsAccessReportCommand.d.ts +2 -2
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GenerateServiceLastAccessedDetailsCommand.d.ts +2 -2
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetDelegationRequestCommand.d.ts +127 -0
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetHumanReadableSummaryCommand.d.ts +105 -0
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ListDelegationRequestsCommand.d.ts +132 -0
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +96 -0
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +98 -0
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  66. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +96 -0
  68. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  69. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  70. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +11 -0
  71. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  72. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1695 -675
  75. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1392
  76. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +29 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +209 -0
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +66 -0
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AcceptDelegationRequestCommand.d.ts +47 -0
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/AssociateDelegationRequestCommand.d.ts +47 -0
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetDelegationRequestCommand.d.ts +51 -0
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetHumanReadableSummaryCommand.d.ts +51 -0
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ListDelegationRequestsCommand.d.ts +51 -0
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +47 -0
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +46 -0
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +47 -0
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +11 -0
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +279 -390
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -265
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
  121. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  122. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  123. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  124. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  125. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  126. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  127. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  128. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  129. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  130. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  132. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  133. package/node_modules/@aws-sdk/core/package.json +4 -4
  134. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  135. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  136. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  137. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  143. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  144. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  145. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  146. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  159. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  160. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  161. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  162. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  163. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  164. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  165. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  167. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  168. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  176. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  206. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  262. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  263. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  264. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  265. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  266. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  267. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  268. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  269. package/node_modules/@aws-sdk/types/package.json +1 -1
  270. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  271. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  272. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  273. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  274. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  275. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  276. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  277. package/node_modules/@smithy/core/package.json +1 -1
  278. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  279. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  280. package/node_modules/@smithy/smithy-client/package.json +3 -3
  281. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  282. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  283. package/package.json +3 -3
  284. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  285. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  286. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  287. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  288. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  289. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  290. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
@@ -118,87 +118,78 @@ let IAMServiceException$1 = class IAMServiceException extends smithyClient.Servi
118
118
  }
119
119
  };
120
120
 
121
- const AccessAdvisorUsageGranularityType = {
122
- ACTION_LEVEL: "ACTION_LEVEL",
123
- SERVICE_LEVEL: "SERVICE_LEVEL",
124
- };
125
- const StatusType = {
126
- Active: "Active",
127
- Expired: "Expired",
128
- Inactive: "Inactive",
129
- };
130
- let AccountNotManagementOrDelegatedAdministratorException$1 = class AccountNotManagementOrDelegatedAdministratorException extends IAMServiceException$1 {
131
- name = "AccountNotManagementOrDelegatedAdministratorException";
121
+ let ConcurrentModificationException$1 = class ConcurrentModificationException extends IAMServiceException$1 {
122
+ name = "ConcurrentModificationException";
132
123
  $fault = "client";
133
- Message;
134
124
  constructor(opts) {
135
125
  super({
136
- name: "AccountNotManagementOrDelegatedAdministratorException",
126
+ name: "ConcurrentModificationException",
137
127
  $fault: "client",
138
128
  ...opts,
139
129
  });
140
- Object.setPrototypeOf(this, AccountNotManagementOrDelegatedAdministratorException.prototype);
141
- this.Message = opts.Message;
130
+ Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
142
131
  }
143
132
  };
144
- let ConcurrentModificationException$1 = class ConcurrentModificationException extends IAMServiceException$1 {
145
- name = "ConcurrentModificationException";
133
+ let NoSuchEntityException$1 = class NoSuchEntityException extends IAMServiceException$1 {
134
+ name = "NoSuchEntityException";
146
135
  $fault = "client";
147
136
  constructor(opts) {
148
137
  super({
149
- name: "ConcurrentModificationException",
138
+ name: "NoSuchEntityException",
150
139
  $fault: "client",
151
140
  ...opts,
152
141
  });
153
- Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
142
+ Object.setPrototypeOf(this, NoSuchEntityException.prototype);
154
143
  }
155
144
  };
156
- let InvalidInputException$1 = class InvalidInputException extends IAMServiceException$1 {
157
- name = "InvalidInputException";
158
- $fault = "client";
145
+ let ServiceFailureException$1 = class ServiceFailureException extends IAMServiceException$1 {
146
+ name = "ServiceFailureException";
147
+ $fault = "server";
159
148
  constructor(opts) {
160
149
  super({
161
- name: "InvalidInputException",
162
- $fault: "client",
150
+ name: "ServiceFailureException",
151
+ $fault: "server",
163
152
  ...opts,
164
153
  });
165
- Object.setPrototypeOf(this, InvalidInputException.prototype);
154
+ Object.setPrototypeOf(this, ServiceFailureException.prototype);
166
155
  }
167
156
  };
168
- let LimitExceededException$1 = class LimitExceededException extends IAMServiceException$1 {
169
- name = "LimitExceededException";
157
+ let AccountNotManagementOrDelegatedAdministratorException$1 = class AccountNotManagementOrDelegatedAdministratorException extends IAMServiceException$1 {
158
+ name = "AccountNotManagementOrDelegatedAdministratorException";
170
159
  $fault = "client";
160
+ Message;
171
161
  constructor(opts) {
172
162
  super({
173
- name: "LimitExceededException",
163
+ name: "AccountNotManagementOrDelegatedAdministratorException",
174
164
  $fault: "client",
175
165
  ...opts,
176
166
  });
177
- Object.setPrototypeOf(this, LimitExceededException.prototype);
167
+ Object.setPrototypeOf(this, AccountNotManagementOrDelegatedAdministratorException.prototype);
168
+ this.Message = opts.Message;
178
169
  }
179
170
  };
180
- let NoSuchEntityException$1 = class NoSuchEntityException extends IAMServiceException$1 {
181
- name = "NoSuchEntityException";
171
+ let InvalidInputException$1 = class InvalidInputException extends IAMServiceException$1 {
172
+ name = "InvalidInputException";
182
173
  $fault = "client";
183
174
  constructor(opts) {
184
175
  super({
185
- name: "NoSuchEntityException",
176
+ name: "InvalidInputException",
186
177
  $fault: "client",
187
178
  ...opts,
188
179
  });
189
- Object.setPrototypeOf(this, NoSuchEntityException.prototype);
180
+ Object.setPrototypeOf(this, InvalidInputException.prototype);
190
181
  }
191
182
  };
192
- let ServiceFailureException$1 = class ServiceFailureException extends IAMServiceException$1 {
193
- name = "ServiceFailureException";
194
- $fault = "server";
183
+ let LimitExceededException$1 = class LimitExceededException extends IAMServiceException$1 {
184
+ name = "LimitExceededException";
185
+ $fault = "client";
195
186
  constructor(opts) {
196
187
  super({
197
- name: "ServiceFailureException",
198
- $fault: "server",
188
+ name: "LimitExceededException",
189
+ $fault: "client",
199
190
  ...opts,
200
191
  });
201
- Object.setPrototypeOf(this, ServiceFailureException.prototype);
192
+ Object.setPrototypeOf(this, LimitExceededException.prototype);
202
193
  }
203
194
  };
204
195
  let EntityAlreadyExistsException$1 = class EntityAlreadyExistsException extends IAMServiceException$1 {
@@ -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,35 +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 SortKeyType = {
512
- LAST_AUTHENTICATED_TIME_ASCENDING: "LAST_AUTHENTICATED_TIME_ASCENDING",
513
- LAST_AUTHENTICATED_TIME_DESCENDING: "LAST_AUTHENTICATED_TIME_DESCENDING",
514
- SERVICE_NAMESPACE_ASCENDING: "SERVICE_NAMESPACE_ASCENDING",
515
- SERVICE_NAMESPACE_DESCENDING: "SERVICE_NAMESPACE_DESCENDING",
516
- };
517
- const JobStatusType = {
518
- COMPLETED: "COMPLETED",
519
- FAILED: "FAILED",
520
- IN_PROGRESS: "IN_PROGRESS",
521
- };
522
- const PolicyOwnerEntityType = {
523
- GROUP: "GROUP",
524
- ROLE: "ROLE",
525
- USER: "USER",
526
- };
527
- const DeletionTaskStatusType = {
528
- FAILED: "FAILED",
529
- IN_PROGRESS: "IN_PROGRESS",
530
- NOT_STARTED: "NOT_STARTED",
531
- SUCCEEDED: "SUCCEEDED",
532
- };
533
- const EncodingType = {
534
- PEM: "PEM",
535
- SSH: "SSH",
536
- };
537
455
  let UnrecognizedPublicKeyEncodingException$1 = class UnrecognizedPublicKeyEncodingException extends IAMServiceException$1 {
538
456
  name = "UnrecognizedPublicKeyEncodingException";
539
457
  $fault = "client";
@@ -546,24 +464,6 @@ let UnrecognizedPublicKeyEncodingException$1 = class UnrecognizedPublicKeyEncodi
546
464
  Object.setPrototypeOf(this, UnrecognizedPublicKeyEncodingException.prototype);
547
465
  }
548
466
  };
549
- const PolicyUsageType = {
550
- PermissionsBoundary: "PermissionsBoundary",
551
- PermissionsPolicy: "PermissionsPolicy",
552
- };
553
- const PolicyScopeType = {
554
- AWS: "AWS",
555
- All: "All",
556
- Local: "Local",
557
- };
558
- const PolicyType = {
559
- INLINE: "INLINE",
560
- MANAGED: "MANAGED",
561
- };
562
- const GlobalEndpointTokenVersion = {
563
- v1Token: "v1Token",
564
- v2Token: "v2Token",
565
- };
566
-
567
467
  let PolicyEvaluationException$1 = class PolicyEvaluationException extends IAMServiceException$1 {
568
468
  name = "PolicyEvaluationException";
569
469
  $fault = "server";
@@ -576,34 +476,6 @@ let PolicyEvaluationException$1 = class PolicyEvaluationException extends IAMSer
576
476
  Object.setPrototypeOf(this, PolicyEvaluationException.prototype);
577
477
  }
578
478
  };
579
- const ContextKeyTypeEnum = {
580
- BINARY: "binary",
581
- BINARY_LIST: "binaryList",
582
- BOOLEAN: "boolean",
583
- BOOLEAN_LIST: "booleanList",
584
- DATE: "date",
585
- DATE_LIST: "dateList",
586
- IP: "ip",
587
- IP_LIST: "ipList",
588
- NUMERIC: "numeric",
589
- NUMERIC_LIST: "numericList",
590
- STRING: "string",
591
- STRING_LIST: "stringList",
592
- };
593
- const PolicyEvaluationDecisionType = {
594
- ALLOWED: "allowed",
595
- EXPLICIT_DENY: "explicitDeny",
596
- IMPLICIT_DENY: "implicitDeny",
597
- };
598
- const PolicySourceType = {
599
- AWS_MANAGED: "aws-managed",
600
- GROUP: "group",
601
- NONE: "none",
602
- RESOURCE: "resource",
603
- ROLE: "role",
604
- USER: "user",
605
- USER_MANAGED: "user-managed",
606
- };
607
479
  let KeyPairMismatchException$1 = class KeyPairMismatchException extends IAMServiceException$1 {
608
480
  name = "KeyPairMismatchException";
609
481
  $fault = "client";
@@ -688,10 +560,15 @@ const _ACIDTOIDCPR = "AddClientIDToOpenIDConnectProviderRequest";
688
560
  const _ACt = "AttachmentCount";
689
561
  const _ACu = "AuthenticationCode2";
690
562
  const _AD = "AccessDetail";
563
+ const _ADR = "AcceptDelegationRequest";
564
+ const _ADRR = "AcceptDelegationRequestRequest";
565
+ const _ADRRs = "AssociateDelegationRequestRequest";
566
+ const _ADRs = "AssociateDelegationRequest";
691
567
  const _ADc = "AccessDetails";
692
568
  const _AEM = "AssertionEncryptionMode";
693
569
  const _AGP = "AttachGroupPolicy";
694
570
  const _AGPR = "AttachGroupPolicyRequest";
571
+ const _AI = "ApproverId";
695
572
  const _AK = "AccessKey";
696
573
  const _AKI = "AccessKeyId";
697
574
  const _AKLU = "AccessKeyLastUsed";
@@ -821,12 +698,14 @@ const _DORCMRi = "DisableOrganizationsRootCredentialsManagementResponse";
821
698
  const _DORS = "DisableOrganizationsRootSessions";
822
699
  const _DORSR = "DisableOrganizationsRootSessionsRequest";
823
700
  const _DORSRi = "DisableOrganizationsRootSessionsResponse";
701
+ const _DOWIF = "DisableOutboundWebIdentityFederation";
824
702
  const _DP = "DelegationPermission";
703
+ const _DPC = "DelegationPermissionCheck";
825
704
  const _DPR = "DeletePolicyRequest";
826
705
  const _DPV = "DeletePolicyVersion";
827
706
  const _DPVR = "DeletePolicyVersionRequest";
828
707
  const _DPe = "DeletePolicy";
829
- const _DR = "DeleteRole";
708
+ const _DR = "DelegationRequest";
830
709
  const _DRI = "DelegationRequestId";
831
710
  const _DRP = "DeleteRolePolicy";
832
711
  const _DRPB = "DeleteRolePermissionsBoundary";
@@ -835,6 +714,8 @@ const _DRPR = "DeleteRolePolicyRequest";
835
714
  const _DRPRe = "DetachRolePolicyRequest";
836
715
  const _DRPe = "DetachRolePolicy";
837
716
  const _DRR = "DeleteRoleRequest";
717
+ const _DRe = "DelegationRequests";
718
+ const _DRel = "DeleteRole";
838
719
  const _DSAMLP = "DeleteSAMLProvider";
839
720
  const _DSAMLPR = "DeleteSAMLProviderRequest";
840
721
  const _DSC = "DeleteServerCertificate";
@@ -864,6 +745,7 @@ const _DVMFAD = "DeleteVirtualMFADevice";
864
745
  const _DVMFADR = "DeleteVirtualMFADeviceRequest";
865
746
  const _Do = "Document";
866
747
  const _E = "Error";
748
+ const _EA = "EntityArn";
867
749
  const _EAEE = "EntityAlreadyExistsException";
868
750
  const _EAN = "EvalActionName";
869
751
  const _ED = "EntityDetails";
@@ -885,6 +767,8 @@ const _EORCMRn = "EnableOrganizationsRootCredentialsManagementResponse";
885
767
  const _EORS = "EnableOrganizationsRootSessions";
886
768
  const _EORSR = "EnableOrganizationsRootSessionsRequest";
887
769
  const _EORSRn = "EnableOrganizationsRootSessionsResponse";
770
+ const _EOWIF = "EnableOutboundWebIdentityFederation";
771
+ const _EOWIFR = "EnableOutboundWebIdentityFederationResponse";
888
772
  const _EP = "EntityPath";
889
773
  const _EPn = "EndPosition";
890
774
  const _EPx = "ExpirePasswords";
@@ -898,6 +782,8 @@ const _ETUE = "EntityTemporarilyUnmodifiableException";
898
782
  const _En = "Encoding";
899
783
  const _Ex = "Expiration";
900
784
  const _F = "Filter";
785
+ const _FDE = "FeatureDisabledException";
786
+ const _FEE = "FeatureEnabledException";
901
787
  const _Fi = "Fingerprint";
902
788
  const _G = "Group";
903
789
  const _GAAD = "GetAccountAuthorizationDetails";
@@ -921,6 +807,9 @@ const _GCRRe = "GetCredentialReportResponse";
921
807
  const _GCRe = "GetCredentialReport";
922
808
  const _GD = "GroupDetail";
923
809
  const _GDL = "GroupDetailList";
810
+ const _GDR = "GetDelegationRequest";
811
+ const _GDRR = "GetDelegationRequestRequest";
812
+ const _GDRRe = "GetDelegationRequestResponse";
924
813
  const _GETV = "GlobalEndpointTokenVersion";
925
814
  const _GG = "GetGroup";
926
815
  const _GGP = "GetGroupPolicy";
@@ -928,6 +817,9 @@ const _GGPR = "GetGroupPolicyRequest";
928
817
  const _GGPRe = "GetGroupPolicyResponse";
929
818
  const _GGR = "GetGroupRequest";
930
819
  const _GGRe = "GetGroupResponse";
820
+ const _GHRS = "GetHumanReadableSummary";
821
+ const _GHRSR = "GetHumanReadableSummaryRequest";
822
+ const _GHRSRe = "GetHumanReadableSummaryResponse";
931
823
  const _GI = "GroupId";
932
824
  const _GIP = "GetInstanceProfile";
933
825
  const _GIPR = "GetInstanceProfileRequest";
@@ -949,6 +841,8 @@ const _GOARe = "GetOrganizationsAccessReport";
949
841
  const _GOIDCP = "GetOpenIDConnectProvider";
950
842
  const _GOIDCPR = "GetOpenIDConnectProviderRequest";
951
843
  const _GOIDCPRe = "GetOpenIDConnectProviderResponse";
844
+ const _GOWIFI = "GetOutboundWebIdentityFederationInfo";
845
+ const _GOWIFIR = "GetOutboundWebIdentityFederationInfoResponse";
952
846
  const _GP = "GetPolicy";
953
847
  const _GPL = "GroupPolicyList";
954
848
  const _GPR = "GetPolicyRequest";
@@ -998,6 +892,7 @@ const _IA = "IsAttachable";
998
892
  const _IACE = "InvalidAuthenticationCodeException";
999
893
  const _ICE = "InvalidCertificateException";
1000
894
  const _IDV = "IsDefaultVersion";
895
+ const _II = "IssuerIdentifier";
1001
896
  const _IIE = "InvalidInputException";
1002
897
  const _IP = "InstanceProfile";
1003
898
  const _IPI = "InstanceProfileId";
@@ -1012,10 +907,11 @@ const _JCDo = "JobCompletionDate";
1012
907
  const _JI = "JobId";
1013
908
  const _JS = "JobStatus";
1014
909
  const _JT = "JobType";
910
+ const _JVE = "JwtVendingEnabled";
1015
911
  const _K = "Key";
1016
912
  const _KI = "KeyId";
1017
913
  const _KPME = "KeyPairMismatchException";
1018
- const _L = "Line";
914
+ const _L = "Locale";
1019
915
  const _LA = "LastAuthenticated";
1020
916
  const _LAA = "ListAccountAliases";
1021
917
  const _LAAR = "ListAccountAliasesRequest";
@@ -1038,6 +934,9 @@ const _LATa = "LastAccessedTime";
1038
934
  const _LAUP = "ListAttachedUserPolicies";
1039
935
  const _LAUPR = "ListAttachedUserPoliciesRequest";
1040
936
  const _LAUPRi = "ListAttachedUserPoliciesResponse";
937
+ const _LDR = "ListDelegationRequests";
938
+ const _LDRR = "ListDelegationRequestsRequest";
939
+ const _LDRRi = "ListDelegationRequestsResponse";
1041
940
  const _LEE = "LimitExceededException";
1042
941
  const _LEFP = "ListEntitiesForPolicy";
1043
942
  const _LEFPR = "ListEntitiesForPolicyRequest";
@@ -1132,6 +1031,7 @@ const _LUTRi = "ListUserTagsResponse";
1132
1031
  const _LVMFAD = "ListVirtualMFADevices";
1133
1032
  const _LVMFADR = "ListVirtualMFADevicesRequest";
1134
1033
  const _LVMFADRi = "ListVirtualMFADevicesResponse";
1034
+ const _Li = "Line";
1135
1035
  const _M = "Message";
1136
1036
  const _MCE = "MalformedCertificateException";
1137
1037
  const _MCV = "MissingContextValues";
@@ -1156,15 +1056,17 @@ const _NPe = "NewPath";
1156
1056
  const _NSCN = "NewServerCertificateName";
1157
1057
  const _NSEE = "NoSuchEntityException";
1158
1058
  const _NUN = "NewUserName";
1059
+ const _No = "Notes";
1159
1060
  const _OA = "OnlyAttached";
1160
1061
  const _OAI = "OwnerAccountId";
1161
1062
  const _ODD = "OrganizationsDecisionDetail";
1162
- const _OI = "OrganizationId";
1063
+ const _OI = "OwnerId";
1163
1064
  const _OIDCPA = "OpenIDConnectProviderArn";
1164
1065
  const _OIDCPL = "OpenIDConnectProviderList";
1165
1066
  const _OIDCPLE = "OpenIDConnectProviderListEntry";
1166
1067
  const _OIDCPLT = "OpenIDConnectProviderListType";
1167
1068
  const _OIICEE = "OpenIdIdpCommunicationErrorException";
1069
+ const _OIr = "OrganizationId";
1168
1070
  const _ONFE = "OrganizationNotFoundException";
1169
1071
  const _ONIAFME = "OrganizationNotInAllFeaturesModeException";
1170
1072
  const _OP = "OldPassword";
@@ -1178,6 +1080,8 @@ const _PBDD = "PermissionsBoundaryDecisionDetail";
1178
1080
  const _PBPIL = "PermissionsBoundaryPolicyInputList";
1179
1081
  const _PBT = "PermissionsBoundaryType";
1180
1082
  const _PBUC = "PermissionsBoundaryUsageCount";
1083
+ const _PCR = "PermissionCheckResult";
1084
+ const _PCS = "PermissionCheckStatus";
1181
1085
  const _PD = "PolicyDocument";
1182
1086
  const _PDo = "PolicyDetail";
1183
1087
  const _PEE = "PolicyEvaluationException";
@@ -1196,9 +1100,10 @@ const _PLU = "PasswordLastUsed";
1196
1100
  const _PN = "PolicyName";
1197
1101
  const _PNAE = "PolicyNotAttachableException";
1198
1102
  const _PNo = "PolicyNames";
1199
- const _PP = "PasswordPolicy";
1103
+ const _PP = "PermissionPolicy";
1200
1104
  const _PPVE = "PasswordPolicyViolationException";
1201
- const _PPa = "PathPrefix";
1105
+ const _PPa = "PasswordPolicy";
1106
+ const _PPat = "PathPrefix";
1202
1107
  const _PPo = "PolicyParameter";
1203
1108
  const _PR = "PolicyRoles";
1204
1109
  const _PRLT = "PolicyRoleListType";
@@ -1235,21 +1140,27 @@ const _RCIDFOIDCP = "RemoveClientIDFromOpenIDConnectProvider";
1235
1140
  const _RCIDFOIDCPR = "RemoveClientIDFromOpenIDConnectProviderRequest";
1236
1141
  const _RD = "RoleDetail";
1237
1142
  const _RDL = "RoleDetailList";
1143
+ const _RDR = "RejectDelegationRequest";
1144
+ const _RDRR = "RejectDelegationRequestRequest";
1238
1145
  const _RF = "ReportFormat";
1239
1146
  const _RGLEE = "ReportGenerationLimitExceededException";
1240
1147
  const _RHO = "ResourceHandlingOption";
1241
- const _RI = "RoleId";
1148
+ const _RI = "RequestorId";
1149
+ const _RIo = "RoleId";
1242
1150
  const _RLC = "RequireLowercaseCharacters";
1243
1151
  const _RLU = "RoleLastUsed";
1244
1152
  const _RM = "RequestMessage";
1245
1153
  const _RMFAD = "ResyncMFADevice";
1246
1154
  const _RMFADR = "ResyncMFADeviceRequest";
1247
1155
  const _RN = "RoleName";
1248
- const _RNe = "RequireNumbers";
1156
+ const _RNe = "RequestorName";
1157
+ const _RNeq = "RequireNumbers";
1249
1158
  const _RO = "ResourceOwner";
1250
1159
  const _RP = "ResourcePolicy";
1251
1160
  const _RPK = "RemovePrivateKey";
1252
1161
  const _RPL = "RolePolicyList";
1162
+ const _RPRA = "RolePermissionRestrictionArns";
1163
+ const _RR = "RejectionReason";
1253
1164
  const _RRFIP = "RemoveRoleFromInstanceProfile";
1254
1165
  const _RRFIPR = "RemoveRoleFromInstanceProfileRequest";
1255
1166
  const _RS = "RequireSymbols";
@@ -1282,7 +1193,7 @@ const _SAMLPLE = "SAMLProviderListEntry";
1282
1193
  const _SAMLPLT = "SAMLProviderListType";
1283
1194
  const _SAMLPUUID = "SAMLProviderUUID";
1284
1195
  const _SANEE = "ServiceAccessNotEnabledException";
1285
- const _SC = "ServerCertificate";
1196
+ const _SC = "SummaryContent";
1286
1197
  const _SCA = "ServiceCredentialAlias";
1287
1198
  const _SCI = "ServerCertificateId";
1288
1199
  const _SCM = "ServerCertificateMetadata";
@@ -1291,10 +1202,13 @@ const _SCN = "ServerCertificateName";
1291
1202
  const _SCP = "SimulateCustomPolicy";
1292
1203
  const _SCPR = "SimulateCustomPolicyRequest";
1293
1204
  const _SCS = "ServiceCredentialSecret";
1205
+ const _SCe = "ServerCertificate";
1294
1206
  const _SCi = "SigningCertificate";
1295
1207
  const _SD = "SessionDuration";
1296
1208
  const _SDPV = "SetDefaultPolicyVersion";
1297
1209
  const _SDPVR = "SetDefaultPolicyVersionRequest";
1210
+ const _SDT = "SendDelegationToken";
1211
+ const _SDTR = "SendDelegationTokenRequest";
1298
1212
  const _SFE = "ServiceFailureException";
1299
1213
  const _SK = "SortKey";
1300
1214
  const _SLA = "ServicesLastAccessed";
@@ -1313,6 +1227,7 @@ const _SPPR = "SimulatePrincipalPolicyRequest";
1313
1227
  const _SPR = "SimulatePolicyResponse";
1314
1228
  const _SPT = "SourcePolicyType";
1315
1229
  const _SPt = "StartPosition";
1230
+ const _SS = "SummaryState";
1316
1231
  const _SSC = "ServiceSpecificCredential";
1317
1232
  const _SSCI = "ServiceSpecificCredentialId";
1318
1233
  const _SSCLT = "ServiceSpecificCredentialsListType";
@@ -1364,6 +1279,8 @@ const _UARP = "UpdateAssumeRolePolicy";
1364
1279
  const _UARPR = "UpdateAssumeRolePolicyRequest";
1365
1280
  const _UD = "UpdateDate";
1366
1281
  const _UDL = "UserDetailList";
1282
+ const _UDR = "UpdateDelegationRequest";
1283
+ const _UDRR = "UpdateDelegationRequestRequest";
1367
1284
  const _UDp = "UploadDate";
1368
1285
  const _UDs = "UserDetail";
1369
1286
  const _UEE = "UnmodifiableEntityException";
@@ -1417,6 +1334,7 @@ const _USSHPKR = "UpdateSSHPublicKeyRequest";
1417
1334
  const _USSHPKRp = "UploadSSHPublicKeyRequest";
1418
1335
  const _USSHPKRpl = "UploadSSHPublicKeyResponse";
1419
1336
  const _USSHPKp = "UploadSSHPublicKey";
1337
+ const _UT = "UpdatedTime";
1420
1338
  const _UU = "UntagUser";
1421
1339
  const _UUR = "UntagUserRequest";
1422
1340
  const _UURp = "UpdateUserRequest";
@@ -1437,12 +1355,14 @@ const _aPLT = "attachedPoliciesListType";
1437
1355
  const _aQE = "awsQueryError";
1438
1356
  const _c = "client";
1439
1357
  const _cLT = "certificateListType";
1358
+ const _dRLT = "delegationRequestsListType";
1440
1359
  const _e = "error";
1441
1360
  const _eDLT = "entityDetailsListType";
1442
1361
  const _gDLT = "groupDetailListType";
1443
1362
  const _gLT = "groupListType";
1444
1363
  const _hE = "httpError";
1445
1364
  const _iPLT = "instanceProfileListType";
1365
+ const _iT = "isTruncated";
1446
1366
  const _lPGSARLT = "listPolicyGrantingServiceAccessResponseListType";
1447
1367
  const _m = "message";
1448
1368
  const _mDLT = "mfaDeviceListType";
@@ -1472,6 +1392,7 @@ var passwordType = [0, n0, _pT, 8, 0];
1472
1392
  var privateKeyType = [0, n0, _pKT, 8, 0];
1473
1393
  var serviceCredentialSecret = [0, n0, _sCS, 8, 0];
1474
1394
  var servicePassword = [0, n0, _sP, 8, 0];
1395
+ var AcceptDelegationRequestRequest = [3, n0, _ADRR, 0, [_DRI], [0]];
1475
1396
  var AccessDetail = [3, n0, _AD, 0, [_SN, _SNe, _R, _EP, _LAT, _TAE], [0, 0, 0, 0, 4, 1]];
1476
1397
  var AccessKey = [
1477
1398
  3,
@@ -1505,6 +1426,7 @@ var AddClientIDToOpenIDConnectProviderRequest = [
1505
1426
  ];
1506
1427
  var AddRoleToInstanceProfileRequest = [3, n0, _ARTIPR, 0, [_IPN, _RN], [0, 0]];
1507
1428
  var AddUserToGroupRequest = [3, n0, _AUTGR, 0, [_GN, _UN], [0, 0]];
1429
+ var AssociateDelegationRequestRequest = [3, n0, _ADRRs, 0, [_DRI], [0]];
1508
1430
  var AttachedPermissionsBoundary = [3, n0, _APB, 0, [_PBT, _PBA], [0, 0]];
1509
1431
  var AttachedPolicy = [3, n0, _AP, 0, [_PN, _PA], [0, 0]];
1510
1432
  var AttachGroupPolicyRequest = [3, n0, _AGPR, 0, [_GN, _PA], [0, 0]];
@@ -1722,6 +1644,14 @@ var DelegationPermission = [
1722
1644
  [_PTA, _Par],
1723
1645
  [0, () => policyParameterListType],
1724
1646
  ];
1647
+ var DelegationRequest = [
1648
+ 3,
1649
+ n0,
1650
+ _DR,
1651
+ 0,
1652
+ [_DRI, _OAI, _D, _RM, _P, _PP, _RPRA, _OI, _AI, _St, _RI, _RNe, _CD, _SD, _RU, _No, _RR, _OSBO, _UT],
1653
+ [0, 0, 0, 0, () => DelegationPermission, 0, 64 | 0, 0, 0, 0, 0, 0, 4, 1, 0, 0, 0, 2, 4],
1654
+ ];
1725
1655
  var DeleteAccessKeyRequest = [3, n0, _DAKR, 0, [_UN, _AKI], [0, 0]];
1726
1656
  var DeleteAccountAliasRequest = [3, n0, _DAAR, 0, [_AA], [0]];
1727
1657
  var DeleteConflictException = [
@@ -1775,7 +1705,7 @@ var DisableOrganizationsRootCredentialsManagementResponse = [
1775
1705
  n0,
1776
1706
  _DORCMRi,
1777
1707
  0,
1778
- [_OI, _EF],
1708
+ [_OIr, _EF],
1779
1709
  [0, 64 | 0],
1780
1710
  ];
1781
1711
  var DisableOrganizationsRootSessionsRequest = [3, n0, _DORSR, 0, [], []];
@@ -1784,7 +1714,7 @@ var DisableOrganizationsRootSessionsResponse = [
1784
1714
  n0,
1785
1715
  _DORSRi,
1786
1716
  0,
1787
- [_OI, _EF],
1717
+ [_OIr, _EF],
1788
1718
  [0, 64 | 0],
1789
1719
  ];
1790
1720
  var DuplicateCertificateException = [
@@ -1820,7 +1750,7 @@ var EnableOrganizationsRootCredentialsManagementResponse = [
1820
1750
  n0,
1821
1751
  _EORCMRn,
1822
1752
  0,
1823
- [_OI, _EF],
1753
+ [_OIr, _EF],
1824
1754
  [0, 64 | 0],
1825
1755
  ];
1826
1756
  var EnableOrganizationsRootSessionsRequest = [3, n0, _EORSR, 0, [], []];
@@ -1829,9 +1759,10 @@ var EnableOrganizationsRootSessionsResponse = [
1829
1759
  n0,
1830
1760
  _EORSRn,
1831
1761
  0,
1832
- [_OI, _EF],
1762
+ [_OIr, _EF],
1833
1763
  [0, 64 | 0],
1834
1764
  ];
1765
+ var EnableOutboundWebIdentityFederationResponse = [3, n0, _EOWIFR, 0, [_II], [0]];
1835
1766
  var EntityAlreadyExistsException = [
1836
1767
  -3,
1837
1768
  n0,
@@ -1879,6 +1810,32 @@ var EvaluationResult = [
1879
1810
  () => ResourceSpecificResultListType,
1880
1811
  ],
1881
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);
1882
1839
  var GenerateCredentialReportResponse = [3, n0, _GCRR, 0, [_St, _D], [0, 0]];
1883
1840
  var GenerateOrganizationsAccessReportRequest = [3, n0, _GOARR, 0, [_EP, _OPI], [0, 0]];
1884
1841
  var GenerateOrganizationsAccessReportResponse = [3, n0, _GOARRe, 0, [_JI], [0]];
@@ -1916,7 +1873,7 @@ var GetAccountAuthorizationDetailsResponse = [
1916
1873
  0,
1917
1874
  ],
1918
1875
  ];
1919
- var GetAccountPasswordPolicyResponse = [3, n0, _GAPPR, 0, [_PP], [() => PasswordPolicy]];
1876
+ var GetAccountPasswordPolicyResponse = [3, n0, _GAPPR, 0, [_PPa], [() => PasswordPolicy]];
1920
1877
  var GetAccountSummaryResponse = [3, n0, _GASR, 0, [_SM], [128 | 1]];
1921
1878
  var GetContextKeysForCustomPolicyRequest = [3, n0, _GCKFCPR, 0, [_PIL], [64 | 0]];
1922
1879
  var GetContextKeysForPolicyResponse = [3, n0, _GCKFPR, 0, [_CKNo], [64 | 0]];
@@ -1929,6 +1886,15 @@ var GetContextKeysForPrincipalPolicyRequest = [
1929
1886
  [0, 64 | 0],
1930
1887
  ];
1931
1888
  var GetCredentialReportResponse = [3, n0, _GCRRe, 0, [_Co, _RF, _GT], [21, 0, 4]];
1889
+ var GetDelegationRequestRequest = [3, n0, _GDRR, 0, [_DRI, _DPC], [0, 2]];
1890
+ var GetDelegationRequestResponse = [
1891
+ 3,
1892
+ n0,
1893
+ _GDRRe,
1894
+ 0,
1895
+ [_DR, _PCS, _PCR],
1896
+ [() => DelegationRequest, 0, 0],
1897
+ ];
1932
1898
  var GetGroupPolicyRequest = [3, n0, _GGPR, 0, [_GN, _PN], [0, 0]];
1933
1899
  var GetGroupPolicyResponse = [3, n0, _GGPRe, 0, [_GN, _PN, _PD], [0, 0, 0]];
1934
1900
  var GetGroupRequest = [3, n0, _GGR, 0, [_GN, _Ma, _MI], [0, 0, 1]];
@@ -1940,6 +1906,8 @@ var GetGroupResponse = [
1940
1906
  [_G, _Use, _IT, _Ma],
1941
1907
  [() => Group, () => userListType, 2, 0],
1942
1908
  ];
1909
+ var GetHumanReadableSummaryRequest = [3, n0, _GHRSR, 0, [_EA, _L], [0, 0]];
1910
+ var GetHumanReadableSummaryResponse = [3, n0, _GHRSRe, 0, [_SC, _L, _SS], [0, 0, 0]];
1943
1911
  var GetInstanceProfileRequest = [3, n0, _GIPR, 0, [_IPN], [0]];
1944
1912
  var GetInstanceProfileResponse = [3, n0, _GIPRe, 0, [_IP], [() => InstanceProfile]];
1945
1913
  var GetLoginProfileRequest = [3, n0, _GLPR, 0, [_UN], [0]];
@@ -1978,6 +1946,14 @@ var GetOrganizationsAccessReportResponse = [
1978
1946
  [_JS, _JCD, _JCDo, _NOSA, _NOSNA, _ADc, _IT, _Ma, _EDr],
1979
1947
  [0, 4, 4, 1, 1, () => AccessDetails, 2, 0, () => ErrorDetails],
1980
1948
  ];
1949
+ var GetOutboundWebIdentityFederationInfoResponse = [
1950
+ 3,
1951
+ n0,
1952
+ _GOWIFIR,
1953
+ 0,
1954
+ [_II, _JVE],
1955
+ [0, 2],
1956
+ ];
1981
1957
  var GetPolicyRequest = [3, n0, _GPR, 0, [_PA], [0]];
1982
1958
  var GetPolicyResponse = [3, n0, _GPRe, 0, [_Po], [() => Policy]];
1983
1959
  var GetPolicyVersionRequest = [3, n0, _GPVR, 0, [_PA, _VI], [0, 0]];
@@ -1996,7 +1972,7 @@ var GetSAMLProviderResponse = [
1996
1972
  [0, 0, 4, 4, () => tagListType, 0, () => privateKeyList],
1997
1973
  ];
1998
1974
  var GetServerCertificateRequest = [3, n0, _GSCR, 0, [_SCN], [0]];
1999
- var GetServerCertificateResponse = [3, n0, _GSCRe, 0, [_SC], [() => ServerCertificate]];
1975
+ var GetServerCertificateResponse = [3, n0, _GSCRe, 0, [_SCe], [() => ServerCertificate]];
2000
1976
  var GetServiceLastAccessedDetailsRequest = [
2001
1977
  3,
2002
1978
  n0,
@@ -2168,7 +2144,7 @@ var ListAttachedGroupPoliciesRequest = [
2168
2144
  n0,
2169
2145
  _LAGPR,
2170
2146
  0,
2171
- [_GN, _PPa, _Ma, _MI],
2147
+ [_GN, _PPat, _Ma, _MI],
2172
2148
  [0, 0, 0, 1],
2173
2149
  ];
2174
2150
  var ListAttachedGroupPoliciesResponse = [
@@ -2184,7 +2160,7 @@ var ListAttachedRolePoliciesRequest = [
2184
2160
  n0,
2185
2161
  _LARPR,
2186
2162
  0,
2187
- [_RN, _PPa, _Ma, _MI],
2163
+ [_RN, _PPat, _Ma, _MI],
2188
2164
  [0, 0, 0, 1],
2189
2165
  ];
2190
2166
  var ListAttachedRolePoliciesResponse = [
@@ -2200,7 +2176,7 @@ var ListAttachedUserPoliciesRequest = [
2200
2176
  n0,
2201
2177
  _LAUPR,
2202
2178
  0,
2203
- [_UN, _PPa, _Ma, _MI],
2179
+ [_UN, _PPat, _Ma, _MI],
2204
2180
  [0, 0, 0, 1],
2205
2181
  ];
2206
2182
  var ListAttachedUserPoliciesResponse = [
@@ -2211,12 +2187,21 @@ var ListAttachedUserPoliciesResponse = [
2211
2187
  [_APt, _IT, _Ma],
2212
2188
  [() => attachedPoliciesListType, 2, 0],
2213
2189
  ];
2190
+ var ListDelegationRequestsRequest = [3, n0, _LDRR, 0, [_OI, _Ma, _MI], [0, 0, 1]];
2191
+ var ListDelegationRequestsResponse = [
2192
+ 3,
2193
+ n0,
2194
+ _LDRRi,
2195
+ 0,
2196
+ [_DRe, _Ma, _iT],
2197
+ [() => delegationRequestsListType, 0, 2],
2198
+ ];
2214
2199
  var ListEntitiesForPolicyRequest = [
2215
2200
  3,
2216
2201
  n0,
2217
2202
  _LEFPR,
2218
2203
  0,
2219
- [_PA, _EFn, _PPa, _PUF, _Ma, _MI],
2204
+ [_PA, _EFn, _PPat, _PUF, _Ma, _MI],
2220
2205
  [0, 0, 0, 0, 0, 1],
2221
2206
  ];
2222
2207
  var ListEntitiesForPolicyResponse = [
@@ -2238,7 +2223,7 @@ var ListGroupsForUserResponse = [
2238
2223
  [_Gro, _IT, _Ma],
2239
2224
  [() => groupListType, 2, 0],
2240
2225
  ];
2241
- var ListGroupsRequest = [3, n0, _LGR, 0, [_PPa, _Ma, _MI], [0, 0, 1]];
2226
+ var ListGroupsRequest = [3, n0, _LGR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
2242
2227
  var ListGroupsResponse = [3, n0, _LGRi, 0, [_Gro, _IT, _Ma], [() => groupListType, 2, 0]];
2243
2228
  var ListInstanceProfilesForRoleRequest = [3, n0, _LIPFRR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
2244
2229
  var ListInstanceProfilesForRoleResponse = [
@@ -2249,7 +2234,7 @@ var ListInstanceProfilesForRoleResponse = [
2249
2234
  [_IPn, _IT, _Ma],
2250
2235
  [() => instanceProfileListType, 2, 0],
2251
2236
  ];
2252
- var ListInstanceProfilesRequest = [3, n0, _LIPR, 0, [_PPa, _Ma, _MI], [0, 0, 1]];
2237
+ var ListInstanceProfilesRequest = [3, n0, _LIPR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
2253
2238
  var ListInstanceProfilesResponse = [
2254
2239
  3,
2255
2240
  n0,
@@ -2311,7 +2296,7 @@ var ListOpenIDConnectProviderTagsResponse = [
2311
2296
  [() => tagListType, 2, 0],
2312
2297
  ];
2313
2298
  var ListOrganizationsFeaturesRequest = [3, n0, _LOFR, 0, [], []];
2314
- var ListOrganizationsFeaturesResponse = [3, n0, _LOFRi, 0, [_OI, _EF], [0, 64 | 0]];
2299
+ var ListOrganizationsFeaturesResponse = [3, n0, _LOFRi, 0, [_OIr, _EF], [0, 64 | 0]];
2315
2300
  var ListPoliciesGrantingServiceAccessEntry = [
2316
2301
  3,
2317
2302
  n0,
@@ -2341,7 +2326,7 @@ var ListPoliciesRequest = [
2341
2326
  n0,
2342
2327
  _LPR,
2343
2328
  0,
2344
- [_Sc, _OA, _PPa, _PUF, _Ma, _MI],
2329
+ [_Sc, _OA, _PPat, _PUF, _Ma, _MI],
2345
2330
  [0, 2, 0, 0, 0, 1],
2346
2331
  ];
2347
2332
  var ListPoliciesResponse = [
@@ -2372,7 +2357,7 @@ var ListPolicyVersionsResponse = [
2372
2357
  ];
2373
2358
  var ListRolePoliciesRequest = [3, n0, _LRPR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
2374
2359
  var ListRolePoliciesResponse = [3, n0, _LRPRi, 0, [_PNo, _IT, _Ma], [64 | 0, 2, 0]];
2375
- var ListRolesRequest = [3, n0, _LRR, 0, [_PPa, _Ma, _MI], [0, 0, 1]];
2360
+ var ListRolesRequest = [3, n0, _LRR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
2376
2361
  var ListRolesResponse = [3, n0, _LRRi, 0, [_Rol, _IT, _Ma], [() => roleListType, 2, 0]];
2377
2362
  var ListRoleTagsRequest = [3, n0, _LRTR, 0, [_RN, _Ma, _MI], [0, 0, 1]];
2378
2363
  var ListRoleTagsResponse = [3, n0, _LRTRi, 0, [_T, _IT, _Ma], [() => tagListType, 2, 0]];
@@ -2394,7 +2379,7 @@ var ListSAMLProviderTagsResponse = [
2394
2379
  [_T, _IT, _Ma],
2395
2380
  [() => tagListType, 2, 0],
2396
2381
  ];
2397
- var ListServerCertificatesRequest = [3, n0, _LSCR, 0, [_PPa, _Ma, _MI], [0, 0, 1]];
2382
+ var ListServerCertificatesRequest = [3, n0, _LSCR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
2398
2383
  var ListServerCertificatesResponse = [
2399
2384
  3,
2400
2385
  n0,
@@ -2448,7 +2433,7 @@ var ListSSHPublicKeysResponse = [
2448
2433
  ];
2449
2434
  var ListUserPoliciesRequest = [3, n0, _LUPR, 0, [_UN, _Ma, _MI], [0, 0, 1]];
2450
2435
  var ListUserPoliciesResponse = [3, n0, _LUPRi, 0, [_PNo, _IT, _Ma], [64 | 0, 2, 0]];
2451
- var ListUsersRequest = [3, n0, _LUR, 0, [_PPa, _Ma, _MI], [0, 0, 1]];
2436
+ var ListUsersRequest = [3, n0, _LUR, 0, [_PPat, _Ma, _MI], [0, 0, 1]];
2452
2437
  var ListUsersResponse = [3, n0, _LURi, 0, [_Use, _IT, _Ma], [() => userListType, 2, 0]];
2453
2438
  var ListUserTagsRequest = [3, n0, _LUTR, 0, [_UN, _Ma, _MI], [0, 0, 1]];
2454
2439
  var ListUserTagsResponse = [3, n0, _LUTRi, 0, [_T, _IT, _Ma], [() => tagListType, 2, 0]];
@@ -2552,9 +2537,9 @@ var OrganizationsDecisionDetail = [3, n0, _ODD, 0, [_ABO], [2]];
2552
2537
  var PasswordPolicy = [
2553
2538
  3,
2554
2539
  n0,
2555
- _PP,
2540
+ _PPa,
2556
2541
  0,
2557
- [_MPL, _RS, _RNe, _RUC, _RLC, _AUTCP, _EPx, _MPA, _PRP, _HE],
2542
+ [_MPL, _RS, _RNeq, _RUC, _RLC, _AUTCP, _EPx, _MPA, _PRP, _HE],
2558
2543
  [1, 2, 2, 2, 2, 2, 2, 1, 1, 2],
2559
2544
  ];
2560
2545
  var PasswordPolicyViolationException = [
@@ -2616,15 +2601,16 @@ var PolicyNotAttachableException = [
2616
2601
  ];
2617
2602
  schema.TypeRegistry.for(n0).registerError(PolicyNotAttachableException, PolicyNotAttachableException$1);
2618
2603
  var PolicyParameter = [3, n0, _PPo, 0, [_N, _Va, _Ty], [0, 64 | 0, 0]];
2619
- var PolicyRole = [3, n0, _PRo, 0, [_RN, _RI], [0, 0]];
2604
+ var PolicyRole = [3, n0, _PRo, 0, [_RN, _RIo], [0, 0]];
2620
2605
  var PolicyUser = [3, n0, _PUo, 0, [_UN, _UI], [0, 0]];
2621
2606
  var PolicyVersion = [3, n0, _PV, 0, [_Do, _VI, _IDV, _CD], [0, 0, 2, 4]];
2622
- var Position = [3, n0, _Pos, 0, [_L, _Col], [1, 1]];
2607
+ var Position = [3, n0, _Pos, 0, [_Li, _Col], [1, 1]];
2623
2608
  var PutGroupPolicyRequest = [3, n0, _PGPR, 0, [_GN, _PN, _PD], [0, 0, 0]];
2624
2609
  var PutRolePermissionsBoundaryRequest = [3, n0, _PRPBR, 0, [_RN, _PB], [0, 0]];
2625
2610
  var PutRolePolicyRequest = [3, n0, _PRPR, 0, [_RN, _PN, _PD], [0, 0, 0]];
2626
2611
  var PutUserPermissionsBoundaryRequest = [3, n0, _PUPBR, 0, [_UN, _PB], [0, 0]];
2627
2612
  var PutUserPolicyRequest = [3, n0, _PUPR, 0, [_UN, _PN, _PD], [0, 0, 0]];
2613
+ var RejectDelegationRequestRequest = [3, n0, _RDRR, 0, [_DRI, _No], [0, 0]];
2628
2614
  var RemoveClientIDFromOpenIDConnectProviderRequest = [
2629
2615
  3,
2630
2616
  n0,
@@ -2671,7 +2657,7 @@ var Role = [
2671
2657
  n0,
2672
2658
  _Ro,
2673
2659
  0,
2674
- [_Pa, _RN, _RI, _A, _CD, _ARPD, _D, _MSD, _PB, _T, _RLU],
2660
+ [_Pa, _RN, _RIo, _A, _CD, _ARPD, _D, _MSD, _PB, _T, _RLU],
2675
2661
  [0, 0, 0, 0, 4, 0, 0, 1, () => AttachedPermissionsBoundary, () => tagListType, () => RoleLastUsed],
2676
2662
  ];
2677
2663
  var RoleDetail = [
@@ -2679,7 +2665,7 @@ var RoleDetail = [
2679
2665
  n0,
2680
2666
  _RD,
2681
2667
  0,
2682
- [_Pa, _RN, _RI, _A, _CD, _ARPD, _IPL, _RPL, _AMP, _PB, _T, _RLU],
2668
+ [_Pa, _RN, _RIo, _A, _CD, _ARPD, _IPL, _RPL, _AMP, _PB, _T, _RLU],
2683
2669
  [
2684
2670
  0,
2685
2671
  0,
@@ -2699,10 +2685,11 @@ var RoleLastUsed = [3, n0, _RLU, 0, [_LUD, _R], [4, 0]];
2699
2685
  var RoleUsageType = [3, n0, _RUT, 0, [_R, _Res], [0, 64 | 0]];
2700
2686
  var SAMLPrivateKey = [3, n0, _SAMLPK, 0, [_KI, _Ti], [0, 4]];
2701
2687
  var SAMLProviderListEntry = [3, n0, _SAMLPLE, 0, [_A, _VU, _CD], [0, 4, 4]];
2688
+ var SendDelegationTokenRequest = [3, n0, _SDTR, 0, [_DRI], [0]];
2702
2689
  var ServerCertificate = [
2703
2690
  3,
2704
2691
  n0,
2705
- _SC,
2692
+ _SCe,
2706
2693
  0,
2707
2694
  [_SCM, _CB, _CC, _T],
2708
2695
  [() => ServerCertificateMetadata, 0, 0, () => tagListType],
@@ -2885,10 +2872,11 @@ var UpdateAccountPasswordPolicyRequest = [
2885
2872
  n0,
2886
2873
  _UAPPR,
2887
2874
  0,
2888
- [_MPL, _RS, _RNe, _RUC, _RLC, _AUTCP, _MPA, _PRP, _HE],
2875
+ [_MPL, _RS, _RNeq, _RUC, _RLC, _AUTCP, _MPA, _PRP, _HE],
2889
2876
  [1, 2, 2, 2, 2, 2, 1, 1, 2],
2890
2877
  ];
2891
2878
  var UpdateAssumeRolePolicyRequest = [3, n0, _UARPR, 0, [_RN, _PD], [0, 0]];
2879
+ var UpdateDelegationRequestRequest = [3, n0, _UDRR, 0, [_DRI, _No], [0, 0]];
2892
2880
  var UpdateGroupRequest = [3, n0, _UGR, 0, [_GN, _NPe, _NGN], [0, 0, 0]];
2893
2881
  var UpdateLoginProfileRequest = [
2894
2882
  3,
@@ -3001,6 +2989,7 @@ var accessKeyMetadataListType = [1, n0, _aKMLT, 0, () => AccessKeyMetadata];
3001
2989
  var attachedPoliciesListType = [1, n0, _aPLT, 0, () => AttachedPolicy];
3002
2990
  var certificateListType = [1, n0, _cLT, 0, () => SigningCertificate];
3003
2991
  var ContextEntryListType = [1, n0, _CELT, 0, () => ContextEntry];
2992
+ var delegationRequestsListType = [1, n0, _dRLT, 0, () => DelegationRequest];
3004
2993
  var entityDetailsListType = [1, n0, _eDLT, 0, () => EntityDetails];
3005
2994
  var EvaluationResultsListType = [1, n0, _ERLT, 0, () => EvaluationResult];
3006
2995
  var groupDetailListType = [1, n0, _gDLT, 0, () => GroupDetail];
@@ -3052,6 +3041,14 @@ var TrackedActionsLastAccessed = [1, n0, _TALA, 0, () => TrackedActionLastAccess
3052
3041
  var userDetailListType = [1, n0, _uDLT, 0, () => UserDetail];
3053
3042
  var userListType = [1, n0, _uLT, 0, () => User];
3054
3043
  var virtualMFADeviceListType = [1, n0, _vMFADLT, 0, [() => VirtualMFADevice, 0]];
3044
+ var AcceptDelegationRequest = [
3045
+ 9,
3046
+ n0,
3047
+ _ADR,
3048
+ 0,
3049
+ () => AcceptDelegationRequestRequest,
3050
+ () => __Unit,
3051
+ ];
3055
3052
  var AddClientIDToOpenIDConnectProvider = [
3056
3053
  9,
3057
3054
  n0,
@@ -3069,6 +3066,14 @@ var AddRoleToInstanceProfile = [
3069
3066
  () => __Unit,
3070
3067
  ];
3071
3068
  var AddUserToGroup = [9, n0, _AUTG, 0, () => AddUserToGroupRequest, () => __Unit];
3069
+ var AssociateDelegationRequest = [
3070
+ 9,
3071
+ n0,
3072
+ _ADRs,
3073
+ 0,
3074
+ () => AssociateDelegationRequestRequest,
3075
+ () => __Unit,
3076
+ ];
3072
3077
  var AttachGroupPolicy = [9, n0, _AGP, 0, () => AttachGroupPolicyRequest, () => __Unit];
3073
3078
  var AttachRolePolicy = [9, n0, _ARP, 0, () => AttachRolePolicyRequest, () => __Unit];
3074
3079
  var AttachUserPolicy = [9, n0, _AUP, 0, () => AttachUserPolicyRequest, () => __Unit];
@@ -3204,7 +3209,7 @@ var DeletePolicyVersion = [
3204
3209
  () => DeletePolicyVersionRequest,
3205
3210
  () => __Unit,
3206
3211
  ];
3207
- var DeleteRole = [9, n0, _DR, 0, () => DeleteRoleRequest, () => __Unit];
3212
+ var DeleteRole = [9, n0, _DRel, 0, () => DeleteRoleRequest, () => __Unit];
3208
3213
  var DeleteRolePermissionsBoundary = [
3209
3214
  9,
3210
3215
  n0,
@@ -3299,6 +3304,7 @@ var DisableOrganizationsRootSessions = [
3299
3304
  () => DisableOrganizationsRootSessionsRequest,
3300
3305
  () => DisableOrganizationsRootSessionsResponse,
3301
3306
  ];
3307
+ var DisableOutboundWebIdentityFederation = [9, n0, _DOWIF, 0, () => __Unit, () => __Unit];
3302
3308
  var EnableMFADevice = [9, n0, _EMFAD, 0, () => EnableMFADeviceRequest, () => __Unit];
3303
3309
  var EnableOrganizationsRootCredentialsManagement = [
3304
3310
  9,
@@ -3316,6 +3322,14 @@ var EnableOrganizationsRootSessions = [
3316
3322
  () => EnableOrganizationsRootSessionsRequest,
3317
3323
  () => EnableOrganizationsRootSessionsResponse,
3318
3324
  ];
3325
+ var EnableOutboundWebIdentityFederation = [
3326
+ 9,
3327
+ n0,
3328
+ _EOWIF,
3329
+ 0,
3330
+ () => __Unit,
3331
+ () => EnableOutboundWebIdentityFederationResponse,
3332
+ ];
3319
3333
  var GenerateCredentialReport = [
3320
3334
  9,
3321
3335
  n0,
@@ -3389,6 +3403,14 @@ var GetCredentialReport = [
3389
3403
  () => __Unit,
3390
3404
  () => GetCredentialReportResponse,
3391
3405
  ];
3406
+ var GetDelegationRequest = [
3407
+ 9,
3408
+ n0,
3409
+ _GDR,
3410
+ 0,
3411
+ () => GetDelegationRequestRequest,
3412
+ () => GetDelegationRequestResponse,
3413
+ ];
3392
3414
  var GetGroup = [9, n0, _GG, 0, () => GetGroupRequest, () => GetGroupResponse];
3393
3415
  var GetGroupPolicy = [
3394
3416
  9,
@@ -3398,6 +3420,14 @@ var GetGroupPolicy = [
3398
3420
  () => GetGroupPolicyRequest,
3399
3421
  () => GetGroupPolicyResponse,
3400
3422
  ];
3423
+ var GetHumanReadableSummary = [
3424
+ 9,
3425
+ n0,
3426
+ _GHRS,
3427
+ 0,
3428
+ () => GetHumanReadableSummaryRequest,
3429
+ () => GetHumanReadableSummaryResponse,
3430
+ ];
3401
3431
  var GetInstanceProfile = [
3402
3432
  9,
3403
3433
  n0,
@@ -3438,6 +3468,14 @@ var GetOrganizationsAccessReport = [
3438
3468
  () => GetOrganizationsAccessReportRequest,
3439
3469
  () => GetOrganizationsAccessReportResponse,
3440
3470
  ];
3471
+ var GetOutboundWebIdentityFederationInfo = [
3472
+ 9,
3473
+ n0,
3474
+ _GOWIFI,
3475
+ 0,
3476
+ () => __Unit,
3477
+ () => GetOutboundWebIdentityFederationInfoResponse,
3478
+ ];
3441
3479
  var GetPolicy = [9, n0, _GP, 0, () => GetPolicyRequest, () => GetPolicyResponse];
3442
3480
  var GetPolicyVersion = [
3443
3481
  9,
@@ -3553,6 +3591,14 @@ var ListAttachedUserPolicies = [
3553
3591
  () => ListAttachedUserPoliciesRequest,
3554
3592
  () => ListAttachedUserPoliciesResponse,
3555
3593
  ];
3594
+ var ListDelegationRequests = [
3595
+ 9,
3596
+ n0,
3597
+ _LDR,
3598
+ 0,
3599
+ () => ListDelegationRequestsRequest,
3600
+ () => ListDelegationRequestsResponse,
3601
+ ];
3556
3602
  var ListEntitiesForPolicy = [
3557
3603
  9,
3558
3604
  n0,
@@ -3791,6 +3837,14 @@ var PutUserPermissionsBoundary = [
3791
3837
  () => __Unit,
3792
3838
  ];
3793
3839
  var PutUserPolicy = [9, n0, _PUP, 0, () => PutUserPolicyRequest, () => __Unit];
3840
+ var RejectDelegationRequest = [
3841
+ 9,
3842
+ n0,
3843
+ _RDR,
3844
+ 0,
3845
+ () => RejectDelegationRequestRequest,
3846
+ () => __Unit,
3847
+ ];
3794
3848
  var RemoveClientIDFromOpenIDConnectProvider = [
3795
3849
  9,
3796
3850
  n0,
@@ -3823,7 +3877,15 @@ var ResetServiceSpecificCredential = [
3823
3877
  () => ResetServiceSpecificCredentialRequest,
3824
3878
  () => ResetServiceSpecificCredentialResponse,
3825
3879
  ];
3826
- var ResyncMFADevice = [9, n0, _RMFAD, 0, () => ResyncMFADeviceRequest, () => __Unit];
3880
+ var ResyncMFADevice = [9, n0, _RMFAD, 0, () => ResyncMFADeviceRequest, () => __Unit];
3881
+ var SendDelegationToken = [
3882
+ 9,
3883
+ n0,
3884
+ _SDT,
3885
+ 0,
3886
+ () => SendDelegationTokenRequest,
3887
+ () => __Unit,
3888
+ ];
3827
3889
  var SetDefaultPolicyVersion = [
3828
3890
  9,
3829
3891
  n0,
@@ -3924,6 +3986,14 @@ var UpdateAssumeRolePolicy = [
3924
3986
  () => UpdateAssumeRolePolicyRequest,
3925
3987
  () => __Unit,
3926
3988
  ];
3989
+ var UpdateDelegationRequest = [
3990
+ 9,
3991
+ n0,
3992
+ _UDR,
3993
+ 0,
3994
+ () => UpdateDelegationRequestRequest,
3995
+ () => __Unit,
3996
+ ];
3927
3997
  var UpdateGroup = [9, n0, _UG, 0, () => UpdateGroupRequest, () => __Unit];
3928
3998
  var UpdateLoginProfile = [9, n0, _ULP, 0, () => UpdateLoginProfileRequest, () => __Unit];
3929
3999
  var UpdateOpenIDConnectProviderThumbprint = [
@@ -4009,6 +4079,18 @@ var UploadSSHPublicKey = [
4009
4079
  () => UploadSSHPublicKeyResponse,
4010
4080
  ];
4011
4081
 
4082
+ class AcceptDelegationRequestCommand extends smithyClient.Command
4083
+ .classBuilder()
4084
+ .ep(commonParams)
4085
+ .m(function (Command, cs, config, o) {
4086
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4087
+ })
4088
+ .s("AWSIdentityManagementV20100508", "AcceptDelegationRequest", {})
4089
+ .n("IAMClient", "AcceptDelegationRequestCommand")
4090
+ .sc(AcceptDelegationRequest)
4091
+ .build() {
4092
+ }
4093
+
4012
4094
  class AddClientIDToOpenIDConnectProviderCommand extends smithyClient.Command
4013
4095
  .classBuilder()
4014
4096
  .ep(commonParams)
@@ -4045,6 +4127,18 @@ class AddUserToGroupCommand extends smithyClient.Command
4045
4127
  .build() {
4046
4128
  }
4047
4129
 
4130
+ class AssociateDelegationRequestCommand extends smithyClient.Command
4131
+ .classBuilder()
4132
+ .ep(commonParams)
4133
+ .m(function (Command, cs, config, o) {
4134
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4135
+ })
4136
+ .s("AWSIdentityManagementV20100508", "AssociateDelegationRequest", {})
4137
+ .n("IAMClient", "AssociateDelegationRequestCommand")
4138
+ .sc(AssociateDelegationRequest)
4139
+ .build() {
4140
+ }
4141
+
4048
4142
  class AttachGroupPolicyCommand extends smithyClient.Command
4049
4143
  .classBuilder()
4050
4144
  .ep(commonParams)
@@ -4621,6 +4715,18 @@ class DisableOrganizationsRootSessionsCommand extends smithyClient.Command
4621
4715
  .build() {
4622
4716
  }
4623
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
+
4624
4730
  class EnableMFADeviceCommand extends smithyClient.Command
4625
4731
  .classBuilder()
4626
4732
  .ep(commonParams)
@@ -4657,6 +4763,18 @@ class EnableOrganizationsRootSessionsCommand extends smithyClient.Command
4657
4763
  .build() {
4658
4764
  }
4659
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
+
4660
4778
  class GenerateCredentialReportCommand extends smithyClient.Command
4661
4779
  .classBuilder()
4662
4780
  .ep(commonParams)
@@ -4777,6 +4895,18 @@ class GetCredentialReportCommand extends smithyClient.Command
4777
4895
  .build() {
4778
4896
  }
4779
4897
 
4898
+ class GetDelegationRequestCommand extends smithyClient.Command
4899
+ .classBuilder()
4900
+ .ep(commonParams)
4901
+ .m(function (Command, cs, config, o) {
4902
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4903
+ })
4904
+ .s("AWSIdentityManagementV20100508", "GetDelegationRequest", {})
4905
+ .n("IAMClient", "GetDelegationRequestCommand")
4906
+ .sc(GetDelegationRequest)
4907
+ .build() {
4908
+ }
4909
+
4780
4910
  class GetGroupCommand extends smithyClient.Command
4781
4911
  .classBuilder()
4782
4912
  .ep(commonParams)
@@ -4801,6 +4931,18 @@ class GetGroupPolicyCommand extends smithyClient.Command
4801
4931
  .build() {
4802
4932
  }
4803
4933
 
4934
+ class GetHumanReadableSummaryCommand extends smithyClient.Command
4935
+ .classBuilder()
4936
+ .ep(commonParams)
4937
+ .m(function (Command, cs, config, o) {
4938
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
4939
+ })
4940
+ .s("AWSIdentityManagementV20100508", "GetHumanReadableSummary", {})
4941
+ .n("IAMClient", "GetHumanReadableSummaryCommand")
4942
+ .sc(GetHumanReadableSummary)
4943
+ .build() {
4944
+ }
4945
+
4804
4946
  class GetInstanceProfileCommand extends smithyClient.Command
4805
4947
  .classBuilder()
4806
4948
  .ep(commonParams)
@@ -4861,6 +5003,18 @@ class GetOrganizationsAccessReportCommand extends smithyClient.Command
4861
5003
  .build() {
4862
5004
  }
4863
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
+
4864
5018
  class GetPolicyCommand extends smithyClient.Command
4865
5019
  .classBuilder()
4866
5020
  .ep(commonParams)
@@ -5065,6 +5219,18 @@ class ListAttachedUserPoliciesCommand extends smithyClient.Command
5065
5219
  .build() {
5066
5220
  }
5067
5221
 
5222
+ class ListDelegationRequestsCommand extends smithyClient.Command
5223
+ .classBuilder()
5224
+ .ep(commonParams)
5225
+ .m(function (Command, cs, config, o) {
5226
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5227
+ })
5228
+ .s("AWSIdentityManagementV20100508", "ListDelegationRequests", {})
5229
+ .n("IAMClient", "ListDelegationRequestsCommand")
5230
+ .sc(ListDelegationRequests)
5231
+ .build() {
5232
+ }
5233
+
5068
5234
  class ListEntitiesForPolicyCommand extends smithyClient.Command
5069
5235
  .classBuilder()
5070
5236
  .ep(commonParams)
@@ -5485,6 +5651,18 @@ class PutUserPolicyCommand extends smithyClient.Command
5485
5651
  .build() {
5486
5652
  }
5487
5653
 
5654
+ class RejectDelegationRequestCommand extends smithyClient.Command
5655
+ .classBuilder()
5656
+ .ep(commonParams)
5657
+ .m(function (Command, cs, config, o) {
5658
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5659
+ })
5660
+ .s("AWSIdentityManagementV20100508", "RejectDelegationRequest", {})
5661
+ .n("IAMClient", "RejectDelegationRequestCommand")
5662
+ .sc(RejectDelegationRequest)
5663
+ .build() {
5664
+ }
5665
+
5488
5666
  class RemoveClientIDFromOpenIDConnectProviderCommand extends smithyClient.Command
5489
5667
  .classBuilder()
5490
5668
  .ep(commonParams)
@@ -5545,6 +5723,18 @@ class ResyncMFADeviceCommand extends smithyClient.Command
5545
5723
  .build() {
5546
5724
  }
5547
5725
 
5726
+ class SendDelegationTokenCommand extends smithyClient.Command
5727
+ .classBuilder()
5728
+ .ep(commonParams)
5729
+ .m(function (Command, cs, config, o) {
5730
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
5731
+ })
5732
+ .s("AWSIdentityManagementV20100508", "SendDelegationToken", {})
5733
+ .n("IAMClient", "SendDelegationTokenCommand")
5734
+ .sc(SendDelegationToken)
5735
+ .build() {
5736
+ }
5737
+
5548
5738
  class SetDefaultPolicyVersionCommand extends smithyClient.Command
5549
5739
  .classBuilder()
5550
5740
  .ep(commonParams)
@@ -5821,6 +6011,18 @@ class UpdateAssumeRolePolicyCommand extends smithyClient.Command
5821
6011
  .build() {
5822
6012
  }
5823
6013
 
6014
+ class UpdateDelegationRequestCommand extends smithyClient.Command
6015
+ .classBuilder()
6016
+ .ep(commonParams)
6017
+ .m(function (Command, cs, config, o) {
6018
+ return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
6019
+ })
6020
+ .s("AWSIdentityManagementV20100508", "UpdateDelegationRequest", {})
6021
+ .n("IAMClient", "UpdateDelegationRequestCommand")
6022
+ .sc(UpdateDelegationRequest)
6023
+ .build() {
6024
+ }
6025
+
5824
6026
  class UpdateGroupCommand extends smithyClient.Command
5825
6027
  .classBuilder()
5826
6028
  .ep(commonParams)
@@ -5990,9 +6192,11 @@ class UploadSSHPublicKeyCommand extends smithyClient.Command
5990
6192
  }
5991
6193
 
5992
6194
  const commands = {
6195
+ AcceptDelegationRequestCommand,
5993
6196
  AddClientIDToOpenIDConnectProviderCommand,
5994
6197
  AddRoleToInstanceProfileCommand,
5995
6198
  AddUserToGroupCommand,
6199
+ AssociateDelegationRequestCommand,
5996
6200
  AttachGroupPolicyCommand,
5997
6201
  AttachRolePolicyCommand,
5998
6202
  AttachUserPolicyCommand,
@@ -6041,9 +6245,11 @@ const commands = {
6041
6245
  DetachUserPolicyCommand,
6042
6246
  DisableOrganizationsRootCredentialsManagementCommand,
6043
6247
  DisableOrganizationsRootSessionsCommand,
6248
+ DisableOutboundWebIdentityFederationCommand,
6044
6249
  EnableMFADeviceCommand,
6045
6250
  EnableOrganizationsRootCredentialsManagementCommand,
6046
6251
  EnableOrganizationsRootSessionsCommand,
6252
+ EnableOutboundWebIdentityFederationCommand,
6047
6253
  GenerateCredentialReportCommand,
6048
6254
  GenerateOrganizationsAccessReportCommand,
6049
6255
  GenerateServiceLastAccessedDetailsCommand,
@@ -6054,13 +6260,16 @@ const commands = {
6054
6260
  GetContextKeysForCustomPolicyCommand,
6055
6261
  GetContextKeysForPrincipalPolicyCommand,
6056
6262
  GetCredentialReportCommand,
6263
+ GetDelegationRequestCommand,
6057
6264
  GetGroupCommand,
6058
6265
  GetGroupPolicyCommand,
6266
+ GetHumanReadableSummaryCommand,
6059
6267
  GetInstanceProfileCommand,
6060
6268
  GetLoginProfileCommand,
6061
6269
  GetMFADeviceCommand,
6062
6270
  GetOpenIDConnectProviderCommand,
6063
6271
  GetOrganizationsAccessReportCommand,
6272
+ GetOutboundWebIdentityFederationInfoCommand,
6064
6273
  GetPolicyCommand,
6065
6274
  GetPolicyVersionCommand,
6066
6275
  GetRoleCommand,
@@ -6078,6 +6287,7 @@ const commands = {
6078
6287
  ListAttachedGroupPoliciesCommand,
6079
6288
  ListAttachedRolePoliciesCommand,
6080
6289
  ListAttachedUserPoliciesCommand,
6290
+ ListDelegationRequestsCommand,
6081
6291
  ListEntitiesForPolicyCommand,
6082
6292
  ListGroupPoliciesCommand,
6083
6293
  ListGroupsCommand,
@@ -6113,11 +6323,13 @@ const commands = {
6113
6323
  PutRolePolicyCommand,
6114
6324
  PutUserPermissionsBoundaryCommand,
6115
6325
  PutUserPolicyCommand,
6326
+ RejectDelegationRequestCommand,
6116
6327
  RemoveClientIDFromOpenIDConnectProviderCommand,
6117
6328
  RemoveRoleFromInstanceProfileCommand,
6118
6329
  RemoveUserFromGroupCommand,
6119
6330
  ResetServiceSpecificCredentialCommand,
6120
6331
  ResyncMFADeviceCommand,
6332
+ SendDelegationTokenCommand,
6121
6333
  SetDefaultPolicyVersionCommand,
6122
6334
  SetSecurityTokenServicePreferencesCommand,
6123
6335
  SimulateCustomPolicyCommand,
@@ -6141,6 +6353,7 @@ const commands = {
6141
6353
  UpdateAccessKeyCommand,
6142
6354
  UpdateAccountPasswordPolicyCommand,
6143
6355
  UpdateAssumeRolePolicyCommand,
6356
+ UpdateDelegationRequestCommand,
6144
6357
  UpdateGroupCommand,
6145
6358
  UpdateLoginProfileCommand,
6146
6359
  UpdateOpenIDConnectProviderThumbprintCommand,
@@ -6328,6 +6541,183 @@ const waitUntilUserExists = async (params, input) => {
6328
6541
  return utilWaiter.checkExceptions(result);
6329
6542
  };
6330
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
+
6331
6721
  Object.defineProperty(exports, "$Command", {
6332
6722
  enumerable: true,
6333
6723
  get: function () { return smithyClient.Command; }
@@ -6336,6 +6726,7 @@ Object.defineProperty(exports, "__Client", {
6336
6726
  enumerable: true,
6337
6727
  get: function () { return smithyClient.Client; }
6338
6728
  });
6729
+ exports.AcceptDelegationRequestCommand = AcceptDelegationRequestCommand;
6339
6730
  exports.AccessAdvisorUsageGranularityType = AccessAdvisorUsageGranularityType;
6340
6731
  exports.AccountNotManagementOrDelegatedAdministratorException = AccountNotManagementOrDelegatedAdministratorException$1;
6341
6732
  exports.AddClientIDToOpenIDConnectProviderCommand = AddClientIDToOpenIDConnectProviderCommand;
@@ -6343,6 +6734,7 @@ exports.AddRoleToInstanceProfileCommand = AddRoleToInstanceProfileCommand;
6343
6734
  exports.AddUserToGroupCommand = AddUserToGroupCommand;
6344
6735
  exports.AssertionEncryptionModeType = AssertionEncryptionModeType;
6345
6736
  exports.AssignmentStatusType = AssignmentStatusType;
6737
+ exports.AssociateDelegationRequestCommand = AssociateDelegationRequestCommand;
6346
6738
  exports.AttachGroupPolicyCommand = AttachGroupPolicyCommand;
6347
6739
  exports.AttachRolePolicyCommand = AttachRolePolicyCommand;
6348
6740
  exports.AttachUserPolicyCommand = AttachUserPolicyCommand;
@@ -6399,15 +6791,19 @@ exports.DetachRolePolicyCommand = DetachRolePolicyCommand;
6399
6791
  exports.DetachUserPolicyCommand = DetachUserPolicyCommand;
6400
6792
  exports.DisableOrganizationsRootCredentialsManagementCommand = DisableOrganizationsRootCredentialsManagementCommand;
6401
6793
  exports.DisableOrganizationsRootSessionsCommand = DisableOrganizationsRootSessionsCommand;
6794
+ exports.DisableOutboundWebIdentityFederationCommand = DisableOutboundWebIdentityFederationCommand;
6402
6795
  exports.DuplicateCertificateException = DuplicateCertificateException$1;
6403
6796
  exports.DuplicateSSHPublicKeyException = DuplicateSSHPublicKeyException$1;
6404
6797
  exports.EnableMFADeviceCommand = EnableMFADeviceCommand;
6405
6798
  exports.EnableOrganizationsRootCredentialsManagementCommand = EnableOrganizationsRootCredentialsManagementCommand;
6406
6799
  exports.EnableOrganizationsRootSessionsCommand = EnableOrganizationsRootSessionsCommand;
6800
+ exports.EnableOutboundWebIdentityFederationCommand = EnableOutboundWebIdentityFederationCommand;
6407
6801
  exports.EncodingType = EncodingType;
6408
6802
  exports.EntityAlreadyExistsException = EntityAlreadyExistsException$1;
6409
6803
  exports.EntityTemporarilyUnmodifiableException = EntityTemporarilyUnmodifiableException$1;
6410
6804
  exports.EntityType = EntityType;
6805
+ exports.FeatureDisabledException = FeatureDisabledException$1;
6806
+ exports.FeatureEnabledException = FeatureEnabledException$1;
6411
6807
  exports.FeatureType = FeatureType;
6412
6808
  exports.GenerateCredentialReportCommand = GenerateCredentialReportCommand;
6413
6809
  exports.GenerateOrganizationsAccessReportCommand = GenerateOrganizationsAccessReportCommand;
@@ -6419,13 +6815,16 @@ exports.GetAccountSummaryCommand = GetAccountSummaryCommand;
6419
6815
  exports.GetContextKeysForCustomPolicyCommand = GetContextKeysForCustomPolicyCommand;
6420
6816
  exports.GetContextKeysForPrincipalPolicyCommand = GetContextKeysForPrincipalPolicyCommand;
6421
6817
  exports.GetCredentialReportCommand = GetCredentialReportCommand;
6818
+ exports.GetDelegationRequestCommand = GetDelegationRequestCommand;
6422
6819
  exports.GetGroupCommand = GetGroupCommand;
6423
6820
  exports.GetGroupPolicyCommand = GetGroupPolicyCommand;
6821
+ exports.GetHumanReadableSummaryCommand = GetHumanReadableSummaryCommand;
6424
6822
  exports.GetInstanceProfileCommand = GetInstanceProfileCommand;
6425
6823
  exports.GetLoginProfileCommand = GetLoginProfileCommand;
6426
6824
  exports.GetMFADeviceCommand = GetMFADeviceCommand;
6427
6825
  exports.GetOpenIDConnectProviderCommand = GetOpenIDConnectProviderCommand;
6428
6826
  exports.GetOrganizationsAccessReportCommand = GetOrganizationsAccessReportCommand;
6827
+ exports.GetOutboundWebIdentityFederationInfoCommand = GetOutboundWebIdentityFederationInfoCommand;
6429
6828
  exports.GetPolicyCommand = GetPolicyCommand;
6430
6829
  exports.GetPolicyVersionCommand = GetPolicyVersionCommand;
6431
6830
  exports.GetRoleCommand = GetRoleCommand;
@@ -6455,6 +6854,7 @@ exports.ListAccountAliasesCommand = ListAccountAliasesCommand;
6455
6854
  exports.ListAttachedGroupPoliciesCommand = ListAttachedGroupPoliciesCommand;
6456
6855
  exports.ListAttachedRolePoliciesCommand = ListAttachedRolePoliciesCommand;
6457
6856
  exports.ListAttachedUserPoliciesCommand = ListAttachedUserPoliciesCommand;
6857
+ exports.ListDelegationRequestsCommand = ListDelegationRequestsCommand;
6458
6858
  exports.ListEntitiesForPolicyCommand = ListEntitiesForPolicyCommand;
6459
6859
  exports.ListGroupPoliciesCommand = ListGroupPoliciesCommand;
6460
6860
  exports.ListGroupsCommand = ListGroupsCommand;
@@ -6492,6 +6892,8 @@ exports.OpenIdIdpCommunicationErrorException = OpenIdIdpCommunicationErrorExcept
6492
6892
  exports.OrganizationNotFoundException = OrganizationNotFoundException$1;
6493
6893
  exports.OrganizationNotInAllFeaturesModeException = OrganizationNotInAllFeaturesModeException$1;
6494
6894
  exports.PasswordPolicyViolationException = PasswordPolicyViolationException$1;
6895
+ exports.PermissionCheckResultType = PermissionCheckResultType;
6896
+ exports.PermissionCheckStatusType = PermissionCheckStatusType;
6495
6897
  exports.PermissionsBoundaryAttachmentType = PermissionsBoundaryAttachmentType;
6496
6898
  exports.PolicyEvaluationDecisionType = PolicyEvaluationDecisionType;
6497
6899
  exports.PolicyEvaluationException = PolicyEvaluationException$1;
@@ -6507,6 +6909,7 @@ exports.PutRolePermissionsBoundaryCommand = PutRolePermissionsBoundaryCommand;
6507
6909
  exports.PutRolePolicyCommand = PutRolePolicyCommand;
6508
6910
  exports.PutUserPermissionsBoundaryCommand = PutUserPermissionsBoundaryCommand;
6509
6911
  exports.PutUserPolicyCommand = PutUserPolicyCommand;
6912
+ exports.RejectDelegationRequestCommand = RejectDelegationRequestCommand;
6510
6913
  exports.RemoveClientIDFromOpenIDConnectProviderCommand = RemoveClientIDFromOpenIDConnectProviderCommand;
6511
6914
  exports.RemoveRoleFromInstanceProfileCommand = RemoveRoleFromInstanceProfileCommand;
6512
6915
  exports.RemoveUserFromGroupCommand = RemoveUserFromGroupCommand;
@@ -6515,6 +6918,7 @@ exports.ReportGenerationLimitExceededException = ReportGenerationLimitExceededEx
6515
6918
  exports.ReportStateType = ReportStateType;
6516
6919
  exports.ResetServiceSpecificCredentialCommand = ResetServiceSpecificCredentialCommand;
6517
6920
  exports.ResyncMFADeviceCommand = ResyncMFADeviceCommand;
6921
+ exports.SendDelegationTokenCommand = SendDelegationTokenCommand;
6518
6922
  exports.ServiceAccessNotEnabledException = ServiceAccessNotEnabledException$1;
6519
6923
  exports.ServiceFailureException = ServiceFailureException$1;
6520
6924
  exports.ServiceNotSupportedException = ServiceNotSupportedException$1;
@@ -6523,8 +6927,10 @@ exports.SetSecurityTokenServicePreferencesCommand = SetSecurityTokenServicePrefe
6523
6927
  exports.SimulateCustomPolicyCommand = SimulateCustomPolicyCommand;
6524
6928
  exports.SimulatePrincipalPolicyCommand = SimulatePrincipalPolicyCommand;
6525
6929
  exports.SortKeyType = SortKeyType;
6930
+ exports.StateType = StateType;
6526
6931
  exports.StatusType = StatusType;
6527
6932
  exports.SummaryKeyType = SummaryKeyType;
6933
+ exports.SummaryStateType = SummaryStateType;
6528
6934
  exports.TagInstanceProfileCommand = TagInstanceProfileCommand;
6529
6935
  exports.TagMFADeviceCommand = TagMFADeviceCommand;
6530
6936
  exports.TagOpenIDConnectProviderCommand = TagOpenIDConnectProviderCommand;
@@ -6546,6 +6952,7 @@ exports.UntagUserCommand = UntagUserCommand;
6546
6952
  exports.UpdateAccessKeyCommand = UpdateAccessKeyCommand;
6547
6953
  exports.UpdateAccountPasswordPolicyCommand = UpdateAccountPasswordPolicyCommand;
6548
6954
  exports.UpdateAssumeRolePolicyCommand = UpdateAssumeRolePolicyCommand;
6955
+ exports.UpdateDelegationRequestCommand = UpdateDelegationRequestCommand;
6549
6956
  exports.UpdateGroupCommand = UpdateGroupCommand;
6550
6957
  exports.UpdateLoginProfileCommand = UpdateLoginProfileCommand;
6551
6958
  exports.UpdateOpenIDConnectProviderThumbprintCommand = UpdateOpenIDConnectProviderThumbprintCommand;