Skip to content

Commit 4836868

Browse files
author
AWS
committed
Amazon WorkSpaces Update: This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses.
1 parent c8a1c6a commit 4836868

File tree

3 files changed

+777
-2
lines changed

3 files changed

+777
-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",
4+
"contributor": "",
5+
"description": "This release introduces Manage applications. This feature allows users to manage their WorkSpaces applications by associating or disassociating their WorkSpaces with applications. The DescribeWorkspaces API will now additionally return OperatingSystemName in its responses."
6+
}

services/workspaces/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"pagination": {
3+
"DescribeApplicationAssociations": {
4+
"input_token": "NextToken",
5+
"limit_key": "MaxResults",
6+
"output_token": "NextToken"
7+
},
8+
"DescribeApplications": {
9+
"input_token": "NextToken",
10+
"limit_key": "MaxResults",
11+
"output_token": "NextToken"
12+
},
313
"DescribeWorkspaceBundles": {
414
"input_token": "NextToken",
515
"output_token": "NextToken",

0 commit comments

Comments
 (0)