Module Values.StartSoftwareDeploymentToImageBuilderRequestSource

Initiates license included applications deployment to an image builder instance.

Sourcetype nonrec t = {
  1. imageBuilderName : Name.t;
    (*

    The name of the target image builder instance.

    *)
  2. retryFailedDeployments : Boolean.t option;
    (*

    Whether to retry previously failed license included application deployments.

    *)
}
Sourceval context_ : string
Sourceval make : ?retryFailedDeployments:??? -> imageBuilderName:Name.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `String of Name.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