@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
|
@@ -181,6 +181,65 @@ declare const GetTableVersionsCommand_base: {
|
|
|
181
181
|
* // },
|
|
182
182
|
* // IsMultiDialectView: true || false,
|
|
183
183
|
* // IsMaterializedView: true || false,
|
|
184
|
+
* // IcebergTableMetadata: { // IcebergTableMetadata
|
|
185
|
+
* // FormatVersion: "STRING_VALUE",
|
|
186
|
+
* // TableUuid: "STRING_VALUE",
|
|
187
|
+
* // Location: "STRING_VALUE",
|
|
188
|
+
* // Properties: { // StringToStringMap
|
|
189
|
+
* // "<keys>": "STRING_VALUE",
|
|
190
|
+
* // },
|
|
191
|
+
* // Schemas: [ // IcebergSchemaList
|
|
192
|
+
* // { // IcebergSchema
|
|
193
|
+
* // SchemaId: Number("int"),
|
|
194
|
+
* // IdentifierFieldIds: [ // IntegerList
|
|
195
|
+
* // Number("int"),
|
|
196
|
+
* // ],
|
|
197
|
+
* // Type: "struct",
|
|
198
|
+
* // Fields: [ // IcebergStructFieldList // required
|
|
199
|
+
* // { // IcebergStructField
|
|
200
|
+
* // Id: Number("int"), // required
|
|
201
|
+
* // Name: "STRING_VALUE", // required
|
|
202
|
+
* // Type: "DOCUMENT_VALUE", // required
|
|
203
|
+
* // Required: true || false, // required
|
|
204
|
+
* // Doc: "STRING_VALUE",
|
|
205
|
+
* // InitialDefault: "DOCUMENT_VALUE",
|
|
206
|
+
* // WriteDefault: "DOCUMENT_VALUE",
|
|
207
|
+
* // },
|
|
208
|
+
* // ],
|
|
209
|
+
* // },
|
|
210
|
+
* // ],
|
|
211
|
+
* // CurrentSchemaId: Number("int"),
|
|
212
|
+
* // LastColumnId: Number("int"),
|
|
213
|
+
* // PartitionSpecs: [ // IcebergPartitionSpecList
|
|
214
|
+
* // { // IcebergPartitionSpec
|
|
215
|
+
* // Fields: [ // IcebergPartitionSpecFieldList // required
|
|
216
|
+
* // { // IcebergPartitionField
|
|
217
|
+
* // SourceId: Number("int"), // required
|
|
218
|
+
* // Transform: "STRING_VALUE", // required
|
|
219
|
+
* // Name: "STRING_VALUE", // required
|
|
220
|
+
* // FieldId: Number("int"),
|
|
221
|
+
* // },
|
|
222
|
+
* // ],
|
|
223
|
+
* // SpecId: Number("int"),
|
|
224
|
+
* // },
|
|
225
|
+
* // ],
|
|
226
|
+
* // DefaultSpecId: Number("int"),
|
|
227
|
+
* // LastPartitionId: Number("int"),
|
|
228
|
+
* // SortOrders: [ // IcebergSortOrderList
|
|
229
|
+
* // { // IcebergSortOrder
|
|
230
|
+
* // OrderId: Number("int"), // required
|
|
231
|
+
* // Fields: [ // IcebergSortOrderFieldList // required
|
|
232
|
+
* // { // IcebergSortField
|
|
233
|
+
* // SourceId: Number("int"), // required
|
|
234
|
+
* // Transform: "STRING_VALUE", // required
|
|
235
|
+
* // Direction: "asc" || "desc", // required
|
|
236
|
+
* // NullOrder: "nulls-first" || "nulls-last", // required
|
|
237
|
+
* // },
|
|
238
|
+
* // ],
|
|
239
|
+
* // },
|
|
240
|
+
* // ],
|
|
241
|
+
* // DefaultSortOrderId: Number("int"),
|
|
242
|
+
* // },
|
|
184
243
|
* // Status: { // TableStatus
|
|
185
244
|
* // RequestedBy: "STRING_VALUE",
|
|
186
245
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -293,6 +352,65 @@ declare const GetTableVersionsCommand_base: {
|
|
|
293
352
|
* // },
|
|
294
353
|
* // IsMultiDialectView: true || false,
|
|
295
354
|
* // IsMaterializedView: true || false,
|
|
355
|
+
* // IcebergTableMetadata: {
|
|
356
|
+
* // FormatVersion: "STRING_VALUE",
|
|
357
|
+
* // TableUuid: "STRING_VALUE",
|
|
358
|
+
* // Location: "STRING_VALUE",
|
|
359
|
+
* // Properties: {
|
|
360
|
+
* // "<keys>": "STRING_VALUE",
|
|
361
|
+
* // },
|
|
362
|
+
* // Schemas: [
|
|
363
|
+
* // {
|
|
364
|
+
* // SchemaId: Number("int"),
|
|
365
|
+
* // IdentifierFieldIds: [
|
|
366
|
+
* // Number("int"),
|
|
367
|
+
* // ],
|
|
368
|
+
* // Type: "struct",
|
|
369
|
+
* // Fields: [ // required
|
|
370
|
+
* // {
|
|
371
|
+
* // Id: Number("int"), // required
|
|
372
|
+
* // Name: "STRING_VALUE", // required
|
|
373
|
+
* // Type: "DOCUMENT_VALUE", // required
|
|
374
|
+
* // Required: true || false, // required
|
|
375
|
+
* // Doc: "STRING_VALUE",
|
|
376
|
+
* // InitialDefault: "DOCUMENT_VALUE",
|
|
377
|
+
* // WriteDefault: "DOCUMENT_VALUE",
|
|
378
|
+
* // },
|
|
379
|
+
* // ],
|
|
380
|
+
* // },
|
|
381
|
+
* // ],
|
|
382
|
+
* // CurrentSchemaId: Number("int"),
|
|
383
|
+
* // LastColumnId: Number("int"),
|
|
384
|
+
* // PartitionSpecs: [
|
|
385
|
+
* // {
|
|
386
|
+
* // Fields: [ // required
|
|
387
|
+
* // {
|
|
388
|
+
* // SourceId: Number("int"), // required
|
|
389
|
+
* // Transform: "STRING_VALUE", // required
|
|
390
|
+
* // Name: "STRING_VALUE", // required
|
|
391
|
+
* // FieldId: Number("int"),
|
|
392
|
+
* // },
|
|
393
|
+
* // ],
|
|
394
|
+
* // SpecId: Number("int"),
|
|
395
|
+
* // },
|
|
396
|
+
* // ],
|
|
397
|
+
* // DefaultSpecId: Number("int"),
|
|
398
|
+
* // LastPartitionId: Number("int"),
|
|
399
|
+
* // SortOrders: [
|
|
400
|
+
* // {
|
|
401
|
+
* // OrderId: Number("int"), // required
|
|
402
|
+
* // Fields: [ // required
|
|
403
|
+
* // {
|
|
404
|
+
* // SourceId: Number("int"), // required
|
|
405
|
+
* // Transform: "STRING_VALUE", // required
|
|
406
|
+
* // Direction: "asc" || "desc", // required
|
|
407
|
+
* // NullOrder: "nulls-first" || "nulls-last", // required
|
|
408
|
+
* // },
|
|
409
|
+
* // ],
|
|
410
|
+
* // },
|
|
411
|
+
* // ],
|
|
412
|
+
* // DefaultSortOrderId: Number("int"),
|
|
413
|
+
* // },
|
|
296
414
|
* // Status: {
|
|
297
415
|
* // RequestedBy: "STRING_VALUE",
|
|
298
416
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -57,7 +57,7 @@ declare const GetTablesCommand_base: {
|
|
|
57
57
|
* },
|
|
58
58
|
* IncludeStatusDetails: true || false,
|
|
59
59
|
* AttributesToGet: [ // TableAttributesList
|
|
60
|
-
* "NAME" || "TABLE_TYPE",
|
|
60
|
+
* "NAME" || "TABLE_TYPE" || "DEFAULT" || "LATEST_ICEBERG_METADATA",
|
|
61
61
|
* ],
|
|
62
62
|
* };
|
|
63
63
|
* const command = new GetTablesCommand(input);
|
|
@@ -186,6 +186,65 @@ declare const GetTablesCommand_base: {
|
|
|
186
186
|
* // },
|
|
187
187
|
* // IsMultiDialectView: true || false,
|
|
188
188
|
* // IsMaterializedView: true || false,
|
|
189
|
+
* // IcebergTableMetadata: { // IcebergTableMetadata
|
|
190
|
+
* // FormatVersion: "STRING_VALUE",
|
|
191
|
+
* // TableUuid: "STRING_VALUE",
|
|
192
|
+
* // Location: "STRING_VALUE",
|
|
193
|
+
* // Properties: { // StringToStringMap
|
|
194
|
+
* // "<keys>": "STRING_VALUE",
|
|
195
|
+
* // },
|
|
196
|
+
* // Schemas: [ // IcebergSchemaList
|
|
197
|
+
* // { // IcebergSchema
|
|
198
|
+
* // SchemaId: Number("int"),
|
|
199
|
+
* // IdentifierFieldIds: [ // IntegerList
|
|
200
|
+
* // Number("int"),
|
|
201
|
+
* // ],
|
|
202
|
+
* // Type: "struct",
|
|
203
|
+
* // Fields: [ // IcebergStructFieldList // required
|
|
204
|
+
* // { // IcebergStructField
|
|
205
|
+
* // Id: Number("int"), // required
|
|
206
|
+
* // Name: "STRING_VALUE", // required
|
|
207
|
+
* // Type: "DOCUMENT_VALUE", // required
|
|
208
|
+
* // Required: true || false, // required
|
|
209
|
+
* // Doc: "STRING_VALUE",
|
|
210
|
+
* // InitialDefault: "DOCUMENT_VALUE",
|
|
211
|
+
* // WriteDefault: "DOCUMENT_VALUE",
|
|
212
|
+
* // },
|
|
213
|
+
* // ],
|
|
214
|
+
* // },
|
|
215
|
+
* // ],
|
|
216
|
+
* // CurrentSchemaId: Number("int"),
|
|
217
|
+
* // LastColumnId: Number("int"),
|
|
218
|
+
* // PartitionSpecs: [ // IcebergPartitionSpecList
|
|
219
|
+
* // { // IcebergPartitionSpec
|
|
220
|
+
* // Fields: [ // IcebergPartitionSpecFieldList // required
|
|
221
|
+
* // { // IcebergPartitionField
|
|
222
|
+
* // SourceId: Number("int"), // required
|
|
223
|
+
* // Transform: "STRING_VALUE", // required
|
|
224
|
+
* // Name: "STRING_VALUE", // required
|
|
225
|
+
* // FieldId: Number("int"),
|
|
226
|
+
* // },
|
|
227
|
+
* // ],
|
|
228
|
+
* // SpecId: Number("int"),
|
|
229
|
+
* // },
|
|
230
|
+
* // ],
|
|
231
|
+
* // DefaultSpecId: Number("int"),
|
|
232
|
+
* // LastPartitionId: Number("int"),
|
|
233
|
+
* // SortOrders: [ // IcebergSortOrderList
|
|
234
|
+
* // { // IcebergSortOrder
|
|
235
|
+
* // OrderId: Number("int"), // required
|
|
236
|
+
* // Fields: [ // IcebergSortOrderFieldList // required
|
|
237
|
+
* // { // IcebergSortField
|
|
238
|
+
* // SourceId: Number("int"), // required
|
|
239
|
+
* // Transform: "STRING_VALUE", // required
|
|
240
|
+
* // Direction: "asc" || "desc", // required
|
|
241
|
+
* // NullOrder: "nulls-first" || "nulls-last", // required
|
|
242
|
+
* // },
|
|
243
|
+
* // ],
|
|
244
|
+
* // },
|
|
245
|
+
* // ],
|
|
246
|
+
* // DefaultSortOrderId: Number("int"),
|
|
247
|
+
* // },
|
|
189
248
|
* // Status: { // TableStatus
|
|
190
249
|
* // RequestedBy: "STRING_VALUE",
|
|
191
250
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -298,6 +357,65 @@ declare const GetTablesCommand_base: {
|
|
|
298
357
|
* // },
|
|
299
358
|
* // IsMultiDialectView: true || false,
|
|
300
359
|
* // IsMaterializedView: true || false,
|
|
360
|
+
* // IcebergTableMetadata: {
|
|
361
|
+
* // FormatVersion: "STRING_VALUE",
|
|
362
|
+
* // TableUuid: "STRING_VALUE",
|
|
363
|
+
* // Location: "STRING_VALUE",
|
|
364
|
+
* // Properties: {
|
|
365
|
+
* // "<keys>": "STRING_VALUE",
|
|
366
|
+
* // },
|
|
367
|
+
* // Schemas: [
|
|
368
|
+
* // {
|
|
369
|
+
* // SchemaId: Number("int"),
|
|
370
|
+
* // IdentifierFieldIds: [
|
|
371
|
+
* // Number("int"),
|
|
372
|
+
* // ],
|
|
373
|
+
* // Type: "struct",
|
|
374
|
+
* // Fields: [ // required
|
|
375
|
+
* // {
|
|
376
|
+
* // Id: Number("int"), // required
|
|
377
|
+
* // Name: "STRING_VALUE", // required
|
|
378
|
+
* // Type: "DOCUMENT_VALUE", // required
|
|
379
|
+
* // Required: true || false, // required
|
|
380
|
+
* // Doc: "STRING_VALUE",
|
|
381
|
+
* // InitialDefault: "DOCUMENT_VALUE",
|
|
382
|
+
* // WriteDefault: "DOCUMENT_VALUE",
|
|
383
|
+
* // },
|
|
384
|
+
* // ],
|
|
385
|
+
* // },
|
|
386
|
+
* // ],
|
|
387
|
+
* // CurrentSchemaId: Number("int"),
|
|
388
|
+
* // LastColumnId: Number("int"),
|
|
389
|
+
* // PartitionSpecs: [
|
|
390
|
+
* // {
|
|
391
|
+
* // Fields: [ // required
|
|
392
|
+
* // {
|
|
393
|
+
* // SourceId: Number("int"), // required
|
|
394
|
+
* // Transform: "STRING_VALUE", // required
|
|
395
|
+
* // Name: "STRING_VALUE", // required
|
|
396
|
+
* // FieldId: Number("int"),
|
|
397
|
+
* // },
|
|
398
|
+
* // ],
|
|
399
|
+
* // SpecId: Number("int"),
|
|
400
|
+
* // },
|
|
401
|
+
* // ],
|
|
402
|
+
* // DefaultSpecId: Number("int"),
|
|
403
|
+
* // LastPartitionId: Number("int"),
|
|
404
|
+
* // SortOrders: [
|
|
405
|
+
* // {
|
|
406
|
+
* // OrderId: Number("int"), // required
|
|
407
|
+
* // Fields: [ // required
|
|
408
|
+
* // {
|
|
409
|
+
* // SourceId: Number("int"), // required
|
|
410
|
+
* // Transform: "STRING_VALUE", // required
|
|
411
|
+
* // Direction: "asc" || "desc", // required
|
|
412
|
+
* // NullOrder: "nulls-first" || "nulls-last", // required
|
|
413
|
+
* // },
|
|
414
|
+
* // ],
|
|
415
|
+
* // },
|
|
416
|
+
* // ],
|
|
417
|
+
* // DefaultSortOrderId: Number("int"),
|
|
418
|
+
* // },
|
|
301
419
|
* // Status: {
|
|
302
420
|
* // RequestedBy: "STRING_VALUE",
|
|
303
421
|
* // UpdatedBy: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-glue/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts
CHANGED
|
@@ -199,6 +199,65 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
199
199
|
* // },
|
|
200
200
|
* // IsMultiDialectView: true || false,
|
|
201
201
|
* // IsMaterializedView: true || false,
|
|
202
|
+
* // IcebergTableMetadata: { // IcebergTableMetadata
|
|
203
|
+
* // FormatVersion: "STRING_VALUE",
|
|
204
|
+
* // TableUuid: "STRING_VALUE",
|
|
205
|
+
* // Location: "STRING_VALUE",
|
|
206
|
+
* // Properties: { // StringToStringMap
|
|
207
|
+
* // "<keys>": "STRING_VALUE",
|
|
208
|
+
* // },
|
|
209
|
+
* // Schemas: [ // IcebergSchemaList
|
|
210
|
+
* // { // IcebergSchema
|
|
211
|
+
* // SchemaId: Number("int"),
|
|
212
|
+
* // IdentifierFieldIds: [ // IntegerList
|
|
213
|
+
* // Number("int"),
|
|
214
|
+
* // ],
|
|
215
|
+
* // Type: "struct",
|
|
216
|
+
* // Fields: [ // IcebergStructFieldList // required
|
|
217
|
+
* // { // IcebergStructField
|
|
218
|
+
* // Id: Number("int"), // required
|
|
219
|
+
* // Name: "STRING_VALUE", // required
|
|
220
|
+
* // Type: "DOCUMENT_VALUE", // required
|
|
221
|
+
* // Required: true || false, // required
|
|
222
|
+
* // Doc: "STRING_VALUE",
|
|
223
|
+
* // InitialDefault: "DOCUMENT_VALUE",
|
|
224
|
+
* // WriteDefault: "DOCUMENT_VALUE",
|
|
225
|
+
* // },
|
|
226
|
+
* // ],
|
|
227
|
+
* // },
|
|
228
|
+
* // ],
|
|
229
|
+
* // CurrentSchemaId: Number("int"),
|
|
230
|
+
* // LastColumnId: Number("int"),
|
|
231
|
+
* // PartitionSpecs: [ // IcebergPartitionSpecList
|
|
232
|
+
* // { // IcebergPartitionSpec
|
|
233
|
+
* // Fields: [ // IcebergPartitionSpecFieldList // required
|
|
234
|
+
* // { // IcebergPartitionField
|
|
235
|
+
* // SourceId: Number("int"), // required
|
|
236
|
+
* // Transform: "STRING_VALUE", // required
|
|
237
|
+
* // Name: "STRING_VALUE", // required
|
|
238
|
+
* // FieldId: Number("int"),
|
|
239
|
+
* // },
|
|
240
|
+
* // ],
|
|
241
|
+
* // SpecId: Number("int"),
|
|
242
|
+
* // },
|
|
243
|
+
* // ],
|
|
244
|
+
* // DefaultSpecId: Number("int"),
|
|
245
|
+
* // LastPartitionId: Number("int"),
|
|
246
|
+
* // SortOrders: [ // IcebergSortOrderList
|
|
247
|
+
* // { // IcebergSortOrder
|
|
248
|
+
* // OrderId: Number("int"), // required
|
|
249
|
+
* // Fields: [ // IcebergSortOrderFieldList // required
|
|
250
|
+
* // { // IcebergSortField
|
|
251
|
+
* // SourceId: Number("int"), // required
|
|
252
|
+
* // Transform: "STRING_VALUE", // required
|
|
253
|
+
* // Direction: "asc" || "desc", // required
|
|
254
|
+
* // NullOrder: "nulls-first" || "nulls-last", // required
|
|
255
|
+
* // },
|
|
256
|
+
* // ],
|
|
257
|
+
* // },
|
|
258
|
+
* // ],
|
|
259
|
+
* // DefaultSortOrderId: Number("int"),
|
|
260
|
+
* // },
|
|
202
261
|
* // Status: { // TableStatus
|
|
203
262
|
* // RequestedBy: "STRING_VALUE",
|
|
204
263
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -311,6 +370,65 @@ declare const GetUnfilteredTableMetadataCommand_base: {
|
|
|
311
370
|
* // },
|
|
312
371
|
* // IsMultiDialectView: true || false,
|
|
313
372
|
* // IsMaterializedView: true || false,
|
|
373
|
+
* // IcebergTableMetadata: {
|
|
374
|
+
* // FormatVersion: "STRING_VALUE",
|
|
375
|
+
* // TableUuid: "STRING_VALUE",
|
|
376
|
+
* // Location: "STRING_VALUE",
|
|
377
|
+
* // Properties: {
|
|
378
|
+
* // "<keys>": "STRING_VALUE",
|
|
379
|
+
* // },
|
|
380
|
+
* // Schemas: [
|
|
381
|
+
* // {
|
|
382
|
+
* // SchemaId: Number("int"),
|
|
383
|
+
* // IdentifierFieldIds: [
|
|
384
|
+
* // Number("int"),
|
|
385
|
+
* // ],
|
|
386
|
+
* // Type: "struct",
|
|
387
|
+
* // Fields: [ // required
|
|
388
|
+
* // {
|
|
389
|
+
* // Id: Number("int"), // required
|
|
390
|
+
* // Name: "STRING_VALUE", // required
|
|
391
|
+
* // Type: "DOCUMENT_VALUE", // required
|
|
392
|
+
* // Required: true || false, // required
|
|
393
|
+
* // Doc: "STRING_VALUE",
|
|
394
|
+
* // InitialDefault: "DOCUMENT_VALUE",
|
|
395
|
+
* // WriteDefault: "DOCUMENT_VALUE",
|
|
396
|
+
* // },
|
|
397
|
+
* // ],
|
|
398
|
+
* // },
|
|
399
|
+
* // ],
|
|
400
|
+
* // CurrentSchemaId: Number("int"),
|
|
401
|
+
* // LastColumnId: Number("int"),
|
|
402
|
+
* // PartitionSpecs: [
|
|
403
|
+
* // {
|
|
404
|
+
* // Fields: [ // required
|
|
405
|
+
* // {
|
|
406
|
+
* // SourceId: Number("int"), // required
|
|
407
|
+
* // Transform: "STRING_VALUE", // required
|
|
408
|
+
* // Name: "STRING_VALUE", // required
|
|
409
|
+
* // FieldId: Number("int"),
|
|
410
|
+
* // },
|
|
411
|
+
* // ],
|
|
412
|
+
* // SpecId: Number("int"),
|
|
413
|
+
* // },
|
|
414
|
+
* // ],
|
|
415
|
+
* // DefaultSpecId: Number("int"),
|
|
416
|
+
* // LastPartitionId: Number("int"),
|
|
417
|
+
* // SortOrders: [
|
|
418
|
+
* // {
|
|
419
|
+
* // OrderId: Number("int"), // required
|
|
420
|
+
* // Fields: [ // required
|
|
421
|
+
* // {
|
|
422
|
+
* // SourceId: Number("int"), // required
|
|
423
|
+
* // Transform: "STRING_VALUE", // required
|
|
424
|
+
* // Direction: "asc" || "desc", // required
|
|
425
|
+
* // NullOrder: "nulls-first" || "nulls-last", // required
|
|
426
|
+
* // },
|
|
427
|
+
* // ],
|
|
428
|
+
* // },
|
|
429
|
+
* // ],
|
|
430
|
+
* // DefaultSortOrderId: Number("int"),
|
|
431
|
+
* // },
|
|
314
432
|
* // Status: {
|
|
315
433
|
* // RequestedBy: "STRING_VALUE",
|
|
316
434
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -72,12 +72,18 @@ declare const RunStatementCommand_base: {
|
|
|
72
72
|
* @throws {@link InvalidInputException} (client fault)
|
|
73
73
|
* <p>The input provided was not valid.</p>
|
|
74
74
|
*
|
|
75
|
+
* @throws {@link OperationNotSupportedException} (client fault)
|
|
76
|
+
* <p>The operation is not available in the region.</p>
|
|
77
|
+
*
|
|
75
78
|
* @throws {@link OperationTimeoutException} (client fault)
|
|
76
79
|
* <p>The operation timed out.</p>
|
|
77
80
|
*
|
|
78
81
|
* @throws {@link ResourceNumberLimitExceededException} (client fault)
|
|
79
82
|
* <p>A resource numerical limit was exceeded.</p>
|
|
80
83
|
*
|
|
84
|
+
* @throws {@link SessionBusyException} (client fault)
|
|
85
|
+
* <p>The session is currently busy processing another request and cannot accept new operations.</p>
|
|
86
|
+
*
|
|
81
87
|
* @throws {@link ValidationException} (client fault)
|
|
82
88
|
* <p>A value could not be validated.</p>
|
|
83
89
|
*
|
|
@@ -188,6 +188,65 @@ declare const SearchTablesCommand_base: {
|
|
|
188
188
|
* // },
|
|
189
189
|
* // IsMultiDialectView: true || false,
|
|
190
190
|
* // IsMaterializedView: true || false,
|
|
191
|
+
* // IcebergTableMetadata: { // IcebergTableMetadata
|
|
192
|
+
* // FormatVersion: "STRING_VALUE",
|
|
193
|
+
* // TableUuid: "STRING_VALUE",
|
|
194
|
+
* // Location: "STRING_VALUE",
|
|
195
|
+
* // Properties: { // StringToStringMap
|
|
196
|
+
* // "<keys>": "STRING_VALUE",
|
|
197
|
+
* // },
|
|
198
|
+
* // Schemas: [ // IcebergSchemaList
|
|
199
|
+
* // { // IcebergSchema
|
|
200
|
+
* // SchemaId: Number("int"),
|
|
201
|
+
* // IdentifierFieldIds: [ // IntegerList
|
|
202
|
+
* // Number("int"),
|
|
203
|
+
* // ],
|
|
204
|
+
* // Type: "struct",
|
|
205
|
+
* // Fields: [ // IcebergStructFieldList // required
|
|
206
|
+
* // { // IcebergStructField
|
|
207
|
+
* // Id: Number("int"), // required
|
|
208
|
+
* // Name: "STRING_VALUE", // required
|
|
209
|
+
* // Type: "DOCUMENT_VALUE", // required
|
|
210
|
+
* // Required: true || false, // required
|
|
211
|
+
* // Doc: "STRING_VALUE",
|
|
212
|
+
* // InitialDefault: "DOCUMENT_VALUE",
|
|
213
|
+
* // WriteDefault: "DOCUMENT_VALUE",
|
|
214
|
+
* // },
|
|
215
|
+
* // ],
|
|
216
|
+
* // },
|
|
217
|
+
* // ],
|
|
218
|
+
* // CurrentSchemaId: Number("int"),
|
|
219
|
+
* // LastColumnId: Number("int"),
|
|
220
|
+
* // PartitionSpecs: [ // IcebergPartitionSpecList
|
|
221
|
+
* // { // IcebergPartitionSpec
|
|
222
|
+
* // Fields: [ // IcebergPartitionSpecFieldList // required
|
|
223
|
+
* // { // IcebergPartitionField
|
|
224
|
+
* // SourceId: Number("int"), // required
|
|
225
|
+
* // Transform: "STRING_VALUE", // required
|
|
226
|
+
* // Name: "STRING_VALUE", // required
|
|
227
|
+
* // FieldId: Number("int"),
|
|
228
|
+
* // },
|
|
229
|
+
* // ],
|
|
230
|
+
* // SpecId: Number("int"),
|
|
231
|
+
* // },
|
|
232
|
+
* // ],
|
|
233
|
+
* // DefaultSpecId: Number("int"),
|
|
234
|
+
* // LastPartitionId: Number("int"),
|
|
235
|
+
* // SortOrders: [ // IcebergSortOrderList
|
|
236
|
+
* // { // IcebergSortOrder
|
|
237
|
+
* // OrderId: Number("int"), // required
|
|
238
|
+
* // Fields: [ // IcebergSortOrderFieldList // required
|
|
239
|
+
* // { // IcebergSortField
|
|
240
|
+
* // SourceId: Number("int"), // required
|
|
241
|
+
* // Transform: "STRING_VALUE", // required
|
|
242
|
+
* // Direction: "asc" || "desc", // required
|
|
243
|
+
* // NullOrder: "nulls-first" || "nulls-last", // required
|
|
244
|
+
* // },
|
|
245
|
+
* // ],
|
|
246
|
+
* // },
|
|
247
|
+
* // ],
|
|
248
|
+
* // DefaultSortOrderId: Number("int"),
|
|
249
|
+
* // },
|
|
191
250
|
* // Status: { // TableStatus
|
|
192
251
|
* // RequestedBy: "STRING_VALUE",
|
|
193
252
|
* // UpdatedBy: "STRING_VALUE",
|
|
@@ -300,6 +359,65 @@ declare const SearchTablesCommand_base: {
|
|
|
300
359
|
* // },
|
|
301
360
|
* // IsMultiDialectView: true || false,
|
|
302
361
|
* // IsMaterializedView: true || false,
|
|
362
|
+
* // IcebergTableMetadata: {
|
|
363
|
+
* // FormatVersion: "STRING_VALUE",
|
|
364
|
+
* // TableUuid: "STRING_VALUE",
|
|
365
|
+
* // Location: "STRING_VALUE",
|
|
366
|
+
* // Properties: {
|
|
367
|
+
* // "<keys>": "STRING_VALUE",
|
|
368
|
+
* // },
|
|
369
|
+
* // Schemas: [
|
|
370
|
+
* // {
|
|
371
|
+
* // SchemaId: Number("int"),
|
|
372
|
+
* // IdentifierFieldIds: [
|
|
373
|
+
* // Number("int"),
|
|
374
|
+
* // ],
|
|
375
|
+
* // Type: "struct",
|
|
376
|
+
* // Fields: [ // required
|
|
377
|
+
* // {
|
|
378
|
+
* // Id: Number("int"), // required
|
|
379
|
+
* // Name: "STRING_VALUE", // required
|
|
380
|
+
* // Type: "DOCUMENT_VALUE", // required
|
|
381
|
+
* // Required: true || false, // required
|
|
382
|
+
* // Doc: "STRING_VALUE",
|
|
383
|
+
* // InitialDefault: "DOCUMENT_VALUE",
|
|
384
|
+
* // WriteDefault: "DOCUMENT_VALUE",
|
|
385
|
+
* // },
|
|
386
|
+
* // ],
|
|
387
|
+
* // },
|
|
388
|
+
* // ],
|
|
389
|
+
* // CurrentSchemaId: Number("int"),
|
|
390
|
+
* // LastColumnId: Number("int"),
|
|
391
|
+
* // PartitionSpecs: [
|
|
392
|
+
* // {
|
|
393
|
+
* // Fields: [ // required
|
|
394
|
+
* // {
|
|
395
|
+
* // SourceId: Number("int"), // required
|
|
396
|
+
* // Transform: "STRING_VALUE", // required
|
|
397
|
+
* // Name: "STRING_VALUE", // required
|
|
398
|
+
* // FieldId: Number("int"),
|
|
399
|
+
* // },
|
|
400
|
+
* // ],
|
|
401
|
+
* // SpecId: Number("int"),
|
|
402
|
+
* // },
|
|
403
|
+
* // ],
|
|
404
|
+
* // DefaultSpecId: Number("int"),
|
|
405
|
+
* // LastPartitionId: Number("int"),
|
|
406
|
+
* // SortOrders: [
|
|
407
|
+
* // {
|
|
408
|
+
* // OrderId: Number("int"), // required
|
|
409
|
+
* // Fields: [ // required
|
|
410
|
+
* // {
|
|
411
|
+
* // SourceId: Number("int"), // required
|
|
412
|
+
* // Transform: "STRING_VALUE", // required
|
|
413
|
+
* // Direction: "asc" || "desc", // required
|
|
414
|
+
* // NullOrder: "nulls-first" || "nulls-last", // required
|
|
415
|
+
* // },
|
|
416
|
+
* // ],
|
|
417
|
+
* // },
|
|
418
|
+
* // ],
|
|
419
|
+
* // DefaultSortOrderId: Number("int"),
|
|
420
|
+
* // },
|
|
303
421
|
* // Status: {
|
|
304
422
|
* // RequestedBy: "STRING_VALUE",
|
|
305
423
|
* // UpdatedBy: "STRING_VALUE",
|
package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateCrawlerScheduleCommand.d.ts
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import type { UpdateCrawlerScheduleRequest
|
|
4
|
+
import type { UpdateCrawlerScheduleRequest } from "../models/models_2";
|
|
5
|
+
import type { UpdateCrawlerScheduleResponse } from "../models/models_3";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
package/node_modules/@aws-sdk/client-glue/dist-types/commands/UpdateDataQualityRulesetCommand.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import type { UpdateDataQualityRulesetRequest, UpdateDataQualityRulesetResponse } from "../models/
|
|
4
|
+
import type { UpdateDataQualityRulesetRequest, UpdateDataQualityRulesetResponse } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import type { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import type { UpdateDatabaseRequest, UpdateDatabaseResponse } from "../models/
|
|
4
|
+
import type { UpdateDatabaseRequest, UpdateDatabaseResponse } from "../models/models_3";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -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";
|