aws-sdk-customerprofiles 1.12.0 → 1.16.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-customerprofiles/client.rb +361 -32
- data/lib/aws-sdk-customerprofiles/client_api.rb +177 -4
- data/lib/aws-sdk-customerprofiles/types.rb +828 -47
- data/lib/aws-sdk-customerprofiles.rb +1 -1
- 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: 11b3c37b2972a15d2c2f842d6b62e7d220f0748efc3dc085ac1e98bc5e539b7a
|
4
|
+
data.tar.gz: 9eba5aa189d13b8758c372a72998035cfc4ee51959fbe9424af3406a7e6547c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bd12a2f4d17999bee2692de4d5651486dc93180e93ceaa253b2b1066db5b9df5ab81b31b5c395195ed6600ce13409df849c6481f4e9744d306defc8da5921b7
|
7
|
+
data.tar.gz: 36632ba57a75c45a0491b31d4ada913728d8279975b7c3cd43db33147c99ede7a8cb0a7171bc8a280d6edd1ed6c9743be16ad2d4af6de3fc43f4adf75c84a91e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.16.0 (2021-12-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds an optional parameter, ObjectTypeNames to the PutIntegration API to support multiple object types per integration option. Besides, this release introduces Standard Order Objects which contain data from third party systems and each order object belongs to a specific profile.
|
8
|
+
|
9
|
+
1.15.0 (2021-11-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.14.0 (2021-11-24)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release introduces a new auto-merging feature for profile matching. The auto-merging configurations can be set via CreateDomain API or UpdateDomain API. You can use GetIdentityResolutionJob API and ListIdentityResolutionJobs API to fetch job status.
|
18
|
+
|
19
|
+
1.13.0 (2021-11-04)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.12.0 (2021-10-18)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.16.0
|