@aws-sdk/client-glue 3.857.0 → 3.858.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
@@ -91,6 +91,7 @@ declare const CreateJobCommand_base: {
91
91
  * { // GlueStudioSchemaColumn
92
92
  * Name: "STRING_VALUE", // required
93
93
  * Type: "STRING_VALUE",
94
+ * GlueStudioType: "STRING_VALUE",
94
95
  * },
95
96
  * ],
96
97
  * },
@@ -123,6 +124,7 @@ declare const CreateJobCommand_base: {
123
124
  * {
124
125
  * Name: "STRING_VALUE", // required
125
126
  * Type: "STRING_VALUE",
127
+ * GlueStudioType: "STRING_VALUE",
126
128
  * },
127
129
  * ],
128
130
  * },
@@ -142,6 +144,7 @@ declare const CreateJobCommand_base: {
142
144
  * {
143
145
  * Name: "STRING_VALUE", // required
144
146
  * Type: "STRING_VALUE",
147
+ * GlueStudioType: "STRING_VALUE",
145
148
  * },
146
149
  * ],
147
150
  * },
@@ -151,6 +154,18 @@ declare const CreateJobCommand_base: {
151
154
  * Name: "STRING_VALUE", // required
152
155
  * Database: "STRING_VALUE", // required
153
156
  * Table: "STRING_VALUE", // required
157
+ * PartitionPredicate: "STRING_VALUE",
158
+ * OutputSchemas: [
159
+ * {
160
+ * Columns: [
161
+ * {
162
+ * Name: "STRING_VALUE", // required
163
+ * Type: "STRING_VALUE",
164
+ * GlueStudioType: "STRING_VALUE",
165
+ * },
166
+ * ],
167
+ * },
168
+ * ],
154
169
  * },
155
170
  * RedshiftSource: { // RedshiftSource
156
171
  * Name: "STRING_VALUE", // required
@@ -203,17 +218,18 @@ declare const CreateJobCommand_base: {
203
218
  * {
204
219
  * Name: "STRING_VALUE", // required
205
220
  * Type: "STRING_VALUE",
221
+ * GlueStudioType: "STRING_VALUE",
206
222
  * },
207
223
  * ],
208
224
  * },
209
225
  * ],
210
226
  * },
211
- * S3ExcelSource: { // S3ExcelSource
227
+ * S3JsonSource: { // S3JsonSource
212
228
  * Name: "STRING_VALUE", // required
213
229
  * Paths: [ // required
214
230
  * "STRING_VALUE",
215
231
  * ],
216
- * CompressionType: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || "uncompressed" || "none",
232
+ * CompressionType: "gzip" || "bzip2",
217
233
  * Exclusions: [
218
234
  * "STRING_VALUE",
219
235
  * ],
@@ -228,35 +244,6 @@ declare const CreateJobCommand_base: {
228
244
  * EnableSamplePath: true || false,
229
245
  * SamplePath: "STRING_VALUE",
230
246
  * },
231
- * NumberRows: Number("long"),
232
- * SkipFooter: Number("int"),
233
- * OutputSchemas: [
234
- * {
235
- * Columns: [
236
- * {
237
- * Name: "STRING_VALUE", // required
238
- * Type: "STRING_VALUE",
239
- * },
240
- * ],
241
- * },
242
- * ],
243
- * },
244
- * S3JsonSource: { // S3JsonSource
245
- * Name: "STRING_VALUE", // required
246
- * Paths: "<EnclosedInStringProperties>", // required
247
- * CompressionType: "gzip" || "bzip2",
248
- * Exclusions: "<EnclosedInStringProperties>",
249
- * GroupSize: "STRING_VALUE",
250
- * GroupFiles: "STRING_VALUE",
251
- * Recurse: true || false,
252
- * MaxBand: Number("int"),
253
- * MaxFilesInBand: Number("int"),
254
- * AdditionalOptions: {
255
- * BoundedSize: Number("long"),
256
- * BoundedFiles: Number("long"),
257
- * EnableSamplePath: true || false,
258
- * SamplePath: "STRING_VALUE",
259
- * },
260
247
  * JsonPath: "STRING_VALUE",
261
248
  * Multiline: true || false,
262
249
  * OutputSchemas: "<GlueSchemas>",
@@ -288,6 +275,11 @@ declare const CreateJobCommand_base: {
288
275
  * Name: "STRING_VALUE", // required
289
276
  * Database: "STRING_VALUE", // required
290
277
  * Table: "STRING_VALUE", // required
278
+ * PitrEnabled: true || false,
279
+ * AdditionalOptions: { // DDBELTCatalogAdditionalOptions
280
+ * DynamodbExport: "STRING_VALUE",
281
+ * DynamodbUnnestDDBJson: true || false,
282
+ * },
291
283
  * },
292
284
  * JDBCConnectorTarget: { // JDBCConnectorTarget
293
285
  * Name: "STRING_VALUE", // required
@@ -358,6 +350,10 @@ declare const CreateJobCommand_base: {
358
350
  * EnableUpdateCatalog: true || false,
359
351
  * UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
360
352
  * },
353
+ * AutoDataQuality: { // AutoDataQuality
354
+ * IsEnabled: true || false,
355
+ * EvaluationContext: "STRING_VALUE",
356
+ * },
361
357
  * },
362
358
  * S3GlueParquetTarget: { // S3GlueParquetTarget
363
359
  * Name: "STRING_VALUE", // required
@@ -374,20 +370,9 @@ declare const CreateJobCommand_base: {
374
370
  * Table: "STRING_VALUE",
375
371
  * Database: "STRING_VALUE",
376
372
  * },
377
- * },
378
- * S3HyperDirectTarget: { // S3HyperDirectTarget
379
- * Name: "STRING_VALUE", // required
380
- * Inputs: "<OneInput>", // required
381
- * PartitionKeys: [
382
- * "<EnclosedInStringProperties>",
383
- * ],
384
- * Path: "STRING_VALUE", // required
385
- * Compression: "uncompressed",
386
- * SchemaChangePolicy: {
387
- * EnableUpdateCatalog: true || false,
388
- * UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
389
- * Table: "STRING_VALUE",
390
- * Database: "STRING_VALUE",
373
+ * AutoDataQuality: {
374
+ * IsEnabled: true || false,
375
+ * EvaluationContext: "STRING_VALUE",
391
376
  * },
392
377
  * },
393
378
  * S3DirectTarget: { // S3DirectTarget
@@ -406,24 +391,11 @@ declare const CreateJobCommand_base: {
406
391
  * Table: "STRING_VALUE",
407
392
  * Database: "STRING_VALUE",
408
393
  * },
409
- * },
410
- * S3IcebergDirectTarget: { // S3IcebergDirectTarget
411
- * Name: "STRING_VALUE", // required
412
- * Inputs: "<OneInput>", // required
413
- * PartitionKeys: "<GlueStudioPathList>",
414
- * Path: "STRING_VALUE", // required
415
- * Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
416
- * AdditionalOptions: {
417
- * "<keys>": "STRING_VALUE",
418
- * },
419
- * SchemaChangePolicy: {
420
- * EnableUpdateCatalog: true || false,
421
- * UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
422
- * Table: "STRING_VALUE",
423
- * Database: "STRING_VALUE",
394
+ * AutoDataQuality: {
395
+ * IsEnabled: true || false,
396
+ * EvaluationContext: "STRING_VALUE",
424
397
  * },
425
- * Compression: "gzip" || "lzo" || "uncompressed" || "snappy", // required
426
- * NumberTargetPartitions: "STRING_VALUE",
398
+ * OutputSchemas: "<GlueSchemas>",
427
399
  * },
428
400
  * ApplyMapping: { // ApplyMapping
429
401
  * Name: "STRING_VALUE", // required
@@ -451,7 +423,9 @@ declare const CreateJobCommand_base: {
451
423
  * SelectFields: { // SelectFields
452
424
  * Name: "STRING_VALUE", // required
453
425
  * Inputs: "<OneInput>", // required
454
- * Paths: "<GlueStudioPathList>", // required
426
+ * Paths: [ // required
427
+ * "<EnclosedInStringProperties>",
428
+ * ],
455
429
  * },
456
430
  * DropFields: { // DropFields
457
431
  * Name: "STRING_VALUE", // required
@@ -566,6 +540,7 @@ declare const CreateJobCommand_base: {
566
540
  * AddRecordTimestamp: "STRING_VALUE",
567
541
  * EmitConsumerLagMetrics: "STRING_VALUE",
568
542
  * StartingTimestamp: new Date("TIMESTAMP"),
543
+ * FanoutConsumerARN: "STRING_VALUE",
569
544
  * },
570
545
  * DataPreviewOptions: { // StreamingDataPreviewOptions
571
546
  * PollingTime: Number("long"),
@@ -630,6 +605,7 @@ declare const CreateJobCommand_base: {
630
605
  * AddRecordTimestamp: "STRING_VALUE",
631
606
  * EmitConsumerLagMetrics: "STRING_VALUE",
632
607
  * StartingTimestamp: new Date("TIMESTAMP"),
608
+ * FanoutConsumerARN: "STRING_VALUE",
633
609
  * },
634
610
  * DataPreviewOptions: {
635
611
  * PollingTime: Number("long"),
@@ -704,12 +680,19 @@ declare const CreateJobCommand_base: {
704
680
  * PIIDetection: { // PIIDetection
705
681
  * Name: "STRING_VALUE", // required
706
682
  * Inputs: "<OneInput>", // required
707
- * PiiType: "RowAudit" || "RowMasking" || "ColumnAudit" || "ColumnMasking", // required
683
+ * PiiType: "RowAudit" || "RowHashing" || "RowMasking" || "RowPartialMasking" || "ColumnAudit" || "ColumnHashing" || "ColumnMasking", // required
708
684
  * EntityTypesToDetect: "<EnclosedInStringProperties>", // required
709
685
  * OutputColumnName: "STRING_VALUE",
710
686
  * SampleFraction: Number("double"),
711
687
  * ThresholdFraction: Number("double"),
712
688
  * MaskValue: "STRING_VALUE",
689
+ * RedactText: "STRING_VALUE",
690
+ * RedactChar: "STRING_VALUE",
691
+ * MatchPattern: "STRING_VALUE",
692
+ * NumLeftCharsToExclude: Number("int"),
693
+ * NumRightCharsToExclude: Number("int"),
694
+ * DetectionParameters: "STRING_VALUE",
695
+ * DetectionSensitivity: "STRING_VALUE",
713
696
  * },
714
697
  * Aggregate: { // Aggregate
715
698
  * Name: "STRING_VALUE", // required
@@ -796,6 +779,28 @@ declare const CreateJobCommand_base: {
796
779
  * Database: "STRING_VALUE", // required
797
780
  * Table: "STRING_VALUE", // required
798
781
  * },
782
+ * Route: { // Route
783
+ * Name: "STRING_VALUE", // required
784
+ * Inputs: "<OneInput>", // required
785
+ * GroupFiltersList: [ // GroupFiltersList // required
786
+ * { // GroupFilters
787
+ * GroupName: "STRING_VALUE", // required
788
+ * Filters: [ // required
789
+ * {
790
+ * Operation: "EQ" || "LT" || "GT" || "LTE" || "GTE" || "REGEX" || "ISNULL", // required
791
+ * Negated: true || false,
792
+ * Values: [ // required
793
+ * {
794
+ * Type: "COLUMNEXTRACTED" || "CONSTANT", // required
795
+ * Value: "<EnclosedInStringProperties>", // required
796
+ * },
797
+ * ],
798
+ * },
799
+ * ],
800
+ * LogicalOperator: "AND" || "OR", // required
801
+ * },
802
+ * ],
803
+ * },
799
804
  * DynamicTransform: { // DynamicTransform
800
805
  * Name: "STRING_VALUE", // required
801
806
  * TransformName: "STRING_VALUE", // required
@@ -844,7 +849,9 @@ declare const CreateJobCommand_base: {
844
849
  * Name: "STRING_VALUE", // required
845
850
  * Database: "STRING_VALUE", // required
846
851
  * Table: "STRING_VALUE", // required
847
- * AdditionalHudiOptions: "<AdditionalOptions>",
852
+ * AdditionalHudiOptions: {
853
+ * "<keys>": "STRING_VALUE",
854
+ * },
848
855
  * OutputSchemas: "<GlueSchemas>",
849
856
  * },
850
857
  * S3HudiSource: { // S3HudiSource
@@ -870,6 +877,11 @@ declare const CreateJobCommand_base: {
870
877
  * EnableUpdateCatalog: true || false,
871
878
  * UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
872
879
  * },
880
+ * AutoDataQuality: {
881
+ * IsEnabled: true || false,
882
+ * EvaluationContext: "STRING_VALUE",
883
+ * },
884
+ * OutputSchemas: "<GlueSchemas>",
873
885
  * },
874
886
  * S3HudiDirectTarget: { // S3HudiDirectTarget
875
887
  * Name: "STRING_VALUE", // required
@@ -886,6 +898,10 @@ declare const CreateJobCommand_base: {
886
898
  * Table: "STRING_VALUE",
887
899
  * Database: "STRING_VALUE",
888
900
  * },
901
+ * AutoDataQuality: {
902
+ * IsEnabled: true || false,
903
+ * EvaluationContext: "STRING_VALUE",
904
+ * },
889
905
  * },
890
906
  * DirectJDBCSource: { // DirectJDBCSource
891
907
  * Name: "STRING_VALUE", // required
@@ -894,6 +910,7 @@ declare const CreateJobCommand_base: {
894
910
  * ConnectionName: "STRING_VALUE", // required
895
911
  * ConnectionType: "sqlserver" || "mysql" || "oracle" || "postgresql" || "redshift", // required
896
912
  * RedshiftTmpDir: "STRING_VALUE",
913
+ * OutputSchemas: "<GlueSchemas>",
897
914
  * },
898
915
  * S3CatalogDeltaSource: { // S3CatalogDeltaSource
899
916
  * Name: "STRING_VALUE", // required
@@ -913,7 +930,12 @@ declare const CreateJobCommand_base: {
913
930
  * Name: "STRING_VALUE", // required
914
931
  * Paths: "<EnclosedInStringProperties>", // required
915
932
  * AdditionalDeltaOptions: "<AdditionalOptions>",
916
- * AdditionalOptions: "<S3DirectSourceAdditionalOptions>",
933
+ * AdditionalOptions: {
934
+ * BoundedSize: Number("long"),
935
+ * BoundedFiles: Number("long"),
936
+ * EnableSamplePath: true || false,
937
+ * SamplePath: "STRING_VALUE",
938
+ * },
917
939
  * OutputSchemas: "<GlueSchemas>",
918
940
  * },
919
941
  * S3DeltaCatalogTarget: { // S3DeltaCatalogTarget
@@ -927,6 +949,8 @@ declare const CreateJobCommand_base: {
927
949
  * EnableUpdateCatalog: true || false,
928
950
  * UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
929
951
  * },
952
+ * AutoDataQuality: "<AutoDataQuality>",
953
+ * OutputSchemas: "<GlueSchemas>",
930
954
  * },
931
955
  * S3DeltaDirectTarget: { // S3DeltaDirectTarget
932
956
  * Name: "STRING_VALUE", // required
@@ -937,7 +961,13 @@ declare const CreateJobCommand_base: {
937
961
  * NumberTargetPartitions: "STRING_VALUE",
938
962
  * Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
939
963
  * AdditionalOptions: "<AdditionalOptions>",
940
- * SchemaChangePolicy: "<DirectSchemaChangePolicy>",
964
+ * SchemaChangePolicy: {
965
+ * EnableUpdateCatalog: true || false,
966
+ * UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
967
+ * Table: "STRING_VALUE",
968
+ * Database: "STRING_VALUE",
969
+ * },
970
+ * AutoDataQuality: "<AutoDataQuality>",
941
971
  * },
942
972
  * AmazonRedshiftSource: { // AmazonRedshiftSource
943
973
  * Name: "STRING_VALUE",
@@ -1159,6 +1189,90 @@ declare const CreateJobCommand_base: {
1159
1189
  * },
1160
1190
  * Inputs: "<OneInput>",
1161
1191
  * },
1192
+ * S3CatalogIcebergSource: { // S3CatalogIcebergSource
1193
+ * Name: "STRING_VALUE", // required
1194
+ * Database: "STRING_VALUE", // required
1195
+ * Table: "STRING_VALUE", // required
1196
+ * AdditionalIcebergOptions: "<AdditionalOptions>",
1197
+ * OutputSchemas: "<GlueSchemas>",
1198
+ * },
1199
+ * CatalogIcebergSource: { // CatalogIcebergSource
1200
+ * Name: "STRING_VALUE", // required
1201
+ * Database: "STRING_VALUE", // required
1202
+ * Table: "STRING_VALUE", // required
1203
+ * AdditionalIcebergOptions: "<AdditionalOptions>",
1204
+ * OutputSchemas: "<GlueSchemas>",
1205
+ * },
1206
+ * S3IcebergCatalogTarget: { // S3IcebergCatalogTarget
1207
+ * Name: "STRING_VALUE", // required
1208
+ * Inputs: "<OneInput>", // required
1209
+ * PartitionKeys: "<GlueStudioPathList>",
1210
+ * Table: "STRING_VALUE", // required
1211
+ * Database: "STRING_VALUE", // required
1212
+ * AdditionalOptions: "<AdditionalOptions>",
1213
+ * SchemaChangePolicy: {
1214
+ * EnableUpdateCatalog: true || false,
1215
+ * UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
1216
+ * },
1217
+ * AutoDataQuality: "<AutoDataQuality>",
1218
+ * },
1219
+ * S3IcebergDirectTarget: { // S3IcebergDirectTarget
1220
+ * Name: "STRING_VALUE", // required
1221
+ * Inputs: "<OneInput>", // required
1222
+ * PartitionKeys: "<GlueStudioPathList>",
1223
+ * Path: "STRING_VALUE", // required
1224
+ * Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml", // required
1225
+ * AdditionalOptions: "<AdditionalOptions>",
1226
+ * SchemaChangePolicy: {
1227
+ * EnableUpdateCatalog: true || false,
1228
+ * UpdateBehavior: "UPDATE_IN_DATABASE" || "LOG",
1229
+ * Table: "STRING_VALUE",
1230
+ * Database: "STRING_VALUE",
1231
+ * },
1232
+ * AutoDataQuality: "<AutoDataQuality>",
1233
+ * Compression: "gzip" || "lzo" || "uncompressed" || "snappy", // required
1234
+ * NumberTargetPartitions: "STRING_VALUE",
1235
+ * OutputSchemas: "<GlueSchemas>",
1236
+ * },
1237
+ * S3ExcelSource: { // S3ExcelSource
1238
+ * Name: "STRING_VALUE", // required
1239
+ * Paths: "<EnclosedInStringProperties>", // required
1240
+ * CompressionType: "snappy" || "lzo" || "gzip" || "brotli" || "lz4" || "uncompressed" || "none",
1241
+ * Exclusions: "<EnclosedInStringProperties>",
1242
+ * GroupSize: "STRING_VALUE",
1243
+ * GroupFiles: "STRING_VALUE",
1244
+ * Recurse: true || false,
1245
+ * MaxBand: Number("int"),
1246
+ * MaxFilesInBand: Number("int"),
1247
+ * AdditionalOptions: "<S3DirectSourceAdditionalOptions>",
1248
+ * NumberRows: Number("long"),
1249
+ * SkipFooter: Number("int"),
1250
+ * OutputSchemas: "<GlueSchemas>",
1251
+ * },
1252
+ * S3HyperDirectTarget: { // S3HyperDirectTarget
1253
+ * Name: "STRING_VALUE", // required
1254
+ * Inputs: "<OneInput>", // required
1255
+ * Format: "json" || "csv" || "avro" || "orc" || "parquet" || "hudi" || "delta" || "iceberg" || "hyper" || "xml",
1256
+ * PartitionKeys: "<GlueStudioPathList>",
1257
+ * Path: "STRING_VALUE", // required
1258
+ * Compression: "uncompressed",
1259
+ * SchemaChangePolicy: "<DirectSchemaChangePolicy>",
1260
+ * AutoDataQuality: "<AutoDataQuality>",
1261
+ * OutputSchemas: "<GlueSchemas>",
1262
+ * },
1263
+ * DynamoDBELTConnectorSource: { // DynamoDBELTConnectorSource
1264
+ * Name: "STRING_VALUE", // required
1265
+ * ConnectionOptions: { // DDBELTConnectionOptions
1266
+ * DynamodbExport: "ddb" || "s3",
1267
+ * DynamodbUnnestDDBJson: true || false,
1268
+ * DynamodbTableArn: "STRING_VALUE", // required
1269
+ * DynamodbS3Bucket: "STRING_VALUE",
1270
+ * DynamodbS3Prefix: "STRING_VALUE",
1271
+ * DynamodbS3BucketOwner: "STRING_VALUE",
1272
+ * DynamodbStsRoleArn: "STRING_VALUE",
1273
+ * },
1274
+ * OutputSchemas: "<GlueSchemas>",
1275
+ * },
1162
1276
  * },
1163
1277
  * },
1164
1278
  * 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 { GetClassifierRequest, GetClassifierResponse } from "../models/models_1";
4
+ import { GetClassifierRequest } from "../models/models_1";
5
+ import { GetClassifierResponse } from "../models/models_2";
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 { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_1";
4
+ import { GetClassifiersRequest, GetClassifiersResponse } from "../models/models_2";
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 { GetColumnStatisticsForPartitionRequest } from "../models/models_1";
5
- import { GetColumnStatisticsForPartitionResponse } from "../models/models_2";
4
+ import { GetColumnStatisticsForPartitionRequest, GetColumnStatisticsForPartitionResponse } from "../models/models_2";
6
5
  /**
7
6
  * @public
8
7
  */