Values.GetDeviceRequestSourceRepresents the request to get the device.
type nonrec t = {deviceKey : DeviceKeyType.t;The key of the device that you want to get information about.
*)accessToken : TokenModelType.t option;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.
*)}