Skip to content

Commit fca09a6

Browse files
author
AWS
committed
Amazon Connect Service Update: Update list and string length limits for predefined attributes.
1 parent 5e3e0ce commit fca09a6

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
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 Service",
4+
"contributor": "",
5+
"description": "Update list and string length limits for predefined attributes."
6+
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15059,7 +15059,7 @@
1505915059
},
1506015060
"PredefinedAttributeName":{
1506115061
"type":"string",
15062-
"max":128,
15062+
"max":64,
1506315063
"min":1
1506415064
},
1506515065
"PredefinedAttributeSearchConditionList":{
@@ -15087,13 +15087,13 @@
1508715087
},
1508815088
"PredefinedAttributeStringValue":{
1508915089
"type":"string",
15090-
"max":128,
15090+
"max":64,
1509115091
"min":1
1509215092
},
1509315093
"PredefinedAttributeStringValuesList":{
1509415094
"type":"list",
1509515095
"member":{"shape":"PredefinedAttributeStringValue"},
15096-
"max":75,
15096+
"max":128,
1509715097
"min":1
1509815098
},
1509915099
"PredefinedAttributeSummary":{

0 commit comments

Comments
 (0)