UpdateDeviceStatusRequest
Represents the request to update the device status.
Types
Properties
Link copied to clipboard
A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for aws.cognito.signin.user.admin
.
Link copied to clipboard
To enable device authentication with the specified device, set to remembered
.To disable, set to not_remembered
.
Functions
Link copied to clipboard
inline fun copy(block: UpdateDeviceStatusRequest.Builder.() -> Unit = {}): UpdateDeviceStatusRequest