@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
@@ -108,6 +108,7 @@ import { GetCrawlerCommand, } from "./commands/GetCrawlerCommand";
108
108
  import { GetCrawlerMetricsCommand, } from "./commands/GetCrawlerMetricsCommand";
109
109
  import { GetCrawlersCommand, } from "./commands/GetCrawlersCommand";
110
110
  import { GetCustomEntityTypeCommand, } from "./commands/GetCustomEntityTypeCommand";
111
+ import { GetDashboardUrlCommand, } from "./commands/GetDashboardUrlCommand";
111
112
  import { GetDatabaseCommand, } from "./commands/GetDatabaseCommand";
112
113
  import { GetDatabasesCommand, } from "./commands/GetDatabasesCommand";
113
114
  import { GetDataCatalogEncryptionSettingsCommand, } from "./commands/GetDataCatalogEncryptionSettingsCommand";
@@ -149,6 +150,7 @@ import { GetSchemaVersionsDiffCommand, } from "./commands/GetSchemaVersionsDiffC
149
150
  import { GetSecurityConfigurationCommand, } from "./commands/GetSecurityConfigurationCommand";
150
151
  import { GetSecurityConfigurationsCommand, } from "./commands/GetSecurityConfigurationsCommand";
151
152
  import { GetSessionCommand, } from "./commands/GetSessionCommand";
153
+ import { GetSessionEndpointCommand, } from "./commands/GetSessionEndpointCommand";
152
154
  import { GetStatementCommand, } from "./commands/GetStatementCommand";
153
155
  import { GetTableCommand } from "./commands/GetTableCommand";
154
156
  import { GetTableOptimizerCommand, } from "./commands/GetTableOptimizerCommand";
@@ -421,6 +423,7 @@ const commands = {
421
423
  GetCrawlerMetricsCommand,
422
424
  GetCrawlersCommand,
423
425
  GetCustomEntityTypeCommand,
426
+ GetDashboardUrlCommand,
424
427
  GetDatabaseCommand,
425
428
  GetDatabasesCommand,
426
429
  GetDataCatalogEncryptionSettingsCommand,
@@ -462,6 +465,7 @@ const commands = {
462
465
  GetSecurityConfigurationCommand,
463
466
  GetSecurityConfigurationsCommand,
464
467
  GetSessionCommand,
468
+ GetSessionEndpointCommand,
465
469
  GetStatementCommand,
466
470
  GetTableCommand,
467
471
  GetTableOptimizerCommand,
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetDashboardUrl$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetDashboardUrlCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "GetDashboardUrl", {})
13
+ .n("GlueClient", "GetDashboardUrlCommand")
14
+ .sc(GetDashboardUrl$)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import { getEndpointPlugin } from "@smithy/core/endpoints";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetSessionEndpoint$ } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetSessionEndpointCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AWSGlue", "GetSessionEndpoint", {})
13
+ .n("GlueClient", "GetSessionEndpointCommand")
14
+ .sc(GetSessionEndpoint$)
15
+ .build() {
16
+ }
@@ -107,6 +107,7 @@ export * from "./GetCrawlerCommand";
107
107
  export * from "./GetCrawlerMetricsCommand";
108
108
  export * from "./GetCrawlersCommand";
109
109
  export * from "./GetCustomEntityTypeCommand";
110
+ export * from "./GetDashboardUrlCommand";
110
111
  export * from "./GetDataCatalogEncryptionSettingsCommand";
111
112
  export * from "./GetDataQualityModelCommand";
112
113
  export * from "./GetDataQualityModelResultCommand";
@@ -148,6 +149,7 @@ export * from "./GetSchemaVersionsDiffCommand";
148
149
  export * from "./GetSecurityConfigurationCommand";
149
150
  export * from "./GetSecurityConfigurationsCommand";
150
151
  export * from "./GetSessionCommand";
152
+ export * from "./GetSessionEndpointCommand";
151
153
  export * from "./GetStatementCommand";
152
154
  export * from "./GetTableCommand";
153
155
  export * from "./GetTableOptimizerCommand";
@@ -662,6 +662,10 @@ export const S3EncryptionMode = {
662
662
  SSEKMS: "SSE-KMS",
663
663
  SSES3: "SSE-S3",
664
664
  };
665
+ export const SessionType = {
666
+ LIVY: "LIVY",
667
+ SPARK_CONNECT: "SPARK_CONNECT",
668
+ };
665
669
  export const SessionStatus = {
666
670
  FAILED: "FAILED",
667
671
  PROVISIONING: "PROVISIONING",
@@ -785,6 +789,10 @@ export const SettingSource = {
785
789
  CATALOG: "CATALOG",
786
790
  TABLE: "TABLE",
787
791
  };
792
+ export const GlueResourceType = {
793
+ JOB: "JOB",
794
+ SESSION: "SESSION",
795
+ };
788
796
  export const DatabaseAttributes = {
789
797
  NAME: "NAME",
790
798
  TARGET_DATABASE: "TARGET_DATABASE",
@@ -871,6 +879,12 @@ export const StatementState = {
871
879
  RUNNING: "RUNNING",
872
880
  WAITING: "WAITING",
873
881
  };
882
+ export const TableAttributes = {
883
+ DEFAULT: "DEFAULT",
884
+ LATEST_ICEBERG_METADATA: "LATEST_ICEBERG_METADATA",
885
+ NAME: "NAME",
886
+ TABLE_TYPE: "TABLE_TYPE",
887
+ };
874
888
  export const ResourceAction = {
875
889
  CREATE: "CREATE",
876
890
  UPDATE: "UPDATE",
@@ -882,10 +896,6 @@ export const ResourceState = {
882
896
  STOPPED: "STOPPED",
883
897
  SUCCESS: "SUCCESS",
884
898
  };
885
- export const TableAttributes = {
886
- NAME: "NAME",
887
- TABLE_TYPE: "TABLE_TYPE",
888
- };
889
899
  export const PermissionType = {
890
900
  CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
891
901
  COLUMN_PERMISSION: "COLUMN_PERMISSION",
@@ -497,6 +497,20 @@ export class IllegalWorkflowStateException extends __BaseException {
497
497
  this.Message = opts.Message;
498
498
  }
499
499
  }
500
+ export class SessionBusyException extends __BaseException {
501
+ name = "SessionBusyException";
502
+ $fault = "client";
503
+ Message;
504
+ constructor(opts) {
505
+ super({
506
+ name: "SessionBusyException",
507
+ $fault: "client",
508
+ ...opts,
509
+ });
510
+ Object.setPrototypeOf(this, SessionBusyException.prototype);
511
+ this.Message = opts.Message;
512
+ }
513
+ }
500
514
  export class IllegalBlueprintStateException extends __BaseException {
501
515
  name = "IllegalBlueprintStateException";
502
516
  $fault = "client";
@@ -61,6 +61,7 @@ const _ARTd = "AddRecordTimestamp";
61
61
  const _AS = "AuthStrategy";
62
62
  const _ASC = "AllowSingleColumn";
63
63
  const _AT = "AccessToken";
64
+ const _ATET = "AuthTokenExpirationTime";
64
65
  const _ATG = "AttributesToGet";
65
66
  const _ATc = "AccessType";
66
67
  const _ATn = "AnalyzedTime";
@@ -389,6 +390,7 @@ const _CSE = "CrawlerStoppingException";
389
390
  const _CSEo = "ColumnStatisticsError";
390
391
  const _CSEol = "ColumnStatisticsErrors";
391
392
  const _CSI = "CreateSchemaInput";
393
+ const _CSIu = "CurrentSchemaId";
392
394
  const _CSL = "ColumnStatisticsList";
393
395
  const _CSR = "CancelStatementRequest";
394
396
  const _CSRa = "CancelStatementResponse";
@@ -673,8 +675,10 @@ const _DSCP = "DirectSchemaChangePolicy";
673
675
  const _DSCR = "DeleteSecurityConfigurationRequest";
674
676
  const _DSCRe = "DeleteSecurityConfigurationResponse";
675
677
  const _DSI = "DeleteSchemaInput";
676
- const _DSIe = "DescribeShardInterval";
678
+ const _DSIe = "DefaultSpecId";
679
+ const _DSIes = "DescribeShardInterval";
677
680
  const _DSM = "DataSourceMap";
681
+ const _DSOI = "DefaultSortOrderId";
678
682
  const _DSP = "DynamodbS3Prefix";
679
683
  const _DSR = "DeleteSchemaResponse";
680
684
  const _DSRA = "DynamodbStsRoleArn";
@@ -842,6 +846,7 @@ const _FTu = "FunctionType";
842
846
  const _FV = "FieldValue";
843
847
  const _FVi = "FilterValue";
844
848
  const _FVil = "FilterValues";
849
+ const _FVo = "FormatVersion";
845
850
  const _F_ = "F1";
846
851
  const _Fi = "Filter";
847
852
  const _Fie = "Fields";
@@ -948,6 +953,9 @@ const _GDR = "GetDatabaseRequest";
948
953
  const _GDRe = "GetDatabaseResponse";
949
954
  const _GDRet = "GetDatabasesRequest";
950
955
  const _GDReta = "GetDatabasesResponse";
956
+ const _GDU = "GetDashboardUrl";
957
+ const _GDUR = "GetDashboardUrlRequest";
958
+ const _GDURe = "GetDashboardUrlResponse";
951
959
  const _GDe = "GetDatabases";
952
960
  const _GEE = "GlueEncryptionException";
953
961
  const _GER = "GetEntityRecords";
@@ -1034,6 +1042,9 @@ const _GSCRet = "GetSecurityConfigurationsRequest";
1034
1042
  const _GSCRete = "GetSecurityConfigurationsResponse";
1035
1043
  const _GSCe = "GetSecurityConfiguration";
1036
1044
  const _GSCet = "GetSecurityConfigurations";
1045
+ const _GSE = "GetSessionEndpoint";
1046
+ const _GSER = "GetSessionEndpointRequest";
1047
+ const _GSERe = "GetSessionEndpointResponse";
1037
1048
  const _GSI = "GetSchemaInput";
1038
1049
  const _GSPL = "GlueStudioPathList";
1039
1050
  const _GSR = "GetSchemaResponse";
@@ -1183,7 +1194,8 @@ const _IPK = "IsPrimaryKey";
1183
1194
  const _IPME = "IdempotentParameterMismatchException";
1184
1195
  const _IPS = "IncludeParameterSpec";
1185
1196
  const _IPSFL = "IcebergPartitionSpecFieldList";
1186
- const _IPSL = "IntegrationPartitionSpecList";
1197
+ const _IPSL = "IcebergPartitionSpecList";
1198
+ const _IPSLn = "IntegrationPartitionSpecList";
1187
1199
  const _IPSc = "IcebergPartitionSpec";
1188
1200
  const _IPm = "ImputedPath";
1189
1201
  const _IPn = "IntegrationPartition";
@@ -1208,8 +1220,10 @@ const _ISEnv = "InvalidStateException";
1208
1220
  const _ISF = "IcebergSortField";
1209
1221
  const _ISFL = "IcebergStructFieldList";
1210
1222
  const _ISFc = "IcebergStructField";
1223
+ const _ISL = "IcebergSchemaList";
1211
1224
  const _ISO = "IcebergSortOrder";
1212
1225
  const _ISOFL = "IcebergSortOrderFieldList";
1226
+ const _ISOL = "IcebergSortOrderList";
1213
1227
  const _ISP = "InputS3Path";
1214
1228
  const _ISSE = "IllegalSessionStateException";
1215
1229
  const _ISc = "IcebergSchema";
@@ -1219,6 +1233,7 @@ const _IT = "ImportTime";
1219
1233
  const _ITBRIM = "IdleTimeBetweenReadsInMs";
1220
1234
  const _ITL = "IcebergTargetList";
1221
1235
  const _ITLn = "IntegrationTagsList";
1236
+ const _ITM = "IcebergTableMetadata";
1222
1237
  const _ITU = "IcebergTableUpdate";
1223
1238
  const _ITUL = "IcebergTableUpdateList";
1224
1239
  const _ITc = "IcebergTargets";
@@ -1302,8 +1317,9 @@ const _LC = "LineageConfiguration";
1302
1317
  const _LCET = "ListCustomEntityTypes";
1303
1318
  const _LCETR = "ListCustomEntityTypesRequest";
1304
1319
  const _LCETRi = "ListCustomEntityTypesResponse";
1305
- const _LCI = "LastCrawlInfo";
1306
- const _LCIa = "LastCommitId";
1320
+ const _LCI = "LastColumnId";
1321
+ const _LCIa = "LastCrawlInfo";
1322
+ const _LCIas = "LastCommitId";
1307
1323
  const _LCR = "ListCrawlersRequest";
1308
1324
  const _LCRi = "ListCrawlersResponse";
1309
1325
  const _LCRis = "ListCrawlsRequest";
@@ -1368,6 +1384,7 @@ const _LMVRTRRi = "ListMaterializedViewRefreshTaskRunsResponse";
1368
1384
  const _LN = "LineNumber";
1369
1385
  const _LO = "LogicalOperator";
1370
1386
  const _LP = "LimitParameter";
1387
+ const _LPI = "LastPartitionId";
1371
1388
  const _LPL = "LimitedPathList";
1372
1389
  const _LR = "LastRun";
1373
1390
  const _LRI = "ListRegistriesInput";
@@ -1642,6 +1659,7 @@ const _PSVM = "PutSchemaVersionMetadata";
1642
1659
  const _PSVMI = "PutSchemaVersionMetadataInput";
1643
1660
  const _PSVMR = "PutSchemaVersionMetadataResponse";
1644
1661
  const _PSa = "PartitionSpec";
1662
+ const _PSar = "PartitionSpecs";
1645
1663
  const _PSy = "PythonScript";
1646
1664
  const _PT = "PropertyType";
1647
1665
  const _PTD = "PartitionsToDelete";
@@ -1725,6 +1743,7 @@ const _RIM = "RetryIntervalMs";
1725
1743
  const _RIe = "RegistryId";
1726
1744
  const _RIef = "RefreshInterval";
1727
1745
  const _RIes = "ResultId";
1746
+ const _RIeso = "ResourceId";
1728
1747
  const _RIu = "RunId";
1729
1748
  const _RIun = "RunIdentifier";
1730
1749
  const _RJB = "ResetJobBookmark";
@@ -1833,6 +1852,7 @@ const _SAto = "StoppedActions";
1833
1852
  const _SAtr = "StreamArn";
1834
1853
  const _SAu = "SucceededActions";
1835
1854
  const _SB = "StartedBefore";
1855
+ const _SBE = "SessionBusyException";
1836
1856
  const _SBR = "StartBlueprintRun";
1837
1857
  const _SBRR = "StartBlueprintRunRequest";
1838
1858
  const _SBRRt = "StartBlueprintRunResponse";
@@ -1876,6 +1896,7 @@ const _SCT = "SparkConnectorTarget";
1876
1896
  const _SCTa = "S3CatalogTarget";
1877
1897
  const _SCV = "SkewedColumnValues";
1878
1898
  const _SCVLM = "SkewedColumnValueLocationMaps";
1899
+ const _SC_ = "SPARK_CONNECT";
1879
1900
  const _SCc = "SchemaCheckpoint";
1880
1901
  const _SCca = "ScalaCode";
1881
1902
  const _SCch = "SchemaColumn";
@@ -1887,6 +1908,7 @@ const _SCo = "SourceConfiguration";
1887
1908
  const _SCor = "SortCriteria";
1888
1909
  const _SCort = "SortCriterion";
1889
1910
  const _SCorto = "SortColumns";
1911
+ const _SCp = "SparkConnect";
1890
1912
  const _SCt = "StartCrawler";
1891
1913
  const _SCto = "StopCrawler";
1892
1914
  const _SD = "SchemaDefinition";
@@ -1920,6 +1942,7 @@ const _SELTRRt = "StartExportLabelsTaskRunResponse";
1920
1942
  const _SEM = "S3EncryptionMode";
1921
1943
  const _SES = "S3ExcelSource";
1922
1944
  const _SEc = "ScheduleExpression";
1945
+ const _SEe = "SessionEndpoint";
1923
1946
  const _SEn = "S3Encryption";
1924
1947
  const _SF = "SelectFields";
1925
1948
  const _SFC = "SelectFromCollection";
@@ -1986,7 +2009,8 @@ const _SO = "StartedOn";
1986
2009
  const _SOC = "StartOnCreation";
1987
2010
  const _SOD = "StatementOutputData";
1988
2011
  const _SOVI = "SubObjectVersionIds";
1989
- const _SOo = "SortOrder";
2012
+ const _SOo = "SortOrders";
2013
+ const _SOor = "SortOrder";
1990
2014
  const _SOt = "StreamingOptions";
1991
2015
  const _SOta = "StartingOffsets";
1992
2016
  const _SOtat = "StatementOutput";
@@ -2010,7 +2034,7 @@ const _SR = "StatusReason";
2010
2034
  const _SRE = "SchedulerRunningException";
2011
2035
  const _SRO = "StatisticRecordedOn";
2012
2036
  const _SRc = "SchemaReference";
2013
- const _SS = "SuccessfulSubmissions";
2037
+ const _SS = "SensitiveString";
2014
2038
  const _SSAO = "S3SourceAdditionalOptions";
2015
2039
  const _SSL = "StatisticSummaryList";
2016
2040
  const _SSQL = "SparkSQL";
@@ -2023,6 +2047,7 @@ const _SSe = "SettingSource";
2023
2047
  const _SSn = "SnowflakeSource";
2024
2048
  const _SSt = "StatisticSummary";
2025
2049
  const _SSto = "StopSession";
2050
+ const _SSu = "SuccessfulSubmissions";
2026
2051
  const _ST = "SourceType";
2027
2052
  const _STC = "SourceTableConfig";
2028
2053
  const _STE = "SchedulerTransitioningException";
@@ -2036,8 +2061,9 @@ const _STRtop = "StopTriggerResponse";
2036
2061
  const _STa = "S3Targets";
2037
2062
  const _STar = "S3Target";
2038
2063
  const _STc = "ScheduleType";
2039
- const _STe = "SearchText";
2040
- const _STea = "SearchTables";
2064
+ const _STe = "SessionType";
2065
+ const _STea = "SearchText";
2066
+ const _STear = "SearchTables";
2041
2067
  const _STn = "SnowflakeTarget";
2042
2068
  const _STo = "SourceTable";
2043
2069
  const _STt = "StagingTable";
@@ -2045,6 +2071,7 @@ const _STta = "StartTime";
2045
2071
  const _STtar = "StartingTimestamp";
2046
2072
  const _STtart = "StartTrigger";
2047
2073
  const _STto = "StopTrigger";
2074
+ const _SU = "SensitiveUrl";
2048
2075
  const _SV = "SupportedValues";
2049
2076
  const _SVE = "SchemaVersionErrors";
2050
2077
  const _SVEI = "SchemaVersionErrorItem";
@@ -2178,6 +2205,7 @@ const _TU = "TokenUrl";
2178
2205
  const _TUP = "TokenUrlParameters";
2179
2206
  const _TUPM = "TokenUrlParametersMap";
2180
2207
  const _TUa = "TablesUpdated";
2208
+ const _TUab = "TableUuid";
2181
2209
  const _TUr = "TriggerUpdate";
2182
2210
  const _TV = "TableVersion";
2183
2211
  const _TVE = "TableVersionError";
@@ -2395,6 +2423,7 @@ const _en = "enabled";
2395
2423
  const _gCN = "glueConnectionName";
2396
2424
  const _hE = "httpError";
2397
2425
  const _iC = "icebergConfiguration";
2426
+ const _jN = "jsonName";
2398
2427
  const _k = "key";
2399
2428
  const _l = "location";
2400
2429
  const _lR = "lastRun";
@@ -2422,7 +2451,7 @@ const _v = "value";
2422
2451
  const _vC = "vpcConfiguration";
2423
2452
  const n0 = "com.amazonaws.glue";
2424
2453
  import { TypeRegistry } from "@smithy/core/schema";
2425
- import { AccessDeniedException, AlreadyExistsException, ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskRunningException, ColumnStatisticsTaskStoppingException, ConcurrentModificationException, ConcurrentRunsExceededException, ConditionCheckFailureException, ConflictException, CrawlerNotRunningException, CrawlerRunningException, CrawlerStoppingException, EntityNotFoundException, FederatedResourceAlreadyExistsException, FederationSourceException, FederationSourceRetryableException, GlueEncryptionException, IdempotentParameterMismatchException, IllegalBlueprintStateException, IllegalSessionStateException, IllegalWorkflowStateException, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InternalServerException, InternalServiceException, InvalidInputException, InvalidIntegrationStateFault, InvalidStateException, KMSKeyNotAccessibleFault, MaterializedViewRefreshTaskNotRunningException, MaterializedViewRefreshTaskRunningException, MaterializedViewRefreshTaskStoppingException, MLTransformNotReadyException, NoScheduleException, OperationNotSupportedException, OperationTimeoutException, PermissionTypeMismatchException, ResourceNotFoundException, ResourceNotReadyException, ResourceNumberLimitExceededException, SchedulerNotRunningException, SchedulerRunningException, SchedulerTransitioningException, TargetResourceNotFound, ThrottlingException, ValidationException, VersionMismatchException, } from "../models/errors";
2454
+ import { AccessDeniedException, AlreadyExistsException, ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskRunningException, ColumnStatisticsTaskStoppingException, ConcurrentModificationException, ConcurrentRunsExceededException, ConditionCheckFailureException, ConflictException, CrawlerNotRunningException, CrawlerRunningException, CrawlerStoppingException, EntityNotFoundException, FederatedResourceAlreadyExistsException, FederationSourceException, FederationSourceRetryableException, GlueEncryptionException, IdempotentParameterMismatchException, IllegalBlueprintStateException, IllegalSessionStateException, IllegalWorkflowStateException, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InternalServerException, InternalServiceException, InvalidInputException, InvalidIntegrationStateFault, InvalidStateException, KMSKeyNotAccessibleFault, MaterializedViewRefreshTaskNotRunningException, MaterializedViewRefreshTaskRunningException, MaterializedViewRefreshTaskStoppingException, MLTransformNotReadyException, NoScheduleException, OperationNotSupportedException, OperationTimeoutException, PermissionTypeMismatchException, ResourceNotFoundException, ResourceNotReadyException, ResourceNumberLimitExceededException, SchedulerNotRunningException, SchedulerRunningException, SchedulerTransitioningException, SessionBusyException, TargetResourceNotFound, ThrottlingException, ValidationException, VersionMismatchException, } from "../models/errors";
2426
2455
  import { GlueServiceException } from "../models/GlueServiceException";
2427
2456
  const _s_registry = TypeRegistry.for(_s);
2428
2457
  export var GlueServiceException$ = [-3, _s, "GlueServiceException", 0, [], []];
@@ -2692,6 +2721,12 @@ export var SchedulerTransitioningException$ = [-3, n0, _STE,
2692
2721
  [0]
2693
2722
  ];
2694
2723
  n0_registry.registerError(SchedulerTransitioningException$, SchedulerTransitioningException);
2724
+ export var SessionBusyException$ = [-3, n0, _SBE,
2725
+ { [_e]: _c },
2726
+ [_M],
2727
+ [0]
2728
+ ];
2729
+ n0_registry.registerError(SessionBusyException$, SessionBusyException);
2695
2730
  export var TargetResourceNotFound$ = [-3, n0, _TRNF,
2696
2731
  { [_e]: _c, [_hE]: 404 },
2697
2732
  [_M],
@@ -2728,6 +2763,8 @@ var JwtToken = [0, n0, _JT, 8, 0];
2728
2763
  var Password = [0, n0, _P, 8, 0];
2729
2764
  var _Record = [0, n0, _R, 8, 15];
2730
2765
  var RefreshToken = [0, n0, _RT, 8, 0];
2766
+ var SensitiveString = [0, n0, _SS, 8, 0];
2767
+ var SensitiveUrl = [0, n0, _SU, 8, 0];
2731
2768
  var UserManagedClientApplicationClientSecret = [0, n0, _UMCACS, 8, 0];
2732
2769
  export var Action$ = [3, n0, _A,
2733
2770
  0,
@@ -3016,7 +3053,7 @@ export var BatchStopJobRunRequest$ = [3, n0, _BSJRR,
3016
3053
  ];
3017
3054
  export var BatchStopJobRunResponse$ = [3, n0, _BSJRRa,
3018
3055
  0,
3019
- [_SS, _E],
3056
+ [_SSu, _E],
3020
3057
  [() => BatchStopJobRunSuccessfulSubmissionList, () => BatchStopJobRunErrorList]
3021
3058
  ];
3022
3059
  export var BatchStopJobRunSuccessfulSubmission$ = [3, n0, _BSJRSS,
@@ -3656,8 +3693,8 @@ export var CreateSecurityConfigurationResponse$ = [3, n0, _CSCRr,
3656
3693
  ];
3657
3694
  export var CreateSessionRequest$ = [3, n0, _CSRreat,
3658
3695
  0,
3659
- [_Id, _Rol, _Comm, _D, _T, _ITd, _DA, _Conn, _MCax, _NOW, _WT, _SC, _GV, _Tag, _RO],
3660
- [0, 0, () => SessionCommand$, 0, 1, 1, 128 | 0, () => ConnectionsList$, 1, 1, 0, 0, 0, 128 | 0, 0], 3
3696
+ [_Id, _Rol, _Comm, _D, _T, _ITd, _DA, _Conn, _MCax, _NOW, _WT, _SC, _GV, _Tag, _RO, _STe],
3697
+ [0, 0, () => SessionCommand$, 0, 1, 1, 128 | 0, () => ConnectionsList$, 1, 1, 0, 0, 0, 128 | 0, 0, 0], 3
3661
3698
  ];
3662
3699
  export var CreateSessionResponse$ = [3, n0, _CSRreate,
3663
3700
  0,
@@ -4714,6 +4751,16 @@ export var GetCustomEntityTypeResponse$ = [3, n0, _GCETRe,
4714
4751
  [_N, _RSe, _CW],
4715
4752
  [0, 0, 64 | 0]
4716
4753
  ];
4754
+ export var GetDashboardUrlRequest$ = [3, n0, _GDUR,
4755
+ 0,
4756
+ [_RIeso, _RTes, _RO],
4757
+ [0, 0, 0], 2
4758
+ ];
4759
+ export var GetDashboardUrlResponse$ = [3, n0, _GDURe,
4760
+ 0,
4761
+ [_Ur],
4762
+ [[() => SensitiveUrl, 0]], 1
4763
+ ];
4717
4764
  export var GetDatabaseRequest$ = [3, n0, _GDR,
4718
4765
  0,
4719
4766
  [_N, _CI],
@@ -5114,6 +5161,16 @@ export var GetSecurityConfigurationsResponse$ = [3, n0, _GSCRete,
5114
5161
  [_SCec, _NTe],
5115
5162
  [() => SecurityConfigurationList, 0]
5116
5163
  ];
5164
+ export var GetSessionEndpointRequest$ = [3, n0, _GSER,
5165
+ 0,
5166
+ [_SIe],
5167
+ [0], 1
5168
+ ];
5169
+ export var GetSessionEndpointResponse$ = [3, n0, _GSERe,
5170
+ 0,
5171
+ [_SCp],
5172
+ [[() => SessionEndpoint$, { [_jN]: _SC_ }]], 1
5173
+ ];
5117
5174
  export var GetSessionRequest$ = [3, n0, _GSRe,
5118
5175
  0,
5119
5176
  [_Id, _RO],
@@ -5146,8 +5203,8 @@ export var GetTableOptimizerResponse$ = [3, n0, _GTORe,
5146
5203
  ];
5147
5204
  export var GetTableRequest$ = [3, n0, _GTR,
5148
5205
  0,
5149
- [_DN, _N, _CI, _TI, _QAOT, _ACu, _ISD],
5150
- [0, 0, 0, 0, 4, () => AuditContext$, 2], 2
5206
+ [_DN, _N, _CI, _TI, _QAOT, _ACu, _ISD, _ATG],
5207
+ [0, 0, 0, 0, 4, () => AuditContext$, 2, 64 | 0], 2
5151
5208
  ];
5152
5209
  export var GetTableResponse$ = [3, n0, _GTRe,
5153
5210
  0,
@@ -5439,9 +5496,14 @@ export var IcebergStructField$ = [3, n0, _ISFc,
5439
5496
  [_Id, _N, _Ty, _Req, _Do, _ID, _WD],
5440
5497
  [1, 0, 15, 2, 0, 15, 15], 4
5441
5498
  ];
5499
+ export var IcebergTableMetadata$ = [3, n0, _ITM,
5500
+ 0,
5501
+ [_FVo, _TUab, _L, _Pro, _Sche, _CSIu, _LCI, _PSar, _DSIe, _LPI, _SOo, _DSOI],
5502
+ [0, 0, 0, 128 | 0, () => IcebergSchemaList, 1, 1, () => IcebergPartitionSpecList, 1, 1, () => IcebergSortOrderList, 1]
5503
+ ];
5442
5504
  export var IcebergTableUpdate$ = [3, n0, _ITU,
5443
5505
  0,
5444
- [_S, _L, _PSa, _SOo, _Pro, _A, _EK, _KI],
5506
+ [_S, _L, _PSa, _SOor, _Pro, _A, _EK, _KI],
5445
5507
  [() => IcebergSchema$, 0, () => IcebergPartitionSpec$, () => IcebergSortOrder$, 128 | 0, 0, () => IcebergEncryptedKey$, 0], 2
5446
5508
  ];
5447
5509
  export var IcebergTarget$ = [3, n0, _ITce,
@@ -5591,7 +5653,7 @@ export var KeySchemaElement$ = [3, n0, _KSE,
5591
5653
  ];
5592
5654
  export var KinesisStreamingSourceOptions$ = [3, n0, _KSSOi,
5593
5655
  0,
5594
- [_EU, _SNt, _Clas, _De, _SPt, _MFTIM, _MFRPS, _MRPR, _AITBR, _ITBRIM, _DSIe, _NR, _RIM, _MRIM, _AEB, _SAtr, _RA, _RSN, _ARTd, _ECLM, _STtar, _FCARN],
5656
+ [_EU, _SNt, _Clas, _De, _SPt, _MFTIM, _MFRPS, _MRPR, _AITBR, _ITBRIM, _DSIes, _NR, _RIM, _MRIM, _AEB, _SAtr, _RA, _RSN, _ARTd, _ECLM, _STtar, _FCARN],
5595
5657
  [0, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 0, 0, 0, 0, 0, 5, 0]
5596
5658
  ];
5597
5659
  export var LabelingSetGenerationTaskRunProperties$ = [3, n0, _LSGTRP,
@@ -5609,7 +5671,7 @@ export var LastActiveDefinition$ = [3, n0, _LAD,
5609
5671
  [_D, _LMO, _PS, _BL, _BSL],
5610
5672
  [0, 4, 0, 0, 0]
5611
5673
  ];
5612
- export var LastCrawlInfo$ = [3, n0, _LCI,
5674
+ export var LastCrawlInfo$ = [3, n0, _LCIa,
5613
5675
  0,
5614
5676
  [_St, _EM, _LG, _LS, _MP, _STta],
5615
5677
  [0, 0, 0, 0, 0, 4]
@@ -6046,7 +6108,7 @@ export var OracleSQLCatalogTarget$ = [3, n0, _OSQLCT,
6046
6108
  ];
6047
6109
  export var Order$ = [3, n0, _Or,
6048
6110
  0,
6049
- [_C, _SOo],
6111
+ [_C, _SOor],
6050
6112
  [0, 1], 2
6051
6113
  ];
6052
6114
  export var OrphanFileDeletionConfiguration$ = [3, n0, _OFDC,
@@ -6541,7 +6603,7 @@ export var SchemaVersionNumber$ = [3, n0, _SVN,
6541
6603
  ];
6542
6604
  export var SearchTablesRequest$ = [3, n0, _STR,
6543
6605
  0,
6544
- [_CI, _NTe, _Fil, _STe, _SCor, _MRax, _RST, _ISD],
6606
+ [_CI, _NTe, _Fil, _STea, _SCor, _MRax, _RST, _ISD],
6545
6607
  [0, 0, () => SearchPropertyPredicates, 0, () => SortCriteria, 1, 0, 2]
6546
6608
  ];
6547
6609
  export var SearchTablesResponse$ = [3, n0, _STRe,
@@ -6576,14 +6638,19 @@ export var SerDeInfo$ = [3, n0, _SDI,
6576
6638
  ];
6577
6639
  export var Session$ = [3, n0, _Ses,
6578
6640
  0,
6579
- [_Id, _CO, _St, _EM, _D, _Rol, _Comm, _DA, _Conn, _Prog, _MCax, _SC, _GV, _NOW, _WT, _COo, _ETxe, _DPUS, _ITd, _PN],
6580
- [0, 4, 0, 0, 0, 0, () => SessionCommand$, 128 | 0, () => ConnectionsList$, 1, 1, 0, 0, 1, 0, 4, 1, 1, 1, 0]
6641
+ [_Id, _CO, _St, _EM, _D, _Rol, _Comm, _DA, _Conn, _Prog, _MCax, _SC, _GV, _NOW, _WT, _COo, _ETxe, _DPUS, _ITd, _PN, _STe],
6642
+ [0, 4, 0, 0, 0, 0, () => SessionCommand$, 128 | 0, () => ConnectionsList$, 1, 1, 0, 0, 1, 0, 4, 1, 1, 1, 0, 0]
6581
6643
  ];
6582
6644
  export var SessionCommand$ = [3, n0, _SCess,
6583
6645
  0,
6584
6646
  [_N, _PVy],
6585
6647
  [0, 0]
6586
6648
  ];
6649
+ export var SessionEndpoint$ = [3, n0, _SEe,
6650
+ 0,
6651
+ [_Ur, _ATuth, _ATET],
6652
+ [0, [() => SensitiveString, 0], 4], 3
6653
+ ];
6587
6654
  export var SkewedInfo$ = [3, n0, _SIk,
6588
6655
  0,
6589
6656
  [_SCN, _SCV, _SCVLM],
@@ -6616,7 +6683,7 @@ export var SourceConfiguration$ = [3, n0, _SCo,
6616
6683
  ];
6617
6684
  export var SourceControlDetails$ = [3, n0, _SCD,
6618
6685
  0,
6619
- [_Prov, _Repo, _Ow, _Br, _Fol, _LCIa, _AS, _ATuth],
6686
+ [_Prov, _Repo, _Ow, _Br, _Fol, _LCIas, _AS, _ATuth],
6620
6687
  [0, 0, 0, 0, 0, 0, 0, 0]
6621
6688
  ];
6622
6689
  export var SourceProcessingProperties$ = [3, n0, _SPP,
@@ -6951,8 +7018,8 @@ export var SupportedDialect$ = [3, n0, _SDu,
6951
7018
  ];
6952
7019
  export var Table$ = [3, n0, _Ta,
6953
7020
  0,
6954
- [_N, _DN, _D, _Ow, _CTr, _UT, _LAT, _LATa, _Ret, _SDto, _PK, _VOT, _VET, _TTab, _Par, _CBr, _IRWLF, _TT, _CI, _VIe, _FT, _VD, _IMDV, _IMV, _St],
6955
- [0, 0, 0, 0, 4, 4, 4, 4, 1, () => StorageDescriptor$, () => ColumnList, 0, 0, 0, 128 | 0, 0, 2, () => TableIdentifier$, 0, 0, () => FederatedTable$, () => ViewDefinition$, 2, 2, () => TableStatus$], 1
7021
+ [_N, _DN, _D, _Ow, _CTr, _UT, _LAT, _LATa, _Ret, _SDto, _PK, _VOT, _VET, _TTab, _Par, _CBr, _IRWLF, _TT, _CI, _VIe, _FT, _VD, _IMDV, _IMV, _ITM, _St],
7022
+ [0, 0, 0, 0, 4, 4, 4, 4, 1, () => StorageDescriptor$, () => ColumnList, 0, 0, 0, 128 | 0, 0, 2, () => TableIdentifier$, 0, 0, () => FederatedTable$, () => ViewDefinition$, 2, 2, () => IcebergTableMetadata$, () => TableStatus$], 1
6956
7023
  ];
6957
7024
  export var TableError$ = [3, n0, _TEa,
6958
7025
  0,
@@ -7770,9 +7837,18 @@ var HudiTargetList = [1, n0, _HTL,
7770
7837
  var IcebergPartitionSpecFieldList = [1, n0, _IPSFL,
7771
7838
  0, () => IcebergPartitionField$
7772
7839
  ];
7840
+ var IcebergPartitionSpecList = [1, n0, _IPSL,
7841
+ 0, () => IcebergPartitionSpec$
7842
+ ];
7843
+ var IcebergSchemaList = [1, n0, _ISL,
7844
+ 0, () => IcebergSchema$
7845
+ ];
7773
7846
  var IcebergSortOrderFieldList = [1, n0, _ISOFL,
7774
7847
  0, () => IcebergSortField$
7775
7848
  ];
7849
+ var IcebergSortOrderList = [1, n0, _ISOL,
7850
+ 0, () => IcebergSortOrder$
7851
+ ];
7776
7852
  var IcebergStructFieldList = [1, n0, _ISFL,
7777
7853
  0, () => IcebergStructField$
7778
7854
  ];
@@ -7797,7 +7873,7 @@ var IntegrationFilterList = [1, n0, _IFL,
7797
7873
  0, () => IntegrationFilter$
7798
7874
  ];
7799
7875
  var IntegrationFilterValues = 64 | 0;
7800
- var IntegrationPartitionSpecList = [1, n0, _IPSL,
7876
+ var IntegrationPartitionSpecList = [1, n0, _IPSLn,
7801
7877
  0, () => IntegrationPartition$
7802
7878
  ];
7803
7879
  var IntegrationResourcePropertyFilterList = [1, n0, _IRPFL,
@@ -8421,6 +8497,9 @@ export var GetCrawlers$ = [9, n0, _GCetra,
8421
8497
  export var GetCustomEntityType$ = [9, n0, _GCET,
8422
8498
  0, () => GetCustomEntityTypeRequest$, () => GetCustomEntityTypeResponse$
8423
8499
  ];
8500
+ export var GetDashboardUrl$ = [9, n0, _GDU,
8501
+ 0, () => GetDashboardUrlRequest$, () => GetDashboardUrlResponse$
8502
+ ];
8424
8503
  export var GetDatabase$ = [9, n0, _GD,
8425
8504
  0, () => GetDatabaseRequest$, () => GetDatabaseResponse$
8426
8505
  ];
@@ -8544,6 +8623,9 @@ export var GetSecurityConfigurations$ = [9, n0, _GSCet,
8544
8623
  export var GetSession$ = [9, n0, _GSet,
8545
8624
  0, () => GetSessionRequest$, () => GetSessionResponse$
8546
8625
  ];
8626
+ export var GetSessionEndpoint$ = [9, n0, _GSE,
8627
+ 0, () => GetSessionEndpointRequest$, () => GetSessionEndpointResponse$
8628
+ ];
8547
8629
  export var GetStatement$ = [9, n0, _GSett,
8548
8630
  0, () => GetStatementRequest$, () => GetStatementResponse$
8549
8631
  ];
@@ -8724,7 +8806,7 @@ export var ResumeWorkflowRun$ = [9, n0, _RWR,
8724
8806
  export var RunStatement$ = [9, n0, _RSu,
8725
8807
  0, () => RunStatementRequest$, () => RunStatementResponse$
8726
8808
  ];
8727
- export var SearchTables$ = [9, n0, _STea,
8809
+ export var SearchTables$ = [9, n0, _STear,
8728
8810
  0, () => SearchTablesRequest$, () => SearchTablesResponse$
8729
8811
  ];
8730
8812
  export var StartBlueprintRun$ = [9, n0, _SBR,
@@ -108,6 +108,7 @@ import { type GetCrawlerCommandInput, type GetCrawlerCommandOutput } from "./com
108
108
  import { type GetCrawlerMetricsCommandInput, type GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
109
109
  import { type GetCrawlersCommandInput, type GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
110
110
  import { type GetCustomEntityTypeCommandInput, type GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
111
+ import { type GetDashboardUrlCommandInput, type GetDashboardUrlCommandOutput } from "./commands/GetDashboardUrlCommand";
111
112
  import { type GetDatabaseCommandInput, type GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
112
113
  import { type GetDatabasesCommandInput, type GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
113
114
  import { type GetDataCatalogEncryptionSettingsCommandInput, type GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
@@ -149,6 +150,7 @@ import { type GetSchemaVersionsDiffCommandInput, type GetSchemaVersionsDiffComma
149
150
  import { type GetSecurityConfigurationCommandInput, type GetSecurityConfigurationCommandOutput } from "./commands/GetSecurityConfigurationCommand";
150
151
  import { type GetSecurityConfigurationsCommandInput, type GetSecurityConfigurationsCommandOutput } from "./commands/GetSecurityConfigurationsCommand";
151
152
  import { type GetSessionCommandInput, type GetSessionCommandOutput } from "./commands/GetSessionCommand";
153
+ import { type GetSessionEndpointCommandInput, type GetSessionEndpointCommandOutput } from "./commands/GetSessionEndpointCommand";
152
154
  import { type GetStatementCommandInput, type GetStatementCommandOutput } from "./commands/GetStatementCommand";
153
155
  import { type GetTableCommandInput, type GetTableCommandOutput } from "./commands/GetTableCommand";
154
156
  import { type GetTableOptimizerCommandInput, type GetTableOptimizerCommandOutput } from "./commands/GetTableOptimizerCommand";
@@ -932,6 +934,12 @@ export interface Glue {
932
934
  getCustomEntityType(args: GetCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomEntityTypeCommandOutput>;
933
935
  getCustomEntityType(args: GetCustomEntityTypeCommandInput, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
934
936
  getCustomEntityType(args: GetCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
937
+ /**
938
+ * @see {@link GetDashboardUrlCommand}
939
+ */
940
+ getDashboardUrl(args: GetDashboardUrlCommandInput, options?: __HttpHandlerOptions): Promise<GetDashboardUrlCommandOutput>;
941
+ getDashboardUrl(args: GetDashboardUrlCommandInput, cb: (err: any, data?: GetDashboardUrlCommandOutput) => void): void;
942
+ getDashboardUrl(args: GetDashboardUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDashboardUrlCommandOutput) => void): void;
935
943
  /**
936
944
  * @see {@link GetDatabaseCommand}
937
945
  */
@@ -1189,6 +1197,12 @@ export interface Glue {
1189
1197
  getSession(args: GetSessionCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionCommandOutput>;
1190
1198
  getSession(args: GetSessionCommandInput, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
1191
1199
  getSession(args: GetSessionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionCommandOutput) => void): void;
1200
+ /**
1201
+ * @see {@link GetSessionEndpointCommand}
1202
+ */
1203
+ getSessionEndpoint(args: GetSessionEndpointCommandInput, options?: __HttpHandlerOptions): Promise<GetSessionEndpointCommandOutput>;
1204
+ getSessionEndpoint(args: GetSessionEndpointCommandInput, cb: (err: any, data?: GetSessionEndpointCommandOutput) => void): void;
1205
+ getSessionEndpoint(args: GetSessionEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSessionEndpointCommandOutput) => void): void;
1192
1206
  /**
1193
1207
  * @see {@link GetStatementCommand}
1194
1208
  */