Module Values.SavingsPlansPurchaseRecommendationMetadataSource

Metadata about your Savings Plans Purchase Recommendations.

Sourcetype nonrec t = {
  1. recommendationId : GenericString.t option;
    (*

    The unique identifier for the recommendation set.

    *)
  2. generationTimestamp : GenericString.t option;
    (*

    The timestamp that shows when the recommendations were generated.

    *)
  3. additionalMetadata : GenericString.t option;
    (*

    Additional metadata that might be applicable to the recommendation.

    *)
}
Sourceval make : ?recommendationId:??? -> ?generationTimestamp:??? -> ?additionalMetadata:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of GenericString.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