@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
@@ -115,6 +115,7 @@ import type { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands
115
115
  import type { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
116
116
  import type { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
117
117
  import type { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
118
+ import type { GetDashboardUrlCommandInput, GetDashboardUrlCommandOutput } from "./commands/GetDashboardUrlCommand";
118
119
  import type { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
119
120
  import type { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
120
121
  import type { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
@@ -156,6 +157,7 @@ import type { GetSchemaVersionsDiffCommandInput, GetSchemaVersionsDiffCommandOut
156
157
  import type { GetSecurityConfigurationCommandInput, GetSecurityConfigurationCommandOutput } from "./commands/GetSecurityConfigurationCommand";
157
158
  import type { GetSecurityConfigurationsCommandInput, GetSecurityConfigurationsCommandOutput } from "./commands/GetSecurityConfigurationsCommand";
158
159
  import type { GetSessionCommandInput, GetSessionCommandOutput } from "./commands/GetSessionCommand";
160
+ import type { GetSessionEndpointCommandInput, GetSessionEndpointCommandOutput } from "./commands/GetSessionEndpointCommand";
159
161
  import type { GetStatementCommandInput, GetStatementCommandOutput } from "./commands/GetStatementCommand";
160
162
  import type { GetTableCommandInput, GetTableCommandOutput } from "./commands/GetTableCommand";
161
163
  import type { GetTableOptimizerCommandInput, GetTableOptimizerCommandOutput } from "./commands/GetTableOptimizerCommand";
@@ -277,11 +279,11 @@ export { __Client };
277
279
  /**
278
280
  * @public
279
281
  */
280
- export type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateCatalogCommandInput | CreateClassifierCommandInput | CreateColumnStatisticsTaskSettingsCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateGlueIdentityCenterConfigurationCommandInput | CreateIntegrationCommandInput | CreateIntegrationResourcePropertyCommandInput | CreateIntegrationTablePropertiesCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteCatalogCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteColumnStatisticsTaskSettingsCommandInput | DeleteConnectionCommandInput | DeleteConnectionTypeCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteGlueIdentityCenterConfigurationCommandInput | DeleteIntegrationCommandInput | DeleteIntegrationResourcePropertyCommandInput | DeleteIntegrationTablePropertiesCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | DescribeConnectionTypeCommandInput | DescribeEntityCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogCommandInput | GetCatalogImportStatusCommandInput | GetCatalogsCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetColumnStatisticsTaskSettingsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetEntityRecordsCommandInput | GetGlueIdentityCenterConfigurationCommandInput | GetIntegrationResourcePropertyCommandInput | GetIntegrationTablePropertiesCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetMaterializedViewRefreshTaskRunCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListConnectionTypesCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListEntitiesCommandInput | ListIntegrationResourcePropertiesCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListMaterializedViewRefreshTaskRunsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | ModifyIntegrationCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterConnectionTypeCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartColumnStatisticsTaskRunScheduleCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartMaterializedViewRefreshTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopColumnStatisticsTaskRunScheduleCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopMaterializedViewRefreshTaskRunCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | TestConnectionCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateCatalogCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateColumnStatisticsTaskSettingsCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateGlueIdentityCenterConfigurationCommandInput | UpdateIntegrationResourcePropertyCommandInput | UpdateIntegrationTablePropertiesCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
282
+ export type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDataQualityResultCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTableOptimizerCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchPutDataQualityStatisticAnnotationCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelDataQualityRuleRecommendationRunCommandInput | CancelDataQualityRulesetEvaluationRunCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateCatalogCommandInput | CreateClassifierCommandInput | CreateColumnStatisticsTaskSettingsCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDataQualityRulesetCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateGlueIdentityCenterConfigurationCommandInput | CreateIntegrationCommandInput | CreateIntegrationResourcePropertyCommandInput | CreateIntegrationTablePropertiesCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTableOptimizerCommandInput | CreateTriggerCommandInput | CreateUsageProfileCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteCatalogCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteColumnStatisticsTaskSettingsCommandInput | DeleteConnectionCommandInput | DeleteConnectionTypeCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDataQualityRulesetCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteGlueIdentityCenterConfigurationCommandInput | DeleteIntegrationCommandInput | DeleteIntegrationResourcePropertyCommandInput | DeleteIntegrationTablePropertiesCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableOptimizerCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUsageProfileCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | DescribeConnectionTypeCommandInput | DescribeEntityCommandInput | DescribeInboundIntegrationsCommandInput | DescribeIntegrationsCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogCommandInput | GetCatalogImportStatusCommandInput | GetCatalogsCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetColumnStatisticsTaskRunCommandInput | GetColumnStatisticsTaskRunsCommandInput | GetColumnStatisticsTaskSettingsCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDashboardUrlCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDataQualityModelCommandInput | GetDataQualityModelResultCommandInput | GetDataQualityResultCommandInput | GetDataQualityRuleRecommendationRunCommandInput | GetDataQualityRulesetCommandInput | GetDataQualityRulesetEvaluationRunCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetEntityRecordsCommandInput | GetGlueIdentityCenterConfigurationCommandInput | GetIntegrationResourcePropertyCommandInput | GetIntegrationTablePropertiesCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetMaterializedViewRefreshTaskRunCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetSessionEndpointCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableOptimizerCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUsageProfileCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListColumnStatisticsTaskRunsCommandInput | ListConnectionTypesCommandInput | ListCrawlersCommandInput | ListCrawlsCommandInput | ListCustomEntityTypesCommandInput | ListDataQualityResultsCommandInput | ListDataQualityRuleRecommendationRunsCommandInput | ListDataQualityRulesetEvaluationRunsCommandInput | ListDataQualityRulesetsCommandInput | ListDataQualityStatisticAnnotationsCommandInput | ListDataQualityStatisticsCommandInput | ListDevEndpointsCommandInput | ListEntitiesCommandInput | ListIntegrationResourcePropertiesCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListMaterializedViewRefreshTaskRunsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTableOptimizerRunsCommandInput | ListTriggersCommandInput | ListUsageProfilesCommandInput | ListWorkflowsCommandInput | ModifyIntegrationCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutDataQualityProfileAnnotationCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterConnectionTypeCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartColumnStatisticsTaskRunCommandInput | StartColumnStatisticsTaskRunScheduleCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartDataQualityRuleRecommendationRunCommandInput | StartDataQualityRulesetEvaluationRunCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartMaterializedViewRefreshTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopColumnStatisticsTaskRunCommandInput | StopColumnStatisticsTaskRunScheduleCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopMaterializedViewRefreshTaskRunCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | TestConnectionCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateCatalogCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateColumnStatisticsTaskSettingsCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDataQualityRulesetCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateGlueIdentityCenterConfigurationCommandInput | UpdateIntegrationResourcePropertyCommandInput | UpdateIntegrationTablePropertiesCommandInput | UpdateJobCommandInput | UpdateJobFromSourceControlCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateSourceControlFromJobCommandInput | UpdateTableCommandInput | UpdateTableOptimizerCommandInput | UpdateTriggerCommandInput | UpdateUsageProfileCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
281
283
  /**
282
284
  * @public
283
285
  */
284
- export type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateCatalogCommandOutput | CreateClassifierCommandOutput | CreateColumnStatisticsTaskSettingsCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateGlueIdentityCenterConfigurationCommandOutput | CreateIntegrationCommandOutput | CreateIntegrationResourcePropertyCommandOutput | CreateIntegrationTablePropertiesCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteCatalogCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteColumnStatisticsTaskSettingsCommandOutput | DeleteConnectionCommandOutput | DeleteConnectionTypeCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteGlueIdentityCenterConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeleteIntegrationResourcePropertyCommandOutput | DeleteIntegrationTablePropertiesCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | DescribeConnectionTypeCommandOutput | DescribeEntityCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogCommandOutput | GetCatalogImportStatusCommandOutput | GetCatalogsCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetColumnStatisticsTaskSettingsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetEntityRecordsCommandOutput | GetGlueIdentityCenterConfigurationCommandOutput | GetIntegrationResourcePropertyCommandOutput | GetIntegrationTablePropertiesCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetMaterializedViewRefreshTaskRunCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListConnectionTypesCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListEntitiesCommandOutput | ListIntegrationResourcePropertiesCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListMaterializedViewRefreshTaskRunsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | ModifyIntegrationCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterConnectionTypeCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartColumnStatisticsTaskRunScheduleCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartMaterializedViewRefreshTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopColumnStatisticsTaskRunScheduleCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopMaterializedViewRefreshTaskRunCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateCatalogCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateColumnStatisticsTaskSettingsCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateGlueIdentityCenterConfigurationCommandOutput | UpdateIntegrationResourcePropertyCommandOutput | UpdateIntegrationTablePropertiesCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
286
+ export type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDataQualityResultCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTableOptimizerCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchPutDataQualityStatisticAnnotationCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelDataQualityRuleRecommendationRunCommandOutput | CancelDataQualityRulesetEvaluationRunCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateCatalogCommandOutput | CreateClassifierCommandOutput | CreateColumnStatisticsTaskSettingsCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDataQualityRulesetCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateGlueIdentityCenterConfigurationCommandOutput | CreateIntegrationCommandOutput | CreateIntegrationResourcePropertyCommandOutput | CreateIntegrationTablePropertiesCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTableOptimizerCommandOutput | CreateTriggerCommandOutput | CreateUsageProfileCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteCatalogCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteColumnStatisticsTaskSettingsCommandOutput | DeleteConnectionCommandOutput | DeleteConnectionTypeCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDataQualityRulesetCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteGlueIdentityCenterConfigurationCommandOutput | DeleteIntegrationCommandOutput | DeleteIntegrationResourcePropertyCommandOutput | DeleteIntegrationTablePropertiesCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableOptimizerCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUsageProfileCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | DescribeConnectionTypeCommandOutput | DescribeEntityCommandOutput | DescribeInboundIntegrationsCommandOutput | DescribeIntegrationsCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogCommandOutput | GetCatalogImportStatusCommandOutput | GetCatalogsCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetColumnStatisticsTaskRunCommandOutput | GetColumnStatisticsTaskRunsCommandOutput | GetColumnStatisticsTaskSettingsCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDashboardUrlCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDataQualityModelCommandOutput | GetDataQualityModelResultCommandOutput | GetDataQualityResultCommandOutput | GetDataQualityRuleRecommendationRunCommandOutput | GetDataQualityRulesetCommandOutput | GetDataQualityRulesetEvaluationRunCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetEntityRecordsCommandOutput | GetGlueIdentityCenterConfigurationCommandOutput | GetIntegrationResourcePropertyCommandOutput | GetIntegrationTablePropertiesCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetMaterializedViewRefreshTaskRunCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetSessionEndpointCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableOptimizerCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUsageProfileCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListColumnStatisticsTaskRunsCommandOutput | ListConnectionTypesCommandOutput | ListCrawlersCommandOutput | ListCrawlsCommandOutput | ListCustomEntityTypesCommandOutput | ListDataQualityResultsCommandOutput | ListDataQualityRuleRecommendationRunsCommandOutput | ListDataQualityRulesetEvaluationRunsCommandOutput | ListDataQualityRulesetsCommandOutput | ListDataQualityStatisticAnnotationsCommandOutput | ListDataQualityStatisticsCommandOutput | ListDevEndpointsCommandOutput | ListEntitiesCommandOutput | ListIntegrationResourcePropertiesCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListMaterializedViewRefreshTaskRunsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTableOptimizerRunsCommandOutput | ListTriggersCommandOutput | ListUsageProfilesCommandOutput | ListWorkflowsCommandOutput | ModifyIntegrationCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutDataQualityProfileAnnotationCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterConnectionTypeCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartColumnStatisticsTaskRunCommandOutput | StartColumnStatisticsTaskRunScheduleCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartDataQualityRuleRecommendationRunCommandOutput | StartDataQualityRulesetEvaluationRunCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartMaterializedViewRefreshTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopColumnStatisticsTaskRunCommandOutput | StopColumnStatisticsTaskRunScheduleCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopMaterializedViewRefreshTaskRunCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | TestConnectionCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateCatalogCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateColumnStatisticsTaskSettingsCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDataQualityRulesetCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateGlueIdentityCenterConfigurationCommandOutput | UpdateIntegrationResourcePropertyCommandOutput | UpdateIntegrationTablePropertiesCommandOutput | UpdateJobCommandOutput | UpdateJobFromSourceControlCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateSourceControlFromJobCommandOutput | UpdateTableCommandOutput | UpdateTableOptimizerCommandOutput | UpdateTriggerCommandOutput | UpdateUsageProfileCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
285
287
  /**
286
288
  * @public
287
289
  */
@@ -65,6 +65,7 @@ declare const CreateSessionCommand_base: {
65
65
  * "<keys>": "STRING_VALUE",
66
66
  * },
67
67
  * RequestOrigin: "STRING_VALUE",
68
+ * SessionType: "LIVY" || "SPARK_CONNECT",
68
69
  * };
69
70
  * const command = new CreateSessionCommand(input);
70
71
  * const response = await client.send(command);
@@ -99,6 +100,7 @@ declare const CreateSessionCommand_base: {
99
100
  * // DPUSeconds: Number("double"),
100
101
  * // IdleTimeout: Number("int"),
101
102
  * // ProfileName: "STRING_VALUE",
103
+ * // SessionType: "LIVY" || "SPARK_CONNECT",
102
104
  * // },
103
105
  * // };
104
106
  *
@@ -125,6 +127,9 @@ declare const CreateSessionCommand_base: {
125
127
  * @throws {@link InvalidInputException} (client fault)
126
128
  * <p>The input provided was not valid.</p>
127
129
  *
130
+ * @throws {@link OperationNotSupportedException} (client fault)
131
+ * <p>The operation is not available in the region.</p>
132
+ *
128
133
  * @throws {@link OperationTimeoutException} (client fault)
129
134
  * <p>The operation timed out.</p>
130
135
  *
@@ -0,0 +1,93 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import type { GetDashboardUrlRequest, GetDashboardUrlResponse } from "../models/models_1";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetDashboardUrlCommand}.
14
+ */
15
+ export interface GetDashboardUrlCommandInput extends GetDashboardUrlRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetDashboardUrlCommand}.
21
+ */
22
+ export interface GetDashboardUrlCommandOutput extends GetDashboardUrlResponse, __MetadataBearer {
23
+ }
24
+ declare const GetDashboardUrlCommand_base: {
25
+ new (input: GetDashboardUrlCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardUrlCommandInput, GetDashboardUrlCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetDashboardUrlCommandInput): import("@smithy/core/client").CommandImpl<GetDashboardUrlCommandInput, GetDashboardUrlCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Retrieves the URL for the Spark monitoring dashboard for a Glue resource.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { GlueClient, GetDashboardUrlCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, GetDashboardUrlCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
+ * // import type { GlueClientConfig } from "@aws-sdk/client-glue";
39
+ * const config = {}; // type is GlueClientConfig
40
+ * const client = new GlueClient(config);
41
+ * const input = { // GetDashboardUrlRequest
42
+ * ResourceId: "STRING_VALUE", // required
43
+ * ResourceType: "JOB" || "SESSION", // required
44
+ * RequestOrigin: "STRING_VALUE",
45
+ * };
46
+ * const command = new GetDashboardUrlCommand(input);
47
+ * const response = await client.send(command);
48
+ * // { // GetDashboardUrlResponse
49
+ * // Url: "STRING_VALUE", // required
50
+ * // };
51
+ *
52
+ * ```
53
+ *
54
+ * @param GetDashboardUrlCommandInput - {@link GetDashboardUrlCommandInput}
55
+ * @returns {@link GetDashboardUrlCommandOutput}
56
+ * @see {@link GetDashboardUrlCommandInput} for command's `input` shape.
57
+ * @see {@link GetDashboardUrlCommandOutput} for command's `response` shape.
58
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
59
+ *
60
+ * @throws {@link AccessDeniedException} (client fault)
61
+ * <p>Access to a resource was denied.</p>
62
+ *
63
+ * @throws {@link EntityNotFoundException} (client fault)
64
+ * <p>A specified entity does not exist</p>
65
+ *
66
+ * @throws {@link InternalServiceException} (server fault)
67
+ * <p>An internal service error occurred.</p>
68
+ *
69
+ * @throws {@link InvalidInputException} (client fault)
70
+ * <p>The input provided was not valid.</p>
71
+ *
72
+ * @throws {@link OperationNotSupportedException} (client fault)
73
+ * <p>The operation is not available in the region.</p>
74
+ *
75
+ * @throws {@link GlueServiceException}
76
+ * <p>Base exception class for all service exceptions from Glue service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class GetDashboardUrlCommand extends GetDashboardUrlCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: GetDashboardUrlRequest;
86
+ output: GetDashboardUrlResponse;
87
+ };
88
+ sdk: {
89
+ input: GetDashboardUrlCommandInput;
90
+ output: GetDashboardUrlCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/core/client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
- import type { GetMLTaskRunRequest } from "../models/models_1";
5
- import type { GetMLTaskRunResponse } from "../models/models_2";
4
+ import type { GetMLTaskRunRequest, GetMLTaskRunResponse } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -75,6 +75,7 @@ declare const GetSessionCommand_base: {
75
75
  * // DPUSeconds: Number("double"),
76
76
  * // IdleTimeout: Number("int"),
77
77
  * // ProfileName: "STRING_VALUE",
78
+ * // SessionType: "LIVY" || "SPARK_CONNECT",
78
79
  * // },
79
80
  * // };
80
81
  *
@@ -0,0 +1,101 @@
1
+ import { Command as $Command } from "@smithy/core/client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
4
+ import type { GetSessionEndpointRequest, GetSessionEndpointResponse } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link GetSessionEndpointCommand}.
14
+ */
15
+ export interface GetSessionEndpointCommandInput extends GetSessionEndpointRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link GetSessionEndpointCommand}.
21
+ */
22
+ export interface GetSessionEndpointCommandOutput extends GetSessionEndpointResponse, __MetadataBearer {
23
+ }
24
+ declare const GetSessionEndpointCommand_base: {
25
+ new (input: GetSessionEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetSessionEndpointCommandInput, GetSessionEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetSessionEndpointCommandInput): import("@smithy/core/client").CommandImpl<GetSessionEndpointCommandInput, GetSessionEndpointCommandOutput, GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): {
28
+ [x: string]: unknown;
29
+ };
30
+ };
31
+ /**
32
+ * <p>Returns the Spark Connect endpoint URL and authentication token for an interactive session.</p>
33
+ * @example
34
+ * Use a bare-bones client and the command you need to make an API call.
35
+ * ```javascript
36
+ * import { GlueClient, GetSessionEndpointCommand } from "@aws-sdk/client-glue"; // ES Modules import
37
+ * // const { GlueClient, GetSessionEndpointCommand } = require("@aws-sdk/client-glue"); // CommonJS import
38
+ * // import type { GlueClientConfig } from "@aws-sdk/client-glue";
39
+ * const config = {}; // type is GlueClientConfig
40
+ * const client = new GlueClient(config);
41
+ * const input = { // GetSessionEndpointRequest
42
+ * SessionId: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new GetSessionEndpointCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // GetSessionEndpointResponse
47
+ * // SparkConnect: { // SessionEndpoint
48
+ * // Url: "STRING_VALUE", // required
49
+ * // AuthToken: "STRING_VALUE", // required
50
+ * // AuthTokenExpirationTime: new Date("TIMESTAMP"), // required
51
+ * // },
52
+ * // };
53
+ *
54
+ * ```
55
+ *
56
+ * @param GetSessionEndpointCommandInput - {@link GetSessionEndpointCommandInput}
57
+ * @returns {@link GetSessionEndpointCommandOutput}
58
+ * @see {@link GetSessionEndpointCommandInput} for command's `input` shape.
59
+ * @see {@link GetSessionEndpointCommandOutput} for command's `response` shape.
60
+ * @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
61
+ *
62
+ * @throws {@link AccessDeniedException} (client fault)
63
+ * <p>Access to a resource was denied.</p>
64
+ *
65
+ * @throws {@link EntityNotFoundException} (client fault)
66
+ * <p>A specified entity does not exist</p>
67
+ *
68
+ * @throws {@link IllegalSessionStateException} (client fault)
69
+ * <p>The session is in an invalid state to perform a requested operation.</p>
70
+ *
71
+ * @throws {@link InternalServiceException} (server fault)
72
+ * <p>An internal service error occurred.</p>
73
+ *
74
+ * @throws {@link InvalidInputException} (client fault)
75
+ * <p>The input provided was not valid.</p>
76
+ *
77
+ * @throws {@link OperationNotSupportedException} (client fault)
78
+ * <p>The operation is not available in the region.</p>
79
+ *
80
+ * @throws {@link OperationTimeoutException} (client fault)
81
+ * <p>The operation timed out.</p>
82
+ *
83
+ * @throws {@link GlueServiceException}
84
+ * <p>Base exception class for all service exceptions from Glue service.</p>
85
+ *
86
+ *
87
+ * @public
88
+ */
89
+ export declare class GetSessionEndpointCommand extends GetSessionEndpointCommand_base {
90
+ /** @internal type navigation helper, not in runtime. */
91
+ protected static __types: {
92
+ api: {
93
+ input: GetSessionEndpointRequest;
94
+ output: GetSessionEndpointResponse;
95
+ };
96
+ sdk: {
97
+ input: GetSessionEndpointCommandInput;
98
+ output: GetSessionEndpointCommandOutput;
99
+ };
100
+ };
101
+ }
@@ -54,6 +54,9 @@ declare const GetTableCommand_base: {
54
54
  * AllColumnsRequested: true || false,
55
55
  * },
56
56
  * IncludeStatusDetails: true || false,
57
+ * AttributesToGet: [ // TableAttributesList
58
+ * "NAME" || "TABLE_TYPE" || "DEFAULT" || "LATEST_ICEBERG_METADATA",
59
+ * ],
57
60
  * };
58
61
  * const command = new GetTableCommand(input);
59
62
  * const response = await client.send(command);
@@ -180,6 +183,65 @@ declare const GetTableCommand_base: {
180
183
  * // },
181
184
  * // IsMultiDialectView: true || false,
182
185
  * // IsMaterializedView: true || false,
186
+ * // IcebergTableMetadata: { // IcebergTableMetadata
187
+ * // FormatVersion: "STRING_VALUE",
188
+ * // TableUuid: "STRING_VALUE",
189
+ * // Location: "STRING_VALUE",
190
+ * // Properties: { // StringToStringMap
191
+ * // "<keys>": "STRING_VALUE",
192
+ * // },
193
+ * // Schemas: [ // IcebergSchemaList
194
+ * // { // IcebergSchema
195
+ * // SchemaId: Number("int"),
196
+ * // IdentifierFieldIds: [ // IntegerList
197
+ * // Number("int"),
198
+ * // ],
199
+ * // Type: "struct",
200
+ * // Fields: [ // IcebergStructFieldList // required
201
+ * // { // IcebergStructField
202
+ * // Id: Number("int"), // required
203
+ * // Name: "STRING_VALUE", // required
204
+ * // Type: "DOCUMENT_VALUE", // required
205
+ * // Required: true || false, // required
206
+ * // Doc: "STRING_VALUE",
207
+ * // InitialDefault: "DOCUMENT_VALUE",
208
+ * // WriteDefault: "DOCUMENT_VALUE",
209
+ * // },
210
+ * // ],
211
+ * // },
212
+ * // ],
213
+ * // CurrentSchemaId: Number("int"),
214
+ * // LastColumnId: Number("int"),
215
+ * // PartitionSpecs: [ // IcebergPartitionSpecList
216
+ * // { // IcebergPartitionSpec
217
+ * // Fields: [ // IcebergPartitionSpecFieldList // required
218
+ * // { // IcebergPartitionField
219
+ * // SourceId: Number("int"), // required
220
+ * // Transform: "STRING_VALUE", // required
221
+ * // Name: "STRING_VALUE", // required
222
+ * // FieldId: Number("int"),
223
+ * // },
224
+ * // ],
225
+ * // SpecId: Number("int"),
226
+ * // },
227
+ * // ],
228
+ * // DefaultSpecId: Number("int"),
229
+ * // LastPartitionId: Number("int"),
230
+ * // SortOrders: [ // IcebergSortOrderList
231
+ * // { // IcebergSortOrder
232
+ * // OrderId: Number("int"), // required
233
+ * // Fields: [ // IcebergSortOrderFieldList // required
234
+ * // { // IcebergSortField
235
+ * // SourceId: Number("int"), // required
236
+ * // Transform: "STRING_VALUE", // required
237
+ * // Direction: "asc" || "desc", // required
238
+ * // NullOrder: "nulls-first" || "nulls-last", // required
239
+ * // },
240
+ * // ],
241
+ * // },
242
+ * // ],
243
+ * // DefaultSortOrderId: Number("int"),
244
+ * // },
183
245
  * // Status: { // TableStatus
184
246
  * // RequestedBy: "STRING_VALUE",
185
247
  * // UpdatedBy: "STRING_VALUE",
@@ -292,6 +354,65 @@ declare const GetTableCommand_base: {
292
354
  * // },
293
355
  * // IsMultiDialectView: true || false,
294
356
  * // IsMaterializedView: true || false,
357
+ * // IcebergTableMetadata: {
358
+ * // FormatVersion: "STRING_VALUE",
359
+ * // TableUuid: "STRING_VALUE",
360
+ * // Location: "STRING_VALUE",
361
+ * // Properties: {
362
+ * // "<keys>": "STRING_VALUE",
363
+ * // },
364
+ * // Schemas: [
365
+ * // {
366
+ * // SchemaId: Number("int"),
367
+ * // IdentifierFieldIds: [
368
+ * // Number("int"),
369
+ * // ],
370
+ * // Type: "struct",
371
+ * // Fields: [ // required
372
+ * // {
373
+ * // Id: Number("int"), // required
374
+ * // Name: "STRING_VALUE", // required
375
+ * // Type: "DOCUMENT_VALUE", // required
376
+ * // Required: true || false, // required
377
+ * // Doc: "STRING_VALUE",
378
+ * // InitialDefault: "DOCUMENT_VALUE",
379
+ * // WriteDefault: "DOCUMENT_VALUE",
380
+ * // },
381
+ * // ],
382
+ * // },
383
+ * // ],
384
+ * // CurrentSchemaId: Number("int"),
385
+ * // LastColumnId: Number("int"),
386
+ * // PartitionSpecs: [
387
+ * // {
388
+ * // Fields: [ // required
389
+ * // {
390
+ * // SourceId: Number("int"), // required
391
+ * // Transform: "STRING_VALUE", // required
392
+ * // Name: "STRING_VALUE", // required
393
+ * // FieldId: Number("int"),
394
+ * // },
395
+ * // ],
396
+ * // SpecId: Number("int"),
397
+ * // },
398
+ * // ],
399
+ * // DefaultSpecId: Number("int"),
400
+ * // LastPartitionId: Number("int"),
401
+ * // SortOrders: [
402
+ * // {
403
+ * // OrderId: Number("int"), // required
404
+ * // Fields: [ // required
405
+ * // {
406
+ * // SourceId: Number("int"), // required
407
+ * // Transform: "STRING_VALUE", // required
408
+ * // Direction: "asc" || "desc", // required
409
+ * // NullOrder: "nulls-first" || "nulls-last", // required
410
+ * // },
411
+ * // ],
412
+ * // },
413
+ * // ],
414
+ * // DefaultSortOrderId: Number("int"),
415
+ * // },
295
416
  * // Status: {
296
417
  * // RequestedBy: "STRING_VALUE",
297
418
  * // UpdatedBy: "STRING_VALUE",
@@ -178,6 +178,65 @@ declare const GetTableVersionCommand_base: {
178
178
  * // },
179
179
  * // IsMultiDialectView: true || false,
180
180
  * // IsMaterializedView: true || false,
181
+ * // IcebergTableMetadata: { // IcebergTableMetadata
182
+ * // FormatVersion: "STRING_VALUE",
183
+ * // TableUuid: "STRING_VALUE",
184
+ * // Location: "STRING_VALUE",
185
+ * // Properties: { // StringToStringMap
186
+ * // "<keys>": "STRING_VALUE",
187
+ * // },
188
+ * // Schemas: [ // IcebergSchemaList
189
+ * // { // IcebergSchema
190
+ * // SchemaId: Number("int"),
191
+ * // IdentifierFieldIds: [ // IntegerList
192
+ * // Number("int"),
193
+ * // ],
194
+ * // Type: "struct",
195
+ * // Fields: [ // IcebergStructFieldList // required
196
+ * // { // IcebergStructField
197
+ * // Id: Number("int"), // required
198
+ * // Name: "STRING_VALUE", // required
199
+ * // Type: "DOCUMENT_VALUE", // required
200
+ * // Required: true || false, // required
201
+ * // Doc: "STRING_VALUE",
202
+ * // InitialDefault: "DOCUMENT_VALUE",
203
+ * // WriteDefault: "DOCUMENT_VALUE",
204
+ * // },
205
+ * // ],
206
+ * // },
207
+ * // ],
208
+ * // CurrentSchemaId: Number("int"),
209
+ * // LastColumnId: Number("int"),
210
+ * // PartitionSpecs: [ // IcebergPartitionSpecList
211
+ * // { // IcebergPartitionSpec
212
+ * // Fields: [ // IcebergPartitionSpecFieldList // required
213
+ * // { // IcebergPartitionField
214
+ * // SourceId: Number("int"), // required
215
+ * // Transform: "STRING_VALUE", // required
216
+ * // Name: "STRING_VALUE", // required
217
+ * // FieldId: Number("int"),
218
+ * // },
219
+ * // ],
220
+ * // SpecId: Number("int"),
221
+ * // },
222
+ * // ],
223
+ * // DefaultSpecId: Number("int"),
224
+ * // LastPartitionId: Number("int"),
225
+ * // SortOrders: [ // IcebergSortOrderList
226
+ * // { // IcebergSortOrder
227
+ * // OrderId: Number("int"), // required
228
+ * // Fields: [ // IcebergSortOrderFieldList // required
229
+ * // { // IcebergSortField
230
+ * // SourceId: Number("int"), // required
231
+ * // Transform: "STRING_VALUE", // required
232
+ * // Direction: "asc" || "desc", // required
233
+ * // NullOrder: "nulls-first" || "nulls-last", // required
234
+ * // },
235
+ * // ],
236
+ * // },
237
+ * // ],
238
+ * // DefaultSortOrderId: Number("int"),
239
+ * // },
181
240
  * // Status: { // TableStatus
182
241
  * // RequestedBy: "STRING_VALUE",
183
242
  * // UpdatedBy: "STRING_VALUE",
@@ -290,6 +349,65 @@ declare const GetTableVersionCommand_base: {
290
349
  * // },
291
350
  * // IsMultiDialectView: true || false,
292
351
  * // IsMaterializedView: true || false,
352
+ * // IcebergTableMetadata: {
353
+ * // FormatVersion: "STRING_VALUE",
354
+ * // TableUuid: "STRING_VALUE",
355
+ * // Location: "STRING_VALUE",
356
+ * // Properties: {
357
+ * // "<keys>": "STRING_VALUE",
358
+ * // },
359
+ * // Schemas: [
360
+ * // {
361
+ * // SchemaId: Number("int"),
362
+ * // IdentifierFieldIds: [
363
+ * // Number("int"),
364
+ * // ],
365
+ * // Type: "struct",
366
+ * // Fields: [ // required
367
+ * // {
368
+ * // Id: Number("int"), // required
369
+ * // Name: "STRING_VALUE", // required
370
+ * // Type: "DOCUMENT_VALUE", // required
371
+ * // Required: true || false, // required
372
+ * // Doc: "STRING_VALUE",
373
+ * // InitialDefault: "DOCUMENT_VALUE",
374
+ * // WriteDefault: "DOCUMENT_VALUE",
375
+ * // },
376
+ * // ],
377
+ * // },
378
+ * // ],
379
+ * // CurrentSchemaId: Number("int"),
380
+ * // LastColumnId: Number("int"),
381
+ * // PartitionSpecs: [
382
+ * // {
383
+ * // Fields: [ // required
384
+ * // {
385
+ * // SourceId: Number("int"), // required
386
+ * // Transform: "STRING_VALUE", // required
387
+ * // Name: "STRING_VALUE", // required
388
+ * // FieldId: Number("int"),
389
+ * // },
390
+ * // ],
391
+ * // SpecId: Number("int"),
392
+ * // },
393
+ * // ],
394
+ * // DefaultSpecId: Number("int"),
395
+ * // LastPartitionId: Number("int"),
396
+ * // SortOrders: [
397
+ * // {
398
+ * // OrderId: Number("int"), // required
399
+ * // Fields: [ // required
400
+ * // {
401
+ * // SourceId: Number("int"), // required
402
+ * // Transform: "STRING_VALUE", // required
403
+ * // Direction: "asc" || "desc", // required
404
+ * // NullOrder: "nulls-first" || "nulls-last", // required
405
+ * // },
406
+ * // ],
407
+ * // },
408
+ * // ],
409
+ * // DefaultSortOrderId: Number("int"),
410
+ * // },
293
411
  * // Status: {
294
412
  * // RequestedBy: "STRING_VALUE",
295
413
  * // UpdatedBy: "STRING_VALUE",