Module Values.CreateScalingPlanRequestSource

Creates a scaling plan.

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

    The name of the scaling plan. Names cannot contain vertical bars, colons, or forward slashes.

    *)
  2. applicationSource : ApplicationSource.t;
    (*

    A CloudFormation stack or set of tags. You can create one scaling plan per application source. For more information, see ApplicationSource in the AWS Auto Scaling API Reference.

    *)
  3. scalingInstructions : ScalingInstructions.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : scalingPlanName:ScalingPlanName.t -> applicationSource:ApplicationSource.t -> scalingInstructions:ScalingInstructions.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 | `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