@aws-sdk/client-glue 3.71.0 → 3.75.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/CHANGELOG.md +27 -0
- package/dist-cjs/Glue.js +75 -0
- package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +36 -0
- package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
- package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +3 -3
- package/dist-cjs/commands/GetCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/ListCustomEntityTypesCommand.js +36 -0
- package/dist-cjs/commands/UpdateJobCommand.js +2 -1
- package/dist-cjs/commands/UpdateMLTransformCommand.js +3 -3
- package/dist-cjs/commands/UpdatePartitionCommand.js +3 -3
- package/dist-cjs/commands/UpdateRegistryCommand.js +3 -3
- package/dist-cjs/commands/UpdateSchemaCommand.js +3 -3
- package/dist-cjs/commands/UpdateTableCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +61 -65
- package/dist-cjs/models/models_1.js +76 -72
- package/dist-cjs/models/models_2.js +67 -1
- package/dist-cjs/pagination/ListCustomEntityTypesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +421 -8
- package/dist-es/Glue.js +75 -0
- package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +39 -0
- package/dist-es/commands/CreateCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/DeleteCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
- package/dist-es/commands/GetColumnStatisticsForTableCommand.js +1 -1
- package/dist-es/commands/GetCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/ListCustomEntityTypesCommand.js +39 -0
- package/dist-es/commands/UpdateJobCommand.js +2 -1
- package/dist-es/commands/UpdateMLTransformCommand.js +1 -1
- package/dist-es/commands/UpdatePartitionCommand.js +1 -1
- package/dist-es/commands/UpdateRegistryCommand.js +1 -1
- package/dist-es/commands/UpdateSchemaCommand.js +1 -1
- package/dist-es/commands/UpdateTableCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +41 -47
- package/dist-es/models/models_1.js +50 -44
- package/dist-es/models/models_2.js +44 -0
- package/dist-es/pagination/ListCustomEntityTypesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +493 -0
- package/dist-types/Glue.d.ts +20 -0
- package/dist-types/GlueClient.d.ts +7 -2
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +18 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +18 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +83 -170
- package/dist-types/models/models_1.d.ts +196 -261
- package/dist-types/models/models_2.d.ts +262 -1
- package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Glue.d.ts +20 -0
- package/dist-types/ts3.4/GlueClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/models/models_1.d.ts +125 -1
- package/dist-types/ts3.4/models/models_2.d.ts +137 -1
- package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
- package/package.json +11 -11
|
@@ -7,6 +7,7 @@ import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "../
|
|
|
7
7
|
import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "../commands/BatchDeleteTableVersionCommand";
|
|
8
8
|
import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "../commands/BatchGetBlueprintsCommand";
|
|
9
9
|
import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "../commands/BatchGetCrawlersCommand";
|
|
10
|
+
import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "../commands/BatchGetCustomEntityTypesCommand";
|
|
10
11
|
import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "../commands/BatchGetDevEndpointsCommand";
|
|
11
12
|
import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "../commands/BatchGetJobsCommand";
|
|
12
13
|
import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "../commands/BatchGetPartitionCommand";
|
|
@@ -21,6 +22,7 @@ import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "../co
|
|
|
21
22
|
import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "../commands/CreateClassifierCommand";
|
|
22
23
|
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "../commands/CreateConnectionCommand";
|
|
23
24
|
import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "../commands/CreateCrawlerCommand";
|
|
25
|
+
import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "../commands/CreateCustomEntityTypeCommand";
|
|
24
26
|
import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "../commands/CreateDatabaseCommand";
|
|
25
27
|
import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "../commands/CreateDevEndpointCommand";
|
|
26
28
|
import { CreateJobCommandInput, CreateJobCommandOutput } from "../commands/CreateJobCommand";
|
|
@@ -42,6 +44,7 @@ import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsF
|
|
|
42
44
|
import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "../commands/DeleteColumnStatisticsForTableCommand";
|
|
43
45
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "../commands/DeleteConnectionCommand";
|
|
44
46
|
import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "../commands/DeleteCrawlerCommand";
|
|
47
|
+
import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "../commands/DeleteCustomEntityTypeCommand";
|
|
45
48
|
import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "../commands/DeleteDatabaseCommand";
|
|
46
49
|
import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "../commands/DeleteDevEndpointCommand";
|
|
47
50
|
import { DeleteJobCommandInput, DeleteJobCommandOutput } from "../commands/DeleteJobCommand";
|
|
@@ -72,6 +75,7 @@ import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "../comm
|
|
|
72
75
|
import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "../commands/GetCrawlerCommand";
|
|
73
76
|
import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "../commands/GetCrawlerMetricsCommand";
|
|
74
77
|
import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "../commands/GetCrawlersCommand";
|
|
78
|
+
import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "../commands/GetCustomEntityTypeCommand";
|
|
75
79
|
import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "../commands/GetDatabaseCommand";
|
|
76
80
|
import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "../commands/GetDatabasesCommand";
|
|
77
81
|
import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "../commands/GetDataCatalogEncryptionSettingsCommand";
|
|
@@ -122,6 +126,7 @@ import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "../co
|
|
|
122
126
|
import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "../commands/ImportCatalogToGlueCommand";
|
|
123
127
|
import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "../commands/ListBlueprintsCommand";
|
|
124
128
|
import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "../commands/ListCrawlersCommand";
|
|
129
|
+
import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "../commands/ListCustomEntityTypesCommand";
|
|
125
130
|
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "../commands/ListDevEndpointsCommand";
|
|
126
131
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "../commands/ListJobsCommand";
|
|
127
132
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "../commands/ListMLTransformsCommand";
|
|
@@ -185,6 +190,7 @@ export declare const serializeAws_json1_1BatchDeleteTableCommand: (input: BatchD
|
|
|
185
190
|
export declare const serializeAws_json1_1BatchDeleteTableVersionCommand: (input: BatchDeleteTableVersionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
186
191
|
export declare const serializeAws_json1_1BatchGetBlueprintsCommand: (input: BatchGetBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
187
192
|
export declare const serializeAws_json1_1BatchGetCrawlersCommand: (input: BatchGetCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
193
|
+
export declare const serializeAws_json1_1BatchGetCustomEntityTypesCommand: (input: BatchGetCustomEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
188
194
|
export declare const serializeAws_json1_1BatchGetDevEndpointsCommand: (input: BatchGetDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
189
195
|
export declare const serializeAws_json1_1BatchGetJobsCommand: (input: BatchGetJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
190
196
|
export declare const serializeAws_json1_1BatchGetPartitionCommand: (input: BatchGetPartitionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -199,6 +205,7 @@ export declare const serializeAws_json1_1CreateBlueprintCommand: (input: CreateB
|
|
|
199
205
|
export declare const serializeAws_json1_1CreateClassifierCommand: (input: CreateClassifierCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
200
206
|
export declare const serializeAws_json1_1CreateConnectionCommand: (input: CreateConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
201
207
|
export declare const serializeAws_json1_1CreateCrawlerCommand: (input: CreateCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
208
|
+
export declare const serializeAws_json1_1CreateCustomEntityTypeCommand: (input: CreateCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
202
209
|
export declare const serializeAws_json1_1CreateDatabaseCommand: (input: CreateDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
203
210
|
export declare const serializeAws_json1_1CreateDevEndpointCommand: (input: CreateDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
204
211
|
export declare const serializeAws_json1_1CreateJobCommand: (input: CreateJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -220,6 +227,7 @@ export declare const serializeAws_json1_1DeleteColumnStatisticsForPartitionComma
|
|
|
220
227
|
export declare const serializeAws_json1_1DeleteColumnStatisticsForTableCommand: (input: DeleteColumnStatisticsForTableCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
221
228
|
export declare const serializeAws_json1_1DeleteConnectionCommand: (input: DeleteConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
222
229
|
export declare const serializeAws_json1_1DeleteCrawlerCommand: (input: DeleteCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
230
|
+
export declare const serializeAws_json1_1DeleteCustomEntityTypeCommand: (input: DeleteCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
223
231
|
export declare const serializeAws_json1_1DeleteDatabaseCommand: (input: DeleteDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
224
232
|
export declare const serializeAws_json1_1DeleteDevEndpointCommand: (input: DeleteDevEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
225
233
|
export declare const serializeAws_json1_1DeleteJobCommand: (input: DeleteJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -250,6 +258,7 @@ export declare const serializeAws_json1_1GetConnectionsCommand: (input: GetConne
|
|
|
250
258
|
export declare const serializeAws_json1_1GetCrawlerCommand: (input: GetCrawlerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
251
259
|
export declare const serializeAws_json1_1GetCrawlerMetricsCommand: (input: GetCrawlerMetricsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
252
260
|
export declare const serializeAws_json1_1GetCrawlersCommand: (input: GetCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
261
|
+
export declare const serializeAws_json1_1GetCustomEntityTypeCommand: (input: GetCustomEntityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
253
262
|
export declare const serializeAws_json1_1GetDatabaseCommand: (input: GetDatabaseCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
254
263
|
export declare const serializeAws_json1_1GetDatabasesCommand: (input: GetDatabasesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
255
264
|
export declare const serializeAws_json1_1GetDataCatalogEncryptionSettingsCommand: (input: GetDataCatalogEncryptionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -300,6 +309,7 @@ export declare const serializeAws_json1_1GetWorkflowRunsCommand: (input: GetWork
|
|
|
300
309
|
export declare const serializeAws_json1_1ImportCatalogToGlueCommand: (input: ImportCatalogToGlueCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
301
310
|
export declare const serializeAws_json1_1ListBlueprintsCommand: (input: ListBlueprintsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
302
311
|
export declare const serializeAws_json1_1ListCrawlersCommand: (input: ListCrawlersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
312
|
+
export declare const serializeAws_json1_1ListCustomEntityTypesCommand: (input: ListCustomEntityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
303
313
|
export declare const serializeAws_json1_1ListDevEndpointsCommand: (input: ListDevEndpointsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
304
314
|
export declare const serializeAws_json1_1ListJobsCommand: (input: ListJobsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
305
315
|
export declare const serializeAws_json1_1ListMLTransformsCommand: (input: ListMLTransformsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -363,6 +373,7 @@ export declare const deserializeAws_json1_1BatchDeleteTableCommand: (output: __H
|
|
|
363
373
|
export declare const deserializeAws_json1_1BatchDeleteTableVersionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeleteTableVersionCommandOutput>;
|
|
364
374
|
export declare const deserializeAws_json1_1BatchGetBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetBlueprintsCommandOutput>;
|
|
365
375
|
export declare const deserializeAws_json1_1BatchGetCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCrawlersCommandOutput>;
|
|
376
|
+
export declare const deserializeAws_json1_1BatchGetCustomEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetCustomEntityTypesCommandOutput>;
|
|
366
377
|
export declare const deserializeAws_json1_1BatchGetDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetDevEndpointsCommandOutput>;
|
|
367
378
|
export declare const deserializeAws_json1_1BatchGetJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetJobsCommandOutput>;
|
|
368
379
|
export declare const deserializeAws_json1_1BatchGetPartitionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchGetPartitionCommandOutput>;
|
|
@@ -377,6 +388,7 @@ export declare const deserializeAws_json1_1CreateBlueprintCommand: (output: __Ht
|
|
|
377
388
|
export declare const deserializeAws_json1_1CreateClassifierCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateClassifierCommandOutput>;
|
|
378
389
|
export declare const deserializeAws_json1_1CreateConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateConnectionCommandOutput>;
|
|
379
390
|
export declare const deserializeAws_json1_1CreateCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCrawlerCommandOutput>;
|
|
391
|
+
export declare const deserializeAws_json1_1CreateCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateCustomEntityTypeCommandOutput>;
|
|
380
392
|
export declare const deserializeAws_json1_1CreateDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDatabaseCommandOutput>;
|
|
381
393
|
export declare const deserializeAws_json1_1CreateDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDevEndpointCommandOutput>;
|
|
382
394
|
export declare const deserializeAws_json1_1CreateJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateJobCommandOutput>;
|
|
@@ -398,6 +410,7 @@ export declare const deserializeAws_json1_1DeleteColumnStatisticsForPartitionCom
|
|
|
398
410
|
export declare const deserializeAws_json1_1DeleteColumnStatisticsForTableCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteColumnStatisticsForTableCommandOutput>;
|
|
399
411
|
export declare const deserializeAws_json1_1DeleteConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteConnectionCommandOutput>;
|
|
400
412
|
export declare const deserializeAws_json1_1DeleteCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCrawlerCommandOutput>;
|
|
413
|
+
export declare const deserializeAws_json1_1DeleteCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteCustomEntityTypeCommandOutput>;
|
|
401
414
|
export declare const deserializeAws_json1_1DeleteDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDatabaseCommandOutput>;
|
|
402
415
|
export declare const deserializeAws_json1_1DeleteDevEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDevEndpointCommandOutput>;
|
|
403
416
|
export declare const deserializeAws_json1_1DeleteJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteJobCommandOutput>;
|
|
@@ -428,6 +441,7 @@ export declare const deserializeAws_json1_1GetConnectionsCommand: (output: __Htt
|
|
|
428
441
|
export declare const deserializeAws_json1_1GetCrawlerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlerCommandOutput>;
|
|
429
442
|
export declare const deserializeAws_json1_1GetCrawlerMetricsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlerMetricsCommandOutput>;
|
|
430
443
|
export declare const deserializeAws_json1_1GetCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCrawlersCommandOutput>;
|
|
444
|
+
export declare const deserializeAws_json1_1GetCustomEntityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetCustomEntityTypeCommandOutput>;
|
|
431
445
|
export declare const deserializeAws_json1_1GetDatabaseCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabaseCommandOutput>;
|
|
432
446
|
export declare const deserializeAws_json1_1GetDatabasesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDatabasesCommandOutput>;
|
|
433
447
|
export declare const deserializeAws_json1_1GetDataCatalogEncryptionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataCatalogEncryptionSettingsCommandOutput>;
|
|
@@ -478,6 +492,7 @@ export declare const deserializeAws_json1_1GetWorkflowRunsCommand: (output: __Ht
|
|
|
478
492
|
export declare const deserializeAws_json1_1ImportCatalogToGlueCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ImportCatalogToGlueCommandOutput>;
|
|
479
493
|
export declare const deserializeAws_json1_1ListBlueprintsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBlueprintsCommandOutput>;
|
|
480
494
|
export declare const deserializeAws_json1_1ListCrawlersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCrawlersCommandOutput>;
|
|
495
|
+
export declare const deserializeAws_json1_1ListCustomEntityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListCustomEntityTypesCommandOutput>;
|
|
481
496
|
export declare const deserializeAws_json1_1ListDevEndpointsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDevEndpointsCommandOutput>;
|
|
482
497
|
export declare const deserializeAws_json1_1ListJobsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListJobsCommandOutput>;
|
|
483
498
|
export declare const deserializeAws_json1_1ListMLTransformsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMLTransformsCommandOutput>;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-glue",
|
|
3
3
|
"description": "AWS SDK for JavaScript Glue Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.75.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -18,34 +18,34 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.75.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.75.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.75.0",
|
|
24
24
|
"@aws-sdk/fetch-http-handler": "3.58.0",
|
|
25
25
|
"@aws-sdk/hash-node": "3.55.0",
|
|
26
26
|
"@aws-sdk/invalid-dependency": "3.55.0",
|
|
27
27
|
"@aws-sdk/middleware-content-length": "3.58.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.58.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.55.0",
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.75.0",
|
|
31
31
|
"@aws-sdk/middleware-serde": "3.55.0",
|
|
32
32
|
"@aws-sdk/middleware-signing": "3.58.0",
|
|
33
33
|
"@aws-sdk/middleware-stack": "3.55.0",
|
|
34
34
|
"@aws-sdk/middleware-user-agent": "3.58.0",
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.75.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.74.0",
|
|
37
37
|
"@aws-sdk/protocol-http": "3.58.0",
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
38
|
+
"@aws-sdk/smithy-client": "3.72.0",
|
|
39
39
|
"@aws-sdk/types": "3.55.0",
|
|
40
40
|
"@aws-sdk/url-parser": "3.55.0",
|
|
41
41
|
"@aws-sdk/util-base64-browser": "3.58.0",
|
|
42
42
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
43
43
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
45
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
46
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.72.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.75.0",
|
|
47
47
|
"@aws-sdk/util-user-agent-browser": "3.58.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.75.0",
|
|
49
49
|
"@aws-sdk/util-utf8-browser": "3.55.0",
|
|
50
50
|
"@aws-sdk/util-utf8-node": "3.55.0",
|
|
51
51
|
"tslib": "^2.3.1"
|