Module Values.CreateImageBuilderStreamingURLRequestSource

Creates a URL to start an image builder streaming session.

Sourcetype nonrec t = {
  1. name : String_.t;
    (*

    The name of the image builder.

    *)
  2. validity : Long.t option;
    (*

    The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 3600 seconds.

    *)
}
Sourceval context_ : string
Sourceval make : ?validity:??? -> name:String_.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Long.t | `String of String_.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