Values.DescribeAccountPreferencesResponseSourceReturns 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 = {resourceIdPreference : ResourceIdPreference.t option;Describes the resource ID preference setting for the Amazon Web Services account associated with the user making the request, in the current Amazon Web Services Region.
*)nextToken : Token.t option;Present if there are more records than returned in the response. You can use the NextToken in the subsequent request to fetch the additional descriptions.
*)}type nonrec error = [ | `InternalServerError of InternalServerError.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of InternalServerError.t
| `Unknown_operation_error of string * string option ]