Skip to content

Commit 6b799d4

Browse files
author
AWS
committed
Amazon WorkSpaces Thin Client Update: Update Environment and Device name field definitions
1 parent e453c3a commit 6b799d4

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-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": "Amazon WorkSpaces Thin Client",
4+
"contributor": "",
5+
"description": "Update Environment and Device name field definitions"
6+
}

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,9 @@
671671
},
672672
"DeviceName":{
673673
"type":"string",
674-
"pattern":"[0-9\\p{IsAlphabetic}+:,.@'\" -]{1,64}",
674+
"max":64,
675+
"min":0,
676+
"pattern":"$|^[0-9\\p{IsAlphabetic}+:,.@'\" -]*",
675677
"sensitive":true
676678
},
677679
"DeviceSoftwareSetComplianceStatus":{
@@ -853,7 +855,9 @@
853855
},
854856
"EnvironmentName":{
855857
"type":"string",
856-
"pattern":"[0-9\\p{IsAlphabetic}+:,.@'\" -][0-9\\p{IsAlphabetic}+=:,.@'\" -]{0,63}",
858+
"max":64,
859+
"min":0,
860+
"pattern":"$|^[0-9\\p{IsAlphabetic}+:,.@'\" -][0-9\\p{IsAlphabetic}+=:,.@'\" -]*",
857861
"sensitive":true
858862
},
859863
"EnvironmentSoftwareSetComplianceStatus":{

0 commit comments

Comments
 (0)