Module Values.PricingOptionSource

A pricing option for the specified Outpost.

Sourcetype nonrec t = {
  1. pricingType : QuotePricingType.t option;
    (*

    The type of pricing model.

    *)
  2. subscriptionPricingDetails : SubscriptionPricingDetails.t option;
    (*

    The subscription pricing details for this pricing option.

    *)
}
Sourceval make : ?pricingType:??? -> ?subscriptionPricingDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `Float of NullableFloat.t ]) 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