Skip to content

Commit b937f44

Browse files
author
awstools
committed
feat(client-pipes): LogConfiguration ARN validation fixes
1 parent a5585f4 commit b937f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/sdk-codegen/aws-models/pipes.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@
364364
"min": 1,
365365
"max": 1600
366366
},
367-
"smithy.api#pattern": "^(^arn:aws([a-z]|\\-)*:logs:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}):(\\d{12}):log-group:.+)$"
367+
"smithy.api#pattern": "^(^arn:aws([a-z]|\\-)*:logs:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}):(\\d{12}):log-group:[\\.\\-_/#A-Za-z0-9]{1,512}(:\\*)?)$"
368368
}
369369
},
370370
"com.amazonaws.pipes#CloudwatchLogsLogDestination": {
@@ -1293,7 +1293,7 @@
12931293
"min": 1,
12941294
"max": 1600
12951295
},
1296-
"smithy.api#pattern": "^(^arn:aws([a-z]|\\-)*:firehose:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}):(\\d{12}):deliverystream/.+)$"
1296+
"smithy.api#pattern": "^(^arn:aws([a-z]|\\-)*:firehose:([a-z]{2}((-gov)|(-iso(b?)))?-[a-z]+-\\d{1}):(\\d{12}):deliverystream/[a-zA-Z0-9_.-]{1,64})$"
12971297
}
12981298
},
12991299
"com.amazonaws.pipes#FirehoseLogDestination": {

0 commit comments

Comments
 (0)