|
5 | 5 | "endpointPrefix":"cases",
|
6 | 6 | "jsonVersion":"1.1",
|
7 | 7 | "protocol":"rest-json",
|
| 8 | + "protocols":["rest-json"], |
8 | 9 | "serviceAbbreviation":"ConnectCases",
|
9 | 10 | "serviceFullName":"Amazon Connect Cases",
|
10 | 11 | "serviceId":"ConnectCases",
|
11 | 12 | "signatureVersion":"v4",
|
12 | 13 | "signingName":"cases",
|
13 |
| - "uid":"connectcases-2022-10-03" |
| 14 | + "uid":"connectcases-2022-10-03", |
| 15 | + "auth":["aws.auth#sigv4"] |
14 | 16 | },
|
15 | 17 | "operations":{
|
16 | 18 | "BatchGetCaseRule":{
|
|
549 | 551 | {"shape":"ResourceNotFoundException"},
|
550 | 552 | {"shape":"ValidationException"},
|
551 | 553 | {"shape":"ThrottlingException"},
|
552 |
| - {"shape":"AccessDeniedException"} |
| 554 | + {"shape":"AccessDeniedException"}, |
| 555 | + {"shape":"ConflictException"} |
553 | 556 | ]
|
554 | 557 | },
|
555 | 558 | "SearchCases":{
|
|
1767 | 1770 | },
|
1768 | 1771 | "FieldValueUnionStringValueString":{
|
1769 | 1772 | "type":"string",
|
1770 |
| - "max":1500, |
| 1773 | + "max":3000, |
1771 | 1774 | "min":0
|
1772 | 1775 | },
|
1773 | 1776 | "FileArn":{
|
|
2460 | 2463 | "members":{
|
2461 | 2464 | "comment":{"shape":"CommentContent"},
|
2462 | 2465 | "contact":{"shape":"ContactContent"},
|
2463 |
| - "file":{"shape":"FileContent"} |
| 2466 | + "file":{"shape":"FileContent"}, |
| 2467 | + "sla":{"shape":"SlaContent"} |
2464 | 2468 | },
|
2465 | 2469 | "union":true
|
2466 | 2470 | },
|
|
2481 | 2485 | "members":{
|
2482 | 2486 | "comment":{"shape":"CommentContent"},
|
2483 | 2487 | "contact":{"shape":"Contact"},
|
2484 |
| - "file":{"shape":"FileContent"} |
| 2488 | + "file":{"shape":"FileContent"}, |
| 2489 | + "sla":{"shape":"SlaInputContent"} |
2485 | 2490 | },
|
2486 | 2491 | "union":true
|
2487 | 2492 | },
|
|
2490 | 2495 | "enum":[
|
2491 | 2496 | "Contact",
|
2492 | 2497 | "Comment",
|
2493 |
| - "File" |
| 2498 | + "File", |
| 2499 | + "Sla" |
2494 | 2500 | ]
|
2495 | 2501 | },
|
2496 | 2502 | "RelatedItemTypeFilter":{
|
2497 | 2503 | "type":"structure",
|
2498 | 2504 | "members":{
|
2499 | 2505 | "comment":{"shape":"CommentFilter"},
|
2500 | 2506 | "contact":{"shape":"ContactFilter"},
|
2501 |
| - "file":{"shape":"FileFilter"} |
| 2507 | + "file":{"shape":"FileFilter"}, |
| 2508 | + "sla":{"shape":"SlaFilter"} |
2502 | 2509 | },
|
2503 | 2510 | "union":true
|
2504 | 2511 | },
|
|
2712 | 2719 | },
|
2713 | 2720 | "exception":true
|
2714 | 2721 | },
|
| 2722 | + "SlaCompletionTime":{ |
| 2723 | + "type":"timestamp", |
| 2724 | + "timestampFormat":"iso8601" |
| 2725 | + }, |
| 2726 | + "SlaConfiguration":{ |
| 2727 | + "type":"structure", |
| 2728 | + "required":[ |
| 2729 | + "name", |
| 2730 | + "status", |
| 2731 | + "targetTime", |
| 2732 | + "type" |
| 2733 | + ], |
| 2734 | + "members":{ |
| 2735 | + "completionTime":{"shape":"SlaCompletionTime"}, |
| 2736 | + "fieldId":{"shape":"FieldId"}, |
| 2737 | + "name":{"shape":"SlaName"}, |
| 2738 | + "status":{"shape":"SlaStatus"}, |
| 2739 | + "targetFieldValues":{"shape":"SlaFieldValueUnionList"}, |
| 2740 | + "targetTime":{"shape":"SlaTargetTime"}, |
| 2741 | + "type":{"shape":"SlaType"} |
| 2742 | + } |
| 2743 | + }, |
| 2744 | + "SlaContent":{ |
| 2745 | + "type":"structure", |
| 2746 | + "required":["slaConfiguration"], |
| 2747 | + "members":{ |
| 2748 | + "slaConfiguration":{"shape":"SlaConfiguration"} |
| 2749 | + } |
| 2750 | + }, |
| 2751 | + "SlaFieldValueUnionList":{ |
| 2752 | + "type":"list", |
| 2753 | + "member":{"shape":"FieldValueUnion"}, |
| 2754 | + "max":1, |
| 2755 | + "min":1 |
| 2756 | + }, |
| 2757 | + "SlaFilter":{ |
| 2758 | + "type":"structure", |
| 2759 | + "members":{ |
| 2760 | + "name":{"shape":"SlaName"}, |
| 2761 | + "status":{"shape":"SlaStatus"} |
| 2762 | + } |
| 2763 | + }, |
| 2764 | + "SlaInputConfiguration":{ |
| 2765 | + "type":"structure", |
| 2766 | + "required":[ |
| 2767 | + "name", |
| 2768 | + "targetSlaMinutes", |
| 2769 | + "type" |
| 2770 | + ], |
| 2771 | + "members":{ |
| 2772 | + "fieldId":{"shape":"FieldId"}, |
| 2773 | + "name":{"shape":"SlaName"}, |
| 2774 | + "targetFieldValues":{"shape":"SlaFieldValueUnionList"}, |
| 2775 | + "targetSlaMinutes":{"shape":"TargetSlaMinutes"}, |
| 2776 | + "type":{"shape":"SlaType"} |
| 2777 | + } |
| 2778 | + }, |
| 2779 | + "SlaInputContent":{ |
| 2780 | + "type":"structure", |
| 2781 | + "members":{ |
| 2782 | + "slaInputConfiguration":{"shape":"SlaInputConfiguration"} |
| 2783 | + }, |
| 2784 | + "union":true |
| 2785 | + }, |
| 2786 | + "SlaName":{ |
| 2787 | + "type":"string", |
| 2788 | + "max":500, |
| 2789 | + "min":1, |
| 2790 | + "pattern":"^.*[\\S]$", |
| 2791 | + "sensitive":true |
| 2792 | + }, |
| 2793 | + "SlaStatus":{ |
| 2794 | + "type":"string", |
| 2795 | + "enum":[ |
| 2796 | + "Active", |
| 2797 | + "Overdue", |
| 2798 | + "Met", |
| 2799 | + "NotMet" |
| 2800 | + ] |
| 2801 | + }, |
| 2802 | + "SlaTargetTime":{ |
| 2803 | + "type":"timestamp", |
| 2804 | + "timestampFormat":"iso8601" |
| 2805 | + }, |
| 2806 | + "SlaType":{ |
| 2807 | + "type":"string", |
| 2808 | + "enum":["CaseField"] |
| 2809 | + }, |
2715 | 2810 | "Sort":{
|
2716 | 2811 | "type":"structure",
|
2717 | 2812 | "required":[
|
|
2756 | 2851 | "key":{"shape":"String"},
|
2757 | 2852 | "value":{"shape":"String"}
|
2758 | 2853 | },
|
| 2854 | + "TargetSlaMinutes":{ |
| 2855 | + "type":"long", |
| 2856 | + "box":true, |
| 2857 | + "max":129600, |
| 2858 | + "min":1 |
| 2859 | + }, |
2759 | 2860 | "TemplateArn":{
|
2760 | 2861 | "type":"string",
|
2761 | 2862 | "max":500,
|
|
0 commit comments