Skip to content

Commit 8f7e28a

Browse files
author
awstools
committedJan 26, 2024
feat(client-connect): Update list and string length limits for predefined attributes.
1 parent b46ae7f commit 8f7e28a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎codegen/sdk-codegen/aws-models/connect.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -24797,7 +24797,7 @@
2479724797
"traits": {
2479824798
"smithy.api#length": {
2479924799
"min": 1,
24800-
"max": 128
24800+
"max": 64
2480124801
}
2480224802
}
2480324803
},
@@ -24841,7 +24841,7 @@
2484124841
"traits": {
2484224842
"smithy.api#length": {
2484324843
"min": 1,
24844-
"max": 128
24844+
"max": 64
2484524845
}
2484624846
}
2484724847
},
@@ -24853,7 +24853,7 @@
2485324853
"traits": {
2485424854
"smithy.api#length": {
2485524855
"min": 1,
24856-
"max": 75
24856+
"max": 128
2485724857
}
2485824858
}
2485924859
},

0 commit comments

Comments
 (0)
Please sign in to comment.