lambda-live-debugger 1.11.5 → 1.11.6

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 (513) hide show
  1. package/dist/extension/extension.zip +0 -0
  2. package/dist/extension/nodejs/node_modules/interceptor.js +2867 -1587
  3. package/dist/extension/nodejs/node_modules/interceptor.js.map +4 -4
  4. package/node_modules/@aws-sdk/client-cloudformation/package.json +12 -12
  5. package/node_modules/@aws-sdk/client-cognito-identity/package.json +13 -13
  6. package/node_modules/@aws-sdk/client-iam/package.json +12 -12
  7. package/node_modules/@aws-sdk/client-iot/package.json +12 -12
  8. package/node_modules/@aws-sdk/client-iot-data-plane/package.json +12 -12
  9. package/node_modules/@aws-sdk/client-lambda/package.json +12 -12
  10. package/node_modules/@aws-sdk/client-s3/package.json +16 -16
  11. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  12. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  13. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  14. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  15. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  16. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  17. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  18. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  19. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  20. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  21. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  22. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  23. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  24. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  25. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  26. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  27. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  28. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  29. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  30. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  31. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  32. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  33. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  34. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  35. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  36. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  37. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  38. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  39. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  40. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  41. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  42. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  43. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  44. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  45. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  46. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  47. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  48. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  49. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  50. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  51. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  52. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  54. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  56. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  57. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  58. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  59. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  60. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  61. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  62. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  63. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  64. package/node_modules/@aws-sdk/client-sso/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  65. package/node_modules/@aws-sdk/client-sso/package.json +11 -11
  66. package/node_modules/@aws-sdk/core/package.json +4 -4
  67. package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
  68. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  69. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  70. package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
  71. package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
  72. package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
  73. package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
  74. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  75. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/README.md +13 -0
  76. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +2 -0
  77. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/auth/httpAuthSchemeProvider.js +56 -0
  78. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/endpointResolver.js +18 -0
  79. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/endpoint/ruleset.js +7 -0
  80. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +171 -0
  81. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/SigninServiceException.js +12 -0
  82. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/models/errors.js +64 -0
  83. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.browser.js +39 -0
  84. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.js +53 -0
  85. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.native.js +15 -0
  86. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/runtimeConfig.shared.js +49 -0
  87. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/schemas/schemas_0.js +125 -0
  88. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +56 -0
  89. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/endpointResolver.js +18 -0
  90. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/endpoint/ruleset.js +7 -0
  91. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +173 -0
  92. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/SSOOIDCServiceException.js +12 -0
  93. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/models/errors.js +195 -0
  94. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.browser.js +38 -0
  95. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.js +53 -0
  96. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.native.js +15 -0
  97. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/runtimeConfig.shared.js +49 -0
  98. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/schemas/schemas_0.js +140 -0
  99. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/STSClient.js +54 -0
  100. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthExtensionConfiguration.js +43 -0
  101. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/auth/httpAuthSchemeProvider.js +62 -0
  102. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/EndpointParameters.js +19 -0
  103. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/endpointResolver.js +18 -0
  104. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/endpoint/ruleset.js +7 -0
  105. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +196 -0
  106. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/STSServiceException.js +12 -0
  107. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/models/errors.js +95 -0
  108. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.browser.js +39 -0
  109. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.js +67 -0
  110. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.native.js +15 -0
  111. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeConfig.shared.js +50 -0
  112. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/runtimeExtensions.js +13 -0
  113. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/schemas/schemas_0.js +195 -0
  114. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/index.js +1 -0
  115. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/Signin.js +9 -0
  116. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +50 -0
  117. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthExtensionConfiguration.js +38 -0
  118. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +50 -0
  119. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +16 -0
  120. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/index.js +1 -0
  121. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/EndpointParameters.js +13 -0
  122. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +14 -0
  123. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/ruleset.js +4 -0
  124. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/extensionConfiguration.js +1 -0
  125. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +8 -0
  126. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/SigninServiceException.js +8 -0
  127. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +8 -0
  128. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/errors.js +57 -0
  129. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/models_0.js +1 -0
  130. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +34 -0
  131. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +48 -0
  132. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +11 -0
  133. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +45 -0
  134. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +9 -0
  135. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +122 -0
  136. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDC.js +9 -0
  137. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +50 -0
  138. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.js +38 -0
  139. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +50 -0
  140. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +16 -0
  141. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/index.js +1 -0
  142. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/EndpointParameters.js +13 -0
  143. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +14 -0
  144. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/ruleset.js +4 -0
  145. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/extensionConfiguration.js +1 -0
  146. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +8 -0
  147. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/SSOOIDCServiceException.js +8 -0
  148. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/enums.js +9 -0
  149. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/errors.js +181 -0
  150. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/models/models_0.js +1 -0
  151. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +33 -0
  152. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +48 -0
  153. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +11 -0
  154. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +45 -0
  155. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +9 -0
  156. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +137 -0
  157. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STS.js +11 -0
  158. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +50 -0
  159. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthExtensionConfiguration.js +38 -0
  160. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +55 -0
  161. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +16 -0
  162. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +16 -0
  163. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/index.js +2 -0
  164. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +22 -0
  165. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +107 -0
  166. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/EndpointParameters.js +15 -0
  167. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +14 -0
  168. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/ruleset.js +4 -0
  169. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/extensionConfiguration.js +1 -0
  170. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +8 -0
  171. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/STSServiceException.js +8 -0
  172. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/errors.js +85 -0
  173. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/models/models_0.js +1 -0
  174. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +34 -0
  175. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +62 -0
  176. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +11 -0
  177. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +46 -0
  178. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +9 -0
  179. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +192 -0
  180. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/index.d.ts +7 -0
  181. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/Signin.d.ts +18 -0
  182. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +190 -0
  183. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  184. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/auth/httpAuthSchemeProvider.d.ts +75 -0
  185. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +157 -0
  186. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/index.d.ts +1 -0
  187. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +50 -0
  188. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  189. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/ruleset.d.ts +2 -0
  190. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/extensionConfiguration.d.ts +9 -0
  191. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +17 -0
  192. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/SigninServiceException.d.ts +14 -0
  193. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +34 -0
  194. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/errors.d.ts +102 -0
  195. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/models_0.d.ts +142 -0
  196. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +63 -0
  197. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +63 -0
  198. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +62 -0
  199. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +38 -0
  200. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeExtensions.d.ts +17 -0
  201. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/schemas/schemas_0.d.ts +19 -0
  202. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDC.d.ts +55 -0
  203. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +221 -0
  204. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  205. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +75 -0
  206. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +176 -0
  207. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/index.d.ts +1 -0
  208. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +50 -0
  209. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  210. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  211. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  212. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +54 -0
  213. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +14 -0
  214. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/enums.d.ts +25 -0
  215. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/errors.d.ts +279 -0
  216. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/models/models_0.d.ts +109 -0
  217. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +62 -0
  218. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +62 -0
  219. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +61 -0
  220. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +38 -0
  221. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeExtensions.d.ts +17 -0
  222. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/schemas/schemas_0.d.ts +23 -0
  223. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STS.d.ts +27 -0
  224. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +193 -0
  225. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +29 -0
  226. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/auth/httpAuthSchemeProvider.d.ts +86 -0
  227. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +270 -0
  228. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +290 -0
  229. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/index.d.ts +2 -0
  230. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultRoleAssumers.d.ts +23 -0
  231. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/defaultStsRoleAssumers.d.ts +43 -0
  232. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/EndpointParameters.d.ts +56 -0
  233. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  234. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/endpoint/ruleset.d.ts +2 -0
  235. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/extensionConfiguration.d.ts +9 -0
  236. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +19 -0
  237. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/STSServiceException.d.ts +14 -0
  238. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/errors.d.ts +107 -0
  239. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/models/models_0.d.ts +588 -0
  240. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +64 -0
  241. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +62 -0
  242. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +63 -0
  243. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +38 -0
  244. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeExtensions.d.ts +17 -0
  245. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/schemas/schemas_0.d.ts +27 -0
  246. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/index.d.ts +1 -0
  247. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/Signin.d.ts +22 -0
  248. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +125 -0
  249. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  250. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/auth/httpAuthSchemeProvider.d.ts +47 -0
  251. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +47 -0
  252. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/index.d.ts +1 -0
  253. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +51 -0
  254. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/endpointResolver.d.ts +8 -0
  255. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/ruleset.d.ts +2 -0
  256. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/extensionConfiguration.d.ts +9 -0
  257. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +11 -0
  258. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/SigninServiceException.d.ts +9 -0
  259. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +10 -0
  260. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/errors.d.ts +35 -0
  261. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/models_0.d.ts +26 -0
  262. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +125 -0
  263. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +118 -0
  264. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +129 -0
  265. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +58 -0
  266. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeExtensions.d.ts +11 -0
  267. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/schemas/schemas_0.d.ts +18 -0
  268. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDC.d.ts +22 -0
  269. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +120 -0
  270. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  271. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/auth/httpAuthSchemeProvider.d.ts +47 -0
  272. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +43 -0
  273. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/index.d.ts +1 -0
  274. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/EndpointParameters.d.ts +51 -0
  275. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/endpointResolver.d.ts +8 -0
  276. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/endpoint/ruleset.d.ts +2 -0
  277. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/extensionConfiguration.d.ts +9 -0
  278. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +11 -0
  279. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/SSOOIDCServiceException.d.ts +9 -0
  280. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/enums.d.ts +13 -0
  281. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/errors.d.ts +105 -0
  282. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/models/models_0.d.ts +18 -0
  283. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +120 -0
  284. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +115 -0
  285. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +124 -0
  286. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +58 -0
  287. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeExtensions.d.ts +11 -0
  288. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/schemas/schemas_0.d.ts +22 -0
  289. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STS.d.ts +39 -0
  290. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +130 -0
  291. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthExtensionConfiguration.d.ts +32 -0
  292. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/auth/httpAuthSchemeProvider.d.ts +57 -0
  293. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
  294. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +51 -0
  295. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/index.d.ts +2 -0
  296. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultRoleAssumers.d.ts +19 -0
  297. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/defaultStsRoleAssumers.d.ts +33 -0
  298. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/EndpointParameters.d.ts +57 -0
  299. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/endpointResolver.d.ts +8 -0
  300. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/endpoint/ruleset.d.ts +2 -0
  301. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/extensionConfiguration.d.ts +9 -0
  302. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +11 -0
  303. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/STSServiceException.d.ts +9 -0
  304. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/errors.d.ts +54 -0
  305. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/models/models_0.d.ts +59 -0
  306. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +129 -0
  307. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +111 -0
  308. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +133 -0
  309. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +58 -0
  310. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeExtensions.d.ts +11 -0
  311. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/schemas/schemas_0.d.ts +26 -0
  312. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/package.json +127 -0
  313. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/signin.d.ts +7 -0
  314. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/signin.js +5 -0
  315. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +7 -0
  316. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/sso-oidc.js +5 -0
  317. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/sts.d.ts +7 -0
  318. package/node_modules/@aws-sdk/credential-providers/node_modules/@aws-sdk/nested-clients/sts.js +5 -0
  319. package/node_modules/@aws-sdk/credential-providers/package.json +13 -13
  320. package/node_modules/@aws-sdk/middleware-flexible-checksums/package.json +2 -2
  321. package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +4 -4
  322. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  323. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  324. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  325. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  326. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  327. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  328. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  329. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  330. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  331. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  332. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  333. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  334. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  335. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  336. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  337. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  338. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  339. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  340. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  341. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  342. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  343. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  344. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  345. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  346. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  347. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  348. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  349. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  350. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  351. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  352. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  353. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  354. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  355. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  356. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  357. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  358. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  359. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  360. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  361. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  362. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  363. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  364. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  365. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  366. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  367. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  368. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  369. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  370. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  371. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  372. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  373. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  374. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  375. package/node_modules/@aws-sdk/middleware-user-agent/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  376. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  377. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/LICENSE +201 -0
  378. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/README.md +6 -0
  379. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +415 -0
  380. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +267 -0
  381. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/aws.js +10 -0
  382. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +6 -0
  383. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +3 -0
  384. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/isVirtualHostableS3Bucket.js +25 -0
  385. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/parseArn.js +18 -0
  386. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partition.js +41 -0
  387. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +267 -0
  388. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/lib/isIpAddress.js +1 -0
  389. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveDefaultAwsRegionalEndpointsConfig.js +21 -0
  390. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/resolveEndpoint.js +1 -0
  391. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointError.js +1 -0
  392. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/EndpointRuleObject.js +1 -0
  393. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/ErrorRuleObject.js +1 -0
  394. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/RuleSetObject.js +1 -0
  395. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/TreeRuleObject.js +1 -0
  396. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +6 -0
  397. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-es/types/shared.js +1 -0
  398. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/aws.d.ts +2 -0
  399. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +6 -0
  400. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +3 -0
  401. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/isVirtualHostableS3Bucket.d.ts +5 -0
  402. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/parseArn.d.ts +7 -0
  403. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/partition.d.ts +38 -0
  404. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/lib/isIpAddress.d.ts +1 -0
  405. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveDefaultAwsRegionalEndpointsConfig.d.ts +56 -0
  406. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/resolveEndpoint.d.ts +1 -0
  407. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/aws.d.ts +2 -0
  408. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +6 -0
  409. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +3 -0
  410. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/isVirtualHostableS3Bucket.d.ts +4 -0
  411. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/parseArn.d.ts +2 -0
  412. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/partition.d.ts +28 -0
  413. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/isIpAddress.d.ts +1 -0
  414. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveDefaultAwsRegionalEndpointsConfig.d.ts +35 -0
  415. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/resolveEndpoint.d.ts +1 -0
  416. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointError.d.ts +1 -0
  417. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/EndpointRuleObject.d.ts +6 -0
  418. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/ErrorRuleObject.d.ts +1 -0
  419. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/RuleSetObject.d.ts +5 -0
  420. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/TreeRuleObject.d.ts +1 -0
  421. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +6 -0
  422. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/shared.d.ts +12 -0
  423. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointError.d.ts +1 -0
  424. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/EndpointRuleObject.d.ts +1 -0
  425. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/ErrorRuleObject.d.ts +1 -0
  426. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/RuleSetObject.d.ts +1 -0
  427. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/TreeRuleObject.d.ts +1 -0
  428. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +6 -0
  429. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/dist-types/types/shared.d.ts +1 -0
  430. package/node_modules/@aws-sdk/nested-clients/node_modules/@aws-sdk/util-endpoints/package.json +60 -0
  431. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  432. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
  433. package/node_modules/@aws-sdk/token-providers/package.json +3 -3
  434. package/node_modules/@aws-sdk/util-endpoints/package.json +1 -1
  435. package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +12 -1
  436. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/defaultUserAgent.js +4 -2
  437. package/node_modules/@aws-sdk/util-user-agent-node/dist-es/getRuntimeUserAgentPair.js +10 -0
  438. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/defaultUserAgent.d.ts +1 -1
  439. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/getRuntimeUserAgentPair.d.ts +6 -0
  440. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/getRuntimeUserAgentPair.d.ts +2 -0
  441. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  442. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/CHANGELOG.md +13 -0
  443. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  444. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.d.cts +83 -14
  445. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  446. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  447. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  448. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  449. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/package.json +4 -4
  450. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/fxp.d.ts +74 -12
  451. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/v6/EntitiesParser.js +7 -5
  452. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/DocTypeReader.js +65 -53
  453. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OptionsBuilder.js +84 -44
  454. package/node_modules/@aws-sdk/xml-builder/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +255 -187
  455. package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
  456. package/node_modules/@inquirer/checkbox/package.json +4 -4
  457. package/node_modules/@inquirer/confirm/package.json +4 -4
  458. package/node_modules/@inquirer/core/package.json +3 -3
  459. package/node_modules/@inquirer/editor/package.json +4 -4
  460. package/node_modules/@inquirer/expand/package.json +4 -4
  461. package/node_modules/@inquirer/input/package.json +4 -4
  462. package/node_modules/@inquirer/number/package.json +4 -4
  463. package/node_modules/@inquirer/password/package.json +4 -4
  464. package/node_modules/@inquirer/rawlist/package.json +4 -4
  465. package/node_modules/@inquirer/search/package.json +4 -4
  466. package/node_modules/@inquirer/select/package.json +4 -4
  467. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +3 -0
  468. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +3 -1
  469. package/node_modules/@smithy/core/dist-es/submodules/event-streams/EventStreamSerde.js +3 -0
  470. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +3 -1
  471. package/node_modules/@smithy/core/package.json +1 -1
  472. package/node_modules/@smithy/middleware-endpoint/package.json +2 -2
  473. package/node_modules/@smithy/middleware-retry/package.json +2 -2
  474. package/node_modules/@smithy/smithy-client/package.json +3 -3
  475. package/node_modules/@smithy/util-defaults-mode-browser/package.json +2 -2
  476. package/node_modules/@smithy/util-defaults-mode-node/package.json +2 -2
  477. package/node_modules/@types/node/README.md +1 -1
  478. package/node_modules/@types/node/package.json +3 -3
  479. package/node_modules/fast-xml-parser/CHANGELOG.md +6 -0
  480. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
  481. package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
  482. package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
  483. package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -1
  484. package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
  485. package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
  486. package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
  487. package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
  488. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js +1 -1
  489. package/node_modules/fast-xml-parser/lib/fxvalidator.min.js.map +1 -1
  490. package/node_modules/fast-xml-parser/package.json +2 -2
  491. package/node_modules/fast-xml-parser/src/util.js +1 -26
  492. package/node_modules/glob/node_modules/minimatch/minimatch.js +3 -0
  493. package/node_modules/glob/node_modules/minimatch/package.json +2 -2
  494. package/node_modules/inquirer/package.json +3 -3
  495. package/node_modules/undici-types/agent.d.ts +1 -1
  496. package/node_modules/undici-types/api.d.ts +2 -2
  497. package/node_modules/undici-types/balanced-pool.d.ts +2 -1
  498. package/node_modules/undici-types/cache-interceptor.d.ts +1 -0
  499. package/node_modules/undici-types/client.d.ts +1 -1
  500. package/node_modules/undici-types/connector.d.ts +2 -2
  501. package/node_modules/undici-types/diagnostics-channel.d.ts +2 -2
  502. package/node_modules/undici-types/dispatcher.d.ts +12 -12
  503. package/node_modules/undici-types/fetch.d.ts +4 -4
  504. package/node_modules/undici-types/formdata.d.ts +1 -1
  505. package/node_modules/undici-types/h2c-client.d.ts +1 -1
  506. package/node_modules/undici-types/index.d.ts +9 -1
  507. package/node_modules/undici-types/interceptors.d.ts +36 -2
  508. package/node_modules/undici-types/package.json +1 -1
  509. package/node_modules/undici-types/pool.d.ts +1 -1
  510. package/node_modules/undici-types/readable.d.ts +2 -2
  511. package/node_modules/undici-types/round-robin-pool.d.ts +41 -0
  512. package/node_modules/undici-types/websocket.d.ts +9 -9
  513. package/package.json +16 -16
@@ -0,0 +1,588 @@
1
+ /**
2
+ * <p>The identifiers for the temporary security credentials that the operation
3
+ * returns.</p>
4
+ * @public
5
+ */
6
+ export interface AssumedRoleUser {
7
+ /**
8
+ * <p>A unique identifier that contains the role ID and the role session name of the role that
9
+ * is being assumed. The role ID is generated by Amazon Web Services when the role is created.</p>
10
+ * @public
11
+ */
12
+ AssumedRoleId: string | undefined;
13
+ /**
14
+ * <p>The ARN of the temporary security credentials that are returned from the <a>AssumeRole</a> action. For more information about ARNs and how to use them in
15
+ * policies, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_identifiers.html">IAM Identifiers</a> in the
16
+ * <i>IAM User Guide</i>.</p>
17
+ * @public
18
+ */
19
+ Arn: string | undefined;
20
+ }
21
+ /**
22
+ * <p>A reference to the IAM managed policy that is passed as a session policy for a role
23
+ * session or a federated user session.</p>
24
+ * @public
25
+ */
26
+ export interface PolicyDescriptorType {
27
+ /**
28
+ * <p>The Amazon Resource Name (ARN) of the IAM managed policy to use as a session policy
29
+ * for the role. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services
30
+ * Service Namespaces</a> in the <i>Amazon Web Services General Reference</i>.</p>
31
+ * @public
32
+ */
33
+ arn?: string | undefined;
34
+ }
35
+ /**
36
+ * <p>Contains information about the provided context. This includes the signed and encrypted
37
+ * trusted context assertion and the context provider ARN from which the trusted context
38
+ * assertion was generated.</p>
39
+ * @public
40
+ */
41
+ export interface ProvidedContext {
42
+ /**
43
+ * <p>The context provider ARN from which the trusted context assertion was generated.</p>
44
+ * @public
45
+ */
46
+ ProviderArn?: string | undefined;
47
+ /**
48
+ * <p>The signed and encrypted trusted context assertion generated by the context provider.
49
+ * The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>
50
+ * @public
51
+ */
52
+ ContextAssertion?: string | undefined;
53
+ }
54
+ /**
55
+ * <p>You can pass custom key-value pair attributes when you assume a role or federate a user.
56
+ * These are called session tags. You can then use the session tags to control access to
57
+ * resources. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Tagging Amazon Web Services STS Sessions</a> in the
58
+ * <i>IAM User Guide</i>.</p>
59
+ * @public
60
+ */
61
+ export interface Tag {
62
+ /**
63
+ * <p>The key for a session tag.</p>
64
+ * <p>You can pass up to 50 session tags. The plain text session tag keys can’t exceed 128
65
+ * characters. For these and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
66
+ * and STS Character Limits</a> in the <i>IAM User Guide</i>.</p>
67
+ * @public
68
+ */
69
+ Key: string | undefined;
70
+ /**
71
+ * <p>The value for a session tag.</p>
72
+ * <p>You can pass up to 50 session tags. The plain text session tag values can’t exceed 256
73
+ * characters. For these and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
74
+ * and STS Character Limits</a> in the <i>IAM User Guide</i>.</p>
75
+ * @public
76
+ */
77
+ Value: string | undefined;
78
+ }
79
+ /**
80
+ * @public
81
+ */
82
+ export interface AssumeRoleRequest {
83
+ /**
84
+ * <p>The Amazon Resource Name (ARN) of the role to assume.</p>
85
+ * @public
86
+ */
87
+ RoleArn: string | undefined;
88
+ /**
89
+ * <p>An identifier for the assumed role session.</p>
90
+ * <p>Use the role session name to uniquely identify a session when the same role is assumed
91
+ * by different principals or for different reasons. In cross-account scenarios, the role
92
+ * session name is visible to, and can be logged by the account that owns the role. The role
93
+ * session name is also used in the ARN of the assumed role principal. This means that
94
+ * subsequent cross-account API requests that use the temporary security credentials will
95
+ * expose the role session name to the external account in their CloudTrail logs.</p>
96
+ * <p>For security purposes, administrators can view this field in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html#cloudtrail-integration_signin-tempcreds">CloudTrail logs</a> to help identify who performed an action in Amazon Web Services. Your
97
+ * administrator might require that you specify your user name as the session name when you
98
+ * assume the role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_rolesessionname">
99
+ * <code>sts:RoleSessionName</code>
100
+ * </a>.</p>
101
+ * <p>The regex used to validate this parameter is a string of
102
+ * characters consisting of upper- and lower-case alphanumeric characters with no spaces.
103
+ * You can also include underscores or any of the following characters: +=,.@-</p>
104
+ * @public
105
+ */
106
+ RoleSessionName: string | undefined;
107
+ /**
108
+ * <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
109
+ * managed session policies. The policies must exist in the same account as the role.</p>
110
+ * <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
111
+ * plaintext that you use for both inline and managed session policies can't exceed 2,048
112
+ * characters. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services
113
+ * Service Namespaces</a> in the Amazon Web Services General Reference.</p>
114
+ * <note>
115
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
116
+ * and session tags into a packed binary format that has a separate limit. Your request can
117
+ * fail for this limit even if your plaintext meets the other requirements. The
118
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
119
+ * policies and tags for your request are to the upper size limit.</p>
120
+ * </note>
121
+ * <p>Passing policies to this operation returns new
122
+ * temporary credentials. The resulting session's permissions are the intersection of the
123
+ * role's identity-based policy and the session policies. You can use the role's temporary
124
+ * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns
125
+ * the role. You cannot use session policies to grant more permissions than those allowed
126
+ * by the identity-based policy of the role that is being assumed. For more information, see
127
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
128
+ * Policies</a> in the <i>IAM User Guide</i>.</p>
129
+ * @public
130
+ */
131
+ PolicyArns?: PolicyDescriptorType[] | undefined;
132
+ /**
133
+ * <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
134
+ * <p>This parameter is optional. Passing policies to this operation returns new
135
+ * temporary credentials. The resulting session's permissions are the intersection of the
136
+ * role's identity-based policy and the session policies. You can use the role's temporary
137
+ * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns
138
+ * the role. You cannot use session policies to grant more permissions than those allowed
139
+ * by the identity-based policy of the role that is being assumed. For more information, see
140
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
141
+ * Policies</a> in the <i>IAM User Guide</i>.</p>
142
+ * <p>The plaintext that you use for both inline and managed session policies can't exceed
143
+ * 2,048 characters. The JSON policy characters can be any ASCII character from the space
144
+ * character to the end of the valid character list (\u0020 through \u00FF). It can also
145
+ * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D)
146
+ * characters.</p>
147
+ * <note>
148
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
149
+ * and session tags into a packed binary format that has a separate limit. Your request can
150
+ * fail for this limit even if your plaintext meets the other requirements. The
151
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
152
+ * policies and tags for your request are to the upper size limit.</p>
153
+ * </note>
154
+ * <p>For more information about role session permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
155
+ * policies</a>.</p>
156
+ * @public
157
+ */
158
+ Policy?: string | undefined;
159
+ /**
160
+ * <p>The duration, in seconds, of the role session. The value specified can range from 900
161
+ * seconds (15 minutes) up to the maximum session duration set for the role. The maximum
162
+ * session duration setting can have a value from 1 hour to 12 hours. If you specify a value
163
+ * higher than this setting or the administrator setting (whichever is lower), the operation
164
+ * fails. For example, if you specify a session duration of 12 hours, but your administrator
165
+ * set the maximum session duration to 6 hours, your operation fails. </p>
166
+ * <p>Role chaining limits your Amazon Web Services CLI or Amazon Web Services API role session to a maximum of one hour.
167
+ * When you use the <code>AssumeRole</code> API operation to assume a role, you can specify
168
+ * the duration of your role session with the <code>DurationSeconds</code> parameter. You can
169
+ * specify a parameter value of up to 43200 seconds (12 hours), depending on the maximum
170
+ * session duration setting for your role. However, if you assume a role using role chaining
171
+ * and provide a <code>DurationSeconds</code> parameter value greater than one hour, the
172
+ * operation fails. To learn how to view the maximum value for your role, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_update-role-settings.html#id_roles_update-session-duration">Update the maximum session duration for a role</a>.</p>
173
+ * <p>By default, the value is set to <code>3600</code> seconds. </p>
174
+ * <note>
175
+ * <p>The <code>DurationSeconds</code> parameter is separate from the duration of a console
176
+ * session that you might request using the returned credentials. The request to the
177
+ * federation endpoint for a console sign-in token takes a <code>SessionDuration</code>
178
+ * parameter that specifies the maximum length of the console session. For more
179
+ * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.html">Creating a URL
180
+ * that Enables Federated Users to Access the Amazon Web Services Management Console</a> in the
181
+ * <i>IAM User Guide</i>.</p>
182
+ * </note>
183
+ * @public
184
+ */
185
+ DurationSeconds?: number | undefined;
186
+ /**
187
+ * <p>A list of session tags that you want to pass. Each session tag consists of a key name
188
+ * and an associated value. For more information about session tags, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html">Tagging Amazon Web Services STS
189
+ * Sessions</a> in the <i>IAM User Guide</i>.</p>
190
+ * <p>This parameter is optional. You can pass up to 50 session tags. The plaintext session
191
+ * tag keys can’t exceed 128 characters, and the values can’t exceed 256 characters. For these
192
+ * and additional limits, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_iam-limits.html#reference_iam-limits-entity-length">IAM
193
+ * and STS Character Limits</a> in the <i>IAM User Guide</i>.</p>
194
+ * <note>
195
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
196
+ * and session tags into a packed binary format that has a separate limit. Your request can
197
+ * fail for this limit even if your plaintext meets the other requirements. The
198
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
199
+ * policies and tags for your request are to the upper size limit.</p>
200
+ * </note>
201
+ * <p>You can pass a session tag with the same key as a tag that is already attached to the
202
+ * role. When you do, session tags override a role tag with the same key. </p>
203
+ * <p>Tag key–value pairs are not case sensitive, but case is preserved. This means that you
204
+ * cannot have separate <code>Department</code> and <code>department</code> tag keys. Assume
205
+ * that the role has the <code>Department</code>=<code>Marketing</code> tag and you pass the
206
+ * <code>department</code>=<code>engineering</code> session tag. <code>Department</code>
207
+ * and <code>department</code> are not saved as separate tags, and the session tag passed in
208
+ * the request takes precedence over the role tag.</p>
209
+ * <p>Additionally, if you used temporary credentials to perform this operation, the new
210
+ * session inherits any transitive session tags from the calling session. If you pass a
211
+ * session tag with the same key as an inherited tag, the operation fails. To view the
212
+ * inherited tags for a session, see the CloudTrail logs. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_ctlogs">Viewing Session Tags in CloudTrail</a> in the
213
+ * <i>IAM User Guide</i>.</p>
214
+ * @public
215
+ */
216
+ Tags?: Tag[] | undefined;
217
+ /**
218
+ * <p>A list of keys for session tags that you want to set as transitive. If you set a tag key
219
+ * as transitive, the corresponding key and value passes to subsequent sessions in a role
220
+ * chain. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_session-tags.html#id_session-tags_role-chaining">Chaining Roles
221
+ * with Session Tags</a> in the <i>IAM User Guide</i>.</p>
222
+ * <p>This parameter is optional. The transitive status of a session tag does not impact its
223
+ * packed binary size.</p>
224
+ * <p>If you choose not to specify a transitive tag key, then no tags are passed from this
225
+ * session to any subsequent sessions.</p>
226
+ * @public
227
+ */
228
+ TransitiveTagKeys?: string[] | undefined;
229
+ /**
230
+ * <p>A unique identifier that might be required when you assume a role in another account. If
231
+ * the administrator of the account to which the role belongs provided you with an external
232
+ * ID, then provide that value in the <code>ExternalId</code> parameter. This value can be any
233
+ * string, such as a passphrase or account number. A cross-account role is usually set up to
234
+ * trust everyone in an account. Therefore, the administrator of the trusting account might
235
+ * send an external ID to the administrator of the trusted account. That way, only someone
236
+ * with the ID can assume the role, rather than everyone in the account. For more information
237
+ * about the external ID, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create_for-user_externalid.html">How to Use an External ID
238
+ * When Granting Access to Your Amazon Web Services Resources to a Third Party</a> in the
239
+ * <i>IAM User Guide</i>.</p>
240
+ * <p>The regex used to validate this parameter is a string of
241
+ * characters consisting of upper- and lower-case alphanumeric characters with no spaces.
242
+ * You can also include underscores or any of the following characters: +=,.@:\/-</p>
243
+ * @public
244
+ */
245
+ ExternalId?: string | undefined;
246
+ /**
247
+ * <p>The identification number of the MFA device that is associated with the user who is
248
+ * making the <code>AssumeRole</code> call. Specify this value if the trust policy of the role
249
+ * being assumed includes a condition that requires MFA authentication. The value is either
250
+ * the serial number for a hardware device (such as <code>GAHT12345678</code>) or an Amazon
251
+ * Resource Name (ARN) for a virtual device (such as
252
+ * <code>arn:aws:iam::123456789012:mfa/user</code>).</p>
253
+ * <p>The regex used to validate this parameter is a string of
254
+ * characters consisting of upper- and lower-case alphanumeric characters with no spaces.
255
+ * You can also include underscores or any of the following characters: +=/:,.@-</p>
256
+ * @public
257
+ */
258
+ SerialNumber?: string | undefined;
259
+ /**
260
+ * <p>The value provided by the MFA device, if the trust policy of the role being assumed
261
+ * requires MFA. (In other words, if the policy includes a condition that tests for MFA). If
262
+ * the role being assumed requires MFA and if the <code>TokenCode</code> value is missing or
263
+ * expired, the <code>AssumeRole</code> call returns an "access denied" error.</p>
264
+ * <p>The format for this parameter, as described by its regex pattern, is a sequence of six
265
+ * numeric digits.</p>
266
+ * @public
267
+ */
268
+ TokenCode?: string | undefined;
269
+ /**
270
+ * <p>The source identity specified by the principal that is calling the
271
+ * <code>AssumeRole</code> operation. The source identity value persists across <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#iam-term-role-chaining">chained role</a> sessions.</p>
272
+ * <p>You can require users to specify a source identity when they assume a role. You do this
273
+ * by using the <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_condition-keys.html#condition-keys-sourceidentity">
274
+ * <code>sts:SourceIdentity</code>
275
+ * </a> condition key in a role trust policy. You
276
+ * can use source identity information in CloudTrail logs to determine who took actions with a
277
+ * role. You can use the <code>aws:SourceIdentity</code> condition key to further control
278
+ * access to Amazon Web Services resources based on the value of source identity. For more information about
279
+ * using source identity, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">Monitor and control
280
+ * actions taken with assumed roles</a> in the
281
+ * <i>IAM User Guide</i>.</p>
282
+ * <p>The regex used to validate this parameter is a string of characters consisting of upper-
283
+ * and lower-case alphanumeric characters with no spaces. You can also include underscores or
284
+ * any of the following characters: +=,.@-. You cannot use a value that begins with the text
285
+ * <code>aws:</code>. This prefix is reserved for Amazon Web Services internal use.</p>
286
+ * @public
287
+ */
288
+ SourceIdentity?: string | undefined;
289
+ /**
290
+ * <p>A list of previously acquired trusted context assertions in the format of a JSON array.
291
+ * The trusted context assertion is signed and encrypted by Amazon Web Services STS.</p>
292
+ * <p>The following is an example of a <code>ProvidedContext</code> value that includes a
293
+ * single trusted context assertion and the ARN of the context provider from which the trusted
294
+ * context assertion was generated.</p>
295
+ * <p>
296
+ * <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"\}]</code>
297
+ * </p>
298
+ * @public
299
+ */
300
+ ProvidedContexts?: ProvidedContext[] | undefined;
301
+ }
302
+ /**
303
+ * <p>Amazon Web Services credentials for API authentication.</p>
304
+ * @public
305
+ */
306
+ export interface Credentials {
307
+ /**
308
+ * <p>The access key ID that identifies the temporary security credentials.</p>
309
+ * @public
310
+ */
311
+ AccessKeyId: string | undefined;
312
+ /**
313
+ * <p>The secret access key that can be used to sign requests.</p>
314
+ * @public
315
+ */
316
+ SecretAccessKey: string | undefined;
317
+ /**
318
+ * <p>The token that users must pass to the service API to use the temporary
319
+ * credentials.</p>
320
+ * @public
321
+ */
322
+ SessionToken: string | undefined;
323
+ /**
324
+ * <p>The date on which the current credentials expire.</p>
325
+ * @public
326
+ */
327
+ Expiration: Date | undefined;
328
+ }
329
+ /**
330
+ * <p>Contains the response to a successful <a>AssumeRole</a> request, including
331
+ * temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
332
+ * @public
333
+ */
334
+ export interface AssumeRoleResponse {
335
+ /**
336
+ * <p>The temporary security credentials, which include an access key ID, a secret access key,
337
+ * and a security (or session) token.</p>
338
+ * <note>
339
+ * <p>The size of the security token that STS API operations return is not fixed. We
340
+ * strongly recommend that you make no assumptions about the maximum size.</p>
341
+ * </note>
342
+ * @public
343
+ */
344
+ Credentials?: Credentials | undefined;
345
+ /**
346
+ * <p>The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you
347
+ * can use to refer to the resulting temporary security credentials. For example, you can
348
+ * reference these credentials as a principal in a resource-based policy by using the ARN or
349
+ * assumed role ID. The ARN and ID include the <code>RoleSessionName</code> that you specified
350
+ * when you called <code>AssumeRole</code>. </p>
351
+ * @public
352
+ */
353
+ AssumedRoleUser?: AssumedRoleUser | undefined;
354
+ /**
355
+ * <p>A percentage value that indicates the packed size of the session policies and session
356
+ * tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
357
+ * which means the policies and tags exceeded the allowed space.</p>
358
+ * @public
359
+ */
360
+ PackedPolicySize?: number | undefined;
361
+ /**
362
+ * <p>The source identity specified by the principal that is calling the
363
+ * <code>AssumeRole</code> operation.</p>
364
+ * <p>You can require users to specify a source identity when they assume a role. You do this
365
+ * by using the <code>sts:SourceIdentity</code> condition key in a role trust policy. You can
366
+ * use source identity information in CloudTrail logs to determine who took actions with a role.
367
+ * You can use the <code>aws:SourceIdentity</code> condition key to further control access to
368
+ * Amazon Web Services resources based on the value of source identity. For more information about using
369
+ * source identity, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">Monitor and control
370
+ * actions taken with assumed roles</a> in the
371
+ * <i>IAM User Guide</i>.</p>
372
+ * <p>The regex used to validate this parameter is a string of characters consisting of upper-
373
+ * and lower-case alphanumeric characters with no spaces. You can also include underscores or
374
+ * any of the following characters: =,.@-</p>
375
+ * @public
376
+ */
377
+ SourceIdentity?: string | undefined;
378
+ }
379
+ /**
380
+ * @public
381
+ */
382
+ export interface AssumeRoleWithWebIdentityRequest {
383
+ /**
384
+ * <p>The Amazon Resource Name (ARN) of the role that the caller is assuming.</p>
385
+ * <note>
386
+ * <p>Additional considerations apply to Amazon Cognito identity pools that assume <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies-cross-account-resource-access.html">cross-account IAM roles</a>. The trust policies of these roles must accept the
387
+ * <code>cognito-identity.amazonaws.com</code> service principal and must contain the
388
+ * <code>cognito-identity.amazonaws.com:aud</code> condition key to restrict role
389
+ * assumption to users from your intended identity pools. A policy that trusts Amazon Cognito
390
+ * identity pools without this condition creates a risk that a user from an unintended
391
+ * identity pool can assume the role. For more information, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/iam-roles.html#trust-policies"> Trust policies for
392
+ * IAM roles in Basic (Classic) authentication </a> in the <i>Amazon Cognito
393
+ * Developer Guide</i>.</p>
394
+ * </note>
395
+ * @public
396
+ */
397
+ RoleArn: string | undefined;
398
+ /**
399
+ * <p>An identifier for the assumed role session. Typically, you pass the name or identifier
400
+ * that is associated with the user who is using your application. That way, the temporary
401
+ * security credentials that your application will use are associated with that user. This
402
+ * session name is included as part of the ARN and assumed role ID in the
403
+ * <code>AssumedRoleUser</code> response element.</p>
404
+ * <p>For security purposes, administrators can view this field in <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/cloudtrail-integration.html#cloudtrail-integration_signin-tempcreds">CloudTrail logs</a> to help identify who performed an action in Amazon Web Services. Your
405
+ * administrator might require that you specify your user name as the session name when you
406
+ * assume the role. For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_iam-condition-keys.html#ck_rolesessionname">
407
+ * <code>sts:RoleSessionName</code>
408
+ * </a>.</p>
409
+ * <p>The regex used to validate this parameter is a string of characters
410
+ * consisting of upper- and lower-case alphanumeric characters with no spaces. You can
411
+ * also include underscores or any of the following characters: =,.@-</p>
412
+ * @public
413
+ */
414
+ RoleSessionName: string | undefined;
415
+ /**
416
+ * <p>The OAuth 2.0 access token or OpenID Connect ID token that is provided by the identity
417
+ * provider. Your application must get this token by authenticating the user who is using your
418
+ * application with a web identity provider before the application makes an
419
+ * <code>AssumeRoleWithWebIdentity</code> call. Timestamps in the token must be formatted
420
+ * as either an integer or a long integer. Tokens must be signed using either RSA keys (RS256,
421
+ * RS384, or RS512) or ECDSA keys (ES256, ES384, or ES512).</p>
422
+ * @public
423
+ */
424
+ WebIdentityToken: string | undefined;
425
+ /**
426
+ * <p>The fully qualified host component of the domain name of the OAuth 2.0 identity
427
+ * provider. Do not specify this value for an OpenID Connect identity provider.</p>
428
+ * <p>Currently <code>www.amazon.com</code> and <code>graph.facebook.com</code> are the only
429
+ * supported identity providers for OAuth 2.0 access tokens. Do not include URL schemes and
430
+ * port numbers.</p>
431
+ * <p>Do not specify this value for OpenID Connect ID tokens.</p>
432
+ * @public
433
+ */
434
+ ProviderId?: string | undefined;
435
+ /**
436
+ * <p>The Amazon Resource Names (ARNs) of the IAM managed policies that you want to use as
437
+ * managed session policies. The policies must exist in the same account as the role.</p>
438
+ * <p>This parameter is optional. You can provide up to 10 managed policy ARNs. However, the
439
+ * plaintext that you use for both inline and managed session policies can't exceed 2,048
440
+ * characters. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html">Amazon Resource Names (ARNs) and Amazon Web Services
441
+ * Service Namespaces</a> in the Amazon Web Services General Reference.</p>
442
+ * <note>
443
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
444
+ * and session tags into a packed binary format that has a separate limit. Your request can
445
+ * fail for this limit even if your plaintext meets the other requirements. The
446
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
447
+ * policies and tags for your request are to the upper size limit.</p>
448
+ * </note>
449
+ * <p>Passing policies to this operation returns new
450
+ * temporary credentials. The resulting session's permissions are the intersection of the
451
+ * role's identity-based policy and the session policies. You can use the role's temporary
452
+ * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns
453
+ * the role. You cannot use session policies to grant more permissions than those allowed
454
+ * by the identity-based policy of the role that is being assumed. For more information, see
455
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
456
+ * Policies</a> in the <i>IAM User Guide</i>.</p>
457
+ * @public
458
+ */
459
+ PolicyArns?: PolicyDescriptorType[] | undefined;
460
+ /**
461
+ * <p>An IAM policy in JSON format that you want to use as an inline session policy.</p>
462
+ * <p>This parameter is optional. Passing policies to this operation returns new
463
+ * temporary credentials. The resulting session's permissions are the intersection of the
464
+ * role's identity-based policy and the session policies. You can use the role's temporary
465
+ * credentials in subsequent Amazon Web Services API calls to access resources in the account that owns
466
+ * the role. You cannot use session policies to grant more permissions than those allowed
467
+ * by the identity-based policy of the role that is being assumed. For more information, see
468
+ * <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
469
+ * Policies</a> in the <i>IAM User Guide</i>.</p>
470
+ * <p>The plaintext that you use for both inline and managed session policies can't exceed
471
+ * 2,048 characters. The JSON policy characters can be any ASCII character from the space
472
+ * character to the end of the valid character list (\u0020 through \u00FF). It can also
473
+ * include the tab (\u0009), linefeed (\u000A), and carriage return (\u000D)
474
+ * characters.</p>
475
+ * <p>For more information about role session permissions, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html#policies_session">Session
476
+ * policies</a>.</p>
477
+ * <note>
478
+ * <p>An Amazon Web Services conversion compresses the passed inline session policy, managed policy ARNs,
479
+ * and session tags into a packed binary format that has a separate limit. Your request can
480
+ * fail for this limit even if your plaintext meets the other requirements. The
481
+ * <code>PackedPolicySize</code> response element indicates by percentage how close the
482
+ * policies and tags for your request are to the upper size limit.</p>
483
+ * </note>
484
+ * @public
485
+ */
486
+ Policy?: string | undefined;
487
+ /**
488
+ * <p>The duration, in seconds, of the role session. The value can range from 900 seconds (15
489
+ * minutes) up to the maximum session duration setting for the role. This setting can have a
490
+ * value from 1 hour to 12 hours. If you specify a value higher than this setting, the
491
+ * operation fails. For example, if you specify a session duration of 12 hours, but your
492
+ * administrator set the maximum session duration to 6 hours, your operation fails. To learn
493
+ * how to view the maximum value for your role, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use.html#id_roles_use_view-role-max-session">View the
494
+ * Maximum Session Duration Setting for a Role</a> in the
495
+ * <i>IAM User Guide</i>.</p>
496
+ * <p>By default, the value is set to <code>3600</code> seconds. </p>
497
+ * <note>
498
+ * <p>The <code>DurationSeconds</code> parameter is separate from the duration of a console
499
+ * session that you might request using the returned credentials. The request to the
500
+ * federation endpoint for a console sign-in token takes a <code>SessionDuration</code>
501
+ * parameter that specifies the maximum length of the console session. For more
502
+ * information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_providers_enable-console-custom-url.html">Creating a URL
503
+ * that Enables Federated Users to Access the Amazon Web Services Management Console</a> in the
504
+ * <i>IAM User Guide</i>.</p>
505
+ * </note>
506
+ * @public
507
+ */
508
+ DurationSeconds?: number | undefined;
509
+ }
510
+ /**
511
+ * <p>Contains the response to a successful <a>AssumeRoleWithWebIdentity</a>
512
+ * request, including temporary Amazon Web Services credentials that can be used to make Amazon Web Services requests. </p>
513
+ * @public
514
+ */
515
+ export interface AssumeRoleWithWebIdentityResponse {
516
+ /**
517
+ * <p>The temporary security credentials, which include an access key ID, a secret access key,
518
+ * and a security token.</p>
519
+ * <note>
520
+ * <p>The size of the security token that STS API operations return is not fixed. We
521
+ * strongly recommend that you make no assumptions about the maximum size.</p>
522
+ * </note>
523
+ * @public
524
+ */
525
+ Credentials?: Credentials | undefined;
526
+ /**
527
+ * <p>The unique user identifier that is returned by the identity provider. This identifier is
528
+ * associated with the <code>WebIdentityToken</code> that was submitted with the
529
+ * <code>AssumeRoleWithWebIdentity</code> call. The identifier is typically unique to the
530
+ * user and the application that acquired the <code>WebIdentityToken</code> (pairwise
531
+ * identifier). For OpenID Connect ID tokens, this field contains the value returned by the
532
+ * identity provider as the token's <code>sub</code> (Subject) claim. </p>
533
+ * @public
534
+ */
535
+ SubjectFromWebIdentityToken?: string | undefined;
536
+ /**
537
+ * <p>The Amazon Resource Name (ARN) and the assumed role ID, which are identifiers that you
538
+ * can use to refer to the resulting temporary security credentials. For example, you can
539
+ * reference these credentials as a principal in a resource-based policy by using the ARN or
540
+ * assumed role ID. The ARN and ID include the <code>RoleSessionName</code> that you specified
541
+ * when you called <code>AssumeRole</code>. </p>
542
+ * @public
543
+ */
544
+ AssumedRoleUser?: AssumedRoleUser | undefined;
545
+ /**
546
+ * <p>A percentage value that indicates the packed size of the session policies and session
547
+ * tags combined passed in the request. The request fails if the packed size is greater than 100 percent,
548
+ * which means the policies and tags exceeded the allowed space.</p>
549
+ * @public
550
+ */
551
+ PackedPolicySize?: number | undefined;
552
+ /**
553
+ * <p> The issuing authority of the web identity token presented. For OpenID Connect ID
554
+ * tokens, this contains the value of the <code>iss</code> field. For OAuth 2.0 access tokens,
555
+ * this contains the value of the <code>ProviderId</code> parameter that was passed in the
556
+ * <code>AssumeRoleWithWebIdentity</code> request.</p>
557
+ * @public
558
+ */
559
+ Provider?: string | undefined;
560
+ /**
561
+ * <p>The intended audience (also known as client ID) of the web identity token. This is
562
+ * traditionally the client identifier issued to the application that requested the web
563
+ * identity token.</p>
564
+ * @public
565
+ */
566
+ Audience?: string | undefined;
567
+ /**
568
+ * <p>The value of the source identity that is returned in the JSON web token (JWT) from the
569
+ * identity provider.</p>
570
+ * <p>You can require users to set a source identity value when they assume a role. You do
571
+ * this by using the <code>sts:SourceIdentity</code> condition key in a role trust policy.
572
+ * That way, actions that are taken with the role are associated with that user. After the
573
+ * source identity is set, the value cannot be changed. It is present in the request for all
574
+ * actions that are taken by the role and persists across <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html#id_roles_terms-and-concepts">chained role</a>
575
+ * sessions. You can configure your identity provider to use an attribute associated with your
576
+ * users, like user name or email, as the source identity when calling
577
+ * <code>AssumeRoleWithWebIdentity</code>. You do this by adding a claim to the JSON web
578
+ * token. To learn more about OIDC tokens and claims, see <a href="https://docs.aws.amazon.com/cognito/latest/developerguide/amazon-cognito-user-pools-using-tokens-with-identity-providers.html">Using Tokens with User Pools</a> in the <i>Amazon Cognito Developer Guide</i>.
579
+ * For more information about using source identity, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html">Monitor and control
580
+ * actions taken with assumed roles</a> in the
581
+ * <i>IAM User Guide</i>.</p>
582
+ * <p>The regex used to validate this parameter is a string of characters
583
+ * consisting of upper- and lower-case alphanumeric characters with no spaces. You can
584
+ * also include underscores or any of the following characters: =,.@-</p>
585
+ * @public
586
+ */
587
+ SourceIdentity?: string | undefined;
588
+ }