Values.CreateRenewalInputSourceCreates a renewal contract for the specified Outpost.
type nonrec t = {paymentOption : PaymentOption.t;The payment option.
*)paymentTerm : PaymentTerm.t;The payment term.
*)outpostIdentifier : OutpostIdentifier.t;The ID or ARN of the Outpost.
*)clientToken : AutoFillIdempotencyToken.t option;A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
*)}val make :
?clientToken:??? ->
paymentOption:PaymentOption.t ->
paymentTerm:PaymentTerm.t ->
outpostIdentifier:OutpostIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of OutpostIdentifier.t ]) list ]