Skip to content

Commit 3c65f9e

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: Increase minimum length of queryId parameter to 1 character.
1 parent 12a1a9b commit 3c65f9e

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": "Amazon CloudWatch Logs",
4+
"contributor": "",
5+
"description": "Increase minimum length of queryId parameter to 1 character."
6+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6054,7 +6054,7 @@
60546054
"QueryId":{
60556055
"type":"string",
60566056
"max":256,
6057-
"min":0
6057+
"min":1
60586058
},
60596059
"QueryInfo":{
60606060
"type":"structure",

0 commit comments

Comments
 (0)