aws-sdk-cleanrooms 1.24.0 → 1.26.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 +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 +1338 -145
- 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,16 @@
|
|
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
|
+
|
9
|
+
1.25.0 (2024-07-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.24.0 (2024-07-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.26.0
|