Values.GetAutoScalingGroupRecommendationsRequestSourceReturns Auto Scaling group recommendations. Compute Optimizer generates recommendations for Amazon EC2 Auto Scaling groups that meet a specific set of requirements. For more information, see the Supported resources and requirements in the Compute Optimizer User Guide.
type nonrec t = {accountIds : AccountIds.t option;The ID of the Amazon Web Services account for which to return Auto Scaling group recommendations. If your account is the management account of an organization, use this parameter to specify the member account for which you want to return Auto Scaling group recommendations. Only one account ID can be specified per request.
*)autoScalingGroupArns : AutoScalingGroupArns.t option;The Amazon Resource Name (ARN) of the Auto Scaling groups for which to return recommendations.
*)nextToken : NextToken.t option;The token to advance to the next page of Auto Scaling group recommendations.
*)maxResults : MaxResults.t option;The maximum number of Auto Scaling group recommendations to return with a single request. To retrieve the remaining results, make another request with the returned nextToken value.
*)filters : Filters.t option;An array of objects to specify a filter that returns a more specific list of Auto Scaling group recommendations.
*)recommendationPreferences : RecommendationPreferences.t option;An object to specify the preferences for the Auto Scaling group recommendations to return in the response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of MaxResults.t
| `List of
[> `String of AccountId.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of FilterValue.t ] list ])
list ]
list
| `String of NextToken.t
| `Structure of
(string * [> `List of [> `Enum of string ] list ]) list ])
list ]