Skip to content

Commit 645dde9

Browse files
author
AWS
committed
Amazon WorkSpaces Web Update: Added ability to log session activity on a portal to an S3 bucket.
1 parent 6619c8e commit 645dde9

File tree

4 files changed

+1310
-761
lines changed

4 files changed

+1310
-761
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": "Added ability to log session activity on a portal to an S3 bucket."
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
@@ -31,6 +31,12 @@
3131
"output_token": "nextToken",
3232
"limit_key": "maxResults"
3333
},
34+
"ListSessionLoggers": {
35+
"input_token": "nextToken",
36+
"output_token": "nextToken",
37+
"limit_key": "maxResults",
38+
"result_key": "sessionLoggers"
39+
},
3440
"ListSessions": {
3541
"input_token": "nextToken",
3642
"output_token": "nextToken",

0 commit comments

Comments
 (0)