aws-sdk-cleanrooms 1.25.0 → 1.27.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +992 -18
- data/lib/aws-sdk-cleanrooms/client_api.rb +698 -1
- data/lib/aws-sdk-cleanrooms/endpoints.rb +238 -0
- data/lib/aws-sdk-cleanrooms/plugins/endpoints.rb +34 -0
- data/lib/aws-sdk-cleanrooms/types.rb +1677 -24
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +267 -7
- data/sig/types.rbs +489 -11
- 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: 92f14f2343fa1663b879f6ffb0f3132a6a20d8117ae2639f6ccaac599bc9bec2
|
4
|
+
data.tar.gz: 81fc1164644756a7d81d42dcf3ba5ea51b91c702b6ca227bb9de7626ed54f143
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89e2db3d2263d77f603bafa49b13f0257a1fa168cef172f5afff312490014407c601eee29a8783f31c84c74fa434473484a9b17657bd2456b0c3722f43f88c36
|
7
|
+
data.tar.gz: 39075a47466d7eebf8f196f1fe29b35b02c1b934dc97d97b8592f65140d7e9a1bb7d10d28975e63436e13797f9bc373e18b9e3556a3144b804c8fd51a9c4cda7
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.27.0 (2024-07-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Three enhancements to the AWS Clean Rooms: Disallowed Output Columns, Flexible Result Receivers, SQL as a Seed
|
8
|
+
|
9
|
+
1.26.0 (2024-07-23)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds AWS Entity Resolution integration to associate ID namespaces & ID mapping workflow resources as part of ID namespace association and ID mapping table in AWS Clean Rooms. It also introduces a new ID_MAPPING_TABLE analysis rule to manage the protection on ID mapping table.
|
13
|
+
|
4
14
|
1.25.0 (2024-07-18)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.27.0
|