aws-sdk-glue 1.137.0 → 1.139.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +166 -55
- data/lib/aws-sdk-glue/client_api.rb +34 -0
- data/lib/aws-sdk-glue/types.rb +298 -94
- data/lib/aws-sdk-glue.rb +1 -1
- metadata +2 -2
@@ -17,6 +17,7 @@ module Aws::Glue
|
|
17
17
|
AccountId = Shapes::StringShape.new(name: 'AccountId')
|
18
18
|
Action = Shapes::StructureShape.new(name: 'Action')
|
19
19
|
ActionList = Shapes::ListShape.new(name: 'ActionList')
|
20
|
+
AdditionalOptionKeys = Shapes::StringShape.new(name: 'AdditionalOptionKeys')
|
20
21
|
AdditionalOptions = Shapes::MapShape.new(name: 'AdditionalOptions')
|
21
22
|
AdditionalPlanOptionsMap = Shapes::MapShape.new(name: 'AdditionalPlanOptionsMap')
|
22
23
|
AggFunction = Shapes::StringShape.new(name: 'AggFunction')
|
@@ -275,6 +276,8 @@ module Aws::Glue
|
|
275
276
|
CustomEntityTypeNames = Shapes::ListShape.new(name: 'CustomEntityTypeNames')
|
276
277
|
CustomEntityTypes = Shapes::ListShape.new(name: 'CustomEntityTypes')
|
277
278
|
CustomPatterns = Shapes::StringShape.new(name: 'CustomPatterns')
|
279
|
+
DQAdditionalOptions = Shapes::MapShape.new(name: 'DQAdditionalOptions')
|
280
|
+
DQDLAliases = Shapes::MapShape.new(name: 'DQDLAliases')
|
278
281
|
DQDLString = Shapes::StringShape.new(name: 'DQDLString')
|
279
282
|
DQResultsPublishingOptions = Shapes::StructureShape.new(name: 'DQResultsPublishingOptions')
|
280
283
|
DQStopJobOnFailureOptions = Shapes::StructureShape.new(name: 'DQStopJobOnFailureOptions')
|
@@ -309,6 +312,7 @@ module Aws::Glue
|
|
309
312
|
DataQualityRulesetString = Shapes::StringShape.new(name: 'DataQualityRulesetString')
|
310
313
|
DataQualityTargetTable = Shapes::StructureShape.new(name: 'DataQualityTargetTable')
|
311
314
|
DataSource = Shapes::StructureShape.new(name: 'DataSource')
|
315
|
+
DataSourceMap = Shapes::MapShape.new(name: 'DataSourceMap')
|
312
316
|
Database = Shapes::StructureShape.new(name: 'Database')
|
313
317
|
DatabaseIdentifier = Shapes::StructureShape.new(name: 'DatabaseIdentifier')
|
314
318
|
DatabaseInput = Shapes::StructureShape.new(name: 'DatabaseInput')
|
@@ -412,6 +416,8 @@ module Aws::Glue
|
|
412
416
|
ErrorMessageString = Shapes::StringShape.new(name: 'ErrorMessageString')
|
413
417
|
ErrorString = Shapes::StringShape.new(name: 'ErrorString')
|
414
418
|
EvaluateDataQuality = Shapes::StructureShape.new(name: 'EvaluateDataQuality')
|
419
|
+
EvaluateDataQualityMultiFrame = Shapes::StructureShape.new(name: 'EvaluateDataQualityMultiFrame')
|
420
|
+
EvaluatedMetricsMap = Shapes::MapShape.new(name: 'EvaluatedMetricsMap')
|
415
421
|
EvaluationMetrics = Shapes::StructureShape.new(name: 'EvaluationMetrics')
|
416
422
|
EventBatchingCondition = Shapes::StructureShape.new(name: 'EventBatchingCondition')
|
417
423
|
EventQueueArn = Shapes::StringShape.new(name: 'EventQueueArn')
|
@@ -875,6 +881,7 @@ module Aws::Glue
|
|
875
881
|
RunId = Shapes::StringShape.new(name: 'RunId')
|
876
882
|
RunStatementRequest = Shapes::StructureShape.new(name: 'RunStatementRequest')
|
877
883
|
RunStatementResponse = Shapes::StructureShape.new(name: 'RunStatementResponse')
|
884
|
+
RuntimeNameString = Shapes::StringShape.new(name: 'RuntimeNameString')
|
878
885
|
S3CatalogDeltaSource = Shapes::StructureShape.new(name: 'S3CatalogDeltaSource')
|
879
886
|
S3CatalogHudiSource = Shapes::StructureShape.new(name: 'S3CatalogHudiSource')
|
880
887
|
S3CatalogSource = Shapes::StructureShape.new(name: 'S3CatalogSource')
|
@@ -1642,6 +1649,7 @@ module Aws::Glue
|
|
1642
1649
|
CodeGenConfigurationNode.add_member(:s3_delta_direct_target, Shapes::ShapeRef.new(shape: S3DeltaDirectTarget, location_name: "S3DeltaDirectTarget"))
|
1643
1650
|
CodeGenConfigurationNode.add_member(:amazon_redshift_source, Shapes::ShapeRef.new(shape: AmazonRedshiftSource, location_name: "AmazonRedshiftSource"))
|
1644
1651
|
CodeGenConfigurationNode.add_member(:amazon_redshift_target, Shapes::ShapeRef.new(shape: AmazonRedshiftTarget, location_name: "AmazonRedshiftTarget"))
|
1652
|
+
CodeGenConfigurationNode.add_member(:evaluate_data_quality_multi_frame, Shapes::ShapeRef.new(shape: EvaluateDataQualityMultiFrame, location_name: "EvaluateDataQualityMultiFrame"))
|
1645
1653
|
CodeGenConfigurationNode.struct_class = Types::CodeGenConfigurationNode
|
1646
1654
|
|
1647
1655
|
CodeGenConfigurationNodes.key = Shapes::ShapeRef.new(shape: NodeId)
|
@@ -2209,6 +2217,12 @@ module Aws::Glue
|
|
2209
2217
|
|
2210
2218
|
CustomEntityTypes.member = Shapes::ShapeRef.new(shape: CustomEntityType)
|
2211
2219
|
|
2220
|
+
DQAdditionalOptions.key = Shapes::ShapeRef.new(shape: AdditionalOptionKeys)
|
2221
|
+
DQAdditionalOptions.value = Shapes::ShapeRef.new(shape: GenericString)
|
2222
|
+
|
2223
|
+
DQDLAliases.key = Shapes::ShapeRef.new(shape: NodeName)
|
2224
|
+
DQDLAliases.value = Shapes::ShapeRef.new(shape: EnclosedInStringProperty)
|
2225
|
+
|
2212
2226
|
DQResultsPublishingOptions.add_member(:evaluation_context, Shapes::ShapeRef.new(shape: GenericLimitedString, location_name: "EvaluationContext"))
|
2213
2227
|
DQResultsPublishingOptions.add_member(:results_s3_prefix, Shapes::ShapeRef.new(shape: EnclosedInStringProperty, location_name: "ResultsS3Prefix"))
|
2214
2228
|
DQResultsPublishingOptions.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: BoxedBoolean, location_name: "CloudWatchMetricsEnabled"))
|
@@ -2285,6 +2299,7 @@ module Aws::Glue
|
|
2285
2299
|
DataQualityRuleResult.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2286
2300
|
DataQualityRuleResult.add_member(:evaluation_message, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "EvaluationMessage"))
|
2287
2301
|
DataQualityRuleResult.add_member(:result, Shapes::ShapeRef.new(shape: DataQualityRuleResultStatus, location_name: "Result"))
|
2302
|
+
DataQualityRuleResult.add_member(:evaluated_metrics, Shapes::ShapeRef.new(shape: EvaluatedMetricsMap, location_name: "EvaluatedMetrics"))
|
2288
2303
|
DataQualityRuleResult.struct_class = Types::DataQualityRuleResult
|
2289
2304
|
|
2290
2305
|
DataQualityRuleResults.member = Shapes::ShapeRef.new(shape: DataQualityRuleResult)
|
@@ -2324,11 +2339,15 @@ module Aws::Glue
|
|
2324
2339
|
|
2325
2340
|
DataQualityTargetTable.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
|
2326
2341
|
DataQualityTargetTable.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
|
2342
|
+
DataQualityTargetTable.add_member(:catalog_id, Shapes::ShapeRef.new(shape: NameString, location_name: "CatalogId"))
|
2327
2343
|
DataQualityTargetTable.struct_class = Types::DataQualityTargetTable
|
2328
2344
|
|
2329
2345
|
DataSource.add_member(:glue_table, Shapes::ShapeRef.new(shape: GlueTable, required: true, location_name: "GlueTable"))
|
2330
2346
|
DataSource.struct_class = Types::DataSource
|
2331
2347
|
|
2348
|
+
DataSourceMap.key = Shapes::ShapeRef.new(shape: NameString)
|
2349
|
+
DataSourceMap.value = Shapes::ShapeRef.new(shape: DataSource)
|
2350
|
+
|
2332
2351
|
Database.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
2333
2352
|
Database.add_member(:description, Shapes::ShapeRef.new(shape: DescriptionString, location_name: "Description"))
|
2334
2353
|
Database.add_member(:location_uri, Shapes::ShapeRef.new(shape: URI, location_name: "LocationUri"))
|
@@ -2703,6 +2722,18 @@ module Aws::Glue
|
|
2703
2722
|
EvaluateDataQuality.add_member(:stop_job_on_failure_options, Shapes::ShapeRef.new(shape: DQStopJobOnFailureOptions, location_name: "StopJobOnFailureOptions"))
|
2704
2723
|
EvaluateDataQuality.struct_class = Types::EvaluateDataQuality
|
2705
2724
|
|
2725
|
+
EvaluateDataQualityMultiFrame.add_member(:name, Shapes::ShapeRef.new(shape: NodeName, required: true, location_name: "Name"))
|
2726
|
+
EvaluateDataQualityMultiFrame.add_member(:inputs, Shapes::ShapeRef.new(shape: ManyInputs, required: true, location_name: "Inputs"))
|
2727
|
+
EvaluateDataQualityMultiFrame.add_member(:additional_data_sources, Shapes::ShapeRef.new(shape: DQDLAliases, location_name: "AdditionalDataSources"))
|
2728
|
+
EvaluateDataQualityMultiFrame.add_member(:ruleset, Shapes::ShapeRef.new(shape: DQDLString, required: true, location_name: "Ruleset"))
|
2729
|
+
EvaluateDataQualityMultiFrame.add_member(:publishing_options, Shapes::ShapeRef.new(shape: DQResultsPublishingOptions, location_name: "PublishingOptions"))
|
2730
|
+
EvaluateDataQualityMultiFrame.add_member(:additional_options, Shapes::ShapeRef.new(shape: DQAdditionalOptions, location_name: "AdditionalOptions"))
|
2731
|
+
EvaluateDataQualityMultiFrame.add_member(:stop_job_on_failure_options, Shapes::ShapeRef.new(shape: DQStopJobOnFailureOptions, location_name: "StopJobOnFailureOptions"))
|
2732
|
+
EvaluateDataQualityMultiFrame.struct_class = Types::EvaluateDataQualityMultiFrame
|
2733
|
+
|
2734
|
+
EvaluatedMetricsMap.key = Shapes::ShapeRef.new(shape: NameString)
|
2735
|
+
EvaluatedMetricsMap.value = Shapes::ShapeRef.new(shape: NullableDouble)
|
2736
|
+
|
2706
2737
|
EvaluationMetrics.add_member(:transform_type, Shapes::ShapeRef.new(shape: TransformType, required: true, location_name: "TransformType"))
|
2707
2738
|
EvaluationMetrics.add_member(:find_matches_metrics, Shapes::ShapeRef.new(shape: FindMatchesMetrics, location_name: "FindMatchesMetrics"))
|
2708
2739
|
EvaluationMetrics.struct_class = Types::EvaluationMetrics
|
@@ -2962,6 +2993,7 @@ module Aws::Glue
|
|
2962
2993
|
GetDataQualityRulesetEvaluationRunResponse.add_member(:execution_time, Shapes::ShapeRef.new(shape: ExecutionTime, location_name: "ExecutionTime"))
|
2963
2994
|
GetDataQualityRulesetEvaluationRunResponse.add_member(:ruleset_names, Shapes::ShapeRef.new(shape: RulesetNames, location_name: "RulesetNames"))
|
2964
2995
|
GetDataQualityRulesetEvaluationRunResponse.add_member(:result_ids, Shapes::ShapeRef.new(shape: DataQualityResultIdList, location_name: "ResultIds"))
|
2996
|
+
GetDataQualityRulesetEvaluationRunResponse.add_member(:additional_data_sources, Shapes::ShapeRef.new(shape: DataSourceMap, location_name: "AdditionalDataSources"))
|
2965
2997
|
GetDataQualityRulesetEvaluationRunResponse.struct_class = Types::GetDataQualityRulesetEvaluationRunResponse
|
2966
2998
|
|
2967
2999
|
GetDataQualityRulesetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "Name"))
|
@@ -3608,6 +3640,7 @@ module Aws::Glue
|
|
3608
3640
|
JobCommand.add_member(:name, Shapes::ShapeRef.new(shape: GenericString, location_name: "Name"))
|
3609
3641
|
JobCommand.add_member(:script_location, Shapes::ShapeRef.new(shape: ScriptLocationString, location_name: "ScriptLocation"))
|
3610
3642
|
JobCommand.add_member(:python_version, Shapes::ShapeRef.new(shape: PythonVersionString, location_name: "PythonVersion"))
|
3643
|
+
JobCommand.add_member(:runtime, Shapes::ShapeRef.new(shape: RuntimeNameString, location_name: "Runtime"))
|
3611
3644
|
JobCommand.struct_class = Types::JobCommand
|
3612
3645
|
|
3613
3646
|
JobList.member = Shapes::ShapeRef.new(shape: Job)
|
@@ -4787,6 +4820,7 @@ module Aws::Glue
|
|
4787
4820
|
StartDataQualityRulesetEvaluationRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: HashString, location_name: "ClientToken"))
|
4788
4821
|
StartDataQualityRulesetEvaluationRunRequest.add_member(:additional_run_options, Shapes::ShapeRef.new(shape: DataQualityEvaluationRunAdditionalRunOptions, location_name: "AdditionalRunOptions"))
|
4789
4822
|
StartDataQualityRulesetEvaluationRunRequest.add_member(:ruleset_names, Shapes::ShapeRef.new(shape: RulesetNames, required: true, location_name: "RulesetNames"))
|
4823
|
+
StartDataQualityRulesetEvaluationRunRequest.add_member(:additional_data_sources, Shapes::ShapeRef.new(shape: DataSourceMap, location_name: "AdditionalDataSources"))
|
4790
4824
|
StartDataQualityRulesetEvaluationRunRequest.struct_class = Types::StartDataQualityRulesetEvaluationRunRequest
|
4791
4825
|
|
4792
4826
|
StartDataQualityRulesetEvaluationRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
|