@aws-sdk/client-glue 3.74.0 → 3.78.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 +30 -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/GetBlueprintRunsPaginator.js +2 -1
- package/dist-cjs/pagination/GetClassifiersPaginator.js +2 -1
- package/dist-cjs/pagination/GetConnectionsPaginator.js +2 -1
- package/dist-cjs/pagination/GetCrawlerMetricsPaginator.js +2 -1
- package/dist-cjs/pagination/GetCrawlersPaginator.js +2 -1
- package/dist-cjs/pagination/GetDatabasesPaginator.js +2 -1
- package/dist-cjs/pagination/GetDevEndpointsPaginator.js +2 -1
- package/dist-cjs/pagination/GetJobRunsPaginator.js +2 -1
- package/dist-cjs/pagination/GetJobsPaginator.js +2 -1
- package/dist-cjs/pagination/GetMLTaskRunsPaginator.js +2 -1
- package/dist-cjs/pagination/GetMLTransformsPaginator.js +2 -1
- package/dist-cjs/pagination/GetPartitionIndexesPaginator.js +2 -1
- package/dist-cjs/pagination/GetPartitionsPaginator.js +2 -1
- package/dist-cjs/pagination/GetResourcePoliciesPaginator.js +2 -1
- package/dist-cjs/pagination/GetSecurityConfigurationsPaginator.js +2 -1
- package/dist-cjs/pagination/GetTableVersionsPaginator.js +2 -1
- package/dist-cjs/pagination/GetTablesPaginator.js +2 -1
- package/dist-cjs/pagination/GetTriggersPaginator.js +2 -1
- package/dist-cjs/pagination/GetUnfilteredPartitionsMetadataPaginator.js +2 -1
- package/dist-cjs/pagination/GetUserDefinedFunctionsPaginator.js +2 -1
- package/dist-cjs/pagination/GetWorkflowRunsPaginator.js +2 -1
- package/dist-cjs/pagination/ListBlueprintsPaginator.js +2 -1
- package/dist-cjs/pagination/ListCrawlersPaginator.js +2 -1
- package/dist-cjs/pagination/ListCustomEntityTypesPaginator.js +36 -0
- package/dist-cjs/pagination/ListDevEndpointsPaginator.js +2 -1
- package/dist-cjs/pagination/ListJobsPaginator.js +2 -1
- package/dist-cjs/pagination/ListMLTransformsPaginator.js +2 -1
- package/dist-cjs/pagination/ListRegistriesPaginator.js +2 -1
- package/dist-cjs/pagination/ListSchemaVersionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListSchemasPaginator.js +2 -1
- package/dist-cjs/pagination/ListSessionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListTriggersPaginator.js +2 -1
- package/dist-cjs/pagination/ListWorkflowsPaginator.js +2 -1
- package/dist-cjs/pagination/SearchTablesPaginator.js +2 -1
- 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/GetBlueprintRunsPaginator.js +3 -2
- package/dist-es/pagination/GetClassifiersPaginator.js +3 -2
- package/dist-es/pagination/GetConnectionsPaginator.js +3 -2
- package/dist-es/pagination/GetCrawlerMetricsPaginator.js +3 -2
- package/dist-es/pagination/GetCrawlersPaginator.js +3 -2
- package/dist-es/pagination/GetDatabasesPaginator.js +3 -2
- package/dist-es/pagination/GetDevEndpointsPaginator.js +3 -2
- package/dist-es/pagination/GetJobRunsPaginator.js +3 -2
- package/dist-es/pagination/GetJobsPaginator.js +3 -2
- package/dist-es/pagination/GetMLTaskRunsPaginator.js +3 -2
- package/dist-es/pagination/GetMLTransformsPaginator.js +3 -2
- package/dist-es/pagination/GetPartitionIndexesPaginator.js +3 -2
- package/dist-es/pagination/GetPartitionsPaginator.js +3 -2
- package/dist-es/pagination/GetResourcePoliciesPaginator.js +3 -2
- package/dist-es/pagination/GetSecurityConfigurationsPaginator.js +3 -2
- package/dist-es/pagination/GetTableVersionsPaginator.js +3 -2
- package/dist-es/pagination/GetTablesPaginator.js +3 -2
- package/dist-es/pagination/GetTriggersPaginator.js +3 -2
- package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +3 -2
- package/dist-es/pagination/GetUserDefinedFunctionsPaginator.js +3 -2
- package/dist-es/pagination/GetWorkflowRunsPaginator.js +3 -2
- package/dist-es/pagination/ListBlueprintsPaginator.js +3 -2
- package/dist-es/pagination/ListCrawlersPaginator.js +3 -2
- package/dist-es/pagination/ListCustomEntityTypesPaginator.js +75 -0
- package/dist-es/pagination/ListDevEndpointsPaginator.js +3 -2
- package/dist-es/pagination/ListJobsPaginator.js +3 -2
- package/dist-es/pagination/ListMLTransformsPaginator.js +3 -2
- package/dist-es/pagination/ListRegistriesPaginator.js +3 -2
- package/dist-es/pagination/ListSchemaVersionsPaginator.js +3 -2
- package/dist-es/pagination/ListSchemasPaginator.js +3 -2
- package/dist-es/pagination/ListSessionsPaginator.js +3 -2
- package/dist-es/pagination/ListTriggersPaginator.js +3 -2
- package/dist-es/pagination/ListWorkflowsPaginator.js +3 -2
- package/dist-es/pagination/SearchTablesPaginator.js +3 -2
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +493 -0
- package/dist-types/Glue.d.ts +37 -0
- package/dist-types/GlueClient.d.ts +7 -2
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +35 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +37 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +35 -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 +35 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +35 -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 +141 -170
- package/dist-types/models/models_1.d.ts +223 -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 +25 -0
- package/dist-types/ts3.4/GlueClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +17 -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 +17 -0
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +17 -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 +35 -0
- package/dist-types/ts3.4/models/models_1.d.ts +133 -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 +25 -25
package/dist-types/Glue.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "./c
|
|
|
6
6
|
import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "./commands/BatchDeleteTableVersionCommand";
|
|
7
7
|
import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "./commands/BatchGetBlueprintsCommand";
|
|
8
8
|
import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
|
|
9
|
+
import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
|
|
9
10
|
import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
|
|
10
11
|
import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
|
|
11
12
|
import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
|
|
@@ -20,6 +21,7 @@ import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./com
|
|
|
20
21
|
import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "./commands/CreateClassifierCommand";
|
|
21
22
|
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
22
23
|
import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "./commands/CreateCrawlerCommand";
|
|
24
|
+
import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "./commands/CreateCustomEntityTypeCommand";
|
|
23
25
|
import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
|
|
24
26
|
import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
|
|
25
27
|
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
@@ -41,6 +43,7 @@ import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsF
|
|
|
41
43
|
import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "./commands/DeleteColumnStatisticsForTableCommand";
|
|
42
44
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
43
45
|
import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "./commands/DeleteCrawlerCommand";
|
|
46
|
+
import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "./commands/DeleteCustomEntityTypeCommand";
|
|
44
47
|
import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
|
|
45
48
|
import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
|
|
46
49
|
import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
|
|
@@ -71,6 +74,7 @@ import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./comma
|
|
|
71
74
|
import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands/GetCrawlerCommand";
|
|
72
75
|
import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
|
|
73
76
|
import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
|
|
77
|
+
import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
|
|
74
78
|
import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
|
|
75
79
|
import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
|
|
76
80
|
import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
@@ -121,6 +125,7 @@ import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "./com
|
|
|
121
125
|
import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
|
|
122
126
|
import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
|
|
123
127
|
import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
|
|
128
|
+
import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
|
|
124
129
|
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
|
|
125
130
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
126
131
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
|
|
@@ -235,6 +240,12 @@ export declare class Glue extends GlueClient {
|
|
|
235
240
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCrawlersCommandOutput>;
|
|
236
241
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
|
|
237
242
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
|
|
243
|
+
/**
|
|
244
|
+
* <p>Retrieves the details for the custom patterns specified by a list of names.</p>
|
|
245
|
+
*/
|
|
246
|
+
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomEntityTypesCommandOutput>;
|
|
247
|
+
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
|
|
248
|
+
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
|
|
238
249
|
/**
|
|
239
250
|
* <p>Returns a list of resource metadata for a given list of development endpoint names. After
|
|
240
251
|
* calling the <code>ListDevEndpoints</code> operation, you can call this operation to access the
|
|
@@ -329,6 +340,14 @@ export declare class Glue extends GlueClient {
|
|
|
329
340
|
createCrawler(args: CreateCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<CreateCrawlerCommandOutput>;
|
|
330
341
|
createCrawler(args: CreateCrawlerCommandInput, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
|
|
331
342
|
createCrawler(args: CreateCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
|
|
343
|
+
/**
|
|
344
|
+
* <p>Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.</p>
|
|
345
|
+
*
|
|
346
|
+
* <p>Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.</p>
|
|
347
|
+
*/
|
|
348
|
+
createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomEntityTypeCommandOutput>;
|
|
349
|
+
createCustomEntityType(args: CreateCustomEntityTypeCommandInput, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
|
|
350
|
+
createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
|
|
332
351
|
/**
|
|
333
352
|
* <p>Creates a new database in a Data Catalog.</p>
|
|
334
353
|
*/
|
|
@@ -474,6 +493,12 @@ export declare class Glue extends GlueClient {
|
|
|
474
493
|
deleteCrawler(args: DeleteCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCrawlerCommandOutput>;
|
|
475
494
|
deleteCrawler(args: DeleteCrawlerCommandInput, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
|
|
476
495
|
deleteCrawler(args: DeleteCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
|
|
496
|
+
/**
|
|
497
|
+
* <p>Deletes a custom pattern by specifying its name.</p>
|
|
498
|
+
*/
|
|
499
|
+
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomEntityTypeCommandOutput>;
|
|
500
|
+
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
|
|
501
|
+
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
|
|
477
502
|
/**
|
|
478
503
|
* <p>Removes a specified database from a Data Catalog.</p>
|
|
479
504
|
* <note>
|
|
@@ -691,6 +716,12 @@ export declare class Glue extends GlueClient {
|
|
|
691
716
|
getCrawlers(args: GetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<GetCrawlersCommandOutput>;
|
|
692
717
|
getCrawlers(args: GetCrawlersCommandInput, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
|
|
693
718
|
getCrawlers(args: GetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
|
|
719
|
+
/**
|
|
720
|
+
* <p>Retrieves the details of a custom pattern by specifying its name.</p>
|
|
721
|
+
*/
|
|
722
|
+
getCustomEntityType(args: GetCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomEntityTypeCommandOutput>;
|
|
723
|
+
getCustomEntityType(args: GetCustomEntityTypeCommandInput, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
|
|
724
|
+
getCustomEntityType(args: GetCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
|
|
694
725
|
/**
|
|
695
726
|
* <p>Retrieves the definition of a specified database.</p>
|
|
696
727
|
*/
|
|
@@ -1025,6 +1056,12 @@ export declare class Glue extends GlueClient {
|
|
|
1025
1056
|
listCrawlers(args: ListCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<ListCrawlersCommandOutput>;
|
|
1026
1057
|
listCrawlers(args: ListCrawlersCommandInput, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
|
|
1027
1058
|
listCrawlers(args: ListCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
|
|
1059
|
+
/**
|
|
1060
|
+
* <p>Lists all the custom patterns that have been created.</p>
|
|
1061
|
+
*/
|
|
1062
|
+
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomEntityTypesCommandOutput>;
|
|
1063
|
+
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
|
|
1064
|
+
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
|
|
1028
1065
|
/**
|
|
1029
1066
|
* <p>Retrieves the names of all <code>DevEndpoint</code> resources in this Amazon Web Services account, or the
|
|
1030
1067
|
* resources with the specified tag. This operation allows you to see which resources are
|
|
@@ -13,6 +13,7 @@ import { BatchDeleteTableCommandInput, BatchDeleteTableCommandOutput } from "./c
|
|
|
13
13
|
import { BatchDeleteTableVersionCommandInput, BatchDeleteTableVersionCommandOutput } from "./commands/BatchDeleteTableVersionCommand";
|
|
14
14
|
import { BatchGetBlueprintsCommandInput, BatchGetBlueprintsCommandOutput } from "./commands/BatchGetBlueprintsCommand";
|
|
15
15
|
import { BatchGetCrawlersCommandInput, BatchGetCrawlersCommandOutput } from "./commands/BatchGetCrawlersCommand";
|
|
16
|
+
import { BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput } from "./commands/BatchGetCustomEntityTypesCommand";
|
|
16
17
|
import { BatchGetDevEndpointsCommandInput, BatchGetDevEndpointsCommandOutput } from "./commands/BatchGetDevEndpointsCommand";
|
|
17
18
|
import { BatchGetJobsCommandInput, BatchGetJobsCommandOutput } from "./commands/BatchGetJobsCommand";
|
|
18
19
|
import { BatchGetPartitionCommandInput, BatchGetPartitionCommandOutput } from "./commands/BatchGetPartitionCommand";
|
|
@@ -27,6 +28,7 @@ import { CreateBlueprintCommandInput, CreateBlueprintCommandOutput } from "./com
|
|
|
27
28
|
import { CreateClassifierCommandInput, CreateClassifierCommandOutput } from "./commands/CreateClassifierCommand";
|
|
28
29
|
import { CreateConnectionCommandInput, CreateConnectionCommandOutput } from "./commands/CreateConnectionCommand";
|
|
29
30
|
import { CreateCrawlerCommandInput, CreateCrawlerCommandOutput } from "./commands/CreateCrawlerCommand";
|
|
31
|
+
import { CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput } from "./commands/CreateCustomEntityTypeCommand";
|
|
30
32
|
import { CreateDatabaseCommandInput, CreateDatabaseCommandOutput } from "./commands/CreateDatabaseCommand";
|
|
31
33
|
import { CreateDevEndpointCommandInput, CreateDevEndpointCommandOutput } from "./commands/CreateDevEndpointCommand";
|
|
32
34
|
import { CreateJobCommandInput, CreateJobCommandOutput } from "./commands/CreateJobCommand";
|
|
@@ -48,6 +50,7 @@ import { DeleteColumnStatisticsForPartitionCommandInput, DeleteColumnStatisticsF
|
|
|
48
50
|
import { DeleteColumnStatisticsForTableCommandInput, DeleteColumnStatisticsForTableCommandOutput } from "./commands/DeleteColumnStatisticsForTableCommand";
|
|
49
51
|
import { DeleteConnectionCommandInput, DeleteConnectionCommandOutput } from "./commands/DeleteConnectionCommand";
|
|
50
52
|
import { DeleteCrawlerCommandInput, DeleteCrawlerCommandOutput } from "./commands/DeleteCrawlerCommand";
|
|
53
|
+
import { DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput } from "./commands/DeleteCustomEntityTypeCommand";
|
|
51
54
|
import { DeleteDatabaseCommandInput, DeleteDatabaseCommandOutput } from "./commands/DeleteDatabaseCommand";
|
|
52
55
|
import { DeleteDevEndpointCommandInput, DeleteDevEndpointCommandOutput } from "./commands/DeleteDevEndpointCommand";
|
|
53
56
|
import { DeleteJobCommandInput, DeleteJobCommandOutput } from "./commands/DeleteJobCommand";
|
|
@@ -78,6 +81,7 @@ import { GetConnectionsCommandInput, GetConnectionsCommandOutput } from "./comma
|
|
|
78
81
|
import { GetCrawlerCommandInput, GetCrawlerCommandOutput } from "./commands/GetCrawlerCommand";
|
|
79
82
|
import { GetCrawlerMetricsCommandInput, GetCrawlerMetricsCommandOutput } from "./commands/GetCrawlerMetricsCommand";
|
|
80
83
|
import { GetCrawlersCommandInput, GetCrawlersCommandOutput } from "./commands/GetCrawlersCommand";
|
|
84
|
+
import { GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput } from "./commands/GetCustomEntityTypeCommand";
|
|
81
85
|
import { GetDatabaseCommandInput, GetDatabaseCommandOutput } from "./commands/GetDatabaseCommand";
|
|
82
86
|
import { GetDatabasesCommandInput, GetDatabasesCommandOutput } from "./commands/GetDatabasesCommand";
|
|
83
87
|
import { GetDataCatalogEncryptionSettingsCommandInput, GetDataCatalogEncryptionSettingsCommandOutput } from "./commands/GetDataCatalogEncryptionSettingsCommand";
|
|
@@ -128,6 +132,7 @@ import { GetWorkflowRunsCommandInput, GetWorkflowRunsCommandOutput } from "./com
|
|
|
128
132
|
import { ImportCatalogToGlueCommandInput, ImportCatalogToGlueCommandOutput } from "./commands/ImportCatalogToGlueCommand";
|
|
129
133
|
import { ListBlueprintsCommandInput, ListBlueprintsCommandOutput } from "./commands/ListBlueprintsCommand";
|
|
130
134
|
import { ListCrawlersCommandInput, ListCrawlersCommandOutput } from "./commands/ListCrawlersCommand";
|
|
135
|
+
import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "./commands/ListCustomEntityTypesCommand";
|
|
131
136
|
import { ListDevEndpointsCommandInput, ListDevEndpointsCommandOutput } from "./commands/ListDevEndpointsCommand";
|
|
132
137
|
import { ListJobsCommandInput, ListJobsCommandOutput } from "./commands/ListJobsCommand";
|
|
133
138
|
import { ListMLTransformsCommandInput, ListMLTransformsCommandOutput } from "./commands/ListMLTransformsCommand";
|
|
@@ -184,8 +189,8 @@ import { UpdateTableCommandInput, UpdateTableCommandOutput } from "./commands/Up
|
|
|
184
189
|
import { UpdateTriggerCommandInput, UpdateTriggerCommandOutput } from "./commands/UpdateTriggerCommand";
|
|
185
190
|
import { UpdateUserDefinedFunctionCommandInput, UpdateUserDefinedFunctionCommandOutput } from "./commands/UpdateUserDefinedFunctionCommand";
|
|
186
191
|
import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "./commands/UpdateWorkflowCommand";
|
|
187
|
-
export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
188
|
-
export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
192
|
+
export declare type ServiceInputTypes = BatchCreatePartitionCommandInput | BatchDeleteConnectionCommandInput | BatchDeletePartitionCommandInput | BatchDeleteTableCommandInput | BatchDeleteTableVersionCommandInput | BatchGetBlueprintsCommandInput | BatchGetCrawlersCommandInput | BatchGetCustomEntityTypesCommandInput | BatchGetDevEndpointsCommandInput | BatchGetJobsCommandInput | BatchGetPartitionCommandInput | BatchGetTriggersCommandInput | BatchGetWorkflowsCommandInput | BatchStopJobRunCommandInput | BatchUpdatePartitionCommandInput | CancelMLTaskRunCommandInput | CancelStatementCommandInput | CheckSchemaVersionValidityCommandInput | CreateBlueprintCommandInput | CreateClassifierCommandInput | CreateConnectionCommandInput | CreateCrawlerCommandInput | CreateCustomEntityTypeCommandInput | CreateDatabaseCommandInput | CreateDevEndpointCommandInput | CreateJobCommandInput | CreateMLTransformCommandInput | CreatePartitionCommandInput | CreatePartitionIndexCommandInput | CreateRegistryCommandInput | CreateSchemaCommandInput | CreateScriptCommandInput | CreateSecurityConfigurationCommandInput | CreateSessionCommandInput | CreateTableCommandInput | CreateTriggerCommandInput | CreateUserDefinedFunctionCommandInput | CreateWorkflowCommandInput | DeleteBlueprintCommandInput | DeleteClassifierCommandInput | DeleteColumnStatisticsForPartitionCommandInput | DeleteColumnStatisticsForTableCommandInput | DeleteConnectionCommandInput | DeleteCrawlerCommandInput | DeleteCustomEntityTypeCommandInput | DeleteDatabaseCommandInput | DeleteDevEndpointCommandInput | DeleteJobCommandInput | DeleteMLTransformCommandInput | DeletePartitionCommandInput | DeletePartitionIndexCommandInput | DeleteRegistryCommandInput | DeleteResourcePolicyCommandInput | DeleteSchemaCommandInput | DeleteSchemaVersionsCommandInput | DeleteSecurityConfigurationCommandInput | DeleteSessionCommandInput | DeleteTableCommandInput | DeleteTableVersionCommandInput | DeleteTriggerCommandInput | DeleteUserDefinedFunctionCommandInput | DeleteWorkflowCommandInput | GetBlueprintCommandInput | GetBlueprintRunCommandInput | GetBlueprintRunsCommandInput | GetCatalogImportStatusCommandInput | GetClassifierCommandInput | GetClassifiersCommandInput | GetColumnStatisticsForPartitionCommandInput | GetColumnStatisticsForTableCommandInput | GetConnectionCommandInput | GetConnectionsCommandInput | GetCrawlerCommandInput | GetCrawlerMetricsCommandInput | GetCrawlersCommandInput | GetCustomEntityTypeCommandInput | GetDataCatalogEncryptionSettingsCommandInput | GetDatabaseCommandInput | GetDatabasesCommandInput | GetDataflowGraphCommandInput | GetDevEndpointCommandInput | GetDevEndpointsCommandInput | GetJobBookmarkCommandInput | GetJobCommandInput | GetJobRunCommandInput | GetJobRunsCommandInput | GetJobsCommandInput | GetMLTaskRunCommandInput | GetMLTaskRunsCommandInput | GetMLTransformCommandInput | GetMLTransformsCommandInput | GetMappingCommandInput | GetPartitionCommandInput | GetPartitionIndexesCommandInput | GetPartitionsCommandInput | GetPlanCommandInput | GetRegistryCommandInput | GetResourcePoliciesCommandInput | GetResourcePolicyCommandInput | GetSchemaByDefinitionCommandInput | GetSchemaCommandInput | GetSchemaVersionCommandInput | GetSchemaVersionsDiffCommandInput | GetSecurityConfigurationCommandInput | GetSecurityConfigurationsCommandInput | GetSessionCommandInput | GetStatementCommandInput | GetTableCommandInput | GetTableVersionCommandInput | GetTableVersionsCommandInput | GetTablesCommandInput | GetTagsCommandInput | GetTriggerCommandInput | GetTriggersCommandInput | GetUnfilteredPartitionMetadataCommandInput | GetUnfilteredPartitionsMetadataCommandInput | GetUnfilteredTableMetadataCommandInput | GetUserDefinedFunctionCommandInput | GetUserDefinedFunctionsCommandInput | GetWorkflowCommandInput | GetWorkflowRunCommandInput | GetWorkflowRunPropertiesCommandInput | GetWorkflowRunsCommandInput | ImportCatalogToGlueCommandInput | ListBlueprintsCommandInput | ListCrawlersCommandInput | ListCustomEntityTypesCommandInput | ListDevEndpointsCommandInput | ListJobsCommandInput | ListMLTransformsCommandInput | ListRegistriesCommandInput | ListSchemaVersionsCommandInput | ListSchemasCommandInput | ListSessionsCommandInput | ListStatementsCommandInput | ListTriggersCommandInput | ListWorkflowsCommandInput | PutDataCatalogEncryptionSettingsCommandInput | PutResourcePolicyCommandInput | PutSchemaVersionMetadataCommandInput | PutWorkflowRunPropertiesCommandInput | QuerySchemaVersionMetadataCommandInput | RegisterSchemaVersionCommandInput | RemoveSchemaVersionMetadataCommandInput | ResetJobBookmarkCommandInput | ResumeWorkflowRunCommandInput | RunStatementCommandInput | SearchTablesCommandInput | StartBlueprintRunCommandInput | StartCrawlerCommandInput | StartCrawlerScheduleCommandInput | StartExportLabelsTaskRunCommandInput | StartImportLabelsTaskRunCommandInput | StartJobRunCommandInput | StartMLEvaluationTaskRunCommandInput | StartMLLabelingSetGenerationTaskRunCommandInput | StartTriggerCommandInput | StartWorkflowRunCommandInput | StopCrawlerCommandInput | StopCrawlerScheduleCommandInput | StopSessionCommandInput | StopTriggerCommandInput | StopWorkflowRunCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateBlueprintCommandInput | UpdateClassifierCommandInput | UpdateColumnStatisticsForPartitionCommandInput | UpdateColumnStatisticsForTableCommandInput | UpdateConnectionCommandInput | UpdateCrawlerCommandInput | UpdateCrawlerScheduleCommandInput | UpdateDatabaseCommandInput | UpdateDevEndpointCommandInput | UpdateJobCommandInput | UpdateMLTransformCommandInput | UpdatePartitionCommandInput | UpdateRegistryCommandInput | UpdateSchemaCommandInput | UpdateTableCommandInput | UpdateTriggerCommandInput | UpdateUserDefinedFunctionCommandInput | UpdateWorkflowCommandInput;
|
|
193
|
+
export declare type ServiceOutputTypes = BatchCreatePartitionCommandOutput | BatchDeleteConnectionCommandOutput | BatchDeletePartitionCommandOutput | BatchDeleteTableCommandOutput | BatchDeleteTableVersionCommandOutput | BatchGetBlueprintsCommandOutput | BatchGetCrawlersCommandOutput | BatchGetCustomEntityTypesCommandOutput | BatchGetDevEndpointsCommandOutput | BatchGetJobsCommandOutput | BatchGetPartitionCommandOutput | BatchGetTriggersCommandOutput | BatchGetWorkflowsCommandOutput | BatchStopJobRunCommandOutput | BatchUpdatePartitionCommandOutput | CancelMLTaskRunCommandOutput | CancelStatementCommandOutput | CheckSchemaVersionValidityCommandOutput | CreateBlueprintCommandOutput | CreateClassifierCommandOutput | CreateConnectionCommandOutput | CreateCrawlerCommandOutput | CreateCustomEntityTypeCommandOutput | CreateDatabaseCommandOutput | CreateDevEndpointCommandOutput | CreateJobCommandOutput | CreateMLTransformCommandOutput | CreatePartitionCommandOutput | CreatePartitionIndexCommandOutput | CreateRegistryCommandOutput | CreateSchemaCommandOutput | CreateScriptCommandOutput | CreateSecurityConfigurationCommandOutput | CreateSessionCommandOutput | CreateTableCommandOutput | CreateTriggerCommandOutput | CreateUserDefinedFunctionCommandOutput | CreateWorkflowCommandOutput | DeleteBlueprintCommandOutput | DeleteClassifierCommandOutput | DeleteColumnStatisticsForPartitionCommandOutput | DeleteColumnStatisticsForTableCommandOutput | DeleteConnectionCommandOutput | DeleteCrawlerCommandOutput | DeleteCustomEntityTypeCommandOutput | DeleteDatabaseCommandOutput | DeleteDevEndpointCommandOutput | DeleteJobCommandOutput | DeleteMLTransformCommandOutput | DeletePartitionCommandOutput | DeletePartitionIndexCommandOutput | DeleteRegistryCommandOutput | DeleteResourcePolicyCommandOutput | DeleteSchemaCommandOutput | DeleteSchemaVersionsCommandOutput | DeleteSecurityConfigurationCommandOutput | DeleteSessionCommandOutput | DeleteTableCommandOutput | DeleteTableVersionCommandOutput | DeleteTriggerCommandOutput | DeleteUserDefinedFunctionCommandOutput | DeleteWorkflowCommandOutput | GetBlueprintCommandOutput | GetBlueprintRunCommandOutput | GetBlueprintRunsCommandOutput | GetCatalogImportStatusCommandOutput | GetClassifierCommandOutput | GetClassifiersCommandOutput | GetColumnStatisticsForPartitionCommandOutput | GetColumnStatisticsForTableCommandOutput | GetConnectionCommandOutput | GetConnectionsCommandOutput | GetCrawlerCommandOutput | GetCrawlerMetricsCommandOutput | GetCrawlersCommandOutput | GetCustomEntityTypeCommandOutput | GetDataCatalogEncryptionSettingsCommandOutput | GetDatabaseCommandOutput | GetDatabasesCommandOutput | GetDataflowGraphCommandOutput | GetDevEndpointCommandOutput | GetDevEndpointsCommandOutput | GetJobBookmarkCommandOutput | GetJobCommandOutput | GetJobRunCommandOutput | GetJobRunsCommandOutput | GetJobsCommandOutput | GetMLTaskRunCommandOutput | GetMLTaskRunsCommandOutput | GetMLTransformCommandOutput | GetMLTransformsCommandOutput | GetMappingCommandOutput | GetPartitionCommandOutput | GetPartitionIndexesCommandOutput | GetPartitionsCommandOutput | GetPlanCommandOutput | GetRegistryCommandOutput | GetResourcePoliciesCommandOutput | GetResourcePolicyCommandOutput | GetSchemaByDefinitionCommandOutput | GetSchemaCommandOutput | GetSchemaVersionCommandOutput | GetSchemaVersionsDiffCommandOutput | GetSecurityConfigurationCommandOutput | GetSecurityConfigurationsCommandOutput | GetSessionCommandOutput | GetStatementCommandOutput | GetTableCommandOutput | GetTableVersionCommandOutput | GetTableVersionsCommandOutput | GetTablesCommandOutput | GetTagsCommandOutput | GetTriggerCommandOutput | GetTriggersCommandOutput | GetUnfilteredPartitionMetadataCommandOutput | GetUnfilteredPartitionsMetadataCommandOutput | GetUnfilteredTableMetadataCommandOutput | GetUserDefinedFunctionCommandOutput | GetUserDefinedFunctionsCommandOutput | GetWorkflowCommandOutput | GetWorkflowRunCommandOutput | GetWorkflowRunPropertiesCommandOutput | GetWorkflowRunsCommandOutput | ImportCatalogToGlueCommandOutput | ListBlueprintsCommandOutput | ListCrawlersCommandOutput | ListCustomEntityTypesCommandOutput | ListDevEndpointsCommandOutput | ListJobsCommandOutput | ListMLTransformsCommandOutput | ListRegistriesCommandOutput | ListSchemaVersionsCommandOutput | ListSchemasCommandOutput | ListSessionsCommandOutput | ListStatementsCommandOutput | ListTriggersCommandOutput | ListWorkflowsCommandOutput | PutDataCatalogEncryptionSettingsCommandOutput | PutResourcePolicyCommandOutput | PutSchemaVersionMetadataCommandOutput | PutWorkflowRunPropertiesCommandOutput | QuerySchemaVersionMetadataCommandOutput | RegisterSchemaVersionCommandOutput | RemoveSchemaVersionMetadataCommandOutput | ResetJobBookmarkCommandOutput | ResumeWorkflowRunCommandOutput | RunStatementCommandOutput | SearchTablesCommandOutput | StartBlueprintRunCommandOutput | StartCrawlerCommandOutput | StartCrawlerScheduleCommandOutput | StartExportLabelsTaskRunCommandOutput | StartImportLabelsTaskRunCommandOutput | StartJobRunCommandOutput | StartMLEvaluationTaskRunCommandOutput | StartMLLabelingSetGenerationTaskRunCommandOutput | StartTriggerCommandOutput | StartWorkflowRunCommandOutput | StopCrawlerCommandOutput | StopCrawlerScheduleCommandOutput | StopSessionCommandOutput | StopTriggerCommandOutput | StopWorkflowRunCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateBlueprintCommandOutput | UpdateClassifierCommandOutput | UpdateColumnStatisticsForPartitionCommandOutput | UpdateColumnStatisticsForTableCommandOutput | UpdateConnectionCommandOutput | UpdateCrawlerCommandOutput | UpdateCrawlerScheduleCommandOutput | UpdateDatabaseCommandOutput | UpdateDevEndpointCommandOutput | UpdateJobCommandOutput | UpdateMLTransformCommandOutput | UpdatePartitionCommandOutput | UpdateRegistryCommandOutput | UpdateSchemaCommandOutput | UpdateTableCommandOutput | UpdateTriggerCommandOutput | UpdateUserDefinedFunctionCommandOutput | UpdateWorkflowCommandOutput;
|
|
189
194
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
190
195
|
/**
|
|
191
196
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { BatchGetCustomEntityTypesRequest, BatchGetCustomEntityTypesResponse } from "../models/models_0";
|
|
5
|
+
export interface BatchGetCustomEntityTypesCommandInput extends BatchGetCustomEntityTypesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface BatchGetCustomEntityTypesCommandOutput extends BatchGetCustomEntityTypesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the details for the custom patterns specified by a list of names.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlueClient, BatchGetCustomEntityTypesCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
15
|
+
* // const { GlueClient, BatchGetCustomEntityTypesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
16
|
+
* const client = new GlueClient(config);
|
|
17
|
+
* const command = new BatchGetCustomEntityTypesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link BatchGetCustomEntityTypesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link BatchGetCustomEntityTypesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class BatchGetCustomEntityTypesCommand extends $Command<BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
|
|
27
|
+
readonly input: BatchGetCustomEntityTypesCommandInput;
|
|
28
|
+
constructor(input: BatchGetCustomEntityTypesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { CreateCustomEntityTypeRequest, CreateCustomEntityTypeResponse } from "../models/models_0";
|
|
5
|
+
export interface CreateCustomEntityTypeCommandInput extends CreateCustomEntityTypeRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface CreateCustomEntityTypeCommandOutput extends CreateCustomEntityTypeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Creates a custom pattern that is used to detect sensitive data across the columns and rows of your structured data.</p>
|
|
11
|
+
*
|
|
12
|
+
* <p>Each custom pattern you create specifies a regular expression and an optional list of context words. If no context words are passed only a regular expression is checked.</p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { GlueClient, CreateCustomEntityTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
17
|
+
* // const { GlueClient, CreateCustomEntityTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
18
|
+
* const client = new GlueClient(config);
|
|
19
|
+
* const command = new CreateCustomEntityTypeCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link CreateCustomEntityTypeCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link CreateCustomEntityTypeCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class CreateCustomEntityTypeCommand extends $Command<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
29
|
+
readonly input: CreateCustomEntityTypeCommandInput;
|
|
30
|
+
constructor(input: CreateCustomEntityTypeCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { DeleteCustomEntityTypeRequest, DeleteCustomEntityTypeResponse } from "../models/models_0";
|
|
5
|
+
export interface DeleteCustomEntityTypeCommandInput extends DeleteCustomEntityTypeRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityTypeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Deletes a custom pattern by specifying its name.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlueClient, DeleteCustomEntityTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
15
|
+
* // const { GlueClient, DeleteCustomEntityTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
16
|
+
* const client = new GlueClient(config);
|
|
17
|
+
* const command = new DeleteCustomEntityTypeCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DeleteCustomEntityTypeCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DeleteCustomEntityTypeCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DeleteCustomEntityTypeCommand extends $Command<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
27
|
+
readonly input: DeleteCustomEntityTypeCommandInput;
|
|
28
|
+
constructor(input: DeleteCustomEntityTypeCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetColumnStatisticsForPartitionRequest
|
|
4
|
+
import { GetColumnStatisticsForPartitionRequest } from "../models/models_0";
|
|
5
|
+
import { GetColumnStatisticsForPartitionResponse } from "../models/models_1";
|
|
5
6
|
export interface GetColumnStatisticsForPartitionCommandInput extends GetColumnStatisticsForPartitionRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface GetColumnStatisticsForPartitionCommandOutput extends GetColumnStatisticsForPartitionResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/
|
|
4
|
+
import { GetColumnStatisticsForTableRequest, GetColumnStatisticsForTableResponse } from "../models/models_1";
|
|
5
5
|
export interface GetColumnStatisticsForTableCommandInput extends GetColumnStatisticsForTableRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface GetColumnStatisticsForTableCommandOutput extends GetColumnStatisticsForTableResponse, __MetadataBearer {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { GetCustomEntityTypeRequest, GetCustomEntityTypeResponse } from "../models/models_1";
|
|
5
|
+
export interface GetCustomEntityTypeCommandInput extends GetCustomEntityTypeRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface GetCustomEntityTypeCommandOutput extends GetCustomEntityTypeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Retrieves the details of a custom pattern by specifying its name.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlueClient, GetCustomEntityTypeCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
15
|
+
* // const { GlueClient, GetCustomEntityTypeCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
16
|
+
* const client = new GlueClient(config);
|
|
17
|
+
* const command = new GetCustomEntityTypeCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link GetCustomEntityTypeCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link GetCustomEntityTypeCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class GetCustomEntityTypeCommand extends $Command<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
27
|
+
readonly input: GetCustomEntityTypeCommandInput;
|
|
28
|
+
constructor(input: GetCustomEntityTypeCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
+
import { ListCustomEntityTypesRequest, ListCustomEntityTypesResponse } from "../models/models_1";
|
|
5
|
+
export interface ListCustomEntityTypesCommandInput extends ListCustomEntityTypesRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityTypesResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Lists all the custom patterns that have been created.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { GlueClient, ListCustomEntityTypesCommand } from "@aws-sdk/client-glue"; // ES Modules import
|
|
15
|
+
* // const { GlueClient, ListCustomEntityTypesCommand } = require("@aws-sdk/client-glue"); // CommonJS import
|
|
16
|
+
* const client = new GlueClient(config);
|
|
17
|
+
* const command = new ListCustomEntityTypesCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link ListCustomEntityTypesCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link ListCustomEntityTypesCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link GlueClientResolvedConfig | config} for GlueClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class ListCustomEntityTypesCommand extends $Command<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
|
|
27
|
+
readonly input: ListCustomEntityTypesCommandInput;
|
|
28
|
+
constructor(input: ListCustomEntityTypesCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateJobRequest
|
|
4
|
+
import { UpdateJobRequest } from "../models/models_1";
|
|
5
|
+
import { UpdateJobResponse } from "../models/models_2";
|
|
5
6
|
export interface UpdateJobCommandInput extends UpdateJobRequest {
|
|
6
7
|
}
|
|
7
8
|
export interface UpdateJobCommandOutput extends UpdateJobResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateMLTransformRequest, UpdateMLTransformResponse } from "../models/
|
|
4
|
+
import { UpdateMLTransformRequest, UpdateMLTransformResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateMLTransformCommandInput extends UpdateMLTransformRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateMLTransformCommandOutput extends UpdateMLTransformResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdatePartitionRequest, UpdatePartitionResponse } from "../models/
|
|
4
|
+
import { UpdatePartitionRequest, UpdatePartitionResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdatePartitionCommandInput extends UpdatePartitionRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdatePartitionCommandOutput extends UpdatePartitionResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateRegistryInput, UpdateRegistryResponse } from "../models/
|
|
4
|
+
import { UpdateRegistryInput, UpdateRegistryResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateRegistryCommandInput extends UpdateRegistryInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateRegistryCommandOutput extends UpdateRegistryResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/
|
|
4
|
+
import { UpdateSchemaInput, UpdateSchemaResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateSchemaCommandInput extends UpdateSchemaInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateSchemaCommandOutput extends UpdateSchemaResponse, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { UpdateTableRequest, UpdateTableResponse } from "../models/
|
|
4
|
+
import { UpdateTableRequest, UpdateTableResponse } from "../models/models_2";
|
|
5
5
|
export interface UpdateTableCommandInput extends UpdateTableRequest {
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateTableCommandOutput extends UpdateTableResponse, __MetadataBearer {
|
|
@@ -5,6 +5,7 @@ export * from "./BatchDeleteTableCommand";
|
|
|
5
5
|
export * from "./BatchDeleteTableVersionCommand";
|
|
6
6
|
export * from "./BatchGetBlueprintsCommand";
|
|
7
7
|
export * from "./BatchGetCrawlersCommand";
|
|
8
|
+
export * from "./BatchGetCustomEntityTypesCommand";
|
|
8
9
|
export * from "./BatchGetDevEndpointsCommand";
|
|
9
10
|
export * from "./BatchGetJobsCommand";
|
|
10
11
|
export * from "./BatchGetPartitionCommand";
|
|
@@ -19,6 +20,7 @@ export * from "./CreateBlueprintCommand";
|
|
|
19
20
|
export * from "./CreateClassifierCommand";
|
|
20
21
|
export * from "./CreateConnectionCommand";
|
|
21
22
|
export * from "./CreateCrawlerCommand";
|
|
23
|
+
export * from "./CreateCustomEntityTypeCommand";
|
|
22
24
|
export * from "./CreateDatabaseCommand";
|
|
23
25
|
export * from "./CreateDevEndpointCommand";
|
|
24
26
|
export * from "./CreateJobCommand";
|
|
@@ -40,6 +42,7 @@ export * from "./DeleteColumnStatisticsForPartitionCommand";
|
|
|
40
42
|
export * from "./DeleteColumnStatisticsForTableCommand";
|
|
41
43
|
export * from "./DeleteConnectionCommand";
|
|
42
44
|
export * from "./DeleteCrawlerCommand";
|
|
45
|
+
export * from "./DeleteCustomEntityTypeCommand";
|
|
43
46
|
export * from "./DeleteDatabaseCommand";
|
|
44
47
|
export * from "./DeleteDevEndpointCommand";
|
|
45
48
|
export * from "./DeleteJobCommand";
|
|
@@ -70,6 +73,7 @@ export * from "./GetConnectionsCommand";
|
|
|
70
73
|
export * from "./GetCrawlerCommand";
|
|
71
74
|
export * from "./GetCrawlerMetricsCommand";
|
|
72
75
|
export * from "./GetCrawlersCommand";
|
|
76
|
+
export * from "./GetCustomEntityTypeCommand";
|
|
73
77
|
export * from "./GetDataCatalogEncryptionSettingsCommand";
|
|
74
78
|
export * from "./GetDatabaseCommand";
|
|
75
79
|
export * from "./GetDatabasesCommand";
|
|
@@ -120,6 +124,7 @@ export * from "./GetWorkflowRunsCommand";
|
|
|
120
124
|
export * from "./ImportCatalogToGlueCommand";
|
|
121
125
|
export * from "./ListBlueprintsCommand";
|
|
122
126
|
export * from "./ListCrawlersCommand";
|
|
127
|
+
export * from "./ListCustomEntityTypesCommand";
|
|
123
128
|
export * from "./ListDevEndpointsCommand";
|
|
124
129
|
export * from "./ListJobsCommand";
|
|
125
130
|
export * from "./ListMLTransformsCommand";
|