Skip to content

Commit

Permalink
feat(client-connect): Update list and string length limits for predef…
Browse files Browse the repository at this point in the history
…ined attributes.
  • Loading branch information
awstools committed Jan 26, 2024
1 parent b46ae7f commit 8f7e28a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/connect.json
Original file line number Diff line number Diff line change
Expand Up @@ -24797,7 +24797,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
"max": 64
}
}
},
Expand Down Expand Up @@ -24841,7 +24841,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 128
"max": 64
}
}
},
Expand All @@ -24853,7 +24853,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 75
"max": 128
}
}
},
Expand Down

0 comments on commit 8f7e28a

Please sign in to comment.