@aws-sdk/client-glue 3.449.0 → 3.451.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 +49 -1
- package/dist-cjs/Glue.js +12 -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/GetTableOptimizerCommand.js +51 -0
- package/dist-cjs/commands/ListTableOptimizerRunsCommand.js +51 -0
- package/dist-cjs/commands/UpdateTableOptimizerCommand.js +51 -0
- package/dist-cjs/commands/index.js +6 -0
- package/dist-cjs/models/models_0.js +10 -16
- package/dist-cjs/models/models_1.js +16 -1
- package/dist-cjs/pagination/ListTableOptimizerRunsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +361 -10
- package/dist-es/Glue.js +12 -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/GetTableOptimizerCommand.js +47 -0
- package/dist-es/commands/ListTableOptimizerRunsCommand.js +47 -0
- package/dist-es/commands/UpdateTableOptimizerCommand.js +47 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/models_0.js +9 -14
- package/dist-es/models/models_1.js +14 -0
- package/dist-es/pagination/ListTableOptimizerRunsPaginator.js +25 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +341 -2
- package/dist-types/Glue.d.ts +42 -0
- package/dist-types/GlueClient.d.ts +8 -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/GetTableCommand.d.ts +2 -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/ListTableOptimizerRunsCommand.d.ts +107 -0
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/UpdateTableOptimizerCommand.d.ts +90 -0
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/models_0.d.ts +227 -222
- package/dist-types/models/models_1.d.ts +288 -394
- package/dist-types/models/models_2.d.ts +545 -2
- package/dist-types/pagination/ListTableOptimizerRunsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/Glue.d.ts +102 -0
- package/dist-types/ts3.4/GlueClient.d.ts +36 -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/GetTableCommand.d.ts +2 -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/ListTableOptimizerRunsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateTableOptimizerCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +61 -59
- package/dist-types/ts3.4/models/models_1.d.ts +77 -90
- package/dist-types/ts3.4/models/models_2.d.ts +129 -3
- package/dist-types/ts3.4/pagination/ListTableOptimizerRunsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +35 -35
package/README.md
CHANGED
|
@@ -164,7 +164,7 @@ try {
|
|
|
164
164
|
const data = await client.send(command);
|
|
165
165
|
// process data.
|
|
166
166
|
} catch (error) {
|
|
167
|
-
const { requestId, cfId, extendedRequestId } = error
|
|
167
|
+
const { requestId, cfId, extendedRequestId } = error.$metadata;
|
|
168
168
|
console.log({ requestId, cfId, extendedRequestId });
|
|
169
169
|
/**
|
|
170
170
|
* The keys within exceptions are also parsed.
|
|
@@ -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>
|
|
@@ -1140,6 +1164,14 @@ GetTable
|
|
|
1140
1164
|
|
|
1141
1165
|
[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
1166
|
|
|
1167
|
+
</details>
|
|
1168
|
+
<details>
|
|
1169
|
+
<summary>
|
|
1170
|
+
GetTableOptimizer
|
|
1171
|
+
</summary>
|
|
1172
|
+
|
|
1173
|
+
[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)
|
|
1174
|
+
|
|
1143
1175
|
</details>
|
|
1144
1176
|
<details>
|
|
1145
1177
|
<summary>
|
|
@@ -1396,6 +1428,14 @@ ListStatements
|
|
|
1396
1428
|
|
|
1397
1429
|
[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
1430
|
|
|
1431
|
+
</details>
|
|
1432
|
+
<details>
|
|
1433
|
+
<summary>
|
|
1434
|
+
ListTableOptimizerRuns
|
|
1435
|
+
</summary>
|
|
1436
|
+
|
|
1437
|
+
[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)
|
|
1438
|
+
|
|
1399
1439
|
</details>
|
|
1400
1440
|
<details>
|
|
1401
1441
|
<summary>
|
|
@@ -1796,6 +1836,14 @@ UpdateTable
|
|
|
1796
1836
|
|
|
1797
1837
|
[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
1838
|
|
|
1839
|
+
</details>
|
|
1840
|
+
<details>
|
|
1841
|
+
<summary>
|
|
1842
|
+
UpdateTableOptimizer
|
|
1843
|
+
</summary>
|
|
1844
|
+
|
|
1845
|
+
[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)
|
|
1846
|
+
|
|
1799
1847
|
</details>
|
|
1800
1848
|
<details>
|
|
1801
1849
|
<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");
|
|
@@ -119,6 +122,7 @@ const GetSecurityConfigurationsCommand_1 = require("./commands/GetSecurityConfig
|
|
|
119
122
|
const GetSessionCommand_1 = require("./commands/GetSessionCommand");
|
|
120
123
|
const GetStatementCommand_1 = require("./commands/GetStatementCommand");
|
|
121
124
|
const GetTableCommand_1 = require("./commands/GetTableCommand");
|
|
125
|
+
const GetTableOptimizerCommand_1 = require("./commands/GetTableOptimizerCommand");
|
|
122
126
|
const GetTablesCommand_1 = require("./commands/GetTablesCommand");
|
|
123
127
|
const GetTableVersionCommand_1 = require("./commands/GetTableVersionCommand");
|
|
124
128
|
const GetTableVersionsCommand_1 = require("./commands/GetTableVersionsCommand");
|
|
@@ -151,6 +155,7 @@ const ListSchemasCommand_1 = require("./commands/ListSchemasCommand");
|
|
|
151
155
|
const ListSchemaVersionsCommand_1 = require("./commands/ListSchemaVersionsCommand");
|
|
152
156
|
const ListSessionsCommand_1 = require("./commands/ListSessionsCommand");
|
|
153
157
|
const ListStatementsCommand_1 = require("./commands/ListStatementsCommand");
|
|
158
|
+
const ListTableOptimizerRunsCommand_1 = require("./commands/ListTableOptimizerRunsCommand");
|
|
154
159
|
const ListTriggersCommand_1 = require("./commands/ListTriggersCommand");
|
|
155
160
|
const ListWorkflowsCommand_1 = require("./commands/ListWorkflowsCommand");
|
|
156
161
|
const PutDataCatalogEncryptionSettingsCommand_1 = require("./commands/PutDataCatalogEncryptionSettingsCommand");
|
|
@@ -201,6 +206,7 @@ const UpdateRegistryCommand_1 = require("./commands/UpdateRegistryCommand");
|
|
|
201
206
|
const UpdateSchemaCommand_1 = require("./commands/UpdateSchemaCommand");
|
|
202
207
|
const UpdateSourceControlFromJobCommand_1 = require("./commands/UpdateSourceControlFromJobCommand");
|
|
203
208
|
const UpdateTableCommand_1 = require("./commands/UpdateTableCommand");
|
|
209
|
+
const UpdateTableOptimizerCommand_1 = require("./commands/UpdateTableOptimizerCommand");
|
|
204
210
|
const UpdateTriggerCommand_1 = require("./commands/UpdateTriggerCommand");
|
|
205
211
|
const UpdateUserDefinedFunctionCommand_1 = require("./commands/UpdateUserDefinedFunctionCommand");
|
|
206
212
|
const UpdateWorkflowCommand_1 = require("./commands/UpdateWorkflowCommand");
|
|
@@ -218,6 +224,7 @@ const commands = {
|
|
|
218
224
|
BatchGetDevEndpointsCommand: BatchGetDevEndpointsCommand_1.BatchGetDevEndpointsCommand,
|
|
219
225
|
BatchGetJobsCommand: BatchGetJobsCommand_1.BatchGetJobsCommand,
|
|
220
226
|
BatchGetPartitionCommand: BatchGetPartitionCommand_1.BatchGetPartitionCommand,
|
|
227
|
+
BatchGetTableOptimizerCommand: BatchGetTableOptimizerCommand_1.BatchGetTableOptimizerCommand,
|
|
221
228
|
BatchGetTriggersCommand: BatchGetTriggersCommand_1.BatchGetTriggersCommand,
|
|
222
229
|
BatchGetWorkflowsCommand: BatchGetWorkflowsCommand_1.BatchGetWorkflowsCommand,
|
|
223
230
|
BatchStopJobRunCommand: BatchStopJobRunCommand_1.BatchStopJobRunCommand,
|
|
@@ -245,6 +252,7 @@ const commands = {
|
|
|
245
252
|
CreateSecurityConfigurationCommand: CreateSecurityConfigurationCommand_1.CreateSecurityConfigurationCommand,
|
|
246
253
|
CreateSessionCommand: CreateSessionCommand_1.CreateSessionCommand,
|
|
247
254
|
CreateTableCommand: CreateTableCommand_1.CreateTableCommand,
|
|
255
|
+
CreateTableOptimizerCommand: CreateTableOptimizerCommand_1.CreateTableOptimizerCommand,
|
|
248
256
|
CreateTriggerCommand: CreateTriggerCommand_1.CreateTriggerCommand,
|
|
249
257
|
CreateUserDefinedFunctionCommand: CreateUserDefinedFunctionCommand_1.CreateUserDefinedFunctionCommand,
|
|
250
258
|
CreateWorkflowCommand: CreateWorkflowCommand_1.CreateWorkflowCommand,
|
|
@@ -269,6 +277,7 @@ const commands = {
|
|
|
269
277
|
DeleteSecurityConfigurationCommand: DeleteSecurityConfigurationCommand_1.DeleteSecurityConfigurationCommand,
|
|
270
278
|
DeleteSessionCommand: DeleteSessionCommand_1.DeleteSessionCommand,
|
|
271
279
|
DeleteTableCommand: DeleteTableCommand_1.DeleteTableCommand,
|
|
280
|
+
DeleteTableOptimizerCommand: DeleteTableOptimizerCommand_1.DeleteTableOptimizerCommand,
|
|
272
281
|
DeleteTableVersionCommand: DeleteTableVersionCommand_1.DeleteTableVersionCommand,
|
|
273
282
|
DeleteTriggerCommand: DeleteTriggerCommand_1.DeleteTriggerCommand,
|
|
274
283
|
DeleteUserDefinedFunctionCommand: DeleteUserDefinedFunctionCommand_1.DeleteUserDefinedFunctionCommand,
|
|
@@ -323,6 +332,7 @@ const commands = {
|
|
|
323
332
|
GetSessionCommand: GetSessionCommand_1.GetSessionCommand,
|
|
324
333
|
GetStatementCommand: GetStatementCommand_1.GetStatementCommand,
|
|
325
334
|
GetTableCommand: GetTableCommand_1.GetTableCommand,
|
|
335
|
+
GetTableOptimizerCommand: GetTableOptimizerCommand_1.GetTableOptimizerCommand,
|
|
326
336
|
GetTablesCommand: GetTablesCommand_1.GetTablesCommand,
|
|
327
337
|
GetTableVersionCommand: GetTableVersionCommand_1.GetTableVersionCommand,
|
|
328
338
|
GetTableVersionsCommand: GetTableVersionsCommand_1.GetTableVersionsCommand,
|
|
@@ -355,6 +365,7 @@ const commands = {
|
|
|
355
365
|
ListSchemaVersionsCommand: ListSchemaVersionsCommand_1.ListSchemaVersionsCommand,
|
|
356
366
|
ListSessionsCommand: ListSessionsCommand_1.ListSessionsCommand,
|
|
357
367
|
ListStatementsCommand: ListStatementsCommand_1.ListStatementsCommand,
|
|
368
|
+
ListTableOptimizerRunsCommand: ListTableOptimizerRunsCommand_1.ListTableOptimizerRunsCommand,
|
|
358
369
|
ListTriggersCommand: ListTriggersCommand_1.ListTriggersCommand,
|
|
359
370
|
ListWorkflowsCommand: ListWorkflowsCommand_1.ListWorkflowsCommand,
|
|
360
371
|
PutDataCatalogEncryptionSettingsCommand: PutDataCatalogEncryptionSettingsCommand_1.PutDataCatalogEncryptionSettingsCommand,
|
|
@@ -405,6 +416,7 @@ const commands = {
|
|
|
405
416
|
UpdateSchemaCommand: UpdateSchemaCommand_1.UpdateSchemaCommand,
|
|
406
417
|
UpdateSourceControlFromJobCommand: UpdateSourceControlFromJobCommand_1.UpdateSourceControlFromJobCommand,
|
|
407
418
|
UpdateTableCommand: UpdateTableCommand_1.UpdateTableCommand,
|
|
419
|
+
UpdateTableOptimizerCommand: UpdateTableOptimizerCommand_1.UpdateTableOptimizerCommand,
|
|
408
420
|
UpdateTriggerCommand: UpdateTriggerCommand_1.UpdateTriggerCommand,
|
|
409
421
|
UpdateUserDefinedFunctionCommand: UpdateUserDefinedFunctionCommand_1.UpdateUserDefinedFunctionCommand,
|
|
410
422
|
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.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;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ListTableOptimizerRunsCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class ListTableOptimizerRunsCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ListTableOptimizerRunsCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "ListTableOptimizerRunsCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "ListTableOptimizerRuns",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_ListTableOptimizerRunsCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_ListTableOptimizerRunsCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.ListTableOptimizerRunsCommand = ListTableOptimizerRunsCommand;
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.UpdateTableOptimizerCommand = exports.$Command = void 0;
|
|
4
|
+
const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
|
|
5
|
+
const middleware_serde_1 = require("@smithy/middleware-serde");
|
|
6
|
+
const smithy_client_1 = require("@smithy/smithy-client");
|
|
7
|
+
Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
|
|
8
|
+
const types_1 = require("@smithy/types");
|
|
9
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
10
|
+
class UpdateTableOptimizerCommand extends smithy_client_1.Command {
|
|
11
|
+
static getEndpointParameterInstructions() {
|
|
12
|
+
return {
|
|
13
|
+
UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
|
|
14
|
+
Endpoint: { type: "builtInParams", name: "endpoint" },
|
|
15
|
+
Region: { type: "builtInParams", name: "region" },
|
|
16
|
+
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
constructor(input) {
|
|
20
|
+
super();
|
|
21
|
+
this.input = input;
|
|
22
|
+
}
|
|
23
|
+
resolveMiddleware(clientStack, configuration, options) {
|
|
24
|
+
this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
|
|
25
|
+
this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, UpdateTableOptimizerCommand.getEndpointParameterInstructions()));
|
|
26
|
+
const stack = clientStack.concat(this.middlewareStack);
|
|
27
|
+
const { logger } = configuration;
|
|
28
|
+
const clientName = "GlueClient";
|
|
29
|
+
const commandName = "UpdateTableOptimizerCommand";
|
|
30
|
+
const handlerExecutionContext = {
|
|
31
|
+
logger,
|
|
32
|
+
clientName,
|
|
33
|
+
commandName,
|
|
34
|
+
inputFilterSensitiveLog: (_) => _,
|
|
35
|
+
outputFilterSensitiveLog: (_) => _,
|
|
36
|
+
[types_1.SMITHY_CONTEXT_KEY]: {
|
|
37
|
+
service: "AWSGlue",
|
|
38
|
+
operation: "UpdateTableOptimizer",
|
|
39
|
+
},
|
|
40
|
+
};
|
|
41
|
+
const { requestHandler } = configuration;
|
|
42
|
+
return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
|
|
43
|
+
}
|
|
44
|
+
serialize(input, context) {
|
|
45
|
+
return (0, Aws_json1_1_1.se_UpdateTableOptimizerCommand)(input, context);
|
|
46
|
+
}
|
|
47
|
+
deserialize(output, context) {
|
|
48
|
+
return (0, Aws_json1_1_1.de_UpdateTableOptimizerCommand)(output, context);
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
exports.UpdateTableOptimizerCommand = UpdateTableOptimizerCommand;
|
|
@@ -13,6 +13,7 @@ tslib_1.__exportStar(require("./BatchGetDataQualityResultCommand"), exports);
|
|
|
13
13
|
tslib_1.__exportStar(require("./BatchGetDevEndpointsCommand"), exports);
|
|
14
14
|
tslib_1.__exportStar(require("./BatchGetJobsCommand"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./BatchGetPartitionCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./BatchGetTableOptimizerCommand"), exports);
|
|
16
17
|
tslib_1.__exportStar(require("./BatchGetTriggersCommand"), exports);
|
|
17
18
|
tslib_1.__exportStar(require("./BatchGetWorkflowsCommand"), exports);
|
|
18
19
|
tslib_1.__exportStar(require("./BatchStopJobRunCommand"), exports);
|
|
@@ -40,6 +41,7 @@ tslib_1.__exportStar(require("./CreateScriptCommand"), exports);
|
|
|
40
41
|
tslib_1.__exportStar(require("./CreateSecurityConfigurationCommand"), exports);
|
|
41
42
|
tslib_1.__exportStar(require("./CreateSessionCommand"), exports);
|
|
42
43
|
tslib_1.__exportStar(require("./CreateTableCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./CreateTableOptimizerCommand"), exports);
|
|
43
45
|
tslib_1.__exportStar(require("./CreateTriggerCommand"), exports);
|
|
44
46
|
tslib_1.__exportStar(require("./CreateUserDefinedFunctionCommand"), exports);
|
|
45
47
|
tslib_1.__exportStar(require("./CreateWorkflowCommand"), exports);
|
|
@@ -64,6 +66,7 @@ tslib_1.__exportStar(require("./DeleteSchemaVersionsCommand"), exports);
|
|
|
64
66
|
tslib_1.__exportStar(require("./DeleteSecurityConfigurationCommand"), exports);
|
|
65
67
|
tslib_1.__exportStar(require("./DeleteSessionCommand"), exports);
|
|
66
68
|
tslib_1.__exportStar(require("./DeleteTableCommand"), exports);
|
|
69
|
+
tslib_1.__exportStar(require("./DeleteTableOptimizerCommand"), exports);
|
|
67
70
|
tslib_1.__exportStar(require("./DeleteTableVersionCommand"), exports);
|
|
68
71
|
tslib_1.__exportStar(require("./DeleteTriggerCommand"), exports);
|
|
69
72
|
tslib_1.__exportStar(require("./DeleteUserDefinedFunctionCommand"), exports);
|
|
@@ -118,6 +121,7 @@ tslib_1.__exportStar(require("./GetSecurityConfigurationsCommand"), exports);
|
|
|
118
121
|
tslib_1.__exportStar(require("./GetSessionCommand"), exports);
|
|
119
122
|
tslib_1.__exportStar(require("./GetStatementCommand"), exports);
|
|
120
123
|
tslib_1.__exportStar(require("./GetTableCommand"), exports);
|
|
124
|
+
tslib_1.__exportStar(require("./GetTableOptimizerCommand"), exports);
|
|
121
125
|
tslib_1.__exportStar(require("./GetTableVersionCommand"), exports);
|
|
122
126
|
tslib_1.__exportStar(require("./GetTableVersionsCommand"), exports);
|
|
123
127
|
tslib_1.__exportStar(require("./GetTablesCommand"), exports);
|
|
@@ -150,6 +154,7 @@ tslib_1.__exportStar(require("./ListSchemaVersionsCommand"), exports);
|
|
|
150
154
|
tslib_1.__exportStar(require("./ListSchemasCommand"), exports);
|
|
151
155
|
tslib_1.__exportStar(require("./ListSessionsCommand"), exports);
|
|
152
156
|
tslib_1.__exportStar(require("./ListStatementsCommand"), exports);
|
|
157
|
+
tslib_1.__exportStar(require("./ListTableOptimizerRunsCommand"), exports);
|
|
153
158
|
tslib_1.__exportStar(require("./ListTriggersCommand"), exports);
|
|
154
159
|
tslib_1.__exportStar(require("./ListWorkflowsCommand"), exports);
|
|
155
160
|
tslib_1.__exportStar(require("./PutDataCatalogEncryptionSettingsCommand"), exports);
|
|
@@ -200,6 +205,7 @@ tslib_1.__exportStar(require("./UpdateRegistryCommand"), exports);
|
|
|
200
205
|
tslib_1.__exportStar(require("./UpdateSchemaCommand"), exports);
|
|
201
206
|
tslib_1.__exportStar(require("./UpdateSourceControlFromJobCommand"), exports);
|
|
202
207
|
tslib_1.__exportStar(require("./UpdateTableCommand"), exports);
|
|
208
|
+
tslib_1.__exportStar(require("./UpdateTableOptimizerCommand"), exports);
|
|
203
209
|
tslib_1.__exportStar(require("./UpdateTriggerCommand"), exports);
|
|
204
210
|
tslib_1.__exportStar(require("./UpdateUserDefinedFunctionCommand"), exports);
|
|
205
211
|
tslib_1.__exportStar(require("./UpdateWorkflowCommand"), exports);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.InvalidStateException = exports.FederationSourceRetryableException = exports.FederationSourceException = exports.FederationSourceErrorCode = exports.SourceControlProvider = exports.SourceControlAuthStrategy = exports.ExecutionClass = exports.UnionType = exports.HudiTargetCompressionType = exports.ParquetCompressionType = exports.TargetFormat = exports.DeltaTargetCompressionType = exports.Separator = exports.QuoteChar = exports.CompressionType = exports.PiiType = exports.JoinType = exports.GlueRecordType = exports.JDBCDataType = exports.UpdateCatalogBehavior = exports.FilterLogicalOperator = exports.FilterValueType = exports.FilterOperation = exports.DQStopJobOnFailureTiming = exports.DQTransformOutput = exports.ParamType = exports.JDBCConnectionType = exports.StartingPosition = exports.WorkerType = exports.DataQualityRuleResultStatus = exports.JdbcMetadataEntry = exports.CrawlerState = exports.UpdateBehavior = exports.DeleteBehavior = exports.ScheduleState = exports.RecrawlBehavior = exports.CrawlerLineageSettings = exports.LastCrawlStatus = exports.BlueprintStatus = exports.ResourceNotReadyException = exports.ResourceNumberLimitExceededException = exports.OperationTimeoutException = exports.InvalidInputException = exports.InternalServiceException = exports.GlueEncryptionException = exports.EntityNotFoundException = exports.AlreadyExistsException = exports.AggFunction = exports.AdditionalOptionKeys = exports.AccessDeniedException = void 0;
|
|
4
|
-
exports.
|
|
4
|
+
exports.Permission = exports.ConcurrentModificationException = exports.IdempotentParameterMismatchException = exports.ConnectionType = exports.ConnectionPropertyKey = exports.CsvSerdeOption = exports.CsvHeaderOption = exports.DataFormat = exports.IllegalSessionStateException = exports.TaskStatusType = exports.WorkflowRunStatus = exports.NodeType = exports.TriggerType = exports.TriggerState = exports.Logical = exports.JobRunState = exports.LogicalOperator = exports.CrawlState = exports.TableOptimizerEventType = exports.TableOptimizerType = void 0;
|
|
5
5
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
6
6
|
class AccessDeniedException extends GlueServiceException_1.GlueServiceException {
|
|
7
7
|
constructor(opts) {
|
|
@@ -437,6 +437,15 @@ class InvalidStateException extends GlueServiceException_1.GlueServiceException
|
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
439
|
exports.InvalidStateException = InvalidStateException;
|
|
440
|
+
exports.TableOptimizerType = {
|
|
441
|
+
COMPACTION: "compaction",
|
|
442
|
+
};
|
|
443
|
+
exports.TableOptimizerEventType = {
|
|
444
|
+
COMPLETED: "completed",
|
|
445
|
+
FAILED: "failed",
|
|
446
|
+
IN_PROGRESS: "in_progress",
|
|
447
|
+
STARTING: "starting",
|
|
448
|
+
};
|
|
440
449
|
exports.CrawlState = {
|
|
441
450
|
CANCELLED: "CANCELLED",
|
|
442
451
|
CANCELLING: "CANCELLING",
|
|
@@ -618,18 +627,3 @@ exports.Permission = {
|
|
|
618
627
|
INSERT: "INSERT",
|
|
619
628
|
SELECT: "SELECT",
|
|
620
629
|
};
|
|
621
|
-
class FederatedResourceAlreadyExistsException extends GlueServiceException_1.GlueServiceException {
|
|
622
|
-
constructor(opts) {
|
|
623
|
-
super({
|
|
624
|
-
name: "FederatedResourceAlreadyExistsException",
|
|
625
|
-
$fault: "client",
|
|
626
|
-
...opts,
|
|
627
|
-
});
|
|
628
|
-
this.name = "FederatedResourceAlreadyExistsException";
|
|
629
|
-
this.$fault = "client";
|
|
630
|
-
Object.setPrototypeOf(this, FederatedResourceAlreadyExistsException.prototype);
|
|
631
|
-
this.Message = opts.Message;
|
|
632
|
-
this.AssociatedGlueResource = opts.AssociatedGlueResource;
|
|
633
|
-
}
|
|
634
|
-
}
|
|
635
|
-
exports.FederatedResourceAlreadyExistsException = FederatedResourceAlreadyExistsException;
|
|
@@ -1,7 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StatementState = exports.SchemaDiffType = exports.PartitionIndexStatus = exports.BackfillErrorCode = exports.TransformSortColumnType = exports.TransformStatusType = exports.SortDirectionType = exports.TaskRunSortColumnType = exports.TaskType = exports.CatalogEncryptionMode = exports.ResourceShareType = 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 = void 0;
|
|
3
|
+
exports.StatementState = exports.SchemaDiffType = exports.PartitionIndexStatus = exports.BackfillErrorCode = exports.TransformSortColumnType = exports.TransformStatusType = exports.SortDirectionType = exports.TaskRunSortColumnType = exports.TaskType = exports.CatalogEncryptionMode = exports.ResourceShareType = exports.ColumnStatisticsType = exports.BlueprintRunState = exports.ConditionCheckFailureException = exports.RegistryStatus = exports.ConflictException = exports.SchedulerTransitioningException = exports.CrawlerRunningException = exports.ResourceType = exports.PrincipalType = exports.MetadataOperation = exports.SessionStatus = exports.S3EncryptionMode = exports.JobBookmarksEncryptionMode = exports.CloudWatchEncryptionMode = exports.Language = exports.SchemaVersionStatus = exports.SchemaStatus = exports.Compatibility = exports.MLUserDataEncryptionModeString = exports.TransformType = exports.ValidationException = exports.FederatedResourceAlreadyExistsException = void 0;
|
|
4
4
|
const GlueServiceException_1 = require("./GlueServiceException");
|
|
5
|
+
class FederatedResourceAlreadyExistsException extends GlueServiceException_1.GlueServiceException {
|
|
6
|
+
constructor(opts) {
|
|
7
|
+
super({
|
|
8
|
+
name: "FederatedResourceAlreadyExistsException",
|
|
9
|
+
$fault: "client",
|
|
10
|
+
...opts,
|
|
11
|
+
});
|
|
12
|
+
this.name = "FederatedResourceAlreadyExistsException";
|
|
13
|
+
this.$fault = "client";
|
|
14
|
+
Object.setPrototypeOf(this, FederatedResourceAlreadyExistsException.prototype);
|
|
15
|
+
this.Message = opts.Message;
|
|
16
|
+
this.AssociatedGlueResource = opts.AssociatedGlueResource;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
exports.FederatedResourceAlreadyExistsException = FederatedResourceAlreadyExistsException;
|
|
5
20
|
class ValidationException extends GlueServiceException_1.GlueServiceException {
|
|
6
21
|
constructor(opts) {
|
|
7
22
|
super({
|