@aws-sdk/client-glue 3.71.0 → 3.75.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +27 -0
- package/dist-cjs/Glue.js +75 -0
- package/dist-cjs/commands/BatchGetCustomEntityTypesCommand.js +36 -0
- package/dist-cjs/commands/CreateCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/DeleteCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
- package/dist-cjs/commands/GetColumnStatisticsForTableCommand.js +3 -3
- package/dist-cjs/commands/GetCustomEntityTypeCommand.js +36 -0
- package/dist-cjs/commands/ListCustomEntityTypesCommand.js +36 -0
- package/dist-cjs/commands/UpdateJobCommand.js +2 -1
- package/dist-cjs/commands/UpdateMLTransformCommand.js +3 -3
- package/dist-cjs/commands/UpdatePartitionCommand.js +3 -3
- package/dist-cjs/commands/UpdateRegistryCommand.js +3 -3
- package/dist-cjs/commands/UpdateSchemaCommand.js +3 -3
- package/dist-cjs/commands/UpdateTableCommand.js +3 -3
- package/dist-cjs/commands/index.js +5 -0
- package/dist-cjs/models/models_0.js +61 -65
- package/dist-cjs/models/models_1.js +76 -72
- package/dist-cjs/models/models_2.js +67 -1
- package/dist-cjs/pagination/ListCustomEntityTypesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +421 -8
- package/dist-es/Glue.js +75 -0
- package/dist-es/commands/BatchGetCustomEntityTypesCommand.js +39 -0
- package/dist-es/commands/CreateCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/DeleteCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/GetColumnStatisticsForPartitionCommand.js +2 -1
- package/dist-es/commands/GetColumnStatisticsForTableCommand.js +1 -1
- package/dist-es/commands/GetCustomEntityTypeCommand.js +39 -0
- package/dist-es/commands/ListCustomEntityTypesCommand.js +39 -0
- package/dist-es/commands/UpdateJobCommand.js +2 -1
- package/dist-es/commands/UpdateMLTransformCommand.js +1 -1
- package/dist-es/commands/UpdatePartitionCommand.js +1 -1
- package/dist-es/commands/UpdateRegistryCommand.js +1 -1
- package/dist-es/commands/UpdateSchemaCommand.js +1 -1
- package/dist-es/commands/UpdateTableCommand.js +1 -1
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +41 -47
- package/dist-es/models/models_1.js +50 -44
- package/dist-es/models/models_2.js +44 -0
- package/dist-es/pagination/ListCustomEntityTypesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +493 -0
- package/dist-types/Glue.d.ts +20 -0
- package/dist-types/GlueClient.d.ts +7 -2
- package/dist-types/commands/BatchGetCustomEntityTypesCommand.d.ts +18 -0
- package/dist-types/commands/CreateCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/DeleteCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/commands/GetCustomEntityTypeCommand.d.ts +18 -0
- package/dist-types/commands/ListCustomEntityTypesCommand.d.ts +18 -0
- package/dist-types/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +83 -170
- package/dist-types/models/models_1.d.ts +196 -261
- package/dist-types/models/models_2.d.ts +262 -1
- package/dist-types/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +15 -0
- package/dist-types/ts3.4/Glue.d.ts +20 -0
- package/dist-types/ts3.4/GlueClient.d.ts +7 -2
- package/dist-types/ts3.4/commands/BatchGetCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/CreateCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/DeleteCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsForTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetCustomEntityTypeCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/ListCustomEntityTypesCommand.d.ts +16 -0
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateMLTransformCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRegistryCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTableCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -0
- package/dist-types/ts3.4/models/models_1.d.ts +125 -1
- package/dist-types/ts3.4/models/models_2.d.ts +137 -1
- package/dist-types/ts3.4/pagination/ListCustomEntityTypesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +15 -0
- package/package.json +11 -11
|
@@ -1,6 +1,161 @@
|
|
|
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
|
+
* <p>Contains the individual types of column statistics data. Only one data object should be set and indicated by the <code>Type</code> attribute.</p>
|
|
15
|
+
*/
|
|
16
|
+
export interface ColumnStatisticsData {
|
|
17
|
+
/**
|
|
18
|
+
* <p>The type of column statistics data.</p>
|
|
19
|
+
*/
|
|
20
|
+
Type: ColumnStatisticsType | string | undefined;
|
|
21
|
+
/**
|
|
22
|
+
* <p>Boolean column statistics data.</p>
|
|
23
|
+
*/
|
|
24
|
+
BooleanColumnStatisticsData?: BooleanColumnStatisticsData;
|
|
25
|
+
/**
|
|
26
|
+
* <p>Date column statistics data.</p>
|
|
27
|
+
*/
|
|
28
|
+
DateColumnStatisticsData?: DateColumnStatisticsData;
|
|
29
|
+
/**
|
|
30
|
+
* <p>Decimal column statistics data.</p>
|
|
31
|
+
*/
|
|
32
|
+
DecimalColumnStatisticsData?: DecimalColumnStatisticsData;
|
|
33
|
+
/**
|
|
34
|
+
* <p>Double column statistics data.</p>
|
|
35
|
+
*/
|
|
36
|
+
DoubleColumnStatisticsData?: DoubleColumnStatisticsData;
|
|
37
|
+
/**
|
|
38
|
+
* <p>Long column statistics data.</p>
|
|
39
|
+
*/
|
|
40
|
+
LongColumnStatisticsData?: LongColumnStatisticsData;
|
|
41
|
+
/**
|
|
42
|
+
* <p>String column statistics data.</p>
|
|
43
|
+
*/
|
|
44
|
+
StringColumnStatisticsData?: StringColumnStatisticsData;
|
|
45
|
+
/**
|
|
46
|
+
* <p>Binary column statistics data.</p>
|
|
47
|
+
*/
|
|
48
|
+
BinaryColumnStatisticsData?: BinaryColumnStatisticsData;
|
|
49
|
+
}
|
|
50
|
+
export declare namespace ColumnStatisticsData {
|
|
51
|
+
/**
|
|
52
|
+
* @internal
|
|
53
|
+
*/
|
|
54
|
+
const filterSensitiveLog: (obj: ColumnStatisticsData) => any;
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* <p>Represents the generated column-level statistics for a table or partition.</p>
|
|
58
|
+
*/
|
|
59
|
+
export interface ColumnStatistics {
|
|
60
|
+
/**
|
|
61
|
+
* <p>Name of column which statistics belong to.</p>
|
|
62
|
+
*/
|
|
63
|
+
ColumnName: string | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* <p>The data type of the column.</p>
|
|
66
|
+
*/
|
|
67
|
+
ColumnType: string | undefined;
|
|
68
|
+
/**
|
|
69
|
+
* <p>The timestamp of when column statistics were generated.</p>
|
|
70
|
+
*/
|
|
71
|
+
AnalyzedTime: Date | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>A <code>ColumnStatisticData</code> object that contains the statistics data values.</p>
|
|
74
|
+
*/
|
|
75
|
+
StatisticsData: ColumnStatisticsData | undefined;
|
|
76
|
+
}
|
|
77
|
+
export declare namespace ColumnStatistics {
|
|
78
|
+
/**
|
|
79
|
+
* @internal
|
|
80
|
+
*/
|
|
81
|
+
const filterSensitiveLog: (obj: ColumnStatistics) => any;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* <p>Encapsulates a column name that failed and the reason for failure.</p>
|
|
85
|
+
*/
|
|
86
|
+
export interface ColumnError {
|
|
87
|
+
/**
|
|
88
|
+
* <p>The name of the column that failed.</p>
|
|
89
|
+
*/
|
|
90
|
+
ColumnName?: string;
|
|
91
|
+
/**
|
|
92
|
+
* <p>An error message with the reason for the failure of an operation.</p>
|
|
93
|
+
*/
|
|
94
|
+
Error?: ErrorDetail;
|
|
95
|
+
}
|
|
96
|
+
export declare namespace ColumnError {
|
|
97
|
+
/**
|
|
98
|
+
* @internal
|
|
99
|
+
*/
|
|
100
|
+
const filterSensitiveLog: (obj: ColumnError) => any;
|
|
101
|
+
}
|
|
102
|
+
export interface GetColumnStatisticsForPartitionResponse {
|
|
103
|
+
/**
|
|
104
|
+
* <p>List of ColumnStatistics that failed to be retrieved.</p>
|
|
105
|
+
*/
|
|
106
|
+
ColumnStatisticsList?: ColumnStatistics[];
|
|
107
|
+
/**
|
|
108
|
+
* <p>Error occurred during retrieving column statistics data.</p>
|
|
109
|
+
*/
|
|
110
|
+
Errors?: ColumnError[];
|
|
111
|
+
}
|
|
112
|
+
export declare namespace GetColumnStatisticsForPartitionResponse {
|
|
113
|
+
/**
|
|
114
|
+
* @internal
|
|
115
|
+
*/
|
|
116
|
+
const filterSensitiveLog: (obj: GetColumnStatisticsForPartitionResponse) => any;
|
|
117
|
+
}
|
|
118
|
+
export interface GetColumnStatisticsForTableRequest {
|
|
119
|
+
/**
|
|
120
|
+
* <p>The ID of the Data Catalog where the partitions in question reside.
|
|
121
|
+
* If none is supplied, the Amazon Web Services account ID is used by default.</p>
|
|
122
|
+
*/
|
|
123
|
+
CatalogId?: string;
|
|
124
|
+
/**
|
|
125
|
+
* <p>The name of the catalog database where the partitions reside.</p>
|
|
126
|
+
*/
|
|
127
|
+
DatabaseName: string | undefined;
|
|
128
|
+
/**
|
|
129
|
+
* <p>The name of the partitions' table.</p>
|
|
130
|
+
*/
|
|
131
|
+
TableName: string | undefined;
|
|
132
|
+
/**
|
|
133
|
+
* <p>A list of the column names.</p>
|
|
134
|
+
*/
|
|
135
|
+
ColumnNames: string[] | undefined;
|
|
136
|
+
}
|
|
137
|
+
export declare namespace GetColumnStatisticsForTableRequest {
|
|
138
|
+
/**
|
|
139
|
+
* @internal
|
|
140
|
+
*/
|
|
141
|
+
const filterSensitiveLog: (obj: GetColumnStatisticsForTableRequest) => any;
|
|
142
|
+
}
|
|
143
|
+
export interface GetColumnStatisticsForTableResponse {
|
|
144
|
+
/**
|
|
145
|
+
* <p>List of ColumnStatistics that failed to be retrieved.</p>
|
|
146
|
+
*/
|
|
147
|
+
ColumnStatisticsList?: ColumnStatistics[];
|
|
148
|
+
/**
|
|
149
|
+
* <p>List of ColumnStatistics that failed to be retrieved.</p>
|
|
150
|
+
*/
|
|
151
|
+
Errors?: ColumnError[];
|
|
152
|
+
}
|
|
153
|
+
export declare namespace GetColumnStatisticsForTableResponse {
|
|
154
|
+
/**
|
|
155
|
+
* @internal
|
|
156
|
+
*/
|
|
157
|
+
const filterSensitiveLog: (obj: GetColumnStatisticsForTableResponse) => any;
|
|
158
|
+
}
|
|
4
159
|
export interface GetConnectionRequest {
|
|
5
160
|
/**
|
|
6
161
|
* <p>The ID of the Data Catalog in which the connection resides. If none is provided, the Amazon Web Services
|
|
@@ -427,6 +582,26 @@ export declare namespace GetCrawlersResponse {
|
|
|
427
582
|
*/
|
|
428
583
|
const filterSensitiveLog: (obj: GetCrawlersResponse) => any;
|
|
429
584
|
}
|
|
585
|
+
export interface GetCustomEntityTypeRequest {
|
|
586
|
+
Name: string | undefined;
|
|
587
|
+
}
|
|
588
|
+
export declare namespace GetCustomEntityTypeRequest {
|
|
589
|
+
/**
|
|
590
|
+
* @internal
|
|
591
|
+
*/
|
|
592
|
+
const filterSensitiveLog: (obj: GetCustomEntityTypeRequest) => any;
|
|
593
|
+
}
|
|
594
|
+
export interface GetCustomEntityTypeResponse {
|
|
595
|
+
Name?: string;
|
|
596
|
+
RegexString?: string;
|
|
597
|
+
ContextWords?: string[];
|
|
598
|
+
}
|
|
599
|
+
export declare namespace GetCustomEntityTypeResponse {
|
|
600
|
+
/**
|
|
601
|
+
* @internal
|
|
602
|
+
*/
|
|
603
|
+
const filterSensitiveLog: (obj: GetCustomEntityTypeResponse) => any;
|
|
604
|
+
}
|
|
430
605
|
export interface GetDatabaseRequest {
|
|
431
606
|
/**
|
|
432
607
|
* <p>The ID of the Data Catalog in which the database resides. If none is provided, the Amazon Web Services
|
|
@@ -3886,6 +4061,26 @@ export declare namespace ListCrawlersResponse {
|
|
|
3886
4061
|
*/
|
|
3887
4062
|
const filterSensitiveLog: (obj: ListCrawlersResponse) => any;
|
|
3888
4063
|
}
|
|
4064
|
+
export interface ListCustomEntityTypesRequest {
|
|
4065
|
+
NextToken?: string;
|
|
4066
|
+
MaxResults?: number;
|
|
4067
|
+
}
|
|
4068
|
+
export declare namespace ListCustomEntityTypesRequest {
|
|
4069
|
+
/**
|
|
4070
|
+
* @internal
|
|
4071
|
+
*/
|
|
4072
|
+
const filterSensitiveLog: (obj: ListCustomEntityTypesRequest) => any;
|
|
4073
|
+
}
|
|
4074
|
+
export interface ListCustomEntityTypesResponse {
|
|
4075
|
+
CustomEntityTypes?: CustomEntityType[];
|
|
4076
|
+
NextToken?: string;
|
|
4077
|
+
}
|
|
4078
|
+
export declare namespace ListCustomEntityTypesResponse {
|
|
4079
|
+
/**
|
|
4080
|
+
* @internal
|
|
4081
|
+
*/
|
|
4082
|
+
const filterSensitiveLog: (obj: ListCustomEntityTypesResponse) => any;
|
|
4083
|
+
}
|
|
3889
4084
|
export interface ListDevEndpointsRequest {
|
|
3890
4085
|
/**
|
|
3891
4086
|
* <p>A continuation token, if this is a continuation request.</p>
|
|
@@ -6353,263 +6548,3 @@ export declare namespace UpdateJobRequest {
|
|
|
6353
6548
|
*/
|
|
6354
6549
|
const filterSensitiveLog: (obj: UpdateJobRequest) => any;
|
|
6355
6550
|
}
|
|
6356
|
-
export interface UpdateJobResponse {
|
|
6357
|
-
/**
|
|
6358
|
-
* <p>Returns the name of the updated job definition.</p>
|
|
6359
|
-
*/
|
|
6360
|
-
JobName?: string;
|
|
6361
|
-
}
|
|
6362
|
-
export declare namespace UpdateJobResponse {
|
|
6363
|
-
/**
|
|
6364
|
-
* @internal
|
|
6365
|
-
*/
|
|
6366
|
-
const filterSensitiveLog: (obj: UpdateJobResponse) => any;
|
|
6367
|
-
}
|
|
6368
|
-
export interface UpdateMLTransformRequest {
|
|
6369
|
-
/**
|
|
6370
|
-
* <p>A unique identifier that was generated when the transform was created.</p>
|
|
6371
|
-
*/
|
|
6372
|
-
TransformId: string | undefined;
|
|
6373
|
-
/**
|
|
6374
|
-
* <p>The unique name that you gave the transform when you created it.</p>
|
|
6375
|
-
*/
|
|
6376
|
-
Name?: string;
|
|
6377
|
-
/**
|
|
6378
|
-
* <p>A description of the transform. The default is an empty string.</p>
|
|
6379
|
-
*/
|
|
6380
|
-
Description?: string;
|
|
6381
|
-
/**
|
|
6382
|
-
* <p>The configuration parameters that are specific to the transform type (algorithm) used.
|
|
6383
|
-
* Conditionally dependent on the transform type.</p>
|
|
6384
|
-
*/
|
|
6385
|
-
Parameters?: TransformParameters;
|
|
6386
|
-
/**
|
|
6387
|
-
* <p>The name or Amazon Resource Name (ARN) of the IAM role with the required
|
|
6388
|
-
* permissions.</p>
|
|
6389
|
-
*/
|
|
6390
|
-
Role?: string;
|
|
6391
|
-
/**
|
|
6392
|
-
* <p>This value determines which version of Glue this machine learning transform is compatible with. Glue 1.0 is recommended for most customers. If the value is not set, the Glue compatibility defaults to Glue 0.9. For more information, see <a href="https://docs.aws.amazon.com/glue/latest/dg/release-notes.html#release-notes-versions">Glue Versions</a> in the developer guide.</p>
|
|
6393
|
-
*/
|
|
6394
|
-
GlueVersion?: string;
|
|
6395
|
-
/**
|
|
6396
|
-
* <p>The number of Glue data processing units (DPUs) that are allocated to task runs for this transform. You can allocate from 2 to 100 DPUs; the default is 10. A DPU is a relative measure of
|
|
6397
|
-
* processing power that consists of 4 vCPUs of compute capacity and 16 GB of memory. For more
|
|
6398
|
-
* information, see the <a href="https://aws.amazon.com/glue/pricing/">Glue pricing
|
|
6399
|
-
* page</a>. </p>
|
|
6400
|
-
*
|
|
6401
|
-
* <p>When the <code>WorkerType</code> field is set to a value other than <code>Standard</code>, the <code>MaxCapacity</code> field is set automatically and becomes read-only.</p>
|
|
6402
|
-
*/
|
|
6403
|
-
MaxCapacity?: number;
|
|
6404
|
-
/**
|
|
6405
|
-
* <p>The type of predefined worker that is allocated when this task runs. Accepts a value of Standard, G.1X, or G.2X.</p>
|
|
6406
|
-
* <ul>
|
|
6407
|
-
* <li>
|
|
6408
|
-
* <p>For the <code>Standard</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 50GB disk, and 2 executors per worker.</p>
|
|
6409
|
-
* </li>
|
|
6410
|
-
* <li>
|
|
6411
|
-
* <p>For the <code>G.1X</code> worker type, each worker provides 4 vCPU, 16 GB of memory and a 64GB disk, and 1 executor per worker.</p>
|
|
6412
|
-
* </li>
|
|
6413
|
-
* <li>
|
|
6414
|
-
* <p>For the <code>G.2X</code> worker type, each worker provides 8 vCPU, 32 GB of memory and a 128GB disk, and 1 executor per worker.</p>
|
|
6415
|
-
* </li>
|
|
6416
|
-
* </ul>
|
|
6417
|
-
*/
|
|
6418
|
-
WorkerType?: WorkerType | string;
|
|
6419
|
-
/**
|
|
6420
|
-
* <p>The number of workers of a defined <code>workerType</code> that are allocated when this task runs.</p>
|
|
6421
|
-
*/
|
|
6422
|
-
NumberOfWorkers?: number;
|
|
6423
|
-
/**
|
|
6424
|
-
* <p>The timeout for a task run for this transform in minutes. This is the maximum time that a task run for this transform can consume resources before it is terminated and enters <code>TIMEOUT</code> status. The default is 2,880 minutes (48 hours).</p>
|
|
6425
|
-
*/
|
|
6426
|
-
Timeout?: number;
|
|
6427
|
-
/**
|
|
6428
|
-
* <p>The maximum number of times to retry a task for this transform after a task run fails.</p>
|
|
6429
|
-
*/
|
|
6430
|
-
MaxRetries?: number;
|
|
6431
|
-
}
|
|
6432
|
-
export declare namespace UpdateMLTransformRequest {
|
|
6433
|
-
/**
|
|
6434
|
-
* @internal
|
|
6435
|
-
*/
|
|
6436
|
-
const filterSensitiveLog: (obj: UpdateMLTransformRequest) => any;
|
|
6437
|
-
}
|
|
6438
|
-
export interface UpdateMLTransformResponse {
|
|
6439
|
-
/**
|
|
6440
|
-
* <p>The unique identifier for the transform that was updated.</p>
|
|
6441
|
-
*/
|
|
6442
|
-
TransformId?: string;
|
|
6443
|
-
}
|
|
6444
|
-
export declare namespace UpdateMLTransformResponse {
|
|
6445
|
-
/**
|
|
6446
|
-
* @internal
|
|
6447
|
-
*/
|
|
6448
|
-
const filterSensitiveLog: (obj: UpdateMLTransformResponse) => any;
|
|
6449
|
-
}
|
|
6450
|
-
export interface UpdatePartitionRequest {
|
|
6451
|
-
/**
|
|
6452
|
-
* <p>The ID of the Data Catalog where the partition to be updated resides. If none is provided,
|
|
6453
|
-
* the Amazon Web Services account ID is used by default.</p>
|
|
6454
|
-
*/
|
|
6455
|
-
CatalogId?: string;
|
|
6456
|
-
/**
|
|
6457
|
-
* <p>The name of the catalog database in which the table in question
|
|
6458
|
-
* resides.</p>
|
|
6459
|
-
*/
|
|
6460
|
-
DatabaseName: string | undefined;
|
|
6461
|
-
/**
|
|
6462
|
-
* <p>The name of the table in which the partition to be updated is located.</p>
|
|
6463
|
-
*/
|
|
6464
|
-
TableName: string | undefined;
|
|
6465
|
-
/**
|
|
6466
|
-
* <p>List of partition key values that define the partition to update.</p>
|
|
6467
|
-
*/
|
|
6468
|
-
PartitionValueList: string[] | undefined;
|
|
6469
|
-
/**
|
|
6470
|
-
* <p>The new partition object to update the partition to.</p>
|
|
6471
|
-
*
|
|
6472
|
-
* <p>The <code>Values</code> property can't be changed. If you want to change the partition key values for a partition, delete and recreate the partition.</p>
|
|
6473
|
-
*/
|
|
6474
|
-
PartitionInput: PartitionInput | undefined;
|
|
6475
|
-
}
|
|
6476
|
-
export declare namespace UpdatePartitionRequest {
|
|
6477
|
-
/**
|
|
6478
|
-
* @internal
|
|
6479
|
-
*/
|
|
6480
|
-
const filterSensitiveLog: (obj: UpdatePartitionRequest) => any;
|
|
6481
|
-
}
|
|
6482
|
-
export interface UpdatePartitionResponse {
|
|
6483
|
-
}
|
|
6484
|
-
export declare namespace UpdatePartitionResponse {
|
|
6485
|
-
/**
|
|
6486
|
-
* @internal
|
|
6487
|
-
*/
|
|
6488
|
-
const filterSensitiveLog: (obj: UpdatePartitionResponse) => any;
|
|
6489
|
-
}
|
|
6490
|
-
export interface UpdateRegistryInput {
|
|
6491
|
-
/**
|
|
6492
|
-
* <p>This is a wrapper structure that may contain the registry name and Amazon Resource Name (ARN).</p>
|
|
6493
|
-
*/
|
|
6494
|
-
RegistryId: RegistryId | undefined;
|
|
6495
|
-
/**
|
|
6496
|
-
* <p>A description of the registry. If description is not provided, this field will not be updated.</p>
|
|
6497
|
-
*/
|
|
6498
|
-
Description: string | undefined;
|
|
6499
|
-
}
|
|
6500
|
-
export declare namespace UpdateRegistryInput {
|
|
6501
|
-
/**
|
|
6502
|
-
* @internal
|
|
6503
|
-
*/
|
|
6504
|
-
const filterSensitiveLog: (obj: UpdateRegistryInput) => any;
|
|
6505
|
-
}
|
|
6506
|
-
export interface UpdateRegistryResponse {
|
|
6507
|
-
/**
|
|
6508
|
-
* <p>The name of the updated registry.</p>
|
|
6509
|
-
*/
|
|
6510
|
-
RegistryName?: string;
|
|
6511
|
-
/**
|
|
6512
|
-
* <p>The Amazon Resource name (ARN) of the updated registry.</p>
|
|
6513
|
-
*/
|
|
6514
|
-
RegistryArn?: string;
|
|
6515
|
-
}
|
|
6516
|
-
export declare namespace UpdateRegistryResponse {
|
|
6517
|
-
/**
|
|
6518
|
-
* @internal
|
|
6519
|
-
*/
|
|
6520
|
-
const filterSensitiveLog: (obj: UpdateRegistryResponse) => any;
|
|
6521
|
-
}
|
|
6522
|
-
export interface UpdateSchemaInput {
|
|
6523
|
-
/**
|
|
6524
|
-
* <p>This is a wrapper structure to contain schema identity fields. The structure contains:</p>
|
|
6525
|
-
* <ul>
|
|
6526
|
-
* <li>
|
|
6527
|
-
* <p>SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
|
|
6528
|
-
* </li>
|
|
6529
|
-
* <li>
|
|
6530
|
-
* <p>SchemaId$SchemaName: The name of the schema. One of <code>SchemaArn</code> or <code>SchemaName</code> has to be provided.</p>
|
|
6531
|
-
* </li>
|
|
6532
|
-
* </ul>
|
|
6533
|
-
*/
|
|
6534
|
-
SchemaId: SchemaId | undefined;
|
|
6535
|
-
/**
|
|
6536
|
-
* <p>Version number required for check pointing. One of <code>VersionNumber</code> or <code>Compatibility</code> has to be provided.</p>
|
|
6537
|
-
*/
|
|
6538
|
-
SchemaVersionNumber?: SchemaVersionNumber;
|
|
6539
|
-
/**
|
|
6540
|
-
* <p>The new compatibility setting for the schema.</p>
|
|
6541
|
-
*/
|
|
6542
|
-
Compatibility?: Compatibility | string;
|
|
6543
|
-
/**
|
|
6544
|
-
* <p>The new description for the schema.</p>
|
|
6545
|
-
*/
|
|
6546
|
-
Description?: string;
|
|
6547
|
-
}
|
|
6548
|
-
export declare namespace UpdateSchemaInput {
|
|
6549
|
-
/**
|
|
6550
|
-
* @internal
|
|
6551
|
-
*/
|
|
6552
|
-
const filterSensitiveLog: (obj: UpdateSchemaInput) => any;
|
|
6553
|
-
}
|
|
6554
|
-
export interface UpdateSchemaResponse {
|
|
6555
|
-
/**
|
|
6556
|
-
* <p>The Amazon Resource Name (ARN) of the schema.</p>
|
|
6557
|
-
*/
|
|
6558
|
-
SchemaArn?: string;
|
|
6559
|
-
/**
|
|
6560
|
-
* <p>The name of the schema.</p>
|
|
6561
|
-
*/
|
|
6562
|
-
SchemaName?: string;
|
|
6563
|
-
/**
|
|
6564
|
-
* <p>The name of the registry that contains the schema.</p>
|
|
6565
|
-
*/
|
|
6566
|
-
RegistryName?: string;
|
|
6567
|
-
}
|
|
6568
|
-
export declare namespace UpdateSchemaResponse {
|
|
6569
|
-
/**
|
|
6570
|
-
* @internal
|
|
6571
|
-
*/
|
|
6572
|
-
const filterSensitiveLog: (obj: UpdateSchemaResponse) => any;
|
|
6573
|
-
}
|
|
6574
|
-
export interface UpdateTableRequest {
|
|
6575
|
-
/**
|
|
6576
|
-
* <p>The ID of the Data Catalog where the table resides. If none is provided, the Amazon Web Services account
|
|
6577
|
-
* ID is used by default.</p>
|
|
6578
|
-
*/
|
|
6579
|
-
CatalogId?: string;
|
|
6580
|
-
/**
|
|
6581
|
-
* <p>The name of the catalog database in which the table resides. For Hive
|
|
6582
|
-
* compatibility, this name is entirely lowercase.</p>
|
|
6583
|
-
*/
|
|
6584
|
-
DatabaseName: string | undefined;
|
|
6585
|
-
/**
|
|
6586
|
-
* <p>An updated <code>TableInput</code> object to define the metadata table
|
|
6587
|
-
* in the catalog.</p>
|
|
6588
|
-
*/
|
|
6589
|
-
TableInput: TableInput | undefined;
|
|
6590
|
-
/**
|
|
6591
|
-
* <p>By default, <code>UpdateTable</code> always creates an archived version of the table
|
|
6592
|
-
* before updating it. However, if <code>skipArchive</code> is set to true,
|
|
6593
|
-
* <code>UpdateTable</code> does not create the archived version.</p>
|
|
6594
|
-
*/
|
|
6595
|
-
SkipArchive?: boolean;
|
|
6596
|
-
/**
|
|
6597
|
-
* <p>The transaction ID at which to update the table contents. </p>
|
|
6598
|
-
*/
|
|
6599
|
-
TransactionId?: string;
|
|
6600
|
-
VersionId?: string;
|
|
6601
|
-
}
|
|
6602
|
-
export declare namespace UpdateTableRequest {
|
|
6603
|
-
/**
|
|
6604
|
-
* @internal
|
|
6605
|
-
*/
|
|
6606
|
-
const filterSensitiveLog: (obj: UpdateTableRequest) => any;
|
|
6607
|
-
}
|
|
6608
|
-
export interface UpdateTableResponse {
|
|
6609
|
-
}
|
|
6610
|
-
export declare namespace UpdateTableResponse {
|
|
6611
|
-
/**
|
|
6612
|
-
* @internal
|
|
6613
|
-
*/
|
|
6614
|
-
const filterSensitiveLog: (obj: UpdateTableResponse) => any;
|
|
6615
|
-
}
|