Values.StartCommitmentPurchaseAnalysisResponseSourceSpecifies 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.
type nonrec t = {analysisId : AnalysisId.t option;The analysis ID that's associated with the commitment purchase analysis.
*)analysisStartedTime : ZonedDateTime.t option;The start time of the analysis.
*)estimatedCompletionTime : ZonedDateTime.t option;The estimated time for when the analysis will complete.
*)}type nonrec error = [ | `GenerationExistsException of GenerationExistsException.t| `LimitExceededException of LimitExceededException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `GenerationExistsException of GenerationExistsException.t
| `LimitExceededException of LimitExceededException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `DataUnavailableException of DataUnavailableException.t
| `GenerationExistsException of GenerationExistsException.t
| `LimitExceededException of LimitExceededException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `Unknown_operation_error of string * string option ]