|
4233 | 4233 | "SEND_NOTIFICATION",
|
4234 | 4234 | "CREATE_CASE",
|
4235 | 4235 | "UPDATE_CASE",
|
4236 |
| - "END_ASSOCIATED_TASKS" |
| 4236 | + "END_ASSOCIATED_TASKS", |
| 4237 | + "SUBMIT_AUTO_EVALUATION" |
4237 | 4238 | ]
|
4238 | 4239 | },
|
4239 | 4240 | "ActivateEvaluationFormRequest":{
|
|
6962 | 6963 | },
|
6963 | 6964 | "Applications":{
|
6964 | 6965 | "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>" |
6966 | 6967 | },
|
6967 | 6968 | "HierarchyRestrictedResources":{
|
6968 | 6969 | "shape":"HierarchyRestrictedResourceList",
|
|
9668 | 9669 | "max":1024,
|
9669 | 9670 | "min":0
|
9670 | 9671 | },
|
| 9672 | + "EvaluationFormId":{ |
| 9673 | + "type":"string", |
| 9674 | + "max":256, |
| 9675 | + "min":1 |
| 9676 | + }, |
9671 | 9677 | "EvaluationFormItem":{
|
9672 | 9678 | "type":"structure",
|
9673 | 9679 | "members":{
|
|
13548 | 13554 | "members":{
|
13549 | 13555 | "Applications":{
|
13550 | 13556 | "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>" |
13552 | 13558 | },
|
13553 | 13559 | "NextToken":{
|
13554 | 13560 | "shape":"NextToken",
|
|
16891 | 16897 | "EndAssociatedTasksAction":{
|
16892 | 16898 | "shape":"EndAssociatedTasksActionDefinition",
|
16893 | 16899 | "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>" |
16894 | 16904 | }
|
16895 | 16905 | },
|
16896 | 16906 | "documentation":"<p>Information about the action to be performed when a rule is triggered.</p>"
|
|
18672 | 18682 | "max":200,
|
18673 | 18683 | "min":1
|
18674 | 18684 | },
|
| 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 | + }, |
18675 | 18696 | "SubmitContactEvaluationRequest":{
|
18676 | 18697 | "type":"structure",
|
18677 | 18698 | "required":[
|
|
20667 | 20688 | },
|
20668 | 20689 | "Applications":{
|
20669 | 20690 | "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>" |
20671 | 20692 | },
|
20672 | 20693 | "HierarchyRestrictedResources":{
|
20673 | 20694 | "shape":"HierarchyRestrictedResourceList",
|
|
0 commit comments