Values.RecoveryInstanceDiskSourceAn object representing a block storage device on the Recovery Instance.
type nonrec t = {internalDeviceName : BoundedString.t option;The internal device name of this disk. This is the name that is visible on the machine itself and not from the EC2 console.
*)bytes : PositiveInteger.t option;The amount of storage on the disk in bytes.
*)ebsVolumeID : EbsVolumeID.t option;The EBS Volume ID of this disk.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of PositiveInteger.t | `String of BoundedString.t ])
list ]