@aws-sdk/client-glue 3.72.0 → 3.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/Glue.js +75 -0
- package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +36 -0
- package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
- package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +3 -3
- package/dist-cjs/commands/GetCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/ListCustomEntityTypesCommand.js +36 -0
- package/dist-cjs/commands/UpdateJobCommand.js +2 -1
- package/dist-cjs/commands/UpdateMLTransformCommand.js +3 -3
- package/dist-cjs/commands/UpdatePartitionCommand.js +3 -3
- package/dist-cjs/commands/UpdateRegistryCommand.js +3 -3
- package/dist-cjs/commands/UpdateSchemaCommand.js +3 -3
- package/dist-cjs/commands/UpdateTableCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +61 -65
- package/dist-cjs/models/models_1.js +76 -72
- package/dist-cjs/models/models_2.js +67 -1
- package/dist-cjs/pagination/ListCustomEntityTypesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +421 -8
- package/dist-es/Glue.js +75 -0
- package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +39 -0
- package/dist-es/commands/CreateCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/DeleteCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
- package/dist-es/commands/GetColumnStatisticsForTableCommand.js +1 -1
- package/dist-es/commands/GetCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/ListCustomEntityTypesCommand.js +39 -0
- package/dist-es/commands/UpdateJobCommand.js +2 -1
- package/dist-es/commands/UpdateMLTransformCommand.js +1 -1
- package/dist-es/commands/UpdatePartitionCommand.js +1 -1
- package/dist-es/commands/UpdateRegistryCommand.js +1 -1
- package/dist-es/commands/UpdateSchemaCommand.js +1 -1
- package/dist-es/commands/UpdateTableCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +41 -47
- package/dist-es/models/models_1.js +50 -44
- package/dist-es/models/models_2.js +44 -0
- package/dist-es/pagination/ListCustomEntityTypesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +493 -0
- package/dist-types/Glue.d.ts +20 -0
- package/dist-types/GlueClient.d.ts +7 -2
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +18 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +18 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +83 -170
- package/dist-types/models/models_1.d.ts +196 -261
- package/dist-types/models/models_2.d.ts +262 -1
- package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Glue.d.ts +20 -0
- package/dist-types/ts3.4/GlueClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/models/models_1.d.ts +125 -1
- package/dist-types/ts3.4/models/models_2.d.ts +137 -1
- package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
- package/package.json +9 -9
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
export declare class CreateCustomEntityTypeCommand extends $Command<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
10
|
+
readonly input: CreateCustomEntityTypeCommandInput;
|
|
11
|
+
constructor(input: CreateCustomEntityTypeCommandInput);
|
|
12
|
+
|
|
13
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateCustomEntityTypeCommandInput, CreateCustomEntityTypeCommandOutput>;
|
|
14
|
+
private serialize;
|
|
15
|
+
private deserialize;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
export declare class DeleteCustomEntityTypeCommand extends $Command<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
10
|
+
readonly input: DeleteCustomEntityTypeCommandInput;
|
|
11
|
+
constructor(input: DeleteCustomEntityTypeCommandInput);
|
|
12
|
+
|
|
13
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteCustomEntityTypeCommandInput, DeleteCustomEntityTypeCommandOutput>;
|
|
14
|
+
private serialize;
|
|
15
|
+
private deserialize;
|
|
16
|
+
}
|
|
@@ -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,16 @@
|
|
|
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
|
+
export declare class GetCustomEntityTypeCommand extends $Command<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput, GlueClientResolvedConfig> {
|
|
10
|
+
readonly input: GetCustomEntityTypeCommandInput;
|
|
11
|
+
constructor(input: GetCustomEntityTypeCommandInput);
|
|
12
|
+
|
|
13
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetCustomEntityTypeCommandInput, GetCustomEntityTypeCommandOutput>;
|
|
14
|
+
private serialize;
|
|
15
|
+
private deserialize;
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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
|
+
export declare class ListCustomEntityTypesCommand extends $Command<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput, GlueClientResolvedConfig> {
|
|
10
|
+
readonly input: ListCustomEntityTypesCommandInput;
|
|
11
|
+
constructor(input: ListCustomEntityTypesCommandInput);
|
|
12
|
+
|
|
13
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: GlueClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput>;
|
|
14
|
+
private serialize;
|
|
15
|
+
private deserialize;
|
|
16
|
+
}
|
|
@@ -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";
|
|
@@ -767,6 +767,30 @@ export declare namespace BatchGetCrawlersResponse {
|
|
|
767
767
|
|
|
768
768
|
const filterSensitiveLog: (obj: BatchGetCrawlersResponse) => any;
|
|
769
769
|
}
|
|
770
|
+
export interface BatchGetCustomEntityTypesRequest {
|
|
771
|
+
Names: string[] | undefined;
|
|
772
|
+
}
|
|
773
|
+
export declare namespace BatchGetCustomEntityTypesRequest {
|
|
774
|
+
|
|
775
|
+
const filterSensitiveLog: (obj: BatchGetCustomEntityTypesRequest) => any;
|
|
776
|
+
}
|
|
777
|
+
export interface CustomEntityType {
|
|
778
|
+
Name: string | undefined;
|
|
779
|
+
RegexString: string | undefined;
|
|
780
|
+
ContextWords?: string[];
|
|
781
|
+
}
|
|
782
|
+
export declare namespace CustomEntityType {
|
|
783
|
+
|
|
784
|
+
const filterSensitiveLog: (obj: CustomEntityType) => any;
|
|
785
|
+
}
|
|
786
|
+
export interface BatchGetCustomEntityTypesResponse {
|
|
787
|
+
CustomEntityTypes?: CustomEntityType[];
|
|
788
|
+
CustomEntityTypesNotFound?: string[];
|
|
789
|
+
}
|
|
790
|
+
export declare namespace BatchGetCustomEntityTypesResponse {
|
|
791
|
+
|
|
792
|
+
const filterSensitiveLog: (obj: BatchGetCustomEntityTypesResponse) => any;
|
|
793
|
+
}
|
|
770
794
|
export interface BatchGetDevEndpointsRequest {
|
|
771
795
|
|
|
772
796
|
DevEndpointNames: string[] | undefined;
|
|
@@ -1,6 +1,98 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
|
-
import { AuditContext, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column,
|
|
3
|
+
import { AuditContext, BinaryColumnStatisticsData, BooleanColumnStatisticsData, CodeGenEdge, CodeGenNode, CodeGenNodeArg, Column, Compatibility, ConnectionInput, ConnectionsList, ConnectionType, Crawler, CrawlerTargets, CsvHeaderOption, CustomEntityType, DatabaseIdentifier, DatabaseInput, DataFormat, DateColumnStatisticsData, DecimalColumnStatisticsData, DevEndpoint, DoubleColumnStatisticsData, EncryptionConfiguration, ErrorDetail, ExecutionProperty, GlueTable, Job, JobCommand, JobRun, LakeFormationConfiguration, Language, LineageConfiguration, LongColumnStatisticsData, NotificationProperty, Partition, PartitionValueList, PhysicalConnectionRequirements, PrincipalPermissions, PrincipalType, RecrawlPolicy, RegistryId, RegistryStatus, ResourceUri, SchemaChangePolicy, SchemaId, SchemaStatus, SchemaVersionStatus, Session, StorageDescriptor, StringColumnStatisticsData, TableIdentifier, TaskStatusType, TransformEncryption, TransformParameters, TransformType, Trigger, WorkerType, Workflow, WorkflowRun } from "./models_0";
|
|
4
|
+
export declare enum ColumnStatisticsType {
|
|
5
|
+
BINARY = "BINARY",
|
|
6
|
+
BOOLEAN = "BOOLEAN",
|
|
7
|
+
DATE = "DATE",
|
|
8
|
+
DECIMAL = "DECIMAL",
|
|
9
|
+
DOUBLE = "DOUBLE",
|
|
10
|
+
LONG = "LONG",
|
|
11
|
+
STRING = "STRING"
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface ColumnStatisticsData {
|
|
15
|
+
|
|
16
|
+
Type: ColumnStatisticsType | string | undefined;
|
|
17
|
+
|
|
18
|
+
BooleanColumnStatisticsData?: BooleanColumnStatisticsData;
|
|
19
|
+
|
|
20
|
+
DateColumnStatisticsData?: DateColumnStatisticsData;
|
|
21
|
+
|
|
22
|
+
DecimalColumnStatisticsData?: DecimalColumnStatisticsData;
|
|
23
|
+
|
|
24
|
+
DoubleColumnStatisticsData?: DoubleColumnStatisticsData;
|
|
25
|
+
|
|
26
|
+
LongColumnStatisticsData?: LongColumnStatisticsData;
|
|
27
|
+
|
|
28
|
+
StringColumnStatisticsData?: StringColumnStatisticsData;
|
|
29
|
+
|
|
30
|
+
BinaryColumnStatisticsData?: BinaryColumnStatisticsData;
|
|
31
|
+
}
|
|
32
|
+
export declare namespace ColumnStatisticsData {
|
|
33
|
+
|
|
34
|
+
const filterSensitiveLog: (obj: ColumnStatisticsData) => any;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
export interface ColumnStatistics {
|
|
38
|
+
|
|
39
|
+
ColumnName: string | undefined;
|
|
40
|
+
|
|
41
|
+
ColumnType: string | undefined;
|
|
42
|
+
|
|
43
|
+
AnalyzedTime: Date | undefined;
|
|
44
|
+
|
|
45
|
+
StatisticsData: ColumnStatisticsData | undefined;
|
|
46
|
+
}
|
|
47
|
+
export declare namespace ColumnStatistics {
|
|
48
|
+
|
|
49
|
+
const filterSensitiveLog: (obj: ColumnStatistics) => any;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
export interface ColumnError {
|
|
53
|
+
|
|
54
|
+
ColumnName?: string;
|
|
55
|
+
|
|
56
|
+
Error?: ErrorDetail;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace ColumnError {
|
|
59
|
+
|
|
60
|
+
const filterSensitiveLog: (obj: ColumnError) => any;
|
|
61
|
+
}
|
|
62
|
+
export interface GetColumnStatisticsForPartitionResponse {
|
|
63
|
+
|
|
64
|
+
ColumnStatisticsList?: ColumnStatistics[];
|
|
65
|
+
|
|
66
|
+
Errors?: ColumnError[];
|
|
67
|
+
}
|
|
68
|
+
export declare namespace GetColumnStatisticsForPartitionResponse {
|
|
69
|
+
|
|
70
|
+
const filterSensitiveLog: (obj: GetColumnStatisticsForPartitionResponse) => any;
|
|
71
|
+
}
|
|
72
|
+
export interface GetColumnStatisticsForTableRequest {
|
|
73
|
+
|
|
74
|
+
CatalogId?: string;
|
|
75
|
+
|
|
76
|
+
DatabaseName: string | undefined;
|
|
77
|
+
|
|
78
|
+
TableName: string | undefined;
|
|
79
|
+
|
|
80
|
+
ColumnNames: string[] | undefined;
|
|
81
|
+
}
|
|
82
|
+
export declare namespace GetColumnStatisticsForTableRequest {
|
|
83
|
+
|
|
84
|
+
const filterSensitiveLog: (obj: GetColumnStatisticsForTableRequest) => any;
|
|
85
|
+
}
|
|
86
|
+
export interface GetColumnStatisticsForTableResponse {
|
|
87
|
+
|
|
88
|
+
ColumnStatisticsList?: ColumnStatistics[];
|
|
89
|
+
|
|
90
|
+
Errors?: ColumnError[];
|
|
91
|
+
}
|
|
92
|
+
export declare namespace GetColumnStatisticsForTableResponse {
|
|
93
|
+
|
|
94
|
+
const filterSensitiveLog: (obj: GetColumnStatisticsForTableResponse) => any;
|
|
95
|
+
}
|
|
4
96
|
export interface GetConnectionRequest {
|
|
5
97
|
|
|
6
98
|
CatalogId?: string;
|
|
@@ -166,6 +258,22 @@ export declare namespace GetCrawlersResponse {
|
|
|
166
258
|
|
|
167
259
|
const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
|
|
168
260
|
}
|
|
261
|
+
export interface GetCustomEntityTypeRequest {
|
|
262
|
+
Name: string | undefined;
|
|
263
|
+
}
|
|
264
|
+
export declare namespace GetCustomEntityTypeRequest {
|
|
265
|
+
|
|
266
|
+
const filterSensitiveLog: (obj: GetCustomEntityTypeRequest) => any;
|
|
267
|
+
}
|
|
268
|
+
export interface GetCustomEntityTypeResponse {
|
|
269
|
+
Name?: string;
|
|
270
|
+
RegexString?: string;
|
|
271
|
+
ContextWords?: string[];
|
|
272
|
+
}
|
|
273
|
+
export declare namespace GetCustomEntityTypeResponse {
|
|
274
|
+
|
|
275
|
+
const filterSensitiveLog: (obj: GetCustomEntityTypeResponse) => any;
|
|
276
|
+
}
|
|
169
277
|
export interface GetDatabaseRequest {
|
|
170
278
|
|
|
171
279
|
CatalogId?: string;
|
|
@@ -2014,6 +2122,22 @@ export declare namespace ListCrawlersResponse {
|
|
|
2014
2122
|
|
|
2015
2123
|
const filterSensitiveLog: (obj: ListCrawlersResponse) => any;
|
|
2016
2124
|
}
|
|
2125
|
+
export interface ListCustomEntityTypesRequest {
|
|
2126
|
+
NextToken?: string;
|
|
2127
|
+
MaxResults?: number;
|
|
2128
|
+
}
|
|
2129
|
+
export declare namespace ListCustomEntityTypesRequest {
|
|
2130
|
+
|
|
2131
|
+
const filterSensitiveLog: (obj: ListCustomEntityTypesRequest) => any;
|
|
2132
|
+
}
|
|
2133
|
+
export interface ListCustomEntityTypesResponse {
|
|
2134
|
+
CustomEntityTypes?: CustomEntityType[];
|
|
2135
|
+
NextToken?: string;
|
|
2136
|
+
}
|
|
2137
|
+
export declare namespace ListCustomEntityTypesResponse {
|
|
2138
|
+
|
|
2139
|
+
const filterSensitiveLog: (obj: ListCustomEntityTypesResponse) => any;
|
|
2140
|
+
}
|
|
2017
2141
|
export interface ListDevEndpointsRequest {
|
|
2018
2142
|
|
|
2019
2143
|
NextToken?: string;
|
|
@@ -1,4 +1,140 @@
|
|
|
1
|
-
import { Action, EventBatchingCondition, Predicate, Trigger, UserDefinedFunctionInput } from "./models_0";
|
|
1
|
+
import { Action, Compatibility, EventBatchingCondition, PartitionInput, Predicate, RegistryId, SchemaId, TableInput, TransformParameters, Trigger, UserDefinedFunctionInput, WorkerType } from "./models_0";
|
|
2
|
+
import { SchemaVersionNumber } from "./models_1";
|
|
3
|
+
export interface UpdateJobResponse {
|
|
4
|
+
|
|
5
|
+
JobName?: string;
|
|
6
|
+
}
|
|
7
|
+
export declare namespace UpdateJobResponse {
|
|
8
|
+
|
|
9
|
+
const filterSensitiveLog: (obj: UpdateJobResponse) => any;
|
|
10
|
+
}
|
|
11
|
+
export interface UpdateMLTransformRequest {
|
|
12
|
+
|
|
13
|
+
TransformId: string | undefined;
|
|
14
|
+
|
|
15
|
+
Name?: string;
|
|
16
|
+
|
|
17
|
+
Description?: string;
|
|
18
|
+
|
|
19
|
+
Parameters?: TransformParameters;
|
|
20
|
+
|
|
21
|
+
Role?: string;
|
|
22
|
+
|
|
23
|
+
GlueVersion?: string;
|
|
24
|
+
|
|
25
|
+
MaxCapacity?: number;
|
|
26
|
+
|
|
27
|
+
WorkerType?: WorkerType | string;
|
|
28
|
+
|
|
29
|
+
NumberOfWorkers?: number;
|
|
30
|
+
|
|
31
|
+
Timeout?: number;
|
|
32
|
+
|
|
33
|
+
MaxRetries?: number;
|
|
34
|
+
}
|
|
35
|
+
export declare namespace UpdateMLTransformRequest {
|
|
36
|
+
|
|
37
|
+
const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
|
|
38
|
+
}
|
|
39
|
+
export interface UpdateMLTransformResponse {
|
|
40
|
+
|
|
41
|
+
TransformId?: string;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace UpdateMLTransformResponse {
|
|
44
|
+
|
|
45
|
+
const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
|
|
46
|
+
}
|
|
47
|
+
export interface UpdatePartitionRequest {
|
|
48
|
+
|
|
49
|
+
CatalogId?: string;
|
|
50
|
+
|
|
51
|
+
DatabaseName: string | undefined;
|
|
52
|
+
|
|
53
|
+
TableName: string | undefined;
|
|
54
|
+
|
|
55
|
+
PartitionValueList: string[] | undefined;
|
|
56
|
+
|
|
57
|
+
PartitionInput: PartitionInput | undefined;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace UpdatePartitionRequest {
|
|
60
|
+
|
|
61
|
+
const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
|
|
62
|
+
}
|
|
63
|
+
export interface UpdatePartitionResponse {
|
|
64
|
+
}
|
|
65
|
+
export declare namespace UpdatePartitionResponse {
|
|
66
|
+
|
|
67
|
+
const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
|
|
68
|
+
}
|
|
69
|
+
export interface UpdateRegistryInput {
|
|
70
|
+
|
|
71
|
+
RegistryId: RegistryId | undefined;
|
|
72
|
+
|
|
73
|
+
Description: string | undefined;
|
|
74
|
+
}
|
|
75
|
+
export declare namespace UpdateRegistryInput {
|
|
76
|
+
|
|
77
|
+
const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
|
|
78
|
+
}
|
|
79
|
+
export interface UpdateRegistryResponse {
|
|
80
|
+
|
|
81
|
+
RegistryName?: string;
|
|
82
|
+
|
|
83
|
+
RegistryArn?: string;
|
|
84
|
+
}
|
|
85
|
+
export declare namespace UpdateRegistryResponse {
|
|
86
|
+
|
|
87
|
+
const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
|
|
88
|
+
}
|
|
89
|
+
export interface UpdateSchemaInput {
|
|
90
|
+
|
|
91
|
+
SchemaId: SchemaId | undefined;
|
|
92
|
+
|
|
93
|
+
SchemaVersionNumber?: SchemaVersionNumber;
|
|
94
|
+
|
|
95
|
+
Compatibility?: Compatibility | string;
|
|
96
|
+
|
|
97
|
+
Description?: string;
|
|
98
|
+
}
|
|
99
|
+
export declare namespace UpdateSchemaInput {
|
|
100
|
+
|
|
101
|
+
const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
|
|
102
|
+
}
|
|
103
|
+
export interface UpdateSchemaResponse {
|
|
104
|
+
|
|
105
|
+
SchemaArn?: string;
|
|
106
|
+
|
|
107
|
+
SchemaName?: string;
|
|
108
|
+
|
|
109
|
+
RegistryName?: string;
|
|
110
|
+
}
|
|
111
|
+
export declare namespace UpdateSchemaResponse {
|
|
112
|
+
|
|
113
|
+
const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
|
|
114
|
+
}
|
|
115
|
+
export interface UpdateTableRequest {
|
|
116
|
+
|
|
117
|
+
CatalogId?: string;
|
|
118
|
+
|
|
119
|
+
DatabaseName: string | undefined;
|
|
120
|
+
|
|
121
|
+
TableInput: TableInput | undefined;
|
|
122
|
+
|
|
123
|
+
SkipArchive?: boolean;
|
|
124
|
+
|
|
125
|
+
TransactionId?: string;
|
|
126
|
+
VersionId?: string;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace UpdateTableRequest {
|
|
129
|
+
|
|
130
|
+
const filterSensitiveLog: (obj: UpdateTableRequest) => any;
|
|
131
|
+
}
|
|
132
|
+
export interface UpdateTableResponse {
|
|
133
|
+
}
|
|
134
|
+
export declare namespace UpdateTableResponse {
|
|
135
|
+
|
|
136
|
+
const filterSensitiveLog: (obj: UpdateTableResponse) => any;
|
|
137
|
+
}
|
|
2
138
|
|
|
3
139
|
export interface TriggerUpdate {
|
|
4
140
|
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { ListCustomEntityTypesCommandInput, ListCustomEntityTypesCommandOutput } from "../commands/ListCustomEntityTypesCommand";
|
|
3
|
+
import { GluePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateListCustomEntityTypes(config: GluePaginationConfiguration, input: ListCustomEntityTypesCommandInput, ...additionalArguments: any): Paginator<ListCustomEntityTypesCommandOutput>;
|
|
@@ -22,6 +22,7 @@ export * from "./GetUserDefinedFunctionsPaginator";
|
|
|
22
22
|
export * from "./GetWorkflowRunsPaginator";
|
|
23
23
|
export * from "./ListBlueprintsPaginator";
|
|
24
24
|
export * from "./ListCrawlersPaginator";
|
|
25
|
+
export * from "./ListCustomEntityTypesPaginator";
|
|
25
26
|
export * from "./ListDevEndpointsPaginator";
|
|
26
27
|
export * from "./ListJobsPaginator";
|
|
27
28
|
export * from "./ListMLTransformsPaginator";
|