Module Values_1.DiskImageDetailSource

Describes a disk image.

Sourcetype nonrec t = {
  1. format : Values_0.DiskImageFormat.t;
    (*

    The disk image format.

    *)
  2. bytes : Values_0.Long.t;
    (*

    The size of the disk image, in GiB.

    *)
  3. importManifestUrl : Values_0.ImportManifestUrl.t;
    (*

    A presigned URL for the import manifest stored in Amazon S3 and presented here as an Amazon S3 presigned URL. For information about creating a presigned URL for an Amazon S3 object, read the "Query String Request Authentication Alternative" section of the Authenticating REST Requests topic in the Amazon Simple Storage Service Developer Guide. For information about the import manifest referenced by this API action, see VM Import Manifest.

    *)
}
Sourceval context_ : string
Sourceval make : format:Values_0.DiskImageFormat.t -> bytes:Values_0.Long.t -> importManifestUrl:Values_0.ImportManifestUrl.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of Values_0.Long.t | `String of Values_0.ImportManifestUrl.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