Skip to content

Commit 3231944

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Added DeviceTypeWorkSpacesThinClient type to allow users to access their WorkSpaces through a WorkSpaces Thin Client.
1 parent 6eec030 commit 3231944

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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",
4+
"contributor": "",
5+
"description": "Added DeviceTypeWorkSpacesThinClient type to allow users to access their WorkSpaces through a WorkSpaces Thin Client."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6304,6 +6304,10 @@
63046304
"DeviceTypeLinux":{
63056305
"shape":"AccessPropertyValue",
63066306
"documentation":"<p>Indicates whether users can use Linux clients to access their WorkSpaces.</p>"
6307+
},
6308+
"DeviceTypeWorkSpacesThinClient":{
6309+
"shape":"AccessPropertyValue",
6310+
"documentation":"<p>Indicates whether users can access their WorkSpaces through a WorkSpaces Thin Client.</p>"
63076311
}
63086312
},
63096313
"documentation":"<p>The device types and operating systems that can be used to access a WorkSpace. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/workspaces-network-requirements.html\">Amazon WorkSpaces Client Network Requirements</a>.</p>"

0 commit comments

Comments
 (0)