Values.GetOutpostBillingInformationOutputSourceGets current and historical billing information about the specified Outpost.
type nonrec t = {nextToken : Token.t option;subscriptions : SubscriptionList.t option;The subscription details for the specified Outpost.
*)contractEndDate : String_.t option;The date the current contract term ends for the specified Outpost. You must start the renewal or decommission process at least 5 business days before the current term for your Amazon Web Services Outposts ends. Failing to complete these steps at least 5 business days before the current term ends might result in unanticipated charges.
*)paymentTerm : PaymentTerm.t option;The payment term.
*)paymentOption : PaymentOption.t option;The payment option.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `NotFoundException of NotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `NotFoundException of NotFoundException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Double of NullableDouble.t
| `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Timestamp of ISO8601Timestamp.t ])
list ]
list
| `String of Token.t ])
list ]