Values.AnalysisSummarySourceA summary of the analysis.
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.
*)analysisStatus : AnalysisStatus.t option;The status of the analysis.
*)errorCode : ErrorCode.t option;The error code used for the analysis.
*)analysisId : AnalysisId.t option;The analysis ID that's associated with the commitment purchase analysis.
*)commitmentPurchaseAnalysisConfiguration : CommitmentPurchaseAnalysisConfiguration.t
option;The configuration for the commitment purchase analysis.
*)}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 GenericString.t ])
list ]
list
| `String of AccountId.t
| `Structure of
(string * [> `String of YearMonthDay.t ]) list ])
list ])
list ])
list ]