Skip to content

Commit eff852b

Browse files
author
AWS
committed
Amazon Connect Customer Profiles Update: Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions.
1 parent 5b73661 commit eff852b

File tree

3 files changed

+472
-10
lines changed

3 files changed

+472
-10
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": "Today, Amazon Connect is announcing the ability to filter (include or exclude) recommendations based on properties of items and interactions."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
"limit_key": "MaxResults",
3737
"result_key": "Items"
3838
},
39+
"ListRecommenderFilters": {
40+
"input_token": "NextToken",
41+
"output_token": "NextToken",
42+
"limit_key": "MaxResults",
43+
"result_key": "RecommenderFilters"
44+
},
3945
"ListRecommenderRecipes": {
4046
"input_token": "NextToken",
4147
"output_token": "NextToken",

0 commit comments

Comments
 (0)