Module Values.GetOfferingStatusRequestSource

Represents the request to retrieve the offering status for the specified customer or account.

Sourcetype nonrec t = {
  1. nextToken : PaginationToken.t option;
    (*

    An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

    *)
}
Sourceval make : ?nextToken:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PaginationToken.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