Values.TargetInstanceSourceDetails on recommended instance.
type nonrec t = {estimatedMonthlyCost : GenericString.t option;The expected cost to operate this instance type on a monthly basis.
*)estimatedMonthlySavings : GenericString.t option;The estimated savings that result from modification, on a monthly basis.
*)currencyCode : GenericString.t option;The currency code that Amazon Web Services used to calculate the costs for this instance.
*)defaultTargetInstance : GenericBoolean.t option;Determines whether this recommendation is the defaulted Amazon Web Services recommendation.
*)resourceDetails : ResourceDetails.t option;Details on the target instance type.
*)expectedResourceUtilization : ResourceUtilization.t option;The expected utilization metrics for target instance type.
*)platformDifferences : PlatformDifferences.t option;Explains the actions that you might need to take to successfully migrate your workloads from the current instance type to the recommended instance type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of GenericBoolean.t
| `List of [> `Enum of string ] list
| `String of GenericString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `String of GenericString.t
| `Structure of
(string * [> `String of GenericString.t ]) list ])
list ])
list ])
list ]