aws-sdk-customerprofiles 1.28.0 → 1.30.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-customerprofiles/client.rb +592 -3
- data/lib/aws-sdk-customerprofiles/client_api.rb +384 -0
- data/lib/aws-sdk-customerprofiles/endpoint_parameters.rb +0 -3
- data/lib/aws-sdk-customerprofiles/endpoint_provider.rb +27 -24
- data/lib/aws-sdk-customerprofiles/endpoints.rb +154 -0
- data/lib/aws-sdk-customerprofiles/plugins/endpoints.rb +22 -0
- data/lib/aws-sdk-customerprofiles/types.rb +887 -15
- data/lib/aws-sdk-customerprofiles.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: a1e4f8972424b1e8d565dfaf78dea061c7e0f5b2d6ee6aba158e1cc31e7d4a37
|
4
|
+
data.tar.gz: 5f53c69f97e83f8694689464bd978c8e3adbcd77f420aa43c71c71544b48959c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fadc4b4c211a5c2be23bd34d0f77c1b65d04001281ebd25c255e51bcc5ef5521f3b8fd15706e7099689ad3267177313f2a8cf529df35b5575f6a115991f98109
|
7
|
+
data.tar.gz: 2db6b1fdf8bb41746506527b77b22fee9d5c10ebb8d96f7d4c1cdbd885cea0c1ca4ef03f19e966a4e14306892cdca274b2af2889b02d4cb2d788dd260c3c0d5c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.30.0 (2023-06-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces event stream related APIs.
|
8
|
+
|
9
|
+
1.29.0 (2023-06-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release introduces calculated attribute related APIs.
|
13
|
+
|
4
14
|
1.28.0 (2023-05-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.30.0
|