Values.GetAccountConfigurationResponseSourceReturns the account configuration options associated with an Amazon Web Services account.
type nonrec t = {expiryEvents : ExpiryEventsConfiguration.t option;Expiration events configuration options associated with the Amazon Web Services account.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ThrottlingException of ThrottlingException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of (string * [> `Integer of PositiveInteger.t ]) list ])
list ]