Module Values.RelatedDeploymentsSource

Information about deployments related to the specified deployment.

Sourcetype nonrec t = {
  1. autoUpdateOutdatedInstancesRootDeploymentId : DeploymentId.t option;
    (*

    The deployment ID of the root deployment that triggered this deployment.

    *)
  2. autoUpdateOutdatedInstancesDeploymentIds : DeploymentsList.t option;
    (*

    The deployment IDs of 'auto-update outdated instances' deployments triggered by this deployment.

    *)
}
Sourceval make : ?autoUpdateOutdatedInstancesRootDeploymentId:??? -> ?autoUpdateOutdatedInstancesDeploymentIds:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of DeploymentId.t ] list | `String of DeploymentId.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