Module Values.StartCommitmentPurchaseAnalysisRequestSource

Specifies the parameters of a planned commitment purchase and starts the generation of the analysis. This enables you to estimate the cost, coverage, and utilization impact of your planned commitment purchases.

Sourcetype nonrec t = {
  1. commitmentPurchaseAnalysisConfiguration : CommitmentPurchaseAnalysisConfiguration.t;
    (*

    The configuration for the commitment purchase analysis.

    *)
}
Sourceval context_ : string
Sourceval make : commitmentPurchaseAnalysisConfiguration: CommitmentPurchaseAnalysisConfiguration.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `String of SavingsPlansId.t | `Structure of (string * [> `Double of SavingsPlansCommitment.t | `Enum of string | `String of GenericString.t ]) list ] list | `String of AccountId.t | `Structure of (string * [> `String of YearMonthDay.t ]) list ]) list ]) list ]) 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