@aws-sdk/client-glue 3.857.0 → 3.859.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.
Files changed (34) hide show
  1. package/dist-cjs/index.js +54 -18
  2. package/dist-es/models/models_0.js +8 -5
  3. package/dist-es/models/models_1.js +5 -0
  4. package/dist-es/models/models_2.js +0 -9
  5. package/dist-es/models/models_3.js +9 -0
  6. package/dist-es/protocols/Aws_json1_1.js +26 -0
  7. package/dist-types/commands/BatchGetJobsCommand.d.ts +181 -67
  8. package/dist-types/commands/CreateJobCommand.d.ts +181 -67
  9. package/dist-types/commands/GetClassifierCommand.d.ts +2 -1
  10. package/dist-types/commands/GetClassifiersCommand.d.ts +1 -1
  11. package/dist-types/commands/GetColumnStatisticsForPartitionCommand.d.ts +1 -2
  12. package/dist-types/commands/GetJobCommand.d.ts +181 -67
  13. package/dist-types/commands/GetJobsCommand.d.ts +181 -67
  14. package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -1
  15. package/dist-types/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  16. package/dist-types/commands/PutDataQualityProfileAnnotationCommand.d.ts +1 -1
  17. package/dist-types/commands/PutResourcePolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/UpdateJobCommand.d.ts +181 -67
  19. package/dist-types/models/models_0.d.ts +445 -448
  20. package/dist-types/models/models_1.d.ts +430 -231
  21. package/dist-types/models/models_2.d.ts +232 -232
  22. package/dist-types/models/models_3.d.ts +298 -27
  23. package/dist-types/ts3.4/commands/GetClassifierCommand.d.ts +2 -4
  24. package/dist-types/ts3.4/commands/GetClassifiersCommand.d.ts +1 -1
  25. package/dist-types/ts3.4/commands/GetColumnStatisticsForPartitionCommand.d.ts +4 -2
  26. package/dist-types/ts3.4/commands/ModifyIntegrationCommand.d.ts +2 -4
  27. package/dist-types/ts3.4/commands/PutDataCatalogEncryptionSettingsCommand.d.ts +1 -1
  28. package/dist-types/ts3.4/commands/PutDataQualityProfileAnnotationCommand.d.ts +1 -1
  29. package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -1
  30. package/dist-types/ts3.4/models/models_0.d.ts +94 -75
  31. package/dist-types/ts3.4/models/models_1.d.ts +82 -54
  32. package/dist-types/ts3.4/models/models_2.d.ts +56 -59
  33. package/dist-types/ts3.4/models/models_3.d.ts +69 -4
  34. package/package.json +5 -5
@@ -98,6 +98,7 @@ declare const GetJobsCommand_base: {
98
98
  * // { // GlueStudioSchemaColumn
99
99
  * // Name: "STRING_VALUE", // required
100
100
  * // Type: "STRING_VALUE",
101
+ * // GlueStudioType: "STRING_VALUE",
101
102
  * // },
102
103
  * // ],
103
104
  * // },
@@ -130,6 +131,7 @@ declare const GetJobsCommand_base: {
130
131
  * // {
131
132
  * // Name: "STRING_VALUE", // required
132
133
  * // Type: "STRING_VALUE",
134
+ * // GlueStudioType: "STRING_VALUE",
133
135
  * // },
134
136
  * // ],
135
137
  * // },
@@ -149,6 +151,7 @@ declare const GetJobsCommand_base: {
149
151
  * // {
150
152
  * // Name: "STRING_VALUE", // required
151
153
  * // Type: "STRING_VALUE",
154
+ * // GlueStudioType: "STRING_VALUE",
152
155
  * // },
153
156
  * // ],
154
157
  * // },
@@ -158,6 +161,18 @@ declare const GetJobsCommand_base: {
158
161
  * // Name: "STRING_VALUE", // required
159
162
  * // Database: "STRING_VALUE", // required
160
163
  * // Table: "STRING_VALUE", // required
164
+ * // PartitionPredicate: "STRING_VALUE",
165
+ * // OutputSchemas: [
166
+ * // {
167
+ * // Columns: [
168
+ * // {
169
+ * // Name: "STRING_VALUE", // required
170
+ * // Type: "STRING_VALUE",
171
+ * // GlueStudioType: "STRING_VALUE",
172
+ * // },
173
+ * // ],
174
+ * // },
175
+ * // ],
161
176
  * // },
162
177
  * // RedshiftSource: { // RedshiftSource
163
178
  * // Name: "STRING_VALUE", // required
@@ -210,17 +225,18 @@ declare const GetJobsCommand_base: {
210
225
  * // {
211
226
  * // Name: "STRING_VALUE", // required
212
227
  * // Type: "STRING_VALUE",
228
+ * // GlueStudioType: "STRING_VALUE",
213
229
  * // },
214
230
  * // ],
215
231
  * // },
216
232
  * // ],
217
233
  * // },
218
- * // S3ExcelSource: { // S3ExcelSource
234
+ * // S3JsonSource: { // S3JsonSource
219
235
  * // Name: "STRING_VALUE", // required
220
236
  * // Paths: [ // required
221
237
  * // "STRING_VALUE",
222
238
  * // ],
223
- * // CompressionType: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || "uncompressed" || "none",
239
+ * // CompressionType: "gzip" || "bzip2",
224
240
  * // Exclusions: [
225
241
  * // "STRING_VALUE",
226
242
  * // ],
@@ -235,35 +251,6 @@ declare const GetJobsCommand_base: {
235
251
  * // EnableSamplePath: true || false,
236
252
  * // SamplePath: "STRING_VALUE",
237
253
  * // },
238
- * // NumberRows: Number("long"),
239
- * // SkipFooter: Number("int"),
240
- * // OutputSchemas: [
241
- * // {
242
- * // Columns: [
243
- * // {
244
- * // Name: "STRING_VALUE", // required
245
- * // Type: "STRING_VALUE",
246
- * // },
247
- * // ],
248
- * // },
249
- * // ],
250
- * // },
251
- * // S3JsonSource: { // S3JsonSource
252
- * // Name: "STRING_VALUE", // required
253
- * // Paths: "<EnclosedInStringProperties>", // required
254
- * // CompressionType: "gzip" || "bzip2",
255
- * // Exclusions: "<EnclosedInStringProperties>",
256
- * // GroupSize: "STRING_VALUE",
257
- * // GroupFiles: "STRING_VALUE",
258
- * // Recurse: true || false,
259
- * // MaxBand: Number("int"),
260
- * // MaxFilesInBand: Number("int"),
261
- * // AdditionalOptions: {
262
- * // BoundedSize: Number("long"),
263
- * // BoundedFiles: Number("long"),
264
- * // EnableSamplePath: true || false,
265
- * // SamplePath: "STRING_VALUE",
266
- * // },
267
254
  * // JsonPath: "STRING_VALUE",
268
255
  * // Multiline: true || false,
269
256
  * // OutputSchemas: "<GlueSchemas>",
@@ -295,6 +282,11 @@ declare const GetJobsCommand_base: {
295
282
  * // Name: "STRING_VALUE", // required
296
283
  * // Database: "STRING_VALUE", // required
297
284
  * // Table: "STRING_VALUE", // required
285
+ * // PitrEnabled: true || false,
286
+ * // AdditionalOptions: { // DDBELTCatalogAdditionalOptions
287
+ * // DynamodbExport: "STRING_VALUE",
288
+ * // DynamodbUnnestDDBJson: true || false,
289
+ * // },
298
290
  * // },
299
291
  * // JDBCConnectorTarget: { // JDBCConnectorTarget
300
292
  * // Name: "STRING_VALUE", // required
@@ -365,6 +357,10 @@ declare const GetJobsCommand_base: {
365
357
  * // EnableUpdateCatalog: true || false,
366
358
  * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
367
359
  * // },
360
+ * // AutoDataQuality: { // AutoDataQuality
361
+ * // IsEnabled: true || false,
362
+ * // EvaluationContext: "STRING_VALUE",
363
+ * // },
368
364
  * // },
369
365
  * // S3GlueParquetTarget: { // S3GlueParquetTarget
370
366
  * // Name: "STRING_VALUE", // required
@@ -381,20 +377,9 @@ declare const GetJobsCommand_base: {
381
377
  * // Table: "STRING_VALUE",
382
378
  * // Database: "STRING_VALUE",
383
379
  * // },
384
- * // },
385
- * // S3HyperDirectTarget: { // S3HyperDirectTarget
386
- * // Name: "STRING_VALUE", // required
387
- * // Inputs: "<OneInput>", // required
388
- * // PartitionKeys: [
389
- * // "<EnclosedInStringProperties>",
390
- * // ],
391
- * // Path: "STRING_VALUE", // required
392
- * // Compression: "uncompressed",
393
- * // SchemaChangePolicy: {
394
- * // EnableUpdateCatalog: true || false,
395
- * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
396
- * // Table: "STRING_VALUE",
397
- * // Database: "STRING_VALUE",
380
+ * // AutoDataQuality: {
381
+ * // IsEnabled: true || false,
382
+ * // EvaluationContext: "STRING_VALUE",
398
383
  * // },
399
384
  * // },
400
385
  * // S3DirectTarget: { // S3DirectTarget
@@ -413,24 +398,11 @@ declare const GetJobsCommand_base: {
413
398
  * // Table: "STRING_VALUE",
414
399
  * // Database: "STRING_VALUE",
415
400
  * // },
416
- * // },
417
- * // S3IcebergDirectTarget: { // S3IcebergDirectTarget
418
- * // Name: "STRING_VALUE", // required
419
- * // Inputs: "<OneInput>", // required
420
- * // PartitionKeys: "<GlueStudioPathList>",
421
- * // Path: "STRING_VALUE", // required
422
- * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
423
- * // AdditionalOptions: {
424
- * // "<keys>": "STRING_VALUE",
425
- * // },
426
- * // SchemaChangePolicy: {
427
- * // EnableUpdateCatalog: true || false,
428
- * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
429
- * // Table: "STRING_VALUE",
430
- * // Database: "STRING_VALUE",
401
+ * // AutoDataQuality: {
402
+ * // IsEnabled: true || false,
403
+ * // EvaluationContext: "STRING_VALUE",
431
404
  * // },
432
- * // Compression: "gzip" || "lzo" || "uncompressed" || "snappy", // required
433
- * // NumberTargetPartitions: "STRING_VALUE",
405
+ * // OutputSchemas: "<GlueSchemas>",
434
406
  * // },
435
407
  * // ApplyMapping: { // ApplyMapping
436
408
  * // Name: "STRING_VALUE", // required
@@ -458,7 +430,9 @@ declare const GetJobsCommand_base: {
458
430
  * // SelectFields: { // SelectFields
459
431
  * // Name: "STRING_VALUE", // required
460
432
  * // Inputs: "<OneInput>", // required
461
- * // Paths: "<GlueStudioPathList>", // required
433
+ * // Paths: [ // required
434
+ * // "<EnclosedInStringProperties>",
435
+ * // ],
462
436
  * // },
463
437
  * // DropFields: { // DropFields
464
438
  * // Name: "STRING_VALUE", // required
@@ -573,6 +547,7 @@ declare const GetJobsCommand_base: {
573
547
  * // AddRecordTimestamp: "STRING_VALUE",
574
548
  * // EmitConsumerLagMetrics: "STRING_VALUE",
575
549
  * // StartingTimestamp: new Date("TIMESTAMP"),
550
+ * // FanoutConsumerARN: "STRING_VALUE",
576
551
  * // },
577
552
  * // DataPreviewOptions: { // StreamingDataPreviewOptions
578
553
  * // PollingTime: Number("long"),
@@ -637,6 +612,7 @@ declare const GetJobsCommand_base: {
637
612
  * // AddRecordTimestamp: "STRING_VALUE",
638
613
  * // EmitConsumerLagMetrics: "STRING_VALUE",
639
614
  * // StartingTimestamp: new Date("TIMESTAMP"),
615
+ * // FanoutConsumerARN: "STRING_VALUE",
640
616
  * // },
641
617
  * // DataPreviewOptions: {
642
618
  * // PollingTime: Number("long"),
@@ -711,12 +687,19 @@ declare const GetJobsCommand_base: {
711
687
  * // PIIDetection: { // PIIDetection
712
688
  * // Name: "STRING_VALUE", // required
713
689
  * // Inputs: "<OneInput>", // required
714
- * // PiiType: "RowAudit" || "RowMasking" || "ColumnAudit" || "ColumnMasking", // required
690
+ * // PiiType: "RowAudit" || "RowHashing" || "RowMasking" || "RowPartialMasking" || "ColumnAudit" || "ColumnHashing" || "ColumnMasking", // required
715
691
  * // EntityTypesToDetect: "<EnclosedInStringProperties>", // required
716
692
  * // OutputColumnName: "STRING_VALUE",
717
693
  * // SampleFraction: Number("double"),
718
694
  * // ThresholdFraction: Number("double"),
719
695
  * // MaskValue: "STRING_VALUE",
696
+ * // RedactText: "STRING_VALUE",
697
+ * // RedactChar: "STRING_VALUE",
698
+ * // MatchPattern: "STRING_VALUE",
699
+ * // NumLeftCharsToExclude: Number("int"),
700
+ * // NumRightCharsToExclude: Number("int"),
701
+ * // DetectionParameters: "STRING_VALUE",
702
+ * // DetectionSensitivity: "STRING_VALUE",
720
703
  * // },
721
704
  * // Aggregate: { // Aggregate
722
705
  * // Name: "STRING_VALUE", // required
@@ -803,6 +786,28 @@ declare const GetJobsCommand_base: {
803
786
  * // Database: "STRING_VALUE", // required
804
787
  * // Table: "STRING_VALUE", // required
805
788
  * // },
789
+ * // Route: { // Route
790
+ * // Name: "STRING_VALUE", // required
791
+ * // Inputs: "<OneInput>", // required
792
+ * // GroupFiltersList: [ // GroupFiltersList // required
793
+ * // { // GroupFilters
794
+ * // GroupName: "STRING_VALUE", // required
795
+ * // Filters: [ // required
796
+ * // {
797
+ * // Operation: "EQ" || "LT" || "GT" || "LTE" || "GTE" || "REGEX" || "ISNULL", // required
798
+ * // Negated: true || false,
799
+ * // Values: [ // required
800
+ * // {
801
+ * // Type: "COLUMNEXTRACTED" || "CONSTANT", // required
802
+ * // Value: "<EnclosedInStringProperties>", // required
803
+ * // },
804
+ * // ],
805
+ * // },
806
+ * // ],
807
+ * // LogicalOperator: "AND" || "OR", // required
808
+ * // },
809
+ * // ],
810
+ * // },
806
811
  * // DynamicTransform: { // DynamicTransform
807
812
  * // Name: "STRING_VALUE", // required
808
813
  * // TransformName: "STRING_VALUE", // required
@@ -851,7 +856,9 @@ declare const GetJobsCommand_base: {
851
856
  * // Name: "STRING_VALUE", // required
852
857
  * // Database: "STRING_VALUE", // required
853
858
  * // Table: "STRING_VALUE", // required
854
- * // AdditionalHudiOptions: "<AdditionalOptions>",
859
+ * // AdditionalHudiOptions: {
860
+ * // "<keys>": "STRING_VALUE",
861
+ * // },
855
862
  * // OutputSchemas: "<GlueSchemas>",
856
863
  * // },
857
864
  * // S3HudiSource: { // S3HudiSource
@@ -877,6 +884,11 @@ declare const GetJobsCommand_base: {
877
884
  * // EnableUpdateCatalog: true || false,
878
885
  * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
879
886
  * // },
887
+ * // AutoDataQuality: {
888
+ * // IsEnabled: true || false,
889
+ * // EvaluationContext: "STRING_VALUE",
890
+ * // },
891
+ * // OutputSchemas: "<GlueSchemas>",
880
892
  * // },
881
893
  * // S3HudiDirectTarget: { // S3HudiDirectTarget
882
894
  * // Name: "STRING_VALUE", // required
@@ -893,6 +905,10 @@ declare const GetJobsCommand_base: {
893
905
  * // Table: "STRING_VALUE",
894
906
  * // Database: "STRING_VALUE",
895
907
  * // },
908
+ * // AutoDataQuality: {
909
+ * // IsEnabled: true || false,
910
+ * // EvaluationContext: "STRING_VALUE",
911
+ * // },
896
912
  * // },
897
913
  * // DirectJDBCSource: { // DirectJDBCSource
898
914
  * // Name: "STRING_VALUE", // required
@@ -901,6 +917,7 @@ declare const GetJobsCommand_base: {
901
917
  * // ConnectionName: "STRING_VALUE", // required
902
918
  * // ConnectionType: "sqlserver" || "mysql" || "oracle" || "postgresql" || "redshift", // required
903
919
  * // RedshiftTmpDir: "STRING_VALUE",
920
+ * // OutputSchemas: "<GlueSchemas>",
904
921
  * // },
905
922
  * // S3CatalogDeltaSource: { // S3CatalogDeltaSource
906
923
  * // Name: "STRING_VALUE", // required
@@ -920,7 +937,12 @@ declare const GetJobsCommand_base: {
920
937
  * // Name: "STRING_VALUE", // required
921
938
  * // Paths: "<EnclosedInStringProperties>", // required
922
939
  * // AdditionalDeltaOptions: "<AdditionalOptions>",
923
- * // AdditionalOptions: "<S3DirectSourceAdditionalOptions>",
940
+ * // AdditionalOptions: {
941
+ * // BoundedSize: Number("long"),
942
+ * // BoundedFiles: Number("long"),
943
+ * // EnableSamplePath: true || false,
944
+ * // SamplePath: "STRING_VALUE",
945
+ * // },
924
946
  * // OutputSchemas: "<GlueSchemas>",
925
947
  * // },
926
948
  * // S3DeltaCatalogTarget: { // S3DeltaCatalogTarget
@@ -934,6 +956,8 @@ declare const GetJobsCommand_base: {
934
956
  * // EnableUpdateCatalog: true || false,
935
957
  * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
936
958
  * // },
959
+ * // AutoDataQuality: "<AutoDataQuality>",
960
+ * // OutputSchemas: "<GlueSchemas>",
937
961
  * // },
938
962
  * // S3DeltaDirectTarget: { // S3DeltaDirectTarget
939
963
  * // Name: "STRING_VALUE", // required
@@ -944,7 +968,13 @@ declare const GetJobsCommand_base: {
944
968
  * // NumberTargetPartitions: "STRING_VALUE",
945
969
  * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
946
970
  * // AdditionalOptions: "<AdditionalOptions>",
947
- * // SchemaChangePolicy: "<DirectSchemaChangePolicy>",
971
+ * // SchemaChangePolicy: {
972
+ * // EnableUpdateCatalog: true || false,
973
+ * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
974
+ * // Table: "STRING_VALUE",
975
+ * // Database: "STRING_VALUE",
976
+ * // },
977
+ * // AutoDataQuality: "<AutoDataQuality>",
948
978
  * // },
949
979
  * // AmazonRedshiftSource: { // AmazonRedshiftSource
950
980
  * // Name: "STRING_VALUE",
@@ -1166,6 +1196,90 @@ declare const GetJobsCommand_base: {
1166
1196
  * // },
1167
1197
  * // Inputs: "<OneInput>",
1168
1198
  * // },
1199
+ * // S3CatalogIcebergSource: { // S3CatalogIcebergSource
1200
+ * // Name: "STRING_VALUE", // required
1201
+ * // Database: "STRING_VALUE", // required
1202
+ * // Table: "STRING_VALUE", // required
1203
+ * // AdditionalIcebergOptions: "<AdditionalOptions>",
1204
+ * // OutputSchemas: "<GlueSchemas>",
1205
+ * // },
1206
+ * // CatalogIcebergSource: { // CatalogIcebergSource
1207
+ * // Name: "STRING_VALUE", // required
1208
+ * // Database: "STRING_VALUE", // required
1209
+ * // Table: "STRING_VALUE", // required
1210
+ * // AdditionalIcebergOptions: "<AdditionalOptions>",
1211
+ * // OutputSchemas: "<GlueSchemas>",
1212
+ * // },
1213
+ * // S3IcebergCatalogTarget: { // S3IcebergCatalogTarget
1214
+ * // Name: "STRING_VALUE", // required
1215
+ * // Inputs: "<OneInput>", // required
1216
+ * // PartitionKeys: "<GlueStudioPathList>",
1217
+ * // Table: "STRING_VALUE", // required
1218
+ * // Database: "STRING_VALUE", // required
1219
+ * // AdditionalOptions: "<AdditionalOptions>",
1220
+ * // SchemaChangePolicy: {
1221
+ * // EnableUpdateCatalog: true || false,
1222
+ * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
1223
+ * // },
1224
+ * // AutoDataQuality: "<AutoDataQuality>",
1225
+ * // },
1226
+ * // S3IcebergDirectTarget: { // S3IcebergDirectTarget
1227
+ * // Name: "STRING_VALUE", // required
1228
+ * // Inputs: "<OneInput>", // required
1229
+ * // PartitionKeys: "<GlueStudioPathList>",
1230
+ * // Path: "STRING_VALUE", // required
1231
+ * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
1232
+ * // AdditionalOptions: "<AdditionalOptions>",
1233
+ * // SchemaChangePolicy: {
1234
+ * // EnableUpdateCatalog: true || false,
1235
+ * // UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
1236
+ * // Table: "STRING_VALUE",
1237
+ * // Database: "STRING_VALUE",
1238
+ * // },
1239
+ * // AutoDataQuality: "<AutoDataQuality>",
1240
+ * // Compression: "gzip" || "lzo" || "uncompressed" || "snappy", // required
1241
+ * // NumberTargetPartitions: "STRING_VALUE",
1242
+ * // OutputSchemas: "<GlueSchemas>",
1243
+ * // },
1244
+ * // S3ExcelSource: { // S3ExcelSource
1245
+ * // Name: "STRING_VALUE", // required
1246
+ * // Paths: "<EnclosedInStringProperties>", // required
1247
+ * // CompressionType: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || "uncompressed" || "none",
1248
+ * // Exclusions: "<EnclosedInStringProperties>",
1249
+ * // GroupSize: "STRING_VALUE",
1250
+ * // GroupFiles: "STRING_VALUE",
1251
+ * // Recurse: true || false,
1252
+ * // MaxBand: Number("int"),
1253
+ * // MaxFilesInBand: Number("int"),
1254
+ * // AdditionalOptions: "<S3DirectSourceAdditionalOptions>",
1255
+ * // NumberRows: Number("long"),
1256
+ * // SkipFooter: Number("int"),
1257
+ * // OutputSchemas: "<GlueSchemas>",
1258
+ * // },
1259
+ * // S3HyperDirectTarget: { // S3HyperDirectTarget
1260
+ * // Name: "STRING_VALUE", // required
1261
+ * // Inputs: "<OneInput>", // required
1262
+ * // Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml",
1263
+ * // PartitionKeys: "<GlueStudioPathList>",
1264
+ * // Path: "STRING_VALUE", // required
1265
+ * // Compression: "uncompressed",
1266
+ * // SchemaChangePolicy: "<DirectSchemaChangePolicy>",
1267
+ * // AutoDataQuality: "<AutoDataQuality>",
1268
+ * // OutputSchemas: "<GlueSchemas>",
1269
+ * // },
1270
+ * // DynamoDBELTConnectorSource: { // DynamoDBELTConnectorSource
1271
+ * // Name: "STRING_VALUE", // required
1272
+ * // ConnectionOptions: { // DDBELTConnectionOptions
1273
+ * // DynamodbExport: "ddb" || "s3",
1274
+ * // DynamodbUnnestDDBJson: true || false,
1275
+ * // DynamodbTableArn: "STRING_VALUE", // required
1276
+ * // DynamodbS3Bucket: "STRING_VALUE",
1277
+ * // DynamodbS3Prefix: "STRING_VALUE",
1278
+ * // DynamodbS3BucketOwner: "STRING_VALUE",
1279
+ * // DynamodbStsRoleArn: "STRING_VALUE",
1280
+ * // },
1281
+ * // OutputSchemas: "<GlueSchemas>",
1282
+ * // },
1169
1283
  * // },
1170
1284
  * // },
1171
1285
  * // ExecutionClass: "FLEX" || "STANDARD",
@@ -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 { ModifyIntegrationRequest, ModifyIntegrationResponse } from "../models/models_2";
4
+ import { ModifyIntegrationRequest } from "../models/models_2";
5
+ import { ModifyIntegrationResponse } from "../models/models_3";
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 { PutDataCatalogEncryptionSettingsRequest, PutDataCatalogEncryptionSettingsResponse } from "../models/models_2";
4
+ import { PutDataCatalogEncryptionSettingsRequest, PutDataCatalogEncryptionSettingsResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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 { PutDataQualityProfileAnnotationRequest, PutDataQualityProfileAnnotationResponse } from "../models/models_2";
4
+ import { PutDataQualityProfileAnnotationRequest, PutDataQualityProfileAnnotationResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -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 { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_2";
4
+ import { PutResourcePolicyRequest, PutResourcePolicyResponse } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */