@aws-sdk/client-glue 3.76.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 +11 -0
- 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 +2 -1
- 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-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 +3 -2
- 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-types/Glue.d.ts +17 -0
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +17 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +19 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +17 -0
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +17 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +17 -0
- package/dist-types/models/models_0.d.ts +58 -0
- package/dist-types/models/models_1.d.ts +27 -0
- package/dist-types/ts3.4/Glue.d.ts +5 -0
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +11 -0
- package/dist-types/ts3.4/models/models_1.d.ts +8 -0
- package/package.json +25 -25
|
@@ -6,6 +6,23 @@ export interface GetCustomEntityTypeCommandInput extends GetCustomEntityTypeRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetCustomEntityTypeCommandOutput extends GetCustomEntityTypeResponse, __MetadataBearer {
|
|
8
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
|
+
*/
|
|
9
26
|
export declare class GetCustomEntityTypeCommand extends $Command<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
10
27
|
readonly input: GetCustomEntityTypeCommandInput;
|
|
11
28
|
constructor(input: GetCustomEntityTypeCommandInput);
|
|
@@ -6,6 +6,23 @@ export interface ListCustomEntityTypesCommandInput extends ListCustomEntityTypes
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityTypesResponse, __MetadataBearer {
|
|
8
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
|
+
*/
|
|
9
26
|
export declare class ListCustomEntityTypesCommand extends $Command<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
|
|
10
27
|
readonly input: ListCustomEntityTypesCommandInput;
|
|
11
28
|
constructor(input: ListCustomEntityTypesCommandInput);
|
|
@@ -920,8 +920,17 @@ export declare namespace BatchGetCrawlersRequest {
|
|
|
920
920
|
*/
|
|
921
921
|
const filterSensitiveLog: (obj: BatchGetCrawlersRequest) => any;
|
|
922
922
|
}
|
|
923
|
+
/**
|
|
924
|
+
* <p>Specifies AWS Lake Formation configuration settings for the crawler.</p>
|
|
925
|
+
*/
|
|
923
926
|
export interface LakeFormationConfiguration {
|
|
927
|
+
/**
|
|
928
|
+
* <p>Specifies whether to use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.</p>
|
|
929
|
+
*/
|
|
924
930
|
UseLakeFormationCredentials?: boolean;
|
|
931
|
+
/**
|
|
932
|
+
* <p>Required for cross account crawls. For same account crawls as the target data, this can be left as null.</p>
|
|
933
|
+
*/
|
|
925
934
|
AccountId?: string;
|
|
926
935
|
}
|
|
927
936
|
export declare namespace LakeFormationConfiguration {
|
|
@@ -1365,6 +1374,9 @@ export interface Crawler {
|
|
|
1365
1374
|
* crawler.</p>
|
|
1366
1375
|
*/
|
|
1367
1376
|
CrawlerSecurityConfiguration?: string;
|
|
1377
|
+
/**
|
|
1378
|
+
* <p>Specifies whether the crawler should use AWS Lake Formation credentials for the crawler instead of the IAM role credentials.</p>
|
|
1379
|
+
*/
|
|
1368
1380
|
LakeFormationConfiguration?: LakeFormationConfiguration;
|
|
1369
1381
|
}
|
|
1370
1382
|
export declare namespace Crawler {
|
|
@@ -1390,6 +1402,9 @@ export declare namespace BatchGetCrawlersResponse {
|
|
|
1390
1402
|
const filterSensitiveLog: (obj: BatchGetCrawlersResponse) => any;
|
|
1391
1403
|
}
|
|
1392
1404
|
export interface BatchGetCustomEntityTypesRequest {
|
|
1405
|
+
/**
|
|
1406
|
+
* <p>A list of names of the custom patterns that you want to retrieve.</p>
|
|
1407
|
+
*/
|
|
1393
1408
|
Names: string[] | undefined;
|
|
1394
1409
|
}
|
|
1395
1410
|
export declare namespace BatchGetCustomEntityTypesRequest {
|
|
@@ -1398,9 +1413,23 @@ export declare namespace BatchGetCustomEntityTypesRequest {
|
|
|
1398
1413
|
*/
|
|
1399
1414
|
const filterSensitiveLog: (obj: BatchGetCustomEntityTypesRequest) => any;
|
|
1400
1415
|
}
|
|
1416
|
+
/**
|
|
1417
|
+
* <p>An object representing a custom pattern for detecting sensitive data across the columns and rows of your structured data.</p>
|
|
1418
|
+
*/
|
|
1401
1419
|
export interface CustomEntityType {
|
|
1420
|
+
/**
|
|
1421
|
+
* <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
|
|
1422
|
+
*/
|
|
1402
1423
|
Name: string | undefined;
|
|
1424
|
+
/**
|
|
1425
|
+
* <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
|
|
1426
|
+
*/
|
|
1403
1427
|
RegexString: string | undefined;
|
|
1428
|
+
/**
|
|
1429
|
+
* <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
|
|
1430
|
+
*
|
|
1431
|
+
* <p>If no context words are passed only a regular expression is checked.</p>
|
|
1432
|
+
*/
|
|
1404
1433
|
ContextWords?: string[];
|
|
1405
1434
|
}
|
|
1406
1435
|
export declare namespace CustomEntityType {
|
|
@@ -1410,7 +1439,13 @@ export declare namespace CustomEntityType {
|
|
|
1410
1439
|
const filterSensitiveLog: (obj: CustomEntityType) => any;
|
|
1411
1440
|
}
|
|
1412
1441
|
export interface BatchGetCustomEntityTypesResponse {
|
|
1442
|
+
/**
|
|
1443
|
+
* <p>A list of <code>CustomEntityType</code> objects representing the custom patterns that have been created.</p>
|
|
1444
|
+
*/
|
|
1413
1445
|
CustomEntityTypes?: CustomEntityType[];
|
|
1446
|
+
/**
|
|
1447
|
+
* <p>A list of the names of custom patterns that were not found.</p>
|
|
1448
|
+
*/
|
|
1414
1449
|
CustomEntityTypesNotFound?: string[];
|
|
1415
1450
|
}
|
|
1416
1451
|
export declare namespace BatchGetCustomEntityTypesResponse {
|
|
@@ -3416,6 +3451,9 @@ export interface CreateCrawlerRequest {
|
|
|
3416
3451
|
* <p>Specifies data lineage configuration settings for the crawler.</p>
|
|
3417
3452
|
*/
|
|
3418
3453
|
LineageConfiguration?: LineageConfiguration;
|
|
3454
|
+
/**
|
|
3455
|
+
* <p>Specifies AWS Lake Formation configuration settings for the crawler.</p>
|
|
3456
|
+
*/
|
|
3419
3457
|
LakeFormationConfiguration?: LakeFormationConfiguration;
|
|
3420
3458
|
/**
|
|
3421
3459
|
* <p>Crawler configuration information. This versioned JSON
|
|
@@ -3452,8 +3490,19 @@ export declare namespace CreateCrawlerResponse {
|
|
|
3452
3490
|
const filterSensitiveLog: (obj: CreateCrawlerResponse) => any;
|
|
3453
3491
|
}
|
|
3454
3492
|
export interface CreateCustomEntityTypeRequest {
|
|
3493
|
+
/**
|
|
3494
|
+
* <p>A name for the custom pattern that allows it to be retrieved or deleted later. This name must be unique per Amazon Web Services account.</p>
|
|
3495
|
+
*/
|
|
3455
3496
|
Name: string | undefined;
|
|
3497
|
+
/**
|
|
3498
|
+
* <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
|
|
3499
|
+
*/
|
|
3456
3500
|
RegexString: string | undefined;
|
|
3501
|
+
/**
|
|
3502
|
+
* <p>A list of context words. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
|
|
3503
|
+
*
|
|
3504
|
+
* <p>If no context words are passed only a regular expression is checked.</p>
|
|
3505
|
+
*/
|
|
3457
3506
|
ContextWords?: string[];
|
|
3458
3507
|
}
|
|
3459
3508
|
export declare namespace CreateCustomEntityTypeRequest {
|
|
@@ -3463,6 +3512,9 @@ export declare namespace CreateCustomEntityTypeRequest {
|
|
|
3463
3512
|
const filterSensitiveLog: (obj: CreateCustomEntityTypeRequest) => any;
|
|
3464
3513
|
}
|
|
3465
3514
|
export interface CreateCustomEntityTypeResponse {
|
|
3515
|
+
/**
|
|
3516
|
+
* <p>The name of the custom pattern you created.</p>
|
|
3517
|
+
*/
|
|
3466
3518
|
Name?: string;
|
|
3467
3519
|
}
|
|
3468
3520
|
export declare namespace CreateCustomEntityTypeResponse {
|
|
@@ -5572,6 +5624,9 @@ export declare class SchedulerTransitioningException extends __BaseException {
|
|
|
5572
5624
|
constructor(opts: __ExceptionOptionType<SchedulerTransitioningException, __BaseException>);
|
|
5573
5625
|
}
|
|
5574
5626
|
export interface DeleteCustomEntityTypeRequest {
|
|
5627
|
+
/**
|
|
5628
|
+
* <p>The name of the custom pattern that you want to delete.</p>
|
|
5629
|
+
*/
|
|
5575
5630
|
Name: string | undefined;
|
|
5576
5631
|
}
|
|
5577
5632
|
export declare namespace DeleteCustomEntityTypeRequest {
|
|
@@ -5581,6 +5636,9 @@ export declare namespace DeleteCustomEntityTypeRequest {
|
|
|
5581
5636
|
const filterSensitiveLog: (obj: DeleteCustomEntityTypeRequest) => any;
|
|
5582
5637
|
}
|
|
5583
5638
|
export interface DeleteCustomEntityTypeResponse {
|
|
5639
|
+
/**
|
|
5640
|
+
* <p>The name of the custom pattern you deleted.</p>
|
|
5641
|
+
*/
|
|
5584
5642
|
Name?: string;
|
|
5585
5643
|
}
|
|
5586
5644
|
export declare namespace DeleteCustomEntityTypeResponse {
|
|
@@ -583,6 +583,9 @@ export declare namespace GetCrawlersResponse {
|
|
|
583
583
|
const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
|
|
584
584
|
}
|
|
585
585
|
export interface GetCustomEntityTypeRequest {
|
|
586
|
+
/**
|
|
587
|
+
* <p>The name of the custom pattern that you want to retrieve.</p>
|
|
588
|
+
*/
|
|
586
589
|
Name: string | undefined;
|
|
587
590
|
}
|
|
588
591
|
export declare namespace GetCustomEntityTypeRequest {
|
|
@@ -592,8 +595,17 @@ export declare namespace GetCustomEntityTypeRequest {
|
|
|
592
595
|
const filterSensitiveLog: (obj: GetCustomEntityTypeRequest) => any;
|
|
593
596
|
}
|
|
594
597
|
export interface GetCustomEntityTypeResponse {
|
|
598
|
+
/**
|
|
599
|
+
* <p>The name of the custom pattern that you retrieved.</p>
|
|
600
|
+
*/
|
|
595
601
|
Name?: string;
|
|
602
|
+
/**
|
|
603
|
+
* <p>A regular expression string that is used for detecting sensitive data in a custom pattern.</p>
|
|
604
|
+
*/
|
|
596
605
|
RegexString?: string;
|
|
606
|
+
/**
|
|
607
|
+
* <p>A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.</p>
|
|
608
|
+
*/
|
|
597
609
|
ContextWords?: string[];
|
|
598
610
|
}
|
|
599
611
|
export declare namespace GetCustomEntityTypeResponse {
|
|
@@ -4062,7 +4074,13 @@ export declare namespace ListCrawlersResponse {
|
|
|
4062
4074
|
const filterSensitiveLog: (obj: ListCrawlersResponse) => any;
|
|
4063
4075
|
}
|
|
4064
4076
|
export interface ListCustomEntityTypesRequest {
|
|
4077
|
+
/**
|
|
4078
|
+
* <p>A paginated token to offset the results.</p>
|
|
4079
|
+
*/
|
|
4065
4080
|
NextToken?: string;
|
|
4081
|
+
/**
|
|
4082
|
+
* <p>The maximum number of results to return.</p>
|
|
4083
|
+
*/
|
|
4066
4084
|
MaxResults?: number;
|
|
4067
4085
|
}
|
|
4068
4086
|
export declare namespace ListCustomEntityTypesRequest {
|
|
@@ -4072,7 +4090,13 @@ export declare namespace ListCustomEntityTypesRequest {
|
|
|
4072
4090
|
const filterSensitiveLog: (obj: ListCustomEntityTypesRequest) => any;
|
|
4073
4091
|
}
|
|
4074
4092
|
export interface ListCustomEntityTypesResponse {
|
|
4093
|
+
/**
|
|
4094
|
+
* <p>A list of <code>CustomEntityType</code> objects representing custom patterns.</p>
|
|
4095
|
+
*/
|
|
4075
4096
|
CustomEntityTypes?: CustomEntityType[];
|
|
4097
|
+
/**
|
|
4098
|
+
* <p>A pagination token, if more results are available.</p>
|
|
4099
|
+
*/
|
|
4076
4100
|
NextToken?: string;
|
|
4077
4101
|
}
|
|
4078
4102
|
export declare namespace ListCustomEntityTypesResponse {
|
|
@@ -6218,6 +6242,9 @@ export interface UpdateCrawlerRequest {
|
|
|
6218
6242
|
* <p>Specifies data lineage configuration settings for the crawler.</p>
|
|
6219
6243
|
*/
|
|
6220
6244
|
LineageConfiguration?: LineageConfiguration;
|
|
6245
|
+
/**
|
|
6246
|
+
* <p>Specifies AWS Lake Formation configuration settings for the crawler.</p>
|
|
6247
|
+
*/
|
|
6221
6248
|
LakeFormationConfiguration?: LakeFormationConfiguration;
|
|
6222
6249
|
/**
|
|
6223
6250
|
* <p>Crawler configuration information. This versioned JSON string allows users
|
|
@@ -213,6 +213,7 @@ export declare class Glue extends GlueClient {
|
|
|
213
213
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCrawlersCommandOutput>;
|
|
214
214
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
|
|
215
215
|
batchGetCrawlers(args: BatchGetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCrawlersCommandOutput) => void): void;
|
|
216
|
+
|
|
216
217
|
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<BatchGetCustomEntityTypesCommandOutput>;
|
|
217
218
|
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
|
|
218
219
|
batchGetCustomEntityTypes(args: BatchGetCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchGetCustomEntityTypesCommandOutput) => void): void;
|
|
@@ -272,6 +273,7 @@ export declare class Glue extends GlueClient {
|
|
|
272
273
|
createCrawler(args: CreateCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<CreateCrawlerCommandOutput>;
|
|
273
274
|
createCrawler(args: CreateCrawlerCommandInput, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
|
|
274
275
|
createCrawler(args: CreateCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCrawlerCommandOutput) => void): void;
|
|
276
|
+
|
|
275
277
|
createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<CreateCustomEntityTypeCommandOutput>;
|
|
276
278
|
createCustomEntityType(args: CreateCustomEntityTypeCommandInput, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
|
|
277
279
|
createCustomEntityType(args: CreateCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateCustomEntityTypeCommandOutput) => void): void;
|
|
@@ -359,6 +361,7 @@ export declare class Glue extends GlueClient {
|
|
|
359
361
|
deleteCrawler(args: DeleteCrawlerCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCrawlerCommandOutput>;
|
|
360
362
|
deleteCrawler(args: DeleteCrawlerCommandInput, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
|
|
361
363
|
deleteCrawler(args: DeleteCrawlerCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCrawlerCommandOutput) => void): void;
|
|
364
|
+
|
|
362
365
|
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCustomEntityTypeCommandOutput>;
|
|
363
366
|
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
|
|
364
367
|
deleteCustomEntityType(args: DeleteCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCustomEntityTypeCommandOutput) => void): void;
|
|
@@ -482,6 +485,7 @@ export declare class Glue extends GlueClient {
|
|
|
482
485
|
getCrawlers(args: GetCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<GetCrawlersCommandOutput>;
|
|
483
486
|
getCrawlers(args: GetCrawlersCommandInput, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
|
|
484
487
|
getCrawlers(args: GetCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCrawlersCommandOutput) => void): void;
|
|
488
|
+
|
|
485
489
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, options?: __HttpHandlerOptions): Promise<GetCustomEntityTypeCommandOutput>;
|
|
486
490
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
|
|
487
491
|
getCustomEntityType(args: GetCustomEntityTypeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCustomEntityTypeCommandOutput) => void): void;
|
|
@@ -682,6 +686,7 @@ export declare class Glue extends GlueClient {
|
|
|
682
686
|
listCrawlers(args: ListCrawlersCommandInput, options?: __HttpHandlerOptions): Promise<ListCrawlersCommandOutput>;
|
|
683
687
|
listCrawlers(args: ListCrawlersCommandInput, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
|
|
684
688
|
listCrawlers(args: ListCrawlersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCrawlersCommandOutput) => void): void;
|
|
689
|
+
|
|
685
690
|
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options?: __HttpHandlerOptions): Promise<ListCustomEntityTypesCommandOutput>;
|
|
686
691
|
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
|
|
687
692
|
listCustomEntityTypes(args: ListCustomEntityTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCustomEntityTypesCommandOutput) => void): void;
|
|
@@ -6,6 +6,7 @@ export interface BatchGetCustomEntityTypesCommandInput extends BatchGetCustomEnt
|
|
|
6
6
|
}
|
|
7
7
|
export interface BatchGetCustomEntityTypesCommandOutput extends BatchGetCustomEntityTypesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
export declare class BatchGetCustomEntityTypesCommand extends $Command<BatchGetCustomEntityTypesCommandInput, BatchGetCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
|
|
10
11
|
readonly input: BatchGetCustomEntityTypesCommandInput;
|
|
11
12
|
constructor(input: BatchGetCustomEntityTypesCommandInput);
|
|
@@ -6,6 +6,7 @@ export interface CreateCustomEntityTypeCommandInput extends CreateCustomEntityTy
|
|
|
6
6
|
}
|
|
7
7
|
export interface CreateCustomEntityTypeCommandOutput extends CreateCustomEntityTypeResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
export declare class CreateCustomEntityTypeCommand extends $Command<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
10
11
|
readonly input: CreateCustomEntityTypeCommandInput;
|
|
11
12
|
constructor(input: CreateCustomEntityTypeCommandInput);
|
|
@@ -6,6 +6,7 @@ export interface DeleteCustomEntityTypeCommandInput extends DeleteCustomEntityTy
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeleteCustomEntityTypeCommandOutput extends DeleteCustomEntityTypeResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
export declare class DeleteCustomEntityTypeCommand extends $Command<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
10
11
|
readonly input: DeleteCustomEntityTypeCommandInput;
|
|
11
12
|
constructor(input: DeleteCustomEntityTypeCommandInput);
|
|
@@ -6,6 +6,7 @@ export interface GetCustomEntityTypeCommandInput extends GetCustomEntityTypeRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface GetCustomEntityTypeCommandOutput extends GetCustomEntityTypeResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
export declare class GetCustomEntityTypeCommand extends $Command<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
10
11
|
readonly input: GetCustomEntityTypeCommandInput;
|
|
11
12
|
constructor(input: GetCustomEntityTypeCommandInput);
|
|
@@ -6,6 +6,7 @@ export interface ListCustomEntityTypesCommandInput extends ListCustomEntityTypes
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListCustomEntityTypesCommandOutput extends ListCustomEntityTypesResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
export declare class ListCustomEntityTypesCommand extends $Command<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
|
|
10
11
|
readonly input: ListCustomEntityTypesCommandInput;
|
|
11
12
|
constructor(input: ListCustomEntityTypesCommandInput);
|
|
@@ -508,8 +508,11 @@ export declare namespace BatchGetCrawlersRequest {
|
|
|
508
508
|
|
|
509
509
|
const filterSensitiveLog: (obj: BatchGetCrawlersRequest) => any;
|
|
510
510
|
}
|
|
511
|
+
|
|
511
512
|
export interface LakeFormationConfiguration {
|
|
513
|
+
|
|
512
514
|
UseLakeFormationCredentials?: boolean;
|
|
515
|
+
|
|
513
516
|
AccountId?: string;
|
|
514
517
|
}
|
|
515
518
|
export declare namespace LakeFormationConfiguration {
|
|
@@ -751,6 +754,7 @@ export interface Crawler {
|
|
|
751
754
|
Configuration?: string;
|
|
752
755
|
|
|
753
756
|
CrawlerSecurityConfiguration?: string;
|
|
757
|
+
|
|
754
758
|
LakeFormationConfiguration?: LakeFormationConfiguration;
|
|
755
759
|
}
|
|
756
760
|
export declare namespace Crawler {
|
|
@@ -768,15 +772,20 @@ export declare namespace BatchGetCrawlersResponse {
|
|
|
768
772
|
const filterSensitiveLog: (obj: BatchGetCrawlersResponse) => any;
|
|
769
773
|
}
|
|
770
774
|
export interface BatchGetCustomEntityTypesRequest {
|
|
775
|
+
|
|
771
776
|
Names: string[] | undefined;
|
|
772
777
|
}
|
|
773
778
|
export declare namespace BatchGetCustomEntityTypesRequest {
|
|
774
779
|
|
|
775
780
|
const filterSensitiveLog: (obj: BatchGetCustomEntityTypesRequest) => any;
|
|
776
781
|
}
|
|
782
|
+
|
|
777
783
|
export interface CustomEntityType {
|
|
784
|
+
|
|
778
785
|
Name: string | undefined;
|
|
786
|
+
|
|
779
787
|
RegexString: string | undefined;
|
|
788
|
+
|
|
780
789
|
ContextWords?: string[];
|
|
781
790
|
}
|
|
782
791
|
export declare namespace CustomEntityType {
|
|
@@ -784,7 +793,9 @@ export declare namespace CustomEntityType {
|
|
|
784
793
|
const filterSensitiveLog: (obj: CustomEntityType) => any;
|
|
785
794
|
}
|
|
786
795
|
export interface BatchGetCustomEntityTypesResponse {
|
|
796
|
+
|
|
787
797
|
CustomEntityTypes?: CustomEntityType[];
|
|
798
|
+
|
|
788
799
|
CustomEntityTypesNotFound?: string[];
|
|
789
800
|
}
|
|
790
801
|
export declare namespace BatchGetCustomEntityTypesResponse {
|
|
@@ -259,6 +259,7 @@ export declare namespace GetCrawlersResponse {
|
|
|
259
259
|
const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
|
|
260
260
|
}
|
|
261
261
|
export interface GetCustomEntityTypeRequest {
|
|
262
|
+
|
|
262
263
|
Name: string | undefined;
|
|
263
264
|
}
|
|
264
265
|
export declare namespace GetCustomEntityTypeRequest {
|
|
@@ -266,8 +267,11 @@ export declare namespace GetCustomEntityTypeRequest {
|
|
|
266
267
|
const filterSensitiveLog: (obj: GetCustomEntityTypeRequest) => any;
|
|
267
268
|
}
|
|
268
269
|
export interface GetCustomEntityTypeResponse {
|
|
270
|
+
|
|
269
271
|
Name?: string;
|
|
272
|
+
|
|
270
273
|
RegexString?: string;
|
|
274
|
+
|
|
271
275
|
ContextWords?: string[];
|
|
272
276
|
}
|
|
273
277
|
export declare namespace GetCustomEntityTypeResponse {
|
|
@@ -2123,7 +2127,9 @@ export declare namespace ListCrawlersResponse {
|
|
|
2123
2127
|
const filterSensitiveLog: (obj: ListCrawlersResponse) => any;
|
|
2124
2128
|
}
|
|
2125
2129
|
export interface ListCustomEntityTypesRequest {
|
|
2130
|
+
|
|
2126
2131
|
NextToken?: string;
|
|
2132
|
+
|
|
2127
2133
|
MaxResults?: number;
|
|
2128
2134
|
}
|
|
2129
2135
|
export declare namespace ListCustomEntityTypesRequest {
|
|
@@ -2131,7 +2137,9 @@ export declare namespace ListCustomEntityTypesRequest {
|
|
|
2131
2137
|
const filterSensitiveLog: (obj: ListCustomEntityTypesRequest) => any;
|
|
2132
2138
|
}
|
|
2133
2139
|
export interface ListCustomEntityTypesResponse {
|
|
2140
|
+
|
|
2134
2141
|
CustomEntityTypes?: CustomEntityType[];
|
|
2142
|
+
|
|
2135
2143
|
NextToken?: string;
|
|
2136
2144
|
}
|
|
2137
2145
|
export declare namespace ListCustomEntityTypesResponse {
|
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.78.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.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-retry": "3.
|
|
31
|
-
"@aws-sdk/middleware-serde": "3.
|
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
|
33
|
-
"@aws-sdk/middleware-stack": "3.
|
|
34
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
35
|
-
"@aws-sdk/node-config-provider": "3.
|
|
36
|
-
"@aws-sdk/node-http-handler": "3.
|
|
37
|
-
"@aws-sdk/protocol-http": "3.
|
|
38
|
-
"@aws-sdk/smithy-client": "3.
|
|
39
|
-
"@aws-sdk/types": "3.
|
|
40
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.78.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.78.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.78.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.78.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.78.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.78.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.78.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.78.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.78.0",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.78.0",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.78.0",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.78.0",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.78.0",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.78.0",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.78.0",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.78.0",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.78.0",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.78.0",
|
|
39
|
+
"@aws-sdk/types": "3.78.0",
|
|
40
|
+
"@aws-sdk/url-parser": "3.78.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.
|
|
47
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.78.0",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.78.0",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.78.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.78.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"
|