Values.GetSavingsPlansPurchaseRecommendationResponseSourceRetrieves the Savings Plans recommendations for your account. First use StartSavingsPlansPurchaseRecommendationGeneration to generate a new set of recommendations, and then use GetSavingsPlansPurchaseRecommendation to retrieve them.
type nonrec t = {metadata : SavingsPlansPurchaseRecommendationMetadata.t option;Information that regards this specific recommendation set.
*)savingsPlansPurchaseRecommendation : SavingsPlansPurchaseRecommendation.t
option;Contains your request parameters, Savings Plan Recommendations Summary, and Details.
*)nextPageToken : NextPageToken.t option;The token for the next set of retrievable results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
*)}type nonrec error = [ | `InvalidNextTokenException of InvalidNextTokenException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidNextTokenException of InvalidNextTokenException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidNextTokenException of InvalidNextTokenException.t
| `LimitExceededException of LimitExceededException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of NextPageToken.t
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of GenericString.t
| `Structure of
(string * [> `String of GenericString.t ]) list ])
list ]
list
| `String of GenericString.t
| `Structure of (string * [> `String of GenericString.t ]) list ])
list ])
list ]