Values.DescribeAccountPreferencesRequestSourceReturns the account preferences settings for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
type nonrec t = {nextToken : Token.t option;(Optional) You can use NextToken in a subsequent request to fetch the next page of Amazon Web Services account preferences if the response payload was paginated.
*)maxResults : MaxResults.t option;(Optional) When retrieving account preferences, you can optionally specify the MaxItems parameter to limit the number of objects returned in a response. The default value is 100.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of MaxResults.t | `String of Token.t ]) list ]