Skip to content

Commit c40a218

Browse files
author
awstools
committed
feat(client-iot-events): Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
1 parent edcc296 commit c40a218

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codegen/sdk-codegen/aws-models/iot-events.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"traits": {
223223
"smithy.api#length": {
224224
"min": 0,
225-
"max": 128
225+
"max": 1024
226226
}
227227
}
228228
},
@@ -1829,7 +1829,7 @@
18291829
"traits": {
18301830
"smithy.api#length": {
18311831
"min": 0,
1832-
"max": 128
1832+
"max": 1024
18331833
}
18341834
}
18351835
},
@@ -2462,7 +2462,7 @@
24622462
"traits": {
24632463
"smithy.api#length": {
24642464
"min": 0,
2465-
"max": 128
2465+
"max": 1024
24662466
}
24672467
}
24682468
},

0 commit comments

Comments
 (0)