Class: Aws::LexModelBuildingService::Types::GetMigrationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelBuildingService::Types::GetMigrationResponse
- Defined in:
- gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alerts ⇒ Array<Types::MigrationAlert>
A list of alerts and warnings that indicate issues with the migration for the Amazon Lex V1 bot to Amazon Lex V2.
-
#migration_id ⇒ String
The unique identifier of the migration.
-
#migration_status ⇒ String
Indicates the status of the migration.
-
#migration_strategy ⇒ String
The strategy used to conduct the migration.
-
#migration_timestamp ⇒ Time
The date and time that the migration started.
-
#v1_bot_locale ⇒ String
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
-
#v1_bot_name ⇒ String
The name of the Amazon Lex V1 bot migrated to Amazon Lex V2.
-
#v1_bot_version ⇒ String
The version of the Amazon Lex V1 bot migrated to Amazon Lex V2.
-
#v2_bot_id ⇒ String
The unique identifier of the Amazon Lex V2 bot that the Amazon Lex V1 is being migrated to.
-
#v2_bot_role ⇒ String
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
Instance Attribute Details
#alerts ⇒ Array<Types::MigrationAlert>
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 in the Amazon Lex V2 developer guide.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#migration_id ⇒ String
The unique identifier of the migration. This is the same as the
identifier used when calling the GetMigration
operation.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#migration_status ⇒ String
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.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#migration_strategy ⇒ String
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.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#migration_timestamp ⇒ Time
The date and time that the migration started.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#v1_bot_locale ⇒ String
The locale of the Amazon Lex V1 bot migrated to Amazon Lex V2.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#v1_bot_name ⇒ String
The name of the Amazon Lex V1 bot migrated to Amazon Lex V2.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#v1_bot_version ⇒ String
The version of the Amazon Lex V1 bot migrated to Amazon Lex V2.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#v2_bot_id ⇒ String
The unique identifier of the Amazon Lex V2 bot that the Amazon Lex V1 is being migrated to.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |
#v2_bot_role ⇒ String
The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 |
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2413 class GetMigrationResponse < Struct.new( :migration_id, :v1_bot_name, :v1_bot_version, :v1_bot_locale, :v2_bot_id, :v2_bot_role, :migration_status, :migration_strategy, :migration_timestamp, :alerts) SENSITIVE = [] include Aws::Structure end |