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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-glue/client.rb +4 -1
- data/lib/aws-sdk-glue/client_api.rb +2 -0
- data/lib/aws-sdk-glue/types.rb +16 -2
- data/lib/aws-sdk-glue.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +2 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: df41d020456d9c0270a29388d0c025d9f419ede50e7b3b70247dfbb4b4c80c7b
|
|
4
|
+
data.tar.gz: 3eb8e3ce924618fe3971a7a7b4feb02108944be11b5acc4f61022e55c210882d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
1
|
+
1.255.0
|
data/lib/aws-sdk-glue/client.rb
CHANGED
|
@@ -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.
|
|
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)
|
data/lib/aws-sdk-glue/types.rb
CHANGED
|
@@ -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
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
|
|