Module Values.DeleteScalingPlanRequestSource

Deletes the specified scaling plan. Deleting a scaling plan deletes the underlying ScalingInstruction for all of the scalable resources that are covered by the plan. If the plan has launched resources or has scaling activities in progress, you must delete those resources separately.

Sourcetype nonrec t = {
  1. scalingPlanName : ScalingPlanName.t;
    (*

    The name of the scaling plan.

    *)
  2. scalingPlanVersion : ScalingPlanVersion.t;
    (*

    The version number of the scaling plan. Currently, the only valid value is 1.

    *)
}
Sourceval context_ : string
Sourceval make : scalingPlanName:ScalingPlanName.t -> scalingPlanVersion:ScalingPlanVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of ScalingPlanVersion.t | `String of ScalingPlanName.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