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 MigrationAlert = MigrationAlert' {}
- newMigrationAlert :: MigrationAlert
- migrationAlert_referenceURLs :: Lens' MigrationAlert (Maybe [Text])
- migrationAlert_details :: Lens' MigrationAlert (Maybe [Text])
- migrationAlert_type :: Lens' MigrationAlert (Maybe MigrationAlertType)
- migrationAlert_message :: Lens' MigrationAlert (Maybe Text)
Documentation
data MigrationAlert Source #
Provides information about alerts and warnings that Amazon Lex sends during a migration. The alerts include information about how to resolve the issue.
See: newMigrationAlert
smart constructor.
MigrationAlert' | |
|
Instances
newMigrationAlert :: MigrationAlert Source #
Create a value of MigrationAlert
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:referenceURLs:MigrationAlert'
, migrationAlert_referenceURLs
- A link to the Amazon Lex documentation that describes how to resolve the
alert.
$sel:details:MigrationAlert'
, migrationAlert_details
- Additional details about the alert.
$sel:type':MigrationAlert'
, migrationAlert_type
- The type of alert. There are two kinds of alerts:
ERROR
- There was an issue with the migration that can't be resolved. The migration stops.WARN
- There was an issue with the migration that requires manual changes to the new Amazon Lex V2 bot. The migration continues.
$sel:message:MigrationAlert'
, migrationAlert_message
- A message that describes why the alert was issued.
migrationAlert_referenceURLs :: Lens' MigrationAlert (Maybe [Text]) Source #
A link to the Amazon Lex documentation that describes how to resolve the alert.
migrationAlert_details :: Lens' MigrationAlert (Maybe [Text]) Source #
Additional details about the alert.
migrationAlert_type :: Lens' MigrationAlert (Maybe MigrationAlertType) Source #
The type of alert. There are two kinds of alerts:
ERROR
- There was an issue with the migration that can't be resolved. The migration stops.WARN
- There was an issue with the migration that requires manual changes to the new Amazon Lex V2 bot. The migration continues.
migrationAlert_message :: Lens' MigrationAlert (Maybe Text) Source #
A message that describes why the alert was issued.