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

StartMigrationResponse

import type { StartMigrationResponse } from "https://aws-api.deno.dev/v0.3/services/lexmodelbuildingservice.ts?docs=full";
interface StartMigrationResponse {
migrationId?: string | null;
migrationStrategy?: MigrationStrategy | null;
migrationTimestamp?: Date | number | null;
v1BotLocale?: Locale | null;
v1BotName?: string | null;
v1BotVersion?: string | null;
v2BotId?: string | null;
v2BotRole?: string | null;
}

§Properties

§
migrationId?: string | null
[src]

The unique identifier that Amazon Lex assigned to the migration.

§
migrationStrategy?: MigrationStrategy | null
[src]

The strategy used to conduct the migration.

§
migrationTimestamp?: Date | number | null
[src]

The date and time that the migration started.

§
v1BotLocale?: Locale | null
[src]

The locale used for the Amazon Lex V1 bot.

§
v1BotName?: string | null
[src]

The name of the Amazon Lex V1 bot that you are migrating to Amazon Lex V2.

§
v1BotVersion?: string | null
[src]

The version of the bot to migrate to Amazon Lex V2.

§
v2BotId?: string | null
[src]

The unique identifier for the Amazon Lex V2 bot.

§
v2BotRole?: string | null
[src]

The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.