| 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.DeleteBot
Description
Deletes all versions of the bot, including the $LATEST version. To
 delete a specific version of the bot, use the DeleteBotVersion
 operation. The DeleteBot operation doesn't immediately remove the bot
 schema. Instead, it is marked for deletion and removed later.
Amazon Lex stores utterances indefinitely for improving the ability of your bot to respond to user inputs. These utterances are not removed when the bot is deleted. To remove the utterances, use the DeleteUtterances operation.
If a bot has an alias, you can't delete it. Instead, the DeleteBot
 operation returns a ResourceInUseException exception that includes a
 reference to the alias that refers to the bot. To remove the reference
 to the bot, delete the alias. If you get the same exception again,
 delete the referring alias until the DeleteBot operation is
 successful.
This operation requires permissions for the lex:DeleteBot action.
Synopsis
- data DeleteBot = DeleteBot' {}
 - newDeleteBot :: Text -> DeleteBot
 - deleteBot_name :: Lens' DeleteBot Text
 - data DeleteBotResponse = DeleteBotResponse' {
 - newDeleteBotResponse :: DeleteBotResponse
 
Creating a Request
See: newDeleteBot smart constructor.
Constructors
| DeleteBot' | |
Instances
Create a value of DeleteBot 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:
DeleteBot, deleteBot_name - The name of the bot. The name is case sensitive.
Request Lenses
Destructuring the Response
data DeleteBotResponse Source #
See: newDeleteBotResponse smart constructor.
Constructors
| DeleteBotResponse' | |
Instances
| Generic DeleteBotResponse Source # | |
Defined in Amazonka.LexModels.DeleteBot Associated Types type Rep DeleteBotResponse :: Type -> Type # Methods from :: DeleteBotResponse -> Rep DeleteBotResponse x # to :: Rep DeleteBotResponse x -> DeleteBotResponse #  | |
| Read DeleteBotResponse Source # | |
Defined in Amazonka.LexModels.DeleteBot Methods readsPrec :: Int -> ReadS DeleteBotResponse # readList :: ReadS [DeleteBotResponse] #  | |
| Show DeleteBotResponse Source # | |
Defined in Amazonka.LexModels.DeleteBot Methods showsPrec :: Int -> DeleteBotResponse -> ShowS # show :: DeleteBotResponse -> String # showList :: [DeleteBotResponse] -> ShowS #  | |
| NFData DeleteBotResponse Source # | |
Defined in Amazonka.LexModels.DeleteBot Methods rnf :: DeleteBotResponse -> () #  | |
| Eq DeleteBotResponse Source # | |
Defined in Amazonka.LexModels.DeleteBot Methods (==) :: DeleteBotResponse -> DeleteBotResponse -> Bool # (/=) :: DeleteBotResponse -> DeleteBotResponse -> Bool #  | |
| type Rep DeleteBotResponse Source # | |
newDeleteBotResponse :: DeleteBotResponse Source #
Create a value of DeleteBotResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.