Values.UpdateAccountPreferencesResultSourceUpdates AWS Chatbot account preferences.
type nonrec t = {accountPreferences : AccountPreferences.t option;Preferences related to AWS Chatbot usage in the calling AWS account.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `InvalidRequestException of InvalidRequestException.t| `UpdateAccountPreferencesException of UpdateAccountPreferencesException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option
| `UpdateAccountPreferencesException of UpdateAccountPreferencesException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `InvalidRequestException of InvalidRequestException.t
| `Unknown_operation_error of string * string option
| `UpdateAccountPreferencesException of UpdateAccountPreferencesException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string * [> `Boolean of BooleanAccountPreference.t ]) list ])
list ]