Skip to content

Commit 8e9ff98

Browse files
Support for Java runtime handler pattern.
1 parent 5725e26 commit 8e9ff98

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

generator/ServiceModels/synthetics/synthetics-2017-10-11.api.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@
635635
"type":"string",
636636
"max":128,
637637
"min":1,
638-
"pattern":"^([0-9a-zA-Z_-]+\\/)*[0-9A-Za-z_\\\\-]+\\.[A-Za-z_][A-Za-z0-9_]*$"
638+
"pattern":"^([0-9a-zA-Z_-]+(\\/|\\.))*[0-9A-Za-z_\\\\-]+(\\.|::)[A-Za-z_][A-Za-z0-9_]*$"
639639
},
640640
"ConflictException":{
641641
"type":"structure",

generator/ServiceModels/synthetics/synthetics-2017-10-11.normal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@
881881
"type":"string",
882882
"max":128,
883883
"min":1,
884-
"pattern":"^([0-9a-zA-Z_-]+\\/)*[0-9A-Za-z_\\\\-]+\\.[A-Za-z_][A-Za-z0-9_]*$"
884+
"pattern":"^([0-9a-zA-Z_-]+(\\/|\\.))*[0-9A-Za-z_\\\\-]+(\\.|::)[A-Za-z_][A-Za-z0-9_]*$"
885885
},
886886
"ConflictException":{
887887
"type":"structure",

sdk/code-analysis/ServiceAnalysis/Synthetics/Generated/PropertyValueRules.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
<property>Amazon.Synthetics.Model.CanaryCodeInput.Handler</property>
366366
<min>1</min>
367367
<max>128</max>
368-
<pattern>^([0-9a-zA-Z_-]+\/)*[0-9A-Za-z_\\-]+\.[A-Za-z_][A-Za-z0-9_]*$</pattern>
368+
<pattern>^([0-9a-zA-Z_-]+(\/|\.))*[0-9A-Za-z_\\-]+(\.|::)[A-Za-z_][A-Za-z0-9_]*$</pattern>
369369
</property-value-rule>
370370
<property-value-rule>
371371
<property>Amazon.Synthetics.Model.CanaryCodeInput.S3Bucket</property>

0 commit comments

Comments
 (0)