Skip to content

Commit

Permalink
feat(client-elasticsearch-service): Regex Validation on the ElasticSe…
Browse files Browse the repository at this point in the history
…arch Engine Version attribute
  • Loading branch information
awstools committed Jul 18, 2023
1 parent 22bd601 commit 282169b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/elasticsearch-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -5457,7 +5457,7 @@
"com.amazonaws.elasticsearchservice#ElasticsearchVersionString": {
"type": "string",
"traits": {
"smithy.api#pattern": "^[0-9]{1}\\.[0-9]{1,2}$|^OpenSearch_[0-9]{1,2}\\.[0-9]{1,2}$"
"smithy.api#pattern": "^[0-9]{1}\\.[0-9]{1,2}$|^OpenSearch_[0-9]{1,2}\\.[0-9]{1,2}$|^OS_[0-9]{1,2}\\.[0-9]{1,2}$"
}
},
"com.amazonaws.elasticsearchservice#EncryptionAtRestOptions": {
Expand Down

0 comments on commit 282169b

Please sign in to comment.