aws-sdk-cleanrooms 1.13.0 → 1.15.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 +928 -1
- data/lib/aws-sdk-cleanrooms/client_api.rb +719 -0
- data/lib/aws-sdk-cleanrooms/endpoints.rb +238 -0
- data/lib/aws-sdk-cleanrooms/plugins/endpoints.rb +37 -2
- data/lib/aws-sdk-cleanrooms/types.rb +2934 -1159
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 63e5607cb5092d0188e14dfc7b6e99d70a9beced21a37aa3d3a54d45ad65a908
|
4
|
+
data.tar.gz: 856cea238532a241bb9859bf6cbf7eaa4475ceeebfeb882af91d51bfda935cbb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 73f82567ba68637182722ef8a0a46c6781ce2f11fb1d910e481387628aa9276f711526c0aa8b97cbb0167438fdccd0dd2154f176199f086880b720211c25ec89
|
7
|
+
data.tar.gz: 9f7bbf44dc0dcb416d45a5f558f924c631a25ff9c1dd37c19814d7f6b11cdc48628300a204ec6061c256189cc6ce946d7b3940cd0c9acf4ebde93a7a61cf0d22
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.15.0 (2023-11-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Clean Rooms now provides differential privacy to protect against user-identification attempts and machine learning modeling to allow two parties to identify similar users in their data.
|
8
|
+
|
9
|
+
1.14.0 (2023-11-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.13.0 (2023-11-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.15.0
|