@aws-sdk/client-glue 3.624.0 → 3.627.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/README.md +48 -0
- package/dist-cjs/index.js +525 -36
- package/dist-es/Glue.js +12 -0
- package/dist-es/commands/BatchGetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/BatchGetJobsCommand.js +1 -1
- package/dist-es/commands/BatchPutDataQualityStatisticAnnotationCommand.js +24 -0
- package/dist-es/commands/CreateJobCommand.js +1 -1
- package/dist-es/commands/GetDataQualityModelCommand.js +24 -0
- package/dist-es/commands/GetDataQualityModelResultCommand.js +24 -0
- package/dist-es/commands/GetDataQualityResultCommand.js +2 -1
- package/dist-es/commands/GetJobCommand.js +1 -1
- package/dist-es/commands/GetJobsCommand.js +1 -1
- package/dist-es/commands/ListDataQualityStatisticAnnotationsCommand.js +24 -0
- package/dist-es/commands/ListDataQualityStatisticsCommand.js +25 -0
- package/dist-es/commands/PutDataQualityProfileAnnotationCommand.js +24 -0
- package/dist-es/commands/UpdateJobCommand.js +1 -1
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +35 -10
- package/dist-es/models/models_1.js +32 -13
- package/dist-es/models/models_2.js +33 -24
- package/dist-es/models/models_3.js +29 -0
- package/dist-es/protocols/Aws_json1_1.js +272 -0
- package/dist-types/Glue.d.ts +44 -0
- package/dist-types/GlueClient.d.ts +8 -2
- package/dist-types/commands/BatchGetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/BatchGetJobsCommand.d.ts +6 -5
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +85 -0
- package/dist-types/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -5
- package/dist-types/commands/GetConnectionCommand.d.ts +1 -1
- package/dist-types/commands/GetConnectionsCommand.d.ts +2 -2
- package/dist-types/commands/GetDataQualityModelCommand.d.ts +76 -0
- package/dist-types/commands/GetDataQualityModelResultCommand.d.ts +83 -0
- package/dist-types/commands/GetDataQualityResultCommand.d.ts +3 -0
- package/dist-types/commands/GetDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/GetDataQualityRulesetCommand.d.ts +1 -0
- package/dist-types/commands/GetJobCommand.d.ts +6 -5
- package/dist-types/commands/GetJobsCommand.d.ts +6 -5
- package/dist-types/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/commands/GetTableCommand.d.ts +144 -1
- package/dist-types/commands/GetTableVersionCommand.d.ts +143 -1
- package/dist-types/commands/GetTableVersionsCommand.d.ts +143 -1
- package/dist-types/commands/GetTablesCommand.d.ts +144 -1
- package/dist-types/commands/GetUnfilteredTableMetadataCommand.d.ts +143 -1
- package/dist-types/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +84 -0
- package/dist-types/commands/ListDataQualityStatisticsCommand.d.ts +103 -0
- package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +68 -0
- package/dist-types/commands/SearchTablesCommand.d.ts +144 -1
- package/dist-types/commands/StartDataQualityRuleRecommendationRunCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +7 -5
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +151 -152
- package/dist-types/models/models_1.d.ts +339 -420
- package/dist-types/models/models_2.d.ts +3516 -4266
- package/dist-types/models/models_3.d.ts +1549 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +54 -0
- package/dist-types/ts3.4/Glue.d.ts +116 -0
- package/dist-types/ts3.4/GlueClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/BatchGetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateBlueprintCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetDataQualityModelCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetDataQualityModelResultCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetMLTransformsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPartitionIndexesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetTableCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetTableVersionCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTableVersionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetUnfilteredTableMetadataCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListDataQualityStatisticAnnotationsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListDataQualityStatisticsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/SearchTablesCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +52 -45
- package/dist-types/ts3.4/models/models_1.d.ts +92 -92
- package/dist-types/ts3.4/models/models_2.d.ts +181 -334
- package/dist-types/ts3.4/models/models_3.d.ts +362 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +72 -0
- package/package.json +1 -1
|
@@ -0,0 +1,362 @@
|
|
|
1
|
+
import {
|
|
2
|
+
Aggregate,
|
|
3
|
+
AmazonRedshiftSource,
|
|
4
|
+
AmazonRedshiftTarget,
|
|
5
|
+
AthenaConnectorSource,
|
|
6
|
+
BasicCatalogTarget,
|
|
7
|
+
CatalogDeltaSource,
|
|
8
|
+
CatalogHudiSource,
|
|
9
|
+
CatalogKafkaSource,
|
|
10
|
+
CatalogKinesisSource,
|
|
11
|
+
CatalogSource,
|
|
12
|
+
Column,
|
|
13
|
+
ConnectionsList,
|
|
14
|
+
ConnectorDataSource,
|
|
15
|
+
ConnectorDataTarget,
|
|
16
|
+
CustomCode,
|
|
17
|
+
DirectJDBCSource,
|
|
18
|
+
DirectKafkaSource,
|
|
19
|
+
DirectKinesisSource,
|
|
20
|
+
DropDuplicates,
|
|
21
|
+
DropFields,
|
|
22
|
+
DropNullFields,
|
|
23
|
+
DynamicTransform,
|
|
24
|
+
DynamoDBCatalogSource,
|
|
25
|
+
ErrorDetail,
|
|
26
|
+
EvaluateDataQuality,
|
|
27
|
+
EvaluateDataQualityMultiFrame,
|
|
28
|
+
ExecutionClass,
|
|
29
|
+
ExecutionProperty,
|
|
30
|
+
FillMissingValues,
|
|
31
|
+
Filter,
|
|
32
|
+
GovernedCatalogSource,
|
|
33
|
+
GovernedCatalogTarget,
|
|
34
|
+
JDBCConnectorSource,
|
|
35
|
+
JDBCConnectorTarget,
|
|
36
|
+
JobCommand,
|
|
37
|
+
JobMode,
|
|
38
|
+
Join,
|
|
39
|
+
Merge,
|
|
40
|
+
MicrosoftSQLServerCatalogSource,
|
|
41
|
+
MicrosoftSQLServerCatalogTarget,
|
|
42
|
+
MySQLCatalogSource,
|
|
43
|
+
MySQLCatalogTarget,
|
|
44
|
+
NotificationProperty,
|
|
45
|
+
OracleSQLCatalogSource,
|
|
46
|
+
OracleSQLCatalogTarget,
|
|
47
|
+
PIIDetection,
|
|
48
|
+
PostgreSQLCatalogSource,
|
|
49
|
+
PostgreSQLCatalogTarget,
|
|
50
|
+
Recipe,
|
|
51
|
+
RedshiftSource,
|
|
52
|
+
RedshiftTarget,
|
|
53
|
+
RelationalCatalogSource,
|
|
54
|
+
RenameField,
|
|
55
|
+
S3CatalogDeltaSource,
|
|
56
|
+
S3CatalogHudiSource,
|
|
57
|
+
S3CatalogSource,
|
|
58
|
+
S3CatalogTarget,
|
|
59
|
+
S3CsvSource,
|
|
60
|
+
S3DeltaCatalogTarget,
|
|
61
|
+
S3DeltaDirectTarget,
|
|
62
|
+
S3DeltaSource,
|
|
63
|
+
S3DirectTarget,
|
|
64
|
+
S3GlueParquetTarget,
|
|
65
|
+
S3HudiCatalogTarget,
|
|
66
|
+
S3HudiDirectTarget,
|
|
67
|
+
S3HudiSource,
|
|
68
|
+
S3JsonSource,
|
|
69
|
+
S3ParquetSource,
|
|
70
|
+
SelectFields,
|
|
71
|
+
SelectFromCollection,
|
|
72
|
+
SnowflakeSource,
|
|
73
|
+
SnowflakeTarget,
|
|
74
|
+
SourceControlDetails,
|
|
75
|
+
SparkConnectorSource,
|
|
76
|
+
SparkConnectorTarget,
|
|
77
|
+
SparkSQL,
|
|
78
|
+
Spigot,
|
|
79
|
+
SplitFields,
|
|
80
|
+
StorageDescriptor,
|
|
81
|
+
Union,
|
|
82
|
+
WorkerType,
|
|
83
|
+
} from "./models_0";
|
|
84
|
+
import { Permission, TableIdentifier } from "./models_1";
|
|
85
|
+
import {
|
|
86
|
+
ColumnRowFilter,
|
|
87
|
+
FederatedTable,
|
|
88
|
+
ResourceAction,
|
|
89
|
+
ResourceState,
|
|
90
|
+
ViewDefinition,
|
|
91
|
+
ViewValidation,
|
|
92
|
+
} from "./models_2";
|
|
93
|
+
export interface Mapping {
|
|
94
|
+
ToKey?: string;
|
|
95
|
+
FromPath?: string[];
|
|
96
|
+
FromType?: string;
|
|
97
|
+
ToType?: string;
|
|
98
|
+
Dropped?: boolean;
|
|
99
|
+
Children?: Mapping[];
|
|
100
|
+
}
|
|
101
|
+
export interface ApplyMapping {
|
|
102
|
+
Name: string | undefined;
|
|
103
|
+
Inputs: string[] | undefined;
|
|
104
|
+
Mapping: Mapping[] | undefined;
|
|
105
|
+
}
|
|
106
|
+
export interface StatusDetails {
|
|
107
|
+
RequestedChange?: Table;
|
|
108
|
+
ViewValidations?: ViewValidation[];
|
|
109
|
+
}
|
|
110
|
+
export interface Table {
|
|
111
|
+
Name: string | undefined;
|
|
112
|
+
DatabaseName?: string;
|
|
113
|
+
Description?: string;
|
|
114
|
+
Owner?: string;
|
|
115
|
+
CreateTime?: Date;
|
|
116
|
+
UpdateTime?: Date;
|
|
117
|
+
LastAccessTime?: Date;
|
|
118
|
+
LastAnalyzedTime?: Date;
|
|
119
|
+
Retention?: number;
|
|
120
|
+
StorageDescriptor?: StorageDescriptor;
|
|
121
|
+
PartitionKeys?: Column[];
|
|
122
|
+
ViewOriginalText?: string;
|
|
123
|
+
ViewExpandedText?: string;
|
|
124
|
+
TableType?: string;
|
|
125
|
+
Parameters?: Record<string, string>;
|
|
126
|
+
CreatedBy?: string;
|
|
127
|
+
IsRegisteredWithLakeFormation?: boolean;
|
|
128
|
+
TargetTable?: TableIdentifier;
|
|
129
|
+
CatalogId?: string;
|
|
130
|
+
VersionId?: string;
|
|
131
|
+
FederatedTable?: FederatedTable;
|
|
132
|
+
ViewDefinition?: ViewDefinition;
|
|
133
|
+
IsMultiDialectView?: boolean;
|
|
134
|
+
Status?: TableStatus;
|
|
135
|
+
}
|
|
136
|
+
export interface TableStatus {
|
|
137
|
+
RequestedBy?: string;
|
|
138
|
+
UpdatedBy?: string;
|
|
139
|
+
RequestTime?: Date;
|
|
140
|
+
UpdateTime?: Date;
|
|
141
|
+
Action?: ResourceAction;
|
|
142
|
+
State?: ResourceState;
|
|
143
|
+
Error?: ErrorDetail;
|
|
144
|
+
Details?: StatusDetails;
|
|
145
|
+
}
|
|
146
|
+
export interface CodeGenConfigurationNode {
|
|
147
|
+
AthenaConnectorSource?: AthenaConnectorSource;
|
|
148
|
+
JDBCConnectorSource?: JDBCConnectorSource;
|
|
149
|
+
SparkConnectorSource?: SparkConnectorSource;
|
|
150
|
+
CatalogSource?: CatalogSource;
|
|
151
|
+
RedshiftSource?: RedshiftSource;
|
|
152
|
+
S3CatalogSource?: S3CatalogSource;
|
|
153
|
+
S3CsvSource?: S3CsvSource;
|
|
154
|
+
S3JsonSource?: S3JsonSource;
|
|
155
|
+
S3ParquetSource?: S3ParquetSource;
|
|
156
|
+
RelationalCatalogSource?: RelationalCatalogSource;
|
|
157
|
+
DynamoDBCatalogSource?: DynamoDBCatalogSource;
|
|
158
|
+
JDBCConnectorTarget?: JDBCConnectorTarget;
|
|
159
|
+
SparkConnectorTarget?: SparkConnectorTarget;
|
|
160
|
+
CatalogTarget?: BasicCatalogTarget;
|
|
161
|
+
RedshiftTarget?: RedshiftTarget;
|
|
162
|
+
S3CatalogTarget?: S3CatalogTarget;
|
|
163
|
+
S3GlueParquetTarget?: S3GlueParquetTarget;
|
|
164
|
+
S3DirectTarget?: S3DirectTarget;
|
|
165
|
+
ApplyMapping?: ApplyMapping;
|
|
166
|
+
SelectFields?: SelectFields;
|
|
167
|
+
DropFields?: DropFields;
|
|
168
|
+
RenameField?: RenameField;
|
|
169
|
+
Spigot?: Spigot;
|
|
170
|
+
Join?: Join;
|
|
171
|
+
SplitFields?: SplitFields;
|
|
172
|
+
SelectFromCollection?: SelectFromCollection;
|
|
173
|
+
FillMissingValues?: FillMissingValues;
|
|
174
|
+
Filter?: Filter;
|
|
175
|
+
CustomCode?: CustomCode;
|
|
176
|
+
SparkSQL?: SparkSQL;
|
|
177
|
+
DirectKinesisSource?: DirectKinesisSource;
|
|
178
|
+
DirectKafkaSource?: DirectKafkaSource;
|
|
179
|
+
CatalogKinesisSource?: CatalogKinesisSource;
|
|
180
|
+
CatalogKafkaSource?: CatalogKafkaSource;
|
|
181
|
+
DropNullFields?: DropNullFields;
|
|
182
|
+
Merge?: Merge;
|
|
183
|
+
Union?: Union;
|
|
184
|
+
PIIDetection?: PIIDetection;
|
|
185
|
+
Aggregate?: Aggregate;
|
|
186
|
+
DropDuplicates?: DropDuplicates;
|
|
187
|
+
GovernedCatalogTarget?: GovernedCatalogTarget;
|
|
188
|
+
GovernedCatalogSource?: GovernedCatalogSource;
|
|
189
|
+
MicrosoftSQLServerCatalogSource?: MicrosoftSQLServerCatalogSource;
|
|
190
|
+
MySQLCatalogSource?: MySQLCatalogSource;
|
|
191
|
+
OracleSQLCatalogSource?: OracleSQLCatalogSource;
|
|
192
|
+
PostgreSQLCatalogSource?: PostgreSQLCatalogSource;
|
|
193
|
+
MicrosoftSQLServerCatalogTarget?: MicrosoftSQLServerCatalogTarget;
|
|
194
|
+
MySQLCatalogTarget?: MySQLCatalogTarget;
|
|
195
|
+
OracleSQLCatalogTarget?: OracleSQLCatalogTarget;
|
|
196
|
+
PostgreSQLCatalogTarget?: PostgreSQLCatalogTarget;
|
|
197
|
+
DynamicTransform?: DynamicTransform;
|
|
198
|
+
EvaluateDataQuality?: EvaluateDataQuality;
|
|
199
|
+
S3CatalogHudiSource?: S3CatalogHudiSource;
|
|
200
|
+
CatalogHudiSource?: CatalogHudiSource;
|
|
201
|
+
S3HudiSource?: S3HudiSource;
|
|
202
|
+
S3HudiCatalogTarget?: S3HudiCatalogTarget;
|
|
203
|
+
S3HudiDirectTarget?: S3HudiDirectTarget;
|
|
204
|
+
DirectJDBCSource?: DirectJDBCSource;
|
|
205
|
+
S3CatalogDeltaSource?: S3CatalogDeltaSource;
|
|
206
|
+
CatalogDeltaSource?: CatalogDeltaSource;
|
|
207
|
+
S3DeltaSource?: S3DeltaSource;
|
|
208
|
+
S3DeltaCatalogTarget?: S3DeltaCatalogTarget;
|
|
209
|
+
S3DeltaDirectTarget?: S3DeltaDirectTarget;
|
|
210
|
+
AmazonRedshiftSource?: AmazonRedshiftSource;
|
|
211
|
+
AmazonRedshiftTarget?: AmazonRedshiftTarget;
|
|
212
|
+
EvaluateDataQualityMultiFrame?: EvaluateDataQualityMultiFrame;
|
|
213
|
+
Recipe?: Recipe;
|
|
214
|
+
SnowflakeSource?: SnowflakeSource;
|
|
215
|
+
SnowflakeTarget?: SnowflakeTarget;
|
|
216
|
+
ConnectorDataSource?: ConnectorDataSource;
|
|
217
|
+
ConnectorDataTarget?: ConnectorDataTarget;
|
|
218
|
+
}
|
|
219
|
+
export interface GetTableResponse {
|
|
220
|
+
Table?: Table;
|
|
221
|
+
}
|
|
222
|
+
export interface GetUnfilteredTableMetadataResponse {
|
|
223
|
+
Table?: Table;
|
|
224
|
+
AuthorizedColumns?: string[];
|
|
225
|
+
IsRegisteredWithLakeFormation?: boolean;
|
|
226
|
+
CellFilters?: ColumnRowFilter[];
|
|
227
|
+
QueryAuthorizationId?: string;
|
|
228
|
+
IsMultiDialectView?: boolean;
|
|
229
|
+
ResourceArn?: string;
|
|
230
|
+
IsProtected?: boolean;
|
|
231
|
+
Permissions?: Permission[];
|
|
232
|
+
RowFilter?: string;
|
|
233
|
+
}
|
|
234
|
+
export interface TableVersion {
|
|
235
|
+
Table?: Table;
|
|
236
|
+
VersionId?: string;
|
|
237
|
+
}
|
|
238
|
+
export interface GetTablesResponse {
|
|
239
|
+
TableList?: Table[];
|
|
240
|
+
NextToken?: string;
|
|
241
|
+
}
|
|
242
|
+
export interface GetTableVersionResponse {
|
|
243
|
+
TableVersion?: TableVersion;
|
|
244
|
+
}
|
|
245
|
+
export interface SearchTablesResponse {
|
|
246
|
+
NextToken?: string;
|
|
247
|
+
TableList?: Table[];
|
|
248
|
+
}
|
|
249
|
+
export interface CreateJobRequest {
|
|
250
|
+
Name: string | undefined;
|
|
251
|
+
JobMode?: JobMode;
|
|
252
|
+
Description?: string;
|
|
253
|
+
LogUri?: string;
|
|
254
|
+
Role: string | undefined;
|
|
255
|
+
ExecutionProperty?: ExecutionProperty;
|
|
256
|
+
Command: JobCommand | undefined;
|
|
257
|
+
DefaultArguments?: Record<string, string>;
|
|
258
|
+
NonOverridableArguments?: Record<string, string>;
|
|
259
|
+
Connections?: ConnectionsList;
|
|
260
|
+
MaxRetries?: number;
|
|
261
|
+
AllocatedCapacity?: number;
|
|
262
|
+
Timeout?: number;
|
|
263
|
+
MaxCapacity?: number;
|
|
264
|
+
SecurityConfiguration?: string;
|
|
265
|
+
Tags?: Record<string, string>;
|
|
266
|
+
NotificationProperty?: NotificationProperty;
|
|
267
|
+
GlueVersion?: string;
|
|
268
|
+
NumberOfWorkers?: number;
|
|
269
|
+
WorkerType?: WorkerType;
|
|
270
|
+
CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
|
|
271
|
+
ExecutionClass?: ExecutionClass;
|
|
272
|
+
SourceControlDetails?: SourceControlDetails;
|
|
273
|
+
MaintenanceWindow?: string;
|
|
274
|
+
}
|
|
275
|
+
export interface GetTableVersionsResponse {
|
|
276
|
+
TableVersions?: TableVersion[];
|
|
277
|
+
NextToken?: string;
|
|
278
|
+
}
|
|
279
|
+
export interface Job {
|
|
280
|
+
Name?: string;
|
|
281
|
+
JobMode?: JobMode;
|
|
282
|
+
Description?: string;
|
|
283
|
+
LogUri?: string;
|
|
284
|
+
Role?: string;
|
|
285
|
+
CreatedOn?: Date;
|
|
286
|
+
LastModifiedOn?: Date;
|
|
287
|
+
ExecutionProperty?: ExecutionProperty;
|
|
288
|
+
Command?: JobCommand;
|
|
289
|
+
DefaultArguments?: Record<string, string>;
|
|
290
|
+
NonOverridableArguments?: Record<string, string>;
|
|
291
|
+
Connections?: ConnectionsList;
|
|
292
|
+
MaxRetries?: number;
|
|
293
|
+
AllocatedCapacity?: number;
|
|
294
|
+
Timeout?: number;
|
|
295
|
+
MaxCapacity?: number;
|
|
296
|
+
WorkerType?: WorkerType;
|
|
297
|
+
NumberOfWorkers?: number;
|
|
298
|
+
SecurityConfiguration?: string;
|
|
299
|
+
NotificationProperty?: NotificationProperty;
|
|
300
|
+
GlueVersion?: string;
|
|
301
|
+
CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
|
|
302
|
+
ExecutionClass?: ExecutionClass;
|
|
303
|
+
SourceControlDetails?: SourceControlDetails;
|
|
304
|
+
MaintenanceWindow?: string;
|
|
305
|
+
ProfileName?: string;
|
|
306
|
+
}
|
|
307
|
+
export interface JobUpdate {
|
|
308
|
+
JobMode?: JobMode;
|
|
309
|
+
Description?: string;
|
|
310
|
+
LogUri?: string;
|
|
311
|
+
Role?: string;
|
|
312
|
+
ExecutionProperty?: ExecutionProperty;
|
|
313
|
+
Command?: JobCommand;
|
|
314
|
+
DefaultArguments?: Record<string, string>;
|
|
315
|
+
NonOverridableArguments?: Record<string, string>;
|
|
316
|
+
Connections?: ConnectionsList;
|
|
317
|
+
MaxRetries?: number;
|
|
318
|
+
AllocatedCapacity?: number;
|
|
319
|
+
Timeout?: number;
|
|
320
|
+
MaxCapacity?: number;
|
|
321
|
+
WorkerType?: WorkerType;
|
|
322
|
+
NumberOfWorkers?: number;
|
|
323
|
+
SecurityConfiguration?: string;
|
|
324
|
+
NotificationProperty?: NotificationProperty;
|
|
325
|
+
GlueVersion?: string;
|
|
326
|
+
CodeGenConfigurationNodes?: Record<string, CodeGenConfigurationNode>;
|
|
327
|
+
ExecutionClass?: ExecutionClass;
|
|
328
|
+
SourceControlDetails?: SourceControlDetails;
|
|
329
|
+
MaintenanceWindow?: string;
|
|
330
|
+
}
|
|
331
|
+
export interface GetJobResponse {
|
|
332
|
+
Job?: Job;
|
|
333
|
+
}
|
|
334
|
+
export interface UpdateJobRequest {
|
|
335
|
+
JobName: string | undefined;
|
|
336
|
+
JobUpdate: JobUpdate | undefined;
|
|
337
|
+
}
|
|
338
|
+
export interface BatchGetJobsResponse {
|
|
339
|
+
Jobs?: Job[];
|
|
340
|
+
JobsNotFound?: string[];
|
|
341
|
+
}
|
|
342
|
+
export interface GetJobsResponse {
|
|
343
|
+
Jobs?: Job[];
|
|
344
|
+
NextToken?: string;
|
|
345
|
+
}
|
|
346
|
+
export declare const CreateJobRequestFilterSensitiveLog: (
|
|
347
|
+
obj: CreateJobRequest
|
|
348
|
+
) => any;
|
|
349
|
+
export declare const JobFilterSensitiveLog: (obj: Job) => any;
|
|
350
|
+
export declare const JobUpdateFilterSensitiveLog: (obj: JobUpdate) => any;
|
|
351
|
+
export declare const GetJobResponseFilterSensitiveLog: (
|
|
352
|
+
obj: GetJobResponse
|
|
353
|
+
) => any;
|
|
354
|
+
export declare const UpdateJobRequestFilterSensitiveLog: (
|
|
355
|
+
obj: UpdateJobRequest
|
|
356
|
+
) => any;
|
|
357
|
+
export declare const BatchGetJobsResponseFilterSensitiveLog: (
|
|
358
|
+
obj: BatchGetJobsResponse
|
|
359
|
+
) => any;
|
|
360
|
+
export declare const GetJobsResponseFilterSensitiveLog: (
|
|
361
|
+
obj: GetJobsResponse
|
|
362
|
+
) => any;
|
|
@@ -63,6 +63,10 @@ import {
|
|
|
63
63
|
BatchGetWorkflowsCommandInput,
|
|
64
64
|
BatchGetWorkflowsCommandOutput,
|
|
65
65
|
} from "../commands/BatchGetWorkflowsCommand";
|
|
66
|
+
import {
|
|
67
|
+
BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
68
|
+
BatchPutDataQualityStatisticAnnotationCommandOutput,
|
|
69
|
+
} from "../commands/BatchPutDataQualityStatisticAnnotationCommand";
|
|
66
70
|
import {
|
|
67
71
|
BatchStopJobRunCommandInput,
|
|
68
72
|
BatchStopJobRunCommandOutput,
|
|
@@ -371,6 +375,14 @@ import {
|
|
|
371
375
|
GetDataflowGraphCommandInput,
|
|
372
376
|
GetDataflowGraphCommandOutput,
|
|
373
377
|
} from "../commands/GetDataflowGraphCommand";
|
|
378
|
+
import {
|
|
379
|
+
GetDataQualityModelCommandInput,
|
|
380
|
+
GetDataQualityModelCommandOutput,
|
|
381
|
+
} from "../commands/GetDataQualityModelCommand";
|
|
382
|
+
import {
|
|
383
|
+
GetDataQualityModelResultCommandInput,
|
|
384
|
+
GetDataQualityModelResultCommandOutput,
|
|
385
|
+
} from "../commands/GetDataQualityModelResultCommand";
|
|
374
386
|
import {
|
|
375
387
|
GetDataQualityResultCommandInput,
|
|
376
388
|
GetDataQualityResultCommandOutput,
|
|
@@ -607,6 +619,14 @@ import {
|
|
|
607
619
|
ListDataQualityRulesetsCommandInput,
|
|
608
620
|
ListDataQualityRulesetsCommandOutput,
|
|
609
621
|
} from "../commands/ListDataQualityRulesetsCommand";
|
|
622
|
+
import {
|
|
623
|
+
ListDataQualityStatisticAnnotationsCommandInput,
|
|
624
|
+
ListDataQualityStatisticAnnotationsCommandOutput,
|
|
625
|
+
} from "../commands/ListDataQualityStatisticAnnotationsCommand";
|
|
626
|
+
import {
|
|
627
|
+
ListDataQualityStatisticsCommandInput,
|
|
628
|
+
ListDataQualityStatisticsCommandOutput,
|
|
629
|
+
} from "../commands/ListDataQualityStatisticsCommand";
|
|
610
630
|
import {
|
|
611
631
|
ListDevEndpointsCommandInput,
|
|
612
632
|
ListDevEndpointsCommandOutput,
|
|
@@ -659,6 +679,10 @@ import {
|
|
|
659
679
|
PutDataCatalogEncryptionSettingsCommandInput,
|
|
660
680
|
PutDataCatalogEncryptionSettingsCommandOutput,
|
|
661
681
|
} from "../commands/PutDataCatalogEncryptionSettingsCommand";
|
|
682
|
+
import {
|
|
683
|
+
PutDataQualityProfileAnnotationCommandInput,
|
|
684
|
+
PutDataQualityProfileAnnotationCommandOutput,
|
|
685
|
+
} from "../commands/PutDataQualityProfileAnnotationCommand";
|
|
662
686
|
import {
|
|
663
687
|
PutResourcePolicyCommandInput,
|
|
664
688
|
PutResourcePolicyCommandOutput,
|
|
@@ -935,6 +959,10 @@ export declare const se_BatchGetWorkflowsCommand: (
|
|
|
935
959
|
input: BatchGetWorkflowsCommandInput,
|
|
936
960
|
context: __SerdeContext
|
|
937
961
|
) => Promise<__HttpRequest>;
|
|
962
|
+
export declare const se_BatchPutDataQualityStatisticAnnotationCommand: (
|
|
963
|
+
input: BatchPutDataQualityStatisticAnnotationCommandInput,
|
|
964
|
+
context: __SerdeContext
|
|
965
|
+
) => Promise<__HttpRequest>;
|
|
938
966
|
export declare const se_BatchStopJobRunCommand: (
|
|
939
967
|
input: BatchStopJobRunCommandInput,
|
|
940
968
|
context: __SerdeContext
|
|
@@ -1243,6 +1271,14 @@ export declare const se_GetDataflowGraphCommand: (
|
|
|
1243
1271
|
input: GetDataflowGraphCommandInput,
|
|
1244
1272
|
context: __SerdeContext
|
|
1245
1273
|
) => Promise<__HttpRequest>;
|
|
1274
|
+
export declare const se_GetDataQualityModelCommand: (
|
|
1275
|
+
input: GetDataQualityModelCommandInput,
|
|
1276
|
+
context: __SerdeContext
|
|
1277
|
+
) => Promise<__HttpRequest>;
|
|
1278
|
+
export declare const se_GetDataQualityModelResultCommand: (
|
|
1279
|
+
input: GetDataQualityModelResultCommandInput,
|
|
1280
|
+
context: __SerdeContext
|
|
1281
|
+
) => Promise<__HttpRequest>;
|
|
1246
1282
|
export declare const se_GetDataQualityResultCommand: (
|
|
1247
1283
|
input: GetDataQualityResultCommandInput,
|
|
1248
1284
|
context: __SerdeContext
|
|
@@ -1479,6 +1515,14 @@ export declare const se_ListDataQualityRulesetsCommand: (
|
|
|
1479
1515
|
input: ListDataQualityRulesetsCommandInput,
|
|
1480
1516
|
context: __SerdeContext
|
|
1481
1517
|
) => Promise<__HttpRequest>;
|
|
1518
|
+
export declare const se_ListDataQualityStatisticAnnotationsCommand: (
|
|
1519
|
+
input: ListDataQualityStatisticAnnotationsCommandInput,
|
|
1520
|
+
context: __SerdeContext
|
|
1521
|
+
) => Promise<__HttpRequest>;
|
|
1522
|
+
export declare const se_ListDataQualityStatisticsCommand: (
|
|
1523
|
+
input: ListDataQualityStatisticsCommandInput,
|
|
1524
|
+
context: __SerdeContext
|
|
1525
|
+
) => Promise<__HttpRequest>;
|
|
1482
1526
|
export declare const se_ListDevEndpointsCommand: (
|
|
1483
1527
|
input: ListDevEndpointsCommandInput,
|
|
1484
1528
|
context: __SerdeContext
|
|
@@ -1531,6 +1575,10 @@ export declare const se_PutDataCatalogEncryptionSettingsCommand: (
|
|
|
1531
1575
|
input: PutDataCatalogEncryptionSettingsCommandInput,
|
|
1532
1576
|
context: __SerdeContext
|
|
1533
1577
|
) => Promise<__HttpRequest>;
|
|
1578
|
+
export declare const se_PutDataQualityProfileAnnotationCommand: (
|
|
1579
|
+
input: PutDataQualityProfileAnnotationCommandInput,
|
|
1580
|
+
context: __SerdeContext
|
|
1581
|
+
) => Promise<__HttpRequest>;
|
|
1534
1582
|
export declare const se_PutResourcePolicyCommand: (
|
|
1535
1583
|
input: PutResourcePolicyCommandInput,
|
|
1536
1584
|
context: __SerdeContext
|
|
@@ -1807,6 +1855,10 @@ export declare const de_BatchGetWorkflowsCommand: (
|
|
|
1807
1855
|
output: __HttpResponse,
|
|
1808
1856
|
context: __SerdeContext
|
|
1809
1857
|
) => Promise<BatchGetWorkflowsCommandOutput>;
|
|
1858
|
+
export declare const de_BatchPutDataQualityStatisticAnnotationCommand: (
|
|
1859
|
+
output: __HttpResponse,
|
|
1860
|
+
context: __SerdeContext
|
|
1861
|
+
) => Promise<BatchPutDataQualityStatisticAnnotationCommandOutput>;
|
|
1810
1862
|
export declare const de_BatchStopJobRunCommand: (
|
|
1811
1863
|
output: __HttpResponse,
|
|
1812
1864
|
context: __SerdeContext
|
|
@@ -2115,6 +2167,14 @@ export declare const de_GetDataflowGraphCommand: (
|
|
|
2115
2167
|
output: __HttpResponse,
|
|
2116
2168
|
context: __SerdeContext
|
|
2117
2169
|
) => Promise<GetDataflowGraphCommandOutput>;
|
|
2170
|
+
export declare const de_GetDataQualityModelCommand: (
|
|
2171
|
+
output: __HttpResponse,
|
|
2172
|
+
context: __SerdeContext
|
|
2173
|
+
) => Promise<GetDataQualityModelCommandOutput>;
|
|
2174
|
+
export declare const de_GetDataQualityModelResultCommand: (
|
|
2175
|
+
output: __HttpResponse,
|
|
2176
|
+
context: __SerdeContext
|
|
2177
|
+
) => Promise<GetDataQualityModelResultCommandOutput>;
|
|
2118
2178
|
export declare const de_GetDataQualityResultCommand: (
|
|
2119
2179
|
output: __HttpResponse,
|
|
2120
2180
|
context: __SerdeContext
|
|
@@ -2351,6 +2411,14 @@ export declare const de_ListDataQualityRulesetsCommand: (
|
|
|
2351
2411
|
output: __HttpResponse,
|
|
2352
2412
|
context: __SerdeContext
|
|
2353
2413
|
) => Promise<ListDataQualityRulesetsCommandOutput>;
|
|
2414
|
+
export declare const de_ListDataQualityStatisticAnnotationsCommand: (
|
|
2415
|
+
output: __HttpResponse,
|
|
2416
|
+
context: __SerdeContext
|
|
2417
|
+
) => Promise<ListDataQualityStatisticAnnotationsCommandOutput>;
|
|
2418
|
+
export declare const de_ListDataQualityStatisticsCommand: (
|
|
2419
|
+
output: __HttpResponse,
|
|
2420
|
+
context: __SerdeContext
|
|
2421
|
+
) => Promise<ListDataQualityStatisticsCommandOutput>;
|
|
2354
2422
|
export declare const de_ListDevEndpointsCommand: (
|
|
2355
2423
|
output: __HttpResponse,
|
|
2356
2424
|
context: __SerdeContext
|
|
@@ -2403,6 +2471,10 @@ export declare const de_PutDataCatalogEncryptionSettingsCommand: (
|
|
|
2403
2471
|
output: __HttpResponse,
|
|
2404
2472
|
context: __SerdeContext
|
|
2405
2473
|
) => Promise<PutDataCatalogEncryptionSettingsCommandOutput>;
|
|
2474
|
+
export declare const de_PutDataQualityProfileAnnotationCommand: (
|
|
2475
|
+
output: __HttpResponse,
|
|
2476
|
+
context: __SerdeContext
|
|
2477
|
+
) => Promise<PutDataQualityProfileAnnotationCommandOutput>;
|
|
2406
2478
|
export declare const de_PutResourcePolicyCommand: (
|
|
2407
2479
|
output: __HttpResponse,
|
|
2408
2480
|
context: __SerdeContext
|
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.627.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-glue",
|