@aws-sdk/client-glue 3.45.0 → 3.47.2
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 +45 -0
- package/dist-cjs/Glue.js +45 -0
- package/dist-cjs/commands/GetCrawlerMetricsCommand.js +2 -1
- package/dist-cjs/commands/GetCrawlersCommand.js +3 -3
- package/dist-cjs/commands/GetUnfilteredPartitionMetadataCommand.js +36 -0
- package/dist-cjs/commands/GetUnfilteredPartitionsMetadataCommand.js +36 -0
- package/dist-cjs/commands/GetUnfilteredTableMetadataCommand.js +36 -0
- package/dist-cjs/commands/index.js +3 -0
- package/dist-cjs/endpoints.js +0 -24
- package/dist-cjs/models/models_0.js +22 -124
- package/dist-cjs/models/models_1.js +77 -66
- package/dist-cjs/pagination/GetUnfilteredPartitionsMetadataPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +545 -5
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/Glue.js +45 -0
- package/dist-es/commands/GetCrawlerMetricsCommand.js +2 -1
- package/dist-es/commands/GetCrawlersCommand.js +1 -1
- package/dist-es/commands/GetUnfilteredPartitionMetadataCommand.js +39 -0
- package/dist-es/commands/GetUnfilteredPartitionsMetadataCommand.js +39 -0
- package/dist-es/commands/GetUnfilteredTableMetadataCommand.js +39 -0
- package/dist-es/commands/index.js +3 -0
- package/dist-es/endpoints.js +0 -24
- package/dist-es/models/models_0.js +12 -80
- package/dist-es/models/models_1.js +49 -40
- package/dist-es/pagination/GetUnfilteredPartitionsMetadataPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +538 -7
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/Glue.d.ts +12 -0
- package/dist-types/GlueClient.d.ts +10 -3
- package/dist-types/commands/GetCrawlerMetricsCommand.d.ts +2 -1
- package/dist-types/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/commands/GetUnfilteredPartitionMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +18 -0
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +18 -0
- package/dist-types/commands/index.d.ts +3 -0
- package/dist-types/models/models_0.d.ts +49 -148
- package/dist-types/models/models_1.d.ts +172 -61
- package/dist-types/pagination/GetUnfilteredPartitionsMetadataPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/Glue.d.ts +12 -0
- package/dist-types/ts3.4/GlueClient.d.ts +8 -3
- package/dist-types/ts3.4/commands/GetCrawlerMetricsCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetCrawlersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetUnfilteredPartitionsMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/index.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +32 -38
- package/dist-types/ts3.4/models/models_1.d.ts +126 -41
- package/dist-types/ts3.4/pagination/GetUnfilteredPartitionsMetadataPaginator.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 +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +39 -46
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
import { Action, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, ColumnStatistics, Compatibility, ConnectionInput, ConnectionsList, CrawlerTargets, CsvHeaderOption, DatabaseIdentifier, DatabaseInput, DataFormat, DevEndpoint, EncryptionConfiguration, ErrorDetail, EventBatchingCondition, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, Language, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, Predicate, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, StorageDescriptor, TableIdentifier, TableInput, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, UserDefinedFunctionInput, WorkerType, Workflow, WorkflowRun } from "./models_0";
|
|
2
|
+
import { Action, AuditContext, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, ColumnStatistics, Compatibility, ConnectionInput, ConnectionsList, Crawler, CrawlerMetrics, CrawlerTargets, CsvHeaderOption, DatabaseIdentifier, DatabaseInput, DataFormat, DevEndpoint, EncryptionConfiguration, ErrorDetail, EventBatchingCondition, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, LakeFormationConfiguration, Language, LineageConfiguration, NotificationProperty, Partition, PartitionInput, PartitionValueList, Predicate, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, StorageDescriptor, TableIdentifier, TableInput, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, UserDefinedFunctionInput, WorkerType, Workflow, WorkflowRun } from "./models_0";
|
|
3
|
+
export interface GetCrawlerMetricsResponse {
|
|
4
|
+
|
|
5
|
+
CrawlerMetricsList?: CrawlerMetrics[];
|
|
6
|
+
|
|
7
|
+
NextToken?: string;
|
|
8
|
+
}
|
|
9
|
+
export declare namespace GetCrawlerMetricsResponse {
|
|
10
|
+
|
|
11
|
+
const filterSensitiveLog: (obj: GetCrawlerMetricsResponse) => any;
|
|
12
|
+
}
|
|
13
|
+
export interface GetCrawlersRequest {
|
|
14
|
+
|
|
15
|
+
MaxResults?: number;
|
|
16
|
+
|
|
17
|
+
NextToken?: string;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace GetCrawlersRequest {
|
|
20
|
+
|
|
21
|
+
const filterSensitiveLog: (obj: GetCrawlersRequest) => any;
|
|
22
|
+
}
|
|
23
|
+
export interface GetCrawlersResponse {
|
|
24
|
+
|
|
25
|
+
Crawlers?: Crawler[];
|
|
26
|
+
|
|
27
|
+
NextToken?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare namespace GetCrawlersResponse {
|
|
30
|
+
|
|
31
|
+
const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
|
|
32
|
+
}
|
|
3
33
|
export interface GetDatabaseRequest {
|
|
4
34
|
|
|
5
35
|
CatalogId?: string;
|
|
@@ -1439,6 +1469,101 @@ export declare namespace GetTriggersResponse {
|
|
|
1439
1469
|
|
|
1440
1470
|
const filterSensitiveLog: (obj: GetTriggersResponse) => any;
|
|
1441
1471
|
}
|
|
1472
|
+
export declare enum PermissionType {
|
|
1473
|
+
CELL_FILTER_PERMISSION = "CELL_FILTER_PERMISSION",
|
|
1474
|
+
COLUMN_PERMISSION = "COLUMN_PERMISSION"
|
|
1475
|
+
}
|
|
1476
|
+
export interface GetUnfilteredPartitionMetadataRequest {
|
|
1477
|
+
CatalogId: string | undefined;
|
|
1478
|
+
DatabaseName: string | undefined;
|
|
1479
|
+
TableName: string | undefined;
|
|
1480
|
+
PartitionValues: string[] | undefined;
|
|
1481
|
+
AuditContext?: AuditContext;
|
|
1482
|
+
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
1483
|
+
}
|
|
1484
|
+
export declare namespace GetUnfilteredPartitionMetadataRequest {
|
|
1485
|
+
|
|
1486
|
+
const filterSensitiveLog: (obj: GetUnfilteredPartitionMetadataRequest) => any;
|
|
1487
|
+
}
|
|
1488
|
+
export interface GetUnfilteredPartitionMetadataResponse {
|
|
1489
|
+
|
|
1490
|
+
Partition?: Partition;
|
|
1491
|
+
AuthorizedColumns?: string[];
|
|
1492
|
+
IsRegisteredWithLakeFormation?: boolean;
|
|
1493
|
+
}
|
|
1494
|
+
export declare namespace GetUnfilteredPartitionMetadataResponse {
|
|
1495
|
+
|
|
1496
|
+
const filterSensitiveLog: (obj: GetUnfilteredPartitionMetadataResponse) => any;
|
|
1497
|
+
}
|
|
1498
|
+
export interface PermissionTypeMismatchException extends __SmithyException, $MetadataBearer {
|
|
1499
|
+
name: "PermissionTypeMismatchException";
|
|
1500
|
+
$fault: "client";
|
|
1501
|
+
Message?: string;
|
|
1502
|
+
}
|
|
1503
|
+
export interface GetUnfilteredPartitionsMetadataRequest {
|
|
1504
|
+
CatalogId: string | undefined;
|
|
1505
|
+
DatabaseName: string | undefined;
|
|
1506
|
+
TableName: string | undefined;
|
|
1507
|
+
Expression?: string;
|
|
1508
|
+
AuditContext?: AuditContext;
|
|
1509
|
+
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
1510
|
+
NextToken?: string;
|
|
1511
|
+
|
|
1512
|
+
Segment?: Segment;
|
|
1513
|
+
MaxResults?: number;
|
|
1514
|
+
}
|
|
1515
|
+
export declare namespace GetUnfilteredPartitionsMetadataRequest {
|
|
1516
|
+
|
|
1517
|
+
const filterSensitiveLog: (obj: GetUnfilteredPartitionsMetadataRequest) => any;
|
|
1518
|
+
}
|
|
1519
|
+
export interface UnfilteredPartition {
|
|
1520
|
+
|
|
1521
|
+
Partition?: Partition;
|
|
1522
|
+
AuthorizedColumns?: string[];
|
|
1523
|
+
IsRegisteredWithLakeFormation?: boolean;
|
|
1524
|
+
}
|
|
1525
|
+
export declare namespace UnfilteredPartition {
|
|
1526
|
+
|
|
1527
|
+
const filterSensitiveLog: (obj: UnfilteredPartition) => any;
|
|
1528
|
+
}
|
|
1529
|
+
export interface GetUnfilteredPartitionsMetadataResponse {
|
|
1530
|
+
UnfilteredPartitions?: UnfilteredPartition[];
|
|
1531
|
+
NextToken?: string;
|
|
1532
|
+
}
|
|
1533
|
+
export declare namespace GetUnfilteredPartitionsMetadataResponse {
|
|
1534
|
+
|
|
1535
|
+
const filterSensitiveLog: (obj: GetUnfilteredPartitionsMetadataResponse) => any;
|
|
1536
|
+
}
|
|
1537
|
+
export interface GetUnfilteredTableMetadataRequest {
|
|
1538
|
+
CatalogId: string | undefined;
|
|
1539
|
+
DatabaseName: string | undefined;
|
|
1540
|
+
Name: string | undefined;
|
|
1541
|
+
AuditContext?: AuditContext;
|
|
1542
|
+
SupportedPermissionTypes: (PermissionType | string)[] | undefined;
|
|
1543
|
+
}
|
|
1544
|
+
export declare namespace GetUnfilteredTableMetadataRequest {
|
|
1545
|
+
|
|
1546
|
+
const filterSensitiveLog: (obj: GetUnfilteredTableMetadataRequest) => any;
|
|
1547
|
+
}
|
|
1548
|
+
export interface ColumnRowFilter {
|
|
1549
|
+
ColumnName?: string;
|
|
1550
|
+
RowFilterExpression?: string;
|
|
1551
|
+
}
|
|
1552
|
+
export declare namespace ColumnRowFilter {
|
|
1553
|
+
|
|
1554
|
+
const filterSensitiveLog: (obj: ColumnRowFilter) => any;
|
|
1555
|
+
}
|
|
1556
|
+
export interface GetUnfilteredTableMetadataResponse {
|
|
1557
|
+
|
|
1558
|
+
Table?: Table;
|
|
1559
|
+
AuthorizedColumns?: string[];
|
|
1560
|
+
IsRegisteredWithLakeFormation?: boolean;
|
|
1561
|
+
CellFilters?: ColumnRowFilter[];
|
|
1562
|
+
}
|
|
1563
|
+
export declare namespace GetUnfilteredTableMetadataResponse {
|
|
1564
|
+
|
|
1565
|
+
const filterSensitiveLog: (obj: GetUnfilteredTableMetadataResponse) => any;
|
|
1566
|
+
}
|
|
1442
1567
|
export interface GetUserDefinedFunctionRequest {
|
|
1443
1568
|
|
|
1444
1569
|
CatalogId?: string;
|
|
@@ -2150,10 +2275,6 @@ export interface ConcurrentRunsExceededException extends __SmithyException, $Met
|
|
|
2150
2275
|
|
|
2151
2276
|
Message?: string;
|
|
2152
2277
|
}
|
|
2153
|
-
export declare namespace ConcurrentRunsExceededException {
|
|
2154
|
-
|
|
2155
|
-
const filterSensitiveLog: (obj: ConcurrentRunsExceededException) => any;
|
|
2156
|
-
}
|
|
2157
2278
|
|
|
2158
2279
|
export interface IllegalWorkflowStateException extends __SmithyException, $MetadataBearer {
|
|
2159
2280
|
name: "IllegalWorkflowStateException";
|
|
@@ -2161,10 +2282,6 @@ export interface IllegalWorkflowStateException extends __SmithyException, $Metad
|
|
|
2161
2282
|
|
|
2162
2283
|
Message?: string;
|
|
2163
2284
|
}
|
|
2164
|
-
export declare namespace IllegalWorkflowStateException {
|
|
2165
|
-
|
|
2166
|
-
const filterSensitiveLog: (obj: IllegalWorkflowStateException) => any;
|
|
2167
|
-
}
|
|
2168
2285
|
export interface ResumeWorkflowRunRequest {
|
|
2169
2286
|
|
|
2170
2287
|
Name: string | undefined;
|
|
@@ -2257,10 +2374,6 @@ export interface IllegalBlueprintStateException extends __SmithyException, $Meta
|
|
|
2257
2374
|
$fault: "client";
|
|
2258
2375
|
Message?: string;
|
|
2259
2376
|
}
|
|
2260
|
-
export declare namespace IllegalBlueprintStateException {
|
|
2261
|
-
|
|
2262
|
-
const filterSensitiveLog: (obj: IllegalBlueprintStateException) => any;
|
|
2263
|
-
}
|
|
2264
2377
|
export interface StartBlueprintRunRequest {
|
|
2265
2378
|
|
|
2266
2379
|
BlueprintName: string | undefined;
|
|
@@ -2302,10 +2415,6 @@ export interface NoScheduleException extends __SmithyException, $MetadataBearer
|
|
|
2302
2415
|
|
|
2303
2416
|
Message?: string;
|
|
2304
2417
|
}
|
|
2305
|
-
export declare namespace NoScheduleException {
|
|
2306
|
-
|
|
2307
|
-
const filterSensitiveLog: (obj: NoScheduleException) => any;
|
|
2308
|
-
}
|
|
2309
2418
|
|
|
2310
2419
|
export interface SchedulerRunningException extends __SmithyException, $MetadataBearer {
|
|
2311
2420
|
name: "SchedulerRunningException";
|
|
@@ -2313,10 +2422,6 @@ export interface SchedulerRunningException extends __SmithyException, $MetadataB
|
|
|
2313
2422
|
|
|
2314
2423
|
Message?: string;
|
|
2315
2424
|
}
|
|
2316
|
-
export declare namespace SchedulerRunningException {
|
|
2317
|
-
|
|
2318
|
-
const filterSensitiveLog: (obj: SchedulerRunningException) => any;
|
|
2319
|
-
}
|
|
2320
2425
|
export interface StartCrawlerScheduleRequest {
|
|
2321
2426
|
|
|
2322
2427
|
CrawlerName: string | undefined;
|
|
@@ -2412,10 +2517,6 @@ export interface MLTransformNotReadyException extends __SmithyException, $Metada
|
|
|
2412
2517
|
|
|
2413
2518
|
Message?: string;
|
|
2414
2519
|
}
|
|
2415
|
-
export declare namespace MLTransformNotReadyException {
|
|
2416
|
-
|
|
2417
|
-
const filterSensitiveLog: (obj: MLTransformNotReadyException) => any;
|
|
2418
|
-
}
|
|
2419
2520
|
export interface StartMLEvaluationTaskRunRequest {
|
|
2420
2521
|
|
|
2421
2522
|
TransformId: string | undefined;
|
|
@@ -2489,10 +2590,6 @@ export interface CrawlerNotRunningException extends __SmithyException, $Metadata
|
|
|
2489
2590
|
|
|
2490
2591
|
Message?: string;
|
|
2491
2592
|
}
|
|
2492
|
-
export declare namespace CrawlerNotRunningException {
|
|
2493
|
-
|
|
2494
|
-
const filterSensitiveLog: (obj: CrawlerNotRunningException) => any;
|
|
2495
|
-
}
|
|
2496
2593
|
|
|
2497
2594
|
export interface CrawlerStoppingException extends __SmithyException, $MetadataBearer {
|
|
2498
2595
|
name: "CrawlerStoppingException";
|
|
@@ -2500,10 +2597,6 @@ export interface CrawlerStoppingException extends __SmithyException, $MetadataBe
|
|
|
2500
2597
|
|
|
2501
2598
|
Message?: string;
|
|
2502
2599
|
}
|
|
2503
|
-
export declare namespace CrawlerStoppingException {
|
|
2504
|
-
|
|
2505
|
-
const filterSensitiveLog: (obj: CrawlerStoppingException) => any;
|
|
2506
|
-
}
|
|
2507
2600
|
export interface StopCrawlerRequest {
|
|
2508
2601
|
|
|
2509
2602
|
Name: string | undefined;
|
|
@@ -2525,10 +2618,6 @@ export interface SchedulerNotRunningException extends __SmithyException, $Metada
|
|
|
2525
2618
|
|
|
2526
2619
|
Message?: string;
|
|
2527
2620
|
}
|
|
2528
|
-
export declare namespace SchedulerNotRunningException {
|
|
2529
|
-
|
|
2530
|
-
const filterSensitiveLog: (obj: SchedulerNotRunningException) => any;
|
|
2531
|
-
}
|
|
2532
2621
|
export interface StopCrawlerScheduleRequest {
|
|
2533
2622
|
|
|
2534
2623
|
CrawlerName: string | undefined;
|
|
@@ -2716,10 +2805,6 @@ export interface VersionMismatchException extends __SmithyException, $MetadataBe
|
|
|
2716
2805
|
|
|
2717
2806
|
Message?: string;
|
|
2718
2807
|
}
|
|
2719
|
-
export declare namespace VersionMismatchException {
|
|
2720
|
-
|
|
2721
|
-
const filterSensitiveLog: (obj: VersionMismatchException) => any;
|
|
2722
|
-
}
|
|
2723
2808
|
export interface UpdateColumnStatisticsForPartitionRequest {
|
|
2724
2809
|
|
|
2725
2810
|
CatalogId?: string;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "../commands/GetUnfilteredPartitionsMetadataCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateGetUnfilteredPartitionsMetadata(config: GluePaginationConfiguration, input: GetUnfilteredPartitionsMetadataCommandInput, ...additionalArguments: any): Paginator<GetUnfilteredPartitionsMetadataCommandOutput>;
|
|
@@ -17,6 +17,7 @@ export * from "./GetSecurityConfigurationsPaginator";
|
|
|
17
17
|
export * from "./GetTableVersionsPaginator";
|
|
18
18
|
export * from "./GetTablesPaginator";
|
|
19
19
|
export * from "./GetTriggersPaginator";
|
|
20
|
+
export * from "./GetUnfilteredPartitionsMetadataPaginator";
|
|
20
21
|
export * from "./GetUserDefinedFunctionsPaginator";
|
|
21
22
|
export * from "./GetWorkflowRunsPaginator";
|
|
22
23
|
export * from "./ListBlueprintsPaginator";
|
|
@@ -105,6 +105,9 @@ import { GetTableVersionsCommandInput, GetTableVersionsCommandOutput } from "../
|
|
|
105
105
|
import { GetTagsCommandInput, GetTagsCommandOutput } from "../commands/GetTagsCommand";
|
|
106
106
|
import { GetTriggerCommandInput, GetTriggerCommandOutput } from "../commands/GetTriggerCommand";
|
|
107
107
|
import { GetTriggersCommandInput, GetTriggersCommandOutput } from "../commands/GetTriggersCommand";
|
|
108
|
+
import { GetUnfilteredPartitionMetadataCommandInput, GetUnfilteredPartitionMetadataCommandOutput } from "../commands/GetUnfilteredPartitionMetadataCommand";
|
|
109
|
+
import { GetUnfilteredPartitionsMetadataCommandInput, GetUnfilteredPartitionsMetadataCommandOutput } from "../commands/GetUnfilteredPartitionsMetadataCommand";
|
|
110
|
+
import { GetUnfilteredTableMetadataCommandInput, GetUnfilteredTableMetadataCommandOutput } from "../commands/GetUnfilteredTableMetadataCommand";
|
|
108
111
|
import { GetUserDefinedFunctionCommandInput, GetUserDefinedFunctionCommandOutput } from "../commands/GetUserDefinedFunctionCommand";
|
|
109
112
|
import { GetUserDefinedFunctionsCommandInput, GetUserDefinedFunctionsCommandOutput } from "../commands/GetUserDefinedFunctionsCommand";
|
|
110
113
|
import { GetWorkflowCommandInput, GetWorkflowCommandOutput } from "../commands/GetWorkflowCommand";
|
|
@@ -271,6 +274,9 @@ export declare const serializeAws_json1_1GetTableVersionsCommand: (input: GetTab
|
|
|
271
274
|
export declare const serializeAws_json1_1GetTagsCommand: (input: GetTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
272
275
|
export declare const serializeAws_json1_1GetTriggerCommand: (input: GetTriggerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
273
276
|
export declare const serializeAws_json1_1GetTriggersCommand: (input: GetTriggersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
277
|
+
export declare const serializeAws_json1_1GetUnfilteredPartitionMetadataCommand: (input: GetUnfilteredPartitionMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
278
|
+
export declare const serializeAws_json1_1GetUnfilteredPartitionsMetadataCommand: (input: GetUnfilteredPartitionsMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
279
|
+
export declare const serializeAws_json1_1GetUnfilteredTableMetadataCommand: (input: GetUnfilteredTableMetadataCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
274
280
|
export declare const serializeAws_json1_1GetUserDefinedFunctionCommand: (input: GetUserDefinedFunctionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
275
281
|
export declare const serializeAws_json1_1GetUserDefinedFunctionsCommand: (input: GetUserDefinedFunctionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
276
282
|
export declare const serializeAws_json1_1GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -437,6 +443,9 @@ export declare const deserializeAws_json1_1GetTableVersionsCommand: (output: __H
|
|
|
437
443
|
export declare const deserializeAws_json1_1GetTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTagsCommandOutput>;
|
|
438
444
|
export declare const deserializeAws_json1_1GetTriggerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTriggerCommandOutput>;
|
|
439
445
|
export declare const deserializeAws_json1_1GetTriggersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTriggersCommandOutput>;
|
|
446
|
+
export declare const deserializeAws_json1_1GetUnfilteredPartitionMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredPartitionMetadataCommandOutput>;
|
|
447
|
+
export declare const deserializeAws_json1_1GetUnfilteredPartitionsMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredPartitionsMetadataCommandOutput>;
|
|
448
|
+
export declare const deserializeAws_json1_1GetUnfilteredTableMetadataCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUnfilteredTableMetadataCommandOutput>;
|
|
440
449
|
export declare const deserializeAws_json1_1GetUserDefinedFunctionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDefinedFunctionCommandOutput>;
|
|
441
450
|
export declare const deserializeAws_json1_1GetUserDefinedFunctionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserDefinedFunctionsCommandOutput>;
|
|
442
451
|
export declare const deserializeAws_json1_1GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { GlueClientConfig } from "./GlueClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -10,7 +11,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { GlueClientConfig } from "./GlueClient";
|
|
3
3
|
|
|
4
4
|
export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
5
5
|
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
6
7
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
7
8
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
8
9
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
9
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
10
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
10
11
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
11
12
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
12
13
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
13
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
14
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
14
15
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
15
16
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
16
17
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -23,6 +23,7 @@ export declare const getRuntimeConfig: (config: GlueClientConfig) => {
|
|
|
23
23
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
24
24
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
25
25
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
26
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
26
27
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
27
28
|
tls?: boolean | undefined;
|
|
28
29
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
package/package.json
CHANGED
|
@@ -1,18 +1,15 @@
|
|
|
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.47.2",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "yarn
|
|
7
|
-
"build:cjs": "tsc -p tsconfig.json",
|
|
8
|
-
"build:docs": "
|
|
6
|
+
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
|
+
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
8
|
+
"build:docs": "typedoc",
|
|
9
9
|
"build:es": "tsc -p tsconfig.es.json",
|
|
10
10
|
"build:types": "tsc -p tsconfig.types.json",
|
|
11
|
-
"
|
|
12
|
-
"clean
|
|
13
|
-
"clean:docs": "rimraf ./docs",
|
|
14
|
-
"downlevel-dts": "downlevel-dts dist-types dist-types/ts3.4",
|
|
15
|
-
"test": "exit 0"
|
|
11
|
+
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
12
|
+
"clean": "rimraf ./dist-*"
|
|
16
13
|
},
|
|
17
14
|
"main": "./dist-cjs/index.js",
|
|
18
15
|
"types": "./dist-types/index.d.ts",
|
|
@@ -21,48 +18,44 @@
|
|
|
21
18
|
"dependencies": {
|
|
22
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
45
|
-
"@aws-sdk/util-base64-node": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
48
|
-
"@aws-sdk/util-
|
|
49
|
-
"@aws-sdk/util-
|
|
50
|
-
"@aws-sdk/util-
|
|
51
|
-
"@aws-sdk/util-
|
|
21
|
+
"@aws-sdk/client-sts": "3.47.2",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.47.2",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.47.2",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.47.2",
|
|
25
|
+
"@aws-sdk/hash-node": "3.47.2",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.47.2",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.47.2",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.47.2",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.47.2",
|
|
30
|
+
"@aws-sdk/middleware-retry": "3.47.2",
|
|
31
|
+
"@aws-sdk/middleware-serde": "3.47.2",
|
|
32
|
+
"@aws-sdk/middleware-signing": "3.47.2",
|
|
33
|
+
"@aws-sdk/middleware-stack": "3.47.2",
|
|
34
|
+
"@aws-sdk/middleware-user-agent": "3.47.2",
|
|
35
|
+
"@aws-sdk/node-config-provider": "3.47.2",
|
|
36
|
+
"@aws-sdk/node-http-handler": "3.47.2",
|
|
37
|
+
"@aws-sdk/protocol-http": "3.47.2",
|
|
38
|
+
"@aws-sdk/smithy-client": "3.47.2",
|
|
39
|
+
"@aws-sdk/types": "3.47.1",
|
|
40
|
+
"@aws-sdk/url-parser": "3.47.2",
|
|
41
|
+
"@aws-sdk/util-base64-browser": "3.47.1",
|
|
42
|
+
"@aws-sdk/util-base64-node": "3.47.2",
|
|
43
|
+
"@aws-sdk/util-body-length-browser": "3.47.1",
|
|
44
|
+
"@aws-sdk/util-body-length-node": "3.47.1",
|
|
45
|
+
"@aws-sdk/util-defaults-mode-browser": "3.47.2",
|
|
46
|
+
"@aws-sdk/util-defaults-mode-node": "3.47.2",
|
|
47
|
+
"@aws-sdk/util-user-agent-browser": "3.47.2",
|
|
48
|
+
"@aws-sdk/util-user-agent-node": "3.47.2",
|
|
49
|
+
"@aws-sdk/util-utf8-browser": "3.47.1",
|
|
50
|
+
"@aws-sdk/util-utf8-node": "3.47.2",
|
|
52
51
|
"tslib": "^2.3.0"
|
|
53
52
|
},
|
|
54
53
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
56
|
-
"@types/node": "^12.7.5"
|
|
57
|
-
"downlevel-dts": "0.7.0",
|
|
58
|
-
"jest": "^26.1.0",
|
|
59
|
-
"rimraf": "^3.0.0",
|
|
60
|
-
"ts-jest": "^26.4.1",
|
|
61
|
-
"typedoc": "^0.19.2",
|
|
62
|
-
"typescript": "~4.3.5"
|
|
54
|
+
"@aws-sdk/service-client-documentation-generator": "3.47.1",
|
|
55
|
+
"@types/node": "^12.7.5"
|
|
63
56
|
},
|
|
64
57
|
"engines": {
|
|
65
|
-
"node": ">=
|
|
58
|
+
"node": ">=12.0.0"
|
|
66
59
|
},
|
|
67
60
|
"typesVersions": {
|
|
68
61
|
"<4.0": {
|