@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.
- package/.jsii +11 -11
- package/.jsii.tabl.json +1 -1
- package/lib/index.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +10 -10
- package/node_modules/@aws-sdk/client-connect/README.md +11 -6
- package/node_modules/@aws-sdk/client-connect/dist-cjs/schemas/schemas_0.js +74 -47
- package/node_modules/@aws-sdk/client-connect/dist-es/schemas/schemas_0.js +43 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/Connect.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/ConnectClient.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/CreateVocabularyCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/GetMetricDataV2Command.d.ts +2 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchContactsCommand.d.ts +17 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchPromptsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/commands/SearchQueuesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/index.d.ts +12 -7
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_0.d.ts +40 -37
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_1.d.ts +152 -59
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_2.d.ts +69 -63
- package/node_modules/@aws-sdk/client-connect/dist-types/models/models_3.d.ts +72 -16
- package/node_modules/@aws-sdk/client-connect/dist-types/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/CreateVocabularyCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/GetMetricDataV2Command.d.ts +2 -4
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchPromptsCommand.d.ts +4 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/commands/SearchQueuesCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_0.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_1.d.ts +9 -10
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_2.d.ts +19 -15
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/models/models_3.d.ts +17 -1
- package/node_modules/@aws-sdk/client-connect/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/node_modules/@aws-sdk/client-connect/package.json +10 -10
- package/node_modules/@aws-sdk/client-glue/README.md +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-cjs/index.js +44 -4
- package/node_modules/@aws-sdk/client-glue/dist-cjs/models/errors.js +16 -1
- package/node_modules/@aws-sdk/client-glue/dist-cjs/schemas/schemas_0.js +133 -51
- package/node_modules/@aws-sdk/client-glue/dist-es/Glue.js +4 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetDashboardUrlCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/GetSessionEndpointCommand.js +16 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/commands/index.js +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/models/enums.js +14 -4
- package/node_modules/@aws-sdk/client-glue/dist-es/models/errors.js +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-es/schemas/schemas_0.js +108 -26
- package/node_modules/@aws-sdk/client-glue/dist-types/Glue.d.ts +14 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/GlueClient.d.ts +4 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/CreateSessionCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetDashboardUrlCommand.d.ts +93 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetSessionEndpointCommand.d.ts +101 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableCommand.d.ts +121 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTableVersionsCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetTablesCommand.d.ts +119 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/ListSessionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/RunStatementCommand.d.ts +6 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/SearchTablesCommand.d.ts +118 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/enums.d.ts +38 -12
- package/node_modules/@aws-sdk/client-glue/dist-types/models/errors.d.ts +17 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_1.d.ts +41 -28
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_2.d.ts +156 -102
- package/node_modules/@aws-sdk/client-glue/dist-types/models/models_3.d.ts +107 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/schemas/schemas_0.d.ts +9 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/Glue.d.ts +34 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/GlueClient.d.ts +12 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts +52 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts +53 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateCrawlerScheduleCommand.d.ts +2 -4
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDataQualityRulesetCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts +1 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/enums.d.ts +19 -6
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/errors.d.ts +8 -0
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_1.d.ts +12 -7
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_2.d.ts +36 -23
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/models/models_3.d.ts +24 -1
- package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/schemas/schemas_0.d.ts +9 -0
- package/node_modules/@aws-sdk/client-glue/package.json +10 -10
- package/node_modules/@aws-sdk/client-lakeformation/package.json +10 -10
- package/node_modules/@aws-sdk/client-ram/package.json +10 -10
- package/node_modules/@aws-sdk/client-sts/package.json +12 -12
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +47 -2291
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +12 -6
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4ASigner.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/httpAuthSchemes/aws_sdk/AwsSdkSigV4Signer.js +11 -6
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +5 -5
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +11 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-login/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-node/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/dist-es/resolveSSOCredentials.js +4 -1
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +12 -10
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +8 -8
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +99 -106
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +62 -120
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +55 -86
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +73 -104
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +102 -185
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/bdd.js +21 -57
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/schemas/schemas_0.js +73 -41
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +20 -52
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/schemas/schemas_0.js +36 -59
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/schemas/schemas_0.js +32 -32
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/bdd.js +17 -45
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +2 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/schemas/schemas_0.js +50 -50
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/auth/httpAuthSchemeProvider.js +4 -5
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultRoleAssumers.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/bdd.js +34 -96
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +3 -6
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/schemas/schemas_0.js +63 -80
- package/node_modules/@aws-sdk/nested-clients/package.json +11 -11
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +10 -9
- package/node_modules/@aws-sdk/token-providers/package.json +8 -8
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-locate-window/package.json +3 -3
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/CHANGELOG.md +8 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/README.md +9 -0
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/package.json +4 -1
- package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/strnum.js +9 -1
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@nodable/entities/package.json +4 -1
- package/node_modules/@nodable/entities/src/EntityDecoder.js +104 -3
- package/node_modules/@nodable/entities/src/index.d.ts +77 -0
- package/node_modules/@nodable/entities/src/index.js +1 -1
- package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +18 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/httpRequest.js +2 -2
- package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/node-http.js +2 -0
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -1
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/node-http.d.ts +2 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +15 -15
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +7 -6
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-https.js +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +2 -2
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +1 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-https.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
- package/node_modules/@smithy/types/package.json +10 -10
- package/node_modules/@types/aws-lambda/README.md +1 -1
- package/node_modules/@types/aws-lambda/package.json +3 -3
- package/node_modules/@types/aws-lambda/trigger/api-gateway-proxy.d.ts +2 -0
- package/node_modules/anynum/LICENSE +21 -0
- package/node_modules/anynum/README.md +142 -0
- package/node_modules/anynum/anynum.js +135 -0
- package/node_modules/anynum/digitTable.js +116 -0
- package/node_modules/anynum/package.json +42 -0
- package/node_modules/watchpack/README.md +9 -0
- package/node_modules/watchpack/lib/DirectoryWatcher.js +182 -25
- package/node_modules/watchpack/lib/index.js +55 -15
- package/node_modules/watchpack/lib/reducePlan.js +56 -35
- package/node_modules/watchpack/lib/util/globToRegExp.js +142 -0
- package/node_modules/watchpack/lib/watchEventSource.js +18 -10
- package/node_modules/watchpack/package.json +17 -23
- package/node_modules/watchpack/types/DirectoryWatcher.d.ts +2 -0
- package/node_modules/watchpack/types/index.d.ts +121 -113
- package/node_modules/watchpack/types/util/globToRegExp.d.ts +2 -0
- package/node_modules/watchpack/types/watchpack.d.ts +1 -1
- package/node_modules/which-typed-array/CHANGELOG.md +7 -0
- package/node_modules/which-typed-array/eslint.config.mjs +1 -0
- package/node_modules/which-typed-array/index.d.ts +22 -31
- package/node_modules/which-typed-array/index.js +36 -23
- package/node_modules/which-typed-array/package.json +4 -7
- package/package.json +14 -14
- package/node_modules/glob-to-regexp/.travis.yml +0 -4
- package/node_modules/glob-to-regexp/README.md +0 -75
- package/node_modules/glob-to-regexp/index.js +0 -130
- package/node_modules/glob-to-regexp/package.json +0 -23
- package/node_modules/glob-to-regexp/test.js +0 -235
- /package/node_modules/{strnum → @aws-sdk/xml-builder/node_modules/strnum}/LICENSE +0 -0
|
@@ -439,6 +439,10 @@ import {
|
|
|
439
439
|
GetCustomEntityTypeCommandInput,
|
|
440
440
|
GetCustomEntityTypeCommandOutput,
|
|
441
441
|
} from "./commands/GetCustomEntityTypeCommand";
|
|
442
|
+
import {
|
|
443
|
+
GetDashboardUrlCommandInput,
|
|
444
|
+
GetDashboardUrlCommandOutput,
|
|
445
|
+
} from "./commands/GetDashboardUrlCommand";
|
|
442
446
|
import {
|
|
443
447
|
GetDatabaseCommandInput,
|
|
444
448
|
GetDatabaseCommandOutput,
|
|
@@ -603,6 +607,10 @@ import {
|
|
|
603
607
|
GetSessionCommandInput,
|
|
604
608
|
GetSessionCommandOutput,
|
|
605
609
|
} from "./commands/GetSessionCommand";
|
|
610
|
+
import {
|
|
611
|
+
GetSessionEndpointCommandInput,
|
|
612
|
+
GetSessionEndpointCommandOutput,
|
|
613
|
+
} from "./commands/GetSessionEndpointCommand";
|
|
606
614
|
import {
|
|
607
615
|
GetStatementCommandInput,
|
|
608
616
|
GetStatementCommandOutput,
|
|
@@ -2554,6 +2562,19 @@ export interface Glue {
|
|
|
2554
2562
|
options: __HttpHandlerOptions,
|
|
2555
2563
|
cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void
|
|
2556
2564
|
): void;
|
|
2565
|
+
getDashboardUrl(
|
|
2566
|
+
args: GetDashboardUrlCommandInput,
|
|
2567
|
+
options?: __HttpHandlerOptions
|
|
2568
|
+
): Promise<GetDashboardUrlCommandOutput>;
|
|
2569
|
+
getDashboardUrl(
|
|
2570
|
+
args: GetDashboardUrlCommandInput,
|
|
2571
|
+
cb: (err: any, data?: GetDashboardUrlCommandOutput) => void
|
|
2572
|
+
): void;
|
|
2573
|
+
getDashboardUrl(
|
|
2574
|
+
args: GetDashboardUrlCommandInput,
|
|
2575
|
+
options: __HttpHandlerOptions,
|
|
2576
|
+
cb: (err: any, data?: GetDashboardUrlCommandOutput) => void
|
|
2577
|
+
): void;
|
|
2557
2578
|
getDatabase(
|
|
2558
2579
|
args: GetDatabaseCommandInput,
|
|
2559
2580
|
options?: __HttpHandlerOptions
|
|
@@ -3122,6 +3143,19 @@ export interface Glue {
|
|
|
3122
3143
|
options: __HttpHandlerOptions,
|
|
3123
3144
|
cb: (err: any, data?: GetSessionCommandOutput) => void
|
|
3124
3145
|
): void;
|
|
3146
|
+
getSessionEndpoint(
|
|
3147
|
+
args: GetSessionEndpointCommandInput,
|
|
3148
|
+
options?: __HttpHandlerOptions
|
|
3149
|
+
): Promise<GetSessionEndpointCommandOutput>;
|
|
3150
|
+
getSessionEndpoint(
|
|
3151
|
+
args: GetSessionEndpointCommandInput,
|
|
3152
|
+
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void
|
|
3153
|
+
): void;
|
|
3154
|
+
getSessionEndpoint(
|
|
3155
|
+
args: GetSessionEndpointCommandInput,
|
|
3156
|
+
options: __HttpHandlerOptions,
|
|
3157
|
+
cb: (err: any, data?: GetSessionEndpointCommandOutput) => void
|
|
3158
|
+
): void;
|
|
3125
3159
|
getStatement(
|
|
3126
3160
|
args: GetStatementCommandInput,
|
|
3127
3161
|
options?: __HttpHandlerOptions
|
|
@@ -472,6 +472,10 @@ import {
|
|
|
472
472
|
GetCustomEntityTypeCommandInput,
|
|
473
473
|
GetCustomEntityTypeCommandOutput,
|
|
474
474
|
} from "./commands/GetCustomEntityTypeCommand";
|
|
475
|
+
import {
|
|
476
|
+
GetDashboardUrlCommandInput,
|
|
477
|
+
GetDashboardUrlCommandOutput,
|
|
478
|
+
} from "./commands/GetDashboardUrlCommand";
|
|
475
479
|
import {
|
|
476
480
|
GetDatabaseCommandInput,
|
|
477
481
|
GetDatabaseCommandOutput,
|
|
@@ -636,6 +640,10 @@ import {
|
|
|
636
640
|
GetSessionCommandInput,
|
|
637
641
|
GetSessionCommandOutput,
|
|
638
642
|
} from "./commands/GetSessionCommand";
|
|
643
|
+
import {
|
|
644
|
+
GetSessionEndpointCommandInput,
|
|
645
|
+
GetSessionEndpointCommandOutput,
|
|
646
|
+
} from "./commands/GetSessionEndpointCommand";
|
|
639
647
|
import {
|
|
640
648
|
GetStatementCommandInput,
|
|
641
649
|
GetStatementCommandOutput,
|
|
@@ -1213,6 +1221,7 @@ export type ServiceInputTypes =
|
|
|
1213
1221
|
| GetCrawlerMetricsCommandInput
|
|
1214
1222
|
| GetCrawlersCommandInput
|
|
1215
1223
|
| GetCustomEntityTypeCommandInput
|
|
1224
|
+
| GetDashboardUrlCommandInput
|
|
1216
1225
|
| GetDataCatalogEncryptionSettingsCommandInput
|
|
1217
1226
|
| GetDataQualityModelCommandInput
|
|
1218
1227
|
| GetDataQualityModelResultCommandInput
|
|
@@ -1254,6 +1263,7 @@ export type ServiceInputTypes =
|
|
|
1254
1263
|
| GetSecurityConfigurationCommandInput
|
|
1255
1264
|
| GetSecurityConfigurationsCommandInput
|
|
1256
1265
|
| GetSessionCommandInput
|
|
1266
|
+
| GetSessionEndpointCommandInput
|
|
1257
1267
|
| GetStatementCommandInput
|
|
1258
1268
|
| GetTableCommandInput
|
|
1259
1269
|
| GetTableOptimizerCommandInput
|
|
@@ -1479,6 +1489,7 @@ export type ServiceOutputTypes =
|
|
|
1479
1489
|
| GetCrawlerMetricsCommandOutput
|
|
1480
1490
|
| GetCrawlersCommandOutput
|
|
1481
1491
|
| GetCustomEntityTypeCommandOutput
|
|
1492
|
+
| GetDashboardUrlCommandOutput
|
|
1482
1493
|
| GetDataCatalogEncryptionSettingsCommandOutput
|
|
1483
1494
|
| GetDataQualityModelCommandOutput
|
|
1484
1495
|
| GetDataQualityModelResultCommandOutput
|
|
@@ -1520,6 +1531,7 @@ export type ServiceOutputTypes =
|
|
|
1520
1531
|
| GetSecurityConfigurationCommandOutput
|
|
1521
1532
|
| GetSecurityConfigurationsCommandOutput
|
|
1522
1533
|
| GetSessionCommandOutput
|
|
1534
|
+
| GetSessionEndpointCommandOutput
|
|
1523
1535
|
| GetStatementCommandOutput
|
|
1524
1536
|
| GetTableCommandOutput
|
|
1525
1537
|
| GetTableOptimizerCommandOutput
|
package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetDashboardUrlCommand.d.ts
ADDED
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
GetDashboardUrlRequest,
|
|
10
|
+
GetDashboardUrlResponse,
|
|
11
|
+
} from "../models/models_1";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetDashboardUrlCommandInput extends GetDashboardUrlRequest {}
|
|
15
|
+
export interface GetDashboardUrlCommandOutput
|
|
16
|
+
extends GetDashboardUrlResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const GetDashboardUrlCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: GetDashboardUrlCommandInput
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
|
+
GetDashboardUrlCommandInput,
|
|
23
|
+
GetDashboardUrlCommandOutput,
|
|
24
|
+
GlueClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
input: GetDashboardUrlCommandInput
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
|
+
GetDashboardUrlCommandInput,
|
|
32
|
+
GetDashboardUrlCommandOutput,
|
|
33
|
+
GlueClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
40
|
+
};
|
|
41
|
+
export declare class GetDashboardUrlCommand extends GetDashboardUrlCommand_base {
|
|
42
|
+
protected static __types: {
|
|
43
|
+
api: {
|
|
44
|
+
input: GetDashboardUrlRequest;
|
|
45
|
+
output: GetDashboardUrlResponse;
|
|
46
|
+
};
|
|
47
|
+
sdk: {
|
|
48
|
+
input: GetDashboardUrlCommandInput;
|
|
49
|
+
output: GetDashboardUrlCommandOutput;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
}
|
package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetMLTaskRunCommand.d.ts
CHANGED
|
@@ -5,8 +5,7 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import { GetMLTaskRunRequest } from "../models/
|
|
9
|
-
import { GetMLTaskRunResponse } from "../models/models_2";
|
|
8
|
+
import { GetMLTaskRunRequest, GetMLTaskRunResponse } from "../models/models_2";
|
|
10
9
|
export { __MetadataBearer };
|
|
11
10
|
export { $Command };
|
|
12
11
|
export interface GetMLTaskRunCommandInput extends GetMLTaskRunRequest {}
|
package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/GetSessionEndpointCommand.d.ts
ADDED
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GlueClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../GlueClient";
|
|
8
|
+
import {
|
|
9
|
+
GetSessionEndpointRequest,
|
|
10
|
+
GetSessionEndpointResponse,
|
|
11
|
+
} from "../models/models_2";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetSessionEndpointCommandInput
|
|
15
|
+
extends GetSessionEndpointRequest {}
|
|
16
|
+
export interface GetSessionEndpointCommandOutput
|
|
17
|
+
extends GetSessionEndpointResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetSessionEndpointCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetSessionEndpointCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetSessionEndpointCommandInput,
|
|
24
|
+
GetSessionEndpointCommandOutput,
|
|
25
|
+
GlueClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetSessionEndpointCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
GetSessionEndpointCommandInput,
|
|
33
|
+
GetSessionEndpointCommandOutput,
|
|
34
|
+
GlueClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class GetSessionEndpointCommand extends GetSessionEndpointCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: GetSessionEndpointRequest;
|
|
46
|
+
output: GetSessionEndpointResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: GetSessionEndpointCommandInput;
|
|
50
|
+
output: GetSessionEndpointCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -5,10 +5,8 @@ import {
|
|
|
5
5
|
ServiceInputTypes,
|
|
6
6
|
ServiceOutputTypes,
|
|
7
7
|
} from "../GlueClient";
|
|
8
|
-
import {
|
|
9
|
-
|
|
10
|
-
UpdateCrawlerScheduleResponse,
|
|
11
|
-
} from "../models/models_2";
|
|
8
|
+
import { UpdateCrawlerScheduleRequest } from "../models/models_2";
|
|
9
|
+
import { UpdateCrawlerScheduleResponse } from "../models/models_3";
|
|
12
10
|
export { __MetadataBearer };
|
|
13
11
|
export { $Command };
|
|
14
12
|
export interface UpdateCrawlerScheduleCommandInput
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateDataQualityRulesetRequest,
|
|
10
10
|
UpdateDataQualityRulesetResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateDataQualityRulesetCommandInput
|
package/node_modules/@aws-sdk/client-glue/dist-types/ts3.4/commands/UpdateDatabaseCommand.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
import {
|
|
9
9
|
UpdateDatabaseRequest,
|
|
10
10
|
UpdateDatabaseResponse,
|
|
11
|
-
} from "../models/
|
|
11
|
+
} from "../models/models_3";
|
|
12
12
|
export { __MetadataBearer };
|
|
13
13
|
export { $Command };
|
|
14
14
|
export interface UpdateDatabaseCommandInput extends UpdateDatabaseRequest {}
|
|
@@ -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";
|
|
@@ -799,6 +799,11 @@ export declare const S3EncryptionMode: {
|
|
|
799
799
|
};
|
|
800
800
|
export type S3EncryptionMode =
|
|
801
801
|
(typeof S3EncryptionMode)[keyof typeof S3EncryptionMode];
|
|
802
|
+
export declare const SessionType: {
|
|
803
|
+
readonly LIVY: "LIVY";
|
|
804
|
+
readonly SPARK_CONNECT: "SPARK_CONNECT";
|
|
805
|
+
};
|
|
806
|
+
export type SessionType = (typeof SessionType)[keyof typeof SessionType];
|
|
802
807
|
export declare const SessionStatus: {
|
|
803
808
|
readonly FAILED: "FAILED";
|
|
804
809
|
readonly PROVISIONING: "PROVISIONING";
|
|
@@ -955,6 +960,12 @@ export declare const SettingSource: {
|
|
|
955
960
|
readonly TABLE: "TABLE";
|
|
956
961
|
};
|
|
957
962
|
export type SettingSource = (typeof SettingSource)[keyof typeof SettingSource];
|
|
963
|
+
export declare const GlueResourceType: {
|
|
964
|
+
readonly JOB: "JOB";
|
|
965
|
+
readonly SESSION: "SESSION";
|
|
966
|
+
};
|
|
967
|
+
export type GlueResourceType =
|
|
968
|
+
(typeof GlueResourceType)[keyof typeof GlueResourceType];
|
|
958
969
|
export declare const DatabaseAttributes: {
|
|
959
970
|
readonly NAME: "NAME";
|
|
960
971
|
readonly TARGET_DATABASE: "TARGET_DATABASE";
|
|
@@ -1072,6 +1083,14 @@ export declare const StatementState: {
|
|
|
1072
1083
|
};
|
|
1073
1084
|
export type StatementState =
|
|
1074
1085
|
(typeof StatementState)[keyof typeof StatementState];
|
|
1086
|
+
export declare const TableAttributes: {
|
|
1087
|
+
readonly DEFAULT: "DEFAULT";
|
|
1088
|
+
readonly LATEST_ICEBERG_METADATA: "LATEST_ICEBERG_METADATA";
|
|
1089
|
+
readonly NAME: "NAME";
|
|
1090
|
+
readonly TABLE_TYPE: "TABLE_TYPE";
|
|
1091
|
+
};
|
|
1092
|
+
export type TableAttributes =
|
|
1093
|
+
(typeof TableAttributes)[keyof typeof TableAttributes];
|
|
1075
1094
|
export declare const ResourceAction: {
|
|
1076
1095
|
readonly CREATE: "CREATE";
|
|
1077
1096
|
readonly UPDATE: "UPDATE";
|
|
@@ -1086,12 +1105,6 @@ export declare const ResourceState: {
|
|
|
1086
1105
|
readonly SUCCESS: "SUCCESS";
|
|
1087
1106
|
};
|
|
1088
1107
|
export type ResourceState = (typeof ResourceState)[keyof typeof ResourceState];
|
|
1089
|
-
export declare const TableAttributes: {
|
|
1090
|
-
readonly NAME: "NAME";
|
|
1091
|
-
readonly TABLE_TYPE: "TABLE_TYPE";
|
|
1092
|
-
};
|
|
1093
|
-
export type TableAttributes =
|
|
1094
|
-
(typeof TableAttributes)[keyof typeof TableAttributes];
|
|
1095
1108
|
export declare const PermissionType: {
|
|
1096
1109
|
readonly CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION";
|
|
1097
1110
|
readonly COLUMN_PERMISSION: "COLUMN_PERMISSION";
|
|
@@ -313,6 +313,14 @@ export declare class IllegalWorkflowStateException extends __BaseException {
|
|
|
313
313
|
opts: __ExceptionOptionType<IllegalWorkflowStateException, __BaseException>
|
|
314
314
|
);
|
|
315
315
|
}
|
|
316
|
+
export declare class SessionBusyException extends __BaseException {
|
|
317
|
+
readonly name: "SessionBusyException";
|
|
318
|
+
readonly $fault: "client";
|
|
319
|
+
Message?: string | undefined;
|
|
320
|
+
constructor(
|
|
321
|
+
opts: __ExceptionOptionType<SessionBusyException, __BaseException>
|
|
322
|
+
);
|
|
323
|
+
}
|
|
316
324
|
export declare class IllegalBlueprintStateException extends __BaseException {
|
|
317
325
|
readonly name: "IllegalBlueprintStateException";
|
|
318
326
|
readonly $fault: "client";
|
|
@@ -25,6 +25,7 @@ import {
|
|
|
25
25
|
FieldDataType,
|
|
26
26
|
FieldFilterOperator,
|
|
27
27
|
FunctionType,
|
|
28
|
+
GlueResourceType,
|
|
28
29
|
HTTPMethod,
|
|
29
30
|
IcebergNullOrder,
|
|
30
31
|
IcebergSortDirection,
|
|
@@ -49,6 +50,7 @@ import {
|
|
|
49
50
|
SchemaStatus,
|
|
50
51
|
SchemaVersionStatus,
|
|
51
52
|
SessionStatus,
|
|
53
|
+
SessionType,
|
|
52
54
|
SettingSource,
|
|
53
55
|
TableOptimizerType,
|
|
54
56
|
TaskStatusType,
|
|
@@ -404,6 +406,7 @@ export interface CreateSessionRequest {
|
|
|
404
406
|
GlueVersion?: string | undefined;
|
|
405
407
|
Tags?: Record<string, string> | undefined;
|
|
406
408
|
RequestOrigin?: string | undefined;
|
|
409
|
+
SessionType?: SessionType | undefined;
|
|
407
410
|
}
|
|
408
411
|
export interface Session {
|
|
409
412
|
Id?: string | undefined;
|
|
@@ -426,6 +429,7 @@ export interface Session {
|
|
|
426
429
|
DPUSeconds?: number | undefined;
|
|
427
430
|
IdleTimeout?: number | undefined;
|
|
428
431
|
ProfileName?: string | undefined;
|
|
432
|
+
SessionType?: SessionType | undefined;
|
|
429
433
|
}
|
|
430
434
|
export interface CreateSessionResponse {
|
|
431
435
|
Session?: Session | undefined;
|
|
@@ -1380,6 +1384,14 @@ export interface GetCustomEntityTypeResponse {
|
|
|
1380
1384
|
RegexString?: string | undefined;
|
|
1381
1385
|
ContextWords?: string[] | undefined;
|
|
1382
1386
|
}
|
|
1387
|
+
export interface GetDashboardUrlRequest {
|
|
1388
|
+
ResourceId: string | undefined;
|
|
1389
|
+
ResourceType: GlueResourceType | undefined;
|
|
1390
|
+
RequestOrigin?: string | undefined;
|
|
1391
|
+
}
|
|
1392
|
+
export interface GetDashboardUrlResponse {
|
|
1393
|
+
Url: string | undefined;
|
|
1394
|
+
}
|
|
1383
1395
|
export interface GetDatabaseRequest {
|
|
1384
1396
|
CatalogId?: string | undefined;
|
|
1385
1397
|
Name: string | undefined;
|
|
@@ -1686,10 +1698,3 @@ export interface MaterializedViewRefreshTaskRun {
|
|
|
1686
1698
|
export interface GetMaterializedViewRefreshTaskRunResponse {
|
|
1687
1699
|
MaterializedViewRefreshTaskRun?: MaterializedViewRefreshTaskRun | undefined;
|
|
1688
1700
|
}
|
|
1689
|
-
export interface GetMLTaskRunRequest {
|
|
1690
|
-
TransformId: string | undefined;
|
|
1691
|
-
TaskRunId: string | undefined;
|
|
1692
|
-
}
|
|
1693
|
-
export interface ExportLabelsTaskRunProperties {
|
|
1694
|
-
OutputS3Path?: string | undefined;
|
|
1695
|
-
}
|
|
@@ -55,7 +55,6 @@ import {
|
|
|
55
55
|
ConnectionInput,
|
|
56
56
|
CrawlerTargets,
|
|
57
57
|
CustomEntityType,
|
|
58
|
-
DatabaseInput,
|
|
59
58
|
DataQualityTargetTable,
|
|
60
59
|
DataSource,
|
|
61
60
|
ErrorDetail,
|
|
@@ -85,7 +84,9 @@ import {
|
|
|
85
84
|
DataCatalogEncryptionSettings,
|
|
86
85
|
DataQualityEvaluationRunAdditionalRunOptions,
|
|
87
86
|
EncryptionConfiguration,
|
|
88
|
-
|
|
87
|
+
IcebergPartitionSpec,
|
|
88
|
+
IcebergSchema,
|
|
89
|
+
IcebergSortOrder,
|
|
89
90
|
IntegrationConfig,
|
|
90
91
|
IntegrationError,
|
|
91
92
|
JobBookmarkEntry,
|
|
@@ -103,6 +104,13 @@ import {
|
|
|
103
104
|
TransformEncryption,
|
|
104
105
|
TransformParameters,
|
|
105
106
|
} from "./models_1";
|
|
107
|
+
export interface GetMLTaskRunRequest {
|
|
108
|
+
TransformId: string | undefined;
|
|
109
|
+
TaskRunId: string | undefined;
|
|
110
|
+
}
|
|
111
|
+
export interface ExportLabelsTaskRunProperties {
|
|
112
|
+
OutputS3Path?: string | undefined;
|
|
113
|
+
}
|
|
106
114
|
export interface FindMatchesTaskRunProperties {
|
|
107
115
|
JobId?: string | undefined;
|
|
108
116
|
JobName?: string | undefined;
|
|
@@ -448,6 +456,17 @@ export interface GetSessionRequest {
|
|
|
448
456
|
export interface GetSessionResponse {
|
|
449
457
|
Session?: Session | undefined;
|
|
450
458
|
}
|
|
459
|
+
export interface GetSessionEndpointRequest {
|
|
460
|
+
SessionId: string | undefined;
|
|
461
|
+
}
|
|
462
|
+
export interface SessionEndpoint {
|
|
463
|
+
Url: string | undefined;
|
|
464
|
+
AuthToken: string | undefined;
|
|
465
|
+
AuthTokenExpirationTime: Date | undefined;
|
|
466
|
+
}
|
|
467
|
+
export interface GetSessionEndpointResponse {
|
|
468
|
+
SparkConnect: SessionEndpoint | undefined;
|
|
469
|
+
}
|
|
451
470
|
export interface GetStatementRequest {
|
|
452
471
|
SessionId: string | undefined;
|
|
453
472
|
Id: number | undefined;
|
|
@@ -484,6 +503,7 @@ export interface GetTableRequest {
|
|
|
484
503
|
QueryAsOfTime?: Date | undefined;
|
|
485
504
|
AuditContext?: AuditContext | undefined;
|
|
486
505
|
IncludeStatusDetails?: boolean | undefined;
|
|
506
|
+
AttributesToGet?: TableAttributes[] | undefined;
|
|
487
507
|
}
|
|
488
508
|
export interface FederatedTable {
|
|
489
509
|
Identifier?: string | undefined;
|
|
@@ -491,6 +511,20 @@ export interface FederatedTable {
|
|
|
491
511
|
ConnectionName?: string | undefined;
|
|
492
512
|
ConnectionType?: string | undefined;
|
|
493
513
|
}
|
|
514
|
+
export interface IcebergTableMetadata {
|
|
515
|
+
FormatVersion?: string | undefined;
|
|
516
|
+
TableUuid?: string | undefined;
|
|
517
|
+
Location?: string | undefined;
|
|
518
|
+
Properties?: Record<string, string> | undefined;
|
|
519
|
+
Schemas?: IcebergSchema[] | undefined;
|
|
520
|
+
CurrentSchemaId?: number | undefined;
|
|
521
|
+
LastColumnId?: number | undefined;
|
|
522
|
+
PartitionSpecs?: IcebergPartitionSpec[] | undefined;
|
|
523
|
+
DefaultSpecId?: number | undefined;
|
|
524
|
+
LastPartitionId?: number | undefined;
|
|
525
|
+
SortOrders?: IcebergSortOrder[] | undefined;
|
|
526
|
+
DefaultSortOrderId?: number | undefined;
|
|
527
|
+
}
|
|
494
528
|
export interface ViewValidation {
|
|
495
529
|
Dialect?: ViewDialect | undefined;
|
|
496
530
|
DialectVersion?: string | undefined;
|
|
@@ -1658,24 +1692,3 @@ export interface UpdateCrawlerScheduleRequest {
|
|
|
1658
1692
|
CrawlerName: string | undefined;
|
|
1659
1693
|
Schedule?: string | undefined;
|
|
1660
1694
|
}
|
|
1661
|
-
export interface UpdateCrawlerScheduleResponse {}
|
|
1662
|
-
export interface UpdateDatabaseRequest {
|
|
1663
|
-
CatalogId?: string | undefined;
|
|
1664
|
-
Name: string | undefined;
|
|
1665
|
-
DatabaseInput: DatabaseInput | undefined;
|
|
1666
|
-
}
|
|
1667
|
-
export interface UpdateDatabaseResponse {}
|
|
1668
|
-
export interface UpdateDataQualityRulesetRequest {
|
|
1669
|
-
Name: string | undefined;
|
|
1670
|
-
Description?: string | undefined;
|
|
1671
|
-
Ruleset?: string | undefined;
|
|
1672
|
-
}
|
|
1673
|
-
export interface UpdateDataQualityRulesetResponse {
|
|
1674
|
-
Name?: string | undefined;
|
|
1675
|
-
Description?: string | undefined;
|
|
1676
|
-
Ruleset?: string | undefined;
|
|
1677
|
-
}
|
|
1678
|
-
export interface DevEndpointCustomLibraries {
|
|
1679
|
-
ExtraPythonLibsS3Path?: string | undefined;
|
|
1680
|
-
ExtraJarsS3Path?: string | undefined;
|
|
1681
|
-
}
|
|
@@ -30,6 +30,7 @@ import {
|
|
|
30
30
|
ConnectorDataSource,
|
|
31
31
|
ConnectorDataTarget,
|
|
32
32
|
CustomCode,
|
|
33
|
+
DatabaseInput,
|
|
33
34
|
DirectJDBCSource,
|
|
34
35
|
DirectKafkaSource,
|
|
35
36
|
DirectKinesisSource,
|
|
@@ -124,12 +125,33 @@ import {
|
|
|
124
125
|
} from "./models_1";
|
|
125
126
|
import {
|
|
126
127
|
ColumnRowFilter,
|
|
127
|
-
DevEndpointCustomLibraries,
|
|
128
128
|
FederatedTable,
|
|
129
|
+
IcebergTableMetadata,
|
|
129
130
|
SchemaVersionNumber,
|
|
130
131
|
ViewDefinition,
|
|
131
132
|
ViewValidation,
|
|
132
133
|
} from "./models_2";
|
|
134
|
+
export interface UpdateCrawlerScheduleResponse {}
|
|
135
|
+
export interface UpdateDatabaseRequest {
|
|
136
|
+
CatalogId?: string | undefined;
|
|
137
|
+
Name: string | undefined;
|
|
138
|
+
DatabaseInput: DatabaseInput | undefined;
|
|
139
|
+
}
|
|
140
|
+
export interface UpdateDatabaseResponse {}
|
|
141
|
+
export interface UpdateDataQualityRulesetRequest {
|
|
142
|
+
Name: string | undefined;
|
|
143
|
+
Description?: string | undefined;
|
|
144
|
+
Ruleset?: string | undefined;
|
|
145
|
+
}
|
|
146
|
+
export interface UpdateDataQualityRulesetResponse {
|
|
147
|
+
Name?: string | undefined;
|
|
148
|
+
Description?: string | undefined;
|
|
149
|
+
Ruleset?: string | undefined;
|
|
150
|
+
}
|
|
151
|
+
export interface DevEndpointCustomLibraries {
|
|
152
|
+
ExtraPythonLibsS3Path?: string | undefined;
|
|
153
|
+
ExtraJarsS3Path?: string | undefined;
|
|
154
|
+
}
|
|
133
155
|
export interface UpdateDevEndpointRequest {
|
|
134
156
|
EndpointName: string | undefined;
|
|
135
157
|
PublicKey?: string | undefined;
|
|
@@ -365,6 +387,7 @@ export interface Table {
|
|
|
365
387
|
ViewDefinition?: ViewDefinition | undefined;
|
|
366
388
|
IsMultiDialectView?: boolean | undefined;
|
|
367
389
|
IsMaterializedView?: boolean | undefined;
|
|
390
|
+
IcebergTableMetadata?: IcebergTableMetadata | undefined;
|
|
368
391
|
Status?: TableStatus | undefined;
|
|
369
392
|
}
|
|
370
393
|
export interface TableStatus {
|
|
@@ -50,6 +50,7 @@ export declare var ResourceNumberLimitExceededException$: StaticErrorSchema;
|
|
|
50
50
|
export declare var SchedulerNotRunningException$: StaticErrorSchema;
|
|
51
51
|
export declare var SchedulerRunningException$: StaticErrorSchema;
|
|
52
52
|
export declare var SchedulerTransitioningException$: StaticErrorSchema;
|
|
53
|
+
export declare var SessionBusyException$: StaticErrorSchema;
|
|
53
54
|
export declare var TargetResourceNotFound$: StaticErrorSchema;
|
|
54
55
|
export declare var ThrottlingException$: StaticErrorSchema;
|
|
55
56
|
export declare var ValidationException$: StaticErrorSchema;
|
|
@@ -452,6 +453,8 @@ export declare var GetCrawlersRequest$: StaticStructureSchema;
|
|
|
452
453
|
export declare var GetCrawlersResponse$: StaticStructureSchema;
|
|
453
454
|
export declare var GetCustomEntityTypeRequest$: StaticStructureSchema;
|
|
454
455
|
export declare var GetCustomEntityTypeResponse$: StaticStructureSchema;
|
|
456
|
+
export declare var GetDashboardUrlRequest$: StaticStructureSchema;
|
|
457
|
+
export declare var GetDashboardUrlResponse$: StaticStructureSchema;
|
|
455
458
|
export declare var GetDatabaseRequest$: StaticStructureSchema;
|
|
456
459
|
export declare var GetDatabaseResponse$: StaticStructureSchema;
|
|
457
460
|
export declare var GetDatabasesRequest$: StaticStructureSchema;
|
|
@@ -532,6 +535,8 @@ export declare var GetSecurityConfigurationRequest$: StaticStructureSchema;
|
|
|
532
535
|
export declare var GetSecurityConfigurationResponse$: StaticStructureSchema;
|
|
533
536
|
export declare var GetSecurityConfigurationsRequest$: StaticStructureSchema;
|
|
534
537
|
export declare var GetSecurityConfigurationsResponse$: StaticStructureSchema;
|
|
538
|
+
export declare var GetSessionEndpointRequest$: StaticStructureSchema;
|
|
539
|
+
export declare var GetSessionEndpointResponse$: StaticStructureSchema;
|
|
535
540
|
export declare var GetSessionRequest$: StaticStructureSchema;
|
|
536
541
|
export declare var GetSessionResponse$: StaticStructureSchema;
|
|
537
542
|
export declare var GetStatementRequest$: StaticStructureSchema;
|
|
@@ -597,6 +602,7 @@ export declare var IcebergSchema$: StaticStructureSchema;
|
|
|
597
602
|
export declare var IcebergSortField$: StaticStructureSchema;
|
|
598
603
|
export declare var IcebergSortOrder$: StaticStructureSchema;
|
|
599
604
|
export declare var IcebergStructField$: StaticStructureSchema;
|
|
605
|
+
export declare var IcebergTableMetadata$: StaticStructureSchema;
|
|
600
606
|
export declare var IcebergTableUpdate$: StaticStructureSchema;
|
|
601
607
|
export declare var IcebergTarget$: StaticStructureSchema;
|
|
602
608
|
export declare var ImportCatalogToGlueRequest$: StaticStructureSchema;
|
|
@@ -826,6 +832,7 @@ export declare var SelectFromCollection$: StaticStructureSchema;
|
|
|
826
832
|
export declare var SerDeInfo$: StaticStructureSchema;
|
|
827
833
|
export declare var Session$: StaticStructureSchema;
|
|
828
834
|
export declare var SessionCommand$: StaticStructureSchema;
|
|
835
|
+
export declare var SessionEndpoint$: StaticStructureSchema;
|
|
829
836
|
export declare var SkewedInfo$: StaticStructureSchema;
|
|
830
837
|
export declare var SnowflakeNodeData$: StaticStructureSchema;
|
|
831
838
|
export declare var SnowflakeSource$: StaticStructureSchema;
|
|
@@ -1123,6 +1130,7 @@ export declare var GetCrawler$: StaticOperationSchema;
|
|
|
1123
1130
|
export declare var GetCrawlerMetrics$: StaticOperationSchema;
|
|
1124
1131
|
export declare var GetCrawlers$: StaticOperationSchema;
|
|
1125
1132
|
export declare var GetCustomEntityType$: StaticOperationSchema;
|
|
1133
|
+
export declare var GetDashboardUrl$: StaticOperationSchema;
|
|
1126
1134
|
export declare var GetDatabase$: StaticOperationSchema;
|
|
1127
1135
|
export declare var GetDatabases$: StaticOperationSchema;
|
|
1128
1136
|
export declare var GetDataCatalogEncryptionSettings$: StaticOperationSchema;
|
|
@@ -1164,6 +1172,7 @@ export declare var GetSchemaVersionsDiff$: StaticOperationSchema;
|
|
|
1164
1172
|
export declare var GetSecurityConfiguration$: StaticOperationSchema;
|
|
1165
1173
|
export declare var GetSecurityConfigurations$: StaticOperationSchema;
|
|
1166
1174
|
export declare var GetSession$: StaticOperationSchema;
|
|
1175
|
+
export declare var GetSessionEndpoint$: StaticOperationSchema;
|
|
1167
1176
|
export declare var GetStatement$: StaticOperationSchema;
|
|
1168
1177
|
export declare var GetTable$: StaticOperationSchema;
|
|
1169
1178
|
export declare var GetTableOptimizer$: StaticOperationSchema;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1068.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
|
-
"build:cjs": "node ../../scripts/compilation/inline
|
|
7
|
+
"build:cjs": "node ../../scripts/compilation/inline",
|
|
8
8
|
"build:es": "tsc -p tsconfig.es.json",
|
|
9
9
|
"build:include:deps": "yarn g:turbo run build -F=\"$npm_package_name\"",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
24
|
-
"@aws-sdk/core": "^3.974.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
26
|
-
"@aws-sdk/types": "^3.973.
|
|
27
|
-
"@smithy/core": "^3.24.
|
|
28
|
-
"@smithy/fetch-http-handler": "^5.4.
|
|
29
|
-
"@smithy/node-http-handler": "^4.7.
|
|
30
|
-
"@smithy/types": "^4.14.
|
|
24
|
+
"@aws-sdk/core": "^3.974.20",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.55",
|
|
26
|
+
"@aws-sdk/types": "^3.973.12",
|
|
27
|
+
"@smithy/core": "^3.24.6",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.4.6",
|
|
29
|
+
"@smithy/node-http-handler": "^4.7.6",
|
|
30
|
+
"@smithy/types": "^4.14.3",
|
|
31
31
|
"tslib": "^2.6.2"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
],
|
|
54
54
|
"author": {
|
|
55
55
|
"name": "AWS SDK for JavaScript Team",
|
|
56
|
-
"url": "https://aws.amazon.com/javascript/"
|
|
56
|
+
"url": "https://aws.amazon.com/sdk-for-javascript/"
|
|
57
57
|
},
|
|
58
58
|
"license": "Apache-2.0",
|
|
59
59
|
"browser": {
|