Skip to content

Commit b28c81e

Browse files
author
AWS
committed
AWS IoT Update: This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0.
1 parent 43d3e6b commit b28c81e

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": "This release ease the restriction for the input of tag value to align with AWS standard, now instead of min length 1, we change it to min length 0."
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
@@ -16888,7 +16888,7 @@
1688816888
"TagValue":{
1688916889
"type":"string",
1689016890
"max":256,
16891-
"min":1
16891+
"min":0
1689216892
},
1689316893
"Target":{"type":"string"},
1689416894
"TargetArn":{

0 commit comments

Comments
 (0)