Skip to content

Commit 1cd3af0

Browse files
author
AWS
committed
Amazon Connect Customer Profiles Update: This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service.
1 parent d98e059 commit 1cd3af0

File tree

3 files changed

+1784
-6
lines changed

3 files changed

+1784
-6
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Customer Profiles",
4+
"contributor": "",
5+
"description": "This release introduces Segmentation APIs and new Calculated Attribute Event Filters as part of Amazon Connect Customer Profiles service."
6+
}
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,34 @@
11
{
22
"pagination": {
3+
"GetSimilarProfiles": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults",
7+
"result_key": "ProfileIds"
8+
},
39
"ListEventStreams": {
410
"input_token": "NextToken",
511
"output_token": "NextToken",
612
"limit_key": "MaxResults",
713
"result_key": "Items"
14+
},
15+
"ListObjectTypeAttributes": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "Items"
20+
},
21+
"ListRuleBasedMatches": {
22+
"input_token": "NextToken",
23+
"output_token": "NextToken",
24+
"limit_key": "MaxResults",
25+
"result_key": "MatchIds"
26+
},
27+
"ListSegmentDefinitions": {
28+
"input_token": "NextToken",
29+
"output_token": "NextToken",
30+
"limit_key": "MaxResults",
31+
"result_key": "Items"
832
}
933
}
1034
}

0 commit comments

Comments
 (0)