aws-sdk-glue 1.227.0 → 1.229.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.
@@ -59,6 +59,7 @@ module Aws::Glue
59
59
  AuthenticationTypes = Shapes::ListShape.new(name: 'AuthenticationTypes')
60
60
  AuthorizationCode = Shapes::StringShape.new(name: 'AuthorizationCode')
61
61
  AuthorizationCodeProperties = Shapes::StructureShape.new(name: 'AuthorizationCodeProperties')
62
+ AutoDataQuality = Shapes::StructureShape.new(name: 'AutoDataQuality')
62
63
  BackfillError = Shapes::StructureShape.new(name: 'BackfillError')
63
64
  BackfillErrorCode = Shapes::StringShape.new(name: 'BackfillErrorCode')
64
65
  BackfillErroredPartitionsList = Shapes::ListShape.new(name: 'BackfillErroredPartitionsList')
@@ -163,6 +164,7 @@ module Aws::Glue
163
164
  CatalogEntry = Shapes::StructureShape.new(name: 'CatalogEntry')
164
165
  CatalogGetterPageSize = Shapes::IntegerShape.new(name: 'CatalogGetterPageSize')
165
166
  CatalogHudiSource = Shapes::StructureShape.new(name: 'CatalogHudiSource')
167
+ CatalogIcebergSource = Shapes::StructureShape.new(name: 'CatalogIcebergSource')
166
168
  CatalogIdString = Shapes::StringShape.new(name: 'CatalogIdString')
167
169
  CatalogImportStatus = Shapes::StructureShape.new(name: 'CatalogImportStatus')
168
170
  CatalogInput = Shapes::StructureShape.new(name: 'CatalogInput')
@@ -377,6 +379,8 @@ module Aws::Glue
377
379
  CustomEntityTypes = Shapes::ListShape.new(name: 'CustomEntityTypes')
378
380
  CustomPatterns = Shapes::StringShape.new(name: 'CustomPatterns')
379
381
  CustomProperties = Shapes::MapShape.new(name: 'CustomProperties')
382
+ DDBELTCatalogAdditionalOptions = Shapes::StructureShape.new(name: 'DDBELTCatalogAdditionalOptions')
383
+ DDBELTConnectionOptions = Shapes::StructureShape.new(name: 'DDBELTConnectionOptions')
380
384
  DQAdditionalOptions = Shapes::MapShape.new(name: 'DQAdditionalOptions')
381
385
  DQCompositeRuleEvaluationMethod = Shapes::StringShape.new(name: 'DQCompositeRuleEvaluationMethod')
382
386
  DQDLAliases = Shapes::MapShape.new(name: 'DQDLAliases')
@@ -442,6 +446,7 @@ module Aws::Glue
442
446
  DatapointInclusionAnnotation = Shapes::StructureShape.new(name: 'DatapointInclusionAnnotation')
443
447
  Datatype = Shapes::StructureShape.new(name: 'Datatype')
444
448
  DateColumnStatisticsData = Shapes::StructureShape.new(name: 'DateColumnStatisticsData')
449
+ DdbExportType = Shapes::StringShape.new(name: 'DdbExportType')
445
450
  DecimalColumnStatisticsData = Shapes::StructureShape.new(name: 'DecimalColumnStatisticsData')
446
451
  DecimalNumber = Shapes::StructureShape.new(name: 'DecimalNumber')
447
452
  DeleteBehavior = Shapes::StringShape.new(name: 'DeleteBehavior')
@@ -540,6 +545,7 @@ module Aws::Glue
540
545
  DropNullFields = Shapes::StructureShape.new(name: 'DropNullFields')
541
546
  DynamicTransform = Shapes::StructureShape.new(name: 'DynamicTransform')
542
547
  DynamoDBCatalogSource = Shapes::StructureShape.new(name: 'DynamoDBCatalogSource')
548
+ DynamoDBELTConnectorSource = Shapes::StructureShape.new(name: 'DynamoDBELTConnectorSource')
543
549
  DynamoDBTarget = Shapes::StructureShape.new(name: 'DynamoDBTarget')
544
550
  DynamoDBTargetList = Shapes::ListShape.new(name: 'DynamoDBTargetList')
545
551
  Edge = Shapes::StructureShape.new(name: 'Edge')
@@ -793,6 +799,8 @@ module Aws::Glue
793
799
  GovernedCatalogTarget = Shapes::StructureShape.new(name: 'GovernedCatalogTarget')
794
800
  GrokClassifier = Shapes::StructureShape.new(name: 'GrokClassifier')
795
801
  GrokPattern = Shapes::StringShape.new(name: 'GrokPattern')
802
+ GroupFilters = Shapes::StructureShape.new(name: 'GroupFilters')
803
+ GroupFiltersList = Shapes::ListShape.new(name: 'GroupFiltersList')
796
804
  HashString = Shapes::StringShape.new(name: 'HashString')
797
805
  HudiTarget = Shapes::StructureShape.new(name: 'HudiTarget')
798
806
  HudiTargetCompressionType = Shapes::StringShape.new(name: 'HudiTargetCompressionType')
@@ -1208,6 +1216,7 @@ module Aws::Glue
1208
1216
  Role = Shapes::StringShape.new(name: 'Role')
1209
1217
  RoleArn = Shapes::StringShape.new(name: 'RoleArn')
1210
1218
  RoleString = Shapes::StringShape.new(name: 'RoleString')
1219
+ Route = Shapes::StructureShape.new(name: 'Route')
1211
1220
  RowTag = Shapes::StringShape.new(name: 'RowTag')
1212
1221
  RuleMetricsMap = Shapes::MapShape.new(name: 'RuleMetricsMap')
1213
1222
  RulesetNames = Shapes::ListShape.new(name: 'RulesetNames')
@@ -1219,6 +1228,7 @@ module Aws::Glue
1219
1228
  RuntimeNameString = Shapes::StringShape.new(name: 'RuntimeNameString')
1220
1229
  S3CatalogDeltaSource = Shapes::StructureShape.new(name: 'S3CatalogDeltaSource')
1221
1230
  S3CatalogHudiSource = Shapes::StructureShape.new(name: 'S3CatalogHudiSource')
1231
+ S3CatalogIcebergSource = Shapes::StructureShape.new(name: 'S3CatalogIcebergSource')
1222
1232
  S3CatalogSource = Shapes::StructureShape.new(name: 'S3CatalogSource')
1223
1233
  S3CatalogTarget = Shapes::StructureShape.new(name: 'S3CatalogTarget')
1224
1234
  S3CsvSource = Shapes::StructureShape.new(name: 'S3CsvSource')
@@ -1236,6 +1246,7 @@ module Aws::Glue
1236
1246
  S3HudiDirectTarget = Shapes::StructureShape.new(name: 'S3HudiDirectTarget')
1237
1247
  S3HudiSource = Shapes::StructureShape.new(name: 'S3HudiSource')
1238
1248
  S3HyperDirectTarget = Shapes::StructureShape.new(name: 'S3HyperDirectTarget')
1249
+ S3IcebergCatalogTarget = Shapes::StructureShape.new(name: 'S3IcebergCatalogTarget')
1239
1250
  S3IcebergDirectTarget = Shapes::StructureShape.new(name: 'S3IcebergDirectTarget')
1240
1251
  S3JsonSource = Shapes::StructureShape.new(name: 'S3JsonSource')
1241
1252
  S3ParquetSource = Shapes::StructureShape.new(name: 'S3ParquetSource')
@@ -1734,6 +1745,10 @@ module Aws::Glue
1734
1745
  AuthorizationCodeProperties.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: RedirectUri, location_name: "RedirectUri"))
1735
1746
  AuthorizationCodeProperties.struct_class = Types::AuthorizationCodeProperties
1736
1747
 
1748
+ AutoDataQuality.add_member(:is_enabled, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "IsEnabled"))
1749
+ AutoDataQuality.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EvaluationContext"))
1750
+ AutoDataQuality.struct_class = Types::AutoDataQuality
1751
+
1737
1752
  BackfillError.add_member(:code, Shapes::ShapeRef.new(shape: BackfillErrorCode, location_name: "Code"))
1738
1753
  BackfillError.add_member(:partitions, Shapes::ShapeRef.new(shape: BackfillErroredPartitionsList, location_name: "Partitions"))
1739
1754
  BackfillError.struct_class = Types::BackfillError
@@ -2071,6 +2086,13 @@ module Aws::Glue
2071
2086
  CatalogHudiSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
2072
2087
  CatalogHudiSource.struct_class = Types::CatalogHudiSource
2073
2088
 
2089
+ CatalogIcebergSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2090
+ CatalogIcebergSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
2091
+ CatalogIcebergSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
2092
+ CatalogIcebergSource.add_member(:additional_iceberg_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalIcebergOptions"))
2093
+ CatalogIcebergSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
2094
+ CatalogIcebergSource.struct_class = Types::CatalogIcebergSource
2095
+
2074
2096
  CatalogImportStatus.add_member(:import_completed, Shapes::ShapeRef.new(shape: Boolean, location_name: "ImportCompleted"))
2075
2097
  CatalogImportStatus.add_member(:import_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ImportTime"))
2076
2098
  CatalogImportStatus.add_member(:imported_by, Shapes::ShapeRef.new(shape: NameString, location_name: "ImportedBy"))
@@ -2121,6 +2143,8 @@ module Aws::Glue
2121
2143
  CatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
2122
2144
  CatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
2123
2145
  CatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
2146
+ CatalogSource.add_member(:partition_predicate, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "PartitionPredicate"))
2147
+ CatalogSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
2124
2148
  CatalogSource.struct_class = Types::CatalogSource
2125
2149
 
2126
2150
  CatalogTablesList.member = Shapes::ShapeRef.new(shape: NameString)
@@ -2163,7 +2187,6 @@ module Aws::Glue
2163
2187
  CodeGenConfigurationNode.add_member(:redshift_source, Shapes::ShapeRef.new(shape: RedshiftSource, location_name: "RedshiftSource"))
2164
2188
  CodeGenConfigurationNode.add_member(:s3_catalog_source, Shapes::ShapeRef.new(shape: S3CatalogSource, location_name: "S3CatalogSource"))
2165
2189
  CodeGenConfigurationNode.add_member(:s3_csv_source, Shapes::ShapeRef.new(shape: S3CsvSource, location_name: "S3CsvSource"))
2166
- CodeGenConfigurationNode.add_member(:s3_excel_source, Shapes::ShapeRef.new(shape: S3ExcelSource, location_name: "S3ExcelSource"))
2167
2190
  CodeGenConfigurationNode.add_member(:s3_json_source, Shapes::ShapeRef.new(shape: S3JsonSource, location_name: "S3JsonSource"))
2168
2191
  CodeGenConfigurationNode.add_member(:s3_parquet_source, Shapes::ShapeRef.new(shape: S3ParquetSource, location_name: "S3ParquetSource"))
2169
2192
  CodeGenConfigurationNode.add_member(:relational_catalog_source, Shapes::ShapeRef.new(shape: RelationalCatalogSource, location_name: "RelationalCatalogSource"))
@@ -2174,9 +2197,7 @@ module Aws::Glue
2174
2197
  CodeGenConfigurationNode.add_member(:redshift_target, Shapes::ShapeRef.new(shape: RedshiftTarget, location_name: "RedshiftTarget"))
2175
2198
  CodeGenConfigurationNode.add_member(:s3_catalog_target, Shapes::ShapeRef.new(shape: S3CatalogTarget, location_name: "S3CatalogTarget"))
2176
2199
  CodeGenConfigurationNode.add_member(:s3_glue_parquet_target, Shapes::ShapeRef.new(shape: S3GlueParquetTarget, location_name: "S3GlueParquetTarget"))
2177
- CodeGenConfigurationNode.add_member(:s3_hyper_direct_target, Shapes::ShapeRef.new(shape: S3HyperDirectTarget, location_name: "S3HyperDirectTarget"))
2178
2200
  CodeGenConfigurationNode.add_member(:s3_direct_target, Shapes::ShapeRef.new(shape: S3DirectTarget, location_name: "S3DirectTarget"))
2179
- CodeGenConfigurationNode.add_member(:s3_iceberg_direct_target, Shapes::ShapeRef.new(shape: S3IcebergDirectTarget, location_name: "S3IcebergDirectTarget"))
2180
2201
  CodeGenConfigurationNode.add_member(:apply_mapping, Shapes::ShapeRef.new(shape: ApplyMapping, location_name: "ApplyMapping"))
2181
2202
  CodeGenConfigurationNode.add_member(:select_fields, Shapes::ShapeRef.new(shape: SelectFields, location_name: "SelectFields"))
2182
2203
  CodeGenConfigurationNode.add_member(:drop_fields, Shapes::ShapeRef.new(shape: DropFields, location_name: "DropFields"))
@@ -2209,6 +2230,7 @@ module Aws::Glue
2209
2230
  CodeGenConfigurationNode.add_member(:my_sql_catalog_target, Shapes::ShapeRef.new(shape: MySQLCatalogTarget, location_name: "MySQLCatalogTarget"))
2210
2231
  CodeGenConfigurationNode.add_member(:oracle_sql_catalog_target, Shapes::ShapeRef.new(shape: OracleSQLCatalogTarget, location_name: "OracleSQLCatalogTarget"))
2211
2232
  CodeGenConfigurationNode.add_member(:postgre_sql_catalog_target, Shapes::ShapeRef.new(shape: PostgreSQLCatalogTarget, location_name: "PostgreSQLCatalogTarget"))
2233
+ CodeGenConfigurationNode.add_member(:route, Shapes::ShapeRef.new(shape: Route, location_name: "Route"))
2212
2234
  CodeGenConfigurationNode.add_member(:dynamic_transform, Shapes::ShapeRef.new(shape: DynamicTransform, location_name: "DynamicTransform"))
2213
2235
  CodeGenConfigurationNode.add_member(:evaluate_data_quality, Shapes::ShapeRef.new(shape: EvaluateDataQuality, location_name: "EvaluateDataQuality"))
2214
2236
  CodeGenConfigurationNode.add_member(:s3_catalog_hudi_source, Shapes::ShapeRef.new(shape: S3CatalogHudiSource, location_name: "S3CatalogHudiSource"))
@@ -2230,6 +2252,13 @@ module Aws::Glue
2230
2252
  CodeGenConfigurationNode.add_member(:snowflake_target, Shapes::ShapeRef.new(shape: SnowflakeTarget, location_name: "SnowflakeTarget"))
2231
2253
  CodeGenConfigurationNode.add_member(:connector_data_source, Shapes::ShapeRef.new(shape: ConnectorDataSource, location_name: "ConnectorDataSource"))
2232
2254
  CodeGenConfigurationNode.add_member(:connector_data_target, Shapes::ShapeRef.new(shape: ConnectorDataTarget, location_name: "ConnectorDataTarget"))
2255
+ CodeGenConfigurationNode.add_member(:s3_catalog_iceberg_source, Shapes::ShapeRef.new(shape: S3CatalogIcebergSource, location_name: "S3CatalogIcebergSource"))
2256
+ CodeGenConfigurationNode.add_member(:catalog_iceberg_source, Shapes::ShapeRef.new(shape: CatalogIcebergSource, location_name: "CatalogIcebergSource"))
2257
+ CodeGenConfigurationNode.add_member(:s3_iceberg_catalog_target, Shapes::ShapeRef.new(shape: S3IcebergCatalogTarget, location_name: "S3IcebergCatalogTarget"))
2258
+ CodeGenConfigurationNode.add_member(:s3_iceberg_direct_target, Shapes::ShapeRef.new(shape: S3IcebergDirectTarget, location_name: "S3IcebergDirectTarget"))
2259
+ CodeGenConfigurationNode.add_member(:s3_excel_source, Shapes::ShapeRef.new(shape: S3ExcelSource, location_name: "S3ExcelSource"))
2260
+ CodeGenConfigurationNode.add_member(:s3_hyper_direct_target, Shapes::ShapeRef.new(shape: S3HyperDirectTarget, location_name: "S3HyperDirectTarget"))
2261
+ CodeGenConfigurationNode.add_member(:dynamo_dbelt_connector_source, Shapes::ShapeRef.new(shape: DynamoDBELTConnectorSource, location_name: "DynamoDBELTConnectorSource"))
2233
2262
  CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
2234
2263
 
2235
2264
  CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
@@ -3047,6 +3076,19 @@ module Aws::Glue
3047
3076
  CustomProperties.key = Shapes::ShapeRef.new(shape: String)
3048
3077
  CustomProperties.value = Shapes::ShapeRef.new(shape: String)
3049
3078
 
3079
+ DDBELTCatalogAdditionalOptions.add_member(:dynamodb_export, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "DynamodbExport"))
3080
+ DDBELTCatalogAdditionalOptions.add_member(:dynamodb_unnest_ddb_json, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "DynamodbUnnestDDBJson"))
3081
+ DDBELTCatalogAdditionalOptions.struct_class = Types::DDBELTCatalogAdditionalOptions
3082
+
3083
+ DDBELTConnectionOptions.add_member(:dynamodb_export, Shapes::ShapeRef.new(shape: DdbExportType, location_name: "DynamodbExport"))
3084
+ DDBELTConnectionOptions.add_member(:dynamodb_unnest_ddb_json, Shapes::ShapeRef.new(shape: BooleanValue, location_name: "DynamodbUnnestDDBJson"))
3085
+ DDBELTConnectionOptions.add_member(:dynamodb_table_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "DynamodbTableArn"))
3086
+ DDBELTConnectionOptions.add_member(:dynamodb_s3_bucket, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "DynamodbS3Bucket"))
3087
+ DDBELTConnectionOptions.add_member(:dynamodb_s3_prefix, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "DynamodbS3Prefix"))
3088
+ DDBELTConnectionOptions.add_member(:dynamodb_s3_bucket_owner, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "DynamodbS3BucketOwner"))
3089
+ DDBELTConnectionOptions.add_member(:dynamodb_sts_role_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "DynamodbStsRoleArn"))
3090
+ DDBELTConnectionOptions.struct_class = Types::DDBELTConnectionOptions
3091
+
3050
3092
  DQAdditionalOptions.key = Shapes::ShapeRef.new(shape: AdditionalOptionKeys)
3051
3093
  DQAdditionalOptions.value = Shapes::ShapeRef.new(shape: GenericString)
3052
3094
 
@@ -3601,6 +3643,7 @@ module Aws::Glue
3601
3643
  DirectJDBCSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
3602
3644
  DirectJDBCSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: JDBCConnectionType, required: true, location_name: "ConnectionType"))
3603
3645
  DirectJDBCSource.add_member(:redshift_tmp_dir, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RedshiftTmpDir"))
3646
+ DirectJDBCSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
3604
3647
  DirectJDBCSource.struct_class = Types::DirectJDBCSource
3605
3648
 
3606
3649
  DirectKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -3658,8 +3701,15 @@ module Aws::Glue
3658
3701
  DynamoDBCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3659
3702
  DynamoDBCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
3660
3703
  DynamoDBCatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
3704
+ DynamoDBCatalogSource.add_member(:pitr_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "PitrEnabled"))
3705
+ DynamoDBCatalogSource.add_member(:additional_options, Shapes::ShapeRef.new(shape: DDBELTCatalogAdditionalOptions, location_name: "AdditionalOptions"))
3661
3706
  DynamoDBCatalogSource.struct_class = Types::DynamoDBCatalogSource
3662
3707
 
3708
+ DynamoDBELTConnectorSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
3709
+ DynamoDBELTConnectorSource.add_member(:connection_options, Shapes::ShapeRef.new(shape: DDBELTConnectionOptions, location_name: "ConnectionOptions"))
3710
+ DynamoDBELTConnectorSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
3711
+ DynamoDBELTConnectorSource.struct_class = Types::DynamoDBELTConnectorSource
3712
+
3663
3713
  DynamoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
3664
3714
  DynamoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "scanAll"))
3665
3715
  DynamoDBTarget.add_member(:scan_rate, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "scanRate"))
@@ -4667,6 +4717,7 @@ module Aws::Glue
4667
4717
 
4668
4718
  GlueStudioSchemaColumn.add_member(:name, Shapes::ShapeRef.new(shape: GlueStudioColumnNameString, required: true, location_name: "Name"))
4669
4719
  GlueStudioSchemaColumn.add_member(:type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "Type"))
4720
+ GlueStudioSchemaColumn.add_member(:glue_studio_type, Shapes::ShapeRef.new(shape: ColumnTypeString, location_name: "GlueStudioType"))
4670
4721
  GlueStudioSchemaColumn.struct_class = Types::GlueStudioSchemaColumn
4671
4722
 
4672
4723
  GlueStudioSchemaColumnList.member = Shapes::ShapeRef.new(shape: GlueStudioSchemaColumn)
@@ -4707,6 +4758,13 @@ module Aws::Glue
4707
4758
  GrokClassifier.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
4708
4759
  GrokClassifier.struct_class = Types::GrokClassifier
4709
4760
 
4761
+ GroupFilters.add_member(:group_name, Shapes::ShapeRef.new(shape: GenericLimitedString, required: true, location_name: "GroupName"))
4762
+ GroupFilters.add_member(:filters, Shapes::ShapeRef.new(shape: FilterExpressions, required: true, location_name: "Filters"))
4763
+ GroupFilters.add_member(:logical_operator, Shapes::ShapeRef.new(shape: FilterLogicalOperator, required: true, location_name: "LogicalOperator"))
4764
+ GroupFilters.struct_class = Types::GroupFilters
4765
+
4766
+ GroupFiltersList.member = Shapes::ShapeRef.new(shape: GroupFilters)
4767
+
4710
4768
  HudiTarget.add_member(:paths, Shapes::ShapeRef.new(shape: PathList, location_name: "Paths"))
4711
4769
  HudiTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
4712
4770
  HudiTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
@@ -5147,6 +5205,7 @@ module Aws::Glue
5147
5205
  KinesisStreamingSourceOptions.add_member(:add_record_timestamp, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "AddRecordTimestamp"))
5148
5206
  KinesisStreamingSourceOptions.add_member(:emit_consumer_lag_metrics, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EmitConsumerLagMetrics"))
5149
5207
  KinesisStreamingSourceOptions.add_member(:starting_timestamp, Shapes::ShapeRef.new(shape: Iso8601DateTime, location_name: "StartingTimestamp"))
5208
+ KinesisStreamingSourceOptions.add_member(:fanout_consumer_arn, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "FanoutConsumerARN"))
5150
5209
  KinesisStreamingSourceOptions.struct_class = Types::KinesisStreamingSourceOptions
5151
5210
 
5152
5211
  LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
@@ -5682,6 +5741,13 @@ module Aws::Glue
5682
5741
  PIIDetection.add_member(:sample_fraction, Shapes::ShapeRef.new(shape: BoxedDoubleFraction, location_name: "SampleFraction"))
5683
5742
  PIIDetection.add_member(:threshold_fraction, Shapes::ShapeRef.new(shape: BoxedDoubleFraction, location_name: "ThresholdFraction"))
5684
5743
  PIIDetection.add_member(:mask_value, Shapes::ShapeRef.new(shape: MaskValue, location_name: "MaskValue"))
5744
+ PIIDetection.add_member(:redact_text, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RedactText"))
5745
+ PIIDetection.add_member(:redact_char, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "RedactChar"))
5746
+ PIIDetection.add_member(:match_pattern, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "MatchPattern"))
5747
+ PIIDetection.add_member(:num_left_chars_to_exclude, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "NumLeftCharsToExclude"))
5748
+ PIIDetection.add_member(:num_right_chars_to_exclude, Shapes::ShapeRef.new(shape: BoxedPositiveInt, location_name: "NumRightCharsToExclude"))
5749
+ PIIDetection.add_member(:detection_parameters, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "DetectionParameters"))
5750
+ PIIDetection.add_member(:detection_sensitivity, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "DetectionSensitivity"))
5685
5751
  PIIDetection.struct_class = Types::PIIDetection
5686
5752
 
5687
5753
  ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterName)
@@ -6004,6 +6070,11 @@ module Aws::Glue
6004
6070
  RetentionMetrics.add_member(:iceberg_metrics, Shapes::ShapeRef.new(shape: IcebergRetentionMetrics, location_name: "IcebergMetrics"))
6005
6071
  RetentionMetrics.struct_class = Types::RetentionMetrics
6006
6072
 
6073
+ Route.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
6074
+ Route.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
6075
+ Route.add_member(:group_filters_list, Shapes::ShapeRef.new(shape: GroupFiltersList, required: true, location_name: "GroupFiltersList"))
6076
+ Route.struct_class = Types::Route
6077
+
6007
6078
  RuleMetricsMap.key = Shapes::ShapeRef.new(shape: NameString)
6008
6079
  RuleMetricsMap.value = Shapes::ShapeRef.new(shape: NullableDouble)
6009
6080
 
@@ -6041,6 +6112,13 @@ module Aws::Glue
6041
6112
  S3CatalogHudiSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
6042
6113
  S3CatalogHudiSource.struct_class = Types::S3CatalogHudiSource
6043
6114
 
6115
+ S3CatalogIcebergSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
6116
+ S3CatalogIcebergSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
6117
+ S3CatalogIcebergSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
6118
+ S3CatalogIcebergSource.add_member(:additional_iceberg_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalIcebergOptions"))
6119
+ S3CatalogIcebergSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
6120
+ S3CatalogIcebergSource.struct_class = Types::S3CatalogIcebergSource
6121
+
6044
6122
  S3CatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
6045
6123
  S3CatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
6046
6124
  S3CatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
@@ -6054,6 +6132,7 @@ module Aws::Glue
6054
6132
  S3CatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
6055
6133
  S3CatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
6056
6134
  S3CatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6135
+ S3CatalogTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6057
6136
  S3CatalogTarget.struct_class = Types::S3CatalogTarget
6058
6137
 
6059
6138
  S3CsvSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -6084,6 +6163,8 @@ module Aws::Glue
6084
6163
  S3DeltaCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
6085
6164
  S3DeltaCatalogTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
6086
6165
  S3DeltaCatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6166
+ S3DeltaCatalogTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6167
+ S3DeltaCatalogTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
6087
6168
  S3DeltaCatalogTarget.struct_class = Types::S3DeltaCatalogTarget
6088
6169
 
6089
6170
  S3DeltaDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -6095,6 +6176,7 @@ module Aws::Glue
6095
6176
  S3DeltaDirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
6096
6177
  S3DeltaDirectTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
6097
6178
  S3DeltaDirectTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6179
+ S3DeltaDirectTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6098
6180
  S3DeltaDirectTarget.struct_class = Types::S3DeltaDirectTarget
6099
6181
 
6100
6182
  S3DeltaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -6118,6 +6200,8 @@ module Aws::Glue
6118
6200
  S3DirectTarget.add_member(:number_target_partitions, Shapes::ShapeRef.new(shape: NumberTargetPartitionsString, location_name: "NumberTargetPartitions"))
6119
6201
  S3DirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
6120
6202
  S3DirectTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6203
+ S3DirectTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6204
+ S3DirectTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
6121
6205
  S3DirectTarget.struct_class = Types::S3DirectTarget
6122
6206
 
6123
6207
  S3Encryption.add_member(:s3_encryption_mode, Shapes::ShapeRef.new(shape: S3EncryptionMode, location_name: "S3EncryptionMode"))
@@ -6148,6 +6232,7 @@ module Aws::Glue
6148
6232
  S3GlueParquetTarget.add_member(:compression, Shapes::ShapeRef.new(shape: ParquetCompressionType, location_name: "Compression"))
6149
6233
  S3GlueParquetTarget.add_member(:number_target_partitions, Shapes::ShapeRef.new(shape: NumberTargetPartitionsString, location_name: "NumberTargetPartitions"))
6150
6234
  S3GlueParquetTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6235
+ S3GlueParquetTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6151
6236
  S3GlueParquetTarget.struct_class = Types::S3GlueParquetTarget
6152
6237
 
6153
6238
  S3HudiCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -6157,6 +6242,8 @@ module Aws::Glue
6157
6242
  S3HudiCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
6158
6243
  S3HudiCatalogTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, required: true, location_name: "AdditionalOptions"))
6159
6244
  S3HudiCatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6245
+ S3HudiCatalogTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6246
+ S3HudiCatalogTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
6160
6247
  S3HudiCatalogTarget.struct_class = Types::S3HudiCatalogTarget
6161
6248
 
6162
6249
  S3HudiDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -6168,6 +6255,7 @@ module Aws::Glue
6168
6255
  S3HudiDirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
6169
6256
  S3HudiDirectTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, required: true, location_name: "AdditionalOptions"))
6170
6257
  S3HudiDirectTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6258
+ S3HudiDirectTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6171
6259
  S3HudiDirectTarget.struct_class = Types::S3HudiDirectTarget
6172
6260
 
6173
6261
  S3HudiSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
@@ -6179,12 +6267,25 @@ module Aws::Glue
6179
6267
 
6180
6268
  S3HyperDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
6181
6269
  S3HyperDirectTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
6270
+ S3HyperDirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, location_name: "Format"))
6182
6271
  S3HyperDirectTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
6183
6272
  S3HyperDirectTarget.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
6184
6273
  S3HyperDirectTarget.add_member(:compression, Shapes::ShapeRef.new(shape: HyperTargetCompressionType, location_name: "Compression"))
6185
6274
  S3HyperDirectTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6275
+ S3HyperDirectTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6276
+ S3HyperDirectTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
6186
6277
  S3HyperDirectTarget.struct_class = Types::S3HyperDirectTarget
6187
6278
 
6279
+ S3IcebergCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
6280
+ S3IcebergCatalogTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
6281
+ S3IcebergCatalogTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
6282
+ S3IcebergCatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
6283
+ S3IcebergCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
6284
+ S3IcebergCatalogTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
6285
+ S3IcebergCatalogTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: CatalogSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6286
+ S3IcebergCatalogTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6287
+ S3IcebergCatalogTarget.struct_class = Types::S3IcebergCatalogTarget
6288
+
6188
6289
  S3IcebergDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
6189
6290
  S3IcebergDirectTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
6190
6291
  S3IcebergDirectTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
@@ -6192,8 +6293,10 @@ module Aws::Glue
6192
6293
  S3IcebergDirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
6193
6294
  S3IcebergDirectTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
6194
6295
  S3IcebergDirectTarget.add_member(:schema_change_policy, Shapes::ShapeRef.new(shape: DirectSchemaChangePolicy, location_name: "SchemaChangePolicy"))
6296
+ S3IcebergDirectTarget.add_member(:auto_data_quality, Shapes::ShapeRef.new(shape: AutoDataQuality, location_name: "AutoDataQuality"))
6195
6297
  S3IcebergDirectTarget.add_member(:compression, Shapes::ShapeRef.new(shape: IcebergTargetCompressionType, required: true, location_name: "Compression"))
6196
6298
  S3IcebergDirectTarget.add_member(:number_target_partitions, Shapes::ShapeRef.new(shape: NumberTargetPartitionsString, location_name: "NumberTargetPartitions"))
6299
+ S3IcebergDirectTarget.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
6197
6300
  S3IcebergDirectTarget.struct_class = Types::S3IcebergDirectTarget
6198
6301
 
6199
6302
  S3JsonSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))