@aws-sdk/client-glue 3.450.0 → 3.453.0
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/README.md +88 -0
- package/dist-cjs/Glue.js +22 -0
- package/dist-cjs/commands/BatchGetTableOptimizerCommand.js +51 -0
- package/dist-cjs/commands/CreateTableOptimizerCommand.js +51 -0
- package/dist-cjs/commands/DeleteTableOptimizerCommand.js +51 -0
- package/dist-cjs/commands/GetColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/GetColumnStatisticsTaskRunsCommand.js +51 -0
- package/dist-cjs/commands/GetTableOptimizerCommand.js +51 -0
- package/dist-cjs/commands/ListColumnStatisticsTaskRunsCommand.js +51 -0
- package/dist-cjs/commands/ListTableOptimizerRunsCommand.js +51 -0
- package/dist-cjs/commands/StartColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/StopColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/UpdateTableOptimizerCommand.js +51 -0
- package/dist-cjs/commands/index.js +11 -0
- package/dist-cjs/models/models_0.js +10 -16
- package/dist-cjs/models/models_1.js +23 -9
- package/dist-cjs/models/models_2.js +51 -1
- package/dist-cjs/pagination/GetColumnStatisticsTaskRunsPaginator.js +29 -0
- package/dist-cjs/pagination/ListColumnStatisticsTaskRunsPaginator.js +29 -0
- package/dist-cjs/pagination/ListTableOptimizerRunsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +4 -1
- package/dist-cjs/protocols/Aws_json1_1.js +676 -16
- package/dist-es/Glue.js +22 -0
- package/dist-es/commands/BatchGetTableOptimizerCommand.js +47 -0
- package/dist-es/commands/CreateTableOptimizerCommand.js +47 -0
- package/dist-es/commands/DeleteTableOptimizerCommand.js +47 -0
- package/dist-es/commands/GetColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/GetColumnStatisticsTaskRunsCommand.js +47 -0
- package/dist-es/commands/GetTableOptimizerCommand.js +47 -0
- package/dist-es/commands/ListColumnStatisticsTaskRunsCommand.js +47 -0
- package/dist-es/commands/ListTableOptimizerRunsCommand.js +47 -0
- package/dist-es/commands/StartColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/StopColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/UpdateTableOptimizerCommand.js +47 -0
- package/dist-es/commands/index.js +11 -0
- package/dist-es/models/models_0.js +9 -14
- package/dist-es/models/models_1.js +21 -8
- package/dist-es/models/models_2.js +47 -0
- package/dist-es/pagination/GetColumnStatisticsTaskRunsPaginator.js +25 -0
- package/dist-es/pagination/ListColumnStatisticsTaskRunsPaginator.js +25 -0
- package/dist-es/pagination/ListTableOptimizerRunsPaginator.js +25 -0
- package/dist-es/pagination/index.js +4 -1
- package/dist-es/protocols/Aws_json1_1.js +646 -8
- package/dist-types/Glue.d.ts +77 -0
- package/dist-types/GlueClient.d.ts +13 -2
- package/dist-types/commands/BatchGetTableOptimizerCommand.d.ts +120 -0
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/commands/CreateDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/CreateTableOptimizerCommand.d.ts +93 -0
- package/dist-types/commands/DeleteTableOptimizerCommand.d.ts +86 -0
- package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +103 -0
- package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +103 -0
- package/dist-types/commands/GetStatementCommand.d.ts +2 -1
- package/dist-types/commands/GetTableCommand.d.ts +1 -1
- package/dist-types/commands/GetTableOptimizerCommand.d.ts +109 -0
- package/dist-types/commands/GetTableVersionCommand.d.ts +1 -1
- package/dist-types/commands/GetTableVersionsCommand.d.ts +1 -1
- package/dist-types/commands/GetTablesCommand.d.ts +1 -1
- package/dist-types/commands/GetTagsCommand.d.ts +1 -1
- package/dist-types/commands/GetTriggerCommand.d.ts +1 -1
- package/dist-types/commands/GetTriggersCommand.d.ts +1 -2
- package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +80 -0
- package/dist-types/commands/ListTableOptimizerRunsCommand.d.ts +107 -0
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +99 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +84 -0
- package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +90 -0
- package/dist-types/commands/index.d.ts +11 -0
- package/dist-types/models/models_0.d.ts +227 -222
- package/dist-types/models/models_1.d.ts +482 -564
- package/dist-types/models/models_2.d.ts +843 -2
- package/dist-types/pagination/GetColumnStatisticsTaskRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListColumnStatisticsTaskRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTableOptimizerRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +4 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +99 -0
- package/dist-types/ts3.4/Glue.d.ts +187 -0
- package/dist-types/ts3.4/GlueClient.d.ts +66 -0
- package/dist-types/ts3.4/commands/BatchGetTableOptimizerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateDataQualityRulesetCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTableOptimizerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteTableOptimizerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetStatementCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTableOptimizerCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTriggerCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTriggersCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListTableOptimizerRunsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StartColumnStatisticsTaskRunCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopColumnStatisticsTaskRunCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +11 -0
- package/dist-types/ts3.4/models/models_0.d.ts +61 -59
- package/dist-types/ts3.4/models/models_1.d.ts +122 -130
- package/dist-types/ts3.4/models/models_2.d.ts +227 -4
- package/dist-types/ts3.4/pagination/GetColumnStatisticsTaskRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListColumnStatisticsTaskRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTableOptimizerRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +4 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +132 -0
- package/package.json +35 -35
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
DeleteTableOptimizerRequest,
|
|
16
|
+
DeleteTableOptimizerResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DeleteTableOptimizerCommandInput
|
|
20
|
+
extends DeleteTableOptimizerRequest {}
|
|
21
|
+
export interface DeleteTableOptimizerCommandOutput
|
|
22
|
+
extends DeleteTableOptimizerResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DeleteTableOptimizerCommand extends $Command<
|
|
25
|
+
DeleteTableOptimizerCommandInput,
|
|
26
|
+
DeleteTableOptimizerCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DeleteTableOptimizerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DeleteTableOptimizerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DeleteTableOptimizerCommandInput,
|
|
38
|
+
DeleteTableOptimizerCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
GetColumnStatisticsTaskRunRequest,
|
|
16
|
+
GetColumnStatisticsTaskRunResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetColumnStatisticsTaskRunCommandInput
|
|
20
|
+
extends GetColumnStatisticsTaskRunRequest {}
|
|
21
|
+
export interface GetColumnStatisticsTaskRunCommandOutput
|
|
22
|
+
extends GetColumnStatisticsTaskRunResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetColumnStatisticsTaskRunCommand extends $Command<
|
|
25
|
+
GetColumnStatisticsTaskRunCommandInput,
|
|
26
|
+
GetColumnStatisticsTaskRunCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetColumnStatisticsTaskRunCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetColumnStatisticsTaskRunCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetColumnStatisticsTaskRunCommandInput,
|
|
38
|
+
GetColumnStatisticsTaskRunCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
GetColumnStatisticsTaskRunsRequest,
|
|
16
|
+
GetColumnStatisticsTaskRunsResponse,
|
|
17
|
+
} from "../models/models_1";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetColumnStatisticsTaskRunsCommandInput
|
|
20
|
+
extends GetColumnStatisticsTaskRunsRequest {}
|
|
21
|
+
export interface GetColumnStatisticsTaskRunsCommandOutput
|
|
22
|
+
extends GetColumnStatisticsTaskRunsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetColumnStatisticsTaskRunsCommand extends $Command<
|
|
25
|
+
GetColumnStatisticsTaskRunsCommandInput,
|
|
26
|
+
GetColumnStatisticsTaskRunsCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetColumnStatisticsTaskRunsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetColumnStatisticsTaskRunsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
GetColumnStatisticsTaskRunsCommandInput,
|
|
38
|
+
GetColumnStatisticsTaskRunsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -11,7 +11,8 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlueClient";
|
|
14
|
-
import { GetStatementRequest
|
|
14
|
+
import { GetStatementRequest } from "../models/models_1";
|
|
15
|
+
import { GetStatementResponse } from "../models/models_2";
|
|
15
16
|
export { __MetadataBearer, $Command };
|
|
16
17
|
export interface GetStatementCommandInput extends GetStatementRequest {}
|
|
17
18
|
export interface GetStatementCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlueClient";
|
|
14
|
-
import { GetTableRequest, GetTableResponse } from "../models/
|
|
14
|
+
import { GetTableRequest, GetTableResponse } from "../models/models_2";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface GetTableCommandInput extends GetTableRequest {}
|
|
17
17
|
export interface GetTableCommandOutput
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
GetTableOptimizerRequest,
|
|
16
|
+
GetTableOptimizerResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface GetTableOptimizerCommandInput
|
|
20
|
+
extends GetTableOptimizerRequest {}
|
|
21
|
+
export interface GetTableOptimizerCommandOutput
|
|
22
|
+
extends GetTableOptimizerResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class GetTableOptimizerCommand extends $Command<
|
|
25
|
+
GetTableOptimizerCommandInput,
|
|
26
|
+
GetTableOptimizerCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: GetTableOptimizerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: GetTableOptimizerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<GetTableOptimizerCommandInput, GetTableOptimizerCommandOutput>;
|
|
37
|
+
private serialize;
|
|
38
|
+
private deserialize;
|
|
39
|
+
}
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetTableVersionRequest,
|
|
16
16
|
GetTableVersionResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface GetTableVersionCommandInput extends GetTableVersionRequest {}
|
|
20
20
|
export interface GetTableVersionCommandOutput
|
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
import {
|
|
15
15
|
GetTableVersionsRequest,
|
|
16
16
|
GetTableVersionsResponse,
|
|
17
|
-
} from "../models/
|
|
17
|
+
} from "../models/models_2";
|
|
18
18
|
export { __MetadataBearer, $Command };
|
|
19
19
|
export interface GetTableVersionsCommandInput extends GetTableVersionsRequest {}
|
|
20
20
|
export interface GetTableVersionsCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlueClient";
|
|
14
|
-
import { GetTablesRequest, GetTablesResponse } from "../models/
|
|
14
|
+
import { GetTablesRequest, GetTablesResponse } from "../models/models_2";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface GetTablesCommandInput extends GetTablesRequest {}
|
|
17
17
|
export interface GetTablesCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlueClient";
|
|
14
|
-
import { GetTagsRequest, GetTagsResponse } from "../models/
|
|
14
|
+
import { GetTagsRequest, GetTagsResponse } from "../models/models_2";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface GetTagsCommandInput extends GetTagsRequest {}
|
|
17
17
|
export interface GetTagsCommandOutput
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlueClient";
|
|
14
|
-
import { GetTriggerRequest, GetTriggerResponse } from "../models/
|
|
14
|
+
import { GetTriggerRequest, GetTriggerResponse } from "../models/models_2";
|
|
15
15
|
export { __MetadataBearer, $Command };
|
|
16
16
|
export interface GetTriggerCommandInput extends GetTriggerRequest {}
|
|
17
17
|
export interface GetTriggerCommandOutput
|
|
@@ -11,8 +11,7 @@ import {
|
|
|
11
11
|
ServiceInputTypes,
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../GlueClient";
|
|
14
|
-
import { GetTriggersRequest } from "../models/
|
|
15
|
-
import { GetTriggersResponse } from "../models/models_2";
|
|
14
|
+
import { GetTriggersRequest, GetTriggersResponse } from "../models/models_2";
|
|
16
15
|
export { __MetadataBearer, $Command };
|
|
17
16
|
export interface GetTriggersCommandInput extends GetTriggersRequest {}
|
|
18
17
|
export interface GetTriggersCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
ListColumnStatisticsTaskRunsRequest,
|
|
16
|
+
ListColumnStatisticsTaskRunsResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListColumnStatisticsTaskRunsCommandInput
|
|
20
|
+
extends ListColumnStatisticsTaskRunsRequest {}
|
|
21
|
+
export interface ListColumnStatisticsTaskRunsCommandOutput
|
|
22
|
+
extends ListColumnStatisticsTaskRunsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListColumnStatisticsTaskRunsCommand extends $Command<
|
|
25
|
+
ListColumnStatisticsTaskRunsCommandInput,
|
|
26
|
+
ListColumnStatisticsTaskRunsCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListColumnStatisticsTaskRunsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListColumnStatisticsTaskRunsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListColumnStatisticsTaskRunsCommandInput,
|
|
38
|
+
ListColumnStatisticsTaskRunsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
ListTableOptimizerRunsRequest,
|
|
16
|
+
ListTableOptimizerRunsResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface ListTableOptimizerRunsCommandInput
|
|
20
|
+
extends ListTableOptimizerRunsRequest {}
|
|
21
|
+
export interface ListTableOptimizerRunsCommandOutput
|
|
22
|
+
extends ListTableOptimizerRunsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class ListTableOptimizerRunsCommand extends $Command<
|
|
25
|
+
ListTableOptimizerRunsCommandInput,
|
|
26
|
+
ListTableOptimizerRunsCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: ListTableOptimizerRunsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: ListTableOptimizerRunsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
ListTableOptimizerRunsCommandInput,
|
|
38
|
+
ListTableOptimizerRunsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
StartColumnStatisticsTaskRunRequest,
|
|
16
|
+
StartColumnStatisticsTaskRunResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StartColumnStatisticsTaskRunCommandInput
|
|
20
|
+
extends StartColumnStatisticsTaskRunRequest {}
|
|
21
|
+
export interface StartColumnStatisticsTaskRunCommandOutput
|
|
22
|
+
extends StartColumnStatisticsTaskRunResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StartColumnStatisticsTaskRunCommand extends $Command<
|
|
25
|
+
StartColumnStatisticsTaskRunCommandInput,
|
|
26
|
+
StartColumnStatisticsTaskRunCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StartColumnStatisticsTaskRunCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StartColumnStatisticsTaskRunCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StartColumnStatisticsTaskRunCommandInput,
|
|
38
|
+
StartColumnStatisticsTaskRunCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
StopColumnStatisticsTaskRunRequest,
|
|
16
|
+
StopColumnStatisticsTaskRunResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface StopColumnStatisticsTaskRunCommandInput
|
|
20
|
+
extends StopColumnStatisticsTaskRunRequest {}
|
|
21
|
+
export interface StopColumnStatisticsTaskRunCommandOutput
|
|
22
|
+
extends StopColumnStatisticsTaskRunResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class StopColumnStatisticsTaskRunCommand extends $Command<
|
|
25
|
+
StopColumnStatisticsTaskRunCommandInput,
|
|
26
|
+
StopColumnStatisticsTaskRunCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: StopColumnStatisticsTaskRunCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: StopColumnStatisticsTaskRunCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
StopColumnStatisticsTaskRunCommandInput,
|
|
38
|
+
StopColumnStatisticsTaskRunCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
GlueClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../GlueClient";
|
|
14
|
+
import {
|
|
15
|
+
UpdateTableOptimizerRequest,
|
|
16
|
+
UpdateTableOptimizerResponse,
|
|
17
|
+
} from "../models/models_2";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface UpdateTableOptimizerCommandInput
|
|
20
|
+
extends UpdateTableOptimizerRequest {}
|
|
21
|
+
export interface UpdateTableOptimizerCommandOutput
|
|
22
|
+
extends UpdateTableOptimizerResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class UpdateTableOptimizerCommand extends $Command<
|
|
25
|
+
UpdateTableOptimizerCommandInput,
|
|
26
|
+
UpdateTableOptimizerCommandOutput,
|
|
27
|
+
GlueClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: UpdateTableOptimizerCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: UpdateTableOptimizerCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: GlueClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
UpdateTableOptimizerCommandInput,
|
|
38
|
+
UpdateTableOptimizerCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -10,6 +10,7 @@ export * from "./BatchGetDataQualityResultCommand";
|
|
|
10
10
|
export * from "./BatchGetDevEndpointsCommand";
|
|
11
11
|
export * from "./BatchGetJobsCommand";
|
|
12
12
|
export * from "./BatchGetPartitionCommand";
|
|
13
|
+
export * from "./BatchGetTableOptimizerCommand";
|
|
13
14
|
export * from "./BatchGetTriggersCommand";
|
|
14
15
|
export * from "./BatchGetWorkflowsCommand";
|
|
15
16
|
export * from "./BatchStopJobRunCommand";
|
|
@@ -37,6 +38,7 @@ export * from "./CreateScriptCommand";
|
|
|
37
38
|
export * from "./CreateSecurityConfigurationCommand";
|
|
38
39
|
export * from "./CreateSessionCommand";
|
|
39
40
|
export * from "./CreateTableCommand";
|
|
41
|
+
export * from "./CreateTableOptimizerCommand";
|
|
40
42
|
export * from "./CreateTriggerCommand";
|
|
41
43
|
export * from "./CreateUserDefinedFunctionCommand";
|
|
42
44
|
export * from "./CreateWorkflowCommand";
|
|
@@ -61,6 +63,7 @@ export * from "./DeleteSchemaVersionsCommand";
|
|
|
61
63
|
export * from "./DeleteSecurityConfigurationCommand";
|
|
62
64
|
export * from "./DeleteSessionCommand";
|
|
63
65
|
export * from "./DeleteTableCommand";
|
|
66
|
+
export * from "./DeleteTableOptimizerCommand";
|
|
64
67
|
export * from "./DeleteTableVersionCommand";
|
|
65
68
|
export * from "./DeleteTriggerCommand";
|
|
66
69
|
export * from "./DeleteUserDefinedFunctionCommand";
|
|
@@ -73,6 +76,8 @@ export * from "./GetClassifierCommand";
|
|
|
73
76
|
export * from "./GetClassifiersCommand";
|
|
74
77
|
export * from "./GetColumnStatisticsForPartitionCommand";
|
|
75
78
|
export * from "./GetColumnStatisticsForTableCommand";
|
|
79
|
+
export * from "./GetColumnStatisticsTaskRunCommand";
|
|
80
|
+
export * from "./GetColumnStatisticsTaskRunsCommand";
|
|
76
81
|
export * from "./GetConnectionCommand";
|
|
77
82
|
export * from "./GetConnectionsCommand";
|
|
78
83
|
export * from "./GetCrawlerCommand";
|
|
@@ -115,6 +120,7 @@ export * from "./GetSecurityConfigurationsCommand";
|
|
|
115
120
|
export * from "./GetSessionCommand";
|
|
116
121
|
export * from "./GetStatementCommand";
|
|
117
122
|
export * from "./GetTableCommand";
|
|
123
|
+
export * from "./GetTableOptimizerCommand";
|
|
118
124
|
export * from "./GetTableVersionCommand";
|
|
119
125
|
export * from "./GetTableVersionsCommand";
|
|
120
126
|
export * from "./GetTablesCommand";
|
|
@@ -132,6 +138,7 @@ export * from "./GetWorkflowRunPropertiesCommand";
|
|
|
132
138
|
export * from "./GetWorkflowRunsCommand";
|
|
133
139
|
export * from "./ImportCatalogToGlueCommand";
|
|
134
140
|
export * from "./ListBlueprintsCommand";
|
|
141
|
+
export * from "./ListColumnStatisticsTaskRunsCommand";
|
|
135
142
|
export * from "./ListCrawlersCommand";
|
|
136
143
|
export * from "./ListCrawlsCommand";
|
|
137
144
|
export * from "./ListCustomEntityTypesCommand";
|
|
@@ -147,6 +154,7 @@ export * from "./ListSchemaVersionsCommand";
|
|
|
147
154
|
export * from "./ListSchemasCommand";
|
|
148
155
|
export * from "./ListSessionsCommand";
|
|
149
156
|
export * from "./ListStatementsCommand";
|
|
157
|
+
export * from "./ListTableOptimizerRunsCommand";
|
|
150
158
|
export * from "./ListTriggersCommand";
|
|
151
159
|
export * from "./ListWorkflowsCommand";
|
|
152
160
|
export * from "./PutDataCatalogEncryptionSettingsCommand";
|
|
@@ -161,6 +169,7 @@ export * from "./ResumeWorkflowRunCommand";
|
|
|
161
169
|
export * from "./RunStatementCommand";
|
|
162
170
|
export * from "./SearchTablesCommand";
|
|
163
171
|
export * from "./StartBlueprintRunCommand";
|
|
172
|
+
export * from "./StartColumnStatisticsTaskRunCommand";
|
|
164
173
|
export * from "./StartCrawlerCommand";
|
|
165
174
|
export * from "./StartCrawlerScheduleCommand";
|
|
166
175
|
export * from "./StartDataQualityRuleRecommendationRunCommand";
|
|
@@ -172,6 +181,7 @@ export * from "./StartMLEvaluationTaskRunCommand";
|
|
|
172
181
|
export * from "./StartMLLabelingSetGenerationTaskRunCommand";
|
|
173
182
|
export * from "./StartTriggerCommand";
|
|
174
183
|
export * from "./StartWorkflowRunCommand";
|
|
184
|
+
export * from "./StopColumnStatisticsTaskRunCommand";
|
|
175
185
|
export * from "./StopCrawlerCommand";
|
|
176
186
|
export * from "./StopCrawlerScheduleCommand";
|
|
177
187
|
export * from "./StopSessionCommand";
|
|
@@ -197,6 +207,7 @@ export * from "./UpdateRegistryCommand";
|
|
|
197
207
|
export * from "./UpdateSchemaCommand";
|
|
198
208
|
export * from "./UpdateSourceControlFromJobCommand";
|
|
199
209
|
export * from "./UpdateTableCommand";
|
|
210
|
+
export * from "./UpdateTableOptimizerCommand";
|
|
200
211
|
export * from "./UpdateTriggerCommand";
|
|
201
212
|
export * from "./UpdateUserDefinedFunctionCommand";
|
|
202
213
|
export * from "./UpdateWorkflowCommand";
|
|
@@ -1551,6 +1551,67 @@ export declare class InvalidStateException extends __BaseException {
|
|
|
1551
1551
|
opts: __ExceptionOptionType<InvalidStateException, __BaseException>
|
|
1552
1552
|
);
|
|
1553
1553
|
}
|
|
1554
|
+
export declare const TableOptimizerType: {
|
|
1555
|
+
readonly COMPACTION: "compaction";
|
|
1556
|
+
};
|
|
1557
|
+
export type TableOptimizerType =
|
|
1558
|
+
(typeof TableOptimizerType)[keyof typeof TableOptimizerType];
|
|
1559
|
+
export interface BatchGetTableOptimizerEntry {
|
|
1560
|
+
catalogId?: string;
|
|
1561
|
+
databaseName?: string;
|
|
1562
|
+
tableName?: string;
|
|
1563
|
+
type?: TableOptimizerType;
|
|
1564
|
+
}
|
|
1565
|
+
export interface BatchGetTableOptimizerRequest {
|
|
1566
|
+
Entries: BatchGetTableOptimizerEntry[] | undefined;
|
|
1567
|
+
}
|
|
1568
|
+
export interface BatchGetTableOptimizerError {
|
|
1569
|
+
error?: ErrorDetail;
|
|
1570
|
+
catalogId?: string;
|
|
1571
|
+
databaseName?: string;
|
|
1572
|
+
tableName?: string;
|
|
1573
|
+
type?: TableOptimizerType;
|
|
1574
|
+
}
|
|
1575
|
+
export interface TableOptimizerConfiguration {
|
|
1576
|
+
roleArn?: string;
|
|
1577
|
+
enabled?: boolean;
|
|
1578
|
+
}
|
|
1579
|
+
export declare const TableOptimizerEventType: {
|
|
1580
|
+
readonly COMPLETED: "completed";
|
|
1581
|
+
readonly FAILED: "failed";
|
|
1582
|
+
readonly IN_PROGRESS: "in_progress";
|
|
1583
|
+
readonly STARTING: "starting";
|
|
1584
|
+
};
|
|
1585
|
+
export type TableOptimizerEventType =
|
|
1586
|
+
(typeof TableOptimizerEventType)[keyof typeof TableOptimizerEventType];
|
|
1587
|
+
export interface RunMetrics {
|
|
1588
|
+
NumberOfBytesCompacted?: string;
|
|
1589
|
+
NumberOfFilesCompacted?: string;
|
|
1590
|
+
NumberOfDpus?: string;
|
|
1591
|
+
JobDurationInHour?: string;
|
|
1592
|
+
}
|
|
1593
|
+
export interface TableOptimizerRun {
|
|
1594
|
+
eventType?: TableOptimizerEventType;
|
|
1595
|
+
startTimestamp?: Date;
|
|
1596
|
+
endTimestamp?: Date;
|
|
1597
|
+
metrics?: RunMetrics;
|
|
1598
|
+
error?: string;
|
|
1599
|
+
}
|
|
1600
|
+
export interface TableOptimizer {
|
|
1601
|
+
type?: TableOptimizerType;
|
|
1602
|
+
configuration?: TableOptimizerConfiguration;
|
|
1603
|
+
lastRun?: TableOptimizerRun;
|
|
1604
|
+
}
|
|
1605
|
+
export interface BatchTableOptimizer {
|
|
1606
|
+
catalogId?: string;
|
|
1607
|
+
databaseName?: string;
|
|
1608
|
+
tableName?: string;
|
|
1609
|
+
tableOptimizer?: TableOptimizer;
|
|
1610
|
+
}
|
|
1611
|
+
export interface BatchGetTableOptimizerResponse {
|
|
1612
|
+
TableOptimizers?: BatchTableOptimizer[];
|
|
1613
|
+
Failures?: BatchGetTableOptimizerError[];
|
|
1614
|
+
}
|
|
1554
1615
|
export interface BatchGetTriggersRequest {
|
|
1555
1616
|
TriggerNames: string[] | undefined;
|
|
1556
1617
|
}
|
|
@@ -2045,62 +2106,3 @@ export declare const Permission: {
|
|
|
2045
2106
|
readonly SELECT: "SELECT";
|
|
2046
2107
|
};
|
|
2047
2108
|
export type Permission = (typeof Permission)[keyof typeof Permission];
|
|
2048
|
-
export interface DataLakePrincipal {
|
|
2049
|
-
DataLakePrincipalIdentifier?: string;
|
|
2050
|
-
}
|
|
2051
|
-
export interface PrincipalPermissions {
|
|
2052
|
-
Principal?: DataLakePrincipal;
|
|
2053
|
-
Permissions?: Permission[];
|
|
2054
|
-
}
|
|
2055
|
-
export interface FederatedDatabase {
|
|
2056
|
-
Identifier?: string;
|
|
2057
|
-
ConnectionName?: string;
|
|
2058
|
-
}
|
|
2059
|
-
export interface DatabaseIdentifier {
|
|
2060
|
-
CatalogId?: string;
|
|
2061
|
-
DatabaseName?: string;
|
|
2062
|
-
Region?: string;
|
|
2063
|
-
}
|
|
2064
|
-
export interface DatabaseInput {
|
|
2065
|
-
Name: string | undefined;
|
|
2066
|
-
Description?: string;
|
|
2067
|
-
LocationUri?: string;
|
|
2068
|
-
Parameters?: Record<string, string>;
|
|
2069
|
-
CreateTableDefaultPermissions?: PrincipalPermissions[];
|
|
2070
|
-
TargetDatabase?: DatabaseIdentifier;
|
|
2071
|
-
FederatedDatabase?: FederatedDatabase;
|
|
2072
|
-
}
|
|
2073
|
-
export interface CreateDatabaseRequest {
|
|
2074
|
-
CatalogId?: string;
|
|
2075
|
-
DatabaseInput: DatabaseInput | undefined;
|
|
2076
|
-
Tags?: Record<string, string>;
|
|
2077
|
-
}
|
|
2078
|
-
export interface CreateDatabaseResponse {}
|
|
2079
|
-
export declare class FederatedResourceAlreadyExistsException extends __BaseException {
|
|
2080
|
-
readonly name: "FederatedResourceAlreadyExistsException";
|
|
2081
|
-
readonly $fault: "client";
|
|
2082
|
-
Message?: string;
|
|
2083
|
-
AssociatedGlueResource?: string;
|
|
2084
|
-
constructor(
|
|
2085
|
-
opts: __ExceptionOptionType<
|
|
2086
|
-
FederatedResourceAlreadyExistsException,
|
|
2087
|
-
__BaseException
|
|
2088
|
-
>
|
|
2089
|
-
);
|
|
2090
|
-
}
|
|
2091
|
-
export interface DataQualityTargetTable {
|
|
2092
|
-
TableName: string | undefined;
|
|
2093
|
-
DatabaseName: string | undefined;
|
|
2094
|
-
CatalogId?: string;
|
|
2095
|
-
}
|
|
2096
|
-
export interface CreateDataQualityRulesetRequest {
|
|
2097
|
-
Name: string | undefined;
|
|
2098
|
-
Description?: string;
|
|
2099
|
-
Ruleset: string | undefined;
|
|
2100
|
-
Tags?: Record<string, string>;
|
|
2101
|
-
TargetTable?: DataQualityTargetTable;
|
|
2102
|
-
ClientToken?: string;
|
|
2103
|
-
}
|
|
2104
|
-
export interface CreateDataQualityRulesetResponse {
|
|
2105
|
-
Name?: string;
|
|
2106
|
-
}
|