Values.GetOutpostBillingInformationInputSourceGets current and historical billing information about the specified Outpost.
type nonrec t = {nextToken : Token.t option;maxResults : MaxResults1000.t option;outpostIdentifier : OutpostIdentifier.t;The ID or ARN of the Outpost.
*)}val make :
?nextToken:??? ->
?maxResults:??? ->
outpostIdentifier:OutpostIdentifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults1000.t | `String of Token.t ]) list ]