Module Values.VolumeRecommendationSource

Describes an Amazon Elastic Block Store (Amazon EBS) volume recommendation.

Sourcetype nonrec t = {
  1. volumeArn : VolumeArn.t option;
    (*

    The Amazon Resource Name (ARN) of the current volume.

    *)
  2. accountId : AccountId.t option;
    (*

    The Amazon Web Services account ID of the volume.

    *)
  3. currentConfiguration : VolumeConfiguration.t option;
    (*

    An array of objects that describe the current configuration of the volume.

    *)
  4. 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.

    *)
  5. utilizationMetrics : EBSUtilizationMetrics.t option;
    (*

    An array of objects that describe the utilization metrics of the volume.

    *)
  6. lookBackPeriodInDays : LookBackPeriodInDays.t option;
    (*

    The number of days for which utilization metrics were analyzed for the volume.

    *)
  7. volumeRecommendationOptions : VolumeRecommendationOptions.t option;
    (*

    An array of objects that describe the recommendation options for the volume.

    *)
  8. lastRefreshTimestamp : LastRefreshTimestamp.t option;
    (*

    The timestamp of when the volume recommendation was last generated.

    *)
  9. 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.

    *)
  10. effectiveRecommendationPreferences : EBSEffectiveRecommendationPreferences.t option;
    (*

    Describes the effective recommendation preferences for Amazon EBS volume.

    *)
  11. tags : Tags.t option;
    (*

    A list of tags assigned to your Amazon EBS volume recommendations.

    *)
}
Sourceval make : ?volumeArn:??? -> ?accountId:??? -> ?currentConfiguration:??? -> ?finding:??? -> ?utilizationMetrics:??? -> ?lookBackPeriodInDays:??? -> ?volumeRecommendationOptions:??? -> ?lastRefreshTimestamp:??? -> ?currentPerformanceRisk:??? -> ?effectiveRecommendationPreferences:??? -> ?tags:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t