Module Values.CancelServiceInstanceDeploymentInputSource

Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment is IN_PROGRESS. For more information, see Update a service instance in the Proton User guide. The following list includes potential cancellation scenarios. If the cancellation attempt succeeds, the resulting deployment state is CANCELLED. If the cancellation attempt fails, the resulting deployment state is FAILED. If the current UpdateServiceInstance action succeeds before the cancellation attempt starts, the resulting deployment state is SUCCEEDED and the cancellation attempt has no effect.

Sourcetype nonrec t = {
  1. serviceInstanceName : ResourceName.t;
    (*

    The name of the service instance with the deployment to cancel.

    *)
  2. serviceName : ResourceName.t;
    (*

    The name of the service with the service instance deployment to cancel.

    *)
}
Sourceval context_ : string
Sourceval make : serviceInstanceName:ResourceName.t -> serviceName:ResourceName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ResourceName.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