|
952 | 952 | }, |
953 | 953 | "AuditEventFieldValueUnionStringValueString":{ |
954 | 954 | "type":"string", |
955 | | - "max":500, |
| 955 | + "max":4100, |
956 | 956 | "min":0 |
957 | 957 | }, |
958 | 958 | "AuditEventId":{ |
|
1220 | 1220 | "CaseEventIncludedDataFieldsList":{ |
1221 | 1221 | "type":"list", |
1222 | 1222 | "member":{"shape":"FieldIdentifier"}, |
1223 | | - "max":200, |
| 1223 | + "max":400, |
1224 | 1224 | "min":0 |
1225 | 1225 | }, |
1226 | 1226 | "CaseFilter":{ |
|
1580 | 1580 | "CreateCaseRequestFieldsList":{ |
1581 | 1581 | "type":"list", |
1582 | 1582 | "member":{"shape":"FieldValue"}, |
1583 | | - "max":100, |
| 1583 | + "max":220, |
1584 | 1584 | "min":0 |
1585 | 1585 | }, |
1586 | 1586 | "CreateCaseResponse":{ |
|
1702 | 1702 | "description":{ |
1703 | 1703 | "shape":"FieldDescription", |
1704 | 1704 | "documentation":"<p>The description of the field.</p>" |
| 1705 | + }, |
| 1706 | + "attributes":{ |
| 1707 | + "shape":"FieldAttributes", |
| 1708 | + "documentation":"<p>Union of field attributes.</p>" |
1705 | 1709 | } |
1706 | 1710 | } |
1707 | 1711 | }, |
|
2229 | 2233 | "max":500, |
2230 | 2234 | "min":1 |
2231 | 2235 | }, |
| 2236 | + "FieldAttributes":{ |
| 2237 | + "type":"structure", |
| 2238 | + "members":{ |
| 2239 | + "text":{ |
| 2240 | + "shape":"TextAttributes", |
| 2241 | + "documentation":"<p>Field attributes for Text field type.</p>" |
| 2242 | + } |
| 2243 | + }, |
| 2244 | + "documentation":"<p>Union of field attributes.</p>", |
| 2245 | + "union":true |
| 2246 | + }, |
2232 | 2247 | "FieldDescription":{ |
2233 | 2248 | "type":"string", |
2234 | 2249 | "max":255, |
|
2305 | 2320 | "FieldGroupFieldsList":{ |
2306 | 2321 | "type":"list", |
2307 | 2322 | "member":{"shape":"FieldItem"}, |
2308 | | - "max":100, |
| 2323 | + "max":220, |
2309 | 2324 | "min":0 |
2310 | 2325 | }, |
2311 | 2326 | "FieldGroupNameString":{ |
|
2463 | 2478 | "namespace":{ |
2464 | 2479 | "shape":"FieldNamespace", |
2465 | 2480 | "documentation":"<p>The namespace of a field.</p>" |
| 2481 | + }, |
| 2482 | + "attributes":{ |
| 2483 | + "shape":"FieldAttributes", |
| 2484 | + "documentation":"<p>Union of field attributes.</p>" |
2466 | 2485 | } |
2467 | 2486 | }, |
2468 | 2487 | "documentation":"<p>Object for the summarized details of the field.</p>" |
|
2530 | 2549 | }, |
2531 | 2550 | "FieldValueUnionStringValueString":{ |
2532 | 2551 | "type":"string", |
2533 | | - "max":3000, |
| 2552 | + "max":4100, |
2534 | 2553 | "min":0 |
2535 | 2554 | }, |
2536 | 2555 | "FileArn":{ |
|
2669 | 2688 | "GetCaseRequestFieldsList":{ |
2670 | 2689 | "type":"list", |
2671 | 2690 | "member":{"shape":"FieldIdentifier"}, |
2672 | | - "max":100, |
| 2691 | + "max":220, |
2673 | 2692 | "min":1 |
2674 | 2693 | }, |
2675 | 2694 | "GetCaseResponse":{ |
|
2700 | 2719 | "GetCaseResponseFieldsList":{ |
2701 | 2720 | "type":"list", |
2702 | 2721 | "member":{"shape":"FieldValue"}, |
2703 | | - "max":100, |
| 2722 | + "max":220, |
2704 | 2723 | "min":0 |
2705 | 2724 | }, |
2706 | 2725 | "GetCaseRuleResponse":{ |
|
2848 | 2867 | "lastModifiedTime":{ |
2849 | 2868 | "shape":"LastModifiedTime", |
2850 | 2869 | "documentation":"<p>Timestamp at which the resource was created or last modified.</p>" |
| 2870 | + }, |
| 2871 | + "attributes":{ |
| 2872 | + "shape":"FieldAttributes", |
| 2873 | + "documentation":"<p>Union of field attributes.</p>" |
2851 | 2874 | } |
2852 | 2875 | }, |
2853 | 2876 | "documentation":"<p>Object to store detailed field information.</p>" |
|
3978 | 4001 | "cases":{ |
3979 | 4002 | "shape":"SearchCasesResponseCasesList", |
3980 | 4003 | "documentation":"<p>A list of case documents where each case contains the properties <code>CaseId</code> and <code>Fields</code> where each field is a complex union structure. </p>" |
| 4004 | + }, |
| 4005 | + "totalCount":{ |
| 4006 | + "shape":"TotalCount", |
| 4007 | + "documentation":"<p>The total number of cases that matched the search criteria.</p>" |
3981 | 4008 | } |
3982 | 4009 | } |
3983 | 4010 | }, |
|
4513 | 4540 | }, |
4514 | 4541 | "documentation":"<p>Template summary information.</p>" |
4515 | 4542 | }, |
| 4543 | + "TextAttributes":{ |
| 4544 | + "type":"structure", |
| 4545 | + "required":["isMultiline"], |
| 4546 | + "members":{ |
| 4547 | + "isMultiline":{ |
| 4548 | + "shape":"Boolean", |
| 4549 | + "documentation":"<p>Attribute that defines rendering component and validation.</p>" |
| 4550 | + } |
| 4551 | + }, |
| 4552 | + "documentation":"<p>Field attributes for Text field type.</p>" |
| 4553 | + }, |
4516 | 4554 | "ThrottlingException":{ |
4517 | 4555 | "type":"structure", |
4518 | 4556 | "required":["message"], |
|
4527 | 4565 | "exception":true, |
4528 | 4566 | "retryable":{"throttling":false} |
4529 | 4567 | }, |
| 4568 | + "TotalCount":{ |
| 4569 | + "type":"long", |
| 4570 | + "min":0 |
| 4571 | + }, |
4530 | 4572 | "UntagResourceRequest":{ |
4531 | 4573 | "type":"structure", |
4532 | 4574 | "required":[ |
|
4578 | 4620 | "UpdateCaseRequestFieldsList":{ |
4579 | 4621 | "type":"list", |
4580 | 4622 | "member":{"shape":"FieldValue"}, |
4581 | | - "max":100, |
| 4623 | + "max":220, |
4582 | 4624 | "min":0 |
4583 | 4625 | }, |
4584 | 4626 | "UpdateCaseResponse":{ |
|
4648 | 4690 | "description":{ |
4649 | 4691 | "shape":"FieldDescription", |
4650 | 4692 | "documentation":"<p>The description of a field.</p>" |
| 4693 | + }, |
| 4694 | + "attributes":{ |
| 4695 | + "shape":"FieldAttributes", |
| 4696 | + "documentation":"<p>Union of field attributes.</p>" |
4651 | 4697 | } |
4652 | 4698 | } |
4653 | 4699 | }, |
|
0 commit comments