Skip to content

Commit 6e1313e

Browse files
author
awstools
committed
feat(client-cloudwatch-logs): Limit PutIntegration IntegrationName and ListIntegrations IntegrationNamePrefix parameters to 50 characters
1 parent c908c6c commit 6e1313e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5741,7 +5741,7 @@
57415741
"traits": {
57425742
"smithy.api#length": {
57435743
"min": 1,
5744-
"max": 256
5744+
"max": 50
57455745
},
57465746
"smithy.api#pattern": "^[\\.\\-_/#A-Za-z0-9]+$"
57475747
}
@@ -5751,7 +5751,7 @@
57515751
"traits": {
57525752
"smithy.api#length": {
57535753
"min": 1,
5754-
"max": 256
5754+
"max": 50
57555755
},
57565756
"smithy.api#pattern": "^[\\.\\-_/#A-Za-z0-9]+$"
57575757
}

0 commit comments

Comments
 (0)