Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BotAliasSummary

import type { BotAliasSummary } from "https://aws-api-16vtt531a2w0.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;
}

§Properties

§
botAliasId?: string | null
[src]
§
botAliasName?: string | null
[src]
§
botAliasStatus?: BotAliasStatus | null
[src]
§
botVersion?: string | null
[src]
§
creationDateTime?: Date | number | null
[src]
§
description?: string | null
[src]
§
lastUpdatedDateTime?: Date | number | null
[src]