Skip to content

Commit 5c619d2

Browse files
author
AWS
committed
Amazon WorkSpaces Web Update: WorkSpaces Web now supports user access logging for recording session start, stop, and URL navigation.
1 parent bb9cf2d commit 5c619d2

File tree

3 files changed

+377
-1
lines changed

3 files changed

+377
-1
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 Web now supports user access logging for recording session start, stop, and URL navigation."
6+
}

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"output_token": "nextToken",
3131
"limit_key": "maxResults"
3232
},
33+
"ListUserAccessLoggingSettings": {
34+
"input_token": "nextToken",
35+
"output_token": "nextToken",
36+
"limit_key": "maxResults"
37+
},
3338
"ListUserSettings": {
3439
"input_token": "nextToken",
3540
"output_token": "nextToken",

0 commit comments

Comments
 (0)