Module Values.DescribeScalingPlansRequestSource

Describes one or more of your scaling plans.

Sourcetype nonrec t = {
  1. scalingPlanNames : ScalingPlanNames.t option;
    (*

    The names of the scaling plans (up to 10). If you specify application sources, you cannot specify scaling plan names.

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

    The version number of the scaling plan. Currently, the only valid value is 1. If you specify a scaling plan version, you must also specify a scaling plan name.

    *)
  3. applicationSources : ApplicationSources.t option;
    (*

    The sources for the applications (up to 10). If you specify scaling plan names, you cannot specify application sources.

    *)
  4. maxResults : MaxResults.t option;
    (*

    The maximum number of scalable resources to return. This value can be between 1 and 50. The default value is 50.

    *)
  5. nextToken : NextToken.t option;
    (*

    The token for the next set of results.

    *)
}
Sourceval make : ?scalingPlanNames:??? -> ?scalingPlanVersion:??? -> ?applicationSources:??? -> ?maxResults:??? -> ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of MaxResults.t | `List of [> `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 | `Long of ScalingPlanVersion.t | `String of NextToken.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