Values.GetCommitmentPurchaseAnalysisResponseSourceRetrieves a commitment purchase analysis result based on the AnalysisId.
type nonrec t = {estimatedCompletionTime : ZonedDateTime.t option;The estimated time for when the analysis will complete.
*)analysisCompletionTime : ZonedDateTime.t option;The completion time of the analysis.
*)analysisStartedTime : ZonedDateTime.t option;The start time of the analysis.
*)analysisId : AnalysisId.t option;The analysis ID that's associated with the commitment purchase analysis.
*)analysisStatus : AnalysisStatus.t option;The status of the analysis.
*)errorCode : ErrorCode.t option;The error code used for the analysis.
*)analysisDetails : AnalysisDetails.t option;Details about the analysis.
*)commitmentPurchaseAnalysisConfiguration : CommitmentPurchaseAnalysisConfiguration.t
option;The configuration for the commitment purchase analysis.
*)}type nonrec error = [ | `AnalysisNotFoundException of AnalysisNotFoundException.t| `LimitExceededException of LimitExceededException.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]