Skip to content

Commit 4c99111

Browse files
author
AWS
committed
Amazon WorkSpaces Web Update: WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs.
1 parent 8175b74 commit 4c99111

File tree

3 files changed

+307
-6
lines changed

3 files changed

+307
-6
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 Web",
4+
"contributor": "",
5+
"description": "WorkSpaces Secure Browser now enables Administrators to view and manage end-user browsing sessions via Session Management APIs."
6+
}

services/workspacesweb/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
"output_token": "nextToken",
2626
"limit_key": "maxResults"
2727
},
28+
"ListSessions": {
29+
"input_token": "nextToken",
30+
"output_token": "nextToken",
31+
"limit_key": "maxResults",
32+
"result_key": "sessions"
33+
},
2834
"ListTrustStoreCertificates": {
2935
"input_token": "nextToken",
3036
"output_token": "nextToken",

0 commit comments

Comments
 (0)