aws-sdk-customerprofiles 1.64.0 → 1.66.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-customerprofiles/client.rb +627 -25
- data/lib/aws-sdk-customerprofiles/client_api.rb +380 -3
- data/lib/aws-sdk-customerprofiles/types.rb +965 -13
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- data/sig/client.rbs +207 -5
- data/sig/types.rbs +234 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 85b5da852426f74960adfe1a21d870982ecd5220a5258f21b80a0f493ce1ef43
|
4
|
+
data.tar.gz: 8459a44e915d4eb0de88c6518a1d5dee181af0bc923d2b2a90191795f33d05f9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca51417b78604203a0b4b886dc32b6713f56585464a9623bf3fd9293fbedda17e91b5e6237e3bd5dba94e0b3b636bf0dcdf32c687fd2c364da33b19a8f6c014a
|
7
|
+
data.tar.gz: 38e8ae746dbf50ada8e2eaa361c2ebfb25ea14dc6dc30f2e9f74a02b88b8acaa06af283f76a01349844fa44da600585ddb57636a4fe7271e6db9fb1b30989063
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.66.0 (2025-07-03)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces capability of create Segments via importing a CSV file directly. This consumes the CSV file and creates/updates corresponding profiles for the particular domain.
|
8
|
+
|
9
|
+
1.65.0 (2025-06-09)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T&H as part of Amazon Connect Customer Profiles service.
|
13
|
+
|
4
14
|
1.64.0 (2025-06-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.66.0
|