Module Values.GetCommitmentPurchaseAnalysisResponseSource

Retrieves a commitment purchase analysis result based on the AnalysisId.

Sourcetype nonrec t = {
  1. estimatedCompletionTime : ZonedDateTime.t option;
    (*

    The estimated time for when the analysis will complete.

    *)
  2. analysisCompletionTime : ZonedDateTime.t option;
    (*

    The completion time of the analysis.

    *)
  3. analysisStartedTime : ZonedDateTime.t option;
    (*

    The start time of the analysis.

    *)
  4. analysisId : AnalysisId.t option;
    (*

    The analysis ID that's associated with the commitment purchase analysis.

    *)
  5. analysisStatus : AnalysisStatus.t option;
    (*

    The status of the analysis.

    *)
  6. errorCode : ErrorCode.t option;
    (*

    The error code used for the analysis.

    *)
  7. analysisDetails : AnalysisDetails.t option;
    (*

    Details about the analysis.

    *)
  8. commitmentPurchaseAnalysisConfiguration : CommitmentPurchaseAnalysisConfiguration.t option;
    (*

    The configuration for the commitment purchase analysis.

    *)
}
Sourcetype nonrec error = [
  1. | `AnalysisNotFoundException of AnalysisNotFoundException.t
  2. | `DataUnavailableException of DataUnavailableException.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?estimatedCompletionTime:??? -> ?analysisCompletionTime:??? -> ?analysisStartedTime:??? -> ?analysisId:??? -> ?analysisStatus:??? -> ?errorCode:??? -> ?analysisDetails:??? -> ?commitmentPurchaseAnalysisConfiguration:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `AnalysisNotFoundException of AnalysisNotFoundException.t | `DataUnavailableException of DataUnavailableException.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `AnalysisNotFoundException of AnalysisNotFoundException.t | `DataUnavailableException of DataUnavailableException.t | `LimitExceededException of LimitExceededException.t | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of ZonedDateTime.t | `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 ZonedDateTime.t ]) list ] list | `String of GenericString.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