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 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.
Instances
newDisassociateLexBot Source #
:: 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:
$sel:instanceId: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.
$sel:lexRegion:DisassociateLexBot'
, disassociateLexBot_lexRegion
- The 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 Region in which the Amazon Lex bot has been created.
Destructuring the Response
data DisassociateLexBotResponse Source #
See: newDisassociateLexBotResponse
smart constructor.
Instances
newDisassociateLexBotResponse :: DisassociateLexBotResponse Source #
Create a value of DisassociateLexBotResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.