Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MigrationSummary = MigrationSummary' {}
- newMigrationSummary :: MigrationSummary
- migrationSummary_v1BotVersion :: Lens' MigrationSummary (Maybe Text)
- migrationSummary_migrationStrategy :: Lens' MigrationSummary (Maybe MigrationStrategy)
- migrationSummary_migrationTimestamp :: Lens' MigrationSummary (Maybe UTCTime)
- migrationSummary_migrationStatus :: Lens' MigrationSummary (Maybe MigrationStatus)
- migrationSummary_v2BotId :: Lens' MigrationSummary (Maybe Text)
- migrationSummary_v1BotLocale :: Lens' MigrationSummary (Maybe Locale)
- migrationSummary_v1BotName :: Lens' MigrationSummary (Maybe Text)
- migrationSummary_v2BotRole :: Lens' MigrationSummary (Maybe Text)
- migrationSummary_migrationId :: Lens' MigrationSummary (Maybe Text)
Documentation
data MigrationSummary Source #
Provides information about migrating a bot from Amazon Lex V1 to Amazon Lex V2.
See: newMigrationSummary
smart constructor.
MigrationSummary' | |
|
Instances
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:v1BotVersion:MigrationSummary'
, migrationSummary_v1BotVersion
- The version of the Amazon Lex V1 bot that is the source of 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: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:v2BotId:MigrationSummary'
, migrationSummary_v2BotId
- The unique identifier of the Amazon Lex V2 that is the destination of
the migration.
$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:v2BotRole:MigrationSummary'
, migrationSummary_v2BotRole
- The IAM role that Amazon Lex uses to run the Amazon Lex V2 bot.
$sel:migrationId:MigrationSummary'
, migrationSummary_migrationId
- The unique identifier that Amazon Lex assigned to 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_migrationStrategy :: Lens' MigrationSummary (Maybe MigrationStrategy) Source #
The strategy used to conduct the migration.
migrationSummary_migrationTimestamp :: Lens' MigrationSummary (Maybe UTCTime) Source #
The date and time that the migration started.
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_v2BotId :: Lens' MigrationSummary (Maybe Text) Source #
The unique identifier of the Amazon Lex V2 that is the destination of the migration.
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_v2BotRole :: Lens' MigrationSummary (Maybe Text) Source #
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.