File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
services/timestreaminfluxdb/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Timestream InfluxDB" ,
4
+ "contributor" : " " ,
5
+ "description" : " This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name."
6
+ }
Original file line number Diff line number Diff line change 487
487
"type" :" string" ,
488
488
"max" :40 ,
489
489
"min" :3 ,
490
- "pattern" :" [a-zA-z ][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*"
490
+ "pattern" :" [a-zA-Z ][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*"
491
491
},
492
492
"DbInstanceSummary" :{
493
493
"type" :" structure" ,
573
573
"type" :" string" ,
574
574
"max" :64 ,
575
575
"min" :3 ,
576
- "pattern" :" [a-zA-z ][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*"
576
+ "pattern" :" [a-zA-Z ][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*"
577
577
},
578
578
"DbParameterGroupSummary" :{
579
579
"type" :" structure" ,
You can’t perform that action at this time.
0 commit comments