@aws-sdk/client-glue 3.451.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 +40 -0
- package/dist-cjs/Glue.js +10 -0
- package/dist-cjs/commands/GetColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/GetColumnStatisticsTaskRunsCommand.js +51 -0
- package/dist-cjs/commands/ListColumnStatisticsTaskRunsCommand.js +51 -0
- package/dist-cjs/commands/StartColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/StopColumnStatisticsTaskRunCommand.js +51 -0
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_1.js +8 -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/index.js +3 -1
- package/dist-cjs/protocols/Aws_json1_1.js +317 -8
- package/dist-es/Glue.js +10 -0
- package/dist-es/commands/GetColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/GetColumnStatisticsTaskRunsCommand.js +47 -0
- package/dist-es/commands/ListColumnStatisticsTaskRunsCommand.js +47 -0
- package/dist-es/commands/StartColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/StopColumnStatisticsTaskRunCommand.js +47 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_1.js +7 -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/index.js +3 -1
- package/dist-es/protocols/Aws_json1_1.js +300 -1
- package/dist-types/Glue.d.ts +35 -0
- package/dist-types/GlueClient.d.ts +7 -2
- 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 -2
- package/dist-types/commands/ListColumnStatisticsTaskRunsCommand.d.ts +80 -0
- package/dist-types/commands/StartColumnStatisticsTaskRunCommand.d.ts +99 -0
- package/dist-types/commands/StopColumnStatisticsTaskRunCommand.d.ts +84 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_1.d.ts +171 -147
- package/dist-types/models/models_2.d.ts +299 -1
- package/dist-types/pagination/GetColumnStatisticsTaskRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListColumnStatisticsTaskRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +3 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
- package/dist-types/ts3.4/Glue.d.ts +85 -0
- package/dist-types/ts3.4/GlueClient.d.ts +30 -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 -2
- package/dist-types/ts3.4/commands/ListColumnStatisticsTaskRunsCommand.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/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_1.d.ts +45 -40
- package/dist-types/ts3.4/models/models_2.d.ts +98 -1
- 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/index.d.ts +3 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -828,6 +828,22 @@ GetColumnStatisticsForTable
|
|
|
828
828
|
|
|
829
829
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/getcolumnstatisticsfortablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/getcolumnstatisticsfortablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/getcolumnstatisticsfortablecommandoutput.html)
|
|
830
830
|
|
|
831
|
+
</details>
|
|
832
|
+
<details>
|
|
833
|
+
<summary>
|
|
834
|
+
GetColumnStatisticsTaskRun
|
|
835
|
+
</summary>
|
|
836
|
+
|
|
837
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/getcolumnstatisticstaskruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/getcolumnstatisticstaskruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/getcolumnstatisticstaskruncommandoutput.html)
|
|
838
|
+
|
|
839
|
+
</details>
|
|
840
|
+
<details>
|
|
841
|
+
<summary>
|
|
842
|
+
GetColumnStatisticsTaskRuns
|
|
843
|
+
</summary>
|
|
844
|
+
|
|
845
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/getcolumnstatisticstaskrunscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/getcolumnstatisticstaskrunscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/getcolumnstatisticstaskrunscommandoutput.html)
|
|
846
|
+
|
|
831
847
|
</details>
|
|
832
848
|
<details>
|
|
833
849
|
<summary>
|
|
@@ -1308,6 +1324,14 @@ ListBlueprints
|
|
|
1308
1324
|
|
|
1309
1325
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/listblueprintscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/listblueprintscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/listblueprintscommandoutput.html)
|
|
1310
1326
|
|
|
1327
|
+
</details>
|
|
1328
|
+
<details>
|
|
1329
|
+
<summary>
|
|
1330
|
+
ListColumnStatisticsTaskRuns
|
|
1331
|
+
</summary>
|
|
1332
|
+
|
|
1333
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/listcolumnstatisticstaskrunscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/listcolumnstatisticstaskrunscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/listcolumnstatisticstaskrunscommandoutput.html)
|
|
1334
|
+
|
|
1311
1335
|
</details>
|
|
1312
1336
|
<details>
|
|
1313
1337
|
<summary>
|
|
@@ -1548,6 +1572,14 @@ StartBlueprintRun
|
|
|
1548
1572
|
|
|
1549
1573
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/startblueprintruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/startblueprintruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/startblueprintruncommandoutput.html)
|
|
1550
1574
|
|
|
1575
|
+
</details>
|
|
1576
|
+
<details>
|
|
1577
|
+
<summary>
|
|
1578
|
+
StartColumnStatisticsTaskRun
|
|
1579
|
+
</summary>
|
|
1580
|
+
|
|
1581
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/startcolumnstatisticstaskruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/startcolumnstatisticstaskruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/startcolumnstatisticstaskruncommandoutput.html)
|
|
1582
|
+
|
|
1551
1583
|
</details>
|
|
1552
1584
|
<details>
|
|
1553
1585
|
<summary>
|
|
@@ -1636,6 +1668,14 @@ StartWorkflowRun
|
|
|
1636
1668
|
|
|
1637
1669
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/startworkflowruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/startworkflowruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/startworkflowruncommandoutput.html)
|
|
1638
1670
|
|
|
1671
|
+
</details>
|
|
1672
|
+
<details>
|
|
1673
|
+
<summary>
|
|
1674
|
+
StopColumnStatisticsTaskRun
|
|
1675
|
+
</summary>
|
|
1676
|
+
|
|
1677
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/stopcolumnstatisticstaskruncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/stopcolumnstatisticstaskruncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/stopcolumnstatisticstaskruncommandoutput.html)
|
|
1678
|
+
|
|
1639
1679
|
</details>
|
|
1640
1680
|
<details>
|
|
1641
1681
|
<summary>
|
package/dist-cjs/Glue.js
CHANGED
|
@@ -80,6 +80,8 @@ const GetClassifierCommand_1 = require("./commands/GetClassifierCommand");
|
|
|
80
80
|
const GetClassifiersCommand_1 = require("./commands/GetClassifiersCommand");
|
|
81
81
|
const GetColumnStatisticsForPartitionCommand_1 = require("./commands/GetColumnStatisticsForPartitionCommand");
|
|
82
82
|
const GetColumnStatisticsForTableCommand_1 = require("./commands/GetColumnStatisticsForTableCommand");
|
|
83
|
+
const GetColumnStatisticsTaskRunCommand_1 = require("./commands/GetColumnStatisticsTaskRunCommand");
|
|
84
|
+
const GetColumnStatisticsTaskRunsCommand_1 = require("./commands/GetColumnStatisticsTaskRunsCommand");
|
|
83
85
|
const GetConnectionCommand_1 = require("./commands/GetConnectionCommand");
|
|
84
86
|
const GetConnectionsCommand_1 = require("./commands/GetConnectionsCommand");
|
|
85
87
|
const GetCrawlerCommand_1 = require("./commands/GetCrawlerCommand");
|
|
@@ -140,6 +142,7 @@ const GetWorkflowRunPropertiesCommand_1 = require("./commands/GetWorkflowRunProp
|
|
|
140
142
|
const GetWorkflowRunsCommand_1 = require("./commands/GetWorkflowRunsCommand");
|
|
141
143
|
const ImportCatalogToGlueCommand_1 = require("./commands/ImportCatalogToGlueCommand");
|
|
142
144
|
const ListBlueprintsCommand_1 = require("./commands/ListBlueprintsCommand");
|
|
145
|
+
const ListColumnStatisticsTaskRunsCommand_1 = require("./commands/ListColumnStatisticsTaskRunsCommand");
|
|
143
146
|
const ListCrawlersCommand_1 = require("./commands/ListCrawlersCommand");
|
|
144
147
|
const ListCrawlsCommand_1 = require("./commands/ListCrawlsCommand");
|
|
145
148
|
const ListCustomEntityTypesCommand_1 = require("./commands/ListCustomEntityTypesCommand");
|
|
@@ -170,6 +173,7 @@ const ResumeWorkflowRunCommand_1 = require("./commands/ResumeWorkflowRunCommand"
|
|
|
170
173
|
const RunStatementCommand_1 = require("./commands/RunStatementCommand");
|
|
171
174
|
const SearchTablesCommand_1 = require("./commands/SearchTablesCommand");
|
|
172
175
|
const StartBlueprintRunCommand_1 = require("./commands/StartBlueprintRunCommand");
|
|
176
|
+
const StartColumnStatisticsTaskRunCommand_1 = require("./commands/StartColumnStatisticsTaskRunCommand");
|
|
173
177
|
const StartCrawlerCommand_1 = require("./commands/StartCrawlerCommand");
|
|
174
178
|
const StartCrawlerScheduleCommand_1 = require("./commands/StartCrawlerScheduleCommand");
|
|
175
179
|
const StartDataQualityRuleRecommendationRunCommand_1 = require("./commands/StartDataQualityRuleRecommendationRunCommand");
|
|
@@ -181,6 +185,7 @@ const StartMLEvaluationTaskRunCommand_1 = require("./commands/StartMLEvaluationT
|
|
|
181
185
|
const StartMLLabelingSetGenerationTaskRunCommand_1 = require("./commands/StartMLLabelingSetGenerationTaskRunCommand");
|
|
182
186
|
const StartTriggerCommand_1 = require("./commands/StartTriggerCommand");
|
|
183
187
|
const StartWorkflowRunCommand_1 = require("./commands/StartWorkflowRunCommand");
|
|
188
|
+
const StopColumnStatisticsTaskRunCommand_1 = require("./commands/StopColumnStatisticsTaskRunCommand");
|
|
184
189
|
const StopCrawlerCommand_1 = require("./commands/StopCrawlerCommand");
|
|
185
190
|
const StopCrawlerScheduleCommand_1 = require("./commands/StopCrawlerScheduleCommand");
|
|
186
191
|
const StopSessionCommand_1 = require("./commands/StopSessionCommand");
|
|
@@ -290,6 +295,8 @@ const commands = {
|
|
|
290
295
|
GetClassifiersCommand: GetClassifiersCommand_1.GetClassifiersCommand,
|
|
291
296
|
GetColumnStatisticsForPartitionCommand: GetColumnStatisticsForPartitionCommand_1.GetColumnStatisticsForPartitionCommand,
|
|
292
297
|
GetColumnStatisticsForTableCommand: GetColumnStatisticsForTableCommand_1.GetColumnStatisticsForTableCommand,
|
|
298
|
+
GetColumnStatisticsTaskRunCommand: GetColumnStatisticsTaskRunCommand_1.GetColumnStatisticsTaskRunCommand,
|
|
299
|
+
GetColumnStatisticsTaskRunsCommand: GetColumnStatisticsTaskRunsCommand_1.GetColumnStatisticsTaskRunsCommand,
|
|
293
300
|
GetConnectionCommand: GetConnectionCommand_1.GetConnectionCommand,
|
|
294
301
|
GetConnectionsCommand: GetConnectionsCommand_1.GetConnectionsCommand,
|
|
295
302
|
GetCrawlerCommand: GetCrawlerCommand_1.GetCrawlerCommand,
|
|
@@ -350,6 +357,7 @@ const commands = {
|
|
|
350
357
|
GetWorkflowRunsCommand: GetWorkflowRunsCommand_1.GetWorkflowRunsCommand,
|
|
351
358
|
ImportCatalogToGlueCommand: ImportCatalogToGlueCommand_1.ImportCatalogToGlueCommand,
|
|
352
359
|
ListBlueprintsCommand: ListBlueprintsCommand_1.ListBlueprintsCommand,
|
|
360
|
+
ListColumnStatisticsTaskRunsCommand: ListColumnStatisticsTaskRunsCommand_1.ListColumnStatisticsTaskRunsCommand,
|
|
353
361
|
ListCrawlersCommand: ListCrawlersCommand_1.ListCrawlersCommand,
|
|
354
362
|
ListCrawlsCommand: ListCrawlsCommand_1.ListCrawlsCommand,
|
|
355
363
|
ListCustomEntityTypesCommand: ListCustomEntityTypesCommand_1.ListCustomEntityTypesCommand,
|
|
@@ -380,6 +388,7 @@ const commands = {
|
|
|
380
388
|
RunStatementCommand: RunStatementCommand_1.RunStatementCommand,
|
|
381
389
|
SearchTablesCommand: SearchTablesCommand_1.SearchTablesCommand,
|
|
382
390
|
StartBlueprintRunCommand: StartBlueprintRunCommand_1.StartBlueprintRunCommand,
|
|
391
|
+
StartColumnStatisticsTaskRunCommand: StartColumnStatisticsTaskRunCommand_1.StartColumnStatisticsTaskRunCommand,
|
|
383
392
|
StartCrawlerCommand: StartCrawlerCommand_1.StartCrawlerCommand,
|
|
384
393
|
StartCrawlerScheduleCommand: StartCrawlerScheduleCommand_1.StartCrawlerScheduleCommand,
|
|
385
394
|
StartDataQualityRuleRecommendationRunCommand: StartDataQualityRuleRecommendationRunCommand_1.StartDataQualityRuleRecommendationRunCommand,
|
|
@@ -391,6 +400,7 @@ const commands = {
|
|
|
391
400
|
StartMLLabelingSetGenerationTaskRunCommand: StartMLLabelingSetGenerationTaskRunCommand_1.StartMLLabelingSetGenerationTaskRunCommand,
|
|
392
401
|
StartTriggerCommand: StartTriggerCommand_1.StartTriggerCommand,
|
|
393
402
|
StartWorkflowRunCommand: StartWorkflowRunCommand_1.StartWorkflowRunCommand,
|
|
403
|
+
StopColumnStatisticsTaskRunCommand: StopColumnStatisticsTaskRunCommand_1.StopColumnStatisticsTaskRunCommand,
|
|
394
404
|
StopCrawlerCommand: StopCrawlerCommand_1.StopCrawlerCommand,
|
|
395
405
|
StopCrawlerScheduleCommand: StopCrawlerScheduleCommand_1.StopCrawlerScheduleCommand,
|
|
396
406
|
StopSessionCommand: StopSessionCommand_1.StopSessionCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetColumnStatisticsTaskRunCommand = 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 GetColumnStatisticsTaskRunCommand 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, GetColumnStatisticsTaskRunCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "GetColumnStatisticsTaskRunCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "GetColumnStatisticsTaskRun",
|
|
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_GetColumnStatisticsTaskRunCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_GetColumnStatisticsTaskRunCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetColumnStatisticsTaskRunCommand = GetColumnStatisticsTaskRunCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetColumnStatisticsTaskRunsCommand = 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 GetColumnStatisticsTaskRunsCommand 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, GetColumnStatisticsTaskRunsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "GetColumnStatisticsTaskRunsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "GetColumnStatisticsTaskRuns",
|
|
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_GetColumnStatisticsTaskRunsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_GetColumnStatisticsTaskRunsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetColumnStatisticsTaskRunsCommand = GetColumnStatisticsTaskRunsCommand;
|
|
@@ -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.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;
|
|
@@ -79,6 +79,8 @@ tslib_1.__exportStar(require("./GetClassifierCommand"), exports);
|
|
|
79
79
|
tslib_1.__exportStar(require("./GetClassifiersCommand"), exports);
|
|
80
80
|
tslib_1.__exportStar(require("./GetColumnStatisticsForPartitionCommand"), exports);
|
|
81
81
|
tslib_1.__exportStar(require("./GetColumnStatisticsForTableCommand"), exports);
|
|
82
|
+
tslib_1.__exportStar(require("./GetColumnStatisticsTaskRunCommand"), exports);
|
|
83
|
+
tslib_1.__exportStar(require("./GetColumnStatisticsTaskRunsCommand"), exports);
|
|
82
84
|
tslib_1.__exportStar(require("./GetConnectionCommand"), exports);
|
|
83
85
|
tslib_1.__exportStar(require("./GetConnectionsCommand"), exports);
|
|
84
86
|
tslib_1.__exportStar(require("./GetCrawlerCommand"), exports);
|
|
@@ -139,6 +141,7 @@ tslib_1.__exportStar(require("./GetWorkflowRunPropertiesCommand"), exports);
|
|
|
139
141
|
tslib_1.__exportStar(require("./GetWorkflowRunsCommand"), exports);
|
|
140
142
|
tslib_1.__exportStar(require("./ImportCatalogToGlueCommand"), exports);
|
|
141
143
|
tslib_1.__exportStar(require("./ListBlueprintsCommand"), exports);
|
|
144
|
+
tslib_1.__exportStar(require("./ListColumnStatisticsTaskRunsCommand"), exports);
|
|
142
145
|
tslib_1.__exportStar(require("./ListCrawlersCommand"), exports);
|
|
143
146
|
tslib_1.__exportStar(require("./ListCrawlsCommand"), exports);
|
|
144
147
|
tslib_1.__exportStar(require("./ListCustomEntityTypesCommand"), exports);
|
|
@@ -169,6 +172,7 @@ tslib_1.__exportStar(require("./ResumeWorkflowRunCommand"), exports);
|
|
|
169
172
|
tslib_1.__exportStar(require("./RunStatementCommand"), exports);
|
|
170
173
|
tslib_1.__exportStar(require("./SearchTablesCommand"), exports);
|
|
171
174
|
tslib_1.__exportStar(require("./StartBlueprintRunCommand"), exports);
|
|
175
|
+
tslib_1.__exportStar(require("./StartColumnStatisticsTaskRunCommand"), exports);
|
|
172
176
|
tslib_1.__exportStar(require("./StartCrawlerCommand"), exports);
|
|
173
177
|
tslib_1.__exportStar(require("./StartCrawlerScheduleCommand"), exports);
|
|
174
178
|
tslib_1.__exportStar(require("./StartDataQualityRuleRecommendationRunCommand"), exports);
|
|
@@ -180,6 +184,7 @@ tslib_1.__exportStar(require("./StartMLEvaluationTaskRunCommand"), exports);
|
|
|
180
184
|
tslib_1.__exportStar(require("./StartMLLabelingSetGenerationTaskRunCommand"), exports);
|
|
181
185
|
tslib_1.__exportStar(require("./StartTriggerCommand"), exports);
|
|
182
186
|
tslib_1.__exportStar(require("./StartWorkflowRunCommand"), exports);
|
|
187
|
+
tslib_1.__exportStar(require("./StopColumnStatisticsTaskRunCommand"), exports);
|
|
183
188
|
tslib_1.__exportStar(require("./StopCrawlerCommand"), exports);
|
|
184
189
|
tslib_1.__exportStar(require("./StopCrawlerScheduleCommand"), exports);
|
|
185
190
|
tslib_1.__exportStar(require("./StopSessionCommand"), exports);
|
|
@@ -1,6 +1,6 @@
|
|
|
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
5
|
class FederatedResourceAlreadyExistsException extends GlueServiceException_1.GlueServiceException {
|
|
6
6
|
constructor(opts) {
|
|
@@ -172,6 +172,13 @@ exports.ColumnStatisticsType = {
|
|
|
172
172
|
LONG: "LONG",
|
|
173
173
|
STRING: "STRING",
|
|
174
174
|
};
|
|
175
|
+
exports.ColumnStatisticsState = {
|
|
176
|
+
FAILED: "FAILED",
|
|
177
|
+
RUNNING: "RUNNING",
|
|
178
|
+
STARTING: "STARTING",
|
|
179
|
+
STOPPED: "STOPPED",
|
|
180
|
+
SUCCEEDED: "SUCCEEDED",
|
|
181
|
+
};
|
|
175
182
|
exports.ResourceShareType = {
|
|
176
183
|
ALL: "ALL",
|
|
177
184
|
FEDERATED: "FEDERATED",
|
|
@@ -225,11 +232,3 @@ exports.PartitionIndexStatus = {
|
|
|
225
232
|
exports.SchemaDiffType = {
|
|
226
233
|
SYNTAX_DIFF: "SYNTAX_DIFF",
|
|
227
234
|
};
|
|
228
|
-
exports.StatementState = {
|
|
229
|
-
AVAILABLE: "AVAILABLE",
|
|
230
|
-
CANCELLED: "CANCELLED",
|
|
231
|
-
CANCELLING: "CANCELLING",
|
|
232
|
-
ERROR: "ERROR",
|
|
233
|
-
RUNNING: "RUNNING",
|
|
234
|
-
WAITING: "WAITING",
|
|
235
|
-
};
|
|
@@ -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;
|
|
@@ -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);
|