aws-sdk-glue 1.272.0 → 1.274.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ced8a9d2a2969e04864e113b5e8963c11be654a733210f8e3e54213f5ed02a63
4
- data.tar.gz: 1a774ea0d43b644e80d6cec93c59e11e6af4bd53bfacf81c216d1b01616e07e3
3
+ metadata.gz: e32fa2b9c080775de0e07993a8d8d81862c485862817b8d876a5b517838671cc
4
+ data.tar.gz: 797615532f0440de2f0db3214bc86745304d2b722b73cda066e9fe48d7b27345
5
5
  SHA512:
6
- metadata.gz: 7efc440f786dac7ab4cba8af93468e474431543834ee93f46d08de0a2d788060ef148881783d39182998b522e3233a3387721f7b9cd6331279d69abbb6717bd1
7
- data.tar.gz: 878a07d4d66742e00b25cd8a1265cdd72ae1292460c01ab68f65e345beed4f19a1a39ffc6d9484db4f21167699e4acd018eba4b5a61718bf889593f17e78e1fe
6
+ metadata.gz: bda530a31aa8eb9492a6ced146e88f92eda65af8ea45359d7f4992d32cc1753aa62e1f6f50ed9f983b8c7241ae3634226c92ca97c80d086584548e686cfc6fe2
7
+ data.tar.gz: 7e80e5fdfbf4879735e0d7f94bf09ccdaf7641b6b0073edd690e6e1b8e40ad6db23038960d246380e3bd7a1c8ac82ea6166ed08f08682723e1e1a63a44591c5d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.274.0 (2026-09-18)
5
+ ------------------
6
+
7
+ * Feature - Introducing AWS Glue Data Quality advanced rule recommendations for faster recommendations. This capability uses Amazon Athena to analyze a sample of table data and Amazon Bedrock to recommend DQDL rules.
8
+
9
+ 1.273.0 (2026-09-14)
10
+ ------------------
11
+
12
+ * Feature - Amazon Glue releasing the new API ListIntegrationTableProperties and adding IntegrationArn to TargetTableConfig
13
+
4
14
  1.272.0 (2026-09-11)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.272.0
1
+ 1.274.0
@@ -3506,6 +3506,7 @@ module Aws::Glue
3506
3506
  # },
3507
3507
  # ],
3508
3508
  # target_table_name: "String128",
3509
+ # integration_arn: "String128",
3509
3510
  # },
3510
3511
  # })
3511
3512
  #
@@ -8764,6 +8765,7 @@ module Aws::Glue
8764
8765
  # * {Types::GetDataQualityRuleRecommendationRunResponse#created_ruleset_name #created_ruleset_name} => String
8765
8766
  # * {Types::GetDataQualityRuleRecommendationRunResponse#data_quality_security_configuration #data_quality_security_configuration} => String
8766
8767
  # * {Types::GetDataQualityRuleRecommendationRunResponse#additional_run_options #additional_run_options} => Types::DataQualityRuleRecommendationRunAdditionalRunOptions
8768
+ # * {Types::GetDataQualityRuleRecommendationRunResponse#recommendation_mode #recommendation_mode} => String
8767
8769
  #
8768
8770
  # @example Request syntax with placeholder values
8769
8771
  #
@@ -8800,6 +8802,7 @@ module Aws::Glue
8800
8802
  # resp.created_ruleset_name #=> String
8801
8803
  # resp.data_quality_security_configuration #=> String
8802
8804
  # resp.additional_run_options.custom_log_group_prefix #=> String
8805
+ # resp.recommendation_mode #=> String, one of "BASIC", "ADVANCED"
8803
8806
  #
8804
8807
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDataQualityRuleRecommendationRun AWS API Documentation
8805
8808
  #
@@ -9565,6 +9568,7 @@ module Aws::Glue
9565
9568
  # resp.target_table_config.partition_spec[0].function_spec #=> String
9566
9569
  # resp.target_table_config.partition_spec[0].conversion_spec #=> String
9567
9570
  # resp.target_table_config.target_table_name #=> String
9571
+ # resp.target_table_config.integration_arn #=> String
9568
9572
  #
9569
9573
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetIntegrationTableProperties AWS API Documentation
9570
9574
  #
@@ -14283,6 +14287,7 @@ module Aws::Glue
14283
14287
  # resp.runs[0].data_source.data_quality_glue_table.additional_options["NameString"] #=> String
14284
14288
  # resp.runs[0].data_source.data_quality_glue_table.pre_processing_query #=> String
14285
14289
  # resp.runs[0].created_ruleset_name #=> String
14290
+ # resp.runs[0].recommendation_mode #=> String, one of "BASIC", "ADVANCED"
14286
14291
  # resp.next_token #=> String
14287
14292
  #
14288
14293
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListDataQualityRuleRecommendationRuns AWS API Documentation
@@ -14820,7 +14825,7 @@ module Aws::Glue
14820
14825
  # @example Request syntax with placeholder values
14821
14826
  #
14822
14827
  # resp = client.list_integration_resource_properties({
14823
- # marker: "String1024",
14828
+ # marker: "String4096",
14824
14829
  # filters: [
14825
14830
  # {
14826
14831
  # name: "String128",
@@ -14851,6 +14856,67 @@ module Aws::Glue
14851
14856
  req.send_request(options)
14852
14857
  end
14853
14858
 
14859
+ # Lists the integration table properties in your account. This operation
14860
+ # supports filtering and pagination.
14861
+ #
14862
+ # @option params [String] :marker
14863
+ # The pagination token for the next page of results. The initial value
14864
+ # is `null`.
14865
+ #
14866
+ # @option params [Array<Types::IntegrationTablePropertiesFilter>] :filters
14867
+ # A list of filters. Supported filter keys are `SourceArn`, `TargetArn`,
14868
+ # `SourceTableName`, and `TargetTableName`.
14869
+ #
14870
+ # @option params [Integer] :max_records
14871
+ # The maximum number of records to return in the response.
14872
+ #
14873
+ # @return [Types::ListIntegrationTablePropertiesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
14874
+ #
14875
+ # * {Types::ListIntegrationTablePropertiesResponse#integration_table_properties_list #integration_table_properties_list} => Array&lt;Types::IntegrationTableProperties&gt;
14876
+ # * {Types::ListIntegrationTablePropertiesResponse#marker #marker} => String
14877
+ #
14878
+ # @example Request syntax with placeholder values
14879
+ #
14880
+ # resp = client.list_integration_table_properties({
14881
+ # marker: "String4096",
14882
+ # filters: [
14883
+ # {
14884
+ # name: "String128",
14885
+ # values: ["String128"],
14886
+ # },
14887
+ # ],
14888
+ # max_records: 1,
14889
+ # })
14890
+ #
14891
+ # @example Response structure
14892
+ #
14893
+ # resp.integration_table_properties_list #=> Array
14894
+ # resp.integration_table_properties_list[0].resource_arn #=> String
14895
+ # resp.integration_table_properties_list[0].table_name #=> String
14896
+ # resp.integration_table_properties_list[0].source_table_config.fields #=> Array
14897
+ # resp.integration_table_properties_list[0].source_table_config.fields[0] #=> String
14898
+ # resp.integration_table_properties_list[0].source_table_config.filter_predicate #=> String
14899
+ # resp.integration_table_properties_list[0].source_table_config.primary_key #=> Array
14900
+ # resp.integration_table_properties_list[0].source_table_config.primary_key[0] #=> String
14901
+ # resp.integration_table_properties_list[0].source_table_config.record_update_field #=> String
14902
+ # resp.integration_table_properties_list[0].target_table_config.unnest_spec #=> String, one of "TOPLEVEL", "FULL", "NOUNNEST"
14903
+ # resp.integration_table_properties_list[0].target_table_config.partition_spec #=> Array
14904
+ # resp.integration_table_properties_list[0].target_table_config.partition_spec[0].field_name #=> String
14905
+ # resp.integration_table_properties_list[0].target_table_config.partition_spec[0].function_spec #=> String
14906
+ # resp.integration_table_properties_list[0].target_table_config.partition_spec[0].conversion_spec #=> String
14907
+ # resp.integration_table_properties_list[0].target_table_config.target_table_name #=> String
14908
+ # resp.integration_table_properties_list[0].target_table_config.integration_arn #=> String
14909
+ # resp.marker #=> String
14910
+ #
14911
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationTableProperties AWS API Documentation
14912
+ #
14913
+ # @overload list_integration_table_properties(params = {})
14914
+ # @param [Hash] params ({})
14915
+ def list_integration_table_properties(params = {}, options = {})
14916
+ req = build_request(:list_integration_table_properties, params)
14917
+ req.send_request(options)
14918
+ end
14919
+
14854
14920
  # Lists the items in an iterable form on an asset in Glue Data Catalog.
14855
14921
  # For example, lists the columns of a table asset.
14856
14922
  #
@@ -17644,7 +17710,14 @@ module Aws::Glue
17644
17710
  # The data source (Glue table) associated with this run.
17645
17711
  #
17646
17712
  # @option params [required, String] :role
17647
- # An IAM role supplied to encrypt the results of the run.
17713
+ # The IAM role that Glue assumes to access resources for the run.
17714
+ #
17715
+ # For more information, see [Configure IAM permissions for Glue Data
17716
+ # Quality][1].
17717
+ #
17718
+ #
17719
+ #
17720
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/data-quality-authorization.html
17648
17721
  #
17649
17722
  # @option params [Integer] :number_of_workers
17650
17723
  # The number of `G.1X` workers to be used in the run. The default is 5.
@@ -17669,6 +17742,11 @@ module Aws::Glue
17669
17742
  # @option params [Types::DataQualityRuleRecommendationRunAdditionalRunOptions] :additional_run_options
17670
17743
  # Additional run options you can specify for a recommendation run.
17671
17744
  #
17745
+ # @option params [String] :recommendation_mode
17746
+ # The mode that Glue Data Quality uses to recommend rules.
17747
+ #
17748
+ # The default is `BASIC`.
17749
+ #
17672
17750
  # @return [Types::StartDataQualityRuleRecommendationRunResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
17673
17751
  #
17674
17752
  # * {Types::StartDataQualityRuleRecommendationRunResponse#run_id #run_id} => String
@@ -17706,6 +17784,7 @@ module Aws::Glue
17706
17784
  # additional_run_options: {
17707
17785
  # custom_log_group_prefix: "GenericString",
17708
17786
  # },
17787
+ # recommendation_mode: "BASIC", # accepts BASIC, ADVANCED
17709
17788
  # })
17710
17789
  #
17711
17790
  # @example Response structure
@@ -20020,6 +20099,7 @@ module Aws::Glue
20020
20099
  # },
20021
20100
  # ],
20022
20101
  # target_table_name: "String128",
20102
+ # integration_arn: "String128",
20023
20103
  # },
20024
20104
  # })
20025
20105
  #
@@ -21102,7 +21182,7 @@ module Aws::Glue
21102
21182
  tracer: tracer
21103
21183
  )
21104
21184
  context[:gem_name] = 'aws-sdk-glue'
21105
- context[:gem_version] = '1.272.0'
21185
+ context[:gem_version] = '1.274.0'
21106
21186
  Seahorse::Client::Request.new(handlers, context)
21107
21187
  end
21108
21188
 
@@ -1020,6 +1020,11 @@ module Aws::Glue
1020
1020
  IntegrationSourcePropertiesMap = Shapes::MapShape.new(name: 'IntegrationSourcePropertiesMap')
1021
1021
  IntegrationStatus = Shapes::StringShape.new(name: 'IntegrationStatus')
1022
1022
  IntegrationString = Shapes::StringShape.new(name: 'IntegrationString')
1023
+ IntegrationTableProperties = Shapes::StructureShape.new(name: 'IntegrationTableProperties')
1024
+ IntegrationTablePropertiesFilter = Shapes::StructureShape.new(name: 'IntegrationTablePropertiesFilter')
1025
+ IntegrationTablePropertiesFilterList = Shapes::ListShape.new(name: 'IntegrationTablePropertiesFilterList')
1026
+ IntegrationTablePropertiesFilterValues = Shapes::ListShape.new(name: 'IntegrationTablePropertiesFilterValues')
1027
+ IntegrationTablePropertiesList = Shapes::ListShape.new(name: 'IntegrationTablePropertiesList')
1023
1028
  IntegrationTagsList = Shapes::ListShape.new(name: 'IntegrationTagsList')
1024
1029
  IntegrationTimestamp = Shapes::TimestampShape.new(name: 'IntegrationTimestamp')
1025
1030
  IntegrationType = Shapes::StringShape.new(name: 'IntegrationType')
@@ -1143,6 +1148,8 @@ module Aws::Glue
1143
1148
  ListGlossaryTermsResponse = Shapes::StructureShape.new(name: 'ListGlossaryTermsResponse')
1144
1149
  ListIntegrationResourcePropertiesRequest = Shapes::StructureShape.new(name: 'ListIntegrationResourcePropertiesRequest')
1145
1150
  ListIntegrationResourcePropertiesResponse = Shapes::StructureShape.new(name: 'ListIntegrationResourcePropertiesResponse')
1151
+ ListIntegrationTablePropertiesRequest = Shapes::StructureShape.new(name: 'ListIntegrationTablePropertiesRequest')
1152
+ ListIntegrationTablePropertiesResponse = Shapes::StructureShape.new(name: 'ListIntegrationTablePropertiesResponse')
1146
1153
  ListIterableFormsRequest = Shapes::StructureShape.new(name: 'ListIterableFormsRequest')
1147
1154
  ListIterableFormsResponse = Shapes::StructureShape.new(name: 'ListIterableFormsResponse')
1148
1155
  ListJobsRequest = Shapes::StructureShape.new(name: 'ListJobsRequest')
@@ -1392,6 +1399,7 @@ module Aws::Glue
1392
1399
  RecipeStep = Shapes::StructureShape.new(name: 'RecipeStep')
1393
1400
  RecipeSteps = Shapes::ListShape.new(name: 'RecipeSteps')
1394
1401
  RecipeVersion = Shapes::StringShape.new(name: 'RecipeVersion')
1402
+ RecommendationMode = Shapes::StringShape.new(name: 'RecommendationMode')
1395
1403
  Record = Shapes::DocumentShape.new(name: 'Record', document: true)
1396
1404
  Records = Shapes::ListShape.new(name: 'Records')
1397
1405
  RecordsCount = Shapes::IntegerShape.new(name: 'RecordsCount')
@@ -1644,9 +1652,9 @@ module Aws::Glue
1644
1652
  StorageDescriptor = Shapes::StructureShape.new(name: 'StorageDescriptor')
1645
1653
  StreamingDataPreviewOptions = Shapes::StructureShape.new(name: 'StreamingDataPreviewOptions')
1646
1654
  String = Shapes::StringShape.new(name: 'String')
1647
- String1024 = Shapes::StringShape.new(name: 'String1024')
1648
1655
  String128 = Shapes::StringShape.new(name: 'String128')
1649
1656
  String2048 = Shapes::StringShape.new(name: 'String2048')
1657
+ String4096 = Shapes::StringShape.new(name: 'String4096')
1650
1658
  String512 = Shapes::StringShape.new(name: 'String512')
1651
1659
  StringColumnStatisticsData = Shapes::StructureShape.new(name: 'StringColumnStatisticsData')
1652
1660
  StringList = Shapes::ListShape.new(name: 'StringList')
@@ -3674,6 +3682,7 @@ module Aws::Glue
3674
3682
  DataQualityRuleRecommendationRunDescription.add_member(:started_on, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedOn"))
3675
3683
  DataQualityRuleRecommendationRunDescription.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, location_name: "DataSource"))
3676
3684
  DataQualityRuleRecommendationRunDescription.add_member(:created_ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedRulesetName"))
3685
+ DataQualityRuleRecommendationRunDescription.add_member(:recommendation_mode, Shapes::ShapeRef.new(shape: RecommendationMode, location_name: "RecommendationMode"))
3677
3686
  DataQualityRuleRecommendationRunDescription.struct_class = Types::DataQualityRuleRecommendationRunDescription
3678
3687
 
3679
3688
  DataQualityRuleRecommendationRunFilter.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "DataSource"))
@@ -4790,6 +4799,7 @@ module Aws::Glue
4790
4799
  GetDataQualityRuleRecommendationRunResponse.add_member(:created_ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "CreatedRulesetName"))
4791
4800
  GetDataQualityRuleRecommendationRunResponse.add_member(:data_quality_security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "DataQualitySecurityConfiguration"))
4792
4801
  GetDataQualityRuleRecommendationRunResponse.add_member(:additional_run_options, Shapes::ShapeRef.new(shape: DataQualityRuleRecommendationRunAdditionalRunOptions, location_name: "AdditionalRunOptions"))
4802
+ GetDataQualityRuleRecommendationRunResponse.add_member(:recommendation_mode, Shapes::ShapeRef.new(shape: RecommendationMode, location_name: "RecommendationMode"))
4793
4803
  GetDataQualityRuleRecommendationRunResponse.struct_class = Types::GetDataQualityRuleRecommendationRunResponse
4794
4804
 
4795
4805
  GetDataQualityRulesetEvaluationRunRequest.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, required: true, location_name: "RunId"))
@@ -5761,6 +5771,22 @@ module Aws::Glue
5761
5771
  IntegrationSourcePropertiesMap.key = Shapes::ShapeRef.new(shape: IntegrationString)
5762
5772
  IntegrationSourcePropertiesMap.value = Shapes::ShapeRef.new(shape: IntegrationString)
5763
5773
 
5774
+ IntegrationTableProperties.add_member(:resource_arn, Shapes::ShapeRef.new(shape: String512, required: true, location_name: "ResourceArn"))
5775
+ IntegrationTableProperties.add_member(:table_name, Shapes::ShapeRef.new(shape: String128, required: true, location_name: "TableName"))
5776
+ IntegrationTableProperties.add_member(:source_table_config, Shapes::ShapeRef.new(shape: SourceTableConfig, location_name: "SourceTableConfig"))
5777
+ IntegrationTableProperties.add_member(:target_table_config, Shapes::ShapeRef.new(shape: TargetTableConfig, location_name: "TargetTableConfig"))
5778
+ IntegrationTableProperties.struct_class = Types::IntegrationTableProperties
5779
+
5780
+ IntegrationTablePropertiesFilter.add_member(:name, Shapes::ShapeRef.new(shape: String128, location_name: "Name"))
5781
+ IntegrationTablePropertiesFilter.add_member(:values, Shapes::ShapeRef.new(shape: IntegrationTablePropertiesFilterValues, location_name: "Values"))
5782
+ IntegrationTablePropertiesFilter.struct_class = Types::IntegrationTablePropertiesFilter
5783
+
5784
+ IntegrationTablePropertiesFilterList.member = Shapes::ShapeRef.new(shape: IntegrationTablePropertiesFilter)
5785
+
5786
+ IntegrationTablePropertiesFilterValues.member = Shapes::ShapeRef.new(shape: String128)
5787
+
5788
+ IntegrationTablePropertiesList.member = Shapes::ShapeRef.new(shape: IntegrationTableProperties)
5789
+
5764
5790
  IntegrationTagsList.member = Shapes::ShapeRef.new(shape: Tag)
5765
5791
 
5766
5792
  IntegrationsList.member = Shapes::ShapeRef.new(shape: Integration)
@@ -6248,15 +6274,24 @@ module Aws::Glue
6248
6274
  ListGlossaryTermsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
6249
6275
  ListGlossaryTermsResponse.struct_class = Types::ListGlossaryTermsResponse
6250
6276
 
6251
- ListIntegrationResourcePropertiesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String1024, location_name: "Marker"))
6277
+ ListIntegrationResourcePropertiesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String4096, location_name: "Marker"))
6252
6278
  ListIntegrationResourcePropertiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: IntegrationResourcePropertyFilterList, location_name: "Filters"))
6253
6279
  ListIntegrationResourcePropertiesRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
6254
6280
  ListIntegrationResourcePropertiesRequest.struct_class = Types::ListIntegrationResourcePropertiesRequest
6255
6281
 
6256
6282
  ListIntegrationResourcePropertiesResponse.add_member(:integration_resource_property_list, Shapes::ShapeRef.new(shape: IntegrationResourcePropertyList, location_name: "IntegrationResourcePropertyList"))
6257
- ListIntegrationResourcePropertiesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String1024, location_name: "Marker"))
6283
+ ListIntegrationResourcePropertiesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String4096, location_name: "Marker"))
6258
6284
  ListIntegrationResourcePropertiesResponse.struct_class = Types::ListIntegrationResourcePropertiesResponse
6259
6285
 
6286
+ ListIntegrationTablePropertiesRequest.add_member(:marker, Shapes::ShapeRef.new(shape: String4096, location_name: "Marker"))
6287
+ ListIntegrationTablePropertiesRequest.add_member(:filters, Shapes::ShapeRef.new(shape: IntegrationTablePropertiesFilterList, location_name: "Filters"))
6288
+ ListIntegrationTablePropertiesRequest.add_member(:max_records, Shapes::ShapeRef.new(shape: IntegrationInteger, location_name: "MaxRecords"))
6289
+ ListIntegrationTablePropertiesRequest.struct_class = Types::ListIntegrationTablePropertiesRequest
6290
+
6291
+ ListIntegrationTablePropertiesResponse.add_member(:integration_table_properties_list, Shapes::ShapeRef.new(shape: IntegrationTablePropertiesList, location_name: "IntegrationTablePropertiesList"))
6292
+ ListIntegrationTablePropertiesResponse.add_member(:marker, Shapes::ShapeRef.new(shape: String4096, location_name: "Marker"))
6293
+ ListIntegrationTablePropertiesResponse.struct_class = Types::ListIntegrationTablePropertiesResponse
6294
+
6260
6295
  ListIterableFormsRequest.add_member(:asset_identifier, Shapes::ShapeRef.new(shape: AssetId, required: true, location_name: "AssetIdentifier"))
6261
6296
  ListIterableFormsRequest.add_member(:iterable_form_name, Shapes::ShapeRef.new(shape: IterableFormName, required: true, location_name: "IterableFormName"))
6262
6297
  ListIterableFormsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PageSize, location_name: "MaxResults"))
@@ -7756,6 +7791,7 @@ module Aws::Glue
7756
7791
  StartDataQualityRuleRecommendationRunRequest.add_member(:data_quality_security_configuration, Shapes::ShapeRef.new(shape: NameString, location_name: "DataQualitySecurityConfiguration"))
7757
7792
  StartDataQualityRuleRecommendationRunRequest.add_member(:client_token, Shapes::ShapeRef.new(shape: HashString, location_name: "ClientToken"))
7758
7793
  StartDataQualityRuleRecommendationRunRequest.add_member(:additional_run_options, Shapes::ShapeRef.new(shape: DataQualityRuleRecommendationRunAdditionalRunOptions, location_name: "AdditionalRunOptions"))
7794
+ StartDataQualityRuleRecommendationRunRequest.add_member(:recommendation_mode, Shapes::ShapeRef.new(shape: RecommendationMode, location_name: "RecommendationMode"))
7759
7795
  StartDataQualityRuleRecommendationRunRequest.struct_class = Types::StartDataQualityRuleRecommendationRunRequest
7760
7796
 
7761
7797
  StartDataQualityRuleRecommendationRunResponse.add_member(:run_id, Shapes::ShapeRef.new(shape: HashString, location_name: "RunId"))
@@ -8134,6 +8170,7 @@ module Aws::Glue
8134
8170
  TargetTableConfig.add_member(:unnest_spec, Shapes::ShapeRef.new(shape: UnnestSpec, location_name: "UnnestSpec"))
8135
8171
  TargetTableConfig.add_member(:partition_spec, Shapes::ShapeRef.new(shape: IntegrationPartitionSpecList, location_name: "PartitionSpec"))
8136
8172
  TargetTableConfig.add_member(:target_table_name, Shapes::ShapeRef.new(shape: String128, location_name: "TargetTableName"))
8173
+ TargetTableConfig.add_member(:integration_arn, Shapes::ShapeRef.new(shape: String128, location_name: "IntegrationArn"))
8137
8174
  TargetTableConfig.struct_class = Types::TargetTableConfig
8138
8175
 
8139
8176
  TaskRun.add_member(:transform_id, Shapes::ShapeRef.new(shape: HashString, location_name: "TransformId"))
@@ -11714,6 +11751,21 @@ module Aws::Glue
11714
11751
  o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
11715
11752
  end)
11716
11753
 
11754
+ api.add_operation(:list_integration_table_properties, Seahorse::Model::Operation.new.tap do |o|
11755
+ o.name = "ListIntegrationTableProperties"
11756
+ o.http_method = "POST"
11757
+ o.http_request_uri = "/"
11758
+ o.input = Shapes::ShapeRef.new(shape: ListIntegrationTablePropertiesRequest)
11759
+ o.output = Shapes::ShapeRef.new(shape: ListIntegrationTablePropertiesResponse)
11760
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
11761
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
11762
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
11763
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
11764
+ o.errors << Shapes::ShapeRef.new(shape: EntityNotFoundException)
11765
+ o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
11766
+ o.errors << Shapes::ShapeRef.new(shape: InvalidInputException)
11767
+ end)
11768
+
11717
11769
  api.add_operation(:list_iterable_forms, Seahorse::Model::Operation.new.tap do |o|
11718
11770
  o.name = "ListIterableForms"
11719
11771
  o.http_method = "POST"
@@ -9116,6 +9116,12 @@ module Aws::Glue
9116
9116
  # The name of the ruleset that was created by the recommendation run.
9117
9117
  # @return [String]
9118
9118
  #
9119
+ # @!attribute [rw] recommendation_mode
9120
+ # The mode that Glue Data Quality uses to recommend rules.
9121
+ #
9122
+ # The default is `BASIC`.
9123
+ # @return [String]
9124
+ #
9119
9125
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityRuleRecommendationRunDescription AWS API Documentation
9120
9126
  #
9121
9127
  class DataQualityRuleRecommendationRunDescription < Struct.new(
@@ -9123,7 +9129,8 @@ module Aws::Glue
9123
9129
  :status,
9124
9130
  :started_on,
9125
9131
  :data_source,
9126
- :created_ruleset_name)
9132
+ :created_ruleset_name,
9133
+ :recommendation_mode)
9127
9134
  SENSITIVE = []
9128
9135
  include Aws::Structure
9129
9136
  end
@@ -14202,7 +14209,7 @@ module Aws::Glue
14202
14209
  # @return [Types::DataSource]
14203
14210
  #
14204
14211
  # @!attribute [rw] role
14205
- # An IAM role supplied to encrypt the results of the run.
14212
+ # The IAM role that Glue assumes to access resources for the run.
14206
14213
  # @return [String]
14207
14214
  #
14208
14215
  # @!attribute [rw] number_of_workers
@@ -14260,6 +14267,12 @@ module Aws::Glue
14260
14267
  # Additional run options you can specify for a recommendation run.
14261
14268
  # @return [Types::DataQualityRuleRecommendationRunAdditionalRunOptions]
14262
14269
  #
14270
+ # @!attribute [rw] recommendation_mode
14271
+ # The mode that Glue Data Quality uses to recommend rules.
14272
+ #
14273
+ # The default is `BASIC`.
14274
+ # @return [String]
14275
+ #
14263
14276
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetDataQualityRuleRecommendationRunResponse AWS API Documentation
14264
14277
  #
14265
14278
  class GetDataQualityRuleRecommendationRunResponse < Struct.new(
@@ -14277,7 +14290,8 @@ module Aws::Glue
14277
14290
  :recommended_ruleset,
14278
14291
  :created_ruleset_name,
14279
14292
  :data_quality_security_configuration,
14280
- :additional_run_options)
14293
+ :additional_run_options,
14294
+ :recommendation_mode)
14281
14295
  SENSITIVE = []
14282
14296
  include Aws::Structure
14283
14297
  end
@@ -19167,6 +19181,58 @@ module Aws::Glue
19167
19181
  include Aws::Structure
19168
19182
  end
19169
19183
 
19184
+ # The properties of a single integration table, including the resource
19185
+ # ARN, the table name, and the source or target table configuration.
19186
+ #
19187
+ # @!attribute [rw] resource_arn
19188
+ # The connection ARN of the source, or the database ARN of the target.
19189
+ # @return [String]
19190
+ #
19191
+ # @!attribute [rw] table_name
19192
+ # The name of the source table to be replicated.
19193
+ # @return [String]
19194
+ #
19195
+ # @!attribute [rw] source_table_config
19196
+ # A structure for the source table configuration.
19197
+ # @return [Types::SourceTableConfig]
19198
+ #
19199
+ # @!attribute [rw] target_table_config
19200
+ # A structure for the target table configuration.
19201
+ # @return [Types::TargetTableConfig]
19202
+ #
19203
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IntegrationTableProperties AWS API Documentation
19204
+ #
19205
+ class IntegrationTableProperties < Struct.new(
19206
+ :resource_arn,
19207
+ :table_name,
19208
+ :source_table_config,
19209
+ :target_table_config)
19210
+ SENSITIVE = []
19211
+ include Aws::Structure
19212
+ end
19213
+
19214
+ # A key-value filter used to narrow the list of integration table
19215
+ # properties returned by ListIntegrationTableProperties. Specify a
19216
+ # filter key and one or more values to match.
19217
+ #
19218
+ # @!attribute [rw] name
19219
+ # The name of the filter. Supported filter keys are `SourceArn`,
19220
+ # `TargetArn`, `SourceTableName`, and `TargetTableName`.
19221
+ # @return [String]
19222
+ #
19223
+ # @!attribute [rw] values
19224
+ # A list of filter values.
19225
+ # @return [Array<String>]
19226
+ #
19227
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/IntegrationTablePropertiesFilter AWS API Documentation
19228
+ #
19229
+ class IntegrationTablePropertiesFilter < Struct.new(
19230
+ :name,
19231
+ :values)
19232
+ SENSITIVE = []
19233
+ include Aws::Structure
19234
+ end
19235
+
19170
19236
  # An internal server error occurred.
19171
19237
  #
19172
19238
  # @!attribute [rw] message
@@ -22040,6 +22106,48 @@ module Aws::Glue
22040
22106
  include Aws::Structure
22041
22107
  end
22042
22108
 
22109
+ # @!attribute [rw] marker
22110
+ # The pagination token for the next page of results. The initial value
22111
+ # is `null`.
22112
+ # @return [String]
22113
+ #
22114
+ # @!attribute [rw] filters
22115
+ # A list of filters. Supported filter keys are `SourceArn`,
22116
+ # `TargetArn`, `SourceTableName`, and `TargetTableName`.
22117
+ # @return [Array<Types::IntegrationTablePropertiesFilter>]
22118
+ #
22119
+ # @!attribute [rw] max_records
22120
+ # The maximum number of records to return in the response.
22121
+ # @return [Integer]
22122
+ #
22123
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationTablePropertiesRequest AWS API Documentation
22124
+ #
22125
+ class ListIntegrationTablePropertiesRequest < Struct.new(
22126
+ :marker,
22127
+ :filters,
22128
+ :max_records)
22129
+ SENSITIVE = []
22130
+ include Aws::Structure
22131
+ end
22132
+
22133
+ # @!attribute [rw] integration_table_properties_list
22134
+ # A list of integration table properties meeting the filter criteria.
22135
+ # @return [Array<Types::IntegrationTableProperties>]
22136
+ #
22137
+ # @!attribute [rw] marker
22138
+ # The pagination token for the next page. Returns `null` if there are
22139
+ # no more results.
22140
+ # @return [String]
22141
+ #
22142
+ # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/ListIntegrationTablePropertiesResponse AWS API Documentation
22143
+ #
22144
+ class ListIntegrationTablePropertiesResponse < Struct.new(
22145
+ :integration_table_properties_list,
22146
+ :marker)
22147
+ SENSITIVE = []
22148
+ include Aws::Structure
22149
+ end
22150
+
22043
22151
  # @!attribute [rw] asset_identifier
22044
22152
  # The unique identifier of the asset.
22045
22153
  # @return [String]
@@ -29075,7 +29183,14 @@ module Aws::Glue
29075
29183
  # @return [Types::DataSource]
29076
29184
  #
29077
29185
  # @!attribute [rw] role
29078
- # An IAM role supplied to encrypt the results of the run.
29186
+ # The IAM role that Glue assumes to access resources for the run.
29187
+ #
29188
+ # For more information, see [Configure IAM permissions for Glue Data
29189
+ # Quality][1].
29190
+ #
29191
+ #
29192
+ #
29193
+ # [1]: https://docs.aws.amazon.com/glue/latest/dg/data-quality-authorization.html
29079
29194
  # @return [String]
29080
29195
  #
29081
29196
  # @!attribute [rw] number_of_workers
@@ -29108,6 +29223,12 @@ module Aws::Glue
29108
29223
  # Additional run options you can specify for a recommendation run.
29109
29224
  # @return [Types::DataQualityRuleRecommendationRunAdditionalRunOptions]
29110
29225
  #
29226
+ # @!attribute [rw] recommendation_mode
29227
+ # The mode that Glue Data Quality uses to recommend rules.
29228
+ #
29229
+ # The default is `BASIC`.
29230
+ # @return [String]
29231
+ #
29111
29232
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/StartDataQualityRuleRecommendationRunRequest AWS API Documentation
29112
29233
  #
29113
29234
  class StartDataQualityRuleRecommendationRunRequest < Struct.new(
@@ -29118,7 +29239,8 @@ module Aws::Glue
29118
29239
  :created_ruleset_name,
29119
29240
  :data_quality_security_configuration,
29120
29241
  :client_token,
29121
- :additional_run_options)
29242
+ :additional_run_options,
29243
+ :recommendation_mode)
29122
29244
  SENSITIVE = []
29123
29245
  include Aws::Structure
29124
29246
  end
@@ -31028,12 +31150,18 @@ module Aws::Glue
31028
31150
  # The optional name of a target table.
31029
31151
  # @return [String]
31030
31152
  #
31153
+ # @!attribute [rw] integration_arn
31154
+ # The ARN of the integration that owns this target table
31155
+ # configuration.
31156
+ # @return [String]
31157
+ #
31031
31158
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/TargetTableConfig AWS API Documentation
31032
31159
  #
31033
31160
  class TargetTableConfig < Struct.new(
31034
31161
  :unnest_spec,
31035
31162
  :partition_spec,
31036
- :target_table_name)
31163
+ :target_table_name,
31164
+ :integration_arn)
31037
31165
  SENSITIVE = []
31038
31166
  include Aws::Structure
31039
31167
  end
data/lib/aws-sdk-glue.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Glue
54
54
  autoload :EndpointProvider, 'aws-sdk-glue/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-glue/endpoints'
56
56
 
57
- GEM_VERSION = '1.272.0'
57
+ GEM_VERSION = '1.274.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -2009,6 +2009,7 @@ module Aws
2009
2009
  def created_ruleset_name: () -> ::String
2010
2010
  def data_quality_security_configuration: () -> ::String
2011
2011
  def additional_run_options: () -> Types::DataQualityRuleRecommendationRunAdditionalRunOptions
2012
+ def recommendation_mode: () -> ("BASIC" | "ADVANCED")
2012
2013
  end
2013
2014
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#get_data_quality_rule_recommendation_run-instance_method
2014
2015
  def get_data_quality_rule_recommendation_run: (
@@ -3306,6 +3307,24 @@ module Aws
3306
3307
  ) -> _ListIntegrationResourcePropertiesResponseSuccess
3307
3308
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIntegrationResourcePropertiesResponseSuccess
3308
3309
 
3310
+ interface _ListIntegrationTablePropertiesResponseSuccess
3311
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListIntegrationTablePropertiesResponse]
3312
+ def integration_table_properties_list: () -> ::Array[Types::IntegrationTableProperties]
3313
+ def marker: () -> ::String
3314
+ end
3315
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/Glue/Client.html#list_integration_table_properties-instance_method
3316
+ def list_integration_table_properties: (
3317
+ ?marker: ::String,
3318
+ ?filters: Array[
3319
+ {
3320
+ name: ::String?,
3321
+ values: Array[::String]?
3322
+ }
3323
+ ],
3324
+ ?max_records: ::Integer
3325
+ ) -> _ListIntegrationTablePropertiesResponseSuccess
3326
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListIntegrationTablePropertiesResponseSuccess
3327
+
3309
3328
  interface _ListIterableFormsResponseSuccess
3310
3329
  include ::Seahorse::Client::_ResponseSuccess[Types::ListIterableFormsResponse]
3311
3330
  def items: () -> ::Array[Types::IterableFormListItem]
@@ -4024,7 +4043,8 @@ module Aws
4024
4043
  ?client_token: ::String,
4025
4044
  ?additional_run_options: {
4026
4045
  custom_log_group_prefix: ::String?
4027
- }
4046
+ },
4047
+ ?recommendation_mode: ("BASIC" | "ADVANCED")
4028
4048
  ) -> _StartDataQualityRuleRecommendationRunResponseSuccess
4029
4049
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartDataQualityRuleRecommendationRunResponseSuccess
4030
4050
 
data/sig/params.rbs CHANGED
@@ -266,7 +266,8 @@ module Aws
266
266
  conversion_spec: ::String?
267
267
  }
268
268
  ]?,
269
- target_table_name: ::String?
269
+ target_table_name: ::String?,
270
+ integration_arn: ::String?
270
271
  }
271
272
 
272
273
  type athena_connector_source = {
data/sig/types.rbs CHANGED
@@ -2095,6 +2095,7 @@ module Aws::Glue
2095
2095
  attr_accessor started_on: ::Time
2096
2096
  attr_accessor data_source: Types::DataSource
2097
2097
  attr_accessor created_ruleset_name: ::String
2098
+ attr_accessor recommendation_mode: ("BASIC" | "ADVANCED")
2098
2099
  SENSITIVE: []
2099
2100
  end
2100
2101
 
@@ -3546,6 +3547,7 @@ module Aws::Glue
3546
3547
  attr_accessor created_ruleset_name: ::String
3547
3548
  attr_accessor data_quality_security_configuration: ::String
3548
3549
  attr_accessor additional_run_options: Types::DataQualityRuleRecommendationRunAdditionalRunOptions
3550
+ attr_accessor recommendation_mode: ("BASIC" | "ADVANCED")
3549
3551
  SENSITIVE: []
3550
3552
  end
3551
3553
 
@@ -4781,6 +4783,20 @@ module Aws::Glue
4781
4783
  SENSITIVE: []
4782
4784
  end
4783
4785
 
4786
+ class IntegrationTableProperties
4787
+ attr_accessor resource_arn: ::String
4788
+ attr_accessor table_name: ::String
4789
+ attr_accessor source_table_config: Types::SourceTableConfig
4790
+ attr_accessor target_table_config: Types::TargetTableConfig
4791
+ SENSITIVE: []
4792
+ end
4793
+
4794
+ class IntegrationTablePropertiesFilter
4795
+ attr_accessor name: ::String
4796
+ attr_accessor values: ::Array[::String]
4797
+ SENSITIVE: []
4798
+ end
4799
+
4784
4800
  class InternalServerException
4785
4801
  attr_accessor message: ::String
4786
4802
  SENSITIVE: []
@@ -5380,6 +5396,19 @@ module Aws::Glue
5380
5396
  SENSITIVE: []
5381
5397
  end
5382
5398
 
5399
+ class ListIntegrationTablePropertiesRequest
5400
+ attr_accessor marker: ::String
5401
+ attr_accessor filters: ::Array[Types::IntegrationTablePropertiesFilter]
5402
+ attr_accessor max_records: ::Integer
5403
+ SENSITIVE: []
5404
+ end
5405
+
5406
+ class ListIntegrationTablePropertiesResponse
5407
+ attr_accessor integration_table_properties_list: ::Array[Types::IntegrationTableProperties]
5408
+ attr_accessor marker: ::String
5409
+ SENSITIVE: []
5410
+ end
5411
+
5383
5412
  class ListIterableFormsRequest
5384
5413
  attr_accessor asset_identifier: ::String
5385
5414
  attr_accessor iterable_form_name: ::String
@@ -7205,6 +7234,7 @@ module Aws::Glue
7205
7234
  attr_accessor data_quality_security_configuration: ::String
7206
7235
  attr_accessor client_token: ::String
7207
7236
  attr_accessor additional_run_options: Types::DataQualityRuleRecommendationRunAdditionalRunOptions
7237
+ attr_accessor recommendation_mode: ("BASIC" | "ADVANCED")
7208
7238
  SENSITIVE: []
7209
7239
  end
7210
7240
 
@@ -7680,6 +7710,7 @@ module Aws::Glue
7680
7710
  attr_accessor unnest_spec: ("TOPLEVEL" | "FULL" | "NOUNNEST")
7681
7711
  attr_accessor partition_spec: ::Array[Types::IntegrationPartition]
7682
7712
  attr_accessor target_table_name: ::String
7713
+ attr_accessor integration_arn: ::String
7683
7714
  SENSITIVE: []
7684
7715
  end
7685
7716
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-glue
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.272.0
4
+ version: 1.274.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services