Skip to content

Commit ee418d1

Browse files
author
awstools
committed
feat(client-synthetics): Support for Java runtime handler pattern.
1 parent 26fec88 commit ee418d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@
946946
"min": 1,
947947
"max": 128
948948
},
949-
"smithy.api#pattern": "^([0-9a-zA-Z_-]+\\/)*[0-9A-Za-z_\\\\-]+\\.[A-Za-z_][A-Za-z0-9_]*$"
949+
"smithy.api#pattern": "^([0-9a-zA-Z_-]+(\\/|\\.))*[0-9A-Za-z_\\\\-]+(\\.|::)[A-Za-z_][A-Za-z0-9_]*$"
950950
}
951951
},
952952
"com.amazonaws.synthetics#ConflictException": {

0 commit comments

Comments
 (0)