Skip to content

Commit c6dabb2

Browse files
author
awstools
committed
feat(client-iot): 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 f5250d8 commit c6dabb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26628,7 +26628,7 @@
2662826628
"type": "string",
2662926629
"traits": {
2663026630
"smithy.api#length": {
26631-
"min": 1,
26631+
"min": 0,
2663226632
"max": 256
2663326633
}
2663426634
}

0 commit comments

Comments
 (0)