Values.GetEC2RecommendationProjectedMetricsResponseSourceReturns the projected utilization metrics of Amazon EC2 instance recommendations. The Cpu and Memory metrics are the only projected utilization metrics returned when you run this action. Additionally, the Memory metric is returned only for resources that have the unified CloudWatch agent installed on them. For more information, see Enabling Memory Utilization with the CloudWatch Agent.
type nonrec t = {recommendedOptionProjectedMetrics : RecommendedOptionProjectedMetrics.t option;An array of objects that describes projected metrics.
*)}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
* [> `Integer of Rank.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Double of MetricValue.t
| `Timestamp of Timestamp.t ]
list ])
list ]
list
| `String of RecommendedInstanceType.t ])
list ]
list ])
list ]