Skip to content

Commit adf7e00

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references.
1 parent be2a37e commit adf7e00

File tree

3 files changed

+423
-25
lines changed

3 files changed

+423
-25
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 Service",
4+
"contributor": "",
5+
"description": "This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"output_token": "NextToken",
3535
"result_key": "ContactFlowSummaryList"
3636
},
37+
"ListContactReferences": {
38+
"input_token": "NextToken",
39+
"output_token": "NextToken",
40+
"result_key": "ReferenceSummaryList"
41+
},
3742
"ListHoursOfOperations": {
3843
"input_token": "NextToken",
3944
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)