@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
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
16
16
  const defaultCognitoIdentityHttpAuthSchemeParametersProvider = async (config, context, input) => {
17
17
  return {
18
18
  operation: client.getSmithyContext(context).operation,
19
- region: (await client.normalizeProvider(config.region)()) ||
20
- (() => {
21
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
- })(),
19
+ region: await client.normalizeProvider(config.region)() || (() => {
20
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
21
+ })(),
23
22
  };
24
23
  };
25
24
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -80,7 +79,7 @@ const commonParams = {
80
79
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
81
80
  };
82
81
 
83
- var version = "3.997.10";
82
+ var version = "3.997.16";
84
83
  var packageInfo = {
85
84
  version: version};
86
85
 
@@ -99,7 +98,7 @@ const _data = {
99
98
  [g, [j, "us-east-1"]],
100
99
  [g, [j, "us-east-2"]],
101
100
  [g, [j, "us-west-1"]],
102
- [g, [j, "us-west-2"]],
101
+ [g, [j, "us-west-2"]]
103
102
  ],
104
103
  results: [
105
104
  [a],
@@ -118,66 +117,30 @@ const _data = {
118
117
  ["https://cognito-identity.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
119
118
  [a, "DualStack is enabled but this partition does not support DualStack"],
120
119
  ["https://cognito-identity.{Region}.{PartitionResult#dnsSuffix}", k],
121
- [a, "Invalid Configuration: Missing Region"],
122
- ],
120
+ [a, "Invalid Configuration: Missing Region"]
121
+ ]
123
122
  };
124
123
  const root = 2;
125
124
  const r = 100_000_000;
126
125
  const nodes = new Int32Array([
127
- -1,
128
- 1,
129
- -1,
130
- 0,
131
- 17,
132
- 3,
133
- 1,
134
- 4,
135
- r + 16,
136
- 2,
137
- 5,
138
- r + 16,
139
- 3,
140
- 9,
141
- 6,
142
- 5,
143
- 7,
144
- r + 15,
145
- 6,
146
- 8,
147
- r + 14,
148
- 7,
149
- r + 12,
150
- r + 13,
151
- 4,
152
- 11,
153
- 10,
154
- 5,
155
- r + 9,
156
- r + 11,
157
- 5,
158
- 12,
159
- r + 10,
160
- 6,
161
- 13,
162
- r + 9,
163
- 8,
164
- r + 4,
165
- 14,
166
- 9,
167
- r + 5,
168
- 15,
169
- 10,
170
- r + 6,
171
- 16,
172
- 11,
173
- r + 7,
174
- r + 8,
175
- 3,
176
- r + 1,
177
- 18,
178
- 5,
179
- r + 2,
180
- r + 3,
126
+ -1, 1, -1,
127
+ 0, 17, 3,
128
+ 1, 4, r + 16,
129
+ 2, 5, r + 16,
130
+ 3, 9, 6,
131
+ 5, 7, r + 15,
132
+ 6, 8, r + 14,
133
+ 7, r + 12, r + 13,
134
+ 4, 11, 10,
135
+ 5, r + 9, r + 11,
136
+ 5, 12, r + 10,
137
+ 6, 13, r + 9,
138
+ 8, r + 4, 14,
139
+ 9, r + 5, 15,
140
+ 10, r + 6, 16,
141
+ 11, r + 7, r + 8,
142
+ 3, r + 1, 18,
143
+ 5, r + 2, r + 3,
181
144
  ]);
182
145
  const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
183
146
 
@@ -348,71 +311,103 @@ const _s_registry = schema.TypeRegistry.for(_s);
348
311
  var CognitoIdentityServiceException$ = [-3, _s, "CognitoIdentityServiceException", 0, [], []];
349
312
  _s_registry.registerError(CognitoIdentityServiceException$, CognitoIdentityServiceException);
350
313
  const n0_registry = schema.TypeRegistry.for(n0);
351
- var ExternalServiceException$ = [-3, n0, _ESE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
314
+ var ExternalServiceException$ = [-3, n0, _ESE,
315
+ { [_e]: _c, [_hE]: 400 },
316
+ [_m],
317
+ [0]
318
+ ];
352
319
  n0_registry.registerError(ExternalServiceException$, ExternalServiceException);
353
- var InternalErrorException$ = [-3, n0, _IEE, { [_e]: _se }, [_m], [0]];
320
+ var InternalErrorException$ = [-3, n0, _IEE,
321
+ { [_e]: _se },
322
+ [_m],
323
+ [0]
324
+ ];
354
325
  n0_registry.registerError(InternalErrorException$, InternalErrorException);
355
- var InvalidIdentityPoolConfigurationException$ = [
356
- -3,
357
- n0,
358
- _IIPCE,
326
+ var InvalidIdentityPoolConfigurationException$ = [-3, n0, _IIPCE,
359
327
  { [_e]: _c, [_hE]: 400 },
360
328
  [_m],
361
- [0],
329
+ [0]
362
330
  ];
363
331
  n0_registry.registerError(InvalidIdentityPoolConfigurationException$, InvalidIdentityPoolConfigurationException);
364
- var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
332
+ var InvalidParameterException$ = [-3, n0, _IPE,
333
+ { [_e]: _c, [_hE]: 400 },
334
+ [_m],
335
+ [0]
336
+ ];
365
337
  n0_registry.registerError(InvalidParameterException$, InvalidParameterException);
366
- var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
338
+ var LimitExceededException$ = [-3, n0, _LEE,
339
+ { [_e]: _c, [_hE]: 400 },
340
+ [_m],
341
+ [0]
342
+ ];
367
343
  n0_registry.registerError(LimitExceededException$, LimitExceededException);
368
- var NotAuthorizedException$ = [-3, n0, _NAE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
344
+ var NotAuthorizedException$ = [-3, n0, _NAE,
345
+ { [_e]: _c, [_hE]: 403 },
346
+ [_m],
347
+ [0]
348
+ ];
369
349
  n0_registry.registerError(NotAuthorizedException$, NotAuthorizedException);
370
- var ResourceConflictException$ = [-3, n0, _RCE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
350
+ var ResourceConflictException$ = [-3, n0, _RCE,
351
+ { [_e]: _c, [_hE]: 409 },
352
+ [_m],
353
+ [0]
354
+ ];
371
355
  n0_registry.registerError(ResourceConflictException$, ResourceConflictException);
372
- var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
356
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
357
+ { [_e]: _c, [_hE]: 404 },
358
+ [_m],
359
+ [0]
360
+ ];
373
361
  n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
374
- var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
362
+ var TooManyRequestsException$ = [-3, n0, _TMRE,
363
+ { [_e]: _c, [_hE]: 429 },
364
+ [_m],
365
+ [0]
366
+ ];
375
367
  n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
376
- const errorTypeRegistries = [_s_registry, n0_registry];
368
+ const errorTypeRegistries = [
369
+ _s_registry,
370
+ n0_registry,
371
+ ];
377
372
  var IdentityProviderToken = [0, n0, _IPT, 8, 0];
378
373
  var SecretKeyString = [0, n0, _SKS, 8, 0];
379
- var Credentials$ = [
380
- 3,
381
- n0,
382
- _C,
374
+ var Credentials$ = [3, n0, _C,
383
375
  0,
384
376
  [_AKI, _SK, _ST, _E],
385
- [0, [() => SecretKeyString, 0], 0, 4],
377
+ [0, [() => SecretKeyString, 0], 0, 4]
386
378
  ];
387
- var GetCredentialsForIdentityInput$ = [
388
- 3,
389
- n0,
390
- _GCFII,
379
+ var GetCredentialsForIdentityInput$ = [3, n0, _GCFII,
391
380
  0,
392
381
  [_II, _L, _CRA],
393
- [0, [() => LoginsMap, 0], 0],
394
- 1,
382
+ [0, [() => LoginsMap, 0], 0], 1
395
383
  ];
396
- var GetCredentialsForIdentityResponse$ = [
397
- 3,
398
- n0,
399
- _GCFIR,
384
+ var GetCredentialsForIdentityResponse$ = [3, n0, _GCFIR,
400
385
  0,
401
386
  [_II, _C],
402
- [0, [() => Credentials$, 0]],
387
+ [0, [() => Credentials$, 0]]
388
+ ];
389
+ var GetIdInput$ = [3, n0, _GII,
390
+ 0,
391
+ [_IPI, _AI, _L],
392
+ [0, 0, [() => LoginsMap, 0]], 1
403
393
  ];
404
- var GetIdInput$ = [3, n0, _GII, 0, [_IPI, _AI, _L], [0, 0, [() => LoginsMap, 0]], 1];
405
- var GetIdResponse$ = [3, n0, _GIR, 0, [_II], [0]];
406
- var LoginsMap = [2, n0, _LM, 0, [0, 0], [() => IdentityProviderToken, 0]];
407
- var GetCredentialsForIdentity$ = [
408
- 9,
409
- n0,
410
- _GCFI,
394
+ var GetIdResponse$ = [3, n0, _GIR,
411
395
  0,
412
- () => GetCredentialsForIdentityInput$,
413
- () => GetCredentialsForIdentityResponse$,
396
+ [_II],
397
+ [0]
398
+ ];
399
+ var LoginsMap = [2, n0, _LM,
400
+ 0, [0,
401
+ 0],
402
+ [() => IdentityProviderToken,
403
+ 0]
404
+ ];
405
+ var GetCredentialsForIdentity$ = [9, n0, _GCFI,
406
+ 0, () => GetCredentialsForIdentityInput$, () => GetCredentialsForIdentityResponse$
407
+ ];
408
+ var GetId$ = [9, n0, _GI,
409
+ 0, () => GetIdInput$, () => GetIdResponse$
414
410
  ];
415
- var GetId$ = [9, n0, _GI, 0, () => GetIdInput$, () => GetIdResponse$];
416
411
 
417
412
  const getRuntimeConfig$1 = (config) => {
418
413
  return {
@@ -468,11 +463,9 @@ const getRuntimeConfig = (config$1) => {
468
463
  defaultsMode,
469
464
  authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
470
465
  bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
471
- defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
472
- client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
466
+ defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
473
467
  maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
474
- region: config$1?.region ??
475
- config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
468
+ region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
476
469
  requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
477
470
  retryMode: config$1?.retryMode ??
478
471
  config.loadConfig({
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
16
16
  const defaultSigninHttpAuthSchemeParametersProvider = async (config, context, input) => {
17
17
  return {
18
18
  operation: client.getSmithyContext(context).operation,
19
- region: (await client.normalizeProvider(config.region)()) ||
20
- (() => {
21
- throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
22
- })(),
19
+ region: await client.normalizeProvider(config.region)() || (() => {
20
+ throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
21
+ })(),
23
22
  };
24
23
  };
25
24
  function createAwsAuthSigv4HttpAuthOption(authParameters) {
@@ -76,12 +75,12 @@ const commonParams = {
76
75
  UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
77
76
  };
78
77
 
79
- var version = "3.997.10";
78
+ var version = "3.997.16";
80
79
  var packageInfo = {
81
80
  version: version};
82
81
 
83
82
  const m = "ref";
84
- const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { fn: f, argv: [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
83
+ const a = -1, b = true, c = "isSet", d = "PartitionResult", e = "booleanEquals", f = "getAttr", g = "stringEquals", h = { [m]: "Endpoint" }, i = { [m]: d }, j = { "fn": f, "argv": [i, "name"] }, k = {}, l = [{ [m]: "Region" }];
85
84
  const _data = {
86
85
  conditions: [
87
86
  [c, [h]],
@@ -93,7 +92,7 @@ const _data = {
93
92
  [e, [{ fn: f, argv: [i, "supportsFIPS"] }, b]],
94
93
  [g, [j, "aws"]],
95
94
  [g, [j, "aws-cn"]],
96
- [g, [j, "aws-us-gov"]],
95
+ [g, [j, "aws-us-gov"]]
97
96
  ],
98
97
  results: [
99
98
  [a],
@@ -110,60 +109,28 @@ const _data = {
110
109
  ["https://signin.{Region}.{PartitionResult#dualStackDnsSuffix}", k],
111
110
  [a, "DualStack is enabled but this partition does not support DualStack"],
112
111
  ["https://signin.{Region}.{PartitionResult#dnsSuffix}", k],
113
- [a, "Invalid Configuration: Missing Region"],
114
- ],
112
+ [a, "Invalid Configuration: Missing Region"]
113
+ ]
115
114
  };
116
115
  const root = 2;
117
116
  const r = 100_000_000;
118
117
  const nodes = new Int32Array([
119
- -1,
120
- 1,
121
- -1,
122
- 0,
123
- 15,
124
- 3,
125
- 1,
126
- 4,
127
- r + 14,
128
- 2,
129
- 5,
130
- r + 14,
131
- 3,
132
- 11,
133
- 6,
134
- 4,
135
- 10,
136
- 7,
137
- 7,
138
- r + 4,
139
- 8,
140
- 8,
141
- r + 5,
142
- 9,
143
- 9,
144
- r + 6,
145
- r + 13,
146
- 5,
147
- r + 11,
148
- r + 12,
149
- 4,
150
- 13,
151
- 12,
152
- 6,
153
- r + 9,
154
- r + 10,
155
- 5,
156
- 14,
157
- r + 8,
158
- 6,
159
- r + 7,
160
- r + 8,
161
- 3,
162
- r + 1,
163
- 16,
164
- 4,
165
- r + 2,
166
- r + 3,
118
+ -1, 1, -1,
119
+ 0, 15, 3,
120
+ 1, 4, r + 14,
121
+ 2, 5, r + 14,
122
+ 3, 11, 6,
123
+ 4, 10, 7,
124
+ 7, r + 4, 8,
125
+ 8, r + 5, 9,
126
+ 9, r + 6, r + 13,
127
+ 5, r + 11, r + 12,
128
+ 4, 13, 12,
129
+ 6, r + 9, r + 10,
130
+ 5, 14, r + 8,
131
+ 6, r + 7, r + 8,
132
+ 3, r + 1, 16,
133
+ 4, r + 2, r + 3,
167
134
  ]);
168
135
  const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
169
136
 
@@ -282,85 +249,62 @@ const _s_registry = schema.TypeRegistry.for(_s);
282
249
  var SigninServiceException$ = [-3, _s, "SigninServiceException", 0, [], []];
283
250
  _s_registry.registerError(SigninServiceException$, SigninServiceException);
284
251
  const n0_registry = schema.TypeRegistry.for(n0);
285
- var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c }, [_e, _m], [0, 0], 2];
252
+ var AccessDeniedException$ = [-3, n0, _ADE,
253
+ { [_e]: _c },
254
+ [_e, _m],
255
+ [0, 0], 2
256
+ ];
286
257
  n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
287
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _m], [0, 0], 2];
258
+ var InternalServerException$ = [-3, n0, _ISE,
259
+ { [_e]: _se, [_hE]: 500 },
260
+ [_e, _m],
261
+ [0, 0], 2
262
+ ];
288
263
  n0_registry.registerError(InternalServerException$, InternalServerException);
289
- var TooManyRequestsError$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_e, _m], [0, 0], 2];
264
+ var TooManyRequestsError$ = [-3, n0, _TMRE,
265
+ { [_e]: _c, [_hE]: 429 },
266
+ [_e, _m],
267
+ [0, 0], 2
268
+ ];
290
269
  n0_registry.registerError(TooManyRequestsError$, TooManyRequestsError);
291
- var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_e, _m], [0, 0], 2];
270
+ var ValidationException$ = [-3, n0, _VE,
271
+ { [_e]: _c, [_hE]: 400 },
272
+ [_e, _m],
273
+ [0, 0], 2
274
+ ];
292
275
  n0_registry.registerError(ValidationException$, ValidationException);
293
- const errorTypeRegistries = [_s_registry, n0_registry];
276
+ const errorTypeRegistries = [
277
+ _s_registry,
278
+ n0_registry,
279
+ ];
294
280
  var RefreshToken = [0, n0, _RT, 8, 0];
295
- var AccessToken$ = [
296
- 3,
297
- n0,
298
- _AT,
281
+ var AccessToken$ = [3, n0, _AT,
299
282
  8,
300
283
  [_aKI, _sAK, _sT],
301
- [
302
- [0, { [_jN]: _aKI }],
303
- [0, { [_jN]: _sAK }],
304
- [0, { [_jN]: _sT }],
305
- ],
306
- 3,
284
+ [[0, { [_jN]: _aKI }], [0, { [_jN]: _sAK }], [0, { [_jN]: _sT }]], 3
307
285
  ];
308
- var CreateOAuth2TokenRequest$ = [
309
- 3,
310
- n0,
311
- _COATR,
286
+ var CreateOAuth2TokenRequest$ = [3, n0, _COATR,
312
287
  0,
313
288
  [_tI],
314
- [[() => CreateOAuth2TokenRequestBody$, 16]],
315
- 1,
289
+ [[() => CreateOAuth2TokenRequestBody$, 16]], 1
316
290
  ];
317
- var CreateOAuth2TokenRequestBody$ = [
318
- 3,
319
- n0,
320
- _COATRB,
291
+ var CreateOAuth2TokenRequestBody$ = [3, n0, _COATRB,
321
292
  0,
322
293
  [_cI, _gT, _co, _rU, _cV, _rT],
323
- [
324
- [0, { [_jN]: _cI }],
325
- [0, { [_jN]: _gT }],
326
- 0,
327
- [0, { [_jN]: _rU }],
328
- [0, { [_jN]: _cV }],
329
- [() => RefreshToken, { [_jN]: _rT }],
330
- ],
331
- 2,
294
+ [[0, { [_jN]: _cI }], [0, { [_jN]: _gT }], 0, [0, { [_jN]: _rU }], [0, { [_jN]: _cV }], [() => RefreshToken, { [_jN]: _rT }]], 2
332
295
  ];
333
- var CreateOAuth2TokenResponse$ = [
334
- 3,
335
- n0,
336
- _COATRr,
296
+ var CreateOAuth2TokenResponse$ = [3, n0, _COATRr,
337
297
  0,
338
298
  [_tO],
339
- [[() => CreateOAuth2TokenResponseBody$, 16]],
340
- 1,
299
+ [[() => CreateOAuth2TokenResponseBody$, 16]], 1
341
300
  ];
342
- var CreateOAuth2TokenResponseBody$ = [
343
- 3,
344
- n0,
345
- _COATRBr,
301
+ var CreateOAuth2TokenResponseBody$ = [3, n0, _COATRBr,
346
302
  0,
347
303
  [_aT, _tT, _eI, _rT, _iT],
348
- [
349
- [() => AccessToken$, { [_jN]: _aT }],
350
- [0, { [_jN]: _tT }],
351
- [1, { [_jN]: _eI }],
352
- [() => RefreshToken, { [_jN]: _rT }],
353
- [0, { [_jN]: _iT }],
354
- ],
355
- 4,
304
+ [[() => AccessToken$, { [_jN]: _aT }], [0, { [_jN]: _tT }], [1, { [_jN]: _eI }], [() => RefreshToken, { [_jN]: _rT }], [0, { [_jN]: _iT }]], 4
356
305
  ];
357
- var CreateOAuth2Token$ = [
358
- 9,
359
- n0,
360
- _COAT,
361
- { [_h]: ["POST", "/v1/token", 200] },
362
- () => CreateOAuth2TokenRequest$,
363
- () => CreateOAuth2TokenResponse$,
306
+ var CreateOAuth2Token$ = [9, n0, _COAT,
307
+ { [_h]: ["POST", "/v1/token", 200] }, () => CreateOAuth2TokenRequest$, () => CreateOAuth2TokenResponse$
364
308
  ];
365
309
 
366
310
  const getRuntimeConfig$1 = (config) => {
@@ -416,11 +360,9 @@ const getRuntimeConfig = (config$1) => {
416
360
  defaultsMode,
417
361
  authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
418
362
  bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
419
- defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
420
- client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
363
+ defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
421
364
  maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
422
- region: config$1?.region ??
423
- config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
365
+ region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
424
366
  requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
425
367
  retryMode: config$1?.retryMode ??
426
368
  config.loadConfig({