Values.InstanceBlockDeviceMappingSourceDefines block device mappings for the instance used to configure your image.
type nonrec t = {deviceName : NonEmptyString.t option;The device to which these mappings apply.
*)ebs : EbsInstanceBlockDeviceSpecification.t option;Use to manage Amazon EBS-specific configuration for this mapping.
*)virtualName : NonEmptyString.t option;Use to manage instance ephemeral devices.
*)noDevice : EmptyString.t option;Use to remove a mapping from the base image.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `Integer of EbsIopsInteger.t
| `String of NonEmptyString.t ])
list ])
list ]