@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 defaultSSOHttpAuthSchemeParametersProvider = 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,7 +75,7 @@ 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
 
@@ -91,7 +90,7 @@ const _data = {
91
90
  [e, [{ [k]: "UseDualStack" }, b]],
92
91
  [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
93
92
  [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
94
- ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]],
93
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
95
94
  ],
96
95
  results: [
97
96
  [a],
@@ -106,54 +105,26 @@ const _data = {
106
105
  ["https://portal.sso.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
107
106
  [a, "DualStack is enabled but this partition does not support DualStack"],
108
107
  ["https://portal.sso.{Region}.{PartitionResult#dnsSuffix}", i],
109
- [a, "Invalid Configuration: Missing Region"],
110
- ],
108
+ [a, "Invalid Configuration: Missing Region"]
109
+ ]
111
110
  };
112
111
  const root = 2;
113
112
  const r = 100_000_000;
114
113
  const nodes = new Int32Array([
115
- -1,
116
- 1,
117
- -1,
118
- 0,
119
- 13,
120
- 3,
121
- 1,
122
- 4,
123
- r + 12,
124
- 2,
125
- 5,
126
- r + 12,
127
- 3,
128
- 8,
129
- 6,
130
- 4,
131
- 7,
132
- r + 11,
133
- 5,
134
- r + 9,
135
- r + 10,
136
- 4,
137
- 11,
138
- 9,
139
- 6,
140
- 10,
141
- r + 8,
142
- 7,
143
- r + 6,
144
- r + 7,
145
- 5,
146
- 12,
147
- r + 5,
148
- 6,
149
- r + 4,
150
- r + 5,
151
- 3,
152
- r + 1,
153
- 14,
154
- 4,
155
- r + 2,
156
- r + 3,
114
+ -1, 1, -1,
115
+ 0, 13, 3,
116
+ 1, 4, r + 12,
117
+ 2, 5, r + 12,
118
+ 3, 8, 6,
119
+ 4, 7, r + 11,
120
+ 5, r + 9, r + 10,
121
+ 4, 11, 9,
122
+ 6, 10, r + 8,
123
+ 7, r + 6, r + 7,
124
+ 5, 12, r + 5,
125
+ 6, r + 4, r + 5,
126
+ 3, r + 1, 14,
127
+ 4, r + 2, r + 3,
157
128
  ]);
158
129
  const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
159
130
 
@@ -260,54 +231,54 @@ const _s_registry = schema.TypeRegistry.for(_s);
260
231
  var SSOServiceException$ = [-3, _s, "SSOServiceException", 0, [], []];
261
232
  _s_registry.registerError(SSOServiceException$, SSOServiceException);
262
233
  const n0_registry = schema.TypeRegistry.for(n0);
263
- var InvalidRequestException$ = [-3, n0, _IRE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
234
+ var InvalidRequestException$ = [-3, n0, _IRE,
235
+ { [_e]: _c, [_hE]: 400 },
236
+ [_m],
237
+ [0]
238
+ ];
264
239
  n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
265
- var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
240
+ var ResourceNotFoundException$ = [-3, n0, _RNFE,
241
+ { [_e]: _c, [_hE]: 404 },
242
+ [_m],
243
+ [0]
244
+ ];
266
245
  n0_registry.registerError(ResourceNotFoundException$, ResourceNotFoundException);
267
- var TooManyRequestsException$ = [-3, n0, _TMRE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
246
+ var TooManyRequestsException$ = [-3, n0, _TMRE,
247
+ { [_e]: _c, [_hE]: 429 },
248
+ [_m],
249
+ [0]
250
+ ];
268
251
  n0_registry.registerError(TooManyRequestsException$, TooManyRequestsException);
269
- var UnauthorizedException$ = [-3, n0, _UE, { [_e]: _c, [_hE]: 401 }, [_m], [0]];
252
+ var UnauthorizedException$ = [-3, n0, _UE,
253
+ { [_e]: _c, [_hE]: 401 },
254
+ [_m],
255
+ [0]
256
+ ];
270
257
  n0_registry.registerError(UnauthorizedException$, UnauthorizedException);
271
- const errorTypeRegistries = [_s_registry, n0_registry];
258
+ const errorTypeRegistries = [
259
+ _s_registry,
260
+ n0_registry,
261
+ ];
272
262
  var AccessTokenType = [0, n0, _ATT, 8, 0];
273
263
  var SecretAccessKeyType = [0, n0, _SAKT, 8, 0];
274
264
  var SessionTokenType = [0, n0, _STT, 8, 0];
275
- var GetRoleCredentialsRequest$ = [
276
- 3,
277
- n0,
278
- _GRCR,
265
+ var GetRoleCredentialsRequest$ = [3, n0, _GRCR,
279
266
  0,
280
267
  [_rN, _aI, _aT],
281
- [
282
- [0, { [_hQ]: _rn }],
283
- [0, { [_hQ]: _ai }],
284
- [() => AccessTokenType, { [_hH]: _xasbt }],
285
- ],
286
- 3,
268
+ [[0, { [_hQ]: _rn }], [0, { [_hQ]: _ai }], [() => AccessTokenType, { [_hH]: _xasbt }]], 3
287
269
  ];
288
- var GetRoleCredentialsResponse$ = [
289
- 3,
290
- n0,
291
- _GRCRe,
270
+ var GetRoleCredentialsResponse$ = [3, n0, _GRCRe,
292
271
  0,
293
272
  [_rC],
294
- [[() => RoleCredentials$, 0]],
273
+ [[() => RoleCredentials$, 0]]
295
274
  ];
296
- var RoleCredentials$ = [
297
- 3,
298
- n0,
299
- _RC,
275
+ var RoleCredentials$ = [3, n0, _RC,
300
276
  0,
301
277
  [_aKI, _sAK, _sT, _ex],
302
- [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1],
278
+ [0, [() => SecretAccessKeyType, 0], [() => SessionTokenType, 0], 1]
303
279
  ];
304
- var GetRoleCredentials$ = [
305
- 9,
306
- n0,
307
- _GRC,
308
- { [_h]: ["GET", "/federation/credentials", 200] },
309
- () => GetRoleCredentialsRequest$,
310
- () => GetRoleCredentialsResponse$,
280
+ var GetRoleCredentials$ = [9, n0, _GRC,
281
+ { [_h]: ["GET", "/federation/credentials", 200] }, () => GetRoleCredentialsRequest$, () => GetRoleCredentialsResponse$
311
282
  ];
312
283
 
313
284
  const getRuntimeConfig$1 = (config) => {
@@ -363,11 +334,9 @@ const getRuntimeConfig = (config$1) => {
363
334
  defaultsMode,
364
335
  authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
365
336
  bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
366
- defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
367
- client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
337
+ defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
368
338
  maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
369
- region: config$1?.region ??
370
- config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
339
+ region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
371
340
  requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
372
341
  retryMode: config$1?.retryMode ??
373
342
  config.loadConfig({
@@ -16,10 +16,9 @@ var protocols$1 = require('@aws-sdk/core/protocols');
16
16
  const defaultSSOOIDCHttpAuthSchemeParametersProvider = 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,7 +75,7 @@ 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
 
@@ -91,7 +90,7 @@ const _data = {
91
90
  [e, [{ [k]: "UseDualStack" }, b]],
92
91
  [e, [{ fn: f, argv: [h, "supportsDualStack"] }, b]],
93
92
  [e, [{ fn: f, argv: [h, "supportsFIPS"] }, b]],
94
- ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]],
93
+ ["stringEquals", [{ fn: f, argv: [h, "name"] }, "aws-us-gov"]]
95
94
  ],
96
95
  results: [
97
96
  [a],
@@ -106,54 +105,26 @@ const _data = {
106
105
  ["https://oidc.{Region}.{PartitionResult#dualStackDnsSuffix}", i],
107
106
  [a, "DualStack is enabled but this partition does not support DualStack"],
108
107
  ["https://oidc.{Region}.{PartitionResult#dnsSuffix}", i],
109
- [a, "Invalid Configuration: Missing Region"],
110
- ],
108
+ [a, "Invalid Configuration: Missing Region"]
109
+ ]
111
110
  };
112
111
  const root = 2;
113
112
  const r = 100_000_000;
114
113
  const nodes = new Int32Array([
115
- -1,
116
- 1,
117
- -1,
118
- 0,
119
- 13,
120
- 3,
121
- 1,
122
- 4,
123
- r + 12,
124
- 2,
125
- 5,
126
- r + 12,
127
- 3,
128
- 8,
129
- 6,
130
- 4,
131
- 7,
132
- r + 11,
133
- 5,
134
- r + 9,
135
- r + 10,
136
- 4,
137
- 11,
138
- 9,
139
- 6,
140
- 10,
141
- r + 8,
142
- 7,
143
- r + 6,
144
- r + 7,
145
- 5,
146
- 12,
147
- r + 5,
148
- 6,
149
- r + 4,
150
- r + 5,
151
- 3,
152
- r + 1,
153
- 14,
154
- 4,
155
- r + 2,
156
- r + 3,
114
+ -1, 1, -1,
115
+ 0, 13, 3,
116
+ 1, 4, r + 12,
117
+ 2, 5, r + 12,
118
+ 3, 8, 6,
119
+ 4, 7, r + 11,
120
+ 5, r + 9, r + 10,
121
+ 4, 11, 9,
122
+ 6, 10, r + 8,
123
+ 7, r + 6, r + 7,
124
+ 5, 12, r + 5,
125
+ 6, r + 4, r + 5,
126
+ 3, r + 1, 14,
127
+ 4, r + 2, r + 3,
157
128
  ]);
158
129
  const bdd = endpoints.BinaryDecisionDiagram.from(nodes, root, _data.conditions, _data.results);
159
130
 
@@ -402,93 +373,93 @@ const _s_registry = schema.TypeRegistry.for(_s);
402
373
  var SSOOIDCServiceException$ = [-3, _s, "SSOOIDCServiceException", 0, [], []];
403
374
  _s_registry.registerError(SSOOIDCServiceException$, SSOOIDCServiceException);
404
375
  const n0_registry = schema.TypeRegistry.for(n0);
405
- var AccessDeniedException$ = [
406
- -3,
407
- n0,
408
- _ADE,
376
+ var AccessDeniedException$ = [-3, n0, _ADE,
409
377
  { [_e]: _c, [_hE]: 400 },
410
378
  [_e, _r, _ed],
411
- [0, 0, 0],
379
+ [0, 0, 0]
412
380
  ];
413
381
  n0_registry.registerError(AccessDeniedException$, AccessDeniedException);
414
- var AuthorizationPendingException$ = [
415
- -3,
416
- n0,
417
- _APE,
382
+ var AuthorizationPendingException$ = [-3, n0, _APE,
418
383
  { [_e]: _c, [_hE]: 400 },
419
384
  [_e, _ed],
420
- [0, 0],
385
+ [0, 0]
421
386
  ];
422
387
  n0_registry.registerError(AuthorizationPendingException$, AuthorizationPendingException);
423
- var ExpiredTokenException$ = [-3, n0, _ETE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
388
+ var ExpiredTokenException$ = [-3, n0, _ETE,
389
+ { [_e]: _c, [_hE]: 400 },
390
+ [_e, _ed],
391
+ [0, 0]
392
+ ];
424
393
  n0_registry.registerError(ExpiredTokenException$, ExpiredTokenException);
425
- var InternalServerException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_e, _ed], [0, 0]];
394
+ var InternalServerException$ = [-3, n0, _ISE,
395
+ { [_e]: _se, [_hE]: 500 },
396
+ [_e, _ed],
397
+ [0, 0]
398
+ ];
426
399
  n0_registry.registerError(InternalServerException$, InternalServerException);
427
- var InvalidClientException$ = [-3, n0, _ICE, { [_e]: _c, [_hE]: 401 }, [_e, _ed], [0, 0]];
400
+ var InvalidClientException$ = [-3, n0, _ICE,
401
+ { [_e]: _c, [_hE]: 401 },
402
+ [_e, _ed],
403
+ [0, 0]
404
+ ];
428
405
  n0_registry.registerError(InvalidClientException$, InvalidClientException);
429
- var InvalidGrantException$ = [-3, n0, _IGE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
406
+ var InvalidGrantException$ = [-3, n0, _IGE,
407
+ { [_e]: _c, [_hE]: 400 },
408
+ [_e, _ed],
409
+ [0, 0]
410
+ ];
430
411
  n0_registry.registerError(InvalidGrantException$, InvalidGrantException);
431
- var InvalidRequestException$ = [
432
- -3,
433
- n0,
434
- _IRE,
412
+ var InvalidRequestException$ = [-3, n0, _IRE,
435
413
  { [_e]: _c, [_hE]: 400 },
436
414
  [_e, _r, _ed],
437
- [0, 0, 0],
415
+ [0, 0, 0]
438
416
  ];
439
417
  n0_registry.registerError(InvalidRequestException$, InvalidRequestException);
440
- var InvalidScopeException$ = [-3, n0, _ISEn, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
418
+ var InvalidScopeException$ = [-3, n0, _ISEn,
419
+ { [_e]: _c, [_hE]: 400 },
420
+ [_e, _ed],
421
+ [0, 0]
422
+ ];
441
423
  n0_registry.registerError(InvalidScopeException$, InvalidScopeException);
442
- var SlowDownException$ = [-3, n0, _SDE, { [_e]: _c, [_hE]: 400 }, [_e, _ed], [0, 0]];
424
+ var SlowDownException$ = [-3, n0, _SDE,
425
+ { [_e]: _c, [_hE]: 400 },
426
+ [_e, _ed],
427
+ [0, 0]
428
+ ];
443
429
  n0_registry.registerError(SlowDownException$, SlowDownException);
444
- var UnauthorizedClientException$ = [
445
- -3,
446
- n0,
447
- _UCE,
430
+ var UnauthorizedClientException$ = [-3, n0, _UCE,
448
431
  { [_e]: _c, [_hE]: 400 },
449
432
  [_e, _ed],
450
- [0, 0],
433
+ [0, 0]
451
434
  ];
452
435
  n0_registry.registerError(UnauthorizedClientException$, UnauthorizedClientException);
453
- var UnsupportedGrantTypeException$ = [
454
- -3,
455
- n0,
456
- _UGTE,
436
+ var UnsupportedGrantTypeException$ = [-3, n0, _UGTE,
457
437
  { [_e]: _c, [_hE]: 400 },
458
438
  [_e, _ed],
459
- [0, 0],
439
+ [0, 0]
460
440
  ];
461
441
  n0_registry.registerError(UnsupportedGrantTypeException$, UnsupportedGrantTypeException);
462
- const errorTypeRegistries = [_s_registry, n0_registry];
442
+ const errorTypeRegistries = [
443
+ _s_registry,
444
+ n0_registry,
445
+ ];
463
446
  var AccessToken = [0, n0, _AT, 8, 0];
464
447
  var ClientSecret = [0, n0, _CS, 8, 0];
465
448
  var CodeVerifier = [0, n0, _CV, 8, 0];
466
449
  var IdToken = [0, n0, _IT, 8, 0];
467
450
  var RefreshToken = [0, n0, _RT, 8, 0];
468
- var CreateTokenRequest$ = [
469
- 3,
470
- n0,
471
- _CTR,
451
+ var CreateTokenRequest$ = [3, n0, _CTR,
472
452
  0,
473
453
  [_cI, _cS, _gT, _dC, _co, _rT, _sc, _rU, _cV],
474
- [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]],
475
- 3,
454
+ [0, [() => ClientSecret, 0], 0, 0, 0, [() => RefreshToken, 0], 64 | 0, 0, [() => CodeVerifier, 0]], 3
476
455
  ];
477
- var CreateTokenResponse$ = [
478
- 3,
479
- n0,
480
- _CTRr,
456
+ var CreateTokenResponse$ = [3, n0, _CTRr,
481
457
  0,
482
458
  [_aT, _tT, _eI, _rT, _iT],
483
- [[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]],
459
+ [[() => AccessToken, 0], 0, 1, [() => RefreshToken, 0], [() => IdToken, 0]]
484
460
  ];
485
- var CreateToken$ = [
486
- 9,
487
- n0,
488
- _CT,
489
- { [_h]: ["POST", "/token", 200] },
490
- () => CreateTokenRequest$,
491
- () => CreateTokenResponse$,
461
+ var CreateToken$ = [9, n0, _CT,
462
+ { [_h]: ["POST", "/token", 200] }, () => CreateTokenRequest$, () => CreateTokenResponse$
492
463
  ];
493
464
 
494
465
  const getRuntimeConfig$1 = (config) => {
@@ -544,11 +515,9 @@ const getRuntimeConfig = (config$1) => {
544
515
  defaultsMode,
545
516
  authSchemePreference: config$1?.authSchemePreference ?? config.loadConfig(httpAuthSchemes.NODE_AUTH_SCHEME_PREFERENCE_OPTIONS, loaderConfig),
546
517
  bodyLengthChecker: config$1?.bodyLengthChecker ?? serde.calculateBodyLength,
547
- defaultUserAgentProvider: config$1?.defaultUserAgentProvider ??
548
- client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
518
+ defaultUserAgentProvider: config$1?.defaultUserAgentProvider ?? client$1.createDefaultUserAgentProvider({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
549
519
  maxAttempts: config$1?.maxAttempts ?? config.loadConfig(retry.NODE_MAX_ATTEMPT_CONFIG_OPTIONS, config$1),
550
- region: config$1?.region ??
551
- config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
520
+ region: config$1?.region ?? config.loadConfig(config.NODE_REGION_CONFIG_OPTIONS, { ...config.NODE_REGION_CONFIG_FILE_OPTIONS, ...loaderConfig }),
552
521
  requestHandler: nodeHttpHandler.NodeHttpHandler.create(config$1?.requestHandler ?? defaultConfigProvider),
553
522
  retryMode: config$1?.retryMode ??
554
523
  config.loadConfig({