@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
@@ -0,0 +1,74 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ /**
5
+ * @public
6
+ */
7
+ export type { __MetadataBearer };
8
+ export { $Command };
9
+ /**
10
+ * @public
11
+ *
12
+ * The input for {@link DisableOutboundWebIdentityFederationCommand}.
13
+ */
14
+ export interface DisableOutboundWebIdentityFederationCommandInput {
15
+ }
16
+ /**
17
+ * @public
18
+ *
19
+ * The output of {@link DisableOutboundWebIdentityFederationCommand}.
20
+ */
21
+ export interface DisableOutboundWebIdentityFederationCommandOutput extends __MetadataBearer {
22
+ }
23
+ declare const DisableOutboundWebIdentityFederationCommand_base: {
24
+ new (input: DisableOutboundWebIdentityFederationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableOutboundWebIdentityFederationCommandInput, DisableOutboundWebIdentityFederationCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DisableOutboundWebIdentityFederationCommandInput]): import("@smithy/smithy-client").CommandImpl<DisableOutboundWebIdentityFederationCommandInput, DisableOutboundWebIdentityFederationCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
27
+ };
28
+ /**
29
+ * <p>Disables the outbound identity federation feature for your Amazon Web Services account. When disabled, IAM principals in the account cannot
30
+ * use the <code>GetWebIdentityToken</code> API to obtain JSON Web Tokens (JWTs) for authentication with external services. This operation
31
+ * does not affect tokens that were issued before the feature was disabled.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { IAMClient, DisableOutboundWebIdentityFederationCommand } from "@aws-sdk/client-iam"; // ES Modules import
36
+ * // const { IAMClient, DisableOutboundWebIdentityFederationCommand } = require("@aws-sdk/client-iam"); // CommonJS import
37
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
38
+ * const config = {}; // type is IAMClientConfig
39
+ * const client = new IAMClient(config);
40
+ * const input = {};
41
+ * const command = new DisableOutboundWebIdentityFederationCommand(input);
42
+ * const response = await client.send(command);
43
+ * // {};
44
+ *
45
+ * ```
46
+ *
47
+ * @param DisableOutboundWebIdentityFederationCommandInput - {@link DisableOutboundWebIdentityFederationCommandInput}
48
+ * @returns {@link DisableOutboundWebIdentityFederationCommandOutput}
49
+ * @see {@link DisableOutboundWebIdentityFederationCommandInput} for command's `input` shape.
50
+ * @see {@link DisableOutboundWebIdentityFederationCommandOutput} for command's `response` shape.
51
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
52
+ *
53
+ * @throws {@link FeatureDisabledException} (client fault)
54
+ * <p>The request failed because outbound identity federation is already disabled for your Amazon Web Services account. You cannot disable the feature multiple times</p>
55
+ *
56
+ * @throws {@link IAMServiceException}
57
+ * <p>Base exception class for all service exceptions from IAM service.</p>
58
+ *
59
+ *
60
+ * @public
61
+ */
62
+ export declare class DisableOutboundWebIdentityFederationCommand extends DisableOutboundWebIdentityFederationCommand_base {
63
+ /** @internal type navigation helper, not in runtime. */
64
+ protected static __types: {
65
+ api: {
66
+ input: {};
67
+ output: {};
68
+ };
69
+ sdk: {
70
+ input: DisableOutboundWebIdentityFederationCommandInput;
71
+ output: DisableOutboundWebIdentityFederationCommandOutput;
72
+ };
73
+ };
74
+ }
@@ -0,0 +1,78 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ import { EnableOutboundWebIdentityFederationResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link EnableOutboundWebIdentityFederationCommand}.
14
+ */
15
+ export interface EnableOutboundWebIdentityFederationCommandInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link EnableOutboundWebIdentityFederationCommand}.
21
+ */
22
+ export interface EnableOutboundWebIdentityFederationCommandOutput extends EnableOutboundWebIdentityFederationResponse, __MetadataBearer {
23
+ }
24
+ declare const EnableOutboundWebIdentityFederationCommand_base: {
25
+ new (input: EnableOutboundWebIdentityFederationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableOutboundWebIdentityFederationCommandInput, EnableOutboundWebIdentityFederationCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [EnableOutboundWebIdentityFederationCommandInput]): import("@smithy/smithy-client").CommandImpl<EnableOutboundWebIdentityFederationCommandInput, EnableOutboundWebIdentityFederationCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Enables the outbound identity federation feature for your Amazon Web Services account. When enabled, IAM principals in your account
31
+ * can use the <code>GetWebIdentityToken</code> API to obtain JSON Web Tokens (JWTs) for secure authentication with external services.
32
+ * This operation also generates a unique issuer URL for your Amazon Web Services account. </p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { IAMClient, EnableOutboundWebIdentityFederationCommand } from "@aws-sdk/client-iam"; // ES Modules import
37
+ * // const { IAMClient, EnableOutboundWebIdentityFederationCommand } = require("@aws-sdk/client-iam"); // CommonJS import
38
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
39
+ * const config = {}; // type is IAMClientConfig
40
+ * const client = new IAMClient(config);
41
+ * const input = {};
42
+ * const command = new EnableOutboundWebIdentityFederationCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // EnableOutboundWebIdentityFederationResponse
45
+ * // IssuerIdentifier: "STRING_VALUE",
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param EnableOutboundWebIdentityFederationCommandInput - {@link EnableOutboundWebIdentityFederationCommandInput}
51
+ * @returns {@link EnableOutboundWebIdentityFederationCommandOutput}
52
+ * @see {@link EnableOutboundWebIdentityFederationCommandInput} for command's `input` shape.
53
+ * @see {@link EnableOutboundWebIdentityFederationCommandOutput} for command's `response` shape.
54
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
55
+ *
56
+ * @throws {@link FeatureEnabledException} (client fault)
57
+ * <p>The request failed because outbound identity federation is already enabled for your Amazon Web Services account. You
58
+ * cannot enable the feature multiple times. To fetch the current configuration (including the unique issuer URL), use the <code>GetOutboundWebIdentityFederationInfo</code> operation.</p>
59
+ *
60
+ * @throws {@link IAMServiceException}
61
+ * <p>Base exception class for all service exceptions from IAM service.</p>
62
+ *
63
+ *
64
+ * @public
65
+ */
66
+ export declare class EnableOutboundWebIdentityFederationCommand extends EnableOutboundWebIdentityFederationCommand_base {
67
+ /** @internal type navigation helper, not in runtime. */
68
+ protected static __types: {
69
+ api: {
70
+ input: {};
71
+ output: EnableOutboundWebIdentityFederationResponse;
72
+ };
73
+ sdk: {
74
+ input: EnableOutboundWebIdentityFederationCommandInput;
75
+ output: EnableOutboundWebIdentityFederationCommandOutput;
76
+ };
77
+ };
78
+ }
@@ -49,13 +49,13 @@ declare const GenerateOrganizationsAccessReportCommand_base: {
49
49
  * service last accessed data</a> in the
50
50
  * <i>IAM User Guide</i>.</p>
51
51
  * <important>
52
- * <p>The data includes all attempts to access Amazon Web Services, not just the successful ones. This
52
+ * <p>The data includes all attempts to access Amazon Web Services, not just the successful ones. This
53
53
  * includes all attempts that were made using the Amazon Web Services Management Console, the Amazon Web Services API through any
54
54
  * of the SDKs, or any of the command line tools. An unexpected entry in the service
55
55
  * last accessed data does not mean that an account has been compromised, because the
56
56
  * request might have been denied. Refer to your CloudTrail logs as the authoritative
57
57
  * source for information about all API calls and whether they were successful or
58
- * denied access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">Logging IAM events with
58
+ * denied access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">Logging IAM events with
59
59
  * CloudTrail</a> in the <i>IAM User Guide</i>.</p>
60
60
  * </important>
61
61
  * <p>This operation returns a <code>JobId</code>. Use this parameter in the <code>
@@ -35,13 +35,13 @@ declare const GenerateServiceLastAccessedDetailsCommand_base: {
35
35
  * actions for which action last accessed information is displayed, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor-action-last-accessed.html">IAM
36
36
  * action last accessed information services and actions</a>.</p>
37
37
  * <important>
38
- * <p>The service last accessed data includes all attempts to access an Amazon Web Services API, not
38
+ * <p>The service last accessed data includes all attempts to access an Amazon Web Services API, not
39
39
  * just the successful ones. This includes all attempts that were made using the
40
40
  * Amazon Web Services Management Console, the Amazon Web Services API through any of the SDKs, or any of the command line tools.
41
41
  * An unexpected entry in the service last accessed data does not mean that your
42
42
  * account has been compromised, because the request might have been denied. Refer to
43
43
  * your CloudTrail logs as the authoritative source for information about all API calls
44
- * and whether they were successful or denied access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">Logging
44
+ * and whether they were successful or denied access. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html">Logging
45
45
  * IAM events with CloudTrail</a> in the
46
46
  * <i>IAM User Guide</i>.</p>
47
47
  * </important>
@@ -0,0 +1,127 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ import { GetDelegationRequestRequest, GetDelegationRequestResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetDelegationRequestCommand}.
14
+ */
15
+ export interface GetDelegationRequestCommandInput extends GetDelegationRequestRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetDelegationRequestCommand}.
21
+ */
22
+ export interface GetDelegationRequestCommandOutput extends GetDelegationRequestResponse, __MetadataBearer {
23
+ }
24
+ declare const GetDelegationRequestCommand_base: {
25
+ new (input: GetDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<GetDelegationRequestCommandInput, GetDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDelegationRequestCommandInput): import("@smithy/smithy-client").CommandImpl<GetDelegationRequestCommandInput, GetDelegationRequestCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves information about a specific delegation request.</p>
31
+ * <p>
32
+ * If a delegation request has no owner or owner account, <code>GetDelegationRequest</code> for that delegation request can be called by any account.
33
+ * If the owner account is assigned but there is
34
+ * no owner id, only identities within that owner account can call <code>GetDelegationRequest</code>
35
+ * for the delegation request. Once the delegation request is fully owned, the owner of the request gets
36
+ * a default permission to get that delegation request. For more details, see
37
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html#temporary-delegation-managing-permissions">
38
+ * Managing Permissions for Delegation Requests</a>.
39
+ * </p>
40
+ * @example
41
+ * Use a bare-bones client and the command you need to make an API call.
42
+ * ```javascript
43
+ * import { IAMClient, GetDelegationRequestCommand } from "@aws-sdk/client-iam"; // ES Modules import
44
+ * // const { IAMClient, GetDelegationRequestCommand } = require("@aws-sdk/client-iam"); // CommonJS import
45
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
46
+ * const config = {}; // type is IAMClientConfig
47
+ * const client = new IAMClient(config);
48
+ * const input = { // GetDelegationRequestRequest
49
+ * DelegationRequestId: "STRING_VALUE", // required
50
+ * DelegationPermissionCheck: true || false,
51
+ * };
52
+ * const command = new GetDelegationRequestCommand(input);
53
+ * const response = await client.send(command);
54
+ * // { // GetDelegationRequestResponse
55
+ * // DelegationRequest: { // DelegationRequest
56
+ * // DelegationRequestId: "STRING_VALUE",
57
+ * // OwnerAccountId: "STRING_VALUE",
58
+ * // Description: "STRING_VALUE",
59
+ * // RequestMessage: "STRING_VALUE",
60
+ * // Permissions: { // DelegationPermission
61
+ * // PolicyTemplateArn: "STRING_VALUE",
62
+ * // Parameters: [ // policyParameterListType
63
+ * // { // PolicyParameter
64
+ * // Name: "STRING_VALUE",
65
+ * // Values: [ // policyParameterValuesListType
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // Type: "string" || "stringList",
69
+ * // },
70
+ * // ],
71
+ * // },
72
+ * // PermissionPolicy: "STRING_VALUE",
73
+ * // RolePermissionRestrictionArns: [ // rolePermissionRestrictionArnListType
74
+ * // "STRING_VALUE",
75
+ * // ],
76
+ * // OwnerId: "STRING_VALUE",
77
+ * // ApproverId: "STRING_VALUE",
78
+ * // State: "UNASSIGNED" || "ASSIGNED" || "PENDING_APPROVAL" || "FINALIZED" || "ACCEPTED" || "REJECTED" || "EXPIRED",
79
+ * // RequestorId: "STRING_VALUE",
80
+ * // RequestorName: "STRING_VALUE",
81
+ * // CreateDate: new Date("TIMESTAMP"),
82
+ * // SessionDuration: Number("int"),
83
+ * // RedirectUrl: "STRING_VALUE",
84
+ * // Notes: "STRING_VALUE",
85
+ * // RejectionReason: "STRING_VALUE",
86
+ * // OnlySendByOwner: true || false,
87
+ * // UpdatedTime: new Date("TIMESTAMP"),
88
+ * // },
89
+ * // PermissionCheckStatus: "COMPLETE" || "IN_PROGRESS" || "FAILED",
90
+ * // PermissionCheckResult: "ALLOWED" || "DENIED" || "UNSURE",
91
+ * // };
92
+ *
93
+ * ```
94
+ *
95
+ * @param GetDelegationRequestCommandInput - {@link GetDelegationRequestCommandInput}
96
+ * @returns {@link GetDelegationRequestCommandOutput}
97
+ * @see {@link GetDelegationRequestCommandInput} for command's `input` shape.
98
+ * @see {@link GetDelegationRequestCommandOutput} for command's `response` shape.
99
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
100
+ *
101
+ * @throws {@link NoSuchEntityException} (client fault)
102
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
103
+ * error message describes the resource.</p>
104
+ *
105
+ * @throws {@link ServiceFailureException} (server fault)
106
+ * <p>The request processing has failed because of an unknown error, exception or
107
+ * failure.</p>
108
+ *
109
+ * @throws {@link IAMServiceException}
110
+ * <p>Base exception class for all service exceptions from IAM service.</p>
111
+ *
112
+ *
113
+ * @public
114
+ */
115
+ export declare class GetDelegationRequestCommand extends GetDelegationRequestCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: GetDelegationRequestRequest;
120
+ output: GetDelegationRequestResponse;
121
+ };
122
+ sdk: {
123
+ input: GetDelegationRequestCommandInput;
124
+ output: GetDelegationRequestCommandOutput;
125
+ };
126
+ };
127
+ }
@@ -0,0 +1,105 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ import { GetHumanReadableSummaryRequest, GetHumanReadableSummaryResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetHumanReadableSummaryCommand}.
14
+ */
15
+ export interface GetHumanReadableSummaryCommandInput extends GetHumanReadableSummaryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetHumanReadableSummaryCommand}.
21
+ */
22
+ export interface GetHumanReadableSummaryCommandOutput extends GetHumanReadableSummaryResponse, __MetadataBearer {
23
+ }
24
+ declare const GetHumanReadableSummaryCommand_base: {
25
+ new (input: GetHumanReadableSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetHumanReadableSummaryCommandInput, GetHumanReadableSummaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetHumanReadableSummaryCommandInput): import("@smithy/smithy-client").CommandImpl<GetHumanReadableSummaryCommandInput, GetHumanReadableSummaryCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves a human readable summary for a given entity. At this time, the only supported
31
+ * entity type is <code>delegation-request</code>
32
+ * </p>
33
+ * <p>This method uses a Large Language Model (LLM) to generate the summary.</p>
34
+ * <p>
35
+ * If a delegation request has no owner or owner account, <code>GetHumanReadableSummary</code> for that delegation request can be called by any account.
36
+ * If the owner account is assigned but there is
37
+ * no owner id, only identities within that owner account can call <code>GetHumanReadableSummary</code>
38
+ * for the delegation request to retrieve a summary of that request.
39
+ * Once the delegation request is fully owned, the owner of the request gets
40
+ * a default permission to get that delegation request. For more details, read
41
+ * <a href="">default permissions granted to delegation requests</a>. These rules are identical to
42
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetDelegationRequest.html">GetDelegationRequest</a>
43
+ * API behavior, such that a party who has permissions to call
44
+ * <a href="https://docs.aws.amazon.com/IAM/latest/APIReference/API_GetDelegationRequest.html">GetDelegationRequest</a>
45
+ * for a given delegation request will always be able to retrieve the human readable summary for that request.
46
+ * </p>
47
+ * @example
48
+ * Use a bare-bones client and the command you need to make an API call.
49
+ * ```javascript
50
+ * import { IAMClient, GetHumanReadableSummaryCommand } from "@aws-sdk/client-iam"; // ES Modules import
51
+ * // const { IAMClient, GetHumanReadableSummaryCommand } = require("@aws-sdk/client-iam"); // CommonJS import
52
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
53
+ * const config = {}; // type is IAMClientConfig
54
+ * const client = new IAMClient(config);
55
+ * const input = { // GetHumanReadableSummaryRequest
56
+ * EntityArn: "STRING_VALUE", // required
57
+ * Locale: "STRING_VALUE",
58
+ * };
59
+ * const command = new GetHumanReadableSummaryCommand(input);
60
+ * const response = await client.send(command);
61
+ * // { // GetHumanReadableSummaryResponse
62
+ * // SummaryContent: "STRING_VALUE",
63
+ * // Locale: "STRING_VALUE",
64
+ * // SummaryState: "AVAILABLE" || "NOT_AVAILABLE" || "NOT_SUPPORTED" || "FAILED",
65
+ * // };
66
+ *
67
+ * ```
68
+ *
69
+ * @param GetHumanReadableSummaryCommandInput - {@link GetHumanReadableSummaryCommandInput}
70
+ * @returns {@link GetHumanReadableSummaryCommandOutput}
71
+ * @see {@link GetHumanReadableSummaryCommandInput} for command's `input` shape.
72
+ * @see {@link GetHumanReadableSummaryCommandOutput} for command's `response` shape.
73
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
74
+ *
75
+ * @throws {@link InvalidInputException} (client fault)
76
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
77
+ * input parameter.</p>
78
+ *
79
+ * @throws {@link NoSuchEntityException} (client fault)
80
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
81
+ * error message describes the resource.</p>
82
+ *
83
+ * @throws {@link ServiceFailureException} (server fault)
84
+ * <p>The request processing has failed because of an unknown error, exception or
85
+ * failure.</p>
86
+ *
87
+ * @throws {@link IAMServiceException}
88
+ * <p>Base exception class for all service exceptions from IAM service.</p>
89
+ *
90
+ *
91
+ * @public
92
+ */
93
+ export declare class GetHumanReadableSummaryCommand extends GetHumanReadableSummaryCommand_base {
94
+ /** @internal type navigation helper, not in runtime. */
95
+ protected static __types: {
96
+ api: {
97
+ input: GetHumanReadableSummaryRequest;
98
+ output: GetHumanReadableSummaryResponse;
99
+ };
100
+ sdk: {
101
+ input: GetHumanReadableSummaryCommandInput;
102
+ output: GetHumanReadableSummaryCommandOutput;
103
+ };
104
+ };
105
+ }
@@ -0,0 +1,77 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ import { GetOutboundWebIdentityFederationInfoResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetOutboundWebIdentityFederationInfoCommand}.
14
+ */
15
+ export interface GetOutboundWebIdentityFederationInfoCommandInput {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetOutboundWebIdentityFederationInfoCommand}.
21
+ */
22
+ export interface GetOutboundWebIdentityFederationInfoCommandOutput extends GetOutboundWebIdentityFederationInfoResponse, __MetadataBearer {
23
+ }
24
+ declare const GetOutboundWebIdentityFederationInfoCommand_base: {
25
+ new (input: GetOutboundWebIdentityFederationInfoCommandInput): import("@smithy/smithy-client").CommandImpl<GetOutboundWebIdentityFederationInfoCommandInput, GetOutboundWebIdentityFederationInfoCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [GetOutboundWebIdentityFederationInfoCommandInput]): import("@smithy/smithy-client").CommandImpl<GetOutboundWebIdentityFederationInfoCommandInput, GetOutboundWebIdentityFederationInfoCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Retrieves the configuration information for the outbound identity federation feature in your Amazon Web Services account. The response includes the unique issuer URL for your
31
+ * Amazon Web Services account and the current enabled/disabled status of the feature. Use this operation to obtain the issuer URL that you need to configure trust relationships with external services.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { IAMClient, GetOutboundWebIdentityFederationInfoCommand } from "@aws-sdk/client-iam"; // ES Modules import
36
+ * // const { IAMClient, GetOutboundWebIdentityFederationInfoCommand } = require("@aws-sdk/client-iam"); // CommonJS import
37
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
38
+ * const config = {}; // type is IAMClientConfig
39
+ * const client = new IAMClient(config);
40
+ * const input = {};
41
+ * const command = new GetOutboundWebIdentityFederationInfoCommand(input);
42
+ * const response = await client.send(command);
43
+ * // { // GetOutboundWebIdentityFederationInfoResponse
44
+ * // IssuerIdentifier: "STRING_VALUE",
45
+ * // JwtVendingEnabled: true || false,
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param GetOutboundWebIdentityFederationInfoCommandInput - {@link GetOutboundWebIdentityFederationInfoCommandInput}
51
+ * @returns {@link GetOutboundWebIdentityFederationInfoCommandOutput}
52
+ * @see {@link GetOutboundWebIdentityFederationInfoCommandInput} for command's `input` shape.
53
+ * @see {@link GetOutboundWebIdentityFederationInfoCommandOutput} for command's `response` shape.
54
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
55
+ *
56
+ * @throws {@link FeatureDisabledException} (client fault)
57
+ * <p>The request failed because outbound identity federation is already disabled for your Amazon Web Services account. You cannot disable the feature multiple times</p>
58
+ *
59
+ * @throws {@link IAMServiceException}
60
+ * <p>Base exception class for all service exceptions from IAM service.</p>
61
+ *
62
+ *
63
+ * @public
64
+ */
65
+ export declare class GetOutboundWebIdentityFederationInfoCommand extends GetOutboundWebIdentityFederationInfoCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: {};
70
+ output: GetOutboundWebIdentityFederationInfoResponse;
71
+ };
72
+ sdk: {
73
+ input: GetOutboundWebIdentityFederationInfoCommandInput;
74
+ output: GetOutboundWebIdentityFederationInfoCommandOutput;
75
+ };
76
+ };
77
+ }
@@ -0,0 +1,132 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../IAMClient";
4
+ import { ListDelegationRequestsRequest, ListDelegationRequestsResponse } from "../models/models_0";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListDelegationRequestsCommand}.
14
+ */
15
+ export interface ListDelegationRequestsCommandInput extends ListDelegationRequestsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListDelegationRequestsCommand}.
21
+ */
22
+ export interface ListDelegationRequestsCommandOutput extends ListDelegationRequestsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListDelegationRequestsCommand_base: {
25
+ new (input: ListDelegationRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<ListDelegationRequestsCommandInput, ListDelegationRequestsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListDelegationRequestsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListDelegationRequestsCommandInput, ListDelegationRequestsCommandOutput, IAMClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Lists delegation requests based on the specified criteria.</p>
31
+ * <p>If a delegation request has no owner, even if it is assigned to a specific account, it will not be part of the
32
+ * <code>ListDelegationRequests</code> output for that account.</p>
33
+ * <p>
34
+ * For more details, see
35
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-temporary-delegation.html#temporary-delegation-managing-permissions">
36
+ * Managing Permissions for Delegation Requests</a>.
37
+ * </p>
38
+ * @example
39
+ * Use a bare-bones client and the command you need to make an API call.
40
+ * ```javascript
41
+ * import { IAMClient, ListDelegationRequestsCommand } from "@aws-sdk/client-iam"; // ES Modules import
42
+ * // const { IAMClient, ListDelegationRequestsCommand } = require("@aws-sdk/client-iam"); // CommonJS import
43
+ * // import type { IAMClientConfig } from "@aws-sdk/client-iam";
44
+ * const config = {}; // type is IAMClientConfig
45
+ * const client = new IAMClient(config);
46
+ * const input = { // ListDelegationRequestsRequest
47
+ * OwnerId: "STRING_VALUE",
48
+ * Marker: "STRING_VALUE",
49
+ * MaxItems: Number("int"),
50
+ * };
51
+ * const command = new ListDelegationRequestsCommand(input);
52
+ * const response = await client.send(command);
53
+ * // { // ListDelegationRequestsResponse
54
+ * // DelegationRequests: [ // delegationRequestsListType
55
+ * // { // DelegationRequest
56
+ * // DelegationRequestId: "STRING_VALUE",
57
+ * // OwnerAccountId: "STRING_VALUE",
58
+ * // Description: "STRING_VALUE",
59
+ * // RequestMessage: "STRING_VALUE",
60
+ * // Permissions: { // DelegationPermission
61
+ * // PolicyTemplateArn: "STRING_VALUE",
62
+ * // Parameters: [ // policyParameterListType
63
+ * // { // PolicyParameter
64
+ * // Name: "STRING_VALUE",
65
+ * // Values: [ // policyParameterValuesListType
66
+ * // "STRING_VALUE",
67
+ * // ],
68
+ * // Type: "string" || "stringList",
69
+ * // },
70
+ * // ],
71
+ * // },
72
+ * // PermissionPolicy: "STRING_VALUE",
73
+ * // RolePermissionRestrictionArns: [ // rolePermissionRestrictionArnListType
74
+ * // "STRING_VALUE",
75
+ * // ],
76
+ * // OwnerId: "STRING_VALUE",
77
+ * // ApproverId: "STRING_VALUE",
78
+ * // State: "UNASSIGNED" || "ASSIGNED" || "PENDING_APPROVAL" || "FINALIZED" || "ACCEPTED" || "REJECTED" || "EXPIRED",
79
+ * // RequestorId: "STRING_VALUE",
80
+ * // RequestorName: "STRING_VALUE",
81
+ * // CreateDate: new Date("TIMESTAMP"),
82
+ * // SessionDuration: Number("int"),
83
+ * // RedirectUrl: "STRING_VALUE",
84
+ * // Notes: "STRING_VALUE",
85
+ * // RejectionReason: "STRING_VALUE",
86
+ * // OnlySendByOwner: true || false,
87
+ * // UpdatedTime: new Date("TIMESTAMP"),
88
+ * // },
89
+ * // ],
90
+ * // Marker: "STRING_VALUE",
91
+ * // isTruncated: true || false,
92
+ * // };
93
+ *
94
+ * ```
95
+ *
96
+ * @param ListDelegationRequestsCommandInput - {@link ListDelegationRequestsCommandInput}
97
+ * @returns {@link ListDelegationRequestsCommandOutput}
98
+ * @see {@link ListDelegationRequestsCommandInput} for command's `input` shape.
99
+ * @see {@link ListDelegationRequestsCommandOutput} for command's `response` shape.
100
+ * @see {@link IAMClientResolvedConfig | config} for IAMClient's `config` shape.
101
+ *
102
+ * @throws {@link InvalidInputException} (client fault)
103
+ * <p>The request was rejected because an invalid or out-of-range value was supplied for an
104
+ * input parameter.</p>
105
+ *
106
+ * @throws {@link NoSuchEntityException} (client fault)
107
+ * <p>The request was rejected because it referenced a resource entity that does not exist. The
108
+ * error message describes the resource.</p>
109
+ *
110
+ * @throws {@link ServiceFailureException} (server fault)
111
+ * <p>The request processing has failed because of an unknown error, exception or
112
+ * failure.</p>
113
+ *
114
+ * @throws {@link IAMServiceException}
115
+ * <p>Base exception class for all service exceptions from IAM service.</p>
116
+ *
117
+ *
118
+ * @public
119
+ */
120
+ export declare class ListDelegationRequestsCommand extends ListDelegationRequestsCommand_base {
121
+ /** @internal type navigation helper, not in runtime. */
122
+ protected static __types: {
123
+ api: {
124
+ input: ListDelegationRequestsRequest;
125
+ output: ListDelegationRequestsResponse;
126
+ };
127
+ sdk: {
128
+ input: ListDelegationRequestsCommandInput;
129
+ output: ListDelegationRequestsCommandOutput;
130
+ };
131
+ };
132
+ }