Skip to content

Commit eded08f

Browse files
author
awstools
committed
feat(client-health): Updates the regex for validating availabilityZone strings used in the describe events filters.
1 parent 56168c5 commit eded08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3585,7 +3585,7 @@
35853585
"min": 6,
35863586
"max": 18
35873587
},
3588-
"smithy.api#pattern": "^[a-z]{2}\\-[0-9a-z\\-]{4,16}$"
3588+
"smithy.api#pattern": "^[a-z]{2,4}\\-[0-9a-z\\-]{4,16}$"
35893589
}
35903590
},
35913591
"com.amazonaws.health#availabilityZones": {

0 commit comments

Comments
 (0)