@cdklabs/cdk-construct-connect-datalake 0.0.11 → 0.0.13

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 (318) hide show
  1. package/.jsii +11 -11
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/index.js +1 -1
  4. package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
  5. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
  6. package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -1
  7. package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
  8. package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
  9. package/node_modules/@aws-sdk/client-cloudformation/package.json +9 -9
  10. package/node_modules/@aws-sdk/client-connect/README.md +11 -6
  11. package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +74 -47
  12. package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +43 -16
  13. package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +12 -7
  14. package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +12 -7
  15. package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +2 -1
  16. package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +2 -1
  17. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +17 -0
  18. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
  19. package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
  20. package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +12 -7
  21. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +40 -37
  22. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +152 -59
  23. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +69 -63
  24. package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +72 -16
  25. package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +3 -0
  26. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -4
  27. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +2 -4
  28. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
  29. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
  30. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +9 -10
  31. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +9 -10
  32. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +19 -15
  33. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +17 -1
  34. package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
  35. package/node_modules/@aws-sdk/client-connect/package.json +9 -9
  36. package/node_modules/@aws-sdk/client-glue/README.md +14 -0
  37. package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +38 -0
  38. package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +16 -1
  39. package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +91 -36
  40. package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +4 -0
  41. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDashboardUrlCommand.js +16 -0
  42. package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSessionEndpointCommand.js +16 -0
  43. package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +2 -0
  44. package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +8 -0
  45. package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +14 -0
  46. package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +66 -11
  47. package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +14 -0
  48. package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +4 -2
  49. package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSessionCommand.d.ts +5 -0
  50. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDashboardUrlCommand.d.ts +93 -0
  51. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
  52. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionCommand.d.ts +1 -0
  53. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionEndpointCommand.d.ts +101 -0
  54. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +1 -0
  55. package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -0
  56. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  57. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
  58. package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +2 -0
  59. package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +24 -0
  60. package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +17 -0
  61. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -28
  62. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +70 -97
  63. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +97 -2
  64. package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +8 -0
  65. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +34 -0
  66. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +12 -0
  67. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
  68. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
  69. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
  70. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  71. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
  72. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +2 -0
  73. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +11 -0
  74. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +8 -0
  75. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +12 -7
  76. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +18 -22
  77. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +21 -1
  78. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +8 -0
  79. package/node_modules/@aws-sdk/client-glue/package.json +9 -9
  80. package/node_modules/@aws-sdk/client-lakeformation/package.json +9 -9
  81. package/node_modules/@aws-sdk/client-ram/package.json +9 -9
  82. package/node_modules/@aws-sdk/client-sts/package.json +11 -11
  83. package/node_modules/@aws-sdk/core/dist-cjs/index.js +12 -6
  84. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
  85. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
  86. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
  87. package/node_modules/@aws-sdk/core/package.json +7 -7
  88. package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
  89. package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +12 -6
  90. package/node_modules/@aws-sdk/credential-provider-http/dist-es/fromHttp/fromHttp.js +12 -6
  91. package/node_modules/@aws-sdk/credential-provider-http/package.json +9 -8
  92. package/node_modules/@aws-sdk/credential-provider-ini/package.json +14 -14
  93. package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
  94. package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +12 -1
  95. package/node_modules/@aws-sdk/credential-provider-node/dist-es/runtime/memoize-chain.js +12 -1
  96. package/node_modules/@aws-sdk/credential-provider-node/package.json +12 -12
  97. package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
  98. package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
  99. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
  100. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
  101. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
  102. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
  103. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
  104. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
  105. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
  106. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
  107. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
  108. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
  109. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
  110. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
  111. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
  112. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
  113. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
  116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
  122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
  124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
  128. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
  129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
  130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
  131. package/node_modules/@aws-sdk/nested-clients/package.json +9 -9
  132. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -6
  133. package/node_modules/@aws-sdk/token-providers/package.json +7 -7
  134. package/node_modules/@aws-sdk/types/package.json +3 -3
  135. package/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
  136. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  137. package/node_modules/@nodable/entities/package.json +1 -1
  138. package/node_modules/@nodable/entities/src/EntityDecoder.js +1 -1
  139. package/node_modules/@nodable/entities/src/entities.js +0 -18
  140. package/node_modules/@smithy/core/dist-cjs/index.js +3 -4
  141. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +3 -11
  142. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
  143. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +2 -2
  144. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +2 -2
  145. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +9 -40
  146. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +9 -40
  147. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +12 -142
  148. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +39 -22
  149. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +39 -22
  150. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +7 -9
  151. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +2 -2
  152. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +2 -2
  153. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +2 -2
  154. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +184 -0
  155. package/node_modules/@smithy/core/dist-es/index.js +6 -6
  156. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +2 -2
  157. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +1 -1
  158. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +2 -2
  159. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +2 -2
  160. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -1
  161. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -1
  162. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +1 -1
  163. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
  164. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +1 -2
  165. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  166. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +5 -5
  167. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +1 -1
  168. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  169. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/configurations.js +19 -6
  170. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retryMiddleware.js +4 -5
  171. package/node_modules/@smithy/core/dist-es/submodules/retry/service-error-classification/constants.js +1 -1
  172. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/ConfiguredRetryStrategy.js +4 -5
  173. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRetryToken.js +3 -0
  174. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/StandardRetryStrategy.js +9 -5
  175. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -4
  176. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -2
  177. package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +1 -1
  178. package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +9 -0
  179. package/node_modules/@smithy/core/dist-es/submodules/{protocols/url-parser → transport}/parseUrl.js +1 -1
  180. package/node_modules/@smithy/core/dist-es/submodules/{endpoints → transport}/toEndpointV1.js +1 -1
  181. package/node_modules/@smithy/core/dist-types/index.d.ts +10 -6
  182. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +2 -2
  183. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -2
  184. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -2
  185. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +2 -2
  186. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +1 -1
  187. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  188. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +5 -5
  189. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +1 -2
  190. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +1 -1
  191. package/node_modules/@smithy/core/dist-types/submodules/retry/middleware-retry/configurations.d.ts +4 -1
  192. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/ConfiguredRetryStrategy.d.ts +1 -2
  193. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/DefaultRetryToken.d.ts +3 -0
  194. package/node_modules/@smithy/core/dist-types/submodules/retry/util-retry/StandardRetryStrategy.d.ts +1 -1
  195. package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +9 -0
  196. package/node_modules/@smithy/core/package.json +20 -11
  197. package/node_modules/@smithy/core/transport.d.ts +5 -0
  198. package/node_modules/@smithy/core/transport.js +5 -0
  199. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +14 -13
  200. package/node_modules/@smithy/credential-provider-imds/dist-es/fromContainerMetadata.js +14 -13
  201. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
  202. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
  203. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  204. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
  205. package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
  206. package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
  207. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +6 -4
  208. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
  209. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
  210. package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
  211. package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
  212. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  213. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  214. package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
  215. package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
  216. package/node_modules/@smithy/node-http-handler/package.json +4 -4
  217. package/node_modules/@smithy/signature-v4/package.json +3 -3
  218. package/node_modules/@smithy/types/dist-types/retry.d.ts +25 -0
  219. package/node_modules/@smithy/types/package.json +1 -1
  220. package/node_modules/@types/aws-lambda/README.md +1 -1
  221. package/node_modules/@types/aws-lambda/package.json +3 -3
  222. package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +2 -0
  223. package/node_modules/hasown/CHANGELOG.md +7 -0
  224. package/node_modules/hasown/index.d.ts +0 -1
  225. package/node_modules/hasown/package.json +4 -5
  226. package/node_modules/which-typed-array/CHANGELOG.md +18 -0
  227. package/node_modules/which-typed-array/eslint.config.mjs +12 -0
  228. package/node_modules/which-typed-array/index.d.ts +22 -53
  229. package/node_modules/which-typed-array/index.js +36 -23
  230. package/node_modules/which-typed-array/package.json +8 -8
  231. package/package.json +15 -15
  232. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +0 -6
  233. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -21
  234. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -21
  235. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -46
  236. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -6
  237. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +0 -24
  238. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -19
  239. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -27
  240. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -5
  241. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +0 -10
  242. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -44
  243. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +0 -5
  244. package/node_modules/@smithy/core/dist-cjs/setFeature.js +0 -14
  245. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -18
  246. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -38
  247. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -15
  248. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -6
  249. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -9
  250. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -6
  251. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -61
  252. package/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +0 -1
  253. package/node_modules/@smithy/core/dist-es/submodules/client/util-middleware/getSmithyContext.js +0 -2
  254. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/TestVectors.fixture.js +0 -146
  255. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/vectorTypes.fixture.js +0 -1
  256. package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +0 -6
  257. package/node_modules/@smithy/core/dist-types/submodules/client/util-middleware/getSmithyContext.d.ts +0 -5
  258. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/TestVectors.fixture.d.ts +0 -2
  259. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/vectorTypes.fixture.d.ts +0 -12
  260. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  261. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -8
  262. package/node_modules/@smithy/node-http-handler/dist-es/readable.mock.js +0 -21
  263. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +0 -88
  264. package/node_modules/@smithy/node-http-handler/dist-es/stream-collector/readable.mock.js +0 -21
  265. package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +0 -12
  266. package/node_modules/@smithy/node-http-handler/dist-types/server.mock.d.ts +0 -12
  267. package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +0 -12
  268. package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +0 -399
  269. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  270. package/node_modules/which-typed-array/.eslintrc +0 -10
  271. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -0
  272. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemePlugin.js +0 -0
  273. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/httpAuthSchemeMiddleware.js +0 -0
  274. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/index.js +0 -0
  275. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/resolveAuthOptions.js +0 -0
  276. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/getHttpSigningMiddleware.js +0 -0
  277. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/httpSigningMiddleware.js +0 -0
  278. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/index.js +0 -0
  279. /package/node_modules/@smithy/core/dist-es/{pagination → legacy-root-exports/pagination}/createPaginator.js +0 -0
  280. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/DefaultIdentityProviderConfig.js +0 -0
  281. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpApiKeyAuth.js +0 -0
  282. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpBearerAuth.js +0 -0
  283. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/index.js +0 -0
  284. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/noAuth.js +0 -0
  285. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/index.js +0 -0
  286. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/memoizeIdentityProvider.js +0 -0
  287. /package/node_modules/@smithy/core/dist-es/{getSmithyContext.js → submodules/transport/getSmithyContext.js} +0 -0
  288. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/httpRequest.js +0 -0
  289. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/httpResponse.js +0 -0
  290. /package/node_modules/@smithy/core/dist-es/submodules/{endpoints/util-endpoints/lib → transport}/isValidHostLabel.js +0 -0
  291. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/isValidHostname.js +0 -0
  292. /package/node_modules/@smithy/core/dist-es/submodules/{client/util-middleware → transport}/normalizeProvider.js +0 -0
  293. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/querystring-parser → transport}/parseQueryString.js +0 -0
  294. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -0
  295. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemePlugin.d.ts +0 -0
  296. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/httpAuthSchemeMiddleware.d.ts +0 -0
  297. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/index.d.ts +0 -0
  298. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/resolveAuthOptions.d.ts +0 -0
  299. /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/getHttpSigningMiddleware.d.ts +0 -0
  300. /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/httpSigningMiddleware.d.ts +0 -0
  301. /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/index.d.ts +0 -0
  302. /package/node_modules/@smithy/core/dist-types/{pagination → legacy-root-exports/pagination}/createPaginator.d.ts +0 -0
  303. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/DefaultIdentityProviderConfig.d.ts +0 -0
  304. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -0
  305. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpBearerAuth.d.ts +0 -0
  306. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/index.d.ts +0 -0
  307. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/noAuth.d.ts +0 -0
  308. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/index.d.ts +0 -0
  309. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/memoizeIdentityProvider.d.ts +0 -0
  310. /package/node_modules/@smithy/core/dist-types/{getSmithyContext.d.ts → submodules/transport/getSmithyContext.d.ts} +0 -0
  311. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/httpRequest.d.ts +0 -0
  312. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/httpResponse.d.ts +0 -0
  313. /package/node_modules/@smithy/core/dist-types/submodules/{endpoints/util-endpoints/lib → transport}/isValidHostLabel.d.ts +0 -0
  314. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/isValidHostname.d.ts +0 -0
  315. /package/node_modules/@smithy/core/dist-types/submodules/{client/util-middleware → transport}/normalizeProvider.d.ts +0 -0
  316. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/querystring-parser → transport}/parseQueryString.d.ts +0 -0
  317. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/url-parser → transport}/parseUrl.d.ts +0 -0
  318. /package/node_modules/@smithy/core/dist-types/submodules/{endpoints → transport}/toEndpointV1.d.ts +0 -0
@@ -42,7 +42,7 @@ const _data = {
42
42
  [f, [m, "ap-southeast-1"]],
43
43
  [f, [m, "ap-northeast-1"]],
44
44
  [f, [m, "ap-southeast-2"]],
45
- [f, [{ fn: g, argv: [n, "name"] }, "aws-us-gov"]],
45
+ [f, [{ fn: g, argv: [n, "name"] }, "aws-us-gov"]]
46
46
  ],
47
47
  results: [
48
48
  [a],
@@ -59,105 +59,43 @@ const _data = {
59
59
  ["https://sts.{Region}.{PartitionResult#dualStackDnsSuffix}", o],
60
60
  [a, "DualStack is enabled but this partition does not support DualStack"],
61
61
  [k, o],
62
- [a, "Invalid Configuration: Missing Region"],
63
- ],
62
+ [a, "Invalid Configuration: Missing Region"]
63
+ ]
64
64
  };
65
65
  const root = 2;
66
66
  const r = 100_000_000;
67
67
  const nodes = new Int32Array([
68
- -1,
69
- 1,
70
- -1,
71
- 0,
72
- 30,
73
- 3,
74
- 1,
75
- 4,
76
- r + 14,
77
- 2,
78
- 5,
79
- r + 14,
80
- 3,
81
- 25,
82
- 6,
83
- 4,
84
- 24,
85
- 7,
86
- 5,
87
- r + 1,
88
- 8,
89
- 6,
90
- 9,
91
- r + 13,
92
- 7,
93
- r + 1,
94
- 10,
95
- 10,
96
- r + 1,
97
- 11,
98
- 11,
99
- r + 1,
100
- 12,
101
- 12,
102
- r + 1,
103
- 13,
104
- 13,
105
- r + 1,
106
- 14,
107
- 14,
108
- r + 1,
109
- 15,
110
- 15,
111
- r + 1,
112
- 16,
113
- 16,
114
- r + 1,
115
- 17,
116
- 17,
117
- r + 1,
118
- 18,
119
- 18,
120
- r + 1,
121
- 19,
122
- 19,
123
- r + 1,
124
- 20,
125
- 20,
126
- r + 1,
127
- 21,
128
- 21,
129
- r + 1,
130
- 22,
131
- 22,
132
- r + 1,
133
- 23,
134
- 23,
135
- r + 1,
136
- r + 2,
137
- 8,
138
- r + 11,
139
- r + 12,
140
- 4,
141
- 28,
142
- 26,
143
- 9,
144
- 27,
145
- r + 10,
146
- 24,
147
- r + 8,
148
- r + 9,
149
- 8,
150
- 29,
151
- r + 7,
152
- 9,
153
- r + 6,
154
- r + 7,
155
- 3,
156
- r + 3,
157
- 31,
158
- 4,
159
- r + 4,
160
- r + 5,
68
+ -1, 1, -1,
69
+ 0, 30, 3,
70
+ 1, 4, r + 14,
71
+ 2, 5, r + 14,
72
+ 3, 25, 6,
73
+ 4, 24, 7,
74
+ 5, r + 1, 8,
75
+ 6, 9, r + 13,
76
+ 7, r + 1, 10,
77
+ 10, r + 1, 11,
78
+ 11, r + 1, 12,
79
+ 12, r + 1, 13,
80
+ 13, r + 1, 14,
81
+ 14, r + 1, 15,
82
+ 15, r + 1, 16,
83
+ 16, r + 1, 17,
84
+ 17, r + 1, 18,
85
+ 18, r + 1, 19,
86
+ 19, r + 1, 20,
87
+ 20, r + 1, 21,
88
+ 21, r + 1, 22,
89
+ 22, r + 1, 23,
90
+ 23, r + 1, r + 2,
91
+ 8, r + 11, r + 12,
92
+ 4, 28, 26,
93
+ 9, 27, r + 10,
94
+ 24, r + 8, r + 9,
95
+ 8, 29, r + 7,
96
+ 9, r + 6, r + 7,
97
+ 3, r + 3, 31,
98
+ 4, r + 4, r + 5,
161
99
  ]);
162
100
  const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
163
101
 
@@ -189,10 +127,9 @@ const createEndpointRuleSetHttpAuthSchemeParametersProvider = (defaultHttpAuthSc
189
127
  const _defaultSTSHttpAuthSchemeParametersProvider = async (config, context, input) => {
190
128
  return {
191
129
  operation: client.getSmithyContext(context).operation,
192
- region: (await client.normalizeProvider(config.region)()) ||
193
- (() => {
194
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
195
- })(),
130
+ region: await client.normalizeProvider(config.region)() || (() => {
131
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
132
+ })(),
196
133
  };
197
134
  };
198
135
  const defaultSTSHttpAuthSchemeParametersProvider = createEndpointRuleSetHttpAuthSchemeParametersProvider(_defaultSTSHttpAuthSchemeParametersProvider);
@@ -319,7 +256,7 @@ const commonParams = {
319
256
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
320
257
  };
321
258
 
322
- var version = "3.997.10";
259
+ var version = "3.997.16";
323
260
  var packageInfo = {
324
261
  version: version};
325
262
 
@@ -479,130 +416,113 @@ const _s_registry = schema.TypeRegistry.for(_s);
479
416
  var STSServiceException$ = [-3, _s, "STSServiceException", 0, [], []];
480
417
  _s_registry.registerError(STSServiceException$, STSServiceException);
481
418
  const n0_registry = schema.TypeRegistry.for(n0);
482
- var ExpiredTokenException$ = [
483
- -3,
484
- n0,
485
- _ETE,
419
+ var ExpiredTokenException$ = [-3, n0, _ETE,
486
420
  { [_aQE]: [`ExpiredTokenException`, 400], [_e]: _c, [_hE]: 400 },
487
421
  [_m],
488
- [0],
422
+ [0]
489
423
  ];
490
424
  n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException);
491
- var IDPCommunicationErrorException$ = [
492
- -3,
493
- n0,
494
- _IDPCEE,
425
+ var IDPCommunicationErrorException$ = [-3, n0, _IDPCEE,
495
426
  { [_aQE]: [`IDPCommunicationError`, 400], [_e]: _c, [_hE]: 400 },
496
427
  [_m],
497
- [0],
428
+ [0]
498
429
  ];
499
430
  n0_registry.registerError(IDPCommunicationErrorException$, IDPCommunicationErrorException);
500
- var IDPRejectedClaimException$ = [
501
- -3,
502
- n0,
503
- _IDPRCE,
431
+ var IDPRejectedClaimException$ = [-3, n0, _IDPRCE,
504
432
  { [_aQE]: [`IDPRejectedClaim`, 403], [_e]: _c, [_hE]: 403 },
505
433
  [_m],
506
- [0],
434
+ [0]
507
435
  ];
508
436
  n0_registry.registerError(IDPRejectedClaimException$, IDPRejectedClaimException);
509
- var InvalidIdentityTokenException$ = [
510
- -3,
511
- n0,
512
- _IITE,
437
+ var InvalidIdentityTokenException$ = [-3, n0, _IITE,
513
438
  { [_aQE]: [`InvalidIdentityToken`, 400], [_e]: _c, [_hE]: 400 },
514
439
  [_m],
515
- [0],
440
+ [0]
516
441
  ];
517
442
  n0_registry.registerError(InvalidIdentityTokenException$, InvalidIdentityTokenException);
518
- var MalformedPolicyDocumentException$ = [
519
- -3,
520
- n0,
521
- _MPDE,
443
+ var MalformedPolicyDocumentException$ = [-3, n0, _MPDE,
522
444
  { [_aQE]: [`MalformedPolicyDocument`, 400], [_e]: _c, [_hE]: 400 },
523
445
  [_m],
524
- [0],
446
+ [0]
525
447
  ];
526
448
  n0_registry.registerError(MalformedPolicyDocumentException$, MalformedPolicyDocumentException);
527
- var PackedPolicyTooLargeException$ = [
528
- -3,
529
- n0,
530
- _PPTLE,
449
+ var PackedPolicyTooLargeException$ = [-3, n0, _PPTLE,
531
450
  { [_aQE]: [`PackedPolicyTooLarge`, 400], [_e]: _c, [_hE]: 400 },
532
451
  [_m],
533
- [0],
452
+ [0]
534
453
  ];
535
454
  n0_registry.registerError(PackedPolicyTooLargeException$, PackedPolicyTooLargeException);
536
- var RegionDisabledException$ = [
537
- -3,
538
- n0,
539
- _RDE,
455
+ var RegionDisabledException$ = [-3, n0, _RDE,
540
456
  { [_aQE]: [`RegionDisabledException`, 403], [_e]: _c, [_hE]: 403 },
541
457
  [_m],
542
- [0],
458
+ [0]
543
459
  ];
544
460
  n0_registry.registerError(RegionDisabledException$, RegionDisabledException);
545
- const errorTypeRegistries = [_s_registry, n0_registry];
461
+ const errorTypeRegistries = [
462
+ _s_registry,
463
+ n0_registry,
464
+ ];
546
465
  var accessKeySecretType = [0, n0, _aKST, 8, 0];
547
466
  var clientTokenType = [0, n0, _cTT, 8, 0];
548
- var AssumedRoleUser$ = [3, n0, _ARU, 0, [_ARI, _A], [0, 0], 2];
549
- var AssumeRoleRequest$ = [
550
- 3,
551
- n0,
552
- _ARR,
467
+ var AssumedRoleUser$ = [3, n0, _ARU,
468
+ 0,
469
+ [_ARI, _A],
470
+ [0, 0], 2
471
+ ];
472
+ var AssumeRoleRequest$ = [3, n0, _ARR,
553
473
  0,
554
474
  [_RA, _RSN, _PA, _P, _DS, _T, _TTK, _EI, _SN, _TC, _SI, _PC],
555
- [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType],
556
- 2,
475
+ [0, 0, () => policyDescriptorListType, 0, 1, () => tagListType, 64 | 0, 0, 0, 0, 0, () => ProvidedContextsListType], 2
557
476
  ];
558
- var AssumeRoleResponse$ = [
559
- 3,
560
- n0,
561
- _ARRs,
477
+ var AssumeRoleResponse$ = [3, n0, _ARRs,
562
478
  0,
563
479
  [_C, _ARU, _PPS, _SI],
564
- [[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0],
480
+ [[() => Credentials$, 0], () => AssumedRoleUser$, 1, 0]
565
481
  ];
566
- var AssumeRoleWithWebIdentityRequest$ = [
567
- 3,
568
- n0,
569
- _ARWWIR,
482
+ var AssumeRoleWithWebIdentityRequest$ = [3, n0, _ARWWIR,
570
483
  0,
571
484
  [_RA, _RSN, _WIT, _PI, _PA, _P, _DS],
572
- [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1],
573
- 3,
485
+ [0, 0, [() => clientTokenType, 0], 0, () => policyDescriptorListType, 0, 1], 3
574
486
  ];
575
- var AssumeRoleWithWebIdentityResponse$ = [
576
- 3,
577
- n0,
578
- _ARWWIRs,
487
+ var AssumeRoleWithWebIdentityResponse$ = [3, n0, _ARWWIRs,
579
488
  0,
580
489
  [_C, _SFWIT, _ARU, _PPS, _Pr, _Au, _SI],
581
- [[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0],
490
+ [[() => Credentials$, 0], 0, () => AssumedRoleUser$, 1, 0, 0, 0]
582
491
  ];
583
- var Credentials$ = [
584
- 3,
585
- n0,
586
- _C,
492
+ var Credentials$ = [3, n0, _C,
587
493
  0,
588
494
  [_AKI, _SAK, _ST, _E],
589
- [0, [() => accessKeySecretType, 0], 0, 4],
590
- 4,
495
+ [0, [() => accessKeySecretType, 0], 0, 4], 4
496
+ ];
497
+ var PolicyDescriptorType$ = [3, n0, _PDT,
498
+ 0,
499
+ [_a],
500
+ [0]
591
501
  ];
592
- var PolicyDescriptorType$ = [3, n0, _PDT, 0, [_a], [0]];
593
- var ProvidedContext$ = [3, n0, _PCr, 0, [_PAr, _CA], [0, 0]];
594
- var Tag$ = [3, n0, _Ta, 0, [_K, _V], [0, 0], 2];
595
- var policyDescriptorListType = [1, n0, _pDLT, 0, () => PolicyDescriptorType$];
596
- var ProvidedContextsListType = [1, n0, _PCLT, 0, () => ProvidedContext$];
597
- var tagListType = [1, n0, _tLT, 0, () => Tag$];
598
- var AssumeRole$ = [9, n0, _AR, 0, () => AssumeRoleRequest$, () => AssumeRoleResponse$];
599
- var AssumeRoleWithWebIdentity$ = [
600
- 9,
601
- n0,
602
- _ARWWI,
502
+ var ProvidedContext$ = [3, n0, _PCr,
603
503
  0,
604
- () => AssumeRoleWithWebIdentityRequest$,
605
- () => AssumeRoleWithWebIdentityResponse$,
504
+ [_PAr, _CA],
505
+ [0, 0]
506
+ ];
507
+ var Tag$ = [3, n0, _Ta,
508
+ 0,
509
+ [_K, _V],
510
+ [0, 0], 2
511
+ ];
512
+ var policyDescriptorListType = [1, n0, _pDLT,
513
+ 0, () => PolicyDescriptorType$
514
+ ];
515
+ var ProvidedContextsListType = [1, n0, _PCLT,
516
+ 0, () => ProvidedContext$
517
+ ];
518
+ var tagListType = [1, n0, _tLT,
519
+ 0, () => Tag$
520
+ ];
521
+ var AssumeRole$ = [9, n0, _AR,
522
+ 0, () => AssumeRoleRequest$, () => AssumeRoleResponse$
523
+ ];
524
+ var AssumeRoleWithWebIdentity$ = [9, n0, _ARWWI,
525
+ 0, () => AssumeRoleWithWebIdentityRequest$, () => AssumeRoleWithWebIdentityResponse$
606
526
  ];
607
527
 
608
528
  const getRuntimeConfig$1 = (config) => {
@@ -665,13 +585,11 @@ const getRuntimeConfig = (config$1) => {
665
585
  defaultsMode,
666
586
  authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
667
587
  bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
668
- defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
669
- client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
588
+ defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
670
589
  httpAuthSchemes: config$1?.httpAuthSchemes ?? [
671
590
  {
672
591
  schemeId: "aws.auth#sigv4",
673
- identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") ||
674
- (async (idProps) => await config$1.credentialDefaultProvider(idProps?.__config || {})()),
592
+ identityProvider: (ipc) => ipc.getIdentityProvider("aws.auth#sigv4") || (async (idProps) => await config$1.credentialDefaultProvider(idProps?.__config || {})()),
675
593
  signer: new httpAuthSchemes.AwsSdkSigV4Signer(),
676
594
  },
677
595
  {
@@ -686,8 +604,7 @@ const getRuntimeConfig = (config$1) => {
686
604
  },
687
605
  ],
688
606
  maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
689
- region: config$1?.region ??
690
- config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
607
+ region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
691
608
  requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
692
609
  retryMode: config$1?.retryMode ??
693
610
  config.loadConfig({
@@ -1,12 +1,11 @@
1
- import { resolveAwsSdkSigV4Config } from "@aws-sdk/core/httpAuthSchemes";
1
+ import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/core/client";
3
3
  export const defaultCognitoIdentityHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
5
5
  operation: getSmithyContext(context).operation,
6
- region: (await normalizeProvider(config.region)()) ||
7
- (() => {
8
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
9
- })(),
6
+ region: await normalizeProvider(config.region)() || (() => {
7
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8
+ })(),
10
9
  };
11
10
  };
12
11
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -14,7 +14,7 @@ const _data = {
14
14
  [g, [j, "us-east-1"]],
15
15
  [g, [j, "us-east-2"]],
16
16
  [g, [j, "us-west-1"]],
17
- [g, [j, "us-west-2"]],
17
+ [g, [j, "us-west-2"]]
18
18
  ],
19
19
  results: [
20
20
  [a],
@@ -33,65 +33,29 @@ const _data = {
33
33
  ["https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
34
34
  [a, "DualStack is enabled but this partition does not support DualStack"],
35
35
  ["https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}", k],
36
- [a, "Invalid Configuration: Missing Region"],
37
- ],
36
+ [a, "Invalid Configuration: Missing Region"]
37
+ ]
38
38
  };
39
39
  const root = 2;
40
40
  const r = 100_000_000;
41
41
  const nodes = new Int32Array([
42
- -1,
43
- 1,
44
- -1,
45
- 0,
46
- 17,
47
- 3,
48
- 1,
49
- 4,
50
- r + 16,
51
- 2,
52
- 5,
53
- r + 16,
54
- 3,
55
- 9,
56
- 6,
57
- 5,
58
- 7,
59
- r + 15,
60
- 6,
61
- 8,
62
- r + 14,
63
- 7,
64
- r + 12,
65
- r + 13,
66
- 4,
67
- 11,
68
- 10,
69
- 5,
70
- r + 9,
71
- r + 11,
72
- 5,
73
- 12,
74
- r + 10,
75
- 6,
76
- 13,
77
- r + 9,
78
- 8,
79
- r + 4,
80
- 14,
81
- 9,
82
- r + 5,
83
- 15,
84
- 10,
85
- r + 6,
86
- 16,
87
- 11,
88
- r + 7,
89
- r + 8,
90
- 3,
91
- r + 1,
92
- 18,
93
- 5,
94
- r + 2,
95
- r + 3,
42
+ -1, 1, -1,
43
+ 0, 17, 3,
44
+ 1, 4, r + 16,
45
+ 2, 5, r + 16,
46
+ 3, 9, 6,
47
+ 5, 7, r + 15,
48
+ 6, 8, r + 14,
49
+ 7, r + 12, r + 13,
50
+ 4, 11, 10,
51
+ 5, r + 9, r + 11,
52
+ 5, 12, r + 10,
53
+ 6, 13, r + 9,
54
+ 8, r + 4, 14,
55
+ 9, r + 5, 15,
56
+ 10, r + 6, 16,
57
+ 11, r + 7, r + 8,
58
+ 3, r + 1, 18,
59
+ 5, r + 2, r + 3,
96
60
  ]);
97
61
  export const bdd = BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
@@ -17,8 +17,7 @@ export const getRuntimeConfig = (config) => {
17
17
  runtime: "browser",
18
18
  defaultsMode,
19
19
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
20
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
21
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
20
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
22
21
  maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
23
22
  region: config?.region ?? invalidProvider("Region is missing"),
24
23
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
@@ -24,11 +24,9 @@ export const getRuntimeConfig = (config) => {
24
24
  defaultsMode,
25
25
  authSchemePreference: config?.authSchemePreference ?? loadNodeConfig(NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
26
26
  bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
27
- defaultUserAgentProvider: config?.defaultUserAgentProvider ??
28
- createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
27
+ defaultUserAgentProvider: config?.defaultUserAgentProvider ?? createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
29
28
  maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config),
30
- region: config?.region ??
31
- loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
29
+ region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, { ...NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
32
30
  requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
33
31
  retryMode: config?.retryMode ??
34
32
  loadNodeConfig({
@@ -40,68 +40,100 @@ const _s_registry = TypeRegistry.for(_s);
40
40
  export var CognitoIdentityServiceException$ = [-3, _s, "CognitoIdentityServiceException", 0, [], []];
41
41
  _s_registry.registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
42
42
  const n0_registry = TypeRegistry.for(n0);
43
- export var ExternalServiceException$ = [-3, n0, _ESE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
43
+ export var ExternalServiceException$ = [-3, n0, _ESE,
44
+ { [_e]: _c, [_hE]: 400 },
45
+ [_m],
46
+ [0]
47
+ ];
44
48
  n0_registry.registerError(ExternalServiceException$, ExternalServiceException);
45
- export var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _se }, [_m], [0]];
49
+ export var InternalErrorException$ = [-3, n0, _IEE,
50
+ { [_e]: _se },
51
+ [_m],
52
+ [0]
53
+ ];
46
54
  n0_registry.registerError(InternalErrorException$, InternalErrorException);
47
- export var InvalidIdentityPoolConfigurationException$ = [
48
- -3,
49
- n0,
50
- _IIPCE,
55
+ export var InvalidIdentityPoolConfigurationException$ = [-3, n0, _IIPCE,
51
56
  { [_e]: _c, [_hE]: 400 },
52
57
  [_m],
53
- [0],
58
+ [0]
54
59
  ];
55
60
  n0_registry.registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
56
- export var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
61
+ export var InvalidParameterException$ = [-3, n0, _IPE,
62
+ { [_e]: _c, [_hE]: 400 },
63
+ [_m],
64
+ [0]
65
+ ];
57
66
  n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
58
- export var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
67
+ export var LimitExceededException$ = [-3, n0, _LEE,
68
+ { [_e]: _c, [_hE]: 400 },
69
+ [_m],
70
+ [0]
71
+ ];
59
72
  n0_registry.registerError(LimitExceededException$, LimitExceededException);
60
- export var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
73
+ export var NotAuthorizedException$ = [-3, n0, _NAE,
74
+ { [_e]: _c, [_hE]: 403 },
75
+ [_m],
76
+ [0]
77
+ ];
61
78
  n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
62
- export var ResourceConflictException$ = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
79
+ export var ResourceConflictException$ = [-3, n0, _RCE,
80
+ { [_e]: _c, [_hE]: 409 },
81
+ [_m],
82
+ [0]
83
+ ];
63
84
  n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
64
- export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
85
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE,
86
+ { [_e]: _c, [_hE]: 404 },
87
+ [_m],
88
+ [0]
89
+ ];
65
90
  n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
66
- export var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
91
+ export var TooManyRequestsException$ = [-3, n0, _TMRE,
92
+ { [_e]: _c, [_hE]: 429 },
93
+ [_m],
94
+ [0]
95
+ ];
67
96
  n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
68
- export const errorTypeRegistries = [_s_registry, n0_registry];
97
+ export const errorTypeRegistries = [
98
+ _s_registry,
99
+ n0_registry,
100
+ ];
69
101
  var IdentityProviderToken = [0, n0, _IPT, 8, 0];
70
102
  var SecretKeyString = [0, n0, _SKS, 8, 0];
71
- export var Credentials$ = [
72
- 3,
73
- n0,
74
- _C,
103
+ export var Credentials$ = [3, n0, _C,
75
104
  0,
76
105
  [_AKI, _SK, _ST, _E],
77
- [0, [() => SecretKeyString, 0], 0, 4],
106
+ [0, [() => SecretKeyString, 0], 0, 4]
78
107
  ];
79
- export var GetCredentialsForIdentityInput$ = [
80
- 3,
81
- n0,
82
- _GCFII,
108
+ export var GetCredentialsForIdentityInput$ = [3, n0, _GCFII,
83
109
  0,
84
110
  [_II, _L, _CRA],
85
- [0, [() => LoginsMap, 0], 0],
86
- 1,
111
+ [0, [() => LoginsMap, 0], 0], 1
87
112
  ];
88
- export var GetCredentialsForIdentityResponse$ = [
89
- 3,
90
- n0,
91
- _GCFIR,
113
+ export var GetCredentialsForIdentityResponse$ = [3, n0, _GCFIR,
92
114
  0,
93
115
  [_II, _C],
94
- [0, [() => Credentials$, 0]],
95
- ];
96
- export var GetIdInput$ = [3, n0, _GII, 0, [_IPI, _AI, _L], [0, 0, [() => LoginsMap, 0]], 1];
97
- export var GetIdResponse$ = [3, n0, _GIR, 0, [_II], [0]];
98
- var LoginsMap = [2, n0, _LM, 0, [0, 0], [() => IdentityProviderToken, 0]];
99
- export var GetCredentialsForIdentity$ = [
100
- 9,
101
- n0,
102
- _GCFI,
116
+ [0, [() => Credentials$, 0]]
117
+ ];
118
+ export var GetIdInput$ = [3, n0, _GII,
119
+ 0,
120
+ [_IPI, _AI, _L],
121
+ [0, 0, [() => LoginsMap, 0]], 1
122
+ ];
123
+ export var GetIdResponse$ = [3, n0, _GIR,
103
124
  0,
104
- () => GetCredentialsForIdentityInput$,
105
- () => GetCredentialsForIdentityResponse$,
125
+ [_II],
126
+ [0]
127
+ ];
128
+ var LoginsMap = [2, n0, _LM,
129
+ 0, [0,
130
+ 0],
131
+ [() => IdentityProviderToken,
132
+ 0]
133
+ ];
134
+ export var GetCredentialsForIdentity$ = [9, n0, _GCFI,
135
+ 0, () => GetCredentialsForIdentityInput$, () => GetCredentialsForIdentityResponse$
136
+ ];
137
+ export var GetId$ = [9, n0, _GI,
138
+ 0, () => GetIdInput$, () => GetIdResponse$
106
139
  ];
107
- export var GetId$ = [9, n0, _GI, 0, () => GetIdInput$, () => GetIdResponse$];
@@ -1,12 +1,11 @@
1
- import { resolveAwsSdkSigV4Config } from "@aws-sdk/core/httpAuthSchemes";
1
+ import { resolveAwsSdkSigV4Config, } from "@aws-sdk/core/httpAuthSchemes";
2
2
  import { getSmithyContext, normalizeProvider } from "@smithy/core/client";
3
3
  export const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
4
4
  return {
5
5
  operation: getSmithyContext(context).operation,
6
- region: (await normalizeProvider(config.region)()) ||
7
- (() => {
8
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
9
- })(),
6
+ region: await normalizeProvider(config.region)() || (() => {
7
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
8
+ })(),
10
9
  };
11
10
  };
12
11
  function createAwsAuthSigv4HttpAuthOption(authParameters) {