Skip to content

Commit a29b10c

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts.
1 parent 21e64c8 commit a29b10c

File tree

3 files changed

+337
-0
lines changed

3 files changed

+337
-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": "Adds new APIs for managing and sharing WorkSpaces BYOL configuration across accounts."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
"limit_key": "Limit",
2626
"output_token": "NextToken",
2727
"result_key": "Workspaces"
28+
},
29+
"ListAccountLinks": {
30+
"input_token": "NextToken",
31+
"limit_key": "MaxResults",
32+
"output_token": "NextToken",
33+
"result_key": "AccountLinks"
2834
}
2935
}
3036
}

0 commit comments

Comments
 (0)