class Aws::LexModelBuildingService::Types::GetMigrationResponse

@!attribute [rw] migration_id

The unique identifier of the migration. This is the same as the
identifier used when calling the `GetMigration` operation.
@return [String]

@!attribute [rw] v1_bot_name

The name of the Amazon Lex V1 bot migrated to Amazon Lex V2.
@return [String]

@!attribute [rw] v1_bot_version

The version of the Amazon Lex V1 bot migrated to Amazon Lex V2.
@return [String]

@!attribute [rw] v1_bot_locale

The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
@return [String]

@!attribute [rw] v2_bot_id

The unique identifier of the Amazon Lex V2 bot that the Amazon Lex
V1 is being migrated to.
@return [String]

@!attribute [rw] v2_bot_role

The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
@return [String]

@!attribute [rw] migration_status

Indicates the status of the migration. When the status is `COMPLETE`
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.
@return [String]

@!attribute [rw] migration_strategy

The strategy used to conduct the migration.

* `CREATE_NEW` - Creates a new Amazon Lex V2 bot and migrates the
  Amazon Lex V1 bot to the new bot.

* `UPDATE_EXISTING` - 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.
@return [String]

@!attribute [rw] migration_timestamp

The date and time that the migration started.
@return [Time]

@!attribute [rw] alerts

A list of alerts and warnings that indicate issues with the
migration for the Amazon Lex V1 bot to Amazon Lex V2. You receive a
warning when an Amazon Lex V1 feature has a different implementation
if Amazon Lex V2.

For more information, see [Migrating a bot][1] in the *Amazon Lex V2
developer guide*.

[1]: https://docs.aws.amazon.com/lexv2/latest/dg/migrate.html
@return [Array<Types::MigrationAlert>]

@see docs.aws.amazon.com/goto/WebAPI/lex-models-2017-04-19/GetMigrationResponse AWS API Documentation

Constants

SENSITIVE