cognitoidentityprovider_admin_get_device: Gets the device, as an administrator
Description
Gets the device, as an administrator.
Usage
cognitoidentityprovider_admin_get_device(DeviceKey, UserPoolId,
  Username)
Arguments
DeviceKey
[required] The device key.
UserPoolId
[required] The user pool ID.
Username
[required] The user name.
Request syntax
svc$admin_get_device(
  DeviceKey = "string",
  UserPoolId = "string",
  Username = "string"
)
Details
Calling this action requires developer credentials.