Module Values.GetOutpostBillingInformationOutputSource

Gets current and historical billing information about the specified Outpost.

Sourcetype nonrec t = {
  1. nextToken : Token.t option;
  2. subscriptions : SubscriptionList.t option;
    (*

    The subscription details for the specified Outpost.

    *)
  3. 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.

    *)
  4. paymentTerm : PaymentTerm.t option;
    (*

    The payment term.

    *)
  5. paymentOption : PaymentOption.t option;
    (*

    The payment option.

    *)
}
Sourcetype nonrec error = [
  1. | `AccessDeniedException of AccessDeniedException.t
  2. | `InternalServerException of InternalServerException.t
  3. | `NotFoundException of NotFoundException.t
  4. | `Unknown_operation_error of string * string option
]
Sourceval make : ?nextToken:??? -> ?subscriptions:??? -> ?contractEndDate:??? -> ?paymentTerm:??? -> ?paymentOption:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t