Values.CreateOrderInputSourceCreates an order for an Outpost.
type nonrec t = {outpostIdentifier : OutpostIdentifier.t;The ID or the Amazon Resource Name (ARN) of the Outpost.
*)lineItems : LineItemRequestListDefinition.t option;The line items that make up the order.
*)paymentOption : PaymentOption.t;The payment option.
*)paymentTerm : PaymentTerm.t option;The payment terms.
*)}val make :
?lineItems:??? ->
?paymentTerm:??? ->
outpostIdentifier:OutpostIdentifier.t ->
paymentOption:PaymentOption.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of LineItemQuantity.t | `String of SkuCode.t ])
list ]
list
| `String of OutpostIdentifier.t ])
list ]