Values.GetEBSVolumeRecommendationsResponseSourceReturns Amazon Elastic Block Store (Amazon EBS) volume recommendations. Compute Optimizer generates recommendations for Amazon EBS volumes 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 use to advance to the next page of volume recommendations. This value is null when there are no more pages of volume recommendations to return.
*)volumeRecommendations : VolumeRecommendations.t option;An array of objects that describe volume recommendations.
*)errors : GetRecommendationErrors.t option;An array of objects that describe errors of the request. For example, an error is returned if you request recommendations for an unsupported volume.
*)}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
[> `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 ]
list
| `String of NextToken.t ])
list ]