Values.AccountSourceThe Amazon Chime account details. An AWS account can have multiple Amazon Chime accounts.
type nonrec t = {awsAccountId : String_.t option;The AWS account ID.
*)accountId : String_.t option;The Amazon Chime account ID.
*)name : String_.t option;The Amazon Chime account name.
*)accountType : AccountType.t option;The Amazon Chime account type. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.
*)createdTimestamp : Iso8601Timestamp.t option;The Amazon Chime account creation timestamp, in ISO 8601 format.
*)defaultLicense : License.t option;The default license for the Amazon Chime account.
*)supportedLicenses : LicenseList.t option;Supported licenses for the Amazon Chime account.
*)accountStatus : AccountStatus.t option;The status of the account.
*)signinDelegateGroups : SigninDelegateGroupList.t option;The sign-in delegate groups associated with the account.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Enum of string
| `Structure of (string * [> `String of NonEmptyString.t ]) list ]
list
| `String of String_.t
| `Timestamp of Iso8601Timestamp.t ])
list ]