aws-sdk-customerprofiles 1.15.0 → 1.38.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e52203962823925c7d040a65b9b2e0f7bd93b11d9ae0abe1d91425e2b7594b61
4
- data.tar.gz: cc84b0b81a2260a2bbbacbe4a979bd669d3e990a1bcf33217619d2be8eef4102
3
+ metadata.gz: baa2dd26c16a75a06dc6ffa172480ef77cf59be584a326928c69731545f03bb2
4
+ data.tar.gz: a2125d632628ca5a35de2af70812db4c378e8fec0464a9c846b326ff294e9816
5
5
  SHA512:
6
- metadata.gz: bffa339efaa288571ed4e131f370467b6b6e0f71b01b2af2b856b2bf25a38b67c8a5bc31b9d886aa48f220ec6824eb155a3139934da1d95c90aa60fc1752c56d
7
- data.tar.gz: e86af968d37f4aee4c03e423f179bf43386aefbb317de6f1d3cf162ee7f360be996859cde95f33a70c0d49b4aec6f56738a51fd30473711f7c9186882b1ab939
6
+ metadata.gz: b8c5289dd3ecdc8b856eb84fa1159cd588df99ee1b45633fcf418ff6f96f7efcb008c71a0e1905492cd3106ebd0b28467468075819e742cb1fd2b950235c64ed
7
+ data.tar.gz: ad35dd71ece8ddd199a530291d7ccbbfbd9d34dea4e8a023bee1fbd4e301e758c9c06aae8b31a4582d7b3f76a0596fbbc6757e1600d2c8c46c5f350360771d89
data/CHANGELOG.md CHANGED
@@ -1,6 +1,123 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2023-10-12)
5
+ ------------------
6
+
7
+ * Feature - Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model.
8
+
9
+ 1.37.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.36.0 (2023-08-31)
15
+ ------------------
16
+
17
+ * Feature - Adds sensitive trait to various shapes in Customer Profiles API model.
18
+
19
+ 1.35.0 (2023-07-25)
20
+ ------------------
21
+
22
+ * Feature - Amazon Connect Customer Profiles now supports rule-based resolution to match and merge similar profiles into unified profiles, helping companies deliver faster and more personalized customer service by providing access to relevant customer information for agents and automated experiences.
23
+
24
+ 1.34.0 (2023-07-11)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.33.0 (2023-07-06)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.32.0 (2023-06-28)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.31.0 (2023-06-15)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.30.0 (2023-06-07)
45
+ ------------------
46
+
47
+ * Feature - This release introduces event stream related APIs.
48
+
49
+ 1.29.0 (2023-06-01)
50
+ ------------------
51
+
52
+ * Feature - This release introduces calculated attribute related APIs.
53
+
54
+ 1.28.0 (2023-05-31)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.27.0 (2023-02-06)
60
+ ------------------
61
+
62
+ * Feature - This release deprecates the PartyType and Gender enum data types from the Profile model and replaces them with new PartyTypeString and GenderString attributes, which accept any string of length up to 255.
63
+
64
+ 1.26.0 (2023-01-18)
65
+ ------------------
66
+
67
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
68
+
69
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
70
+
71
+ 1.25.0 (2022-12-12)
72
+ ------------------
73
+
74
+ * Feature - This release allows custom strings in PartyType and Gender through 2 new attributes in the CreateProfile and UpdateProfile APIs: PartyTypeString and GenderString.
75
+
76
+ 1.24.0 (2022-11-14)
77
+ ------------------
78
+
79
+ * Feature - This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators.
80
+
81
+ 1.23.0 (2022-10-25)
82
+ ------------------
83
+
84
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
85
+
86
+ 1.22.0 (2022-09-13)
87
+ ------------------
88
+
89
+ * Feature - Added isUnstructured in response for Customer Profiles Integration APIs
90
+
91
+ 1.21.0 (2022-06-30)
92
+ ------------------
93
+
94
+ * Feature - This release adds the optional MinAllowedConfidenceScoreForMerging parameter to the CreateDomain, UpdateDomain, and GetAutoMergingPreview APIs in Customer Profiles. This parameter is used as a threshold to influence the profile auto-merging step of the Identity Resolution process.
95
+
96
+ 1.20.0 (2022-02-24)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.19.0 (2022-02-21)
102
+ ------------------
103
+
104
+ * Feature - This release introduces apis CreateIntegrationWorkflow, DeleteWorkflow, ListWorkflows, GetWorkflow and GetWorkflowSteps. These apis are used to manage and view integration workflows.
105
+
106
+ 1.18.0 (2022-02-03)
107
+ ------------------
108
+
109
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
110
+
111
+ 1.17.0 (2021-12-21)
112
+ ------------------
113
+
114
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
115
+
116
+ 1.16.0 (2021-12-20)
117
+ ------------------
118
+
119
+ * 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.
120
+
4
121
  1.15.0 (2021-11-30)
5
122
  ------------------
6
123
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.15.0
1
+ 1.38.0