Module Values.UpdateScalingPlanRequestSource

Updates the specified scaling plan. You cannot update a scaling plan if it is in the process of being created, updated, or deleted.

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

    The name of the scaling plan.

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

    The version number of the scaling plan. The only valid value is 1. Currently, you cannot have multiple scaling plan versions.

    *)
  3. applicationSource : ApplicationSource.t option;
    (*

    A CloudFormation stack or set of tags. For more information, see ApplicationSource in the AWS Auto Scaling API Reference.

    *)
  4. scalingInstructions : ScalingInstructions.t option;
    (*

    The scaling instructions. For more information, see ScalingInstruction in the AWS Auto Scaling API Reference.

    *)
}
Sourceval context_ : string
Sourceval make : ?applicationSource:??? -> ?scalingInstructions:??? -> scalingPlanName:ScalingPlanName.t -> scalingPlanVersion:ScalingPlanVersion.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Boolean of DisableDynamicScaling.t | `Enum of string | `Integer of ResourceCapacity.t | `List of [> `Structure of (string * [> `Boolean of DisableScaleIn.t | `Double of MetricScale.t | `Integer of Cooldown.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of MetricDimensionName.t ]) list ] list | `String of ResourceLabel.t ]) list ]) list ] list | `String of ResourceIdMaxLen1600.t | `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of MetricDimensionName.t ]) list ] list | `String of ResourceLabel.t ]) list ]) list ] list | `Long of ScalingPlanVersion.t | `String of ScalingPlanName.t | `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of XmlStringMaxLen256.t ] list | `String of XmlStringMaxLen128.t ]) list ] list | `String of XmlString.t ]) list ]) 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