Values.DescribeScalingPlansRequestSourceDescribes one or more of your scaling plans.
type nonrec t = {scalingPlanNames : ScalingPlanNames.t option;The names of the scaling plans (up to 10). If you specify application sources, you cannot specify scaling plan names.
*)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.
*)applicationSources : ApplicationSources.t option;The sources for the applications (up to 10). If you specify scaling plan names, you cannot specify application sources.
*)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.
*)nextToken : NextToken.t option;The token for the next set of results.
*)}val 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 ]