Skip to content

Commit 6f023ba

Browse files
author
AWS
committed
Amazon CloudWatch Logs Update: Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters
1 parent 767b48a commit 6f023ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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": "Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters"
6+
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3990,13 +3990,13 @@
39903990
},
39913991
"IntegrationName":{
39923992
"type":"string",
3993-
"max":256,
3993+
"max":50,
39943994
"min":1,
39953995
"pattern":"[\\.\\-_/#A-Za-z0-9]+"
39963996
},
39973997
"IntegrationNamePrefix":{
39983998
"type":"string",
3999-
"max":256,
3999+
"max":50,
40004000
"min":1,
40014001
"pattern":"[\\.\\-_/#A-Za-z0-9]+"
40024002
},

0 commit comments

Comments
 (0)