Module Values_0.CreateEdgeDeploymentPlanRequestSource

Creates an edge deployment plan, consisting of multiple stages. Each stage may have a different deployment configuration and devices.

Sourcetype nonrec t = {
  1. edgeDeploymentPlanName : EntityName.t;
    (*

    The name of the edge deployment plan.

    *)
  2. modelConfigs : EdgeDeploymentModelConfigs.t;
    (*

    List of models associated with the edge deployment plan.

    *)
  3. deviceFleetName : EntityName.t;
    (*

    The device fleet used for this edge deployment plan.

    *)
  4. stages : DeploymentStages.t option;
    (*

    List of stages of the edge deployment plan. The number of stages is limited to 10 per deployment.

    *)
  5. tags : TagList.t option;
    (*

    List of tags with which to tag the edge deployment plan.

    *)
}
Sourceval context_ : string
Sourceval make : ?stages:??? -> ?tags:??? -> edgeDeploymentPlanName:EntityName.t -> modelConfigs:EdgeDeploymentModelConfigs.t -> deviceFleetName:EntityName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of EntityName.t | `Structure of (string * [> `Enum of string | `Integer of Percentage.t | `List of [> `String of DeviceName.t ] list | `String of DeviceName.t ]) list ]) list ] list | `String of EntityName.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