aws-sdk-glue 1.254.0 → 1.255.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: 6c81f0cc27b523b219cd8247131b3e5e3441a7635021fe6e302b2299e4765b5b
4
- data.tar.gz: 841766df0be5c7ff82b0e7fd6d64f9326afa4fa7eeeed0039d52f68f0660a956
3
+ metadata.gz: df41d020456d9c0270a29388d0c025d9f419ede50e7b3b70247dfbb4b4c80c7b
4
+ data.tar.gz: 3eb8e3ce924618fe3971a7a7b4feb02108944be11b5acc4f61022e55c210882d
5
5
  SHA512:
6
- metadata.gz: b9b5176ac5b1a1b11792fe4333bd1d610665bdada81becf24d49f12c313ae880af5e7257b0c8cc43ee420d16ace97dfdef7902647ce3ff563eb341a1fba1cbda
7
- data.tar.gz: f61b683a6d500ba2b8d0cc6b79e35ccd21bd8605c30cb4f753a46c4c26911e695ff91166f6d2f4e8a3cf6ea9ce48db8157d63186b630347e41a500d68d2fe314
6
+ metadata.gz: d1f1c76b1744ccdc951c8afa3b07860fbfa9368c95bcece448b5e1a03413f0c02966fe9d70327d2117fd742fb6d2351d26ce6ad796eb052f278cdf527c20078a
7
+ data.tar.gz: 78af06119b4ce96b76863f0940985ccf3b846482fe02d799ae2c402c09fe5732d130d198528e1a784e26c9810901a233b66bbdd47b82ec2a37b88477d83b7bd7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.255.0 (2026-05-06)
5
+ ------------------
6
+
7
+ * Feature - Adds support for a CustomLogGroupPrefix parameter in StartDataQualityRulesetEvaluationRun to specify custom CloudWatch log group paths, and a RulesetName filter in ListDataQualityRulesetEvaluationRuns to filter evaluation runs by ruleset name.
8
+
4
9
  1.254.0 (2026-04-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.254.0
1
+ 1.255.0
@@ -8138,6 +8138,7 @@ module Aws::Glue
8138
8138
  # resp.additional_run_options.cloud_watch_metrics_enabled #=> Boolean
8139
8139
  # resp.additional_run_options.results_s3_prefix #=> String
8140
8140
  # resp.additional_run_options.composite_rule_evaluation_method #=> String, one of "COLUMN", "ROW"
8141
+ # resp.additional_run_options.custom_log_group_prefix #=> String
8141
8142
  # resp.status #=> String, one of "STARTING", "RUNNING", "STOPPING", "STOPPED", "SUCCEEDED", "FAILED", "TIMEOUT"
8142
8143
  # resp.error_string #=> String
8143
8144
  # resp.started_on #=> Time
@@ -13181,6 +13182,7 @@ module Aws::Glue
13181
13182
  # },
13182
13183
  # started_before: Time.now,
13183
13184
  # started_after: Time.now,
13185
+ # ruleset_name: "NameString",
13184
13186
  # },
13185
13187
  # next_token: "PaginationToken",
13186
13188
  # max_results: 1,
@@ -15943,6 +15945,7 @@ module Aws::Glue
15943
15945
  # cloud_watch_metrics_enabled: false,
15944
15946
  # results_s3_prefix: "UriString",
15945
15947
  # composite_rule_evaluation_method: "COLUMN", # accepts COLUMN, ROW
15948
+ # custom_log_group_prefix: "GenericString",
15946
15949
  # },
15947
15950
  # ruleset_names: ["NameString"], # required
15948
15951
  # additional_data_sources: {
@@ -19050,7 +19053,7 @@ module Aws::Glue
19050
19053
  tracer: tracer
19051
19054
  )
19052
19055
  context[:gem_name] = 'aws-sdk-glue'
19053
- context[:gem_version] = '1.254.0'
19056
+ context[:gem_version] = '1.255.0'
19054
19057
  Seahorse::Client::Request.new(handlers, context)
19055
19058
  end
19056
19059
 
@@ -3326,6 +3326,7 @@ module Aws::Glue
3326
3326
  DataQualityEvaluationRunAdditionalRunOptions.add_member(:cloud_watch_metrics_enabled, Shapes::ShapeRef.new(shape: NullableBoolean, location_name: "CloudWatchMetricsEnabled"))
3327
3327
  DataQualityEvaluationRunAdditionalRunOptions.add_member(:results_s3_prefix, Shapes::ShapeRef.new(shape: UriString, location_name: "ResultsS3Prefix"))
3328
3328
  DataQualityEvaluationRunAdditionalRunOptions.add_member(:composite_rule_evaluation_method, Shapes::ShapeRef.new(shape: DQCompositeRuleEvaluationMethod, location_name: "CompositeRuleEvaluationMethod"))
3329
+ DataQualityEvaluationRunAdditionalRunOptions.add_member(:custom_log_group_prefix, Shapes::ShapeRef.new(shape: GenericString, location_name: "CustomLogGroupPrefix"))
3329
3330
  DataQualityEvaluationRunAdditionalRunOptions.struct_class = Types::DataQualityEvaluationRunAdditionalRunOptions
3330
3331
 
3331
3332
  DataQualityGlueTable.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
@@ -3421,6 +3422,7 @@ module Aws::Glue
3421
3422
  DataQualityRulesetEvaluationRunFilter.add_member(:data_source, Shapes::ShapeRef.new(shape: DataSource, required: true, location_name: "DataSource"))
3422
3423
  DataQualityRulesetEvaluationRunFilter.add_member(:started_before, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedBefore"))
3423
3424
  DataQualityRulesetEvaluationRunFilter.add_member(:started_after, Shapes::ShapeRef.new(shape: Timestamp, location_name: "StartedAfter"))
3425
+ DataQualityRulesetEvaluationRunFilter.add_member(:ruleset_name, Shapes::ShapeRef.new(shape: NameString, location_name: "RulesetName"))
3424
3426
  DataQualityRulesetEvaluationRunFilter.struct_class = Types::DataQualityRulesetEvaluationRunFilter
3425
3427
 
3426
3428
  DataQualityRulesetEvaluationRunList.member = Shapes::ShapeRef.new(shape: DataQualityRulesetEvaluationRunDescription)
@@ -8371,12 +8371,21 @@ module Aws::Glue
8371
8371
  # ROW/COLUMN
8372
8372
  # @return [String]
8373
8373
  #
8374
+ # @!attribute [rw] custom_log_group_prefix
8375
+ # A custom prefix for the CloudWatch log group names. When specified,
8376
+ # evaluation run logs are written to `<CustomLogGroupPrefix>/error`
8377
+ # and `<CustomLogGroupPrefix>/output` instead of the default
8378
+ # `/aws-glue/data-quality/error` and `/aws-glue/data-quality/output`
8379
+ # log groups.
8380
+ # @return [String]
8381
+ #
8374
8382
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityEvaluationRunAdditionalRunOptions AWS API Documentation
8375
8383
  #
8376
8384
  class DataQualityEvaluationRunAdditionalRunOptions < Struct.new(
8377
8385
  :cloud_watch_metrics_enabled,
8378
8386
  :results_s3_prefix,
8379
- :composite_rule_evaluation_method)
8387
+ :composite_rule_evaluation_method,
8388
+ :custom_log_group_prefix)
8380
8389
  SENSITIVE = []
8381
8390
  include Aws::Structure
8382
8391
  end
@@ -8794,12 +8803,17 @@ module Aws::Glue
8794
8803
  # Filter results by runs that started after this time.
8795
8804
  # @return [Time]
8796
8805
  #
8806
+ # @!attribute [rw] ruleset_name
8807
+ # Filter results by the name of the ruleset.
8808
+ # @return [String]
8809
+ #
8797
8810
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/DataQualityRulesetEvaluationRunFilter AWS API Documentation
8798
8811
  #
8799
8812
  class DataQualityRulesetEvaluationRunFilter < Struct.new(
8800
8813
  :data_source,
8801
8814
  :started_before,
8802
- :started_after)
8815
+ :started_after,
8816
+ :ruleset_name)
8803
8817
  SENSITIVE = []
8804
8818
  include Aws::Structure
8805
8819
  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.254.0'
57
+ GEM_VERSION = '1.255.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -5051,7 +5051,8 @@ module Aws
5051
5051
  }?
5052
5052
  },
5053
5053
  started_before: ::Time?,
5054
- started_after: ::Time?
5054
+ started_after: ::Time?,
5055
+ ruleset_name: ::String?
5055
5056
  },
5056
5057
  ?next_token: ::String,
5057
5058
  ?max_results: ::Integer
@@ -6167,7 +6168,8 @@ module Aws
6167
6168
  ?additional_run_options: {
6168
6169
  cloud_watch_metrics_enabled: bool?,
6169
6170
  results_s3_prefix: ::String?,
6170
- composite_rule_evaluation_method: ("COLUMN" | "ROW")?
6171
+ composite_rule_evaluation_method: ("COLUMN" | "ROW")?,
6172
+ custom_log_group_prefix: ::String?
6171
6173
  },
6172
6174
  ruleset_names: Array[::String],
6173
6175
  ?additional_data_sources: Hash[::String, {
data/sig/types.rbs CHANGED
@@ -1905,6 +1905,7 @@ module Aws::Glue
1905
1905
  attr_accessor cloud_watch_metrics_enabled: bool
1906
1906
  attr_accessor results_s3_prefix: ::String
1907
1907
  attr_accessor composite_rule_evaluation_method: ("COLUMN" | "ROW")
1908
+ attr_accessor custom_log_group_prefix: ::String
1908
1909
  SENSITIVE: []
1909
1910
  end
1910
1911
 
@@ -2008,6 +2009,7 @@ module Aws::Glue
2008
2009
  attr_accessor data_source: Types::DataSource
2009
2010
  attr_accessor started_before: ::Time
2010
2011
  attr_accessor started_after: ::Time
2012
+ attr_accessor ruleset_name: ::String
2011
2013
  SENSITIVE: []
2012
2014
  end
2013
2015
 
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.254.0
4
+ version: 1.255.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services