Values.VolumeRecommendationSourceDescribes an Amazon Elastic Block Store (Amazon EBS) volume recommendation.
type nonrec t = {volumeArn : VolumeArn.t option;The Amazon Resource Name (ARN) of the current volume.
*)accountId : AccountId.t option;The Amazon Web Services account ID of the volume.
*)currentConfiguration : VolumeConfiguration.t option;An array of objects that describe the current configuration of the volume.
*)finding : EBSFinding.t option;The finding classification of the volume. Findings for volumes include: NotOptimized βA volume is considered not optimized when Compute Optimizer identifies a recommendation that can provide better performance for your workload. Optimized βAn volume is considered optimized when Compute Optimizer determines that the volume is correctly provisioned to run your workload based on the chosen volume type. For optimized resources, Compute Optimizer might recommend a new generation volume type.
*)utilizationMetrics : EBSUtilizationMetrics.t option;An array of objects that describe the utilization metrics of the volume.
*)lookBackPeriodInDays : LookBackPeriodInDays.t option;The number of days for which utilization metrics were analyzed for the volume.
*)volumeRecommendationOptions : VolumeRecommendationOptions.t option;An array of objects that describe the recommendation options for the volume.
*)lastRefreshTimestamp : LastRefreshTimestamp.t option;The timestamp of when the volume recommendation was last generated.
*)currentPerformanceRisk : CurrentPerformanceRisk.t option;The risk of the current EBS volume not meeting the performance needs of its workloads. The higher the risk, the more likely the current EBS volume doesn't have sufficient capacity.
*)effectiveRecommendationPreferences : EBSEffectiveRecommendationPreferences.t
option;Describes the effective recommendation preferences for Amazon EBS volume.
*)}val make :
?volumeArn:??? ->
?accountId:??? ->
?currentConfiguration:??? ->
?finding:??? ->
?utilizationMetrics:??? ->
?lookBackPeriodInDays:??? ->
?volumeRecommendationOptions:??? ->
?lastRefreshTimestamp:??? ->
?currentPerformanceRisk:??? ->
?effectiveRecommendationPreferences:??? ->
?tags:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Double of LookBackPeriodInDays.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Double of MetricValue.t
| `Enum of string
| `Integer of Rank.t
| `String of TagKey.t
| `Structure of
(string
* [> `Boolean of RootVolume.t
| `Double of SavingsOpportunityPercentage.t
| `Integer of VolumeSize.t
| `String of VolumeType.t
| `Structure of
(string * [> `Double of Value.t | `Enum of string ])
list ])
list ])
list ]
list
| `String of VolumeArn.t
| `Structure of
(string
* [> `Boolean of RootVolume.t
| `Integer of VolumeSize.t
| `String of VolumeType.t
| `Structure of (string * [> `Enum of string ]) list ])
list
| `Timestamp of LastRefreshTimestamp.t ])
list ]