Skip to content

Commit d63b1d7

Browse files
author
AWS
committed
Amazon Connect Customer Profiles Update: This release introduces capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T&H as part of Amazon Connect Customer Profiles service.
1 parent 90a8cbd commit d63b1d7

File tree

3 files changed

+630
-29
lines changed

3 files changed

+630
-29
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 capability of Profile Explorer, using correct ingestion timestamp & using historical data for computing calculated attributes, and new standard objects for T&H as part of Amazon Connect Customer Profiles service."
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
@@ -6,6 +6,12 @@
66
"limit_key": "MaxResults",
77
"result_key": "ProfileIds"
88
},
9+
"ListDomainLayouts": {
10+
"input_token": "NextToken",
11+
"output_token": "NextToken",
12+
"limit_key": "MaxResults",
13+
"result_key": "Items"
14+
},
915
"ListEventStreams": {
1016
"input_token": "NextToken",
1117
"output_token": "NextToken",

0 commit comments

Comments
 (0)