@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
package/README.md
CHANGED
|
@@ -300,6 +300,14 @@ BatchGetPartition
|
|
|
300
300
|
|
|
301
301
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/batchgetpartitioncommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/batchgetpartitioncommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/batchgetpartitioncommandoutput.html)
|
|
302
302
|
|
|
303
|
+
</details>
|
|
304
|
+
<details>
|
|
305
|
+
<summary>
|
|
306
|
+
BatchGetTableOptimizer
|
|
307
|
+
</summary>
|
|
308
|
+
|
|
309
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/batchgettableoptimizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/batchgettableoptimizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/batchgettableoptimizercommandoutput.html)
|
|
310
|
+
|
|
303
311
|
</details>
|
|
304
312
|
<details>
|
|
305
313
|
<summary>
|
|
@@ -516,6 +524,14 @@ CreateTable
|
|
|
516
524
|
|
|
517
525
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/createtablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/createtablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/createtablecommandoutput.html)
|
|
518
526
|
|
|
527
|
+
</details>
|
|
528
|
+
<details>
|
|
529
|
+
<summary>
|
|
530
|
+
CreateTableOptimizer
|
|
531
|
+
</summary>
|
|
532
|
+
|
|
533
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/createtableoptimizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/createtableoptimizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/createtableoptimizercommandoutput.html)
|
|
534
|
+
|
|
519
535
|
</details>
|
|
520
536
|
<details>
|
|
521
537
|
<summary>
|
|
@@ -708,6 +724,14 @@ DeleteTable
|
|
|
708
724
|
|
|
709
725
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/deletetablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/deletetablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/deletetablecommandoutput.html)
|
|
710
726
|
|
|
727
|
+
</details>
|
|
728
|
+
<details>
|
|
729
|
+
<summary>
|
|
730
|
+
DeleteTableOptimizer
|
|
731
|
+
</summary>
|
|
732
|
+
|
|
733
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/deletetableoptimizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/deletetableoptimizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/deletetableoptimizercommandoutput.html)
|
|
734
|
+
|
|
711
735
|
</details>
|
|
712
736
|
<details>
|
|
713
737
|
<summary>
|
|
@@ -804,6 +828,22 @@ GetColumnStatisticsForTable
|
|
|
804
828
|
|
|
805
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)
|
|
806
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
|
+
|
|
807
847
|
</details>
|
|
808
848
|
<details>
|
|
809
849
|
<summary>
|
|
@@ -1140,6 +1180,14 @@ GetTable
|
|
|
1140
1180
|
|
|
1141
1181
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/gettablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/gettablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/gettablecommandoutput.html)
|
|
1142
1182
|
|
|
1183
|
+
</details>
|
|
1184
|
+
<details>
|
|
1185
|
+
<summary>
|
|
1186
|
+
GetTableOptimizer
|
|
1187
|
+
</summary>
|
|
1188
|
+
|
|
1189
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/gettableoptimizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/gettableoptimizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/gettableoptimizercommandoutput.html)
|
|
1190
|
+
|
|
1143
1191
|
</details>
|
|
1144
1192
|
<details>
|
|
1145
1193
|
<summary>
|
|
@@ -1276,6 +1324,14 @@ ListBlueprints
|
|
|
1276
1324
|
|
|
1277
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)
|
|
1278
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
|
+
|
|
1279
1335
|
</details>
|
|
1280
1336
|
<details>
|
|
1281
1337
|
<summary>
|
|
@@ -1396,6 +1452,14 @@ ListStatements
|
|
|
1396
1452
|
|
|
1397
1453
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/liststatementscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/liststatementscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/liststatementscommandoutput.html)
|
|
1398
1454
|
|
|
1455
|
+
</details>
|
|
1456
|
+
<details>
|
|
1457
|
+
<summary>
|
|
1458
|
+
ListTableOptimizerRuns
|
|
1459
|
+
</summary>
|
|
1460
|
+
|
|
1461
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/listtableoptimizerrunscommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/listtableoptimizerrunscommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/listtableoptimizerrunscommandoutput.html)
|
|
1462
|
+
|
|
1399
1463
|
</details>
|
|
1400
1464
|
<details>
|
|
1401
1465
|
<summary>
|
|
@@ -1508,6 +1572,14 @@ StartBlueprintRun
|
|
|
1508
1572
|
|
|
1509
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)
|
|
1510
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
|
+
|
|
1511
1583
|
</details>
|
|
1512
1584
|
<details>
|
|
1513
1585
|
<summary>
|
|
@@ -1596,6 +1668,14 @@ StartWorkflowRun
|
|
|
1596
1668
|
|
|
1597
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)
|
|
1598
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
|
+
|
|
1599
1679
|
</details>
|
|
1600
1680
|
<details>
|
|
1601
1681
|
<summary>
|
|
@@ -1796,6 +1876,14 @@ UpdateTable
|
|
|
1796
1876
|
|
|
1797
1877
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/updatetablecommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/updatetablecommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/updatetablecommandoutput.html)
|
|
1798
1878
|
|
|
1879
|
+
</details>
|
|
1880
|
+
<details>
|
|
1881
|
+
<summary>
|
|
1882
|
+
UpdateTableOptimizer
|
|
1883
|
+
</summary>
|
|
1884
|
+
|
|
1885
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/classes/updatetableoptimizercommand.html) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/updatetableoptimizercommandinput.html) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-glue/interfaces/updatetableoptimizercommandoutput.html)
|
|
1886
|
+
|
|
1799
1887
|
</details>
|
|
1800
1888
|
<details>
|
|
1801
1889
|
<summary>
|
package/dist-cjs/Glue.js
CHANGED
|
@@ -14,6 +14,7 @@ const BatchGetDataQualityResultCommand_1 = require("./commands/BatchGetDataQuali
|
|
|
14
14
|
const BatchGetDevEndpointsCommand_1 = require("./commands/BatchGetDevEndpointsCommand");
|
|
15
15
|
const BatchGetJobsCommand_1 = require("./commands/BatchGetJobsCommand");
|
|
16
16
|
const BatchGetPartitionCommand_1 = require("./commands/BatchGetPartitionCommand");
|
|
17
|
+
const BatchGetTableOptimizerCommand_1 = require("./commands/BatchGetTableOptimizerCommand");
|
|
17
18
|
const BatchGetTriggersCommand_1 = require("./commands/BatchGetTriggersCommand");
|
|
18
19
|
const BatchGetWorkflowsCommand_1 = require("./commands/BatchGetWorkflowsCommand");
|
|
19
20
|
const BatchStopJobRunCommand_1 = require("./commands/BatchStopJobRunCommand");
|
|
@@ -41,6 +42,7 @@ const CreateScriptCommand_1 = require("./commands/CreateScriptCommand");
|
|
|
41
42
|
const CreateSecurityConfigurationCommand_1 = require("./commands/CreateSecurityConfigurationCommand");
|
|
42
43
|
const CreateSessionCommand_1 = require("./commands/CreateSessionCommand");
|
|
43
44
|
const CreateTableCommand_1 = require("./commands/CreateTableCommand");
|
|
45
|
+
const CreateTableOptimizerCommand_1 = require("./commands/CreateTableOptimizerCommand");
|
|
44
46
|
const CreateTriggerCommand_1 = require("./commands/CreateTriggerCommand");
|
|
45
47
|
const CreateUserDefinedFunctionCommand_1 = require("./commands/CreateUserDefinedFunctionCommand");
|
|
46
48
|
const CreateWorkflowCommand_1 = require("./commands/CreateWorkflowCommand");
|
|
@@ -65,6 +67,7 @@ const DeleteSchemaVersionsCommand_1 = require("./commands/DeleteSchemaVersionsCo
|
|
|
65
67
|
const DeleteSecurityConfigurationCommand_1 = require("./commands/DeleteSecurityConfigurationCommand");
|
|
66
68
|
const DeleteSessionCommand_1 = require("./commands/DeleteSessionCommand");
|
|
67
69
|
const DeleteTableCommand_1 = require("./commands/DeleteTableCommand");
|
|
70
|
+
const DeleteTableOptimizerCommand_1 = require("./commands/DeleteTableOptimizerCommand");
|
|
68
71
|
const DeleteTableVersionCommand_1 = require("./commands/DeleteTableVersionCommand");
|
|
69
72
|
const DeleteTriggerCommand_1 = require("./commands/DeleteTriggerCommand");
|
|
70
73
|
const DeleteUserDefinedFunctionCommand_1 = require("./commands/DeleteUserDefinedFunctionCommand");
|
|
@@ -77,6 +80,8 @@ const GetClassifierCommand_1 = require("./commands/GetClassifierCommand");
|
|
|
77
80
|
const GetClassifiersCommand_1 = require("./commands/GetClassifiersCommand");
|
|
78
81
|
const GetColumnStatisticsForPartitionCommand_1 = require("./commands/GetColumnStatisticsForPartitionCommand");
|
|
79
82
|
const GetColumnStatisticsForTableCommand_1 = require("./commands/GetColumnStatisticsForTableCommand");
|
|
83
|
+
const GetColumnStatisticsTaskRunCommand_1 = require("./commands/GetColumnStatisticsTaskRunCommand");
|
|
84
|
+
const GetColumnStatisticsTaskRunsCommand_1 = require("./commands/GetColumnStatisticsTaskRunsCommand");
|
|
80
85
|
const GetConnectionCommand_1 = require("./commands/GetConnectionCommand");
|
|
81
86
|
const GetConnectionsCommand_1 = require("./commands/GetConnectionsCommand");
|
|
82
87
|
const GetCrawlerCommand_1 = require("./commands/GetCrawlerCommand");
|
|
@@ -119,6 +124,7 @@ const GetSecurityConfigurationsCommand_1 = require("./commands/GetSecurityConfig
|
|
|
119
124
|
const GetSessionCommand_1 = require("./commands/GetSessionCommand");
|
|
120
125
|
const GetStatementCommand_1 = require("./commands/GetStatementCommand");
|
|
121
126
|
const GetTableCommand_1 = require("./commands/GetTableCommand");
|
|
127
|
+
const GetTableOptimizerCommand_1 = require("./commands/GetTableOptimizerCommand");
|
|
122
128
|
const GetTablesCommand_1 = require("./commands/GetTablesCommand");
|
|
123
129
|
const GetTableVersionCommand_1 = require("./commands/GetTableVersionCommand");
|
|
124
130
|
const GetTableVersionsCommand_1 = require("./commands/GetTableVersionsCommand");
|
|
@@ -136,6 +142,7 @@ const GetWorkflowRunPropertiesCommand_1 = require("./commands/GetWorkflowRunProp
|
|
|
136
142
|
const GetWorkflowRunsCommand_1 = require("./commands/GetWorkflowRunsCommand");
|
|
137
143
|
const ImportCatalogToGlueCommand_1 = require("./commands/ImportCatalogToGlueCommand");
|
|
138
144
|
const ListBlueprintsCommand_1 = require("./commands/ListBlueprintsCommand");
|
|
145
|
+
const ListColumnStatisticsTaskRunsCommand_1 = require("./commands/ListColumnStatisticsTaskRunsCommand");
|
|
139
146
|
const ListCrawlersCommand_1 = require("./commands/ListCrawlersCommand");
|
|
140
147
|
const ListCrawlsCommand_1 = require("./commands/ListCrawlsCommand");
|
|
141
148
|
const ListCustomEntityTypesCommand_1 = require("./commands/ListCustomEntityTypesCommand");
|
|
@@ -151,6 +158,7 @@ const ListSchemasCommand_1 = require("./commands/ListSchemasCommand");
|
|
|
151
158
|
const ListSchemaVersionsCommand_1 = require("./commands/ListSchemaVersionsCommand");
|
|
152
159
|
const ListSessionsCommand_1 = require("./commands/ListSessionsCommand");
|
|
153
160
|
const ListStatementsCommand_1 = require("./commands/ListStatementsCommand");
|
|
161
|
+
const ListTableOptimizerRunsCommand_1 = require("./commands/ListTableOptimizerRunsCommand");
|
|
154
162
|
const ListTriggersCommand_1 = require("./commands/ListTriggersCommand");
|
|
155
163
|
const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
|
|
156
164
|
const PutDataCatalogEncryptionSettingsCommand_1 = require("./commands/PutDataCatalogEncryptionSettingsCommand");
|
|
@@ -165,6 +173,7 @@ const ResumeWorkflowRunCommand_1 = require("./commands/ResumeWorkflowRunCommand"
|
|
|
165
173
|
const RunStatementCommand_1 = require("./commands/RunStatementCommand");
|
|
166
174
|
const SearchTablesCommand_1 = require("./commands/SearchTablesCommand");
|
|
167
175
|
const StartBlueprintRunCommand_1 = require("./commands/StartBlueprintRunCommand");
|
|
176
|
+
const StartColumnStatisticsTaskRunCommand_1 = require("./commands/StartColumnStatisticsTaskRunCommand");
|
|
168
177
|
const StartCrawlerCommand_1 = require("./commands/StartCrawlerCommand");
|
|
169
178
|
const StartCrawlerScheduleCommand_1 = require("./commands/StartCrawlerScheduleCommand");
|
|
170
179
|
const StartDataQualityRuleRecommendationRunCommand_1 = require("./commands/StartDataQualityRuleRecommendationRunCommand");
|
|
@@ -176,6 +185,7 @@ const StartMLEvaluationTaskRunCommand_1 = require("./commands/StartMLEvaluationT
|
|
|
176
185
|
const StartMLLabelingSetGenerationTaskRunCommand_1 = require("./commands/StartMLLabelingSetGenerationTaskRunCommand");
|
|
177
186
|
const StartTriggerCommand_1 = require("./commands/StartTriggerCommand");
|
|
178
187
|
const StartWorkflowRunCommand_1 = require("./commands/StartWorkflowRunCommand");
|
|
188
|
+
const StopColumnStatisticsTaskRunCommand_1 = require("./commands/StopColumnStatisticsTaskRunCommand");
|
|
179
189
|
const StopCrawlerCommand_1 = require("./commands/StopCrawlerCommand");
|
|
180
190
|
const StopCrawlerScheduleCommand_1 = require("./commands/StopCrawlerScheduleCommand");
|
|
181
191
|
const StopSessionCommand_1 = require("./commands/StopSessionCommand");
|
|
@@ -201,6 +211,7 @@ const UpdateRegistryCommand_1 = require("./commands/UpdateRegistryCommand");
|
|
|
201
211
|
const UpdateSchemaCommand_1 = require("./commands/UpdateSchemaCommand");
|
|
202
212
|
const UpdateSourceControlFromJobCommand_1 = require("./commands/UpdateSourceControlFromJobCommand");
|
|
203
213
|
const UpdateTableCommand_1 = require("./commands/UpdateTableCommand");
|
|
214
|
+
const UpdateTableOptimizerCommand_1 = require("./commands/UpdateTableOptimizerCommand");
|
|
204
215
|
const UpdateTriggerCommand_1 = require("./commands/UpdateTriggerCommand");
|
|
205
216
|
const UpdateUserDefinedFunctionCommand_1 = require("./commands/UpdateUserDefinedFunctionCommand");
|
|
206
217
|
const UpdateWorkflowCommand_1 = require("./commands/UpdateWorkflowCommand");
|
|
@@ -218,6 +229,7 @@ const commands = {
|
|
|
218
229
|
BatchGetDevEndpointsCommand: BatchGetDevEndpointsCommand_1.BatchGetDevEndpointsCommand,
|
|
219
230
|
BatchGetJobsCommand: BatchGetJobsCommand_1.BatchGetJobsCommand,
|
|
220
231
|
BatchGetPartitionCommand: BatchGetPartitionCommand_1.BatchGetPartitionCommand,
|
|
232
|
+
BatchGetTableOptimizerCommand: BatchGetTableOptimizerCommand_1.BatchGetTableOptimizerCommand,
|
|
221
233
|
BatchGetTriggersCommand: BatchGetTriggersCommand_1.BatchGetTriggersCommand,
|
|
222
234
|
BatchGetWorkflowsCommand: BatchGetWorkflowsCommand_1.BatchGetWorkflowsCommand,
|
|
223
235
|
BatchStopJobRunCommand: BatchStopJobRunCommand_1.BatchStopJobRunCommand,
|
|
@@ -245,6 +257,7 @@ const commands = {
|
|
|
245
257
|
CreateSecurityConfigurationCommand: CreateSecurityConfigurationCommand_1.CreateSecurityConfigurationCommand,
|
|
246
258
|
CreateSessionCommand: CreateSessionCommand_1.CreateSessionCommand,
|
|
247
259
|
CreateTableCommand: CreateTableCommand_1.CreateTableCommand,
|
|
260
|
+
CreateTableOptimizerCommand: CreateTableOptimizerCommand_1.CreateTableOptimizerCommand,
|
|
248
261
|
CreateTriggerCommand: CreateTriggerCommand_1.CreateTriggerCommand,
|
|
249
262
|
CreateUserDefinedFunctionCommand: CreateUserDefinedFunctionCommand_1.CreateUserDefinedFunctionCommand,
|
|
250
263
|
CreateWorkflowCommand: CreateWorkflowCommand_1.CreateWorkflowCommand,
|
|
@@ -269,6 +282,7 @@ const commands = {
|
|
|
269
282
|
DeleteSecurityConfigurationCommand: DeleteSecurityConfigurationCommand_1.DeleteSecurityConfigurationCommand,
|
|
270
283
|
DeleteSessionCommand: DeleteSessionCommand_1.DeleteSessionCommand,
|
|
271
284
|
DeleteTableCommand: DeleteTableCommand_1.DeleteTableCommand,
|
|
285
|
+
DeleteTableOptimizerCommand: DeleteTableOptimizerCommand_1.DeleteTableOptimizerCommand,
|
|
272
286
|
DeleteTableVersionCommand: DeleteTableVersionCommand_1.DeleteTableVersionCommand,
|
|
273
287
|
DeleteTriggerCommand: DeleteTriggerCommand_1.DeleteTriggerCommand,
|
|
274
288
|
DeleteUserDefinedFunctionCommand: DeleteUserDefinedFunctionCommand_1.DeleteUserDefinedFunctionCommand,
|
|
@@ -281,6 +295,8 @@ const commands = {
|
|
|
281
295
|
GetClassifiersCommand: GetClassifiersCommand_1.GetClassifiersCommand,
|
|
282
296
|
GetColumnStatisticsForPartitionCommand: GetColumnStatisticsForPartitionCommand_1.GetColumnStatisticsForPartitionCommand,
|
|
283
297
|
GetColumnStatisticsForTableCommand: GetColumnStatisticsForTableCommand_1.GetColumnStatisticsForTableCommand,
|
|
298
|
+
GetColumnStatisticsTaskRunCommand: GetColumnStatisticsTaskRunCommand_1.GetColumnStatisticsTaskRunCommand,
|
|
299
|
+
GetColumnStatisticsTaskRunsCommand: GetColumnStatisticsTaskRunsCommand_1.GetColumnStatisticsTaskRunsCommand,
|
|
284
300
|
GetConnectionCommand: GetConnectionCommand_1.GetConnectionCommand,
|
|
285
301
|
GetConnectionsCommand: GetConnectionsCommand_1.GetConnectionsCommand,
|
|
286
302
|
GetCrawlerCommand: GetCrawlerCommand_1.GetCrawlerCommand,
|
|
@@ -323,6 +339,7 @@ const commands = {
|
|
|
323
339
|
GetSessionCommand: GetSessionCommand_1.GetSessionCommand,
|
|
324
340
|
GetStatementCommand: GetStatementCommand_1.GetStatementCommand,
|
|
325
341
|
GetTableCommand: GetTableCommand_1.GetTableCommand,
|
|
342
|
+
GetTableOptimizerCommand: GetTableOptimizerCommand_1.GetTableOptimizerCommand,
|
|
326
343
|
GetTablesCommand: GetTablesCommand_1.GetTablesCommand,
|
|
327
344
|
GetTableVersionCommand: GetTableVersionCommand_1.GetTableVersionCommand,
|
|
328
345
|
GetTableVersionsCommand: GetTableVersionsCommand_1.GetTableVersionsCommand,
|
|
@@ -340,6 +357,7 @@ const commands = {
|
|
|
340
357
|
GetWorkflowRunsCommand: GetWorkflowRunsCommand_1.GetWorkflowRunsCommand,
|
|
341
358
|
ImportCatalogToGlueCommand: ImportCatalogToGlueCommand_1.ImportCatalogToGlueCommand,
|
|
342
359
|
ListBlueprintsCommand: ListBlueprintsCommand_1.ListBlueprintsCommand,
|
|
360
|
+
ListColumnStatisticsTaskRunsCommand: ListColumnStatisticsTaskRunsCommand_1.ListColumnStatisticsTaskRunsCommand,
|
|
343
361
|
ListCrawlersCommand: ListCrawlersCommand_1.ListCrawlersCommand,
|
|
344
362
|
ListCrawlsCommand: ListCrawlsCommand_1.ListCrawlsCommand,
|
|
345
363
|
ListCustomEntityTypesCommand: ListCustomEntityTypesCommand_1.ListCustomEntityTypesCommand,
|
|
@@ -355,6 +373,7 @@ const commands = {
|
|
|
355
373
|
ListSchemaVersionsCommand: ListSchemaVersionsCommand_1.ListSchemaVersionsCommand,
|
|
356
374
|
ListSessionsCommand: ListSessionsCommand_1.ListSessionsCommand,
|
|
357
375
|
ListStatementsCommand: ListStatementsCommand_1.ListStatementsCommand,
|
|
376
|
+
ListTableOptimizerRunsCommand: ListTableOptimizerRunsCommand_1.ListTableOptimizerRunsCommand,
|
|
358
377
|
ListTriggersCommand: ListTriggersCommand_1.ListTriggersCommand,
|
|
359
378
|
ListWorkflowsCommand: ListWorkflowsCommand_1.ListWorkflowsCommand,
|
|
360
379
|
PutDataCatalogEncryptionSettingsCommand: PutDataCatalogEncryptionSettingsCommand_1.PutDataCatalogEncryptionSettingsCommand,
|
|
@@ -369,6 +388,7 @@ const commands = {
|
|
|
369
388
|
RunStatementCommand: RunStatementCommand_1.RunStatementCommand,
|
|
370
389
|
SearchTablesCommand: SearchTablesCommand_1.SearchTablesCommand,
|
|
371
390
|
StartBlueprintRunCommand: StartBlueprintRunCommand_1.StartBlueprintRunCommand,
|
|
391
|
+
StartColumnStatisticsTaskRunCommand: StartColumnStatisticsTaskRunCommand_1.StartColumnStatisticsTaskRunCommand,
|
|
372
392
|
StartCrawlerCommand: StartCrawlerCommand_1.StartCrawlerCommand,
|
|
373
393
|
StartCrawlerScheduleCommand: StartCrawlerScheduleCommand_1.StartCrawlerScheduleCommand,
|
|
374
394
|
StartDataQualityRuleRecommendationRunCommand: StartDataQualityRuleRecommendationRunCommand_1.StartDataQualityRuleRecommendationRunCommand,
|
|
@@ -380,6 +400,7 @@ const commands = {
|
|
|
380
400
|
StartMLLabelingSetGenerationTaskRunCommand: StartMLLabelingSetGenerationTaskRunCommand_1.StartMLLabelingSetGenerationTaskRunCommand,
|
|
381
401
|
StartTriggerCommand: StartTriggerCommand_1.StartTriggerCommand,
|
|
382
402
|
StartWorkflowRunCommand: StartWorkflowRunCommand_1.StartWorkflowRunCommand,
|
|
403
|
+
StopColumnStatisticsTaskRunCommand: StopColumnStatisticsTaskRunCommand_1.StopColumnStatisticsTaskRunCommand,
|
|
383
404
|
StopCrawlerCommand: StopCrawlerCommand_1.StopCrawlerCommand,
|
|
384
405
|
StopCrawlerScheduleCommand: StopCrawlerScheduleCommand_1.StopCrawlerScheduleCommand,
|
|
385
406
|
StopSessionCommand: StopSessionCommand_1.StopSessionCommand,
|
|
@@ -405,6 +426,7 @@ const commands = {
|
|
|
405
426
|
UpdateSchemaCommand: UpdateSchemaCommand_1.UpdateSchemaCommand,
|
|
406
427
|
UpdateSourceControlFromJobCommand: UpdateSourceControlFromJobCommand_1.UpdateSourceControlFromJobCommand,
|
|
407
428
|
UpdateTableCommand: UpdateTableCommand_1.UpdateTableCommand,
|
|
429
|
+
UpdateTableOptimizerCommand: UpdateTableOptimizerCommand_1.UpdateTableOptimizerCommand,
|
|
408
430
|
UpdateTriggerCommand: UpdateTriggerCommand_1.UpdateTriggerCommand,
|
|
409
431
|
UpdateUserDefinedFunctionCommand: UpdateUserDefinedFunctionCommand_1.UpdateUserDefinedFunctionCommand,
|
|
410
432
|
UpdateWorkflowCommand: UpdateWorkflowCommand_1.UpdateWorkflowCommand,
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BatchGetTableOptimizerCommand = 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 BatchGetTableOptimizerCommand 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, BatchGetTableOptimizerCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "BatchGetTableOptimizerCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "BatchGetTableOptimizer",
|
|
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_BatchGetTableOptimizerCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_BatchGetTableOptimizerCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.BatchGetTableOptimizerCommand = BatchGetTableOptimizerCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateTableOptimizerCommand = 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 CreateTableOptimizerCommand 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, CreateTableOptimizerCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "CreateTableOptimizerCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "CreateTableOptimizer",
|
|
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_CreateTableOptimizerCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_CreateTableOptimizerCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.CreateTableOptimizerCommand = CreateTableOptimizerCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteTableOptimizerCommand = 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 DeleteTableOptimizerCommand 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, DeleteTableOptimizerCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "DeleteTableOptimizerCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "DeleteTableOptimizer",
|
|
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_DeleteTableOptimizerCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_DeleteTableOptimizerCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.DeleteTableOptimizerCommand = DeleteTableOptimizerCommand;
|
|
@@ -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.GetTableOptimizerCommand = 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 GetTableOptimizerCommand 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, GetTableOptimizerCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "GetTableOptimizerCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "GetTableOptimizer",
|
|
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_GetTableOptimizerCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_GetTableOptimizerCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.GetTableOptimizerCommand = GetTableOptimizerCommand;
|