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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (296) hide show
  1. package/.jsii +3 -3
  2. package/cdkiampolicybuilderhelper/jsii/jsii.go +2 -2
  3. package/cdkiampolicybuilderhelper/version +1 -1
  4. package/lib/constructs/Actions.d.ts +61 -0
  5. package/lib/constructs/Actions.js +62 -1
  6. package/lib/constructs/ManagedPolicies.d.ts +20 -0
  7. package/lib/constructs/ManagedPolicies.js +21 -1
  8. package/methods_list.txt +61 -0
  9. package/node_modules/@aws-sdk/client-iam/README.md +24 -0
  10. package/node_modules/@aws-sdk/client-iam/dist-cjs/index.js +305 -176
  11. package/node_modules/@aws-sdk/client-iam/dist-es/IAM.js +6 -0
  12. package/node_modules/@aws-sdk/client-iam/dist-es/commands/DisableOutboundWebIdentityFederationCommand.js +16 -0
  13. package/node_modules/@aws-sdk/client-iam/dist-es/commands/EnableOutboundWebIdentityFederationCommand.js +16 -0
  14. package/node_modules/@aws-sdk/client-iam/dist-es/commands/GetOutboundWebIdentityFederationInfoCommand.js +16 -0
  15. package/node_modules/@aws-sdk/client-iam/dist-es/commands/index.js +3 -0
  16. package/node_modules/@aws-sdk/client-iam/dist-es/index.js +2 -1
  17. package/node_modules/@aws-sdk/client-iam/dist-es/models/enums.js +176 -0
  18. package/node_modules/@aws-sdk/client-iam/dist-es/models/errors.js +431 -0
  19. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_0.js +1 -467
  20. package/node_modules/@aws-sdk/client-iam/dist-es/models/models_1.js +1 -117
  21. package/node_modules/@aws-sdk/client-iam/dist-es/schemas/schemas_0.js +62 -1
  22. package/node_modules/@aws-sdk/client-iam/dist-types/IAM.d.ts +24 -0
  23. package/node_modules/@aws-sdk/client-iam/dist-types/IAMClient.d.ts +5 -2
  24. package/node_modules/@aws-sdk/client-iam/dist-types/commands/DisableOutboundWebIdentityFederationCommand.d.ts +74 -0
  25. package/node_modules/@aws-sdk/client-iam/dist-types/commands/EnableOutboundWebIdentityFederationCommand.d.ts +78 -0
  26. package/node_modules/@aws-sdk/client-iam/dist-types/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +77 -0
  27. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutGroupPolicyCommand.d.ts +1 -1
  28. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  29. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutRolePolicyCommand.d.ts +1 -1
  30. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  31. package/node_modules/@aws-sdk/client-iam/dist-types/commands/PutUserPolicyCommand.d.ts +1 -1
  32. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RejectDelegationRequestCommand.d.ts +1 -1
  33. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  34. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  35. package/node_modules/@aws-sdk/client-iam/dist-types/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  36. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  37. package/node_modules/@aws-sdk/client-iam/dist-types/commands/ResyncMFADeviceCommand.d.ts +1 -1
  38. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SendDelegationTokenCommand.d.ts +1 -1
  39. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  40. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  41. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  42. package/node_modules/@aws-sdk/client-iam/dist-types/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  43. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagInstanceProfileCommand.d.ts +1 -1
  44. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagMFADeviceCommand.d.ts +1 -1
  45. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  46. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagPolicyCommand.d.ts +1 -1
  47. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagRoleCommand.d.ts +1 -1
  48. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagSAMLProviderCommand.d.ts +1 -1
  49. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagServerCertificateCommand.d.ts +1 -1
  50. package/node_modules/@aws-sdk/client-iam/dist-types/commands/TagUserCommand.d.ts +1 -1
  51. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagInstanceProfileCommand.d.ts +1 -1
  52. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagMFADeviceCommand.d.ts +1 -1
  53. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  54. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagPolicyCommand.d.ts +1 -1
  55. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagRoleCommand.d.ts +1 -1
  56. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagSAMLProviderCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagServerCertificateCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UntagUserCommand.d.ts +1 -1
  59. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccessKeyCommand.d.ts +1 -1
  60. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  61. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  62. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  63. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateGroupCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-iam/dist-types/commands/UpdateLoginProfileCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-iam/dist-types/commands/index.d.ts +3 -0
  66. package/node_modules/@aws-sdk/client-iam/dist-types/index.d.ts +4 -1
  67. package/node_modules/@aws-sdk/client-iam/dist-types/models/enums.d.ts +392 -0
  68. package/node_modules/@aws-sdk/client-iam/dist-types/models/errors.d.ts +463 -0
  69. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_0.d.ts +1641 -681
  70. package/node_modules/@aws-sdk/client-iam/dist-types/models/models_1.d.ts +2 -1763
  71. package/node_modules/@aws-sdk/client-iam/dist-types/schemas/schemas_0.d.ts +7 -0
  72. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAM.d.ts +72 -0
  73. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/IAMClient.d.ts +18 -0
  74. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/DisableOutboundWebIdentityFederationCommand.d.ts +45 -0
  75. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/EnableOutboundWebIdentityFederationCommand.d.ts +47 -0
  76. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/GetOutboundWebIdentityFederationInfoCommand.d.ts +47 -0
  77. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutGroupPolicyCommand.d.ts +1 -1
  78. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePermissionsBoundaryCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutRolePolicyCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPermissionsBoundaryCommand.d.ts +1 -1
  81. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/PutUserPolicyCommand.d.ts +1 -1
  82. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RejectDelegationRequestCommand.d.ts +1 -1
  83. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveClientIDFromOpenIDConnectProviderCommand.d.ts +1 -1
  84. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveRoleFromInstanceProfileCommand.d.ts +1 -1
  85. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/RemoveUserFromGroupCommand.d.ts +1 -1
  86. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResetServiceSpecificCredentialCommand.d.ts +1 -1
  87. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/ResyncMFADeviceCommand.d.ts +1 -1
  88. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SendDelegationTokenCommand.d.ts +1 -1
  89. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetDefaultPolicyVersionCommand.d.ts +1 -1
  90. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SetSecurityTokenServicePreferencesCommand.d.ts +1 -1
  91. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulateCustomPolicyCommand.d.ts +1 -1
  92. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/SimulatePrincipalPolicyCommand.d.ts +1 -1
  93. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagInstanceProfileCommand.d.ts +1 -1
  94. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagMFADeviceCommand.d.ts +1 -1
  95. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagOpenIDConnectProviderCommand.d.ts +1 -1
  96. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagPolicyCommand.d.ts +1 -1
  97. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagRoleCommand.d.ts +1 -1
  98. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagSAMLProviderCommand.d.ts +1 -1
  99. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagServerCertificateCommand.d.ts +1 -1
  100. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/TagUserCommand.d.ts +1 -1
  101. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagInstanceProfileCommand.d.ts +1 -1
  102. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagMFADeviceCommand.d.ts +1 -1
  103. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagOpenIDConnectProviderCommand.d.ts +1 -1
  104. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagPolicyCommand.d.ts +1 -1
  105. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagRoleCommand.d.ts +1 -1
  106. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagSAMLProviderCommand.d.ts +1 -1
  107. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagServerCertificateCommand.d.ts +1 -1
  108. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UntagUserCommand.d.ts +1 -1
  109. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccessKeyCommand.d.ts +1 -1
  110. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAccountPasswordPolicyCommand.d.ts +1 -1
  111. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateAssumeRolePolicyCommand.d.ts +1 -1
  112. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateDelegationRequestCommand.d.ts +1 -1
  113. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateGroupCommand.d.ts +1 -1
  114. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/UpdateLoginProfileCommand.d.ts +1 -1
  115. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/commands/index.d.ts +3 -0
  116. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/index.d.ts +4 -1
  117. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/enums.d.ts +222 -0
  118. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/errors.d.ts +297 -0
  119. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_0.d.ts +276 -416
  120. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/models_1.d.ts +1 -334
  121. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
  122. package/node_modules/@aws-sdk/client-iam/package.json +19 -19
  123. package/node_modules/@aws-sdk/client-sso/dist-es/index.js +1 -1
  124. package/node_modules/@aws-sdk/client-sso/dist-es/models/errors.js +49 -0
  125. package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +1 -49
  126. package/node_modules/@aws-sdk/client-sso/dist-es/schemas/schemas_0.js +1 -1
  127. package/node_modules/@aws-sdk/client-sso/dist-types/index.d.ts +2 -1
  128. package/node_modules/@aws-sdk/client-sso/dist-types/models/errors.d.ts +53 -0
  129. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +0 -53
  130. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/index.d.ts +2 -1
  131. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/errors.d.ts +30 -0
  132. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +0 -30
  133. package/node_modules/@aws-sdk/client-sso/package.json +18 -18
  134. package/node_modules/@aws-sdk/core/package.json +4 -4
  135. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  136. package/node_modules/@aws-sdk/credential-provider-http/package.json +4 -4
  137. package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +15 -0
  138. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveLoginCredentials.js +12 -0
  139. package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProfileData.js +4 -0
  140. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +4 -3
  141. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveLoginCredentials.d.ts +10 -0
  142. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/fromIni.d.ts +3 -1
  143. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/ts3.4/resolveLoginCredentials.d.ts +7 -0
  144. package/node_modules/@aws-sdk/credential-provider-ini/package.json +10 -9
  145. package/node_modules/@aws-sdk/credential-provider-login/README.md +7 -0
  146. package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +286 -0
  147. package/node_modules/@aws-sdk/credential-provider-login/dist-es/LoginCredentialsFetcher.js +262 -0
  148. package/node_modules/@aws-sdk/credential-provider-login/dist-es/fromLoginCredentials.js +21 -0
  149. package/node_modules/@aws-sdk/credential-provider-login/dist-es/index.js +2 -0
  150. package/node_modules/@aws-sdk/credential-provider-login/dist-es/types.js +1 -0
  151. package/node_modules/@aws-sdk/credential-provider-login/dist-types/LoginCredentialsFetcher.d.ts +42 -0
  152. package/node_modules/@aws-sdk/credential-provider-login/dist-types/fromLoginCredentials.d.ts +7 -0
  153. package/node_modules/@aws-sdk/credential-provider-login/dist-types/index.d.ts +8 -0
  154. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/LoginCredentialsFetcher.d.ts +24 -0
  155. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/fromLoginCredentials.d.ts +5 -0
  156. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/index.d.ts +2 -0
  157. package/node_modules/@aws-sdk/credential-provider-login/dist-types/ts3.4/types.d.ts +39 -0
  158. package/node_modules/@aws-sdk/credential-provider-login/dist-types/types.d.ts +59 -0
  159. package/node_modules/@aws-sdk/credential-provider-login/package.json +68 -0
  160. package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -8
  161. package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
  162. package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
  163. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
  164. package/node_modules/@aws-sdk/middleware-host-header/package.json +2 -2
  165. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  166. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +2 -2
  167. package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -5
  168. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  169. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  170. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  171. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +439 -0
  172. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  173. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +54 -0
  174. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  175. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +42 -0
  176. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +10 -9
  177. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  178. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  179. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  180. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  181. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  182. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  183. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  184. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  185. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  186. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  187. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +6 -0
  188. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  189. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  190. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  191. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  192. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  193. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +49 -0
  194. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  195. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +38 -0
  196. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  197. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +221 -0
  198. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +2 -1
  199. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  200. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  201. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -190
  202. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +1 -1
  203. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -1
  204. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  205. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -85
  206. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +1 -1
  207. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  208. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +198 -0
  209. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  210. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  211. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  212. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  213. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +38 -0
  214. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +5 -0
  215. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  216. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  217. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +16 -0
  218. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  219. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  220. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  221. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  222. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +59 -0
  223. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +59 -0
  224. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +58 -0
  225. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +33 -0
  226. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  227. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +14 -0
  228. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +3 -1
  229. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  230. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  231. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +0 -303
  232. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +2 -1
  233. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +108 -0
  234. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +0 -108
  235. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  236. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +127 -0
  237. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  238. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  239. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  240. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  241. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  242. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  243. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  244. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  245. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +10 -0
  246. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  247. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  248. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  249. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  250. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +121 -0
  251. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +114 -0
  252. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +125 -0
  253. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +53 -0
  254. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  255. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +19 -0
  256. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +3 -1
  257. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  258. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  259. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +0 -114
  260. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +2 -1
  261. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  262. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +0 -54
  263. package/node_modules/@aws-sdk/nested-clients/package.json +29 -18
  264. package/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  265. package/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  266. package/node_modules/@aws-sdk/region-config-resolver/package.json +2 -2
  267. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  268. package/node_modules/@aws-sdk/types/dist-types/feature-ids.d.ts +2 -0
  269. package/node_modules/@aws-sdk/types/dist-types/ts3.4/feature-ids.d.ts +2 -0
  270. package/node_modules/@aws-sdk/types/package.json +1 -1
  271. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  272. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  273. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  274. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +6 -0
  275. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +6 -0
  276. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  277. package/node_modules/@smithy/core/dist-types/ts3.4/submodules/protocols/HttpBindingProtocol.d.ts +6 -2
  278. package/node_modules/@smithy/core/package.json +1 -1
  279. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  280. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  281. package/node_modules/@smithy/smithy-client/package.json +3 -3
  282. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  283. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  284. package/package.json +3 -3
  285. package/node_modules/@aws-sdk/client-iam/dist-es/models/index.js +0 -2
  286. package/node_modules/@aws-sdk/client-iam/dist-types/models/index.d.ts +0 -2
  287. package/node_modules/@aws-sdk/client-iam/dist-types/ts3.4/models/index.d.ts +0 -2
  288. package/node_modules/@aws-sdk/client-sso/dist-es/models/index.js +0 -1
  289. package/node_modules/@aws-sdk/client-sso/dist-types/models/index.d.ts +0 -1
  290. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/index.d.ts +0 -1
  291. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/index.js +0 -1
  292. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/index.js +0 -1
  293. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/index.d.ts +0 -1
  294. package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/index.d.ts +0 -1
  295. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/index.d.ts +0 -1
  296. package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/index.d.ts +0 -1
@@ -98,12 +98,15 @@ export declare var EnableOrganizationsRootCredentialsManagementRequest: StaticSt
98
98
  export declare var EnableOrganizationsRootCredentialsManagementResponse: StaticStructureSchema;
99
99
  export declare var EnableOrganizationsRootSessionsRequest: StaticStructureSchema;
100
100
  export declare var EnableOrganizationsRootSessionsResponse: StaticStructureSchema;
101
+ export declare var EnableOutboundWebIdentityFederationResponse: StaticStructureSchema;
101
102
  export declare var EntityAlreadyExistsException: StaticErrorSchema;
102
103
  export declare var EntityDetails: StaticStructureSchema;
103
104
  export declare var EntityInfo: StaticStructureSchema;
104
105
  export declare var EntityTemporarilyUnmodifiableException: StaticErrorSchema;
105
106
  export declare var ErrorDetails: StaticStructureSchema;
106
107
  export declare var EvaluationResult: StaticStructureSchema;
108
+ export declare var FeatureDisabledException: StaticErrorSchema;
109
+ export declare var FeatureEnabledException: StaticErrorSchema;
107
110
  export declare var GenerateCredentialReportResponse: StaticStructureSchema;
108
111
  export declare var GenerateOrganizationsAccessReportRequest: StaticStructureSchema;
109
112
  export declare var GenerateOrganizationsAccessReportResponse: StaticStructureSchema;
@@ -137,6 +140,7 @@ export declare var GetOpenIDConnectProviderRequest: StaticStructureSchema;
137
140
  export declare var GetOpenIDConnectProviderResponse: StaticStructureSchema;
138
141
  export declare var GetOrganizationsAccessReportRequest: StaticStructureSchema;
139
142
  export declare var GetOrganizationsAccessReportResponse: StaticStructureSchema;
143
+ export declare var GetOutboundWebIdentityFederationInfoResponse: StaticStructureSchema;
140
144
  export declare var GetPolicyRequest: StaticStructureSchema;
141
145
  export declare var GetPolicyResponse: StaticStructureSchema;
142
146
  export declare var GetPolicyVersionRequest: StaticStructureSchema;
@@ -468,9 +472,11 @@ export declare var DetachRolePolicy: StaticOperationSchema;
468
472
  export declare var DetachUserPolicy: StaticOperationSchema;
469
473
  export declare var DisableOrganizationsRootCredentialsManagement: StaticOperationSchema;
470
474
  export declare var DisableOrganizationsRootSessions: StaticOperationSchema;
475
+ export declare var DisableOutboundWebIdentityFederation: StaticOperationSchema;
471
476
  export declare var EnableMFADevice: StaticOperationSchema;
472
477
  export declare var EnableOrganizationsRootCredentialsManagement: StaticOperationSchema;
473
478
  export declare var EnableOrganizationsRootSessions: StaticOperationSchema;
479
+ export declare var EnableOutboundWebIdentityFederation: StaticOperationSchema;
474
480
  export declare var GenerateCredentialReport: StaticOperationSchema;
475
481
  export declare var GenerateOrganizationsAccessReport: StaticOperationSchema;
476
482
  export declare var GenerateServiceLastAccessedDetails: StaticOperationSchema;
@@ -490,6 +496,7 @@ export declare var GetLoginProfile: StaticOperationSchema;
490
496
  export declare var GetMFADevice: StaticOperationSchema;
491
497
  export declare var GetOpenIDConnectProvider: StaticOperationSchema;
492
498
  export declare var GetOrganizationsAccessReport: StaticOperationSchema;
499
+ export declare var GetOutboundWebIdentityFederationInfo: StaticOperationSchema;
493
500
  export declare var GetPolicy: StaticOperationSchema;
494
501
  export declare var GetPolicyVersion: StaticOperationSchema;
495
502
  export declare var GetRole: StaticOperationSchema;
@@ -211,6 +211,10 @@ import {
211
211
  DisableOrganizationsRootSessionsCommandInput,
212
212
  DisableOrganizationsRootSessionsCommandOutput,
213
213
  } from "./commands/DisableOrganizationsRootSessionsCommand";
214
+ import {
215
+ DisableOutboundWebIdentityFederationCommandInput,
216
+ DisableOutboundWebIdentityFederationCommandOutput,
217
+ } from "./commands/DisableOutboundWebIdentityFederationCommand";
214
218
  import {
215
219
  EnableMFADeviceCommandInput,
216
220
  EnableMFADeviceCommandOutput,
@@ -223,6 +227,10 @@ import {
223
227
  EnableOrganizationsRootSessionsCommandInput,
224
228
  EnableOrganizationsRootSessionsCommandOutput,
225
229
  } from "./commands/EnableOrganizationsRootSessionsCommand";
230
+ import {
231
+ EnableOutboundWebIdentityFederationCommandInput,
232
+ EnableOutboundWebIdentityFederationCommandOutput,
233
+ } from "./commands/EnableOutboundWebIdentityFederationCommand";
226
234
  import {
227
235
  GenerateCredentialReportCommandInput,
228
236
  GenerateCredentialReportCommandOutput,
@@ -299,6 +307,10 @@ import {
299
307
  GetOrganizationsAccessReportCommandInput,
300
308
  GetOrganizationsAccessReportCommandOutput,
301
309
  } from "./commands/GetOrganizationsAccessReportCommand";
310
+ import {
311
+ GetOutboundWebIdentityFederationInfoCommandInput,
312
+ GetOutboundWebIdentityFederationInfoCommandOutput,
313
+ } from "./commands/GetOutboundWebIdentityFederationInfoCommand";
302
314
  import {
303
315
  GetPolicyCommandInput,
304
316
  GetPolicyCommandOutput,
@@ -1400,6 +1412,26 @@ export interface IAM {
1400
1412
  options: __HttpHandlerOptions,
1401
1413
  cb: (err: any, data?: DisableOrganizationsRootSessionsCommandOutput) => void
1402
1414
  ): void;
1415
+ disableOutboundWebIdentityFederation(): Promise<DisableOutboundWebIdentityFederationCommandOutput>;
1416
+ disableOutboundWebIdentityFederation(
1417
+ args: DisableOutboundWebIdentityFederationCommandInput,
1418
+ options?: __HttpHandlerOptions
1419
+ ): Promise<DisableOutboundWebIdentityFederationCommandOutput>;
1420
+ disableOutboundWebIdentityFederation(
1421
+ args: DisableOutboundWebIdentityFederationCommandInput,
1422
+ cb: (
1423
+ err: any,
1424
+ data?: DisableOutboundWebIdentityFederationCommandOutput
1425
+ ) => void
1426
+ ): void;
1427
+ disableOutboundWebIdentityFederation(
1428
+ args: DisableOutboundWebIdentityFederationCommandInput,
1429
+ options: __HttpHandlerOptions,
1430
+ cb: (
1431
+ err: any,
1432
+ data?: DisableOutboundWebIdentityFederationCommandOutput
1433
+ ) => void
1434
+ ): void;
1403
1435
  enableMFADevice(
1404
1436
  args: EnableMFADeviceCommandInput,
1405
1437
  options?: __HttpHandlerOptions
@@ -1447,6 +1479,26 @@ export interface IAM {
1447
1479
  options: __HttpHandlerOptions,
1448
1480
  cb: (err: any, data?: EnableOrganizationsRootSessionsCommandOutput) => void
1449
1481
  ): void;
1482
+ enableOutboundWebIdentityFederation(): Promise<EnableOutboundWebIdentityFederationCommandOutput>;
1483
+ enableOutboundWebIdentityFederation(
1484
+ args: EnableOutboundWebIdentityFederationCommandInput,
1485
+ options?: __HttpHandlerOptions
1486
+ ): Promise<EnableOutboundWebIdentityFederationCommandOutput>;
1487
+ enableOutboundWebIdentityFederation(
1488
+ args: EnableOutboundWebIdentityFederationCommandInput,
1489
+ cb: (
1490
+ err: any,
1491
+ data?: EnableOutboundWebIdentityFederationCommandOutput
1492
+ ) => void
1493
+ ): void;
1494
+ enableOutboundWebIdentityFederation(
1495
+ args: EnableOutboundWebIdentityFederationCommandInput,
1496
+ options: __HttpHandlerOptions,
1497
+ cb: (
1498
+ err: any,
1499
+ data?: EnableOutboundWebIdentityFederationCommandOutput
1500
+ ) => void
1501
+ ): void;
1450
1502
  generateCredentialReport(): Promise<GenerateCredentialReportCommandOutput>;
1451
1503
  generateCredentialReport(
1452
1504
  args: GenerateCredentialReportCommandInput,
@@ -1712,6 +1764,26 @@ export interface IAM {
1712
1764
  options: __HttpHandlerOptions,
1713
1765
  cb: (err: any, data?: GetOrganizationsAccessReportCommandOutput) => void
1714
1766
  ): void;
1767
+ getOutboundWebIdentityFederationInfo(): Promise<GetOutboundWebIdentityFederationInfoCommandOutput>;
1768
+ getOutboundWebIdentityFederationInfo(
1769
+ args: GetOutboundWebIdentityFederationInfoCommandInput,
1770
+ options?: __HttpHandlerOptions
1771
+ ): Promise<GetOutboundWebIdentityFederationInfoCommandOutput>;
1772
+ getOutboundWebIdentityFederationInfo(
1773
+ args: GetOutboundWebIdentityFederationInfoCommandInput,
1774
+ cb: (
1775
+ err: any,
1776
+ data?: GetOutboundWebIdentityFederationInfoCommandOutput
1777
+ ) => void
1778
+ ): void;
1779
+ getOutboundWebIdentityFederationInfo(
1780
+ args: GetOutboundWebIdentityFederationInfoCommandInput,
1781
+ options: __HttpHandlerOptions,
1782
+ cb: (
1783
+ err: any,
1784
+ data?: GetOutboundWebIdentityFederationInfoCommandOutput
1785
+ ) => void
1786
+ ): void;
1715
1787
  getPolicy(
1716
1788
  args: GetPolicyCommandInput,
1717
1789
  options?: __HttpHandlerOptions
@@ -260,6 +260,10 @@ import {
260
260
  DisableOrganizationsRootSessionsCommandInput,
261
261
  DisableOrganizationsRootSessionsCommandOutput,
262
262
  } from "./commands/DisableOrganizationsRootSessionsCommand";
263
+ import {
264
+ DisableOutboundWebIdentityFederationCommandInput,
265
+ DisableOutboundWebIdentityFederationCommandOutput,
266
+ } from "./commands/DisableOutboundWebIdentityFederationCommand";
263
267
  import {
264
268
  EnableMFADeviceCommandInput,
265
269
  EnableMFADeviceCommandOutput,
@@ -272,6 +276,10 @@ import {
272
276
  EnableOrganizationsRootSessionsCommandInput,
273
277
  EnableOrganizationsRootSessionsCommandOutput,
274
278
  } from "./commands/EnableOrganizationsRootSessionsCommand";
279
+ import {
280
+ EnableOutboundWebIdentityFederationCommandInput,
281
+ EnableOutboundWebIdentityFederationCommandOutput,
282
+ } from "./commands/EnableOutboundWebIdentityFederationCommand";
275
283
  import {
276
284
  GenerateCredentialReportCommandInput,
277
285
  GenerateCredentialReportCommandOutput,
@@ -348,6 +356,10 @@ import {
348
356
  GetOrganizationsAccessReportCommandInput,
349
357
  GetOrganizationsAccessReportCommandOutput,
350
358
  } from "./commands/GetOrganizationsAccessReportCommand";
359
+ import {
360
+ GetOutboundWebIdentityFederationInfoCommandInput,
361
+ GetOutboundWebIdentityFederationInfoCommandOutput,
362
+ } from "./commands/GetOutboundWebIdentityFederationInfoCommand";
351
363
  import {
352
364
  GetPolicyCommandInput,
353
365
  GetPolicyCommandOutput,
@@ -801,9 +813,11 @@ export type ServiceInputTypes =
801
813
  | DetachUserPolicyCommandInput
802
814
  | DisableOrganizationsRootCredentialsManagementCommandInput
803
815
  | DisableOrganizationsRootSessionsCommandInput
816
+ | DisableOutboundWebIdentityFederationCommandInput
804
817
  | EnableMFADeviceCommandInput
805
818
  | EnableOrganizationsRootCredentialsManagementCommandInput
806
819
  | EnableOrganizationsRootSessionsCommandInput
820
+ | EnableOutboundWebIdentityFederationCommandInput
807
821
  | GenerateCredentialReportCommandInput
808
822
  | GenerateOrganizationsAccessReportCommandInput
809
823
  | GenerateServiceLastAccessedDetailsCommandInput
@@ -823,6 +837,7 @@ export type ServiceInputTypes =
823
837
  | GetMFADeviceCommandInput
824
838
  | GetOpenIDConnectProviderCommandInput
825
839
  | GetOrganizationsAccessReportCommandInput
840
+ | GetOutboundWebIdentityFederationInfoCommandInput
826
841
  | GetPolicyCommandInput
827
842
  | GetPolicyVersionCommandInput
828
843
  | GetRoleCommandInput
@@ -975,9 +990,11 @@ export type ServiceOutputTypes =
975
990
  | DetachUserPolicyCommandOutput
976
991
  | DisableOrganizationsRootCredentialsManagementCommandOutput
977
992
  | DisableOrganizationsRootSessionsCommandOutput
993
+ | DisableOutboundWebIdentityFederationCommandOutput
978
994
  | EnableMFADeviceCommandOutput
979
995
  | EnableOrganizationsRootCredentialsManagementCommandOutput
980
996
  | EnableOrganizationsRootSessionsCommandOutput
997
+ | EnableOutboundWebIdentityFederationCommandOutput
981
998
  | GenerateCredentialReportCommandOutput
982
999
  | GenerateOrganizationsAccessReportCommandOutput
983
1000
  | GenerateServiceLastAccessedDetailsCommandOutput
@@ -997,6 +1014,7 @@ export type ServiceOutputTypes =
997
1014
  | GetMFADeviceCommandOutput
998
1015
  | GetOpenIDConnectProviderCommandOutput
999
1016
  | GetOrganizationsAccessReportCommandOutput
1017
+ | GetOutboundWebIdentityFederationInfoCommandOutput
1000
1018
  | GetPolicyCommandOutput
1001
1019
  | GetPolicyVersionCommandOutput
1002
1020
  | GetRoleCommandOutput
@@ -0,0 +1,45 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ export { __MetadataBearer };
9
+ export { $Command };
10
+ export interface DisableOutboundWebIdentityFederationCommandInput {}
11
+ export interface DisableOutboundWebIdentityFederationCommandOutput
12
+ extends __MetadataBearer {}
13
+ declare const DisableOutboundWebIdentityFederationCommand_base: {
14
+ new (
15
+ input: DisableOutboundWebIdentityFederationCommandInput
16
+ ): import("@smithy/smithy-client").CommandImpl<
17
+ DisableOutboundWebIdentityFederationCommandInput,
18
+ DisableOutboundWebIdentityFederationCommandOutput,
19
+ IAMClientResolvedConfig,
20
+ ServiceInputTypes,
21
+ ServiceOutputTypes
22
+ >;
23
+ new (
24
+ ...[input]: [] | [DisableOutboundWebIdentityFederationCommandInput]
25
+ ): import("@smithy/smithy-client").CommandImpl<
26
+ DisableOutboundWebIdentityFederationCommandInput,
27
+ DisableOutboundWebIdentityFederationCommandOutput,
28
+ IAMClientResolvedConfig,
29
+ ServiceInputTypes,
30
+ ServiceOutputTypes
31
+ >;
32
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
33
+ };
34
+ export declare class DisableOutboundWebIdentityFederationCommand extends DisableOutboundWebIdentityFederationCommand_base {
35
+ protected static __types: {
36
+ api: {
37
+ input: {};
38
+ output: {};
39
+ };
40
+ sdk: {
41
+ input: DisableOutboundWebIdentityFederationCommandInput;
42
+ output: DisableOutboundWebIdentityFederationCommandOutput;
43
+ };
44
+ };
45
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import { EnableOutboundWebIdentityFederationResponse } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface EnableOutboundWebIdentityFederationCommandInput {}
12
+ export interface EnableOutboundWebIdentityFederationCommandOutput
13
+ extends EnableOutboundWebIdentityFederationResponse,
14
+ __MetadataBearer {}
15
+ declare const EnableOutboundWebIdentityFederationCommand_base: {
16
+ new (
17
+ input: EnableOutboundWebIdentityFederationCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ EnableOutboundWebIdentityFederationCommandInput,
20
+ EnableOutboundWebIdentityFederationCommandOutput,
21
+ IAMClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [EnableOutboundWebIdentityFederationCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ EnableOutboundWebIdentityFederationCommandInput,
29
+ EnableOutboundWebIdentityFederationCommandOutput,
30
+ IAMClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class EnableOutboundWebIdentityFederationCommand extends EnableOutboundWebIdentityFederationCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: EnableOutboundWebIdentityFederationResponse;
41
+ };
42
+ sdk: {
43
+ input: EnableOutboundWebIdentityFederationCommandInput;
44
+ output: EnableOutboundWebIdentityFederationCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -0,0 +1,47 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ IAMClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../IAMClient";
8
+ import { GetOutboundWebIdentityFederationInfoResponse } from "../models/models_0";
9
+ export { __MetadataBearer };
10
+ export { $Command };
11
+ export interface GetOutboundWebIdentityFederationInfoCommandInput {}
12
+ export interface GetOutboundWebIdentityFederationInfoCommandOutput
13
+ extends GetOutboundWebIdentityFederationInfoResponse,
14
+ __MetadataBearer {}
15
+ declare const GetOutboundWebIdentityFederationInfoCommand_base: {
16
+ new (
17
+ input: GetOutboundWebIdentityFederationInfoCommandInput
18
+ ): import("@smithy/smithy-client").CommandImpl<
19
+ GetOutboundWebIdentityFederationInfoCommandInput,
20
+ GetOutboundWebIdentityFederationInfoCommandOutput,
21
+ IAMClientResolvedConfig,
22
+ ServiceInputTypes,
23
+ ServiceOutputTypes
24
+ >;
25
+ new (
26
+ ...[input]: [] | [GetOutboundWebIdentityFederationInfoCommandInput]
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ GetOutboundWebIdentityFederationInfoCommandInput,
29
+ GetOutboundWebIdentityFederationInfoCommandOutput,
30
+ IAMClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
34
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
35
+ };
36
+ export declare class GetOutboundWebIdentityFederationInfoCommand extends GetOutboundWebIdentityFederationInfoCommand_base {
37
+ protected static __types: {
38
+ api: {
39
+ input: {};
40
+ output: GetOutboundWebIdentityFederationInfoResponse;
41
+ };
42
+ sdk: {
43
+ input: GetOutboundWebIdentityFederationInfoCommandInput;
44
+ output: GetOutboundWebIdentityFederationInfoCommandOutput;
45
+ };
46
+ };
47
+ }
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { PutGroupPolicyRequest } from "../models/models_1";
8
+ import { PutGroupPolicyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface PutGroupPolicyCommandInput extends PutGroupPolicyRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { PutRolePermissionsBoundaryRequest } from "../models/models_1";
8
+ import { PutRolePermissionsBoundaryRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface PutRolePermissionsBoundaryCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { PutRolePolicyRequest } from "../models/models_1";
8
+ import { PutRolePolicyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface PutRolePolicyCommandInput extends PutRolePolicyRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { PutUserPermissionsBoundaryRequest } from "../models/models_1";
8
+ import { PutUserPermissionsBoundaryRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface PutUserPermissionsBoundaryCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { PutUserPolicyRequest } from "../models/models_1";
8
+ import { PutUserPolicyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface PutUserPolicyCommandInput extends PutUserPolicyRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { RejectDelegationRequestRequest } from "../models/models_1";
8
+ import { RejectDelegationRequestRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface RejectDelegationRequestCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { RemoveClientIDFromOpenIDConnectProviderRequest } from "../models/models_1";
8
+ import { RemoveClientIDFromOpenIDConnectProviderRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface RemoveClientIDFromOpenIDConnectProviderCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { RemoveRoleFromInstanceProfileRequest } from "../models/models_1";
8
+ import { RemoveRoleFromInstanceProfileRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface RemoveRoleFromInstanceProfileCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { RemoveUserFromGroupRequest } from "../models/models_1";
8
+ import { RemoveUserFromGroupRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface RemoveUserFromGroupCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  ResetServiceSpecificCredentialRequest,
10
10
  ResetServiceSpecificCredentialResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface ResetServiceSpecificCredentialCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { ResyncMFADeviceRequest } from "../models/models_1";
8
+ import { ResyncMFADeviceRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface ResyncMFADeviceCommandInput extends ResyncMFADeviceRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { SendDelegationTokenRequest } from "../models/models_1";
8
+ import { SendDelegationTokenRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface SendDelegationTokenCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { SetDefaultPolicyVersionRequest } from "../models/models_1";
8
+ import { SetDefaultPolicyVersionRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface SetDefaultPolicyVersionCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { SetSecurityTokenServicePreferencesRequest } from "../models/models_1";
8
+ import { SetSecurityTokenServicePreferencesRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface SetSecurityTokenServicePreferencesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SimulateCustomPolicyRequest,
10
10
  SimulatePolicyResponse,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface SimulateCustomPolicyCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  SimulatePolicyResponse,
10
10
  SimulatePrincipalPolicyRequest,
11
- } from "../models/models_1";
11
+ } from "../models/models_0";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface SimulatePrincipalPolicyCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagInstanceProfileRequest } from "../models/models_1";
8
+ import { TagInstanceProfileRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagInstanceProfileCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagMFADeviceRequest } from "../models/models_1";
8
+ import { TagMFADeviceRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagMFADeviceCommandInput extends TagMFADeviceRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagOpenIDConnectProviderRequest } from "../models/models_1";
8
+ import { TagOpenIDConnectProviderRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagOpenIDConnectProviderCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagPolicyRequest } from "../models/models_1";
8
+ import { TagPolicyRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagPolicyCommandInput extends TagPolicyRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagRoleRequest } from "../models/models_1";
8
+ import { TagRoleRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagRoleCommandInput extends TagRoleRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagSAMLProviderRequest } from "../models/models_1";
8
+ import { TagSAMLProviderRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagSAMLProviderCommandInput extends TagSAMLProviderRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagServerCertificateRequest } from "../models/models_1";
8
+ import { TagServerCertificateRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagServerCertificateCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { TagUserRequest } from "../models/models_1";
8
+ import { TagUserRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface TagUserCommandInput extends TagUserRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagInstanceProfileRequest } from "../models/models_1";
8
+ import { UntagInstanceProfileRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagInstanceProfileCommandInput
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagMFADeviceRequest } from "../models/models_1";
8
+ import { UntagMFADeviceRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagMFADeviceCommandInput extends UntagMFADeviceRequest {}
@@ -5,7 +5,7 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../IAMClient";
8
- import { UntagOpenIDConnectProviderRequest } from "../models/models_1";
8
+ import { UntagOpenIDConnectProviderRequest } from "../models/models_0";
9
9
  export { __MetadataBearer };
10
10
  export { $Command };
11
11
  export interface UntagOpenIDConnectProviderCommandInput