Values.CreateLongTermPricingResultSourceCreates 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 = {longTermPricingId : LongTermPricingId.t option;The ID of the long-term pricing type for the device.
*)}type nonrec error = [ | `InvalidResourceException of InvalidResourceException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidResourceException of InvalidResourceException.t
| `Unknown_operation_error of string * string option ]