Module Values.DescribeScalingPlanResourcesRequestSource

Describes the scalable resources in the specified scaling plan.

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.

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

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

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

    The token for the next set of results.

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