Module Values.GetDeploymentStrategyRequestSource

Retrieves information about a deployment strategy. A deployment strategy defines important criteria for rolling out your configuration to the designated targets. A deployment strategy includes the overall duration required, a percentage of targets to receive the deployment during each interval, an algorithm that defines how percentage grows, and bake time.

Sourcetype nonrec t = {
  1. deploymentStrategyId : DeploymentStrategyId.t;
    (*

    The ID of the deployment strategy to get.

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