Skip to content

Commit 5dce68d

Browse files
author
AWS
committed
AWS IoT Update: Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs.
1 parent 5ed0e8b commit 5dce68d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS IoT",
4+
"contributor": "",
5+
"description": "Raised the documentParameters size limit to 30 KB for AWS IoT Device Management - Jobs."
6+
}

services/iot/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17582,7 +17582,7 @@
1758217582
},
1758317583
"ParameterValue":{
1758417584
"type":"string",
17585-
"max":512,
17585+
"max":30720,
1758617586
"min":1,
1758717587
"pattern":"[^\\p{C}]+"
1758817588
},

0 commit comments

Comments
 (0)