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.
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.
DisassociateQueueQuickConnects' | |
|
Instances
newDisassociateQueueQuickConnects Source #
:: 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:
$sel:instanceId:DisassociateQueueQuickConnects'
, disassociateQueueQuickConnects_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:queueId: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.
Instances
Eq DisassociateQueueQuickConnectsResponse Source # | |
Read DisassociateQueueQuickConnectsResponse Source # | |
Show DisassociateQueueQuickConnectsResponse Source # | |
Generic DisassociateQueueQuickConnectsResponse Source # | |
Defined in Amazonka.Connect.DisassociateQueueQuickConnects type Rep DisassociateQueueQuickConnectsResponse :: Type -> Type # | |
NFData DisassociateQueueQuickConnectsResponse Source # | |
Defined in Amazonka.Connect.DisassociateQueueQuickConnects rnf :: DisassociateQueueQuickConnectsResponse -> () # | |
type Rep DisassociateQueueQuickConnectsResponse Source # | |
Defined in Amazonka.Connect.DisassociateQueueQuickConnects type Rep DisassociateQueueQuickConnectsResponse = D1 ('MetaData "DisassociateQueueQuickConnectsResponse" "Amazonka.Connect.DisassociateQueueQuickConnects" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "DisassociateQueueQuickConnectsResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDisassociateQueueQuickConnectsResponse :: DisassociateQueueQuickConnectsResponse Source #
Create a value of DisassociateQueueQuickConnectsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.