aws-sdk-cleanrooms 1.45.0 → 1.49.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +71 -18
- data/lib/aws-sdk-cleanrooms/client_api.rb +3 -0
- data/lib/aws-sdk-cleanrooms/types.rb +32 -2
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +29 -0
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +2 -0
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0164e5d9d67b330c8829ab54e601e1f180ad6aa4c9ae80f731e5479db1832aee
|
4
|
+
data.tar.gz: e6502ad739304701884655995c776d58de5506a67aafa3dc952e14b50547fd4c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 66d63979bb7a626e6f8c68d334382320684f066aa38ff7cb10aed4a88c170d2b9d8fc0a2c6ffebdd359ea2d7baa596e41672f9851dc08e1ecd0deb7c8d9c075d
|
7
|
+
data.tar.gz: b1a38ee253efe71da0b42ddd0525ce8d036fd3cf74691585163b7de3042628e18345e1bbe95dc52b5741bc482c2fec7a8707bae141ec03e4a77cd70f1629d4af
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.49.0 (2025-07-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.48.0 (2025-07-29)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This feature provides the ability to update the table reference and allowed columns on an existing configured table.
|
13
|
+
|
14
|
+
1.47.0 (2025-07-21)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.46.0 (2025-06-02)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.45.0 (2025-05-12)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.49.0
|
@@ -95,7 +95,7 @@ module Aws::CleanRooms
|
|
95
95
|
# class name or an instance of a plugin class.
|
96
96
|
#
|
97
97
|
# @option options [required, Aws::CredentialProvider] :credentials
|
98
|
-
# Your AWS credentials. This can be an instance of any one of the
|
98
|
+
# Your AWS credentials used for authentication. This can be an instance of any one of the
|
99
99
|
# following classes:
|
100
100
|
#
|
101
101
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
@@ -128,18 +128,23 @@ module Aws::CleanRooms
|
|
128
128
|
# locations will be searched for credentials:
|
129
129
|
#
|
130
130
|
# * `Aws.config[:credentials]`
|
131
|
+
#
|
131
132
|
# * The `:access_key_id`, `:secret_access_key`, `:session_token`, and
|
132
133
|
# `:account_id` options.
|
133
|
-
#
|
134
|
-
#
|
134
|
+
#
|
135
|
+
# * `ENV['AWS_ACCESS_KEY_ID']`, `ENV['AWS_SECRET_ACCESS_KEY']`,
|
136
|
+
# `ENV['AWS_SESSION_TOKEN']`, and `ENV['AWS_ACCOUNT_ID']`.
|
137
|
+
#
|
135
138
|
# * `~/.aws/credentials`
|
139
|
+
#
|
136
140
|
# * `~/.aws/config`
|
141
|
+
#
|
137
142
|
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
138
143
|
# are very aggressive. Construct and pass an instance of
|
139
144
|
# `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
140
145
|
# enable retries and extended timeouts. Instance profile credential
|
141
|
-
# fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
|
142
|
-
# to true
|
146
|
+
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
147
|
+
# to `true`.
|
143
148
|
#
|
144
149
|
# @option options [required, String] :region
|
145
150
|
# The AWS region to connect to. The configured `:region` is
|
@@ -167,6 +172,11 @@ module Aws::CleanRooms
|
|
167
172
|
# When false, the request will raise a `RetryCapacityNotAvailableError` and will
|
168
173
|
# not retry instead of sleeping.
|
169
174
|
#
|
175
|
+
# @option options [Array<String>] :auth_scheme_preference
|
176
|
+
# A list of preferred authentication schemes to use when making a request. Supported values are:
|
177
|
+
# `sigv4`, `sigv4a`, `httpBearerAuth`, and `noAuth`. When set using `ENV['AWS_AUTH_SCHEME_PREFERENCE']` or in
|
178
|
+
# shared config as `auth_scheme_preference`, the value should be a comma-separated list.
|
179
|
+
#
|
170
180
|
# @option options [Boolean] :client_side_monitoring (false)
|
171
181
|
# When `true`, client-side metrics will be collected for all API requests from
|
172
182
|
# this client.
|
@@ -253,8 +263,8 @@ module Aws::CleanRooms
|
|
253
263
|
# 4 times. Used in `standard` and `adaptive` retry modes.
|
254
264
|
#
|
255
265
|
# @option options [String] :profile ("default")
|
256
|
-
# Used when loading credentials from the shared credentials file
|
257
|
-
#
|
266
|
+
# Used when loading credentials from the shared credentials file at `HOME/.aws/credentials`.
|
267
|
+
# When not specified, 'default' is used.
|
258
268
|
#
|
259
269
|
# @option options [String] :request_checksum_calculation ("when_supported")
|
260
270
|
# Determines when a checksum will be calculated for request payloads. Values are:
|
@@ -367,7 +377,7 @@ module Aws::CleanRooms
|
|
367
377
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
368
378
|
#
|
369
379
|
# @option options [Aws::TokenProvider] :token_provider
|
370
|
-
#
|
380
|
+
# Your Bearer token used for authentication. This can be an instance of any one of the
|
371
381
|
# following classes:
|
372
382
|
#
|
373
383
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
@@ -772,8 +782,7 @@ module Aws::CleanRooms
|
|
772
782
|
# The format of the analysis template.
|
773
783
|
#
|
774
784
|
# @option params [required, Types::AnalysisSource] :source
|
775
|
-
# The information in the analysis template.
|
776
|
-
# the query text for the analysis template.
|
785
|
+
# The information in the analysis template.
|
777
786
|
#
|
778
787
|
# @option params [Hash<String,String>] :tags
|
779
788
|
# An optional label that you can assign to a resource when you create
|
@@ -935,6 +944,11 @@ module Aws::CleanRooms
|
|
935
944
|
# @option params [String] :analytics_engine
|
936
945
|
# The analytics engine.
|
937
946
|
#
|
947
|
+
# <note markdown="1"> After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer be
|
948
|
+
# available.
|
949
|
+
#
|
950
|
+
# </note>
|
951
|
+
#
|
938
952
|
# @return [Types::CreateCollaborationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
939
953
|
#
|
940
954
|
# * {Types::CreateCollaborationOutput#collaboration #collaboration} => Types::Collaboration
|
@@ -1784,11 +1798,10 @@ module Aws::CleanRooms
|
|
1784
1798
|
req.send_request(options)
|
1785
1799
|
end
|
1786
1800
|
|
1787
|
-
# Creates a privacy budget template for a specified
|
1788
|
-
#
|
1789
|
-
#
|
1790
|
-
#
|
1791
|
-
# operation.
|
1801
|
+
# Creates a privacy budget template for a specified collaboration. Each
|
1802
|
+
# collaboration can have only one privacy budget template. If you need
|
1803
|
+
# to change the privacy budget template, use the
|
1804
|
+
# UpdatePrivacyBudgetTemplate operation.
|
1792
1805
|
#
|
1793
1806
|
# @option params [required, String] :membership_identifier
|
1794
1807
|
# A unique identifier for one of your memberships for a collaboration.
|
@@ -2158,7 +2171,7 @@ module Aws::CleanRooms
|
|
2158
2171
|
req.send_request(options)
|
2159
2172
|
end
|
2160
2173
|
|
2161
|
-
# Deletes a privacy budget template for a specified
|
2174
|
+
# Deletes a privacy budget template for a specified collaboration.
|
2162
2175
|
#
|
2163
2176
|
# @option params [required, String] :membership_identifier
|
2164
2177
|
# A unique identifier for one of your memberships for a collaboration.
|
@@ -4776,6 +4789,11 @@ module Aws::CleanRooms
|
|
4776
4789
|
# @option params [String] :analytics_engine
|
4777
4790
|
# The analytics engine.
|
4778
4791
|
#
|
4792
|
+
# <note markdown="1"> After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer be
|
4793
|
+
# available.
|
4794
|
+
#
|
4795
|
+
# </note>
|
4796
|
+
#
|
4779
4797
|
# @return [Types::UpdateCollaborationOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
4780
4798
|
#
|
4781
4799
|
# * {Types::UpdateCollaborationOutput#collaboration #collaboration} => Types::Collaboration
|
@@ -4885,6 +4903,13 @@ module Aws::CleanRooms
|
|
4885
4903
|
# @option params [String] :description
|
4886
4904
|
# A new description for the configured table.
|
4887
4905
|
#
|
4906
|
+
# @option params [Types::TableReference] :table_reference
|
4907
|
+
# A pointer to the dataset that underlies this table.
|
4908
|
+
#
|
4909
|
+
# @option params [Array<String>] :allowed_columns
|
4910
|
+
# The columns of the underlying table that can be used by collaborations
|
4911
|
+
# or analysis rules.
|
4912
|
+
#
|
4888
4913
|
# @option params [String] :analysis_method
|
4889
4914
|
# The analysis method for the configured table.
|
4890
4915
|
#
|
@@ -4908,6 +4933,34 @@ module Aws::CleanRooms
|
|
4908
4933
|
# configured_table_identifier: "ConfiguredTableIdentifier", # required
|
4909
4934
|
# name: "DisplayName",
|
4910
4935
|
# description: "TableDescription",
|
4936
|
+
# table_reference: {
|
4937
|
+
# glue: {
|
4938
|
+
# table_name: "GlueTableName", # required
|
4939
|
+
# database_name: "GlueDatabaseName", # required
|
4940
|
+
# },
|
4941
|
+
# snowflake: {
|
4942
|
+
# secret_arn: "SecretsManagerArn", # required
|
4943
|
+
# account_identifier: "SnowflakeAccountIdentifier", # required
|
4944
|
+
# database_name: "SnowflakeDatabaseName", # required
|
4945
|
+
# table_name: "SnowflakeTableName", # required
|
4946
|
+
# schema_name: "SnowflakeSchemaName", # required
|
4947
|
+
# table_schema: { # required
|
4948
|
+
# v1: [
|
4949
|
+
# {
|
4950
|
+
# column_name: "ColumnName", # required
|
4951
|
+
# column_type: "ColumnTypeString", # required
|
4952
|
+
# },
|
4953
|
+
# ],
|
4954
|
+
# },
|
4955
|
+
# },
|
4956
|
+
# athena: {
|
4957
|
+
# work_group: "AthenaWorkGroup", # required
|
4958
|
+
# output_location: "AthenaOutputLocation",
|
4959
|
+
# database_name: "AthenaDatabaseName", # required
|
4960
|
+
# table_name: "AthenaTableName", # required
|
4961
|
+
# },
|
4962
|
+
# },
|
4963
|
+
# allowed_columns: ["ColumnName"],
|
4911
4964
|
# analysis_method: "DIRECT_QUERY", # accepts DIRECT_QUERY, DIRECT_JOB, MULTIPLE
|
4912
4965
|
# selected_analysis_methods: ["DIRECT_QUERY"], # accepts DIRECT_QUERY, DIRECT_JOB
|
4913
4966
|
# })
|
@@ -5418,7 +5471,7 @@ module Aws::CleanRooms
|
|
5418
5471
|
req.send_request(options)
|
5419
5472
|
end
|
5420
5473
|
|
5421
|
-
# Updates the privacy budget template for the specified
|
5474
|
+
# Updates the privacy budget template for the specified collaboration.
|
5422
5475
|
#
|
5423
5476
|
# @option params [required, String] :membership_identifier
|
5424
5477
|
# A unique identifier for one of your memberships for a collaboration.
|
@@ -5622,7 +5675,7 @@ module Aws::CleanRooms
|
|
5622
5675
|
tracer: tracer
|
5623
5676
|
)
|
5624
5677
|
context[:gem_name] = 'aws-sdk-cleanrooms'
|
5625
|
-
context[:gem_version] = '1.
|
5678
|
+
context[:gem_version] = '1.49.0'
|
5626
5679
|
Seahorse::Client::Request.new(handlers, context)
|
5627
5680
|
end
|
5628
5681
|
|
@@ -2515,6 +2515,8 @@ module Aws::CleanRooms
|
|
2515
2515
|
UpdateConfiguredTableInput.add_member(:configured_table_identifier, Shapes::ShapeRef.new(shape: ConfiguredTableIdentifier, required: true, location: "uri", location_name: "configuredTableIdentifier"))
|
2516
2516
|
UpdateConfiguredTableInput.add_member(:name, Shapes::ShapeRef.new(shape: DisplayName, location_name: "name"))
|
2517
2517
|
UpdateConfiguredTableInput.add_member(:description, Shapes::ShapeRef.new(shape: TableDescription, location_name: "description"))
|
2518
|
+
UpdateConfiguredTableInput.add_member(:table_reference, Shapes::ShapeRef.new(shape: TableReference, location_name: "tableReference"))
|
2519
|
+
UpdateConfiguredTableInput.add_member(:allowed_columns, Shapes::ShapeRef.new(shape: AllowedColumnList, location_name: "allowedColumns"))
|
2518
2520
|
UpdateConfiguredTableInput.add_member(:analysis_method, Shapes::ShapeRef.new(shape: AnalysisMethod, location_name: "analysisMethod"))
|
2519
2521
|
UpdateConfiguredTableInput.add_member(:selected_analysis_methods, Shapes::ShapeRef.new(shape: SelectedAnalysisMethods, location_name: "selectedAnalysisMethods"))
|
2520
2522
|
UpdateConfiguredTableInput.struct_class = Types::UpdateConfiguredTableInput
|
@@ -3706,6 +3708,7 @@ module Aws::CleanRooms
|
|
3706
3708
|
o.input = Shapes::ShapeRef.new(shape: UpdateConfiguredTableInput)
|
3707
3709
|
o.output = Shapes::ShapeRef.new(shape: UpdateConfiguredTableOutput)
|
3708
3710
|
o.errors << Shapes::ShapeRef.new(shape: ConflictException)
|
3711
|
+
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
3709
3712
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
3710
3713
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerException)
|
3711
3714
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
@@ -1040,6 +1040,11 @@ module Aws::CleanRooms
|
|
1040
1040
|
#
|
1041
1041
|
# @!attribute [rw] analytics_engine
|
1042
1042
|
# The analytics engine for the collaboration.
|
1043
|
+
#
|
1044
|
+
# <note markdown="1"> After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer
|
1045
|
+
# be available.
|
1046
|
+
#
|
1047
|
+
# </note>
|
1043
1048
|
# @return [String]
|
1044
1049
|
#
|
1045
1050
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/Collaboration AWS API Documentation
|
@@ -1726,6 +1731,11 @@ module Aws::CleanRooms
|
|
1726
1731
|
#
|
1727
1732
|
# @!attribute [rw] analytics_engine
|
1728
1733
|
# The analytics engine.
|
1734
|
+
#
|
1735
|
+
# <note markdown="1"> After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer
|
1736
|
+
# be available.
|
1737
|
+
#
|
1738
|
+
# </note>
|
1729
1739
|
# @return [String]
|
1730
1740
|
#
|
1731
1741
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CollaborationSummary AWS API Documentation
|
@@ -2766,8 +2776,7 @@ module Aws::CleanRooms
|
|
2766
2776
|
# @return [String]
|
2767
2777
|
#
|
2768
2778
|
# @!attribute [rw] source
|
2769
|
-
# The information in the analysis template.
|
2770
|
-
# the query text for the analysis template.
|
2779
|
+
# The information in the analysis template.
|
2771
2780
|
# @return [Types::AnalysisSource]
|
2772
2781
|
#
|
2773
2782
|
# @!attribute [rw] tags
|
@@ -2878,6 +2887,11 @@ module Aws::CleanRooms
|
|
2878
2887
|
#
|
2879
2888
|
# @!attribute [rw] analytics_engine
|
2880
2889
|
# The analytics engine.
|
2890
|
+
#
|
2891
|
+
# <note markdown="1"> After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer
|
2892
|
+
# be available.
|
2893
|
+
#
|
2894
|
+
# </note>
|
2881
2895
|
# @return [String]
|
2882
2896
|
#
|
2883
2897
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateCollaborationInput AWS API Documentation
|
@@ -8610,6 +8624,11 @@ module Aws::CleanRooms
|
|
8610
8624
|
#
|
8611
8625
|
# @!attribute [rw] analytics_engine
|
8612
8626
|
# The analytics engine.
|
8627
|
+
#
|
8628
|
+
# <note markdown="1"> After July 16, 2025, the `CLEAN_ROOMS_SQL` parameter will no longer
|
8629
|
+
# be available.
|
8630
|
+
#
|
8631
|
+
# </note>
|
8613
8632
|
# @return [String]
|
8614
8633
|
#
|
8615
8634
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateCollaborationInput AWS API Documentation
|
@@ -8812,6 +8831,15 @@ module Aws::CleanRooms
|
|
8812
8831
|
# A new description for the configured table.
|
8813
8832
|
# @return [String]
|
8814
8833
|
#
|
8834
|
+
# @!attribute [rw] table_reference
|
8835
|
+
# A pointer to the dataset that underlies this table.
|
8836
|
+
# @return [Types::TableReference]
|
8837
|
+
#
|
8838
|
+
# @!attribute [rw] allowed_columns
|
8839
|
+
# The columns of the underlying table that can be used by
|
8840
|
+
# collaborations or analysis rules.
|
8841
|
+
# @return [Array<String>]
|
8842
|
+
#
|
8815
8843
|
# @!attribute [rw] analysis_method
|
8816
8844
|
# The analysis method for the configured table.
|
8817
8845
|
#
|
@@ -8833,6 +8861,8 @@ module Aws::CleanRooms
|
|
8833
8861
|
:configured_table_identifier,
|
8834
8862
|
:name,
|
8835
8863
|
:description,
|
8864
|
+
:table_reference,
|
8865
|
+
:allowed_columns,
|
8836
8866
|
:analysis_method,
|
8837
8867
|
:selected_analysis_methods)
|
8838
8868
|
SENSITIVE = []
|
data/lib/aws-sdk-cleanrooms.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -18,6 +18,7 @@ module Aws
|
|
18
18
|
?account_id: String,
|
19
19
|
?active_endpoint_cache: bool,
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?auth_scheme_preference: Array[String],
|
21
22
|
?client_side_monitoring: bool,
|
22
23
|
?client_side_monitoring_client_id: String,
|
23
24
|
?client_side_monitoring_host: String,
|
@@ -1243,6 +1244,34 @@ module Aws
|
|
1243
1244
|
configured_table_identifier: ::String,
|
1244
1245
|
?name: ::String,
|
1245
1246
|
?description: ::String,
|
1247
|
+
?table_reference: {
|
1248
|
+
glue: {
|
1249
|
+
table_name: ::String,
|
1250
|
+
database_name: ::String
|
1251
|
+
}?,
|
1252
|
+
snowflake: {
|
1253
|
+
secret_arn: ::String,
|
1254
|
+
account_identifier: ::String,
|
1255
|
+
database_name: ::String,
|
1256
|
+
table_name: ::String,
|
1257
|
+
schema_name: ::String,
|
1258
|
+
table_schema: {
|
1259
|
+
v1: Array[
|
1260
|
+
{
|
1261
|
+
column_name: ::String,
|
1262
|
+
column_type: ::String
|
1263
|
+
},
|
1264
|
+
]?
|
1265
|
+
}
|
1266
|
+
}?,
|
1267
|
+
athena: {
|
1268
|
+
work_group: ::String,
|
1269
|
+
output_location: ::String?,
|
1270
|
+
database_name: ::String,
|
1271
|
+
table_name: ::String
|
1272
|
+
}?
|
1273
|
+
},
|
1274
|
+
?allowed_columns: Array[::String],
|
1246
1275
|
?analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE"),
|
1247
1276
|
?selected_analysis_methods: Array[("DIRECT_QUERY" | "DIRECT_JOB")]
|
1248
1277
|
) -> _UpdateConfiguredTableResponseSuccess
|
data/sig/resource.rbs
CHANGED
@@ -18,6 +18,7 @@ module Aws
|
|
18
18
|
?account_id: String,
|
19
19
|
?active_endpoint_cache: bool,
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?auth_scheme_preference: Array[String],
|
21
22
|
?client_side_monitoring: bool,
|
22
23
|
?client_side_monitoring_client_id: String,
|
23
24
|
?client_side_monitoring_host: String,
|
data/sig/types.rbs
CHANGED
@@ -2546,6 +2546,8 @@ module Aws::CleanRooms
|
|
2546
2546
|
attr_accessor configured_table_identifier: ::String
|
2547
2547
|
attr_accessor name: ::String
|
2548
2548
|
attr_accessor description: ::String
|
2549
|
+
attr_accessor table_reference: Types::TableReference
|
2550
|
+
attr_accessor allowed_columns: ::Array[::String]
|
2549
2551
|
attr_accessor analysis_method: ("DIRECT_QUERY" | "DIRECT_JOB" | "MULTIPLE")
|
2550
2552
|
attr_accessor selected_analysis_methods: ::Array[("DIRECT_QUERY" | "DIRECT_JOB")]
|
2551
2553
|
SENSITIVE: []
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-cleanrooms
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.49.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.228.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.228.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|
@@ -84,7 +84,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
84
84
|
requirements:
|
85
85
|
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
|
-
version: '2.
|
87
|
+
version: '2.7'
|
88
88
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
89
89
|
requirements:
|
90
90
|
- - ">="
|