aws-sdk-customerprofiles 1.12.0 → 1.16.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7cb2ad0b7069b586c3f4e533c45b61dc90c95948a7f91e5fb797d93754f34589
4
- data.tar.gz: 94a5283330776c88703b3abbab4526705bf6a2f00dc52533799f247eddc0b233
3
+ metadata.gz: 11b3c37b2972a15d2c2f842d6b62e7d220f0748efc3dc085ac1e98bc5e539b7a
4
+ data.tar.gz: 9eba5aa189d13b8758c372a72998035cfc4ee51959fbe9424af3406a7e6547c4
5
5
  SHA512:
6
- metadata.gz: ae6174e8fcc6ccf514387b9fe760c89ac9705bf427e58b7bfd5ab1dd98a3d010c5a5aeb165759f42b2647b24f61f8ae0e1260097ddc67c6e9ab2f06093cdce82
7
- data.tar.gz: f1d0ae59254cca6dc10f2eb9bef22dc873548e21be1085e20dff6e13b7c45f2cd053e237caeb25b37bcb3d622a39451f33c9da1626e0f60e6e90e22213f9beac
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.12.0
1
+ 1.16.0