aws-sdk-glue 1.226.0 → 1.228.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +20 -2865
- data/lib/aws-sdk-glue/client_api.rb +109 -3
- data/lib/aws-sdk-glue/types.rb +606 -118
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +764 -271
- data/sig/types.rbs +115 -5
- metadata +3 -3
@@ -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')
|
@@ -1073,6 +1081,7 @@ module Aws::Glue
|
|
1073
1081
|
OrchestrationNameString = Shapes::StringShape.new(name: 'OrchestrationNameString')
|
1074
1082
|
OrchestrationPageSize200 = Shapes::IntegerShape.new(name: 'OrchestrationPageSize200')
|
1075
1083
|
OrchestrationPageSize25 = Shapes::IntegerShape.new(name: 'OrchestrationPageSize25')
|
1084
|
+
OrchestrationPolicyJsonString = Shapes::StringShape.new(name: 'OrchestrationPolicyJsonString')
|
1076
1085
|
OrchestrationRoleArn = Shapes::StringShape.new(name: 'OrchestrationRoleArn')
|
1077
1086
|
OrchestrationS3Location = Shapes::StringShape.new(name: 'OrchestrationS3Location')
|
1078
1087
|
OrchestrationStatementCodeString = Shapes::StringShape.new(name: 'OrchestrationStatementCodeString')
|
@@ -1207,6 +1216,7 @@ module Aws::Glue
|
|
1207
1216
|
Role = Shapes::StringShape.new(name: 'Role')
|
1208
1217
|
RoleArn = Shapes::StringShape.new(name: 'RoleArn')
|
1209
1218
|
RoleString = Shapes::StringShape.new(name: 'RoleString')
|
1219
|
+
Route = Shapes::StructureShape.new(name: 'Route')
|
1210
1220
|
RowTag = Shapes::StringShape.new(name: 'RowTag')
|
1211
1221
|
RuleMetricsMap = Shapes::MapShape.new(name: 'RuleMetricsMap')
|
1212
1222
|
RulesetNames = Shapes::ListShape.new(name: 'RulesetNames')
|
@@ -1218,6 +1228,7 @@ module Aws::Glue
|
|
1218
1228
|
RuntimeNameString = Shapes::StringShape.new(name: 'RuntimeNameString')
|
1219
1229
|
S3CatalogDeltaSource = Shapes::StructureShape.new(name: 'S3CatalogDeltaSource')
|
1220
1230
|
S3CatalogHudiSource = Shapes::StructureShape.new(name: 'S3CatalogHudiSource')
|
1231
|
+
S3CatalogIcebergSource = Shapes::StructureShape.new(name: 'S3CatalogIcebergSource')
|
1221
1232
|
S3CatalogSource = Shapes::StructureShape.new(name: 'S3CatalogSource')
|
1222
1233
|
S3CatalogTarget = Shapes::StructureShape.new(name: 'S3CatalogTarget')
|
1223
1234
|
S3CsvSource = Shapes::StructureShape.new(name: 'S3CsvSource')
|
@@ -1235,6 +1246,7 @@ module Aws::Glue
|
|
1235
1246
|
S3HudiDirectTarget = Shapes::StructureShape.new(name: 'S3HudiDirectTarget')
|
1236
1247
|
S3HudiSource = Shapes::StructureShape.new(name: 'S3HudiSource')
|
1237
1248
|
S3HyperDirectTarget = Shapes::StructureShape.new(name: 'S3HyperDirectTarget')
|
1249
|
+
S3IcebergCatalogTarget = Shapes::StructureShape.new(name: 'S3IcebergCatalogTarget')
|
1238
1250
|
S3IcebergDirectTarget = Shapes::StructureShape.new(name: 'S3IcebergDirectTarget')
|
1239
1251
|
S3JsonSource = Shapes::StructureShape.new(name: 'S3JsonSource')
|
1240
1252
|
S3ParquetSource = Shapes::StructureShape.new(name: 'S3ParquetSource')
|
@@ -1733,6 +1745,10 @@ module Aws::Glue
|
|
1733
1745
|
AuthorizationCodeProperties.add_member(:redirect_uri, Shapes::ShapeRef.new(shape: RedirectUri, location_name: "RedirectUri"))
|
1734
1746
|
AuthorizationCodeProperties.struct_class = Types::AuthorizationCodeProperties
|
1735
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
|
+
|
1736
1752
|
BackfillError.add_member(:code, Shapes::ShapeRef.new(shape: BackfillErrorCode, location_name: "Code"))
|
1737
1753
|
BackfillError.add_member(:partitions, Shapes::ShapeRef.new(shape: BackfillErroredPartitionsList, location_name: "Partitions"))
|
1738
1754
|
BackfillError.struct_class = Types::BackfillError
|
@@ -2070,6 +2086,13 @@ module Aws::Glue
|
|
2070
2086
|
CatalogHudiSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
2071
2087
|
CatalogHudiSource.struct_class = Types::CatalogHudiSource
|
2072
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
|
+
|
2073
2096
|
CatalogImportStatus.add_member(:import_completed, Shapes::ShapeRef.new(shape: Boolean, location_name: "ImportCompleted"))
|
2074
2097
|
CatalogImportStatus.add_member(:import_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "ImportTime"))
|
2075
2098
|
CatalogImportStatus.add_member(:imported_by, Shapes::ShapeRef.new(shape: NameString, location_name: "ImportedBy"))
|
@@ -2120,6 +2143,8 @@ module Aws::Glue
|
|
2120
2143
|
CatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2121
2144
|
CatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
2122
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"))
|
2123
2148
|
CatalogSource.struct_class = Types::CatalogSource
|
2124
2149
|
|
2125
2150
|
CatalogTablesList.member = Shapes::ShapeRef.new(shape: NameString)
|
@@ -2162,7 +2187,6 @@ module Aws::Glue
|
|
2162
2187
|
CodeGenConfigurationNode.add_member(:redshift_source, Shapes::ShapeRef.new(shape: RedshiftSource, location_name: "RedshiftSource"))
|
2163
2188
|
CodeGenConfigurationNode.add_member(:s3_catalog_source, Shapes::ShapeRef.new(shape: S3CatalogSource, location_name: "S3CatalogSource"))
|
2164
2189
|
CodeGenConfigurationNode.add_member(:s3_csv_source, Shapes::ShapeRef.new(shape: S3CsvSource, location_name: "S3CsvSource"))
|
2165
|
-
CodeGenConfigurationNode.add_member(:s3_excel_source, Shapes::ShapeRef.new(shape: S3ExcelSource, location_name: "S3ExcelSource"))
|
2166
2190
|
CodeGenConfigurationNode.add_member(:s3_json_source, Shapes::ShapeRef.new(shape: S3JsonSource, location_name: "S3JsonSource"))
|
2167
2191
|
CodeGenConfigurationNode.add_member(:s3_parquet_source, Shapes::ShapeRef.new(shape: S3ParquetSource, location_name: "S3ParquetSource"))
|
2168
2192
|
CodeGenConfigurationNode.add_member(:relational_catalog_source, Shapes::ShapeRef.new(shape: RelationalCatalogSource, location_name: "RelationalCatalogSource"))
|
@@ -2173,9 +2197,7 @@ module Aws::Glue
|
|
2173
2197
|
CodeGenConfigurationNode.add_member(:redshift_target, Shapes::ShapeRef.new(shape: RedshiftTarget, location_name: "RedshiftTarget"))
|
2174
2198
|
CodeGenConfigurationNode.add_member(:s3_catalog_target, Shapes::ShapeRef.new(shape: S3CatalogTarget, location_name: "S3CatalogTarget"))
|
2175
2199
|
CodeGenConfigurationNode.add_member(:s3_glue_parquet_target, Shapes::ShapeRef.new(shape: S3GlueParquetTarget, location_name: "S3GlueParquetTarget"))
|
2176
|
-
CodeGenConfigurationNode.add_member(:s3_hyper_direct_target, Shapes::ShapeRef.new(shape: S3HyperDirectTarget, location_name: "S3HyperDirectTarget"))
|
2177
2200
|
CodeGenConfigurationNode.add_member(:s3_direct_target, Shapes::ShapeRef.new(shape: S3DirectTarget, location_name: "S3DirectTarget"))
|
2178
|
-
CodeGenConfigurationNode.add_member(:s3_iceberg_direct_target, Shapes::ShapeRef.new(shape: S3IcebergDirectTarget, location_name: "S3IcebergDirectTarget"))
|
2179
2201
|
CodeGenConfigurationNode.add_member(:apply_mapping, Shapes::ShapeRef.new(shape: ApplyMapping, location_name: "ApplyMapping"))
|
2180
2202
|
CodeGenConfigurationNode.add_member(:select_fields, Shapes::ShapeRef.new(shape: SelectFields, location_name: "SelectFields"))
|
2181
2203
|
CodeGenConfigurationNode.add_member(:drop_fields, Shapes::ShapeRef.new(shape: DropFields, location_name: "DropFields"))
|
@@ -2208,6 +2230,7 @@ module Aws::Glue
|
|
2208
2230
|
CodeGenConfigurationNode.add_member(:my_sql_catalog_target, Shapes::ShapeRef.new(shape: MySQLCatalogTarget, location_name: "MySQLCatalogTarget"))
|
2209
2231
|
CodeGenConfigurationNode.add_member(:oracle_sql_catalog_target, Shapes::ShapeRef.new(shape: OracleSQLCatalogTarget, location_name: "OracleSQLCatalogTarget"))
|
2210
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"))
|
2211
2234
|
CodeGenConfigurationNode.add_member(:dynamic_transform, Shapes::ShapeRef.new(shape: DynamicTransform, location_name: "DynamicTransform"))
|
2212
2235
|
CodeGenConfigurationNode.add_member(:evaluate_data_quality, Shapes::ShapeRef.new(shape: EvaluateDataQuality, location_name: "EvaluateDataQuality"))
|
2213
2236
|
CodeGenConfigurationNode.add_member(:s3_catalog_hudi_source, Shapes::ShapeRef.new(shape: S3CatalogHudiSource, location_name: "S3CatalogHudiSource"))
|
@@ -2229,6 +2252,13 @@ module Aws::Glue
|
|
2229
2252
|
CodeGenConfigurationNode.add_member(:snowflake_target, Shapes::ShapeRef.new(shape: SnowflakeTarget, location_name: "SnowflakeTarget"))
|
2230
2253
|
CodeGenConfigurationNode.add_member(:connector_data_source, Shapes::ShapeRef.new(shape: ConnectorDataSource, location_name: "ConnectorDataSource"))
|
2231
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"))
|
2232
2262
|
CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
|
2233
2263
|
|
2234
2264
|
CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
|
@@ -3046,6 +3076,19 @@ module Aws::Glue
|
|
3046
3076
|
CustomProperties.key = Shapes::ShapeRef.new(shape: String)
|
3047
3077
|
CustomProperties.value = Shapes::ShapeRef.new(shape: String)
|
3048
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
|
+
|
3049
3092
|
DQAdditionalOptions.key = Shapes::ShapeRef.new(shape: AdditionalOptionKeys)
|
3050
3093
|
DQAdditionalOptions.value = Shapes::ShapeRef.new(shape: GenericString)
|
3051
3094
|
|
@@ -3600,6 +3643,7 @@ module Aws::Glue
|
|
3600
3643
|
DirectJDBCSource.add_member(:connection_name, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "ConnectionName"))
|
3601
3644
|
DirectJDBCSource.add_member(:connection_type, Shapes::ShapeRef.new(shape: JDBCConnectionType, required: true, location_name: "ConnectionType"))
|
3602
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"))
|
3603
3647
|
DirectJDBCSource.struct_class = Types::DirectJDBCSource
|
3604
3648
|
|
3605
3649
|
DirectKafkaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -3657,8 +3701,15 @@ module Aws::Glue
|
|
3657
3701
|
DynamoDBCatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
3658
3702
|
DynamoDBCatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
3659
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"))
|
3660
3706
|
DynamoDBCatalogSource.struct_class = Types::DynamoDBCatalogSource
|
3661
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
|
+
|
3662
3713
|
DynamoDBTarget.add_member(:path, Shapes::ShapeRef.new(shape: Path, location_name: "Path"))
|
3663
3714
|
DynamoDBTarget.add_member(:scan_all, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "scanAll"))
|
3664
3715
|
DynamoDBTarget.add_member(:scan_rate, Shapes::ShapeRef.new(shape: NullableDouble, location_name: "scanRate"))
|
@@ -4666,6 +4717,7 @@ module Aws::Glue
|
|
4666
4717
|
|
4667
4718
|
GlueStudioSchemaColumn.add_member(:name, Shapes::ShapeRef.new(shape: GlueStudioColumnNameString, required: true, location_name: "Name"))
|
4668
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"))
|
4669
4721
|
GlueStudioSchemaColumn.struct_class = Types::GlueStudioSchemaColumn
|
4670
4722
|
|
4671
4723
|
GlueStudioSchemaColumnList.member = Shapes::ShapeRef.new(shape: GlueStudioSchemaColumn)
|
@@ -4706,6 +4758,13 @@ module Aws::Glue
|
|
4706
4758
|
GrokClassifier.add_member(:custom_patterns, Shapes::ShapeRef.new(shape: CustomPatterns, location_name: "CustomPatterns"))
|
4707
4759
|
GrokClassifier.struct_class = Types::GrokClassifier
|
4708
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
|
+
|
4709
4768
|
HudiTarget.add_member(:paths, Shapes::ShapeRef.new(shape: PathList, location_name: "Paths"))
|
4710
4769
|
HudiTarget.add_member(:connection_name, Shapes::ShapeRef.new(shape: ConnectionName, location_name: "ConnectionName"))
|
4711
4770
|
HudiTarget.add_member(:exclusions, Shapes::ShapeRef.new(shape: PathList, location_name: "Exclusions"))
|
@@ -5044,6 +5103,7 @@ module Aws::Glue
|
|
5044
5103
|
JobRun.add_member(:maintenance_window, Shapes::ShapeRef.new(shape: MaintenanceWindow, location_name: "MaintenanceWindow"))
|
5045
5104
|
JobRun.add_member(:profile_name, Shapes::ShapeRef.new(shape: NameString, location_name: "ProfileName"))
|
5046
5105
|
JobRun.add_member(:state_detail, Shapes::ShapeRef.new(shape: OrchestrationMessageString, location_name: "StateDetail"))
|
5106
|
+
JobRun.add_member(:execution_role_session_policy, Shapes::ShapeRef.new(shape: OrchestrationPolicyJsonString, location_name: "ExecutionRoleSessionPolicy"))
|
5047
5107
|
JobRun.struct_class = Types::JobRun
|
5048
5108
|
|
5049
5109
|
JobRunList.member = Shapes::ShapeRef.new(shape: JobRun)
|
@@ -5145,6 +5205,7 @@ module Aws::Glue
|
|
5145
5205
|
KinesisStreamingSourceOptions.add_member(:add_record_timestamp, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "AddRecordTimestamp"))
|
5146
5206
|
KinesisStreamingSourceOptions.add_member(:emit_consumer_lag_metrics, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "EmitConsumerLagMetrics"))
|
5147
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"))
|
5148
5209
|
KinesisStreamingSourceOptions.struct_class = Types::KinesisStreamingSourceOptions
|
5149
5210
|
|
5150
5211
|
LabelingSetGenerationTaskRunProperties.add_member(:output_s3_path, Shapes::ShapeRef.new(shape: UriString, location_name: "OutputS3Path"))
|
@@ -5680,6 +5741,13 @@ module Aws::Glue
|
|
5680
5741
|
PIIDetection.add_member(:sample_fraction, Shapes::ShapeRef.new(shape: BoxedDoubleFraction, location_name: "SampleFraction"))
|
5681
5742
|
PIIDetection.add_member(:threshold_fraction, Shapes::ShapeRef.new(shape: BoxedDoubleFraction, location_name: "ThresholdFraction"))
|
5682
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"))
|
5683
5751
|
PIIDetection.struct_class = Types::PIIDetection
|
5684
5752
|
|
5685
5753
|
ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterName)
|
@@ -6002,6 +6070,11 @@ module Aws::Glue
|
|
6002
6070
|
RetentionMetrics.add_member(:iceberg_metrics, Shapes::ShapeRef.new(shape: IcebergRetentionMetrics, location_name: "IcebergMetrics"))
|
6003
6071
|
RetentionMetrics.struct_class = Types::RetentionMetrics
|
6004
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
|
+
|
6005
6078
|
RuleMetricsMap.key = Shapes::ShapeRef.new(shape: NameString)
|
6006
6079
|
RuleMetricsMap.value = Shapes::ShapeRef.new(shape: NullableDouble)
|
6007
6080
|
|
@@ -6039,6 +6112,13 @@ module Aws::Glue
|
|
6039
6112
|
S3CatalogHudiSource.add_member(:output_schemas, Shapes::ShapeRef.new(shape: GlueSchemas, location_name: "OutputSchemas"))
|
6040
6113
|
S3CatalogHudiSource.struct_class = Types::S3CatalogHudiSource
|
6041
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
|
+
|
6042
6122
|
S3CatalogSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
6043
6123
|
S3CatalogSource.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
6044
6124
|
S3CatalogSource.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
@@ -6052,6 +6132,7 @@ module Aws::Glue
|
|
6052
6132
|
S3CatalogTarget.add_member(:table, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Table"))
|
6053
6133
|
S3CatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
6054
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"))
|
6055
6136
|
S3CatalogTarget.struct_class = Types::S3CatalogTarget
|
6056
6137
|
|
6057
6138
|
S3CsvSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -6082,6 +6163,8 @@ module Aws::Glue
|
|
6082
6163
|
S3DeltaCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
6083
6164
|
S3DeltaCatalogTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
|
6084
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"))
|
6085
6168
|
S3DeltaCatalogTarget.struct_class = Types::S3DeltaCatalogTarget
|
6086
6169
|
|
6087
6170
|
S3DeltaDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -6093,6 +6176,7 @@ module Aws::Glue
|
|
6093
6176
|
S3DeltaDirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
|
6094
6177
|
S3DeltaDirectTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
|
6095
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"))
|
6096
6180
|
S3DeltaDirectTarget.struct_class = Types::S3DeltaDirectTarget
|
6097
6181
|
|
6098
6182
|
S3DeltaSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -6116,6 +6200,8 @@ module Aws::Glue
|
|
6116
6200
|
S3DirectTarget.add_member(:number_target_partitions, Shapes::ShapeRef.new(shape: NumberTargetPartitionsString, location_name: "NumberTargetPartitions"))
|
6117
6201
|
S3DirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
|
6118
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"))
|
6119
6205
|
S3DirectTarget.struct_class = Types::S3DirectTarget
|
6120
6206
|
|
6121
6207
|
S3Encryption.add_member(:s3_encryption_mode, Shapes::ShapeRef.new(shape: S3EncryptionMode, location_name: "S3EncryptionMode"))
|
@@ -6146,6 +6232,7 @@ module Aws::Glue
|
|
6146
6232
|
S3GlueParquetTarget.add_member(:compression, Shapes::ShapeRef.new(shape: ParquetCompressionType, location_name: "Compression"))
|
6147
6233
|
S3GlueParquetTarget.add_member(:number_target_partitions, Shapes::ShapeRef.new(shape: NumberTargetPartitionsString, location_name: "NumberTargetPartitions"))
|
6148
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"))
|
6149
6236
|
S3GlueParquetTarget.struct_class = Types::S3GlueParquetTarget
|
6150
6237
|
|
6151
6238
|
S3HudiCatalogTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -6155,6 +6242,8 @@ module Aws::Glue
|
|
6155
6242
|
S3HudiCatalogTarget.add_member(:database, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Database"))
|
6156
6243
|
S3HudiCatalogTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, required: true, location_name: "AdditionalOptions"))
|
6157
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"))
|
6158
6247
|
S3HudiCatalogTarget.struct_class = Types::S3HudiCatalogTarget
|
6159
6248
|
|
6160
6249
|
S3HudiDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -6166,6 +6255,7 @@ module Aws::Glue
|
|
6166
6255
|
S3HudiDirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
|
6167
6256
|
S3HudiDirectTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, required: true, location_name: "AdditionalOptions"))
|
6168
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"))
|
6169
6259
|
S3HudiDirectTarget.struct_class = Types::S3HudiDirectTarget
|
6170
6260
|
|
6171
6261
|
S3HudiSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -6177,12 +6267,25 @@ module Aws::Glue
|
|
6177
6267
|
|
6178
6268
|
S3HyperDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
6179
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"))
|
6180
6271
|
S3HyperDirectTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
6181
6272
|
S3HyperDirectTarget.add_member(:path, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, required: true, location_name: "Path"))
|
6182
6273
|
S3HyperDirectTarget.add_member(:compression, Shapes::ShapeRef.new(shape: HyperTargetCompressionType, location_name: "Compression"))
|
6183
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"))
|
6184
6277
|
S3HyperDirectTarget.struct_class = Types::S3HyperDirectTarget
|
6185
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
|
+
|
6186
6289
|
S3IcebergDirectTarget.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
6187
6290
|
S3IcebergDirectTarget.add_member(:inputs, Shapes::ShapeRef.new(shape: OneInput, required: true, location_name: "Inputs"))
|
6188
6291
|
S3IcebergDirectTarget.add_member(:partition_keys, Shapes::ShapeRef.new(shape: GlueStudioPathList, location_name: "PartitionKeys"))
|
@@ -6190,8 +6293,10 @@ module Aws::Glue
|
|
6190
6293
|
S3IcebergDirectTarget.add_member(:format, Shapes::ShapeRef.new(shape: TargetFormat, required: true, location_name: "Format"))
|
6191
6294
|
S3IcebergDirectTarget.add_member(:additional_options, Shapes::ShapeRef.new(shape: AdditionalOptions, location_name: "AdditionalOptions"))
|
6192
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"))
|
6193
6297
|
S3IcebergDirectTarget.add_member(:compression, Shapes::ShapeRef.new(shape: IcebergTargetCompressionType, required: true, location_name: "Compression"))
|
6194
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"))
|
6195
6300
|
S3IcebergDirectTarget.struct_class = Types::S3IcebergDirectTarget
|
6196
6301
|
|
6197
6302
|
S3JsonSource.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
@@ -6568,6 +6673,7 @@ module Aws::Glue
|
|
6568
6673
|
StartJobRunRequest.add_member(:worker_type, Shapes::ShapeRef.new(shape: WorkerType, location_name: "WorkerType"))
|
6569
6674
|
StartJobRunRequest.add_member(:number_of_workers, Shapes::ShapeRef.new(shape: NullableInteger, location_name: "NumberOfWorkers"))
|
6570
6675
|
StartJobRunRequest.add_member(:execution_class, Shapes::ShapeRef.new(shape: ExecutionClass, location_name: "ExecutionClass"))
|
6676
|
+
StartJobRunRequest.add_member(:execution_role_session_policy, Shapes::ShapeRef.new(shape: OrchestrationPolicyJsonString, location_name: "ExecutionRoleSessionPolicy"))
|
6571
6677
|
StartJobRunRequest.struct_class = Types::StartJobRunRequest
|
6572
6678
|
|
6573
6679
|
StartJobRunResponse.add_member(:job_run_id, Shapes::ShapeRef.new(shape: IdString, location_name: "JobRunId"))
|