|
88 | 88 | {"shape":"ConflictException"},
|
89 | 89 | {"shape":"ServiceQuotaExceededException"}
|
90 | 90 | ],
|
91 |
| - "documentation":"<p>Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.</p> <important> <p>This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html\">CreateIntegrationAssociation</a> API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/required-permissions-iam-cases.html#onboard-cases-iam\">Onboard to Cases</a>.</p> </important>", |
| 91 | + "documentation":"<p>Creates a domain, which is a container for all case data, such as cases, fields, templates and layouts. Each Amazon Connect instance can be associated with only one Cases domain.</p> <important> <p>This will not associate your connect instance to Cases domain. Instead, use the Amazon Connect <a href=\"https://docs.aws.amazon.com/connect/latest/APIReference/API_CreateIntegrationAssociation.html\">CreateIntegrationAssociation</a> API. You need specific IAM permissions to successfully associate the Cases domain. For more information, see <a href=\"https://docs.aws.amazon.com/connect/latest/adminguide/required-permissions-iam-cases.html#onboard-cases-iam\">Onboard to Cases</a>.</p> <pre><code> </important> </code></pre>", |
92 | 92 | "idempotent":true
|
93 | 93 | },
|
94 | 94 | "CreateField":{
|
|
190 | 190 | {"shape":"AccessDeniedException"},
|
191 | 191 | {"shape":"ConflictException"}
|
192 | 192 | ],
|
193 |
| - "documentation":"<p>Deletes a domain.</p>", |
| 193 | + "documentation":"<p>Deletes a Cases domain.</p> <pre><code> <note> <p>After deleting your domain you must disassociate the deleted domain from your Amazon Connect instance with another API call before being able to use Cases again with this Amazon Connect instance. See <a href="https://docs.aws.amazon.com/connect/latest/APIReference/API_DeleteIntegrationAssociation.html">DeleteIntegrationAssociation</a>.</p> </note> </code></pre>", |
194 | 194 | "idempotent":true
|
195 | 195 | },
|
196 | 196 | "GetCase":{
|
|
754 | 754 | "shape":"FieldFilter",
|
755 | 755 | "documentation":"<p>A list of fields to filter on.</p>"
|
756 | 756 | },
|
757 |
| - "not":{"shape":"CaseFilter"} |
| 757 | + "not":{"shape":"CaseFilter"}, |
| 758 | + "orAll":{ |
| 759 | + "shape":"CaseFilterOrAllList", |
| 760 | + "documentation":"<p>Provides \"or all\" filtering.</p>" |
| 761 | + } |
758 | 762 | },
|
759 | 763 | "documentation":"<p>A filter for cases. Only one value can be provided.</p>",
|
760 | 764 | "union":true
|
|
765 | 769 | "max":10,
|
766 | 770 | "min":0
|
767 | 771 | },
|
| 772 | + "CaseFilterOrAllList":{ |
| 773 | + "type":"list", |
| 774 | + "member":{"shape":"CaseFilter"}, |
| 775 | + "max":10, |
| 776 | + "min":0 |
| 777 | + }, |
768 | 778 | "CaseId":{
|
769 | 779 | "type":"string",
|
770 | 780 | "max":500,
|
|
1253 | 1263 | "type":"double",
|
1254 | 1264 | "box":true
|
1255 | 1265 | },
|
| 1266 | + "EmptyFieldValue":{ |
| 1267 | + "type":"structure", |
| 1268 | + "members":{ |
| 1269 | + }, |
| 1270 | + "documentation":"<p>An empty value. You cannot set <code>EmptyFieldValue</code> on a field that is required on a case template.</p> <p>This structure will never have any data members. It signifies an empty value on a case field.</p>" |
| 1271 | + }, |
1256 | 1272 | "EventBridgeConfiguration":{
|
1257 | 1273 | "type":"structure",
|
1258 | 1274 | "required":["enabled"],
|
|
1546 | 1562 | "shape":"Double",
|
1547 | 1563 | "documentation":"<p>Can be either null, or have a Double number value type. Only one value can be provided.</p>"
|
1548 | 1564 | },
|
| 1565 | + "emptyValue":{ |
| 1566 | + "shape":"EmptyFieldValue", |
| 1567 | + "documentation":"<p>An empty value.</p>" |
| 1568 | + }, |
1549 | 1569 | "stringValue":{
|
1550 | 1570 | "shape":"FieldValueUnionStringValueString",
|
1551 | 1571 | "documentation":"<p>String value type.</p>"
|
|
0 commit comments