Module Values.StartCostEstimationRequestSource

Starts the creation of an estimate of the monthly cost to analyze your Amazon Web Services resources.

Sourcetype nonrec t = {
  1. resourceCollection : CostEstimationResourceCollectionFilter.t;
    (*

    The collection of Amazon Web Services resources used to create a monthly DevOps Guru cost estimate.

    *)
  2. clientToken : ClientToken.t option;
    (*

    The idempotency token used to identify each cost estimate request.

    *)
}
Sourceval context_ : string
Sourceval make : ?clientToken:??? -> resourceCollection:CostEstimationResourceCollectionFilter.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t