@cdklabs/cdk-construct-connect-datalake 0.0.12 → 0.0.14

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 (235) 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 +10 -10
  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 +10 -10
  36. package/node_modules/@aws-sdk/client-glue/README.md +14 -0
  37. package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +44 -4
  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 +133 -51
  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 +14 -4
  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 +108 -26
  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/GetTableCommand.d.ts +121 -0
  55. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
  56. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
  57. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
  58. package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
  59. package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +1 -0
  60. package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -0
  61. package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
  62. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
  63. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  64. package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
  65. package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +2 -0
  66. package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +38 -12
  67. package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +17 -0
  68. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -28
  69. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +156 -102
  70. package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +107 -2
  71. package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +9 -0
  72. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +34 -0
  73. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +12 -0
  74. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
  75. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
  76. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
  77. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -4
  78. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
  79. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
  80. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +2 -0
  81. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +19 -6
  82. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +8 -0
  83. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +12 -7
  84. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +36 -23
  85. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +24 -1
  86. package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
  87. package/node_modules/@aws-sdk/client-glue/package.json +10 -10
  88. package/node_modules/@aws-sdk/client-lakeformation/package.json +10 -10
  89. package/node_modules/@aws-sdk/client-ram/package.json +10 -10
  90. package/node_modules/@aws-sdk/client-sts/package.json +12 -12
  91. package/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -2291
  92. package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
  93. package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
  94. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
  95. package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
  96. package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
  97. package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
  98. package/node_modules/@aws-sdk/core/package.json +12 -12
  99. package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
  100. package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -10
  101. package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
  102. package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
  103. package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
  104. package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
  105. package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -1
  106. package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
  107. package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -10
  108. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
  109. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
  110. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
  111. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
  112. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
  113. package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
  114. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
  115. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
  116. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
  117. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
  118. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
  119. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
  120. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
  121. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
  122. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
  123. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
  124. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
  125. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
  126. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
  127. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
  128. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
  129. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
  130. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
  131. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
  132. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
  133. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
  134. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
  135. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
  136. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
  137. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
  138. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
  139. package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
  140. package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
  141. package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +10 -9
  142. package/node_modules/@aws-sdk/token-providers/package.json +8 -8
  143. package/node_modules/@aws-sdk/types/package.json +4 -4
  144. package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
  145. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
  146. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
  147. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +4 -1
  148. package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
  149. package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
  150. package/node_modules/@nodable/entities/package.json +4 -1
  151. package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
  152. package/node_modules/@nodable/entities/src/index.d.ts +77 -0
  153. package/node_modules/@nodable/entities/src/index.js +1 -1
  154. package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
  155. package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
  156. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
  157. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
  158. package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
  159. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
  160. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
  161. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
  162. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
  163. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
  164. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
  165. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
  166. package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
  167. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
  168. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
  169. package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
  170. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
  171. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
  172. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
  173. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
  174. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
  175. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
  176. package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
  177. package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
  178. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
  179. package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
  180. package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
  181. package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
  182. package/node_modules/@smithy/core/package.json +18 -17
  183. package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
  184. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
  185. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
  186. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
  187. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
  188. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  189. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
  190. package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
  191. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +15 -15
  192. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
  193. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
  194. package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
  195. package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
  196. package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
  197. package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
  198. package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
  199. package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
  200. package/node_modules/@smithy/node-http-handler/package.json +8 -8
  201. package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
  202. package/node_modules/@smithy/signature-v4/package.json +7 -7
  203. package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
  204. package/node_modules/@smithy/types/package.json +10 -10
  205. package/node_modules/@types/aws-lambda/README.md +1 -1
  206. package/node_modules/@types/aws-lambda/package.json +3 -3
  207. package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +2 -0
  208. package/node_modules/anynum/LICENSE +21 -0
  209. package/node_modules/anynum/README.md +142 -0
  210. package/node_modules/anynum/anynum.js +135 -0
  211. package/node_modules/anynum/digitTable.js +116 -0
  212. package/node_modules/anynum/package.json +42 -0
  213. package/node_modules/watchpack/README.md +9 -0
  214. package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
  215. package/node_modules/watchpack/lib/index.js +55 -15
  216. package/node_modules/watchpack/lib/reducePlan.js +56 -35
  217. package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
  218. package/node_modules/watchpack/lib/watchEventSource.js +18 -10
  219. package/node_modules/watchpack/package.json +17 -23
  220. package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
  221. package/node_modules/watchpack/types/index.d.ts +121 -113
  222. package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
  223. package/node_modules/watchpack/types/watchpack.d.ts +1 -1
  224. package/node_modules/which-typed-array/CHANGELOG.md +7 -0
  225. package/node_modules/which-typed-array/eslint.config.mjs +1 -0
  226. package/node_modules/which-typed-array/index.d.ts +22 -31
  227. package/node_modules/which-typed-array/index.js +36 -23
  228. package/node_modules/which-typed-array/package.json +4 -7
  229. package/package.json +14 -14
  230. package/node_modules/glob-to-regexp/.travis.yml +0 -4
  231. package/node_modules/glob-to-regexp/README.md +0 -75
  232. package/node_modules/glob-to-regexp/index.js +0 -130
  233. package/node_modules/glob-to-regexp/package.json +0 -23
  234. package/node_modules/glob-to-regexp/test.js +0 -235
  235. /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +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.12";
82
+ var version = "3.997.19";
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.12";
78
+ var version = "3.997.19";
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({