Skip to content

Commit 6db2c2b

Browse files
author
AWS
committed
Amazon Connect Service Update: This release adds new Submit Auto Evaluation Action for Amazon Connect Rules.
1 parent 3bac1fc commit 6db2c2b

File tree

2 files changed

+31
-4
lines changed

2 files changed

+31
-4
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 new Submit Auto Evaluation Action for Amazon Connect Rules."
6+
}

services/connect/src/main/resources/codegen-resources/service-2.json

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4233,7 +4233,8 @@
42334233
"SEND_NOTIFICATION",
42344234
"CREATE_CASE",
42354235
"UPDATE_CASE",
4236-
"END_ASSOCIATED_TASKS"
4236+
"END_ASSOCIATED_TASKS",
4237+
"SUBMIT_AUTO_EVALUATION"
42374238
]
42384239
},
42394240
"ActivateEvaluationFormRequest":{
@@ -6962,7 +6963,7 @@
69626963
},
69636964
"Applications":{
69646965
"shape":"Applications",
6965-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of third-party applications that the security profile will give access to.</p>"
6966+
"documentation":"<p>A list of third-party applications that the security profile will give access to.</p>"
69666967
},
69676968
"HierarchyRestrictedResources":{
69686969
"shape":"HierarchyRestrictedResourceList",
@@ -9668,6 +9669,11 @@
96689669
"max":1024,
96699670
"min":0
96709671
},
9672+
"EvaluationFormId":{
9673+
"type":"string",
9674+
"max":256,
9675+
"min":1
9676+
},
96719677
"EvaluationFormItem":{
96729678
"type":"structure",
96739679
"members":{
@@ -13548,7 +13554,7 @@
1354813554
"members":{
1354913555
"Applications":{
1355013556
"shape":"Applications",
13551-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third-party application's metadata.</p>"
13557+
"documentation":"<p>A list of the third-party application's metadata.</p>"
1355213558
},
1355313559
"NextToken":{
1355413560
"shape":"NextToken",
@@ -16891,6 +16897,10 @@
1689116897
"EndAssociatedTasksAction":{
1689216898
"shape":"EndAssociatedTasksActionDefinition",
1689316899
"documentation":"<p>Information about the end associated tasks action.</p> <p>Supported only for <code>TriggerEventSource</code> values: <code>OnCaseUpdate</code>.</p>"
16900+
},
16901+
"SubmitAutoEvaluationAction":{
16902+
"shape":"SubmitAutoEvaluationActionDefinition",
16903+
"documentation":"<p>Information about the submit automated evaluation action.</p>"
1689416904
}
1689516905
},
1689616906
"documentation":"<p>Information about the action to be performed when a rule is triggered.</p>"
@@ -18672,6 +18682,17 @@
1867218682
"max":200,
1867318683
"min":1
1867418684
},
18685+
"SubmitAutoEvaluationActionDefinition":{
18686+
"type":"structure",
18687+
"required":["EvaluationFormId"],
18688+
"members":{
18689+
"EvaluationFormId":{
18690+
"shape":"EvaluationFormId",
18691+
"documentation":"<p>The identifier of the auto-evaluation enabled form.</p>"
18692+
}
18693+
},
18694+
"documentation":"<p>Information about the submit automated evaluation action.</p>"
18695+
},
1867518696
"SubmitContactEvaluationRequest":{
1867618697
"type":"structure",
1867718698
"required":[
@@ -20667,7 +20688,7 @@
2066720688
},
2066820689
"Applications":{
2066920690
"shape":"Applications",
20670-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>A list of the third-party application's metadata.</p>"
20691+
"documentation":"<p>A list of the third-party application's metadata.</p>"
2067120692
},
2067220693
"HierarchyRestrictedResources":{
2067320694
"shape":"HierarchyRestrictedResourceList",

0 commit comments

Comments
 (0)