Skip to content

Commit d3066e1

Browse files
author
AWS
committed
Amazon Connect Cases Update: Amazon Connect Cases now supports larger, multi-line text fields with up to 4,100 characters. Administrators can use the Admin UI to select the appropriate configuration (single-line or multi-line) on a per-field basis, improving case documentation capabilities.
1 parent 1cd0add commit d3066e1

File tree

2 files changed

+60
-8
lines changed

2 files changed

+60
-8
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 Cases",
4+
"contributor": "",
5+
"description": "Amazon Connect Cases now supports larger, multi-line text fields with up to 4,100 characters. Administrators can use the Admin UI to select the appropriate configuration (single-line or multi-line) on a per-field basis, improving case documentation capabilities."
6+
}

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

Lines changed: 54 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@
952952
},
953953
"AuditEventFieldValueUnionStringValueString":{
954954
"type":"string",
955-
"max":500,
955+
"max":4100,
956956
"min":0
957957
},
958958
"AuditEventId":{
@@ -1220,7 +1220,7 @@
12201220
"CaseEventIncludedDataFieldsList":{
12211221
"type":"list",
12221222
"member":{"shape":"FieldIdentifier"},
1223-
"max":200,
1223+
"max":400,
12241224
"min":0
12251225
},
12261226
"CaseFilter":{
@@ -1580,7 +1580,7 @@
15801580
"CreateCaseRequestFieldsList":{
15811581
"type":"list",
15821582
"member":{"shape":"FieldValue"},
1583-
"max":100,
1583+
"max":220,
15841584
"min":0
15851585
},
15861586
"CreateCaseResponse":{
@@ -1702,6 +1702,10 @@
17021702
"description":{
17031703
"shape":"FieldDescription",
17041704
"documentation":"<p>The description of the field.</p>"
1705+
},
1706+
"attributes":{
1707+
"shape":"FieldAttributes",
1708+
"documentation":"<p>Union of field attributes.</p>"
17051709
}
17061710
}
17071711
},
@@ -2229,6 +2233,17 @@
22292233
"max":500,
22302234
"min":1
22312235
},
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+
},
22322247
"FieldDescription":{
22332248
"type":"string",
22342249
"max":255,
@@ -2305,7 +2320,7 @@
23052320
"FieldGroupFieldsList":{
23062321
"type":"list",
23072322
"member":{"shape":"FieldItem"},
2308-
"max":100,
2323+
"max":220,
23092324
"min":0
23102325
},
23112326
"FieldGroupNameString":{
@@ -2463,6 +2478,10 @@
24632478
"namespace":{
24642479
"shape":"FieldNamespace",
24652480
"documentation":"<p>The namespace of a field.</p>"
2481+
},
2482+
"attributes":{
2483+
"shape":"FieldAttributes",
2484+
"documentation":"<p>Union of field attributes.</p>"
24662485
}
24672486
},
24682487
"documentation":"<p>Object for the summarized details of the field.</p>"
@@ -2530,7 +2549,7 @@
25302549
},
25312550
"FieldValueUnionStringValueString":{
25322551
"type":"string",
2533-
"max":3000,
2552+
"max":4100,
25342553
"min":0
25352554
},
25362555
"FileArn":{
@@ -2669,7 +2688,7 @@
26692688
"GetCaseRequestFieldsList":{
26702689
"type":"list",
26712690
"member":{"shape":"FieldIdentifier"},
2672-
"max":100,
2691+
"max":220,
26732692
"min":1
26742693
},
26752694
"GetCaseResponse":{
@@ -2700,7 +2719,7 @@
27002719
"GetCaseResponseFieldsList":{
27012720
"type":"list",
27022721
"member":{"shape":"FieldValue"},
2703-
"max":100,
2722+
"max":220,
27042723
"min":0
27052724
},
27062725
"GetCaseRuleResponse":{
@@ -2848,6 +2867,10 @@
28482867
"lastModifiedTime":{
28492868
"shape":"LastModifiedTime",
28502869
"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>"
28512874
}
28522875
},
28532876
"documentation":"<p>Object to store detailed field information.</p>"
@@ -3978,6 +4001,10 @@
39784001
"cases":{
39794002
"shape":"SearchCasesResponseCasesList",
39804003
"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>"
39814008
}
39824009
}
39834010
},
@@ -4513,6 +4540,17 @@
45134540
},
45144541
"documentation":"<p>Template summary information.</p>"
45154542
},
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+
},
45164554
"ThrottlingException":{
45174555
"type":"structure",
45184556
"required":["message"],
@@ -4527,6 +4565,10 @@
45274565
"exception":true,
45284566
"retryable":{"throttling":false}
45294567
},
4568+
"TotalCount":{
4569+
"type":"long",
4570+
"min":0
4571+
},
45304572
"UntagResourceRequest":{
45314573
"type":"structure",
45324574
"required":[
@@ -4578,7 +4620,7 @@
45784620
"UpdateCaseRequestFieldsList":{
45794621
"type":"list",
45804622
"member":{"shape":"FieldValue"},
4581-
"max":100,
4623+
"max":220,
45824624
"min":0
45834625
},
45844626
"UpdateCaseResponse":{
@@ -4648,6 +4690,10 @@
46484690
"description":{
46494691
"shape":"FieldDescription",
46504692
"documentation":"<p>The description of a field.</p>"
4693+
},
4694+
"attributes":{
4695+
"shape":"FieldAttributes",
4696+
"documentation":"<p>Union of field attributes.</p>"
46514697
}
46524698
}
46534699
},

0 commit comments

Comments
 (0)