| 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.DisassociateQueueQuickConnects
Description
This API is in preview release for Amazon Connect and is subject to change.
Disassociates a set of quick connects from a queue.
Synopsis
- data DisassociateQueueQuickConnects = DisassociateQueueQuickConnects' {
- instanceId :: Text
- queueId :: Text
- quickConnectIds :: NonEmpty Text
- newDisassociateQueueQuickConnects :: Text -> Text -> NonEmpty Text -> DisassociateQueueQuickConnects
- disassociateQueueQuickConnects_instanceId :: Lens' DisassociateQueueQuickConnects Text
- disassociateQueueQuickConnects_queueId :: Lens' DisassociateQueueQuickConnects Text
- disassociateQueueQuickConnects_quickConnectIds :: Lens' DisassociateQueueQuickConnects (NonEmpty Text)
- data DisassociateQueueQuickConnectsResponse = DisassociateQueueQuickConnectsResponse' {
- newDisassociateQueueQuickConnectsResponse :: DisassociateQueueQuickConnectsResponse
Creating a Request
data DisassociateQueueQuickConnects Source #
See: newDisassociateQueueQuickConnects smart constructor.
Constructors
| DisassociateQueueQuickConnects' | |
Fields
| |
Instances
newDisassociateQueueQuickConnects Source #
Arguments
| :: Text | |
| -> Text | |
| -> NonEmpty Text | |
| -> DisassociateQueueQuickConnects |
Create a value of DisassociateQueueQuickConnects 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:
DisassociateQueueQuickConnects, disassociateQueueQuickConnects_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
DisassociateQueueQuickConnects, disassociateQueueQuickConnects_queueId - The identifier for the queue.
$sel:quickConnectIds:DisassociateQueueQuickConnects', disassociateQueueQuickConnects_quickConnectIds - The quick connects to disassociate from the queue.
Request Lenses
disassociateQueueQuickConnects_instanceId :: Lens' DisassociateQueueQuickConnects Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
disassociateQueueQuickConnects_queueId :: Lens' DisassociateQueueQuickConnects Text Source #
The identifier for the queue.
disassociateQueueQuickConnects_quickConnectIds :: Lens' DisassociateQueueQuickConnects (NonEmpty Text) Source #
The quick connects to disassociate from the queue.
Destructuring the Response
data DisassociateQueueQuickConnectsResponse Source #
See: newDisassociateQueueQuickConnectsResponse smart constructor.
Constructors
| DisassociateQueueQuickConnectsResponse' | |
Instances
newDisassociateQueueQuickConnectsResponse :: DisassociateQueueQuickConnectsResponse Source #
Create a value of DisassociateQueueQuickConnectsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.