Skip to content

Commit b5c8267

Browse files
author
AWS
committed
Amazon WorkSpaces Thin Client Update: Added the lastUserId parameter to the ListDevices and GetDevice API.
1 parent 64246ee commit b5c8267

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-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 Thin Client",
4+
"contributor": "",
5+
"description": "Added the lastUserId parameter to the ListDevices and GetDevice API."
6+
}

services/workspacesthinclient/src/main/resources/codegen-resources/service-2.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,10 @@
635635
"kmsKeyArn":{
636636
"shape":"KmsKeyArn",
637637
"documentation":"<p>The Amazon Resource Name (ARN) of the Key Management Service key used to encrypt the device.</p>"
638+
},
639+
"lastUserId":{
640+
"shape":"UserId",
641+
"documentation":"<p>The user ID of the most recent session on the device.</p>"
638642
}
639643
},
640644
"documentation":"<p>Describes a thin client device.</p>"
@@ -753,6 +757,10 @@
753757
"arn":{
754758
"shape":"Arn",
755759
"documentation":"<p>The Amazon Resource Name (ARN) of the device.</p>"
760+
},
761+
"lastUserId":{
762+
"shape":"UserId",
763+
"documentation":"<p>The user ID of the most recent session on the device.</p>"
756764
}
757765
},
758766
"documentation":"<p>Describes a thin client device.</p>"
@@ -1577,6 +1585,10 @@
15771585
"members":{
15781586
}
15791587
},
1588+
"UserId":{
1589+
"type":"string",
1590+
"sensitive":true
1591+
},
15801592
"ValidationException":{
15811593
"type":"structure",
15821594
"members":{

0 commit comments

Comments
 (0)