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 |
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.
Instances
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.
Instances
Eq DisassociateBotResponse Source # | |
Defined in Amazonka.Connect.DisassociateBot | |
Read DisassociateBotResponse Source # | |
Show DisassociateBotResponse Source # | |
Defined in Amazonka.Connect.DisassociateBot showsPrec :: Int -> DisassociateBotResponse -> ShowS # show :: DisassociateBotResponse -> String # showList :: [DisassociateBotResponse] -> ShowS # | |
Generic DisassociateBotResponse Source # | |
Defined in Amazonka.Connect.DisassociateBot type Rep DisassociateBotResponse :: Type -> Type # | |
NFData DisassociateBotResponse Source # | |
Defined in Amazonka.Connect.DisassociateBot rnf :: DisassociateBotResponse -> () # | |
type Rep DisassociateBotResponse Source # | |
newDisassociateBotResponse :: DisassociateBotResponse Source #
Create a value of DisassociateBotResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.