Values.GetECSServiceRecommendationsResponseSourceReturns Amazon ECS service recommendations. Compute Optimizer generates recommendations for Amazon ECS services on Fargate 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 = {nextToken : NextToken.t option;The token to advance to the next page of Amazon ECS service recommendations.
*)ecsServiceRecommendations : ECSServiceRecommendations.t option;An array of objects that describe the Amazon ECS service recommendations.
*)errors : GetRecommendationErrors.t option;An array of objects that describe errors of the request.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `InvalidParameterValueException of InvalidParameterValueException.t| `MissingAuthenticationToken of MissingAuthenticationToken.t| `OptInRequiredException of OptInRequiredException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingAuthenticationToken of MissingAuthenticationToken.t
| `OptInRequiredException of OptInRequiredException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `InvalidParameterValueException of InvalidParameterValueException.t
| `MissingAuthenticationToken of MissingAuthenticationToken.t
| `OptInRequiredException of OptInRequiredException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of LookBackPeriodInDays.t
| `Enum of string
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Double of MetricValue.t
| `Enum of string
| `Integer of NullableMemory.t
| `List of
[> `Structure of
(string
* [> `Double of LowerBoundValue.t
| `Enum of string
| `Integer of NullableCpu.t
| `String of ContainerName.t
| `Structure of
(string
* [> `Integer of NullableMemory.t ])
list ])
list ]
list
| `String of TagKey.t
| `Structure of
(string
* [> `Double of SavingsOpportunityPercentage.t
| `Structure of
(string
* [> `Double of Value.t
| `Enum of string ])
list ])
list ])
list ]
list
| `String of ServiceArn.t
| `Structure of
(string
* [> `Enum of string
| `Integer of NullableMemory.t
| `List of
[> `Structure of
(string
* [> `Integer of NullableCpu.t
| `String of ContainerName.t
| `Structure of
(string
* [> `Integer of NullableMemory.t ])
list ])
list ]
list
| `String of TaskDefinitionArn.t
| `Structure of
(string * [> `Enum of string ]) list ])
list
| `Timestamp of LastRefreshTimestamp.t ])
list ]
list
| `String of NextToken.t ])
list ]