aws-sdk-cleanrooms 1.67.0 → 1.69.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +6 -1
- data/lib/aws-sdk-cleanrooms/client_api.rb +3 -1
- data/lib/aws-sdk-cleanrooms/types.rb +6 -1
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +4 -2
- data/sig/types.rbs +1 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3dbe17f061b399e8c5ac6ceb8a6afebe8ddeca2e35c697f71a4223d33641a3c7
|
|
4
|
+
data.tar.gz: a1ee8de42e89bf0a3b880e1de58c8bb7f77f72f4cf287d2e62d9820f47310b91
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6eb4d6105ed0c8b3d3506ca9f61940ba1028e6787ffe3baf7ad0fad935cd525c1a5f6e8983feb0564cbd39edbd7d1bdb6535af633556eb731d11cf271be28c23
|
|
7
|
+
data.tar.gz: c0315e972162ba2230f0448bc41a2a3109d11f51be7c4fde81908de82af38bdb91ae91d11d642726fb21c4790a89088b5211a29d87ac58669691ee8004e99be6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.69.0 (2026-03-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
|
8
|
+
|
|
9
|
+
1.68.0 (2026-02-18)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This release adds support for federated catalogs in Athena-sourced configured tables.
|
|
13
|
+
|
|
4
14
|
1.67.0 (2026-01-16)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.69.0
|
|
@@ -1341,6 +1341,7 @@ module Aws::CleanRooms
|
|
|
1341
1341
|
# output_location: "AthenaOutputLocation",
|
|
1342
1342
|
# database_name: "AthenaDatabaseName", # required
|
|
1343
1343
|
# table_name: "AthenaTableName", # required
|
|
1344
|
+
# catalog_name: "AthenaCatalogName",
|
|
1344
1345
|
# },
|
|
1345
1346
|
# },
|
|
1346
1347
|
# allowed_columns: ["ColumnName"], # required
|
|
@@ -1373,6 +1374,7 @@ module Aws::CleanRooms
|
|
|
1373
1374
|
# resp.configured_table.table_reference.athena.output_location #=> String
|
|
1374
1375
|
# resp.configured_table.table_reference.athena.database_name #=> String
|
|
1375
1376
|
# resp.configured_table.table_reference.athena.table_name #=> String
|
|
1377
|
+
# resp.configured_table.table_reference.athena.catalog_name #=> String
|
|
1376
1378
|
# resp.configured_table.create_time #=> Time
|
|
1377
1379
|
# resp.configured_table.update_time #=> Time
|
|
1378
1380
|
# resp.configured_table.analysis_rule_types #=> Array
|
|
@@ -2840,6 +2842,7 @@ module Aws::CleanRooms
|
|
|
2840
2842
|
# resp.configured_table.table_reference.athena.output_location #=> String
|
|
2841
2843
|
# resp.configured_table.table_reference.athena.database_name #=> String
|
|
2842
2844
|
# resp.configured_table.table_reference.athena.table_name #=> String
|
|
2845
|
+
# resp.configured_table.table_reference.athena.catalog_name #=> String
|
|
2843
2846
|
# resp.configured_table.create_time #=> Time
|
|
2844
2847
|
# resp.configured_table.update_time #=> Time
|
|
2845
2848
|
# resp.configured_table.analysis_rule_types #=> Array
|
|
@@ -5453,6 +5456,7 @@ module Aws::CleanRooms
|
|
|
5453
5456
|
# output_location: "AthenaOutputLocation",
|
|
5454
5457
|
# database_name: "AthenaDatabaseName", # required
|
|
5455
5458
|
# table_name: "AthenaTableName", # required
|
|
5459
|
+
# catalog_name: "AthenaCatalogName",
|
|
5456
5460
|
# },
|
|
5457
5461
|
# },
|
|
5458
5462
|
# allowed_columns: ["ColumnName"],
|
|
@@ -5482,6 +5486,7 @@ module Aws::CleanRooms
|
|
|
5482
5486
|
# resp.configured_table.table_reference.athena.output_location #=> String
|
|
5483
5487
|
# resp.configured_table.table_reference.athena.database_name #=> String
|
|
5484
5488
|
# resp.configured_table.table_reference.athena.table_name #=> String
|
|
5489
|
+
# resp.configured_table.table_reference.athena.catalog_name #=> String
|
|
5485
5490
|
# resp.configured_table.create_time #=> Time
|
|
5486
5491
|
# resp.configured_table.update_time #=> Time
|
|
5487
5492
|
# resp.configured_table.analysis_rule_types #=> Array
|
|
@@ -6194,7 +6199,7 @@ module Aws::CleanRooms
|
|
|
6194
6199
|
tracer: tracer
|
|
6195
6200
|
)
|
|
6196
6201
|
context[:gem_name] = 'aws-sdk-cleanrooms'
|
|
6197
|
-
context[:gem_version] = '1.
|
|
6202
|
+
context[:gem_version] = '1.69.0'
|
|
6198
6203
|
Seahorse::Client::Request.new(handlers, context)
|
|
6199
6204
|
end
|
|
6200
6205
|
|
|
@@ -83,6 +83,7 @@ module Aws::CleanRooms
|
|
|
83
83
|
ApprovalStatus = Shapes::StringShape.new(name: 'ApprovalStatus')
|
|
84
84
|
ApprovalStatusDetails = Shapes::StructureShape.new(name: 'ApprovalStatusDetails')
|
|
85
85
|
ApprovalStatuses = Shapes::MapShape.new(name: 'ApprovalStatuses')
|
|
86
|
+
AthenaCatalogName = Shapes::StringShape.new(name: 'AthenaCatalogName')
|
|
86
87
|
AthenaDatabaseName = Shapes::StringShape.new(name: 'AthenaDatabaseName')
|
|
87
88
|
AthenaOutputLocation = Shapes::StringShape.new(name: 'AthenaOutputLocation')
|
|
88
89
|
AthenaTableName = Shapes::StringShape.new(name: 'AthenaTableName')
|
|
@@ -860,6 +861,7 @@ module Aws::CleanRooms
|
|
|
860
861
|
AthenaTableReference.add_member(:output_location, Shapes::ShapeRef.new(shape: AthenaOutputLocation, location_name: "outputLocation"))
|
|
861
862
|
AthenaTableReference.add_member(:database_name, Shapes::ShapeRef.new(shape: AthenaDatabaseName, required: true, location_name: "databaseName"))
|
|
862
863
|
AthenaTableReference.add_member(:table_name, Shapes::ShapeRef.new(shape: AthenaTableName, required: true, location_name: "tableName"))
|
|
864
|
+
AthenaTableReference.add_member(:catalog_name, Shapes::ShapeRef.new(shape: AthenaCatalogName, location_name: "catalogName"))
|
|
863
865
|
AthenaTableReference.struct_class = Types::AthenaTableReference
|
|
864
866
|
|
|
865
867
|
AutoApprovedChangeTypeList.member = Shapes::ShapeRef.new(shape: AutoApprovedChangeType)
|
|
@@ -2871,7 +2873,7 @@ module Aws::CleanRooms
|
|
|
2871
2873
|
ValidationExceptionFieldList.member = Shapes::ShapeRef.new(shape: ValidationExceptionField)
|
|
2872
2874
|
|
|
2873
2875
|
WorkerComputeConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: WorkerComputeType, location_name: "type"))
|
|
2874
|
-
WorkerComputeConfiguration.add_member(:number, Shapes::ShapeRef.new(shape: WorkerComputeConfigurationNumberInteger, location_name: "number"))
|
|
2876
|
+
WorkerComputeConfiguration.add_member(:number, Shapes::ShapeRef.new(shape: WorkerComputeConfigurationNumberInteger, location_name: "number", metadata: {"box" => true}))
|
|
2875
2877
|
WorkerComputeConfiguration.add_member(:properties, Shapes::ShapeRef.new(shape: WorkerComputeConfigurationProperties, location_name: "properties"))
|
|
2876
2878
|
WorkerComputeConfiguration.struct_class = Types::WorkerComputeConfiguration
|
|
2877
2879
|
|
|
@@ -933,6 +933,10 @@ module Aws::CleanRooms
|
|
|
933
933
|
# The table reference.
|
|
934
934
|
# @return [String]
|
|
935
935
|
#
|
|
936
|
+
# @!attribute [rw] catalog_name
|
|
937
|
+
# The catalog name.
|
|
938
|
+
# @return [String]
|
|
939
|
+
#
|
|
936
940
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/AthenaTableReference AWS API Documentation
|
|
937
941
|
#
|
|
938
942
|
class AthenaTableReference < Struct.new(
|
|
@@ -940,7 +944,8 @@ module Aws::CleanRooms
|
|
|
940
944
|
:work_group,
|
|
941
945
|
:output_location,
|
|
942
946
|
:database_name,
|
|
943
|
-
:table_name
|
|
947
|
+
:table_name,
|
|
948
|
+
:catalog_name)
|
|
944
949
|
SENSITIVE = []
|
|
945
950
|
include Aws::Structure
|
|
946
951
|
end
|
data/lib/aws-sdk-cleanrooms.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -332,7 +332,8 @@ module Aws
|
|
|
332
332
|
work_group: ::String,
|
|
333
333
|
output_location: ::String?,
|
|
334
334
|
database_name: ::String,
|
|
335
|
-
table_name: ::String
|
|
335
|
+
table_name: ::String,
|
|
336
|
+
catalog_name: ::String?
|
|
336
337
|
}?
|
|
337
338
|
},
|
|
338
339
|
allowed_columns: Array[::String],
|
|
@@ -1388,7 +1389,8 @@ module Aws
|
|
|
1388
1389
|
work_group: ::String,
|
|
1389
1390
|
output_location: ::String?,
|
|
1390
1391
|
database_name: ::String,
|
|
1391
|
-
table_name: ::String
|
|
1392
|
+
table_name: ::String,
|
|
1393
|
+
catalog_name: ::String?
|
|
1392
1394
|
}?
|
|
1393
1395
|
},
|
|
1394
1396
|
?allowed_columns: Array[::String],
|
data/sig/types.rbs
CHANGED
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.69.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.244.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.244.0
|
|
32
32
|
- !ruby/object:Gem::Dependency
|
|
33
33
|
name: aws-sigv4
|
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|