Skip to content

Commit

Permalink
feat(client-workspaces): Updated the DomainName pattern for Active Di…
Browse files Browse the repository at this point in the history
…rectory
  • Loading branch information
awstools committed Oct 17, 2024
1 parent ba96169 commit f4c5267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codegen/sdk-codegen/aws-models/workspaces.json
Original file line number Diff line number Diff line change
Expand Up @@ -5464,7 +5464,7 @@
"com.amazonaws.workspaces#DomainName": {
"type": "string",
"traits": {
"smithy.api#pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$"
"smithy.api#pattern": "^([a-zA-Z0-9]+[.-])+([a-zA-Z0-9])+$"
}
},
"com.amazonaws.workspaces#Ec2ImageId": {
Expand Down

0 comments on commit f4c5267

Please sign in to comment.