Skip to content

Commit 1fa5231

Browse files
author
AWS
committed
Timestream InfluxDB Update: This release updates our regex based validation rules in regards to valid DbInstance and DbParameterGroup name.
1 parent c9ef820 commit 1fa5231

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+
}

services/timestreaminfluxdb/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@
487487
"type":"string",
488488
"max":40,
489489
"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]+)*"
491491
},
492492
"DbInstanceSummary":{
493493
"type":"structure",
@@ -573,7 +573,7 @@
573573
"type":"string",
574574
"max":64,
575575
"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]+)*"
577577
},
578578
"DbParameterGroupSummary":{
579579
"type":"structure",

0 commit comments

Comments
 (0)