Values.CreateLongTermPricingRequestSourceCreates 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.
type nonrec t = {longTermPricingType : LongTermPricingType.t;The type of long-term pricing option you want for the device, either 1-year or 3-year long-term pricing.
*)isLongTermPricingAutoRenew : JavaBoolean.t option;Specifies whether the current long-term pricing type for the device should be renewed.
*)snowballType : SnowballType.t;The type of Snow Family devices to use for the long-term pricing job.
*)}val make :
?isLongTermPricingAutoRenew:??? ->
longTermPricingType:LongTermPricingType.t ->
snowballType:SnowballType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Boolean of JavaBoolean.t | `Enum of string ]) list ]