Class: Aws::LexModelBuildingService::Types::GetMigrationResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alertsArray<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.

Returns:



2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_idString

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

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_statusString

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.

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_strategyString

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.

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_timestampTime

The date and time that the migration started.

Returns:

  • (Time)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_localeString

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

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_nameString

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

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_versionString

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

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_idString

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

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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_roleString

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

Returns:

  • (String)


2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
# File 'gems/aws-sdk-lexmodelbuildingservice/lib/aws-sdk-lexmodelbuildingservice/types.rb', line 2109

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