Skip to content

Commit daee773

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
1 parent 62e04a0 commit daee773

File tree

3 files changed

+881
-18
lines changed

3 files changed

+881
-18
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 the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@
159159
"output_token": "NextToken",
160160
"result_key": "SecurityProfileSummaryList"
161161
},
162+
"ListTaskTemplates": {
163+
"input_token": "NextToken",
164+
"limit_key": "MaxResults",
165+
"output_token": "NextToken",
166+
"result_key": "TaskTemplates"
167+
},
162168
"ListUseCases": {
163169
"input_token": "NextToken",
164170
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)