Module Values.CostEstimateSource

Describes the estimated cost for resources in your Lightsail for Research account.

Sourcetype nonrec t = {
  1. usageType : NonEmptyString.t option;
    (*

    The types of usage that are included in the estimate, such as costs, usage, or data transfer.

    *)
  2. resultsByTime : EstimatesByTime.t option;
    (*

    The cost estimate result that's associated with a time period.

    *)
}
Sourceval make : ?usageType:??? -> ?resultsByTime:??? -> unit -> t
Sourceval to_value : t -> [> `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 ]
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