Skip to content

Commit f499b0d

Browse files
author
AWS
committed
Amazon Connect Customer Profiles Update: This release introduces, CRUD APIs for the DomainObjectType and Recommender resources, APIs to offer statistical insights on Object Type Attributes, Changes to SegmentDefinition APIs to support SQL queries to create Segments, and Changes to Domain APIs to support Data Store.
1 parent e23f748 commit f499b0d

File tree

3 files changed

+1594
-54
lines changed

3 files changed

+1594
-54
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, CRUD APIs for the DomainObjectType and Recommender resources, APIs to offer statistical insights on Object Type Attributes, Changes to SegmentDefinition APIs to support SQL queries to create Segments, and Changes to Domain APIs to support Data Store."
6+
}

services/customerprofiles/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
"limit_key": "MaxResults",
1313
"result_key": "Items"
1414
},
15+
"ListDomainObjectTypes": {
16+
"input_token": "NextToken",
17+
"output_token": "NextToken",
18+
"limit_key": "MaxResults",
19+
"result_key": "Items"
20+
},
1521
"ListEventStreams": {
1622
"input_token": "NextToken",
1723
"output_token": "NextToken",
@@ -30,6 +36,18 @@
3036
"limit_key": "MaxResults",
3137
"result_key": "Items"
3238
},
39+
"ListRecommenderRecipes": {
40+
"input_token": "NextToken",
41+
"output_token": "NextToken",
42+
"limit_key": "MaxResults",
43+
"result_key": "RecommenderRecipes"
44+
},
45+
"ListRecommenders": {
46+
"input_token": "NextToken",
47+
"output_token": "NextToken",
48+
"limit_key": "MaxResults",
49+
"result_key": "Recommenders"
50+
},
3351
"ListRuleBasedMatches": {
3452
"input_token": "NextToken",
3553
"output_token": "NextToken",

0 commit comments

Comments
 (0)