@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,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListColumnStatisticsTaskRunsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class ListColumnStatisticsTaskRunsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListColumnStatisticsTaskRunsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "ListColumnStatisticsTaskRunsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "ListColumnStatisticsTaskRuns",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_ListColumnStatisticsTaskRunsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_ListColumnStatisticsTaskRunsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListColumnStatisticsTaskRunsCommand = ListColumnStatisticsTaskRunsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTableOptimizerRunsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class ListTableOptimizerRunsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTableOptimizerRunsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "ListTableOptimizerRunsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "ListTableOptimizerRuns",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_ListTableOptimizerRunsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_ListTableOptimizerRunsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListTableOptimizerRunsCommand = ListTableOptimizerRunsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StartColumnStatisticsTaskRunCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class StartColumnStatisticsTaskRunCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StartColumnStatisticsTaskRunCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "StartColumnStatisticsTaskRunCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "StartColumnStatisticsTaskRun",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_StartColumnStatisticsTaskRunCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_StartColumnStatisticsTaskRunCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.StartColumnStatisticsTaskRunCommand = StartColumnStatisticsTaskRunCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.StopColumnStatisticsTaskRunCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class StopColumnStatisticsTaskRunCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, StopColumnStatisticsTaskRunCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "StopColumnStatisticsTaskRunCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "StopColumnStatisticsTaskRun",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_StopColumnStatisticsTaskRunCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_StopColumnStatisticsTaskRunCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.StopColumnStatisticsTaskRunCommand = StopColumnStatisticsTaskRunCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateTableOptimizerCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class UpdateTableOptimizerCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateTableOptimizerCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "UpdateTableOptimizerCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "UpdateTableOptimizer",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_UpdateTableOptimizerCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_UpdateTableOptimizerCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.UpdateTableOptimizerCommand = UpdateTableOptimizerCommand;
|
|
@@ -13,6 +13,7 @@ tslib_1.__exportStar(require("./BatchGetDataQualityResultCommand"), exports);
|
|
|
13
13
|
tslib_1.__exportStar(require("./BatchGetDevEndpointsCommand"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./BatchGetJobsCommand"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./BatchGetPartitionCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./BatchGetTableOptimizerCommand"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./BatchGetTriggersCommand"), exports);
|
|
17
18
|
tslib_1.__exportStar(require("./BatchGetWorkflowsCommand"), exports);
|
|
18
19
|
tslib_1.__exportStar(require("./BatchStopJobRunCommand"), exports);
|
|
@@ -40,6 +41,7 @@ tslib_1.__exportStar(require("./CreateScriptCommand"), exports);
|
|
|
40
41
|
tslib_1.__exportStar(require("./CreateSecurityConfigurationCommand"), exports);
|
|
41
42
|
tslib_1.__exportStar(require("./CreateSessionCommand"), exports);
|
|
42
43
|
tslib_1.__exportStar(require("./CreateTableCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./CreateTableOptimizerCommand"), exports);
|
|
43
45
|
tslib_1.__exportStar(require("./CreateTriggerCommand"), exports);
|
|
44
46
|
tslib_1.__exportStar(require("./CreateUserDefinedFunctionCommand"), exports);
|
|
45
47
|
tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
|
|
@@ -64,6 +66,7 @@ tslib_1.__exportStar(require("./DeleteSchemaVersionsCommand"), exports);
|
|
|
64
66
|
tslib_1.__exportStar(require("./DeleteSecurityConfigurationCommand"), exports);
|
|
65
67
|
tslib_1.__exportStar(require("./DeleteSessionCommand"), exports);
|
|
66
68
|
tslib_1.__exportStar(require("./DeleteTableCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./DeleteTableOptimizerCommand"), exports);
|
|
67
70
|
tslib_1.__exportStar(require("./DeleteTableVersionCommand"), exports);
|
|
68
71
|
tslib_1.__exportStar(require("./DeleteTriggerCommand"), exports);
|
|
69
72
|
tslib_1.__exportStar(require("./DeleteUserDefinedFunctionCommand"), exports);
|
|
@@ -76,6 +79,8 @@ tslib_1.__exportStar(require("./GetClassifierCommand"), exports);
|
|
|
76
79
|
tslib_1.__exportStar(require("./GetClassifiersCommand"), exports);
|
|
77
80
|
tslib_1.__exportStar(require("./GetColumnStatisticsForPartitionCommand"), exports);
|
|
78
81
|
tslib_1.__exportStar(require("./GetColumnStatisticsForTableCommand"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./GetColumnStatisticsTaskRunCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./GetColumnStatisticsTaskRunsCommand"), exports);
|
|
79
84
|
tslib_1.__exportStar(require("./GetConnectionCommand"), exports);
|
|
80
85
|
tslib_1.__exportStar(require("./GetConnectionsCommand"), exports);
|
|
81
86
|
tslib_1.__exportStar(require("./GetCrawlerCommand"), exports);
|
|
@@ -118,6 +123,7 @@ tslib_1.__exportStar(require("./GetSecurityConfigurationsCommand"), exports);
|
|
|
118
123
|
tslib_1.__exportStar(require("./GetSessionCommand"), exports);
|
|
119
124
|
tslib_1.__exportStar(require("./GetStatementCommand"), exports);
|
|
120
125
|
tslib_1.__exportStar(require("./GetTableCommand"), exports);
|
|
126
|
+
tslib_1.__exportStar(require("./GetTableOptimizerCommand"), exports);
|
|
121
127
|
tslib_1.__exportStar(require("./GetTableVersionCommand"), exports);
|
|
122
128
|
tslib_1.__exportStar(require("./GetTableVersionsCommand"), exports);
|
|
123
129
|
tslib_1.__exportStar(require("./GetTablesCommand"), exports);
|
|
@@ -135,6 +141,7 @@ tslib_1.__exportStar(require("./GetWorkflowRunPropertiesCommand"), exports);
|
|
|
135
141
|
tslib_1.__exportStar(require("./GetWorkflowRunsCommand"), exports);
|
|
136
142
|
tslib_1.__exportStar(require("./ImportCatalogToGlueCommand"), exports);
|
|
137
143
|
tslib_1.__exportStar(require("./ListBlueprintsCommand"), exports);
|
|
144
|
+
tslib_1.__exportStar(require("./ListColumnStatisticsTaskRunsCommand"), exports);
|
|
138
145
|
tslib_1.__exportStar(require("./ListCrawlersCommand"), exports);
|
|
139
146
|
tslib_1.__exportStar(require("./ListCrawlsCommand"), exports);
|
|
140
147
|
tslib_1.__exportStar(require("./ListCustomEntityTypesCommand"), exports);
|
|
@@ -150,6 +157,7 @@ tslib_1.__exportStar(require("./ListSchemaVersionsCommand"), exports);
|
|
|
150
157
|
tslib_1.__exportStar(require("./ListSchemasCommand"), exports);
|
|
151
158
|
tslib_1.__exportStar(require("./ListSessionsCommand"), exports);
|
|
152
159
|
tslib_1.__exportStar(require("./ListStatementsCommand"), exports);
|
|
160
|
+
tslib_1.__exportStar(require("./ListTableOptimizerRunsCommand"), exports);
|
|
153
161
|
tslib_1.__exportStar(require("./ListTriggersCommand"), exports);
|
|
154
162
|
tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
|
|
155
163
|
tslib_1.__exportStar(require("./PutDataCatalogEncryptionSettingsCommand"), exports);
|
|
@@ -164,6 +172,7 @@ tslib_1.__exportStar(require("./ResumeWorkflowRunCommand"), exports);
|
|
|
164
172
|
tslib_1.__exportStar(require("./RunStatementCommand"), exports);
|
|
165
173
|
tslib_1.__exportStar(require("./SearchTablesCommand"), exports);
|
|
166
174
|
tslib_1.__exportStar(require("./StartBlueprintRunCommand"), exports);
|
|
175
|
+
tslib_1.__exportStar(require("./StartColumnStatisticsTaskRunCommand"), exports);
|
|
167
176
|
tslib_1.__exportStar(require("./StartCrawlerCommand"), exports);
|
|
168
177
|
tslib_1.__exportStar(require("./StartCrawlerScheduleCommand"), exports);
|
|
169
178
|
tslib_1.__exportStar(require("./StartDataQualityRuleRecommendationRunCommand"), exports);
|
|
@@ -175,6 +184,7 @@ tslib_1.__exportStar(require("./StartMLEvaluationTaskRunCommand"), exports);
|
|
|
175
184
|
tslib_1.__exportStar(require("./StartMLLabelingSetGenerationTaskRunCommand"), exports);
|
|
176
185
|
tslib_1.__exportStar(require("./StartTriggerCommand"), exports);
|
|
177
186
|
tslib_1.__exportStar(require("./StartWorkflowRunCommand"), exports);
|
|
187
|
+
tslib_1.__exportStar(require("./StopColumnStatisticsTaskRunCommand"), exports);
|
|
178
188
|
tslib_1.__exportStar(require("./StopCrawlerCommand"), exports);
|
|
179
189
|
tslib_1.__exportStar(require("./StopCrawlerScheduleCommand"), exports);
|
|
180
190
|
tslib_1.__exportStar(require("./StopSessionCommand"), exports);
|
|
@@ -200,6 +210,7 @@ tslib_1.__exportStar(require("./UpdateRegistryCommand"), exports);
|
|
|
200
210
|
tslib_1.__exportStar(require("./UpdateSchemaCommand"), exports);
|
|
201
211
|
tslib_1.__exportStar(require("./UpdateSourceControlFromJobCommand"), exports);
|
|
202
212
|
tslib_1.__exportStar(require("./UpdateTableCommand"), exports);
|
|
213
|
+
tslib_1.__exportStar(require("./UpdateTableOptimizerCommand"), exports);
|
|
203
214
|
tslib_1.__exportStar(require("./UpdateTriggerCommand"), exports);
|
|
204
215
|
tslib_1.__exportStar(require("./UpdateUserDefinedFunctionCommand"), exports);
|
|
205
216
|
tslib_1.__exportStar(require("./UpdateWorkflowCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.FederationSourceErrorCode = exports.SourceControlProvider = exports.SourceControlAuthStrategy = exports.ExecutionClass = exports.UnionType = exports.HudiTargetCompressionType = exports.ParquetCompressionType = exports.TargetFormat = exports.DeltaTargetCompressionType = exports.Separator = exports.QuoteChar = exports.CompressionType = exports.PiiType = exports.JoinType = exports.GlueRecordType = exports.JDBCDataType = exports.UpdateCatalogBehavior = exports.FilterLogicalOperator = exports.FilterValueType = exports.FilterOperation = exports.DQStopJobOnFailureTiming = exports.DQTransformOutput = exports.ParamType = exports.JDBCConnectionType = exports.StartingPosition = exports.WorkerType = exports.DataQualityRuleResultStatus = exports.JdbcMetadataEntry = exports.CrawlerState = exports.UpdateBehavior = exports.DeleteBehavior = exports.ScheduleState = exports.RecrawlBehavior = exports.CrawlerLineageSettings = exports.LastCrawlStatus = exports.BlueprintStatus = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AggFunction = exports.AdditionalOptionKeys = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.
|
|
4
|
+
exports.Permission = exports.ConcurrentModificationException = exports.IdempotentParameterMismatchException = exports.ConnectionType = exports.ConnectionPropertyKey = exports.CsvSerdeOption = exports.CsvHeaderOption = exports.DataFormat = exports.IllegalSessionStateException = exports.TaskStatusType = exports.WorkflowRunStatus = exports.NodeType = exports.TriggerType = exports.TriggerState = exports.Logical = exports.JobRunState = exports.LogicalOperator = exports.CrawlState = exports.TableOptimizerEventType = exports.TableOptimizerType = void 0;
|
|
5
5
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
6
6
|
class AccessDeniedException extends GlueServiceException_1.GlueServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -437,6 +437,15 @@ class InvalidStateException extends GlueServiceException_1.GlueServiceException
|
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
exports.InvalidStateException = InvalidStateException;
|
|
440
|
+
exports.TableOptimizerType = {
|
|
441
|
+
COMPACTION: "compaction",
|
|
442
|
+
};
|
|
443
|
+
exports.TableOptimizerEventType = {
|
|
444
|
+
COMPLETED: "completed",
|
|
445
|
+
FAILED: "failed",
|
|
446
|
+
IN_PROGRESS: "in_progress",
|
|
447
|
+
STARTING: "starting",
|
|
448
|
+
};
|
|
440
449
|
exports.CrawlState = {
|
|
441
450
|
CANCELLED: "CANCELLED",
|
|
442
451
|
CANCELLING: "CANCELLING",
|
|
@@ -618,18 +627,3 @@ exports.Permission = {
|
|
|
618
627
|
INSERT: "INSERT",
|
|
619
628
|
SELECT: "SELECT",
|
|
620
629
|
};
|
|
621
|
-
class FederatedResourceAlreadyExistsException extends GlueServiceException_1.GlueServiceException {
|
|
622
|
-
constructor(opts) {
|
|
623
|
-
super({
|
|
624
|
-
name: "FederatedResourceAlreadyExistsException",
|
|
625
|
-
$fault: "client",
|
|
626
|
-
...opts,
|
|
627
|
-
});
|
|
628
|
-
this.name = "FederatedResourceAlreadyExistsException";
|
|
629
|
-
this.$fault = "client";
|
|
630
|
-
Object.setPrototypeOf(this, FederatedResourceAlreadyExistsException.prototype);
|
|
631
|
-
this.Message = opts.Message;
|
|
632
|
-
this.AssociatedGlueResource = opts.AssociatedGlueResource;
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
exports.FederatedResourceAlreadyExistsException = FederatedResourceAlreadyExistsException;
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.SchemaDiffType = exports.PartitionIndexStatus = exports.BackfillErrorCode = exports.TransformSortColumnType = exports.TransformStatusType = exports.SortDirectionType = exports.TaskRunSortColumnType = exports.TaskType = exports.CatalogEncryptionMode = exports.ResourceShareType = exports.ColumnStatisticsState = exports.ColumnStatisticsType = exports.BlueprintRunState = exports.ConditionCheckFailureException = exports.RegistryStatus = exports.ConflictException = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.ResourceType = exports.PrincipalType = exports.MetadataOperation = exports.SessionStatus = exports.S3EncryptionMode = exports.JobBookmarksEncryptionMode = exports.CloudWatchEncryptionMode = exports.Language = exports.SchemaVersionStatus = exports.SchemaStatus = exports.Compatibility = exports.MLUserDataEncryptionModeString = exports.TransformType = exports.ValidationException = exports.FederatedResourceAlreadyExistsException = void 0;
|
|
4
4
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
5
|
+
class FederatedResourceAlreadyExistsException extends GlueServiceException_1.GlueServiceException {
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "FederatedResourceAlreadyExistsException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
this.name = "FederatedResourceAlreadyExistsException";
|
|
13
|
+
this.$fault = "client";
|
|
14
|
+
Object.setPrototypeOf(this, FederatedResourceAlreadyExistsException.prototype);
|
|
15
|
+
this.Message = opts.Message;
|
|
16
|
+
this.AssociatedGlueResource = opts.AssociatedGlueResource;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.FederatedResourceAlreadyExistsException = FederatedResourceAlreadyExistsException;
|
|
5
20
|
class ValidationException extends GlueServiceException_1.GlueServiceException {
|
|
6
21
|
constructor(opts) {
|
|
7
22
|
super({
|
|
@@ -157,6 +172,13 @@ exports.ColumnStatisticsType = {
|
|
|
157
172
|
LONG: "LONG",
|
|
158
173
|
STRING: "STRING",
|
|
159
174
|
};
|
|
175
|
+
exports.ColumnStatisticsState = {
|
|
176
|
+
FAILED: "FAILED",
|
|
177
|
+
RUNNING: "RUNNING",
|
|
178
|
+
STARTING: "STARTING",
|
|
179
|
+
STOPPED: "STOPPED",
|
|
180
|
+
SUCCEEDED: "SUCCEEDED",
|
|
181
|
+
};
|
|
160
182
|
exports.ResourceShareType = {
|
|
161
183
|
ALL: "ALL",
|
|
162
184
|
FEDERATED: "FEDERATED",
|
|
@@ -210,11 +232,3 @@ exports.PartitionIndexStatus = {
|
|
|
210
232
|
exports.SchemaDiffType = {
|
|
211
233
|
SYNTAX_DIFF: "SYNTAX_DIFF",
|
|
212
234
|
};
|
|
213
|
-
exports.StatementState = {
|
|
214
|
-
AVAILABLE: "AVAILABLE",
|
|
215
|
-
CANCELLED: "CANCELLED",
|
|
216
|
-
CANCELLING: "CANCELLING",
|
|
217
|
-
ERROR: "ERROR",
|
|
218
|
-
RUNNING: "RUNNING",
|
|
219
|
-
WAITING: "WAITING",
|
|
220
|
-
};
|
|
@@ -1,8 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.GetJobsResponseFilterSensitiveLog = exports.BatchGetJobsResponseFilterSensitiveLog = exports.UpdateJobRequestFilterSensitiveLog = exports.GetJobResponseFilterSensitiveLog = exports.JobUpdateFilterSensitiveLog = exports.JobFilterSensitiveLog = exports.CreateJobRequestFilterSensitiveLog = exports.VersionMismatchException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.MLTransformNotReadyException = exports.SchedulerRunningException = exports.NoScheduleException = exports.IllegalBlueprintStateException = exports.Sort = exports.Comparator = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.ExistCondition = exports.EnableHybridValues = exports.CrawlerHistoryState = exports.FilterOperator = exports.FieldName = exports.PermissionTypeMismatchException = exports.PermissionType = void 0;
|
|
3
|
+
exports.GetJobsResponseFilterSensitiveLog = exports.BatchGetJobsResponseFilterSensitiveLog = exports.UpdateJobRequestFilterSensitiveLog = exports.GetJobResponseFilterSensitiveLog = exports.JobUpdateFilterSensitiveLog = exports.JobFilterSensitiveLog = exports.CreateJobRequestFilterSensitiveLog = exports.VersionMismatchException = exports.SchedulerNotRunningException = exports.CrawlerStoppingException = exports.CrawlerNotRunningException = exports.ColumnStatisticsTaskStoppingException = exports.ColumnStatisticsTaskNotRunningException = exports.MLTransformNotReadyException = exports.SchedulerRunningException = exports.NoScheduleException = exports.ColumnStatisticsTaskRunningException = exports.IllegalBlueprintStateException = exports.Sort = exports.Comparator = exports.IllegalWorkflowStateException = exports.ConcurrentRunsExceededException = exports.ExistCondition = exports.EnableHybridValues = exports.CrawlerHistoryState = exports.FilterOperator = exports.FieldName = exports.PermissionTypeMismatchException = exports.PermissionType = exports.StatementState = void 0;
|
|
4
4
|
const smithy_client_1 = require("@smithy/smithy-client");
|
|
5
5
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
6
|
+
exports.StatementState = {
|
|
7
|
+
AVAILABLE: "AVAILABLE",
|
|
8
|
+
CANCELLED: "CANCELLED",
|
|
9
|
+
CANCELLING: "CANCELLING",
|
|
10
|
+
ERROR: "ERROR",
|
|
11
|
+
RUNNING: "RUNNING",
|
|
12
|
+
WAITING: "WAITING",
|
|
13
|
+
};
|
|
6
14
|
exports.PermissionType = {
|
|
7
15
|
CELL_FILTER_PERMISSION: "CELL_FILTER_PERMISSION",
|
|
8
16
|
COLUMN_PERMISSION: "COLUMN_PERMISSION",
|
|
@@ -106,6 +114,20 @@ class IllegalBlueprintStateException extends GlueServiceException_1.GlueServiceE
|
|
|
106
114
|
}
|
|
107
115
|
}
|
|
108
116
|
exports.IllegalBlueprintStateException = IllegalBlueprintStateException;
|
|
117
|
+
class ColumnStatisticsTaskRunningException extends GlueServiceException_1.GlueServiceException {
|
|
118
|
+
constructor(opts) {
|
|
119
|
+
super({
|
|
120
|
+
name: "ColumnStatisticsTaskRunningException",
|
|
121
|
+
$fault: "client",
|
|
122
|
+
...opts,
|
|
123
|
+
});
|
|
124
|
+
this.name = "ColumnStatisticsTaskRunningException";
|
|
125
|
+
this.$fault = "client";
|
|
126
|
+
Object.setPrototypeOf(this, ColumnStatisticsTaskRunningException.prototype);
|
|
127
|
+
this.Message = opts.Message;
|
|
128
|
+
}
|
|
129
|
+
}
|
|
130
|
+
exports.ColumnStatisticsTaskRunningException = ColumnStatisticsTaskRunningException;
|
|
109
131
|
class NoScheduleException extends GlueServiceException_1.GlueServiceException {
|
|
110
132
|
constructor(opts) {
|
|
111
133
|
super({
|
|
@@ -148,6 +170,34 @@ class MLTransformNotReadyException extends GlueServiceException_1.GlueServiceExc
|
|
|
148
170
|
}
|
|
149
171
|
}
|
|
150
172
|
exports.MLTransformNotReadyException = MLTransformNotReadyException;
|
|
173
|
+
class ColumnStatisticsTaskNotRunningException extends GlueServiceException_1.GlueServiceException {
|
|
174
|
+
constructor(opts) {
|
|
175
|
+
super({
|
|
176
|
+
name: "ColumnStatisticsTaskNotRunningException",
|
|
177
|
+
$fault: "client",
|
|
178
|
+
...opts,
|
|
179
|
+
});
|
|
180
|
+
this.name = "ColumnStatisticsTaskNotRunningException";
|
|
181
|
+
this.$fault = "client";
|
|
182
|
+
Object.setPrototypeOf(this, ColumnStatisticsTaskNotRunningException.prototype);
|
|
183
|
+
this.Message = opts.Message;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
exports.ColumnStatisticsTaskNotRunningException = ColumnStatisticsTaskNotRunningException;
|
|
187
|
+
class ColumnStatisticsTaskStoppingException extends GlueServiceException_1.GlueServiceException {
|
|
188
|
+
constructor(opts) {
|
|
189
|
+
super({
|
|
190
|
+
name: "ColumnStatisticsTaskStoppingException",
|
|
191
|
+
$fault: "client",
|
|
192
|
+
...opts,
|
|
193
|
+
});
|
|
194
|
+
this.name = "ColumnStatisticsTaskStoppingException";
|
|
195
|
+
this.$fault = "client";
|
|
196
|
+
Object.setPrototypeOf(this, ColumnStatisticsTaskStoppingException.prototype);
|
|
197
|
+
this.Message = opts.Message;
|
|
198
|
+
}
|
|
199
|
+
}
|
|
200
|
+
exports.ColumnStatisticsTaskStoppingException = ColumnStatisticsTaskStoppingException;
|
|
151
201
|
class CrawlerNotRunningException extends GlueServiceException_1.GlueServiceException {
|
|
152
202
|
constructor(opts) {
|
|
153
203
|
super({
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateGetColumnStatisticsTaskRuns = void 0;
|
|
4
|
+
const GetColumnStatisticsTaskRunsCommand_1 = require("../commands/GetColumnStatisticsTaskRunsCommand");
|
|
5
|
+
const GlueClient_1 = require("../GlueClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new GetColumnStatisticsTaskRunsCommand_1.GetColumnStatisticsTaskRunsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateGetColumnStatisticsTaskRuns(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.NextToken = token;
|
|
15
|
+
input["MaxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof GlueClient_1.GlueClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected Glue | GlueClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.NextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateGetColumnStatisticsTaskRuns = paginateGetColumnStatisticsTaskRuns;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListColumnStatisticsTaskRuns = void 0;
|
|
4
|
+
const ListColumnStatisticsTaskRunsCommand_1 = require("../commands/ListColumnStatisticsTaskRunsCommand");
|
|
5
|
+
const GlueClient_1 = require("../GlueClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListColumnStatisticsTaskRunsCommand_1.ListColumnStatisticsTaskRunsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListColumnStatisticsTaskRuns(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.NextToken = token;
|
|
15
|
+
input["MaxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof GlueClient_1.GlueClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected Glue | GlueClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.NextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListColumnStatisticsTaskRuns = paginateListColumnStatisticsTaskRuns;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.paginateListTableOptimizerRuns = void 0;
|
|
4
|
+
const ListTableOptimizerRunsCommand_1 = require("../commands/ListTableOptimizerRunsCommand");
|
|
5
|
+
const GlueClient_1 = require("../GlueClient");
|
|
6
|
+
const makePagedClientRequest = async (client, input, ...args) => {
|
|
7
|
+
return await client.send(new ListTableOptimizerRunsCommand_1.ListTableOptimizerRunsCommand(input), ...args);
|
|
8
|
+
};
|
|
9
|
+
async function* paginateListTableOptimizerRuns(config, input, ...additionalArguments) {
|
|
10
|
+
let token = config.startingToken || undefined;
|
|
11
|
+
let hasNext = true;
|
|
12
|
+
let page;
|
|
13
|
+
while (hasNext) {
|
|
14
|
+
input.NextToken = token;
|
|
15
|
+
input["MaxResults"] = config.pageSize;
|
|
16
|
+
if (config.client instanceof GlueClient_1.GlueClient) {
|
|
17
|
+
page = await makePagedClientRequest(config.client, input, ...additionalArguments);
|
|
18
|
+
}
|
|
19
|
+
else {
|
|
20
|
+
throw new Error("Invalid client, expected Glue | GlueClient");
|
|
21
|
+
}
|
|
22
|
+
yield page;
|
|
23
|
+
const prevToken = token;
|
|
24
|
+
token = page.NextToken;
|
|
25
|
+
hasNext = !!(token && (!config.stopOnSameToken || token !== prevToken));
|
|
26
|
+
}
|
|
27
|
+
return undefined;
|
|
28
|
+
}
|
|
29
|
+
exports.paginateListTableOptimizerRuns = paginateListTableOptimizerRuns;
|
|
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
4
|
tslib_1.__exportStar(require("./GetBlueprintRunsPaginator"), exports);
|
|
5
5
|
tslib_1.__exportStar(require("./GetClassifiersPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./GetColumnStatisticsTaskRunsPaginator"), exports);
|
|
6
7
|
tslib_1.__exportStar(require("./GetConnectionsPaginator"), exports);
|
|
7
8
|
tslib_1.__exportStar(require("./GetCrawlerMetricsPaginator"), exports);
|
|
8
9
|
tslib_1.__exportStar(require("./GetCrawlersPaginator"), exports);
|
|
@@ -10,8 +11,8 @@ tslib_1.__exportStar(require("./GetDatabasesPaginator"), exports);
|
|
|
10
11
|
tslib_1.__exportStar(require("./GetDevEndpointsPaginator"), exports);
|
|
11
12
|
tslib_1.__exportStar(require("./GetJobRunsPaginator"), exports);
|
|
12
13
|
tslib_1.__exportStar(require("./GetJobsPaginator"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./GetMLTaskRunsPaginator"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./GetMLTaskRunsPaginator"), exports);
|
|
15
16
|
tslib_1.__exportStar(require("./GetMLTransformsPaginator"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./GetPartitionIndexesPaginator"), exports);
|
|
17
18
|
tslib_1.__exportStar(require("./GetPartitionsPaginator"), exports);
|
|
@@ -24,6 +25,7 @@ tslib_1.__exportStar(require("./GetUnfilteredPartitionsMetadataPaginator"), expo
|
|
|
24
25
|
tslib_1.__exportStar(require("./GetUserDefinedFunctionsPaginator"), exports);
|
|
25
26
|
tslib_1.__exportStar(require("./GetWorkflowRunsPaginator"), exports);
|
|
26
27
|
tslib_1.__exportStar(require("./ListBlueprintsPaginator"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./ListColumnStatisticsTaskRunsPaginator"), exports);
|
|
27
29
|
tslib_1.__exportStar(require("./ListCrawlersPaginator"), exports);
|
|
28
30
|
tslib_1.__exportStar(require("./ListCustomEntityTypesPaginator"), exports);
|
|
29
31
|
tslib_1.__exportStar(require("./ListDataQualityResultsPaginator"), exports);
|
|
@@ -37,6 +39,7 @@ tslib_1.__exportStar(require("./ListRegistriesPaginator"), exports);
|
|
|
37
39
|
tslib_1.__exportStar(require("./ListSchemaVersionsPaginator"), exports);
|
|
38
40
|
tslib_1.__exportStar(require("./ListSchemasPaginator"), exports);
|
|
39
41
|
tslib_1.__exportStar(require("./ListSessionsPaginator"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListTableOptimizerRunsPaginator"), exports);
|
|
40
43
|
tslib_1.__exportStar(require("./ListTriggersPaginator"), exports);
|
|
41
44
|
tslib_1.__exportStar(require("./ListWorkflowsPaginator"), exports);
|
|
42
45
|
tslib_1.__exportStar(require("./SearchTablesPaginator"), exports);
|