Skip to content

Commit 07ce55a

Browse files
author
AWS
committed
Amazon Connect Service Update: Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations.
1 parent 71acb7a commit 07ce55a

File tree

3 files changed

+1921
-123
lines changed

3 files changed

+1921
-123
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": "Amazon Connect, Contact Lens Evaluation API release including ability to manage forms and to submit contact evaluations."
6+
}

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"output_token": "NextToken",
3939
"result_key": "LexBots"
4040
},
41+
"ListContactEvaluations": {
42+
"input_token": "NextToken",
43+
"output_token": "NextToken",
44+
"result_key": "EvaluationSummaryList"
45+
},
4146
"ListContactFlowModules": {
4247
"input_token": "NextToken",
4348
"limit_key": "MaxResults",
@@ -61,6 +66,18 @@
6166
"output_token": "NextToken",
6267
"result_key": "DefaultVocabularyList"
6368
},
69+
"ListEvaluationFormVersions": {
70+
"input_token": "NextToken",
71+
"limit_key": "MaxResults",
72+
"output_token": "NextToken",
73+
"result_key": "EvaluationFormVersionSummaryList"
74+
},
75+
"ListEvaluationForms": {
76+
"input_token": "NextToken",
77+
"limit_key": "MaxResults",
78+
"output_token": "NextToken",
79+
"result_key": "EvaluationFormSummaryList"
80+
},
6481
"ListHoursOfOperations": {
6582
"input_token": "NextToken",
6683
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)