Module Values.SavingsPlansPurchaseAnalysisConfigurationSource

The configuration for the Savings Plans purchase analysis.

Sourcetype nonrec t = {
  1. accountScope : AccountScope.t option;
    (*

    The account scope that you want your analysis for.

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

    The account that the analysis is for.

    *)
  3. analysisType : AnalysisType.t;
    (*

    The type of analysis.

    *)
  4. savingsPlansToAdd : SavingsPlansToAdd.t;
    (*

    Savings Plans to include in the analysis.

    *)
  5. savingsPlansToExclude : SavingsPlansToExclude.t option;
    (*

    Savings Plans to exclude from the analysis.

    *)
  6. lookBackTimePeriod : DateInterval.t;
    (*

    The time period associated with the analysis.

    *)
}
Sourceval context_ : string
Sourceval make : ?accountScope:??? -> ?accountId:??? -> ?savingsPlansToExclude:??? -> analysisType:AnalysisType.t -> savingsPlansToAdd:SavingsPlansToAdd.t -> lookBackTimePeriod:DateInterval.t -> unit -> t
Sourceval to_value : t -> [> `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 ]
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