File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
services/workspacesthinclient/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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>"
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>"
15771585 "members" :{
15781586 }
15791587 },
1588+ "UserId" :{
1589+ "type" :" string" ,
1590+ "sensitive" :true
1591+ },
15801592 "ValidationException" :{
15811593 "type" :" structure" ,
15821594 "members" :{
You can’t perform that action at this time.
0 commit comments