aws-sdk-cleanrooms 1.25.0 → 1.26.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +783 -80
- data/lib/aws-sdk-cleanrooms/client_api.rb +511 -1
- data/lib/aws-sdk-cleanrooms/endpoints.rb +182 -0
- data/lib/aws-sdk-cleanrooms/plugins/endpoints.rb +26 -0
- data/lib/aws-sdk-cleanrooms/types.rb +1335 -142
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +173 -3
- data/sig/types.rbs +348 -12
- 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: 50a63caaec80890b8cf688a4c568ad29aa57b411359b6c2128700aa39b9de468
|
4
|
+
data.tar.gz: d205ac1295df9863c0320ac5ca86a6e72c2083fcbf611ffc20aef8c144e3a277
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fc7671450f4e915e452f54c44df3972c538450fbdd7ea831d12a814200c9f2fea5ede4128ec86f6ddd4f66073ba3f2e010b135426ef74f4fcacfcbcb41700efe
|
7
|
+
data.tar.gz: 78672ce5ece4f45e3717dee546e24e693d83d686bf23893f67cedd43044756c3e0e3843c796650499f513999e271b9735baffb09d46ce23095fc7319fcb0ea92
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.26.0 (2024-07-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
4
9
|
1.25.0 (2024-07-18)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.26.0
|