@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
|
@@ -1326,6 +1326,18 @@ export declare const S3EncryptionMode: {
|
|
|
1326
1326
|
* @public
|
|
1327
1327
|
*/
|
|
1328
1328
|
export type S3EncryptionMode = (typeof S3EncryptionMode)[keyof typeof S3EncryptionMode];
|
|
1329
|
+
/**
|
|
1330
|
+
* @public
|
|
1331
|
+
* @enum
|
|
1332
|
+
*/
|
|
1333
|
+
export declare const SessionType: {
|
|
1334
|
+
readonly LIVY: "LIVY";
|
|
1335
|
+
readonly SPARK_CONNECT: "SPARK_CONNECT";
|
|
1336
|
+
};
|
|
1337
|
+
/**
|
|
1338
|
+
* @public
|
|
1339
|
+
*/
|
|
1340
|
+
export type SessionType = (typeof SessionType)[keyof typeof SessionType];
|
|
1329
1341
|
/**
|
|
1330
1342
|
* @public
|
|
1331
1343
|
* @enum
|
|
@@ -1617,6 +1629,18 @@ export declare const SettingSource: {
|
|
|
1617
1629
|
* @public
|
|
1618
1630
|
*/
|
|
1619
1631
|
export type SettingSource = (typeof SettingSource)[keyof typeof SettingSource];
|
|
1632
|
+
/**
|
|
1633
|
+
* @public
|
|
1634
|
+
* @enum
|
|
1635
|
+
*/
|
|
1636
|
+
export declare const GlueResourceType: {
|
|
1637
|
+
readonly JOB: "JOB";
|
|
1638
|
+
readonly SESSION: "SESSION";
|
|
1639
|
+
};
|
|
1640
|
+
/**
|
|
1641
|
+
* @public
|
|
1642
|
+
*/
|
|
1643
|
+
export type GlueResourceType = (typeof GlueResourceType)[keyof typeof GlueResourceType];
|
|
1620
1644
|
/**
|
|
1621
1645
|
* @public
|
|
1622
1646
|
* @enum
|
|
@@ -1831,6 +1855,20 @@ export declare const StatementState: {
|
|
|
1831
1855
|
* @public
|
|
1832
1856
|
*/
|
|
1833
1857
|
export type StatementState = (typeof StatementState)[keyof typeof StatementState];
|
|
1858
|
+
/**
|
|
1859
|
+
* @public
|
|
1860
|
+
* @enum
|
|
1861
|
+
*/
|
|
1862
|
+
export declare const TableAttributes: {
|
|
1863
|
+
readonly DEFAULT: "DEFAULT";
|
|
1864
|
+
readonly LATEST_ICEBERG_METADATA: "LATEST_ICEBERG_METADATA";
|
|
1865
|
+
readonly NAME: "NAME";
|
|
1866
|
+
readonly TABLE_TYPE: "TABLE_TYPE";
|
|
1867
|
+
};
|
|
1868
|
+
/**
|
|
1869
|
+
* @public
|
|
1870
|
+
*/
|
|
1871
|
+
export type TableAttributes = (typeof TableAttributes)[keyof typeof TableAttributes];
|
|
1834
1872
|
/**
|
|
1835
1873
|
* @public
|
|
1836
1874
|
* @enum
|
|
@@ -1858,18 +1896,6 @@ export declare const ResourceState: {
|
|
|
1858
1896
|
* @public
|
|
1859
1897
|
*/
|
|
1860
1898
|
export type ResourceState = (typeof ResourceState)[keyof typeof ResourceState];
|
|
1861
|
-
/**
|
|
1862
|
-
* @public
|
|
1863
|
-
* @enum
|
|
1864
|
-
*/
|
|
1865
|
-
export declare const TableAttributes: {
|
|
1866
|
-
readonly NAME: "NAME";
|
|
1867
|
-
readonly TABLE_TYPE: "TABLE_TYPE";
|
|
1868
|
-
};
|
|
1869
|
-
/**
|
|
1870
|
-
* @public
|
|
1871
|
-
*/
|
|
1872
|
-
export type TableAttributes = (typeof TableAttributes)[keyof typeof TableAttributes];
|
|
1873
1899
|
/**
|
|
1874
1900
|
* @public
|
|
1875
1901
|
* @enum
|
|
@@ -617,6 +617,23 @@ export declare class IllegalWorkflowStateException extends __BaseException {
|
|
|
617
617
|
*/
|
|
618
618
|
constructor(opts: __ExceptionOptionType<IllegalWorkflowStateException, __BaseException>);
|
|
619
619
|
}
|
|
620
|
+
/**
|
|
621
|
+
* <p>The session is currently busy processing another request and cannot accept new operations.</p>
|
|
622
|
+
* @public
|
|
623
|
+
*/
|
|
624
|
+
export declare class SessionBusyException extends __BaseException {
|
|
625
|
+
readonly name: "SessionBusyException";
|
|
626
|
+
readonly $fault: "client";
|
|
627
|
+
/**
|
|
628
|
+
* <p>A message describing the problem.</p>
|
|
629
|
+
* @public
|
|
630
|
+
*/
|
|
631
|
+
Message?: string | undefined;
|
|
632
|
+
/**
|
|
633
|
+
* @internal
|
|
634
|
+
*/
|
|
635
|
+
constructor(opts: __ExceptionOptionType<SessionBusyException, __BaseException>);
|
|
636
|
+
}
|
|
620
637
|
/**
|
|
621
638
|
* <p>The blueprint is in an invalid state to perform a requested operation.</p>
|
|
622
639
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, DQCompositeRuleEvaluationMethod, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MaterializedViewRefreshState, MaterializedViewRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
|
|
2
|
+
import type { AllowFullTableExternalDataAccessEnum, AuthenticationType, BlueprintRunState, CatalogEncryptionMode, CloudWatchEncryptionMode, ColumnStatisticsState, ColumnStatisticsType, Compatibility, ComputationType, ComputeEnvironment, ConnectionPropertyKey, ConnectionStatus, ConnectionType, CsvHeaderOption, CsvSerdeOption, DatabaseAttributes, DataFormat, DataOperation, DataQualityEncryptionMode, DataQualityModelStatus, DQCompositeRuleEvaluationMethod, ExecutionStatus, FieldDataType, FieldFilterOperator, FunctionType, GlueResourceType, HTTPMethod, IcebergNullOrder, IcebergSortDirection, IcebergStructTypeEnum, InclusionAnnotationValue, IntegrationStatus, JobBookmarksEncryptionMode, Language, LastRefreshType, MaterializedViewRefreshState, MaterializedViewRefreshType, MetadataOperation, MLUserDataEncryptionModeString, PrincipalType, PropertyLocation, PropertyType, RegistryStatus, ResourceShareType, ResourceType, S3EncryptionMode, ScheduleType, SchemaStatus, SchemaVersionStatus, SessionStatus, SessionType, SettingSource, TableOptimizerType, TaskStatusType, TransformType, TriggerType, UnnestSpec, ViewDialect, WorkerType } from "./enums";
|
|
3
3
|
import type { Action, AuthConfiguration, AuthenticationConfiguration, Blueprint, Column, ConnectionsList, Crawler, DatabaseIdentifier, DataQualityAggregatedMetrics, DataQualityAnalyzerResult, DataQualityObservation, DataQualityRuleResult, DataQualityTargetTable, DataSource, DevEndpoint, ErrorDetail, EventBatchingCondition, FederatedCatalog, FederatedDatabase, GlueTable, JobRun, PartitionInput, PhysicalConnectionRequirements, Predicate, PrincipalPermissions, Property, Schedule, SchemaId, StorageDescriptor, TableOptimizerConfiguration, TargetRedshiftCatalog } from "./models_0";
|
|
4
4
|
/**
|
|
5
5
|
* <p>A request to create a data quality ruleset.</p>
|
|
@@ -1658,6 +1658,11 @@ export interface CreateSessionRequest {
|
|
|
1658
1658
|
* @public
|
|
1659
1659
|
*/
|
|
1660
1660
|
RequestOrigin?: string | undefined;
|
|
1661
|
+
/**
|
|
1662
|
+
* <p>The type of session to create.</p>
|
|
1663
|
+
* @public
|
|
1664
|
+
*/
|
|
1665
|
+
SessionType?: SessionType | undefined;
|
|
1661
1666
|
}
|
|
1662
1667
|
/**
|
|
1663
1668
|
* <p>The period in which a remote Spark runtime environment is running.</p>
|
|
@@ -1766,6 +1771,11 @@ export interface Session {
|
|
|
1766
1771
|
* @public
|
|
1767
1772
|
*/
|
|
1768
1773
|
ProfileName?: string | undefined;
|
|
1774
|
+
/**
|
|
1775
|
+
* <p>The type of the session.</p>
|
|
1776
|
+
* @public
|
|
1777
|
+
*/
|
|
1778
|
+
SessionType?: SessionType | undefined;
|
|
1769
1779
|
}
|
|
1770
1780
|
/**
|
|
1771
1781
|
* @public
|
|
@@ -6135,6 +6145,36 @@ export interface GetCustomEntityTypeResponse {
|
|
|
6135
6145
|
*/
|
|
6136
6146
|
ContextWords?: string[] | undefined;
|
|
6137
6147
|
}
|
|
6148
|
+
/**
|
|
6149
|
+
* @public
|
|
6150
|
+
*/
|
|
6151
|
+
export interface GetDashboardUrlRequest {
|
|
6152
|
+
/**
|
|
6153
|
+
* <p>The unique identifier of the resource for which to retrieve the dashboard URL.</p>
|
|
6154
|
+
* @public
|
|
6155
|
+
*/
|
|
6156
|
+
ResourceId: string | undefined;
|
|
6157
|
+
/**
|
|
6158
|
+
* <p>The type of the resource. Valid values are <code>SESSION</code> and <code>JOB</code>.</p>
|
|
6159
|
+
* @public
|
|
6160
|
+
*/
|
|
6161
|
+
ResourceType: GlueResourceType | undefined;
|
|
6162
|
+
/**
|
|
6163
|
+
* <p>The origin of the request. </p>
|
|
6164
|
+
* @public
|
|
6165
|
+
*/
|
|
6166
|
+
RequestOrigin?: string | undefined;
|
|
6167
|
+
}
|
|
6168
|
+
/**
|
|
6169
|
+
* @public
|
|
6170
|
+
*/
|
|
6171
|
+
export interface GetDashboardUrlResponse {
|
|
6172
|
+
/**
|
|
6173
|
+
* <p>The URL for the Spark monitoring dashboard.</p>
|
|
6174
|
+
* @public
|
|
6175
|
+
*/
|
|
6176
|
+
Url: string | undefined;
|
|
6177
|
+
}
|
|
6138
6178
|
/**
|
|
6139
6179
|
* @public
|
|
6140
6180
|
*/
|
|
@@ -7445,30 +7485,3 @@ export interface GetMaterializedViewRefreshTaskRunResponse {
|
|
|
7445
7485
|
*/
|
|
7446
7486
|
MaterializedViewRefreshTaskRun?: MaterializedViewRefreshTaskRun | undefined;
|
|
7447
7487
|
}
|
|
7448
|
-
/**
|
|
7449
|
-
* @public
|
|
7450
|
-
*/
|
|
7451
|
-
export interface GetMLTaskRunRequest {
|
|
7452
|
-
/**
|
|
7453
|
-
* <p>The unique identifier of the machine learning transform.</p>
|
|
7454
|
-
* @public
|
|
7455
|
-
*/
|
|
7456
|
-
TransformId: string | undefined;
|
|
7457
|
-
/**
|
|
7458
|
-
* <p>The unique identifier of the task run.</p>
|
|
7459
|
-
* @public
|
|
7460
|
-
*/
|
|
7461
|
-
TaskRunId: string | undefined;
|
|
7462
|
-
}
|
|
7463
|
-
/**
|
|
7464
|
-
* <p>Specifies configuration properties for an exporting labels task run.</p>
|
|
7465
|
-
* @public
|
|
7466
|
-
*/
|
|
7467
|
-
export interface ExportLabelsTaskRunProperties {
|
|
7468
|
-
/**
|
|
7469
|
-
* <p>The Amazon Simple Storage Service (Amazon S3) path where you will export the
|
|
7470
|
-
* labels.</p>
|
|
7471
|
-
* @public
|
|
7472
|
-
*/
|
|
7473
|
-
OutputS3Path?: string | undefined;
|
|
7474
|
-
}
|
|
@@ -1,6 +1,33 @@
|
|
|
1
1
|
import type { AuthenticationType, BackfillErrorCode, Comparator, Compatibility, ConnectionPropertyKey, ConnectionType, ConnectorOAuth2GrantType, ContentType, CrawlerHistoryState, CsvHeaderOption, CsvSerdeOption, DataFormat, EnableHybridValues, ExecutionClass, ExistCondition, FieldName, FilterOperator, FunctionType, HTTPMethod, InclusionAnnotationValue, IntegrationStatus, IntegrationType, Language, LastRefreshType, PartitionIndexStatus, Permission, PermissionType, PrincipalType, RegistryStatus, ResourceShareType, ResourceState, SchemaDiffType, SchemaStatus, SchemaVersionStatus, Sort, SortDirectionType, StatementState, StatisticEvaluationLevel, TableAttributes, TableOptimizerType, TaskRunSortColumnType, TaskStatusType, TaskType, TransformSortColumnType, TransformStatusType, TransformType, ViewDialect, WorkerType } from "./enums";
|
|
2
|
-
import type { AuditContext, AuthenticationConfigurationInput, CatalogInput, ConnectionInput, CrawlerTargets, CustomEntityType,
|
|
3
|
-
import type { Capabilities, CatalogEntry, ColumnStatistics, ConnectorProperty, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, EncryptionConfiguration,
|
|
2
|
+
import type { AuditContext, AuthenticationConfigurationInput, CatalogInput, ConnectionInput, CrawlerTargets, CustomEntityType, DataQualityTargetTable, DataSource, ErrorDetail, GlueTable, LakeFormationConfiguration, LineageConfiguration, NotificationProperty, Partition, PartitionValueList, QuerySessionContext, RecrawlPolicy, SchemaChangePolicy, SchemaId, StatisticAnnotation, TableOptimizer, TableOptimizerRun, TimestampedInclusionAnnotation, Trigger, Workflow, WorkflowRun } from "./models_0";
|
|
3
|
+
import type { Capabilities, CatalogEntry, ColumnStatistics, ConnectorProperty, DataCatalogEncryptionSettings, DataQualityEvaluationRunAdditionalRunOptions, EncryptionConfiguration, IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, IntegrationConfig, IntegrationError, JobBookmarkEntry, Location, MappingEntry, MaterializedViewRefreshTaskRun, ProfileConfiguration, RegistryId, ResourceUri, RestConfiguration, Session, SourceProcessingProperties, Tag, TargetProcessingProperties, TransformEncryption, TransformParameters } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export interface GetMLTaskRunRequest {
|
|
8
|
+
/**
|
|
9
|
+
* <p>The unique identifier of the machine learning transform.</p>
|
|
10
|
+
* @public
|
|
11
|
+
*/
|
|
12
|
+
TransformId: string | undefined;
|
|
13
|
+
/**
|
|
14
|
+
* <p>The unique identifier of the task run.</p>
|
|
15
|
+
* @public
|
|
16
|
+
*/
|
|
17
|
+
TaskRunId: string | undefined;
|
|
18
|
+
}
|
|
19
|
+
/**
|
|
20
|
+
* <p>Specifies configuration properties for an exporting labels task run.</p>
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
export interface ExportLabelsTaskRunProperties {
|
|
24
|
+
/**
|
|
25
|
+
* <p>The Amazon Simple Storage Service (Amazon S3) path where you will export the
|
|
26
|
+
* labels.</p>
|
|
27
|
+
* @public
|
|
28
|
+
*/
|
|
29
|
+
OutputS3Path?: string | undefined;
|
|
30
|
+
}
|
|
4
31
|
/**
|
|
5
32
|
* <p>Specifies configuration properties for a Find Matches task run.</p>
|
|
6
33
|
* @public
|
|
@@ -1756,6 +1783,47 @@ export interface GetSessionResponse {
|
|
|
1756
1783
|
*/
|
|
1757
1784
|
Session?: Session | undefined;
|
|
1758
1785
|
}
|
|
1786
|
+
/**
|
|
1787
|
+
* @public
|
|
1788
|
+
*/
|
|
1789
|
+
export interface GetSessionEndpointRequest {
|
|
1790
|
+
/**
|
|
1791
|
+
* <p>The unique identifier of the interactive session.</p>
|
|
1792
|
+
* @public
|
|
1793
|
+
*/
|
|
1794
|
+
SessionId: string | undefined;
|
|
1795
|
+
}
|
|
1796
|
+
/**
|
|
1797
|
+
* <p>Contains the Spark Connect endpoint details for an interactive session, including the URL and authentication credentials.</p>
|
|
1798
|
+
* @public
|
|
1799
|
+
*/
|
|
1800
|
+
export interface SessionEndpoint {
|
|
1801
|
+
/**
|
|
1802
|
+
* <p>The Spark Connect endpoint URL for the session.</p>
|
|
1803
|
+
* @public
|
|
1804
|
+
*/
|
|
1805
|
+
Url: string | undefined;
|
|
1806
|
+
/**
|
|
1807
|
+
* <p>The authentication token to include in requests to the Spark Connect endpoint.</p>
|
|
1808
|
+
* @public
|
|
1809
|
+
*/
|
|
1810
|
+
AuthToken: string | undefined;
|
|
1811
|
+
/**
|
|
1812
|
+
* <p>The time at which the authentication token expires.</p>
|
|
1813
|
+
* @public
|
|
1814
|
+
*/
|
|
1815
|
+
AuthTokenExpirationTime: Date | undefined;
|
|
1816
|
+
}
|
|
1817
|
+
/**
|
|
1818
|
+
* @public
|
|
1819
|
+
*/
|
|
1820
|
+
export interface GetSessionEndpointResponse {
|
|
1821
|
+
/**
|
|
1822
|
+
* <p>The Spark Connect endpoint details for the session.</p>
|
|
1823
|
+
* @public
|
|
1824
|
+
*/
|
|
1825
|
+
SparkConnect: SessionEndpoint | undefined;
|
|
1826
|
+
}
|
|
1759
1827
|
/**
|
|
1760
1828
|
* @public
|
|
1761
1829
|
*/
|
|
@@ -1916,6 +1984,26 @@ export interface GetTableRequest {
|
|
|
1916
1984
|
* @public
|
|
1917
1985
|
*/
|
|
1918
1986
|
IncludeStatusDetails?: boolean | undefined;
|
|
1987
|
+
/**
|
|
1988
|
+
* <p>Specifies the table fields returned by the <code>GetTable</code> call. This parameter doesn't accept an empty list.</p>
|
|
1989
|
+
* <p>The following are the valid combinations of values:</p>
|
|
1990
|
+
* <ul>
|
|
1991
|
+
* <li>
|
|
1992
|
+
* <p>
|
|
1993
|
+
* <code>DEFAULT</code> - Returns the Hive-style table definition only.</p>
|
|
1994
|
+
* </li>
|
|
1995
|
+
* <li>
|
|
1996
|
+
* <p>
|
|
1997
|
+
* <code>LATEST_ICEBERG_METADATA</code> - Returns only the latest Apache Iceberg table metadata.</p>
|
|
1998
|
+
* </li>
|
|
1999
|
+
* <li>
|
|
2000
|
+
* <p>
|
|
2001
|
+
* <code>DEFAULT</code>, <code>LATEST_ICEBERG_METADATA</code> - Returns both the Hive-style table definition and the latest Apache Iceberg table metadata.</p>
|
|
2002
|
+
* </li>
|
|
2003
|
+
* </ul>
|
|
2004
|
+
* @public
|
|
2005
|
+
*/
|
|
2006
|
+
AttributesToGet?: TableAttributes[] | undefined;
|
|
1919
2007
|
}
|
|
1920
2008
|
/**
|
|
1921
2009
|
* <p>A table that points to an entity outside the Glue Data Catalog.</p>
|
|
@@ -1943,6 +2031,72 @@ export interface FederatedTable {
|
|
|
1943
2031
|
*/
|
|
1944
2032
|
ConnectionType?: string | undefined;
|
|
1945
2033
|
}
|
|
2034
|
+
/**
|
|
2035
|
+
* <p>The Apache Iceberg table metadata, including format version, table identifier, schemas, partition specifications, sort orders, and table properties. This structure captures the current state of an Iceberg table's metadata as managed by the Glue Data Catalog.</p>
|
|
2036
|
+
* @public
|
|
2037
|
+
*/
|
|
2038
|
+
export interface IcebergTableMetadata {
|
|
2039
|
+
/**
|
|
2040
|
+
* <p>The Apache Iceberg table format version, such as <code>1</code> or <code>2</code>. Determines the set of features and on-disk layout supported by the table.</p>
|
|
2041
|
+
* @public
|
|
2042
|
+
*/
|
|
2043
|
+
FormatVersion?: string | undefined;
|
|
2044
|
+
/**
|
|
2045
|
+
* <p>The unique identifier (UUID) for the Iceberg table, assigned when the table is created and used to track the table across metadata updates.</p>
|
|
2046
|
+
* @public
|
|
2047
|
+
*/
|
|
2048
|
+
TableUuid?: string | undefined;
|
|
2049
|
+
/**
|
|
2050
|
+
* <p>The base S3 location where the Iceberg table's data and metadata files are stored.</p>
|
|
2051
|
+
* @public
|
|
2052
|
+
*/
|
|
2053
|
+
Location?: string | undefined;
|
|
2054
|
+
/**
|
|
2055
|
+
* <p>A map of key-value pairs that define table-level properties and configuration settings for the Iceberg table.</p>
|
|
2056
|
+
* @public
|
|
2057
|
+
*/
|
|
2058
|
+
Properties?: Record<string, string> | undefined;
|
|
2059
|
+
/**
|
|
2060
|
+
* <p>The list of schemas that have been associated with the Iceberg table over its history, supporting schema evolution.</p>
|
|
2061
|
+
* @public
|
|
2062
|
+
*/
|
|
2063
|
+
Schemas?: IcebergSchema[] | undefined;
|
|
2064
|
+
/**
|
|
2065
|
+
* <p>The identifier of the schema that is currently active for the Iceberg table. Matches an entry in <code>Schemas</code>.</p>
|
|
2066
|
+
* @public
|
|
2067
|
+
*/
|
|
2068
|
+
CurrentSchemaId?: number | undefined;
|
|
2069
|
+
/**
|
|
2070
|
+
* <p>The highest column identifier that has been assigned in the Iceberg table's schema, used to ensure unique IDs as new columns are added.</p>
|
|
2071
|
+
* @public
|
|
2072
|
+
*/
|
|
2073
|
+
LastColumnId?: number | undefined;
|
|
2074
|
+
/**
|
|
2075
|
+
* <p>The list of partition specifications that have been associated with the Iceberg table over its history, supporting partition evolution.</p>
|
|
2076
|
+
* @public
|
|
2077
|
+
*/
|
|
2078
|
+
PartitionSpecs?: IcebergPartitionSpec[] | undefined;
|
|
2079
|
+
/**
|
|
2080
|
+
* <p>The identifier of the partition specification that is currently used by default when writing new data to the Iceberg table.</p>
|
|
2081
|
+
* @public
|
|
2082
|
+
*/
|
|
2083
|
+
DefaultSpecId?: number | undefined;
|
|
2084
|
+
/**
|
|
2085
|
+
* <p>The highest partition field identifier that has been assigned across the table's partition specifications.</p>
|
|
2086
|
+
* @public
|
|
2087
|
+
*/
|
|
2088
|
+
LastPartitionId?: number | undefined;
|
|
2089
|
+
/**
|
|
2090
|
+
* <p>The list of sort order specifications that have been associated with the Iceberg table over its history.</p>
|
|
2091
|
+
* @public
|
|
2092
|
+
*/
|
|
2093
|
+
SortOrders?: IcebergSortOrder[] | undefined;
|
|
2094
|
+
/**
|
|
2095
|
+
* <p>The identifier of the sort order that is currently used by default when writing new data to the Iceberg table.</p>
|
|
2096
|
+
* @public
|
|
2097
|
+
*/
|
|
2098
|
+
DefaultSortOrderId?: number | undefined;
|
|
2099
|
+
}
|
|
1946
2100
|
/**
|
|
1947
2101
|
* <p>A structure that contains information for an analytical engine to validate a view, prior to persisting the view metadata. Used in the case of direct <code>UpdateTable</code> or <code>CreateTable</code> API calls.</p>
|
|
1948
2102
|
* @public
|
|
@@ -7138,103 +7292,3 @@ export interface UpdateCrawlerScheduleRequest {
|
|
|
7138
7292
|
*/
|
|
7139
7293
|
Schedule?: string | undefined;
|
|
7140
7294
|
}
|
|
7141
|
-
/**
|
|
7142
|
-
* @public
|
|
7143
|
-
*/
|
|
7144
|
-
export interface UpdateCrawlerScheduleResponse {
|
|
7145
|
-
}
|
|
7146
|
-
/**
|
|
7147
|
-
* @public
|
|
7148
|
-
*/
|
|
7149
|
-
export interface UpdateDatabaseRequest {
|
|
7150
|
-
/**
|
|
7151
|
-
* <p>The ID of the Data Catalog in which the metadata database resides. If none is provided,
|
|
7152
|
-
* the Amazon Web Services account ID is used by default.</p>
|
|
7153
|
-
* @public
|
|
7154
|
-
*/
|
|
7155
|
-
CatalogId?: string | undefined;
|
|
7156
|
-
/**
|
|
7157
|
-
* <p>The name of the database to update in the catalog. For Hive
|
|
7158
|
-
* compatibility, this is folded to lowercase.</p>
|
|
7159
|
-
* @public
|
|
7160
|
-
*/
|
|
7161
|
-
Name: string | undefined;
|
|
7162
|
-
/**
|
|
7163
|
-
* <p>A <code>DatabaseInput</code> object specifying the new definition
|
|
7164
|
-
* of the metadata database in the catalog.</p>
|
|
7165
|
-
* @public
|
|
7166
|
-
*/
|
|
7167
|
-
DatabaseInput: DatabaseInput | undefined;
|
|
7168
|
-
}
|
|
7169
|
-
/**
|
|
7170
|
-
* @public
|
|
7171
|
-
*/
|
|
7172
|
-
export interface UpdateDatabaseResponse {
|
|
7173
|
-
}
|
|
7174
|
-
/**
|
|
7175
|
-
* @public
|
|
7176
|
-
*/
|
|
7177
|
-
export interface UpdateDataQualityRulesetRequest {
|
|
7178
|
-
/**
|
|
7179
|
-
* <p>The name of the data quality ruleset.</p>
|
|
7180
|
-
* @public
|
|
7181
|
-
*/
|
|
7182
|
-
Name: string | undefined;
|
|
7183
|
-
/**
|
|
7184
|
-
* <p>A description of the ruleset.</p>
|
|
7185
|
-
* @public
|
|
7186
|
-
*/
|
|
7187
|
-
Description?: string | undefined;
|
|
7188
|
-
/**
|
|
7189
|
-
* <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
|
|
7190
|
-
* @public
|
|
7191
|
-
*/
|
|
7192
|
-
Ruleset?: string | undefined;
|
|
7193
|
-
}
|
|
7194
|
-
/**
|
|
7195
|
-
* @public
|
|
7196
|
-
*/
|
|
7197
|
-
export interface UpdateDataQualityRulesetResponse {
|
|
7198
|
-
/**
|
|
7199
|
-
* <p>The name of the data quality ruleset.</p>
|
|
7200
|
-
* @public
|
|
7201
|
-
*/
|
|
7202
|
-
Name?: string | undefined;
|
|
7203
|
-
/**
|
|
7204
|
-
* <p>A description of the ruleset.</p>
|
|
7205
|
-
* @public
|
|
7206
|
-
*/
|
|
7207
|
-
Description?: string | undefined;
|
|
7208
|
-
/**
|
|
7209
|
-
* <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
|
|
7210
|
-
* @public
|
|
7211
|
-
*/
|
|
7212
|
-
Ruleset?: string | undefined;
|
|
7213
|
-
}
|
|
7214
|
-
/**
|
|
7215
|
-
* <p>Custom libraries to be loaded into a development endpoint.</p>
|
|
7216
|
-
* @public
|
|
7217
|
-
*/
|
|
7218
|
-
export interface DevEndpointCustomLibraries {
|
|
7219
|
-
/**
|
|
7220
|
-
* <p>The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3)
|
|
7221
|
-
* bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be
|
|
7222
|
-
* complete paths separated by a comma.</p>
|
|
7223
|
-
* <note>
|
|
7224
|
-
* <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on
|
|
7225
|
-
* C extensions, such as the <a href="http://pandas.pydata.org/">pandas</a> Python data
|
|
7226
|
-
* analysis library, are not currently supported.</p>
|
|
7227
|
-
* </note>
|
|
7228
|
-
* @public
|
|
7229
|
-
*/
|
|
7230
|
-
ExtraPythonLibsS3Path?: string | undefined;
|
|
7231
|
-
/**
|
|
7232
|
-
* <p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded
|
|
7233
|
-
* in your <code>DevEndpoint</code>.</p>
|
|
7234
|
-
* <note>
|
|
7235
|
-
* <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p>
|
|
7236
|
-
* </note>
|
|
7237
|
-
* @public
|
|
7238
|
-
*/
|
|
7239
|
-
ExtraJarsS3Path?: string | undefined;
|
|
7240
|
-
}
|
|
@@ -1,7 +1,107 @@
|
|
|
1
1
|
import type { Compatibility, ExecutionClass, IcebergUpdateAction, JobMode, Permission, ResourceAction, ResourceState, SourceControlAuthStrategy, SourceControlProvider, TableOptimizerType, ViewUpdateAction, WorkerType } from "./enums";
|
|
2
|
-
import type { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CustomCode, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlDetails, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, Trigger, Union } from "./models_0";
|
|
2
|
+
import type { Action, Aggregate, AmazonRedshiftSource, AmazonRedshiftTarget, AthenaConnectorSource, BasicCatalogTarget, CatalogDeltaSource, CatalogHudiSource, CatalogIcebergSource, CatalogKafkaSource, CatalogKinesisSource, CatalogSource, Column, ConnectionsList, ConnectorDataSource, ConnectorDataTarget, CustomCode, DatabaseInput, DirectJDBCSource, DirectKafkaSource, DirectKinesisSource, DropDuplicates, DropFields, DropNullFields, DynamicTransform, DynamoDBCatalogSource, DynamoDBELTConnectorSource, ErrorDetail, EvaluateDataQuality, EvaluateDataQualityMultiFrame, EventBatchingCondition, ExecutionProperty, FillMissingValues, Filter, GovernedCatalogSource, GovernedCatalogTarget, JDBCConnectorSource, JDBCConnectorTarget, JobCommand, Join, Merge, MicrosoftSQLServerCatalogSource, MicrosoftSQLServerCatalogTarget, MySQLCatalogSource, MySQLCatalogTarget, NotificationProperty, OracleSQLCatalogSource, OracleSQLCatalogTarget, PartitionInput, PIIDetection, PostgreSQLCatalogSource, PostgreSQLCatalogTarget, Predicate, Recipe, RedshiftSource, RedshiftTarget, RelationalCatalogSource, RenameField, Route, S3CatalogDeltaSource, S3CatalogHudiSource, S3CatalogIcebergSource, S3CatalogSource, S3CatalogTarget, S3CsvSource, S3DeltaCatalogTarget, S3DeltaDirectTarget, S3DeltaSource, S3DirectTarget, S3ExcelSource, S3GlueParquetTarget, S3HudiCatalogTarget, S3HudiDirectTarget, S3HudiSource, S3HyperDirectTarget, S3IcebergCatalogTarget, S3IcebergDirectTarget, S3JsonSource, S3ParquetSource, SchemaId, SelectFields, SelectFromCollection, SnowflakeSource, SnowflakeTarget, SourceControlDetails, SparkConnectorSource, SparkConnectorTarget, SparkSQL, Spigot, SplitFields, StorageDescriptor, TableOptimizerConfiguration, Trigger, Union } from "./models_0";
|
|
3
3
|
import type { IcebergPartitionSpec, IcebergSchema, IcebergSortOrder, ProfileConfiguration, RegistryId, SourceProcessingProperties, SourceTableConfig, TableIdentifier, TableInput, TargetProcessingProperties, TargetTableConfig, TransformParameters, UserDefinedFunctionInput } from "./models_1";
|
|
4
|
-
import type { ColumnRowFilter,
|
|
4
|
+
import type { ColumnRowFilter, FederatedTable, IcebergTableMetadata, SchemaVersionNumber, ViewDefinition, ViewValidation } from "./models_2";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface UpdateCrawlerScheduleResponse {
|
|
9
|
+
}
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
export interface UpdateDatabaseRequest {
|
|
14
|
+
/**
|
|
15
|
+
* <p>The ID of the Data Catalog in which the metadata database resides. If none is provided,
|
|
16
|
+
* the Amazon Web Services account ID is used by default.</p>
|
|
17
|
+
* @public
|
|
18
|
+
*/
|
|
19
|
+
CatalogId?: string | undefined;
|
|
20
|
+
/**
|
|
21
|
+
* <p>The name of the database to update in the catalog. For Hive
|
|
22
|
+
* compatibility, this is folded to lowercase.</p>
|
|
23
|
+
* @public
|
|
24
|
+
*/
|
|
25
|
+
Name: string | undefined;
|
|
26
|
+
/**
|
|
27
|
+
* <p>A <code>DatabaseInput</code> object specifying the new definition
|
|
28
|
+
* of the metadata database in the catalog.</p>
|
|
29
|
+
* @public
|
|
30
|
+
*/
|
|
31
|
+
DatabaseInput: DatabaseInput | undefined;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export interface UpdateDatabaseResponse {
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* @public
|
|
40
|
+
*/
|
|
41
|
+
export interface UpdateDataQualityRulesetRequest {
|
|
42
|
+
/**
|
|
43
|
+
* <p>The name of the data quality ruleset.</p>
|
|
44
|
+
* @public
|
|
45
|
+
*/
|
|
46
|
+
Name: string | undefined;
|
|
47
|
+
/**
|
|
48
|
+
* <p>A description of the ruleset.</p>
|
|
49
|
+
* @public
|
|
50
|
+
*/
|
|
51
|
+
Description?: string | undefined;
|
|
52
|
+
/**
|
|
53
|
+
* <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
|
|
54
|
+
* @public
|
|
55
|
+
*/
|
|
56
|
+
Ruleset?: string | undefined;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* @public
|
|
60
|
+
*/
|
|
61
|
+
export interface UpdateDataQualityRulesetResponse {
|
|
62
|
+
/**
|
|
63
|
+
* <p>The name of the data quality ruleset.</p>
|
|
64
|
+
* @public
|
|
65
|
+
*/
|
|
66
|
+
Name?: string | undefined;
|
|
67
|
+
/**
|
|
68
|
+
* <p>A description of the ruleset.</p>
|
|
69
|
+
* @public
|
|
70
|
+
*/
|
|
71
|
+
Description?: string | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>A Data Quality Definition Language (DQDL) ruleset. For more information, see the Glue developer guide.</p>
|
|
74
|
+
* @public
|
|
75
|
+
*/
|
|
76
|
+
Ruleset?: string | undefined;
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* <p>Custom libraries to be loaded into a development endpoint.</p>
|
|
80
|
+
* @public
|
|
81
|
+
*/
|
|
82
|
+
export interface DevEndpointCustomLibraries {
|
|
83
|
+
/**
|
|
84
|
+
* <p>The paths to one or more Python libraries in an Amazon Simple Storage Service (Amazon S3)
|
|
85
|
+
* bucket that should be loaded in your <code>DevEndpoint</code>. Multiple values must be
|
|
86
|
+
* complete paths separated by a comma.</p>
|
|
87
|
+
* <note>
|
|
88
|
+
* <p>You can only use pure Python libraries with a <code>DevEndpoint</code>. Libraries that rely on
|
|
89
|
+
* C extensions, such as the <a href="http://pandas.pydata.org/">pandas</a> Python data
|
|
90
|
+
* analysis library, are not currently supported.</p>
|
|
91
|
+
* </note>
|
|
92
|
+
* @public
|
|
93
|
+
*/
|
|
94
|
+
ExtraPythonLibsS3Path?: string | undefined;
|
|
95
|
+
/**
|
|
96
|
+
* <p>The path to one or more Java <code>.jar</code> files in an S3 bucket that should be loaded
|
|
97
|
+
* in your <code>DevEndpoint</code>.</p>
|
|
98
|
+
* <note>
|
|
99
|
+
* <p>You can only use pure Java/Scala libraries with a <code>DevEndpoint</code>.</p>
|
|
100
|
+
* </note>
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
ExtraJarsS3Path?: string | undefined;
|
|
104
|
+
}
|
|
5
105
|
/**
|
|
6
106
|
* @public
|
|
7
107
|
*/
|
|
@@ -1146,6 +1246,11 @@ export interface Table {
|
|
|
1146
1246
|
* @public
|
|
1147
1247
|
*/
|
|
1148
1248
|
IsMaterializedView?: boolean | undefined;
|
|
1249
|
+
/**
|
|
1250
|
+
* <p>The latest Apache Iceberg table metadata for the table, including format version, schemas, partition specifications, and sort orders. This field is populated for Iceberg tables and reflects the current state of the table's Iceberg metadata.</p>
|
|
1251
|
+
* @public
|
|
1252
|
+
*/
|
|
1253
|
+
IcebergTableMetadata?: IcebergTableMetadata | undefined;
|
|
1149
1254
|
/**
|
|
1150
1255
|
* <p>Indicates the the state of an asynchronous change to a table.</p>
|
|
1151
1256
|
* @public
|
|
@@ -45,6 +45,7 @@ export declare var ResourceNumberLimitExceededException$: StaticErrorSchema;
|
|
|
45
45
|
export declare var SchedulerNotRunningException$: StaticErrorSchema;
|
|
46
46
|
export declare var SchedulerRunningException$: StaticErrorSchema;
|
|
47
47
|
export declare var SchedulerTransitioningException$: StaticErrorSchema;
|
|
48
|
+
export declare var SessionBusyException$: StaticErrorSchema;
|
|
48
49
|
export declare var TargetResourceNotFound$: StaticErrorSchema;
|
|
49
50
|
export declare var ThrottlingException$: StaticErrorSchema;
|
|
50
51
|
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;
|