Values.GetAccountSettingResponseSourceRetrieves the account setting value for the specified setting name.
type nonrec t = {name : AccountSettingName.t option;Retrieves the name of the account setting.
*)value : AccountSettingName.t option;The setting value for the setting name. Valid value for basic scan type: AWS_NATIVE. Valid values for registry policy scope: V2. Valid values for blob mounting: ENABLED or DISABLED.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `ServerException of ServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]