Values.UpdateAccountSettingsRequestSourceUpdates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)accountSettings : AccountSettings.t;The Amazon Chime account settings to update.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of (string * [> `Boolean of Boolean.t ]) list ])
list ]