Values.DeleteScalingPlanRequestSourceDeletes 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.
type nonrec t = {scalingPlanName : ScalingPlanName.t;The name of the scaling plan.
*)scalingPlanVersion : ScalingPlanVersion.t;The version number of the scaling plan. Currently, the only valid value is 1.
*)}val make :
scalingPlanName:ScalingPlanName.t ->
scalingPlanVersion:ScalingPlanVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of ScalingPlanVersion.t | `String of ScalingPlanName.t ])
list ]