Skip to content

Commit

Permalink
feat(client-iot-events): Increase the maximum length of descriptions …
Browse files Browse the repository at this point in the history
…for Inputs, Detector Models, and Alarm Models
  • Loading branch information
awstools committed Feb 21, 2024
1 parent edcc296 commit c40a218
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codegen/sdk-codegen/aws-models/iot-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 128
"max": 1024
}
}
},
Expand Down Expand Up @@ -1829,7 +1829,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 128
"max": 1024
}
}
},
Expand Down Expand Up @@ -2462,7 +2462,7 @@
"traits": {
"smithy.api#length": {
"min": 0,
"max": 128
"max": 1024
}
}
},
Expand Down

0 comments on commit c40a218

Please sign in to comment.