Values.GetCostEstimateResultSourceRetrieves information about the cost estimate for a specified resource. A cost estimate will not generate for a resource that has been deleted.
type nonrec t = {resourcesBudgetEstimate : ResourcesBudgetEstimate.t option;Returns the estimate's forecasted cost or usage.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InvalidInputException of InvalidInputException.t| `NotFoundException of NotFoundException.t| `RegionSetupInProgressException of RegionSetupInProgressException.t| `ServiceException of ServiceException.t| `UnauthenticatedException of UnauthenticatedException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InvalidInputException of InvalidInputException.t
| `NotFoundException of NotFoundException.t
| `RegionSetupInProgressException of RegionSetupInProgressException.t
| `ServiceException of ServiceException.t
| `UnauthenticatedException of UnauthenticatedException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InvalidInputException of InvalidInputException.t
| `NotFoundException of NotFoundException.t
| `RegionSetupInProgressException of RegionSetupInProgressException.t
| `ServiceException of ServiceException.t
| `UnauthenticatedException of UnauthenticatedException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Double of Double.t
| `Enum of string
| `Structure of
(string
* [> `Timestamp of IsoDate.t ])
list ])
list ]
list
| `String of NonEmptyString.t ])
list ]
list
| `String of ResourceName.t
| `Timestamp of IsoDate.t ])
list ]
list ])
list ]