@aws-sdk/client-glue 3.810.0 → 3.814.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/dist-cjs/index.js +52 -28
- package/dist-es/models/models_0.js +14 -0
- package/dist-es/models/models_2.js +0 -28
- package/dist-es/models/models_3.js +28 -0
- package/dist-es/protocols/Aws_json1_1.js +8 -2
- package/dist-types/commands/BatchGetJobsCommand.d.ts +70 -27
- package/dist-types/commands/BatchGetWorkflowsCommand.d.ts +2 -1
- package/dist-types/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +1 -1
- package/dist-types/commands/BatchStopJobRunCommand.d.ts +1 -2
- package/dist-types/commands/CreateJobCommand.d.ts +70 -27
- package/dist-types/commands/GetColumnStatisticsTaskRunCommand.d.ts +2 -1
- package/dist-types/commands/GetColumnStatisticsTaskRunsCommand.d.ts +1 -1
- package/dist-types/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +1 -2
- package/dist-types/commands/GetJobCommand.d.ts +70 -27
- package/dist-types/commands/GetJobsCommand.d.ts +70 -27
- package/dist-types/commands/ListConnectionTypesCommand.d.ts +14 -0
- package/dist-types/commands/ResumeWorkflowRunCommand.d.ts +1 -1
- package/dist-types/commands/RunStatementCommand.d.ts +1 -1
- package/dist-types/commands/UpdateJobCommand.d.ts +70 -27
- package/dist-types/models/models_0.d.ts +208 -77
- package/dist-types/models/models_1.d.ts +78 -167
- package/dist-types/models/models_2.d.ts +222 -100
- package/dist-types/models/models_3.d.ts +115 -1
- package/dist-types/ts3.4/commands/BatchGetWorkflowsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/BatchPutDataQualityStatisticAnnotationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/BatchStopJobRunCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskRunsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetColumnStatisticsTaskSettingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/ResumeWorkflowRunCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RunStatementCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +56 -20
- package/dist-types/ts3.4/models/models_1.d.ts +23 -38
- package/dist-types/ts3.4/models/models_2.d.ts +51 -36
- package/dist-types/ts3.4/models/models_3.d.ts +42 -0
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -270,6 +270,8 @@ __export(index_exports, {
|
|
|
270
270
|
GlueRecordType: () => GlueRecordType,
|
|
271
271
|
GlueServiceException: () => GlueServiceException,
|
|
272
272
|
HudiTargetCompressionType: () => HudiTargetCompressionType,
|
|
273
|
+
HyperTargetCompressionType: () => HyperTargetCompressionType,
|
|
274
|
+
IcebergTargetCompressionType: () => IcebergTargetCompressionType,
|
|
273
275
|
IdempotentParameterMismatchException: () => IdempotentParameterMismatchException,
|
|
274
276
|
IllegalBlueprintStateException: () => IllegalBlueprintStateException,
|
|
275
277
|
IllegalSessionStateException: () => IllegalSessionStateException,
|
|
@@ -1167,12 +1169,17 @@ var TargetFormat = {
|
|
|
1167
1169
|
CSV: "csv",
|
|
1168
1170
|
DELTA: "delta",
|
|
1169
1171
|
HUDI: "hudi",
|
|
1172
|
+
HYPER: "hyper",
|
|
1173
|
+
ICEBERG: "iceberg",
|
|
1170
1174
|
JSON: "json",
|
|
1171
1175
|
ORC: "orc",
|
|
1172
|
-
PARQUET: "parquet"
|
|
1176
|
+
PARQUET: "parquet",
|
|
1177
|
+
XML: "xml"
|
|
1173
1178
|
};
|
|
1174
1179
|
var ParquetCompressionType = {
|
|
1180
|
+
BROTLI: "brotli",
|
|
1175
1181
|
GZIP: "gzip",
|
|
1182
|
+
LZ4: "lz4",
|
|
1176
1183
|
LZO: "lzo",
|
|
1177
1184
|
NONE: "none",
|
|
1178
1185
|
SNAPPY: "snappy",
|
|
@@ -1184,6 +1191,15 @@ var HudiTargetCompressionType = {
|
|
|
1184
1191
|
SNAPPY: "snappy",
|
|
1185
1192
|
UNCOMPRESSED: "uncompressed"
|
|
1186
1193
|
};
|
|
1194
|
+
var HyperTargetCompressionType = {
|
|
1195
|
+
UNCOMPRESSED: "uncompressed"
|
|
1196
|
+
};
|
|
1197
|
+
var IcebergTargetCompressionType = {
|
|
1198
|
+
GZIP: "gzip",
|
|
1199
|
+
LZO: "lzo",
|
|
1200
|
+
SNAPPY: "snappy",
|
|
1201
|
+
UNCOMPRESSED: "uncompressed"
|
|
1202
|
+
};
|
|
1187
1203
|
var UnionType = {
|
|
1188
1204
|
ALL: "ALL",
|
|
1189
1205
|
DISTINCT: "DISTINCT"
|
|
@@ -2375,6 +2391,31 @@ var ExistCondition = {
|
|
|
2375
2391
|
NONE: "NONE",
|
|
2376
2392
|
NOT_EXIST: "NOT_EXIST"
|
|
2377
2393
|
};
|
|
2394
|
+
var GetDataQualityResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2395
|
+
...obj,
|
|
2396
|
+
...obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) },
|
|
2397
|
+
...obj.AnalyzerResults && {
|
|
2398
|
+
AnalyzerResults: obj.AnalyzerResults.map((item) => DataQualityAnalyzerResultFilterSensitiveLog(item))
|
|
2399
|
+
},
|
|
2400
|
+
...obj.Observations && {
|
|
2401
|
+
Observations: obj.Observations.map((item) => DataQualityObservationFilterSensitiveLog(item))
|
|
2402
|
+
}
|
|
2403
|
+
}), "GetDataQualityResultResponseFilterSensitiveLog");
|
|
2404
|
+
var GetEntityRecordsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2405
|
+
...obj,
|
|
2406
|
+
...obj.Records && { Records: import_smithy_client.SENSITIVE_STRING }
|
|
2407
|
+
}), "GetEntityRecordsResponseFilterSensitiveLog");
|
|
2408
|
+
var StatisticSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2409
|
+
...obj,
|
|
2410
|
+
...obj.StatisticProperties && { StatisticProperties: import_smithy_client.SENSITIVE_STRING }
|
|
2411
|
+
}), "StatisticSummaryFilterSensitiveLog");
|
|
2412
|
+
var ListDataQualityStatisticsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2413
|
+
...obj,
|
|
2414
|
+
...obj.Statistics && { Statistics: obj.Statistics.map((item) => StatisticSummaryFilterSensitiveLog(item)) }
|
|
2415
|
+
}), "ListDataQualityStatisticsResponseFilterSensitiveLog");
|
|
2416
|
+
|
|
2417
|
+
// src/models/models_3.ts
|
|
2418
|
+
|
|
2378
2419
|
var ConcurrentRunsExceededException = class _ConcurrentRunsExceededException extends GlueServiceException {
|
|
2379
2420
|
static {
|
|
2380
2421
|
__name(this, "ConcurrentRunsExceededException");
|
|
@@ -2423,31 +2464,6 @@ var IllegalWorkflowStateException = class _IllegalWorkflowStateException extends
|
|
|
2423
2464
|
this.Message = opts.Message;
|
|
2424
2465
|
}
|
|
2425
2466
|
};
|
|
2426
|
-
var GetDataQualityResultResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2427
|
-
...obj,
|
|
2428
|
-
...obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) },
|
|
2429
|
-
...obj.AnalyzerResults && {
|
|
2430
|
-
AnalyzerResults: obj.AnalyzerResults.map((item) => DataQualityAnalyzerResultFilterSensitiveLog(item))
|
|
2431
|
-
},
|
|
2432
|
-
...obj.Observations && {
|
|
2433
|
-
Observations: obj.Observations.map((item) => DataQualityObservationFilterSensitiveLog(item))
|
|
2434
|
-
}
|
|
2435
|
-
}), "GetDataQualityResultResponseFilterSensitiveLog");
|
|
2436
|
-
var GetEntityRecordsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2437
|
-
...obj,
|
|
2438
|
-
...obj.Records && { Records: import_smithy_client.SENSITIVE_STRING }
|
|
2439
|
-
}), "GetEntityRecordsResponseFilterSensitiveLog");
|
|
2440
|
-
var StatisticSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2441
|
-
...obj,
|
|
2442
|
-
...obj.StatisticProperties && { StatisticProperties: import_smithy_client.SENSITIVE_STRING }
|
|
2443
|
-
}), "StatisticSummaryFilterSensitiveLog");
|
|
2444
|
-
var ListDataQualityStatisticsResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
2445
|
-
...obj,
|
|
2446
|
-
...obj.Statistics && { Statistics: obj.Statistics.map((item) => StatisticSummaryFilterSensitiveLog(item)) }
|
|
2447
|
-
}), "ListDataQualityStatisticsResponseFilterSensitiveLog");
|
|
2448
|
-
|
|
2449
|
-
// src/models/models_3.ts
|
|
2450
|
-
|
|
2451
2467
|
var Comparator = {
|
|
2452
2468
|
EQUALS: "EQUALS",
|
|
2453
2469
|
GREATER_THAN: "GREATER_THAN",
|
|
@@ -8234,10 +8250,13 @@ var se_CodeGenConfigurationNode = /* @__PURE__ */ __name((input, context) => {
|
|
|
8234
8250
|
S3DeltaDirectTarget: import_smithy_client._json,
|
|
8235
8251
|
S3DeltaSource: import_smithy_client._json,
|
|
8236
8252
|
S3DirectTarget: import_smithy_client._json,
|
|
8253
|
+
S3ExcelSource: import_smithy_client._json,
|
|
8237
8254
|
S3GlueParquetTarget: import_smithy_client._json,
|
|
8238
8255
|
S3HudiCatalogTarget: import_smithy_client._json,
|
|
8239
8256
|
S3HudiDirectTarget: import_smithy_client._json,
|
|
8240
8257
|
S3HudiSource: import_smithy_client._json,
|
|
8258
|
+
S3HyperDirectTarget: import_smithy_client._json,
|
|
8259
|
+
S3IcebergDirectTarget: import_smithy_client._json,
|
|
8241
8260
|
S3JsonSource: import_smithy_client._json,
|
|
8242
8261
|
S3ParquetSource: import_smithy_client._json,
|
|
8243
8262
|
SelectFields: import_smithy_client._json,
|
|
@@ -9221,10 +9240,13 @@ var de_CodeGenConfigurationNode = /* @__PURE__ */ __name((output, context) => {
|
|
|
9221
9240
|
S3DeltaDirectTarget: import_smithy_client._json,
|
|
9222
9241
|
S3DeltaSource: import_smithy_client._json,
|
|
9223
9242
|
S3DirectTarget: import_smithy_client._json,
|
|
9243
|
+
S3ExcelSource: import_smithy_client._json,
|
|
9224
9244
|
S3GlueParquetTarget: import_smithy_client._json,
|
|
9225
9245
|
S3HudiCatalogTarget: import_smithy_client._json,
|
|
9226
9246
|
S3HudiDirectTarget: import_smithy_client._json,
|
|
9227
9247
|
S3HudiSource: import_smithy_client._json,
|
|
9248
|
+
S3HyperDirectTarget: import_smithy_client._json,
|
|
9249
|
+
S3IcebergDirectTarget: import_smithy_client._json,
|
|
9228
9250
|
S3JsonSource: import_smithy_client._json,
|
|
9229
9251
|
S3ParquetSource: import_smithy_client._json,
|
|
9230
9252
|
SelectFields: import_smithy_client._json,
|
|
@@ -15731,6 +15753,8 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
15731
15753
|
TargetFormat,
|
|
15732
15754
|
ParquetCompressionType,
|
|
15733
15755
|
HudiTargetCompressionType,
|
|
15756
|
+
HyperTargetCompressionType,
|
|
15757
|
+
IcebergTargetCompressionType,
|
|
15734
15758
|
UnionType,
|
|
15735
15759
|
ExecutionClass,
|
|
15736
15760
|
JobMode,
|
|
@@ -15844,12 +15868,12 @@ var paginateSearchTables = (0, import_core.createPaginator)(GlueClient, SearchTa
|
|
|
15844
15868
|
StatisticEvaluationLevel,
|
|
15845
15869
|
EnableHybridValues,
|
|
15846
15870
|
ExistCondition,
|
|
15847
|
-
ConcurrentRunsExceededException,
|
|
15848
|
-
IllegalWorkflowStateException,
|
|
15849
15871
|
GetDataQualityResultResponseFilterSensitiveLog,
|
|
15850
15872
|
GetEntityRecordsResponseFilterSensitiveLog,
|
|
15851
15873
|
StatisticSummaryFilterSensitiveLog,
|
|
15852
15874
|
ListDataQualityStatisticsResponseFilterSensitiveLog,
|
|
15875
|
+
ConcurrentRunsExceededException,
|
|
15876
|
+
IllegalWorkflowStateException,
|
|
15853
15877
|
Comparator,
|
|
15854
15878
|
Sort,
|
|
15855
15879
|
IllegalBlueprintStateException,
|
|
@@ -382,12 +382,17 @@ export const TargetFormat = {
|
|
|
382
382
|
CSV: "csv",
|
|
383
383
|
DELTA: "delta",
|
|
384
384
|
HUDI: "hudi",
|
|
385
|
+
HYPER: "hyper",
|
|
386
|
+
ICEBERG: "iceberg",
|
|
385
387
|
JSON: "json",
|
|
386
388
|
ORC: "orc",
|
|
387
389
|
PARQUET: "parquet",
|
|
390
|
+
XML: "xml",
|
|
388
391
|
};
|
|
389
392
|
export const ParquetCompressionType = {
|
|
393
|
+
BROTLI: "brotli",
|
|
390
394
|
GZIP: "gzip",
|
|
395
|
+
LZ4: "lz4",
|
|
391
396
|
LZO: "lzo",
|
|
392
397
|
NONE: "none",
|
|
393
398
|
SNAPPY: "snappy",
|
|
@@ -399,6 +404,15 @@ export const HudiTargetCompressionType = {
|
|
|
399
404
|
SNAPPY: "snappy",
|
|
400
405
|
UNCOMPRESSED: "uncompressed",
|
|
401
406
|
};
|
|
407
|
+
export const HyperTargetCompressionType = {
|
|
408
|
+
UNCOMPRESSED: "uncompressed",
|
|
409
|
+
};
|
|
410
|
+
export const IcebergTargetCompressionType = {
|
|
411
|
+
GZIP: "gzip",
|
|
412
|
+
LZO: "lzo",
|
|
413
|
+
SNAPPY: "snappy",
|
|
414
|
+
UNCOMPRESSED: "uncompressed",
|
|
415
|
+
};
|
|
402
416
|
export const UnionType = {
|
|
403
417
|
ALL: "ALL",
|
|
404
418
|
DISTINCT: "DISTINCT",
|
|
@@ -157,34 +157,6 @@ export const ExistCondition = {
|
|
|
157
157
|
NONE: "NONE",
|
|
158
158
|
NOT_EXIST: "NOT_EXIST",
|
|
159
159
|
};
|
|
160
|
-
export class ConcurrentRunsExceededException extends __BaseException {
|
|
161
|
-
name = "ConcurrentRunsExceededException";
|
|
162
|
-
$fault = "client";
|
|
163
|
-
Message;
|
|
164
|
-
constructor(opts) {
|
|
165
|
-
super({
|
|
166
|
-
name: "ConcurrentRunsExceededException",
|
|
167
|
-
$fault: "client",
|
|
168
|
-
...opts,
|
|
169
|
-
});
|
|
170
|
-
Object.setPrototypeOf(this, ConcurrentRunsExceededException.prototype);
|
|
171
|
-
this.Message = opts.Message;
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
export class IllegalWorkflowStateException extends __BaseException {
|
|
175
|
-
name = "IllegalWorkflowStateException";
|
|
176
|
-
$fault = "client";
|
|
177
|
-
Message;
|
|
178
|
-
constructor(opts) {
|
|
179
|
-
super({
|
|
180
|
-
name: "IllegalWorkflowStateException",
|
|
181
|
-
$fault: "client",
|
|
182
|
-
...opts,
|
|
183
|
-
});
|
|
184
|
-
Object.setPrototypeOf(this, IllegalWorkflowStateException.prototype);
|
|
185
|
-
this.Message = opts.Message;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
160
|
export const GetDataQualityResultResponseFilterSensitiveLog = (obj) => ({
|
|
189
161
|
...obj,
|
|
190
162
|
...(obj.RuleResults && { RuleResults: obj.RuleResults.map((item) => DataQualityRuleResultFilterSensitiveLog(item)) }),
|
|
@@ -2,6 +2,34 @@ import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
|
2
2
|
import { GlueServiceException as __BaseException } from "./GlueServiceException";
|
|
3
3
|
import { AuthenticationConfigurationInputFilterSensitiveLog, } from "./models_0";
|
|
4
4
|
import { ConnectionInputFilterSensitiveLog, } from "./models_1";
|
|
5
|
+
export class ConcurrentRunsExceededException extends __BaseException {
|
|
6
|
+
name = "ConcurrentRunsExceededException";
|
|
7
|
+
$fault = "client";
|
|
8
|
+
Message;
|
|
9
|
+
constructor(opts) {
|
|
10
|
+
super({
|
|
11
|
+
name: "ConcurrentRunsExceededException",
|
|
12
|
+
$fault: "client",
|
|
13
|
+
...opts,
|
|
14
|
+
});
|
|
15
|
+
Object.setPrototypeOf(this, ConcurrentRunsExceededException.prototype);
|
|
16
|
+
this.Message = opts.Message;
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
export class IllegalWorkflowStateException extends __BaseException {
|
|
20
|
+
name = "IllegalWorkflowStateException";
|
|
21
|
+
$fault = "client";
|
|
22
|
+
Message;
|
|
23
|
+
constructor(opts) {
|
|
24
|
+
super({
|
|
25
|
+
name: "IllegalWorkflowStateException",
|
|
26
|
+
$fault: "client",
|
|
27
|
+
...opts,
|
|
28
|
+
});
|
|
29
|
+
Object.setPrototypeOf(this, IllegalWorkflowStateException.prototype);
|
|
30
|
+
this.Message = opts.Message;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
5
33
|
export const Comparator = {
|
|
6
34
|
EQUALS: "EQUALS",
|
|
7
35
|
GREATER_THAN: "GREATER_THAN",
|
|
@@ -4,8 +4,8 @@ import { _json, collectBody, decorateServiceException as __decorateServiceExcept
|
|
|
4
4
|
import { GlueServiceException as __BaseException } from "../models/GlueServiceException";
|
|
5
5
|
import { AccessDeniedException, AlreadyExistsException, EntityNotFoundException, FederationSourceException, FederationSourceRetryableException, GlueEncryptionException, InternalServiceException, InvalidInputException, InvalidStateException, OperationTimeoutException, ResourceNotReadyException, ResourceNumberLimitExceededException, ThrottlingException, } from "../models/models_0";
|
|
6
6
|
import { ColumnStatisticsTaskRunningException, ConcurrentModificationException, ConditionCheckFailureException, ConflictException, CrawlerRunningException, FederatedResourceAlreadyExistsException, IdempotentParameterMismatchException, IllegalSessionStateException, IntegrationConflictOperationFault, IntegrationNotFoundFault, IntegrationQuotaExceededFault, InternalServerException, InvalidIntegrationStateFault, KMSKeyNotAccessibleFault, OperationNotSupportedException, ResourceNotFoundException, SchedulerTransitioningException, TargetResourceNotFound, ValidationException, } from "../models/models_1";
|
|
7
|
-
import {
|
|
8
|
-
import { ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskStoppingException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, MLTransformNotReadyException, NoScheduleException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_3";
|
|
7
|
+
import { PermissionTypeMismatchException, } from "../models/models_2";
|
|
8
|
+
import { ColumnStatisticsTaskNotRunningException, ColumnStatisticsTaskStoppingException, ConcurrentRunsExceededException, CrawlerNotRunningException, CrawlerStoppingException, IllegalBlueprintStateException, IllegalWorkflowStateException, MLTransformNotReadyException, NoScheduleException, SchedulerNotRunningException, SchedulerRunningException, VersionMismatchException, } from "../models/models_3";
|
|
9
9
|
export const se_BatchCreatePartitionCommand = async (input, context) => {
|
|
10
10
|
const headers = sharedHeaders("BatchCreatePartition");
|
|
11
11
|
let body;
|
|
@@ -5491,10 +5491,13 @@ const se_CodeGenConfigurationNode = (input, context) => {
|
|
|
5491
5491
|
S3DeltaDirectTarget: _json,
|
|
5492
5492
|
S3DeltaSource: _json,
|
|
5493
5493
|
S3DirectTarget: _json,
|
|
5494
|
+
S3ExcelSource: _json,
|
|
5494
5495
|
S3GlueParquetTarget: _json,
|
|
5495
5496
|
S3HudiCatalogTarget: _json,
|
|
5496
5497
|
S3HudiDirectTarget: _json,
|
|
5497
5498
|
S3HudiSource: _json,
|
|
5499
|
+
S3HyperDirectTarget: _json,
|
|
5500
|
+
S3IcebergDirectTarget: _json,
|
|
5498
5501
|
S3JsonSource: _json,
|
|
5499
5502
|
S3ParquetSource: _json,
|
|
5500
5503
|
SelectFields: _json,
|
|
@@ -6498,10 +6501,13 @@ const de_CodeGenConfigurationNode = (output, context) => {
|
|
|
6498
6501
|
S3DeltaDirectTarget: _json,
|
|
6499
6502
|
S3DeltaSource: _json,
|
|
6500
6503
|
S3DirectTarget: _json,
|
|
6504
|
+
S3ExcelSource: _json,
|
|
6501
6505
|
S3GlueParquetTarget: _json,
|
|
6502
6506
|
S3HudiCatalogTarget: _json,
|
|
6503
6507
|
S3HudiDirectTarget: _json,
|
|
6504
6508
|
S3HudiSource: _json,
|
|
6509
|
+
S3HyperDirectTarget: _json,
|
|
6510
|
+
S3IcebergDirectTarget: _json,
|
|
6505
6511
|
S3JsonSource: _json,
|
|
6506
6512
|
S3ParquetSource: _json,
|
|
6507
6513
|
SelectFields: _json,
|
|
@@ -217,12 +217,12 @@ declare const BatchGetJobsCommand_base: {
|
|
|
217
217
|
* // },
|
|
218
218
|
* // ],
|
|
219
219
|
* // },
|
|
220
|
-
* //
|
|
220
|
+
* // S3ExcelSource: { // S3ExcelSource
|
|
221
221
|
* // Name: "STRING_VALUE", // required
|
|
222
222
|
* // Paths: [ // required
|
|
223
223
|
* // "STRING_VALUE",
|
|
224
224
|
* // ],
|
|
225
|
-
* // CompressionType: "gzip" || "
|
|
225
|
+
* // CompressionType: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || "uncompressed" || "none",
|
|
226
226
|
* // Exclusions: [
|
|
227
227
|
* // "STRING_VALUE",
|
|
228
228
|
* // ],
|
|
@@ -237,8 +237,8 @@ declare const BatchGetJobsCommand_base: {
|
|
|
237
237
|
* // EnableSamplePath: true || false,
|
|
238
238
|
* // SamplePath: "STRING_VALUE",
|
|
239
239
|
* // },
|
|
240
|
-
* //
|
|
241
|
-
* //
|
|
240
|
+
* // NumberRows: Number("long"),
|
|
241
|
+
* // SkipFooter: Number("int"),
|
|
242
242
|
* // OutputSchemas: [
|
|
243
243
|
* // {
|
|
244
244
|
* // Columns: [
|
|
@@ -250,10 +250,30 @@ declare const BatchGetJobsCommand_base: {
|
|
|
250
250
|
* // },
|
|
251
251
|
* // ],
|
|
252
252
|
* // },
|
|
253
|
+
* // S3JsonSource: { // S3JsonSource
|
|
254
|
+
* // Name: "STRING_VALUE", // required
|
|
255
|
+
* // Paths: "<EnclosedInStringProperties>", // required
|
|
256
|
+
* // CompressionType: "gzip" || "bzip2",
|
|
257
|
+
* // Exclusions: "<EnclosedInStringProperties>",
|
|
258
|
+
* // GroupSize: "STRING_VALUE",
|
|
259
|
+
* // GroupFiles: "STRING_VALUE",
|
|
260
|
+
* // Recurse: true || false,
|
|
261
|
+
* // MaxBand: Number("int"),
|
|
262
|
+
* // MaxFilesInBand: Number("int"),
|
|
263
|
+
* // AdditionalOptions: {
|
|
264
|
+
* // BoundedSize: Number("long"),
|
|
265
|
+
* // BoundedFiles: Number("long"),
|
|
266
|
+
* // EnableSamplePath: true || false,
|
|
267
|
+
* // SamplePath: "STRING_VALUE",
|
|
268
|
+
* // },
|
|
269
|
+
* // JsonPath: "STRING_VALUE",
|
|
270
|
+
* // Multiline: true || false,
|
|
271
|
+
* // OutputSchemas: "<GlueSchemas>",
|
|
272
|
+
* // },
|
|
253
273
|
* // S3ParquetSource: { // S3ParquetSource
|
|
254
274
|
* // Name: "STRING_VALUE", // required
|
|
255
275
|
* // Paths: "<EnclosedInStringProperties>", // required
|
|
256
|
-
* // CompressionType: "snappy" || "lzo" || "gzip" || "uncompressed" || "none",
|
|
276
|
+
* // CompressionType: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || "uncompressed" || "none",
|
|
257
277
|
* // Exclusions: "<EnclosedInStringProperties>",
|
|
258
278
|
* // GroupSize: "STRING_VALUE",
|
|
259
279
|
* // GroupFiles: "STRING_VALUE",
|
|
@@ -355,7 +375,8 @@ declare const BatchGetJobsCommand_base: {
|
|
|
355
375
|
* // "<EnclosedInStringProperties>",
|
|
356
376
|
* // ],
|
|
357
377
|
* // Path: "STRING_VALUE", // required
|
|
358
|
-
* // Compression: "snappy" || "lzo" || "gzip" || "uncompressed" || "none",
|
|
378
|
+
* // Compression: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || "uncompressed" || "none",
|
|
379
|
+
* // NumberTargetPartitions: "STRING_VALUE",
|
|
359
380
|
* // SchemaChangePolicy: { // DirectSchemaChangePolicy
|
|
360
381
|
* // EnableUpdateCatalog: true || false,
|
|
361
382
|
* // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
|
|
@@ -363,6 +384,21 @@ declare const BatchGetJobsCommand_base: {
|
|
|
363
384
|
* // Database: "STRING_VALUE",
|
|
364
385
|
* // },
|
|
365
386
|
* // },
|
|
387
|
+
* // S3HyperDirectTarget: { // S3HyperDirectTarget
|
|
388
|
+
* // Name: "STRING_VALUE", // required
|
|
389
|
+
* // Inputs: "<OneInput>", // required
|
|
390
|
+
* // PartitionKeys: [
|
|
391
|
+
* // "<EnclosedInStringProperties>",
|
|
392
|
+
* // ],
|
|
393
|
+
* // Path: "STRING_VALUE", // required
|
|
394
|
+
* // Compression: "uncompressed",
|
|
395
|
+
* // SchemaChangePolicy: {
|
|
396
|
+
* // EnableUpdateCatalog: true || false,
|
|
397
|
+
* // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
|
|
398
|
+
* // Table: "STRING_VALUE",
|
|
399
|
+
* // Database: "STRING_VALUE",
|
|
400
|
+
* // },
|
|
401
|
+
* // },
|
|
366
402
|
* // S3DirectTarget: { // S3DirectTarget
|
|
367
403
|
* // Name: "STRING_VALUE", // required
|
|
368
404
|
* // Inputs: "<OneInput>", // required
|
|
@@ -371,13 +407,32 @@ declare const BatchGetJobsCommand_base: {
|
|
|
371
407
|
* // ],
|
|
372
408
|
* // Path: "STRING_VALUE", // required
|
|
373
409
|
* // Compression: "STRING_VALUE",
|
|
374
|
-
* //
|
|
410
|
+
* // NumberTargetPartitions: "STRING_VALUE",
|
|
411
|
+
* // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
|
|
412
|
+
* // SchemaChangePolicy: {
|
|
413
|
+
* // EnableUpdateCatalog: true || false,
|
|
414
|
+
* // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
|
|
415
|
+
* // Table: "STRING_VALUE",
|
|
416
|
+
* // Database: "STRING_VALUE",
|
|
417
|
+
* // },
|
|
418
|
+
* // },
|
|
419
|
+
* // S3IcebergDirectTarget: { // S3IcebergDirectTarget
|
|
420
|
+
* // Name: "STRING_VALUE", // required
|
|
421
|
+
* // Inputs: "<OneInput>", // required
|
|
422
|
+
* // PartitionKeys: "<GlueStudioPathList>",
|
|
423
|
+
* // Path: "STRING_VALUE", // required
|
|
424
|
+
* // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
|
|
425
|
+
* // AdditionalOptions: {
|
|
426
|
+
* // "<keys>": "STRING_VALUE",
|
|
427
|
+
* // },
|
|
375
428
|
* // SchemaChangePolicy: {
|
|
376
429
|
* // EnableUpdateCatalog: true || false,
|
|
377
430
|
* // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
|
|
378
431
|
* // Table: "STRING_VALUE",
|
|
379
432
|
* // Database: "STRING_VALUE",
|
|
380
433
|
* // },
|
|
434
|
+
* // Compression: "gzip" || "lzo" || "uncompressed" || "snappy", // required
|
|
435
|
+
* // NumberTargetPartitions: "STRING_VALUE",
|
|
381
436
|
* // },
|
|
382
437
|
* // ApplyMapping: { // ApplyMapping
|
|
383
438
|
* // Name: "STRING_VALUE", // required
|
|
@@ -405,9 +460,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
405
460
|
* // SelectFields: { // SelectFields
|
|
406
461
|
* // Name: "STRING_VALUE", // required
|
|
407
462
|
* // Inputs: "<OneInput>", // required
|
|
408
|
-
* // Paths:
|
|
409
|
-
* // "<EnclosedInStringProperties>",
|
|
410
|
-
* // ],
|
|
463
|
+
* // Paths: "<GlueStudioPathList>", // required
|
|
411
464
|
* // },
|
|
412
465
|
* // DropFields: { // DropFields
|
|
413
466
|
* // Name: "STRING_VALUE", // required
|
|
@@ -800,9 +853,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
800
853
|
* // Name: "STRING_VALUE", // required
|
|
801
854
|
* // Database: "STRING_VALUE", // required
|
|
802
855
|
* // Table: "STRING_VALUE", // required
|
|
803
|
-
* // AdditionalHudiOptions:
|
|
804
|
-
* // "<keys>": "STRING_VALUE",
|
|
805
|
-
* // },
|
|
856
|
+
* // AdditionalHudiOptions: "<AdditionalOptions>",
|
|
806
857
|
* // OutputSchemas: "<GlueSchemas>",
|
|
807
858
|
* // },
|
|
808
859
|
* // S3HudiSource: { // S3HudiSource
|
|
@@ -834,8 +885,9 @@ declare const BatchGetJobsCommand_base: {
|
|
|
834
885
|
* // Inputs: "<OneInput>", // required
|
|
835
886
|
* // Path: "STRING_VALUE", // required
|
|
836
887
|
* // Compression: "gzip" || "lzo" || "uncompressed" || "snappy", // required
|
|
888
|
+
* // NumberTargetPartitions: "STRING_VALUE",
|
|
837
889
|
* // PartitionKeys: "<GlueStudioPathList>",
|
|
838
|
-
* // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta", // required
|
|
890
|
+
* // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
|
|
839
891
|
* // AdditionalOptions: "<AdditionalOptions>", // required
|
|
840
892
|
* // SchemaChangePolicy: {
|
|
841
893
|
* // EnableUpdateCatalog: true || false,
|
|
@@ -870,12 +922,7 @@ declare const BatchGetJobsCommand_base: {
|
|
|
870
922
|
* // Name: "STRING_VALUE", // required
|
|
871
923
|
* // Paths: "<EnclosedInStringProperties>", // required
|
|
872
924
|
* // AdditionalDeltaOptions: "<AdditionalOptions>",
|
|
873
|
-
* // AdditionalOptions:
|
|
874
|
-
* // BoundedSize: Number("long"),
|
|
875
|
-
* // BoundedFiles: Number("long"),
|
|
876
|
-
* // EnableSamplePath: true || false,
|
|
877
|
-
* // SamplePath: "STRING_VALUE",
|
|
878
|
-
* // },
|
|
925
|
+
* // AdditionalOptions: "<S3DirectSourceAdditionalOptions>",
|
|
879
926
|
* // OutputSchemas: "<GlueSchemas>",
|
|
880
927
|
* // },
|
|
881
928
|
* // S3DeltaCatalogTarget: { // S3DeltaCatalogTarget
|
|
@@ -896,14 +943,10 @@ declare const BatchGetJobsCommand_base: {
|
|
|
896
943
|
* // PartitionKeys: "<GlueStudioPathList>",
|
|
897
944
|
* // Path: "STRING_VALUE", // required
|
|
898
945
|
* // Compression: "uncompressed" || "snappy", // required
|
|
899
|
-
* //
|
|
946
|
+
* // NumberTargetPartitions: "STRING_VALUE",
|
|
947
|
+
* // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
|
|
900
948
|
* // AdditionalOptions: "<AdditionalOptions>",
|
|
901
|
-
* // SchemaChangePolicy:
|
|
902
|
-
* // EnableUpdateCatalog: true || false,
|
|
903
|
-
* // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
|
|
904
|
-
* // Table: "STRING_VALUE",
|
|
905
|
-
* // Database: "STRING_VALUE",
|
|
906
|
-
* // },
|
|
949
|
+
* // SchemaChangePolicy: "<DirectSchemaChangePolicy>",
|
|
907
950
|
* // },
|
|
908
951
|
* // AmazonRedshiftSource: { // AmazonRedshiftSource
|
|
909
952
|
* // Name: "STRING_VALUE",
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { BatchGetWorkflowsRequest
|
|
4
|
+
import { BatchGetWorkflowsRequest } from "../models/models_0";
|
|
5
|
+
import { BatchGetWorkflowsResponse } from "../models/models_1";
|
|
5
6
|
/**
|
|
6
7
|
* @public
|
|
7
8
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { BatchPutDataQualityStatisticAnnotationRequest, BatchPutDataQualityStatisticAnnotationResponse } from "../models/
|
|
4
|
+
import { BatchPutDataQualityStatisticAnnotationRequest, BatchPutDataQualityStatisticAnnotationResponse } from "../models/models_1";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { GlueClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../GlueClient";
|
|
4
|
-
import { BatchStopJobRunRequest } from "../models/
|
|
5
|
-
import { BatchStopJobRunResponse } from "../models/models_1";
|
|
4
|
+
import { BatchStopJobRunRequest, BatchStopJobRunResponse } from "../models/models_1";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|