Skip to content

Commit

Permalink
feat(client-cloudwatch-logs): Limit PutIntegration IntegrationName an…
Browse files Browse the repository at this point in the history
…d ListIntegrations IntegrationNamePrefix parameters to 50 characters
  • Loading branch information
awstools committed Dec 13, 2024
1 parent c908c6c commit 6e1313e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/cloudwatch-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -5741,7 +5741,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
"max": 50
},
"smithy.api#pattern": "^[\\.\\-_/#A-Za-z0-9]+$"
}
Expand All @@ -5751,7 +5751,7 @@
"traits": {
"smithy.api#length": {
"min": 1,
"max": 256
"max": 50
},
"smithy.api#pattern": "^[\\.\\-_/#A-Za-z0-9]+$"
}
Expand Down

0 comments on commit 6e1313e

Please sign in to comment.