Skip to content

Commit

Permalink
feat(client-iot): This release ease the restriction for the input of …
Browse files Browse the repository at this point in the history
…tag value to align with AWS standard, now instead of min length 1, we change it to min length 0.
  • Loading branch information
awstools committed Jun 27, 2022
1 parent f5250d8 commit c6dabb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/iot.json
Expand Up @@ -26628,7 +26628,7 @@
"type": "string",
"traits": {
"smithy.api#length": {
"min": 1,
"min": 0,
"max": 256
}
}
Expand Down

0 comments on commit c6dabb2

Please sign in to comment.