Values.UpdateAccountRequestSourceUpdates account details for the specified Amazon Chime account. Currently, only account name and default license updates are supported for this action.
type nonrec t = {accountId : NonEmptyString.t;The Amazon Chime account ID.
*)name : AccountName.t option;The new name for the specified Amazon Chime account.
*)defaultLicense : License.t option;The default license applied when you add users to an Amazon Chime account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of NonEmptyString.t ]) list ]