aws-sdk-glue 1.253.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: 776e10f8e14b3bc1565c331a0d59881ad3bc75f669c28f3ab0fa3400beef7aa0
4
- data.tar.gz: 7bb17bb3590858f353b1f55b43858c0d4dba2b66d5564c7eb030344d61fb03ea
3
+ metadata.gz: df41d020456d9c0270a29388d0c025d9f419ede50e7b3b70247dfbb4b4c80c7b
4
+ data.tar.gz: 3eb8e3ce924618fe3971a7a7b4feb02108944be11b5acc4f61022e55c210882d
5
5
  SHA512:
6
- metadata.gz: ac710cc719ada27328ce17439dceb07d06f219821558e29fa6697f4bb0656edc7dcec06866feb1a7e2cb14a423494294b2b2e9a636e7767baa7c9d575b8e0987
7
- data.tar.gz: 16157f5e7e69218fa66e39b11a2f4b00b55c5ddd069650292aa4c6fd5b164f3d37789d85ceeae887240e360209ccdaaca5e60701ef56b50661c85c7fcc2618fd
6
+ metadata.gz: d1f1c76b1744ccdc951c8afa3b07860fbfa9368c95bcece448b5e1a03413f0c02966fe9d70327d2117fd742fb6d2351d26ce6ad796eb052f278cdf527c20078a
7
+ data.tar.gz: 78af06119b4ce96b76863f0940985ccf3b846482fe02d799ae2c402c09fe5732d130d198528e1a784e26c9810901a233b66bbdd47b82ec2a37b88477d83b7bd7
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.254.0 (2026-04-27)
10
+ ------------------
11
+
12
+ * Feature - Addition of AdditionalAuditContext to GetPartition, GetPartitions, GetTableVersion, and GetTableVersions
13
+
4
14
  1.253.0 (2026-04-13)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.253.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
@@ -9415,6 +9416,9 @@ module Aws::Glue
9415
9416
  # @option params [required, Array<String>] :partition_values
9416
9417
  # The values that define the partition.
9417
9418
  #
9419
+ # @option params [Types::AuditContext] :audit_context
9420
+ # A structure containing the Lake Formation audit context.
9421
+ #
9418
9422
  # @return [Types::GetPartitionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9419
9423
  #
9420
9424
  # * {Types::GetPartitionResponse#partition #data.partition} => Types::Partition (This method conflicts with a method on Response, call it through the data member)
@@ -9426,6 +9430,11 @@ module Aws::Glue
9426
9430
  # database_name: "NameString", # required
9427
9431
  # table_name: "NameString", # required
9428
9432
  # partition_values: ["ValueString"], # required
9433
+ # audit_context: {
9434
+ # additional_audit_context: "AuditContextString",
9435
+ # requested_columns: ["ColumnNameString"],
9436
+ # all_columns_requested: false,
9437
+ # },
9429
9438
  # })
9430
9439
  #
9431
9440
  # @example Response structure
@@ -9672,6 +9681,9 @@ module Aws::Glue
9672
9681
  # most recent transaction commit time will be used. Cannot be specified
9673
9682
  # along with `TransactionId`.
9674
9683
  #
9684
+ # @option params [Types::AuditContext] :audit_context
9685
+ # A structure containing the Lake Formation audit context.
9686
+ #
9675
9687
  # @return [Types::GetPartitionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9676
9688
  #
9677
9689
  # * {Types::GetPartitionsResponse#partitions #partitions} => Array&lt;Types::Partition&gt;
@@ -9695,6 +9707,11 @@ module Aws::Glue
9695
9707
  # exclude_column_schema: false,
9696
9708
  # transaction_id: "TransactionIdString",
9697
9709
  # query_as_of_time: Time.now,
9710
+ # audit_context: {
9711
+ # additional_audit_context: "AuditContextString",
9712
+ # requested_columns: ["ColumnNameString"],
9713
+ # all_columns_requested: false,
9714
+ # },
9698
9715
  # })
9699
9716
  #
9700
9717
  # @example Response structure
@@ -10693,6 +10710,9 @@ module Aws::Glue
10693
10710
  # The ID value of the table version to be retrieved. A `VersionID` is a
10694
10711
  # string representation of an integer. Each version is incremented by 1.
10695
10712
  #
10713
+ # @option params [Types::AuditContext] :audit_context
10714
+ # A structure containing the Lake Formation audit context.
10715
+ #
10696
10716
  # @return [Types::GetTableVersionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10697
10717
  #
10698
10718
  # * {Types::GetTableVersionResponse#table_version #table_version} => Types::TableVersion
@@ -10704,6 +10724,11 @@ module Aws::Glue
10704
10724
  # database_name: "NameString", # required
10705
10725
  # table_name: "NameString", # required
10706
10726
  # version_id: "VersionString",
10727
+ # audit_context: {
10728
+ # additional_audit_context: "AuditContextString",
10729
+ # requested_columns: ["ColumnNameString"],
10730
+ # all_columns_requested: false,
10731
+ # },
10707
10732
  # })
10708
10733
  #
10709
10734
  # @example Response structure
@@ -10844,6 +10869,9 @@ module Aws::Glue
10844
10869
  # @option params [Integer] :max_results
10845
10870
  # The maximum number of table versions to return in one response.
10846
10871
  #
10872
+ # @option params [Types::AuditContext] :audit_context
10873
+ # A structure containing the Lake Formation audit context.
10874
+ #
10847
10875
  # @return [Types::GetTableVersionsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10848
10876
  #
10849
10877
  # * {Types::GetTableVersionsResponse#table_versions #table_versions} => Array&lt;Types::TableVersion&gt;
@@ -10859,6 +10887,11 @@ module Aws::Glue
10859
10887
  # table_name: "NameString", # required
10860
10888
  # next_token: "Token",
10861
10889
  # max_results: 1,
10890
+ # audit_context: {
10891
+ # additional_audit_context: "AuditContextString",
10892
+ # requested_columns: ["ColumnNameString"],
10893
+ # all_columns_requested: false,
10894
+ # },
10862
10895
  # })
10863
10896
  #
10864
10897
  # @example Response structure
@@ -13149,6 +13182,7 @@ module Aws::Glue
13149
13182
  # },
13150
13183
  # started_before: Time.now,
13151
13184
  # started_after: Time.now,
13185
+ # ruleset_name: "NameString",
13152
13186
  # },
13153
13187
  # next_token: "PaginationToken",
13154
13188
  # max_results: 1,
@@ -15911,6 +15945,7 @@ module Aws::Glue
15911
15945
  # cloud_watch_metrics_enabled: false,
15912
15946
  # results_s3_prefix: "UriString",
15913
15947
  # composite_rule_evaluation_method: "COLUMN", # accepts COLUMN, ROW
15948
+ # custom_log_group_prefix: "GenericString",
15914
15949
  # },
15915
15950
  # ruleset_names: ["NameString"], # required
15916
15951
  # additional_data_sources: {
@@ -19018,7 +19053,7 @@ module Aws::Glue
19018
19053
  tracer: tracer
19019
19054
  )
19020
19055
  context[:gem_name] = 'aws-sdk-glue'
19021
- context[:gem_version] = '1.253.0'
19056
+ context[:gem_version] = '1.255.0'
19022
19057
  Seahorse::Client::Request.new(handlers, context)
19023
19058
  end
19024
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)
@@ -4587,6 +4589,7 @@ module Aws::Glue
4587
4589
  GetPartitionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
4588
4590
  GetPartitionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
4589
4591
  GetPartitionRequest.add_member(:partition_values, Shapes::ShapeRef.new(shape: ValueStringList, required: true, location_name: "PartitionValues"))
4592
+ GetPartitionRequest.add_member(:audit_context, Shapes::ShapeRef.new(shape: AuditContext, location_name: "AuditContext"))
4590
4593
  GetPartitionRequest.struct_class = Types::GetPartitionRequest
4591
4594
 
4592
4595
  GetPartitionResponse.add_member(:partition, Shapes::ShapeRef.new(shape: Partition, location_name: "Partition"))
@@ -4602,6 +4605,7 @@ module Aws::Glue
4602
4605
  GetPartitionsRequest.add_member(:exclude_column_schema, Shapes::ShapeRef.new(shape: BooleanNullable, location_name: "ExcludeColumnSchema"))
4603
4606
  GetPartitionsRequest.add_member(:transaction_id, Shapes::ShapeRef.new(shape: TransactionIdString, location_name: "TransactionId"))
4604
4607
  GetPartitionsRequest.add_member(:query_as_of_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "QueryAsOfTime"))
4608
+ GetPartitionsRequest.add_member(:audit_context, Shapes::ShapeRef.new(shape: AuditContext, location_name: "AuditContext"))
4605
4609
  GetPartitionsRequest.struct_class = Types::GetPartitionsRequest
4606
4610
 
4607
4611
  GetPartitionsResponse.add_member(:partitions, Shapes::ShapeRef.new(shape: PartitionList, location_name: "Partitions"))
@@ -4759,6 +4763,7 @@ module Aws::Glue
4759
4763
  GetTableVersionRequest.add_member(:database_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "DatabaseName"))
4760
4764
  GetTableVersionRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
4761
4765
  GetTableVersionRequest.add_member(:version_id, Shapes::ShapeRef.new(shape: VersionString, location_name: "VersionId"))
4766
+ GetTableVersionRequest.add_member(:audit_context, Shapes::ShapeRef.new(shape: AuditContext, location_name: "AuditContext"))
4762
4767
  GetTableVersionRequest.struct_class = Types::GetTableVersionRequest
4763
4768
 
4764
4769
  GetTableVersionResponse.add_member(:table_version, Shapes::ShapeRef.new(shape: TableVersion, location_name: "TableVersion"))
@@ -4771,6 +4776,7 @@ module Aws::Glue
4771
4776
  GetTableVersionsRequest.add_member(:table_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "TableName"))
4772
4777
  GetTableVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: Token, location_name: "NextToken"))
4773
4778
  GetTableVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: CatalogGetterPageSize, location_name: "MaxResults"))
4779
+ GetTableVersionsRequest.add_member(:audit_context, Shapes::ShapeRef.new(shape: AuditContext, location_name: "AuditContext"))
4774
4780
  GetTableVersionsRequest.struct_class = Types::GetTableVersionsRequest
4775
4781
 
4776
4782
  GetTableVersionsResponse.add_member(:table_versions, Shapes::ShapeRef.new(shape: GetTableVersionsList, location_name: "TableVersions"))
@@ -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
@@ -14252,13 +14266,18 @@ module Aws::Glue
14252
14266
  # The values that define the partition.
14253
14267
  # @return [Array<String>]
14254
14268
  #
14269
+ # @!attribute [rw] audit_context
14270
+ # A structure containing the Lake Formation audit context.
14271
+ # @return [Types::AuditContext]
14272
+ #
14255
14273
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetPartitionRequest AWS API Documentation
14256
14274
  #
14257
14275
  class GetPartitionRequest < Struct.new(
14258
14276
  :catalog_id,
14259
14277
  :database_name,
14260
14278
  :table_name,
14261
- :partition_values)
14279
+ :partition_values,
14280
+ :audit_context)
14262
14281
  SENSITIVE = []
14263
14282
  include Aws::Structure
14264
14283
  end
@@ -14416,6 +14435,10 @@ module Aws::Glue
14416
14435
  # specified along with `TransactionId`.
14417
14436
  # @return [Time]
14418
14437
  #
14438
+ # @!attribute [rw] audit_context
14439
+ # A structure containing the Lake Formation audit context.
14440
+ # @return [Types::AuditContext]
14441
+ #
14419
14442
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetPartitionsRequest AWS API Documentation
14420
14443
  #
14421
14444
  class GetPartitionsRequest < Struct.new(
@@ -14428,7 +14451,8 @@ module Aws::Glue
14428
14451
  :max_results,
14429
14452
  :exclude_column_schema,
14430
14453
  :transaction_id,
14431
- :query_as_of_time)
14454
+ :query_as_of_time,
14455
+ :audit_context)
14432
14456
  SENSITIVE = []
14433
14457
  include Aws::Structure
14434
14458
  end
@@ -15182,13 +15206,18 @@ module Aws::Glue
15182
15206
  # by 1.
15183
15207
  # @return [String]
15184
15208
  #
15209
+ # @!attribute [rw] audit_context
15210
+ # A structure containing the Lake Formation audit context.
15211
+ # @return [Types::AuditContext]
15212
+ #
15185
15213
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTableVersionRequest AWS API Documentation
15186
15214
  #
15187
15215
  class GetTableVersionRequest < Struct.new(
15188
15216
  :catalog_id,
15189
15217
  :database_name,
15190
15218
  :table_name,
15191
- :version_id)
15219
+ :version_id,
15220
+ :audit_context)
15192
15221
  SENSITIVE = []
15193
15222
  include Aws::Structure
15194
15223
  end
@@ -15228,6 +15257,10 @@ module Aws::Glue
15228
15257
  # The maximum number of table versions to return in one response.
15229
15258
  # @return [Integer]
15230
15259
  #
15260
+ # @!attribute [rw] audit_context
15261
+ # A structure containing the Lake Formation audit context.
15262
+ # @return [Types::AuditContext]
15263
+ #
15231
15264
  # @see http://docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/GetTableVersionsRequest AWS API Documentation
15232
15265
  #
15233
15266
  class GetTableVersionsRequest < Struct.new(
@@ -15235,7 +15268,8 @@ module Aws::Glue
15235
15268
  :database_name,
15236
15269
  :table_name,
15237
15270
  :next_token,
15238
- :max_results)
15271
+ :max_results,
15272
+ :audit_context)
15239
15273
  SENSITIVE = []
15240
15274
  include Aws::Structure
15241
15275
  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.253.0'
57
+ GEM_VERSION = '1.255.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -4251,7 +4251,12 @@ module Aws
4251
4251
  ?catalog_id: ::String,
4252
4252
  database_name: ::String,
4253
4253
  table_name: ::String,
4254
- partition_values: Array[::String]
4254
+ partition_values: Array[::String],
4255
+ ?audit_context: {
4256
+ additional_audit_context: ::String?,
4257
+ requested_columns: Array[::String]?,
4258
+ all_columns_requested: bool?
4259
+ }
4255
4260
  ) -> _GetPartitionResponseSuccess
4256
4261
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPartitionResponseSuccess
4257
4262
 
@@ -4288,7 +4293,12 @@ module Aws
4288
4293
  ?max_results: ::Integer,
4289
4294
  ?exclude_column_schema: bool,
4290
4295
  ?transaction_id: ::String,
4291
- ?query_as_of_time: ::Time
4296
+ ?query_as_of_time: ::Time,
4297
+ ?audit_context: {
4298
+ additional_audit_context: ::String?,
4299
+ requested_columns: Array[::String]?,
4300
+ all_columns_requested: bool?
4301
+ }
4292
4302
  ) -> _GetPartitionsResponseSuccess
4293
4303
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetPartitionsResponseSuccess
4294
4304
 
@@ -4573,7 +4583,12 @@ module Aws
4573
4583
  ?catalog_id: ::String,
4574
4584
  database_name: ::String,
4575
4585
  table_name: ::String,
4576
- ?version_id: ::String
4586
+ ?version_id: ::String,
4587
+ ?audit_context: {
4588
+ additional_audit_context: ::String?,
4589
+ requested_columns: Array[::String]?,
4590
+ all_columns_requested: bool?
4591
+ }
4577
4592
  ) -> _GetTableVersionResponseSuccess
4578
4593
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTableVersionResponseSuccess
4579
4594
 
@@ -4588,7 +4603,12 @@ module Aws
4588
4603
  database_name: ::String,
4589
4604
  table_name: ::String,
4590
4605
  ?next_token: ::String,
4591
- ?max_results: ::Integer
4606
+ ?max_results: ::Integer,
4607
+ ?audit_context: {
4608
+ additional_audit_context: ::String?,
4609
+ requested_columns: Array[::String]?,
4610
+ all_columns_requested: bool?
4611
+ }
4592
4612
  ) -> _GetTableVersionsResponseSuccess
4593
4613
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GetTableVersionsResponseSuccess
4594
4614
 
@@ -5031,7 +5051,8 @@ module Aws
5031
5051
  }?
5032
5052
  },
5033
5053
  started_before: ::Time?,
5034
- started_after: ::Time?
5054
+ started_after: ::Time?,
5055
+ ruleset_name: ::String?
5035
5056
  },
5036
5057
  ?next_token: ::String,
5037
5058
  ?max_results: ::Integer
@@ -6147,7 +6168,8 @@ module Aws
6147
6168
  ?additional_run_options: {
6148
6169
  cloud_watch_metrics_enabled: bool?,
6149
6170
  results_s3_prefix: ::String?,
6150
- composite_rule_evaluation_method: ("COLUMN" | "ROW")?
6171
+ composite_rule_evaluation_method: ("COLUMN" | "ROW")?,
6172
+ custom_log_group_prefix: ::String?
6151
6173
  },
6152
6174
  ruleset_names: Array[::String],
6153
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
 
@@ -3551,6 +3553,7 @@ module Aws::Glue
3551
3553
  attr_accessor database_name: ::String
3552
3554
  attr_accessor table_name: ::String
3553
3555
  attr_accessor partition_values: ::Array[::String]
3556
+ attr_accessor audit_context: Types::AuditContext
3554
3557
  SENSITIVE: []
3555
3558
  end
3556
3559
 
@@ -3570,6 +3573,7 @@ module Aws::Glue
3570
3573
  attr_accessor exclude_column_schema: bool
3571
3574
  attr_accessor transaction_id: ::String
3572
3575
  attr_accessor query_as_of_time: ::Time
3576
+ attr_accessor audit_context: Types::AuditContext
3573
3577
  SENSITIVE: []
3574
3578
  end
3575
3579
 
@@ -3785,6 +3789,7 @@ module Aws::Glue
3785
3789
  attr_accessor database_name: ::String
3786
3790
  attr_accessor table_name: ::String
3787
3791
  attr_accessor version_id: ::String
3792
+ attr_accessor audit_context: Types::AuditContext
3788
3793
  SENSITIVE: []
3789
3794
  end
3790
3795
 
@@ -3799,6 +3804,7 @@ module Aws::Glue
3799
3804
  attr_accessor table_name: ::String
3800
3805
  attr_accessor next_token: ::String
3801
3806
  attr_accessor max_results: ::Integer
3807
+ attr_accessor audit_context: Types::AuditContext
3802
3808
  SENSITIVE: []
3803
3809
  end
3804
3810
 
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.253.0
4
+ version: 1.255.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services