Values_1.EbsInstanceBlockDeviceSpecificationSourceDescribes information used to set up an EBS volume specified in a block device mapping.
type nonrec t = {volumeId : Values_0.VolumeId.t option;The ID of the EBS volume.
*)deleteOnTermination : Values_0.Boolean.t option;Indicates whether the volume is deleted on instance termination.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t | `String of Values_0.VolumeId.t ])
list ]