File tree Expand file tree Collapse file tree 4 files changed +14
-0
lines changed
clients/client-workspaces/src
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ export interface DescribeWorkspaceDirectoriesCommandOutput
99
99
* // DeviceTypeChromeOs: "ALLOW" || "DENY",
100
100
* // DeviceTypeZeroClient: "ALLOW" || "DENY",
101
101
* // DeviceTypeLinux: "ALLOW" || "DENY",
102
+ * // DeviceTypeWorkSpacesThinClient: "ALLOW" || "DENY",
102
103
* // },
103
104
* // Tenancy: "DEDICATED" || "SHARED",
104
105
* // SelfservicePermissions: { // SelfservicePermissions
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ export interface ModifyWorkspaceAccessPropertiesCommandOutput
53
53
* DeviceTypeChromeOs: "ALLOW" || "DENY",
54
54
* DeviceTypeZeroClient: "ALLOW" || "DENY",
55
55
* DeviceTypeLinux: "ALLOW" || "DENY",
56
+ * DeviceTypeWorkSpacesThinClient: "ALLOW" || "DENY",
56
57
* },
57
58
* };
58
59
* const command = new ModifyWorkspaceAccessPropertiesCommand(input);
Original file line number Diff line number Diff line change @@ -4952,6 +4952,12 @@ export interface WorkspaceAccessProperties {
4952
4952
* @public
4953
4953
*/
4954
4954
DeviceTypeLinux ?: AccessPropertyValue | undefined ;
4955
+
4956
+ /**
4957
+ * <p>Indicates whether users can access their WorkSpaces through a WorkSpaces Thin Client.</p>
4958
+ * @public
4959
+ */
4960
+ DeviceTypeWorkSpacesThinClient ?: AccessPropertyValue | undefined ;
4955
4961
}
4956
4962
4957
4963
/**
Original file line number Diff line number Diff line change 10226
10226
"traits" : {
10227
10227
"smithy.api#documentation" : " <p>Indicates whether users can use Linux clients to access their WorkSpaces.</p>"
10228
10228
}
10229
+ },
10230
+ "DeviceTypeWorkSpacesThinClient" : {
10231
+ "target" : " com.amazonaws.workspaces#AccessPropertyValue" ,
10232
+ "traits" : {
10233
+ "smithy.api#documentation" : " <p>Indicates whether users can access their WorkSpaces through a WorkSpaces Thin Client.</p>"
10234
+ }
10229
10235
}
10230
10236
},
10231
10237
"traits" : {
You can’t perform that action at this time.
0 commit comments