Skip to content

Commit a5a89e3

Browse files
author
awstools
committed
feat(client-timestream-influxdb): This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.
1 parent 534e028 commit a5a89e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codegen/sdk-codegen/aws-models/timestream-influxdb.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@
12151215
"min": 3,
12161216
"max": 40
12171217
},
1218-
"smithy.api#pattern": "^[a-zA-z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$"
1218+
"smithy.api#pattern": "^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$"
12191219
}
12201220
},
12211221
"com.amazonaws.timestreaminfluxdb#DbInstanceResource": {
@@ -1404,7 +1404,7 @@
14041404
"min": 3,
14051405
"max": 64
14061406
},
1407-
"smithy.api#pattern": "^[a-zA-z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$"
1407+
"smithy.api#pattern": "^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$"
14081408
}
14091409
},
14101410
"com.amazonaws.timestreaminfluxdb#DbParameterGroupResource": {

0 commit comments

Comments
 (0)