Skip to content

Commit 3294b30

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Adds support for Linux device types in WorkspaceAccessProperties
1 parent 11e422e commit 3294b30

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
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": "Adds support for Linux device types in WorkspaceAccessProperties"
6+
}

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1307,7 +1307,7 @@
13071307
"RootStorage":{"shape":"RootStorage"},
13081308
"Tags":{
13091309
"shape":"TagList",
1310-
"documentation":"<p>The tags associated with the bundle.</p> <note> <p>To add tags at the same time that you're creating the bundle, you must create an IAM policy that grants your IAM user permissions to use <code>workspaces:CreateTags</code>. </p> </note>"
1310+
"documentation":"<p>The tags associated with the bundle.</p> <note> <p>To add tags at the same time when you're creating the bundle, you must create an IAM policy that grants your IAM user permissions to use <code>workspaces:CreateTags</code>. </p> </note>"
13111311
}
13121312
}
13131313
},
@@ -3118,6 +3118,10 @@
31183118
"DeviceTypeZeroClient":{
31193119
"shape":"AccessPropertyValue",
31203120
"documentation":"<p>Indicates whether users can use zero client devices to access their WorkSpaces.</p>"
3121+
},
3122+
"DeviceTypeLinux":{
3123+
"shape":"AccessPropertyValue",
3124+
"documentation":"<p>Indicates whether users can use Linux clients to access their WorkSpaces.</p>"
31213125
}
31223126
},
31233127
"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)