Gets the device, as an administrator.
Calling this action requires developer credentials.
cognitoidentityprovider_admin_get_device(DeviceKey, UserPoolId,
Username)
[required] The device key.
[required] The user pool ID.
[required] The user name.
A list with the following syntax:
list( Device = list( DeviceKey = "string", DeviceAttributes = list( list( Name = "string", Value = "string" ) ), DeviceCreateDate = as.POSIXct( "2015-01-01" ), DeviceLastModifiedDate = as.POSIXct( "2015-01-01" ), DeviceLastAuthenticatedDate = as.POSIXct( "2015-01-01" ) ) )
svc$admin_get_device( DeviceKey = "string", UserPoolId = "string", Username = "string" )