Values.TransferInputDeviceRequestSourceA request to transfer an input device.
type nonrec t = {inputDeviceId : string;The unique ID of this input device. For example, hd-123456789abcdef.
*)targetCustomerId : string option;The AWS account ID (12 digits) for the recipient of the device transfer.
*)targetRegion : string option;The target AWS region to transfer the device.
*)transferMessage : string option;An optional message for the recipient. Maximum 280 characters.
*)}