Values_2.InstanceBlockDeviceMappingSpecificationSourceDescribes a block device mapping entry.
type nonrec t = {deviceName : Values_0.String_.t option;The device name. For available device names, see Device names for volumes.
*)ebs : Values_1.EbsInstanceBlockDeviceSpecification.t option;Parameters used to automatically set up EBS volumes when the instance is launched.
*)virtualName : Values_0.String_.t option;The virtual device name.
*)noDevice : Values_0.String_.t option;Suppresses the specified device included in the block device mapping.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Values_0.String_.t
| `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `String of Values_0.VolumeId.t ])
list ])
list ]