| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.LexModels.Types.MigrationAlert
Description
Synopsis
- data MigrationAlert = MigrationAlert' {}
 - newMigrationAlert :: MigrationAlert
 - migrationAlert_details :: Lens' MigrationAlert (Maybe [Text])
 - migrationAlert_message :: Lens' MigrationAlert (Maybe Text)
 - migrationAlert_referenceURLs :: Lens' MigrationAlert (Maybe [Text])
 - migrationAlert_type :: Lens' MigrationAlert (Maybe MigrationAlertType)
 
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.
Constructors
| MigrationAlert' | |
Fields 
  | |
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:details:MigrationAlert', migrationAlert_details - Additional details about the alert.
$sel:message:MigrationAlert', migrationAlert_message - A message that describes why the alert was issued.
$sel:referenceURLs:MigrationAlert', migrationAlert_referenceURLs - A link to the Amazon Lex documentation that describes how to resolve 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.
migrationAlert_details :: Lens' MigrationAlert (Maybe [Text]) Source #
Additional details about the alert.
migrationAlert_message :: Lens' MigrationAlert (Maybe Text) Source #
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_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.