Skip to content

Commit

Permalink
feat(client-timestream-influxdb): This release updates our regex base…
Browse files Browse the repository at this point in the history
…d validation rules in regards to valid DbInstance and DbParameterGroup name.
  • Loading branch information
awstools committed Oct 10, 2024
1 parent 534e028 commit a5a89e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions codegen/sdk-codegen/aws-models/timestream-influxdb.json
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@
"min": 3,
"max": 40
},
"smithy.api#pattern": "^[a-zA-z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$"
"smithy.api#pattern": "^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$"
}
},
"com.amazonaws.timestreaminfluxdb#DbInstanceResource": {
Expand Down Expand Up @@ -1404,7 +1404,7 @@
"min": 3,
"max": 64
},
"smithy.api#pattern": "^[a-zA-z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$"
"smithy.api#pattern": "^[a-zA-Z][a-zA-Z0-9]*(-[a-zA-Z0-9]+)*$"
}
},
"com.amazonaws.timestreaminfluxdb#DbParameterGroupResource": {
Expand Down

0 comments on commit a5a89e3

Please sign in to comment.