Values.StartCostEstimationRequestSourceStarts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.
type nonrec t = {resourceCollection : CostEstimationResourceCollectionFilter.t;The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.
*)clientToken : ClientToken.t option;The idempotency token used to identify each cost estimate request.
*)}val make :
?clientToken:??? ->
resourceCollection:CostEstimationResourceCollectionFilter.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ClientToken.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of TagValue.t ] list
| `String of AppBoundaryKey.t ])
list ]
list
| `Structure of
(string * [> `List of [> `String of StackName.t ] list ]) list ])
list ])
list ]