Skip to content

Commit 80e2132

Browse files
author
awstools
committed
feat(client-cloudwatch-logs): Increase minimum length of queryId parameter to 1 character.
1 parent b28be5c commit 80e2132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/sdk-codegen/aws-models/cloudwatch-logs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10918,7 +10918,7 @@
1091810918
"type": "string",
1091910919
"traits": {
1092010920
"smithy.api#length": {
10921-
"min": 0,
10921+
"min": 1,
1092210922
"max": 256
1092310923
}
1092410924
}

0 commit comments

Comments
 (0)