Module Values.CustomAmiSource

A custom AMI available to platforms.

Sourcetype nonrec t = {
  1. virtualizationType : VirtualizationType.t option;
    (*

    The type of virtualization used to create the custom AMI.

    *)
  2. imageId : ImageId.t option;
    (*

    THe ID of the image used to create the custom AMI.

    *)
}
Sourceval make : ?virtualizationType:??? -> ?imageId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of VirtualizationType.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t