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 635
635
"kmsKeyArn" :{
636
636
"shape" :" KmsKeyArn" ,
637
637
"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>"
638
642
}
639
643
},
640
644
"documentation" :" <p>Describes a thin client device.</p>"
753
757
"arn" :{
754
758
"shape" :" Arn" ,
755
759
"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>"
756
764
}
757
765
},
758
766
"documentation" :" <p>Describes a thin client device.</p>"
1577
1585
"members" :{
1578
1586
}
1579
1587
},
1588
+ "UserId" :{
1589
+ "type" :" string" ,
1590
+ "sensitive" :true
1591
+ },
1580
1592
"ValidationException" :{
1581
1593
"type" :" structure" ,
1582
1594
"members" :{
You can’t perform that action at this time.
0 commit comments