Skip to content

Commit

Permalink
Raised the documentParameters size limit to 30 KB for AWS IoT Device …
Browse files Browse the repository at this point in the history
…Management - Jobs.
  • Loading branch information
aws-sdk-dotnet-automation committed Jan 27, 2025
1 parent 2abb7de commit fb41bb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion generator/ServiceModels/iot/iot-2015-05-28.api.json
Original file line number Diff line number Diff line change
Expand Up @@ -12874,7 +12874,7 @@
},
"ParameterValue":{
"type":"string",
"max":512,
"max":30720,
"min":1,
"pattern":"[^\\p{C}]+"
},
Expand Down
2 changes: 1 addition & 1 deletion generator/ServiceModels/iot/iot-2015-05-28.normal.json
Original file line number Diff line number Diff line change
Expand Up @@ -17582,7 +17582,7 @@
},
"ParameterValue":{
"type":"string",
"max":512,
"max":30720,
"min":1,
"pattern":"[^\\p{C}]+"
},
Expand Down

0 comments on commit fb41bb2

Please sign in to comment.