v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1442228254.5 KB

Provides details about an ongoing or complete migration from an Amazon Lex V1 bot to an Amazon Lex V2 bot. Use this operation to view the migration alerts and warnings related to the migration.

get/migrations/{migrationId}

Path parameters

migrationIdstring required

The unique identifier of the migration to view. The <code>migrationID</code> is returned by the operation.

Response

Success

migrationIdstring

The unique identifier of the migration. This is the same as the identifier used when calling the <code>GetMigration</code> operation.

v1BotNamestring

The name of the Amazon Lex V1 bot migrated to Amazon Lex V2.

v1BotVersionstring

The version of the Amazon Lex V1 bot migrated to Amazon Lex V2.

v1BotLocale'de-DE' | 'en-AU' | 'en-GB' | 'en-IN' | 'en-US' | 'es-419' | 'es-ES' | 'es-US' | 'fr-FR' | 'fr-CA' | 'it-IT' | 'ja-JP' | 'ko-KR'

The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.

v2BotIdstring

The unique identifier of the Amazon Lex V2 bot that the Amazon Lex V1 is being migrated to.

v2BotRolestring

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

migrationStatus'IN_PROGRESS' | 'COMPLETED' | 'FAILED'

Indicates the status of the migration. When the status is <code>COMPLETE</code> the migration is finished and the bot is available in Amazon Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.

migrationStrategy'CREATE_NEW' | 'UPDATE_EXISTING'
<p>The strategy used to conduct the migration.</p> <ul> <li> <p> <code>CREATE_NEW</code> - Creates a new Amazon Lex V2 bot and migrates the Amazon Lex V1 bot to the new bot.</p> </li> <li> <p> <code>UPDATE_EXISTING</code> - Overwrites the existing Amazon Lex V2 bot metadata and the locale being migrated. It doesn't change any other locales in the Amazon Lex V2 bot. If the locale doesn't exist, a new locale is created in the Amazon Lex V2 bot.</p> </li> </ul>
migrationTimestampstring date-time

The date and time that the migration started.