Values.TransferringInputDeviceSummarySourceDetails about the input device that is being transferred.
type nonrec t = {id : string option;The unique ID of the input device.
*)message : string option;The optional message that the sender has attached to the transfer.
*)targetCustomerId : string option;The AWS account ID for the recipient of the input device transfer.
*)transferType : InputDeviceTransferType.t option;The type (direction) of the input device transfer.
*)}