amazonka-lex-models-2.0: Amazon Lex Model Building Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LexModels.Types.MigrationSummary

Description

 
Synopsis

Documentation

data MigrationSummary Source #

Provides information about migrating a bot from Amazon Lex V1 to Amazon Lex V2.

See: newMigrationSummary smart constructor.

Constructors

MigrationSummary' 

Fields

Instances

Instances details
FromJSON MigrationSummary Source # 
Instance details

Defined in Amazonka.LexModels.Types.MigrationSummary

Generic MigrationSummary Source # 
Instance details

Defined in Amazonka.LexModels.Types.MigrationSummary

Associated Types

type Rep MigrationSummary :: Type -> Type #

Read MigrationSummary Source # 
Instance details

Defined in Amazonka.LexModels.Types.MigrationSummary

Show MigrationSummary Source # 
Instance details

Defined in Amazonka.LexModels.Types.MigrationSummary

NFData MigrationSummary Source # 
Instance details

Defined in Amazonka.LexModels.Types.MigrationSummary

Methods

rnf :: MigrationSummary -> () #

Eq MigrationSummary Source # 
Instance details

Defined in Amazonka.LexModels.Types.MigrationSummary

Hashable MigrationSummary Source # 
Instance details

Defined in Amazonka.LexModels.Types.MigrationSummary

type Rep MigrationSummary Source # 
Instance details

Defined in Amazonka.LexModels.Types.MigrationSummary

newMigrationSummary :: MigrationSummary Source #

Create a value of MigrationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:migrationId:MigrationSummary', migrationSummary_migrationId - The unique identifier that Amazon Lex assigned to the migration.

$sel:migrationStatus:MigrationSummary', migrationSummary_migrationStatus - The status of the operation. When the status is COMPLETE the bot is available in Amazon Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.

$sel:migrationStrategy:MigrationSummary', migrationSummary_migrationStrategy - The strategy used to conduct the migration.

$sel:migrationTimestamp:MigrationSummary', migrationSummary_migrationTimestamp - The date and time that the migration started.

$sel:v1BotLocale:MigrationSummary', migrationSummary_v1BotLocale - The locale of the Amazon Lex V1 bot that is the source of the migration.

$sel:v1BotName:MigrationSummary', migrationSummary_v1BotName - The name of the Amazon Lex V1 bot that is the source of the migration.

$sel:v1BotVersion:MigrationSummary', migrationSummary_v1BotVersion - The version of the Amazon Lex V1 bot that is the source of the migration.

$sel:v2BotId:MigrationSummary', migrationSummary_v2BotId - The unique identifier of the Amazon Lex V2 that is the destination of the migration.

$sel:v2BotRole:MigrationSummary', migrationSummary_v2BotRole - The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.

migrationSummary_migrationId :: Lens' MigrationSummary (Maybe Text) Source #

The unique identifier that Amazon Lex assigned to the migration.

migrationSummary_migrationStatus :: Lens' MigrationSummary (Maybe MigrationStatus) Source #

The status of the operation. When the status is COMPLETE the bot is available in Amazon Lex V2. There may be alerts and warnings that need to be resolved to complete the migration.

migrationSummary_migrationTimestamp :: Lens' MigrationSummary (Maybe UTCTime) Source #

The date and time that the migration started.

migrationSummary_v1BotLocale :: Lens' MigrationSummary (Maybe Locale) Source #

The locale of the Amazon Lex V1 bot that is the source of the migration.

migrationSummary_v1BotName :: Lens' MigrationSummary (Maybe Text) Source #

The name of the Amazon Lex V1 bot that is the source of the migration.

migrationSummary_v1BotVersion :: Lens' MigrationSummary (Maybe Text) Source #

The version of the Amazon Lex V1 bot that is the source of the migration.

migrationSummary_v2BotId :: Lens' MigrationSummary (Maybe Text) Source #

The unique identifier of the Amazon Lex V2 that is the destination of the migration.

migrationSummary_v2BotRole :: Lens' MigrationSummary (Maybe Text) Source #

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