BotAliasSummary
import type { BotAliasSummary } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lexmodelsv2.ts";interface BotAliasSummary {
botAliasId?: string | null;
botAliasName?: string | null;
botAliasStatus?: BotAliasStatus | null;
botVersion?: string | null;
creationDateTime?: Date | number | null;
description?: string | null;
lastUpdatedDateTime?: Date | number | null;
}