Skip to content

Commit 6b4992f

Browse files
author
AWS
committed
Amazon Connect Cases Update: Increase number of fields that can be included in CaseEventIncludedData from 50 to 200
1 parent 00f5960 commit 6b4992f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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": "Increase number of fields that can be included in CaseEventIncludedData from 50 to 200"
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -740,7 +740,7 @@
740740
"CaseEventIncludedDataFieldsList":{
741741
"type":"list",
742742
"member":{"shape":"FieldIdentifier"},
743-
"max":50,
743+
"max":200,
744744
"min":0
745745
},
746746
"CaseFilter":{

0 commit comments

Comments
 (0)