Module Values.SkipWaitTimeForInstanceTerminationInputSource

In a blue/green deployment, overrides any specified wait time and starts terminating instances immediately after the traffic routing is complete.

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

    The unique ID of a blue/green deployment for which you want to skip the instance termination wait time.

    *)
}
Sourceval make : ?deploymentId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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