Values.GetSettingsResponseSourceGets the settings for a specified Amazon Web Services account.
type nonrec t = {settings : Settings.t option;The settings object that holds all supported Audit Manager settings.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of IamArn.t ])
list ]
list
| `String of SNSTopic.t
| `Structure of
(string * [> `Enum of string | `String of S3Url.t ]) list ])
list ])
list ]