Account
import type { Account } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/chime.ts";interface Account {
AccountId: string;
AccountStatus?: AccountStatus | null;
AccountType?: AccountType | null;
AwsAccountId: string;
CreatedTimestamp?: Date | number | null;
DefaultLicense?: License | null;
Name: string;
SigninDelegateGroups?: SigninDelegateGroup[] | null;
SupportedLicenses?: License[] | null;
}§Properties
§
AccountStatus?: AccountStatus | null
[src]§
AccountType?: AccountType | null
[src]§
SigninDelegateGroups?: SigninDelegateGroup[] | null
[src]