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 |
Amazonka.Connect.DisassociateBot
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 or Amazon Lex V2 bot.
Synopsis
- data DisassociateBot = DisassociateBot' {}
- newDisassociateBot :: Text -> DisassociateBot
- disassociateBot_lexBot :: Lens' DisassociateBot (Maybe LexBot)
- disassociateBot_lexV2Bot :: Lens' DisassociateBot (Maybe LexV2Bot)
- disassociateBot_instanceId :: Lens' DisassociateBot Text
- data DisassociateBotResponse = DisassociateBotResponse' {
- newDisassociateBotResponse :: DisassociateBotResponse
Creating a Request
data DisassociateBot Source #
See: newDisassociateBot
smart constructor.
Constructors
DisassociateBot' | |
Instances
Arguments
:: Text | |
-> DisassociateBot |
Create a value of DisassociateBot
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:lexBot:DisassociateBot'
, disassociateBot_lexBot
- Undocumented member.
$sel:lexV2Bot:DisassociateBot'
, disassociateBot_lexV2Bot
- The Amazon Lex V2 bot to disassociate from the instance.
$sel:instanceId:DisassociateBot'
, disassociateBot_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
Request Lenses
disassociateBot_lexBot :: Lens' DisassociateBot (Maybe LexBot) Source #
Undocumented member.
disassociateBot_lexV2Bot :: Lens' DisassociateBot (Maybe LexV2Bot) Source #
The Amazon Lex V2 bot to disassociate from the instance.
disassociateBot_instanceId :: Lens' DisassociateBot Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
Destructuring the Response
data DisassociateBotResponse Source #
See: newDisassociateBotResponse
smart constructor.
Constructors
DisassociateBotResponse' | |
Instances
newDisassociateBotResponse :: DisassociateBotResponse Source #
Create a value of DisassociateBotResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.