Module Values.CreateLongTermPricingRequestSource

Creates a job with the long-term usage option for a device. The long-term usage is a 1-year or 3-year long-term pricing type for the device. You are billed upfront, and Amazon Web Services provides discounts for long-term pricing.

Sourcetype nonrec t = {
  1. longTermPricingType : LongTermPricingType.t;
    (*

    The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.

    *)
  2. isLongTermPricingAutoRenew : JavaBoolean.t option;
    (*

    Specifies whether the current long-term pricing type for the device should be renewed.

    *)
  3. snowballType : SnowballType.t;
    (*

    The type of Snow Family devices to use for the long-term pricing job.

    *)
}
Sourceval context_ : string
Sourceval make : ?isLongTermPricingAutoRenew:??? -> longTermPricingType:LongTermPricingType.t -> snowballType:SnowballType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of JavaBoolean.t | `Enum of string ]) 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