Skip to content

Commit f4c5267

Browse files
author
awstools
committed
feat(client-workspaces): Updated the DomainName pattern for Active Directory
1 parent ba96169 commit f4c5267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codegen/sdk-codegen/aws-models/workspaces.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5464,7 +5464,7 @@
54645464
"com.amazonaws.workspaces#DomainName": {
54655465
"type": "string",
54665466
"traits": {
5467-
"smithy.api#pattern": "^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+$"
5467+
"smithy.api#pattern": "^([a-zA-Z0-9]+[.-])+([a-zA-Z0-9])+$"
54685468
}
54695469
},
54705470
"com.amazonaws.workspaces#Ec2ImageId": {

0 commit comments

Comments
 (0)