| 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.Connect.DisassociateLexBot
Description
This API is in preview release for Amazon Connect and is subject to change.
Revokes authorization from the specified instance to access the specified Amazon Lex bot.
Synopsis
- data DisassociateLexBot = DisassociateLexBot' {}
- newDisassociateLexBot :: Text -> Text -> Text -> DisassociateLexBot
- disassociateLexBot_instanceId :: Lens' DisassociateLexBot Text
- disassociateLexBot_botName :: Lens' DisassociateLexBot Text
- disassociateLexBot_lexRegion :: Lens' DisassociateLexBot Text
- data DisassociateLexBotResponse = DisassociateLexBotResponse' {
- newDisassociateLexBotResponse :: DisassociateLexBotResponse
Creating a Request
data DisassociateLexBot Source #
See: newDisassociateLexBot smart constructor.
Constructors
| DisassociateLexBot' | |
Instances
newDisassociateLexBot Source #
Arguments
| :: Text | |
| -> Text | |
| -> Text | |
| -> DisassociateLexBot |
Create a value of DisassociateLexBot 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:
DisassociateLexBot, disassociateLexBot_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:botName:DisassociateLexBot', disassociateLexBot_botName - The name of the Amazon Lex bot. Maximum character limit of 50.
DisassociateLexBot, disassociateLexBot_lexRegion - The Amazon Web Services Region in which the Amazon Lex bot has been
created.
Request Lenses
disassociateLexBot_instanceId :: Lens' DisassociateLexBot Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
disassociateLexBot_botName :: Lens' DisassociateLexBot Text Source #
The name of the Amazon Lex bot. Maximum character limit of 50.
disassociateLexBot_lexRegion :: Lens' DisassociateLexBot Text Source #
The Amazon Web Services Region in which the Amazon Lex bot has been created.
Destructuring the Response
data DisassociateLexBotResponse Source #
See: newDisassociateLexBotResponse smart constructor.
Constructors
| DisassociateLexBotResponse' | |
Instances
newDisassociateLexBotResponse :: DisassociateLexBotResponse Source #
Create a value of DisassociateLexBotResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.