@@ -218,12 +218,12 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
218
218
* // },
219
219
* // ],
220
220
* // },
221
- * // S3JsonSource : { // S3JsonSource
221
+ * // S3ExcelSource : { // S3ExcelSource
222
222
* // Name: "STRING_VALUE", // required
223
223
* // Paths: [ // required
224
224
* // "STRING_VALUE",
225
225
* // ],
226
- * // CompressionType: "gzip" || "bzip2 ",
226
+ * // CompressionType: "snappy" || "lzo" || " gzip" || "brotli" || "lz4" || "uncompressed" || "none ",
227
227
* // Exclusions: [
228
228
* // "STRING_VALUE",
229
229
* // ],
@@ -238,8 +238,8 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
238
238
* // EnableSamplePath: true || false,
239
239
* // SamplePath: "STRING_VALUE",
240
240
* // },
241
- * // JsonPath: "STRING_VALUE" ,
242
- * // Multiline: true || false ,
241
+ * // NumberRows: Number("long") ,
242
+ * // SkipFooter: Number("int") ,
243
243
* // OutputSchemas: [
244
244
* // {
245
245
* // Columns: [
@@ -251,10 +251,30 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
251
251
* // },
252
252
* // ],
253
253
* // },
254
+ * // S3JsonSource: { // S3JsonSource
255
+ * // Name: "STRING_VALUE", // required
256
+ * // Paths: "<EnclosedInStringProperties>", // required
257
+ * // CompressionType: "gzip" || "bzip2",
258
+ * // Exclusions: "<EnclosedInStringProperties>",
259
+ * // GroupSize: "STRING_VALUE",
260
+ * // GroupFiles: "STRING_VALUE",
261
+ * // Recurse: true || false,
262
+ * // MaxBand: Number("int"),
263
+ * // MaxFilesInBand: Number("int"),
264
+ * // AdditionalOptions: {
265
+ * // BoundedSize: Number("long"),
266
+ * // BoundedFiles: Number("long"),
267
+ * // EnableSamplePath: true || false,
268
+ * // SamplePath: "STRING_VALUE",
269
+ * // },
270
+ * // JsonPath: "STRING_VALUE",
271
+ * // Multiline: true || false,
272
+ * // OutputSchemas: "<GlueSchemas>",
273
+ * // },
254
274
* // S3ParquetSource: { // S3ParquetSource
255
275
* // Name: "STRING_VALUE", // required
256
276
* // Paths: "<EnclosedInStringProperties>", // required
257
- * // CompressionType: "snappy" || "lzo" || "gzip" || "uncompressed" || "none",
277
+ * // CompressionType: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || " uncompressed" || "none",
258
278
* // Exclusions: "<EnclosedInStringProperties>",
259
279
* // GroupSize: "STRING_VALUE",
260
280
* // GroupFiles: "STRING_VALUE",
@@ -356,14 +376,30 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
356
376
* // "<EnclosedInStringProperties>",
357
377
* // ],
358
378
* // Path: "STRING_VALUE", // required
359
- * // Compression: "snappy" || "lzo" || "gzip" || "uncompressed" || "none",
379
+ * // Compression: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || "uncompressed" || "none",
380
+ * // NumberTargetPartitions: "STRING_VALUE",
360
381
* // SchemaChangePolicy: { // DirectSchemaChangePolicy
361
382
* // EnableUpdateCatalog: true || false,
362
383
* // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
363
384
* // Table: "STRING_VALUE",
364
385
* // Database: "STRING_VALUE",
365
386
* // },
366
387
* // },
388
+ * // S3HyperDirectTarget: { // S3HyperDirectTarget
389
+ * // Name: "STRING_VALUE", // required
390
+ * // Inputs: "<OneInput>", // required
391
+ * // PartitionKeys: [
392
+ * // "<EnclosedInStringProperties>",
393
+ * // ],
394
+ * // Path: "STRING_VALUE", // required
395
+ * // Compression: "uncompressed",
396
+ * // SchemaChangePolicy: {
397
+ * // EnableUpdateCatalog: true || false,
398
+ * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
399
+ * // Table: "STRING_VALUE",
400
+ * // Database: "STRING_VALUE",
401
+ * // },
402
+ * // },
367
403
* // S3DirectTarget: { // S3DirectTarget
368
404
* // Name: "STRING_VALUE", // required
369
405
* // Inputs: "<OneInput>", // required
@@ -372,13 +408,32 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
372
408
* // ],
373
409
* // Path: "STRING_VALUE", // required
374
410
* // Compression: "STRING_VALUE",
375
- * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta", // required
411
+ * // NumberTargetPartitions: "STRING_VALUE",
412
+ * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
413
+ * // SchemaChangePolicy: {
414
+ * // EnableUpdateCatalog: true || false,
415
+ * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
416
+ * // Table: "STRING_VALUE",
417
+ * // Database: "STRING_VALUE",
418
+ * // },
419
+ * // },
420
+ * // S3IcebergDirectTarget: { // S3IcebergDirectTarget
421
+ * // Name: "STRING_VALUE", // required
422
+ * // Inputs: "<OneInput>", // required
423
+ * // PartitionKeys: "<GlueStudioPathList>",
424
+ * // Path: "STRING_VALUE", // required
425
+ * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
426
+ * // AdditionalOptions: {
427
+ * // "<keys>": "STRING_VALUE",
428
+ * // },
376
429
* // SchemaChangePolicy: {
377
430
* // EnableUpdateCatalog: true || false,
378
431
* // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
379
432
* // Table: "STRING_VALUE",
380
433
* // Database: "STRING_VALUE",
381
434
* // },
435
+ * // Compression: "gzip" || "lzo" || "uncompressed" || "snappy", // required
436
+ * // NumberTargetPartitions: "STRING_VALUE",
382
437
* // },
383
438
* // ApplyMapping: { // ApplyMapping
384
439
* // Name: "STRING_VALUE", // required
@@ -406,9 +461,7 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
406
461
* // SelectFields: { // SelectFields
407
462
* // Name: "STRING_VALUE", // required
408
463
* // Inputs: "<OneInput>", // required
409
- * // Paths: [ // required
410
- * // "<EnclosedInStringProperties>",
411
- * // ],
464
+ * // Paths: "<GlueStudioPathList>", // required
412
465
* // },
413
466
* // DropFields: { // DropFields
414
467
* // Name: "STRING_VALUE", // required
@@ -801,9 +854,7 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
801
854
* // Name: "STRING_VALUE", // required
802
855
* // Database: "STRING_VALUE", // required
803
856
* // Table: "STRING_VALUE", // required
804
- * // AdditionalHudiOptions: {
805
- * // "<keys>": "STRING_VALUE",
806
- * // },
857
+ * // AdditionalHudiOptions: "<AdditionalOptions>",
807
858
* // OutputSchemas: "<GlueSchemas>",
808
859
* // },
809
860
* // S3HudiSource: { // S3HudiSource
@@ -835,8 +886,9 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
835
886
* // Inputs: "<OneInput>", // required
836
887
* // Path: "STRING_VALUE", // required
837
888
* // Compression: "gzip" || "lzo" || "uncompressed" || "snappy", // required
889
+ * // NumberTargetPartitions: "STRING_VALUE",
838
890
* // PartitionKeys: "<GlueStudioPathList>",
839
- * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta", // required
891
+ * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml" , // required
840
892
* // AdditionalOptions: "<AdditionalOptions>", // required
841
893
* // SchemaChangePolicy: {
842
894
* // EnableUpdateCatalog: true || false,
@@ -871,12 +923,7 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
871
923
* // Name: "STRING_VALUE", // required
872
924
* // Paths: "<EnclosedInStringProperties>", // required
873
925
* // AdditionalDeltaOptions: "<AdditionalOptions>",
874
- * // AdditionalOptions: {
875
- * // BoundedSize: Number("long"),
876
- * // BoundedFiles: Number("long"),
877
- * // EnableSamplePath: true || false,
878
- * // SamplePath: "STRING_VALUE",
879
- * // },
926
+ * // AdditionalOptions: "<S3DirectSourceAdditionalOptions>",
880
927
* // OutputSchemas: "<GlueSchemas>",
881
928
* // },
882
929
* // S3DeltaCatalogTarget: { // S3DeltaCatalogTarget
@@ -897,14 +944,10 @@ export interface BatchGetJobsCommandOutput extends BatchGetJobsResponse, __Metad
897
944
* // PartitionKeys: "<GlueStudioPathList>",
898
945
* // Path: "STRING_VALUE", // required
899
946
* // Compression: "uncompressed" || "snappy", // required
900
- * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta", // required
947
+ * // NumberTargetPartitions: "STRING_VALUE",
948
+ * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
901
949
* // AdditionalOptions: "<AdditionalOptions>",
902
- * // SchemaChangePolicy: {
903
- * // EnableUpdateCatalog: true || false,
904
- * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
905
- * // Table: "STRING_VALUE",
906
- * // Database: "STRING_VALUE",
907
- * // },
950
+ * // SchemaChangePolicy: "<DirectSchemaChangePolicy>",
908
951
* // },
909
952
* // AmazonRedshiftSource: { // AmazonRedshiftSource
910
953
* // Name: "STRING_VALUE",
0 commit comments