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.
Associates a set of quick connects with a queue.
Synopsis
- data AssociateQueueQuickConnects = AssociateQueueQuickConnects' {
- instanceId :: Text
- queueId :: Text
- quickConnectIds :: NonEmpty Text
- newAssociateQueueQuickConnects :: Text -> Text -> NonEmpty Text -> AssociateQueueQuickConnects
- associateQueueQuickConnects_instanceId :: Lens' AssociateQueueQuickConnects Text
- associateQueueQuickConnects_queueId :: Lens' AssociateQueueQuickConnects Text
- associateQueueQuickConnects_quickConnectIds :: Lens' AssociateQueueQuickConnects (NonEmpty Text)
- data AssociateQueueQuickConnectsResponse = AssociateQueueQuickConnectsResponse' {
- newAssociateQueueQuickConnectsResponse :: AssociateQueueQuickConnectsResponse
Creating a Request
data AssociateQueueQuickConnects Source #
See: newAssociateQueueQuickConnects
smart constructor.
AssociateQueueQuickConnects' | |
|
Instances
newAssociateQueueQuickConnects Source #
:: Text | |
-> Text | |
-> NonEmpty Text | |
-> AssociateQueueQuickConnects |
Create a value of AssociateQueueQuickConnects
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:AssociateQueueQuickConnects'
, associateQueueQuickConnects_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:queueId:AssociateQueueQuickConnects'
, associateQueueQuickConnects_queueId
- The identifier for the queue.
$sel:quickConnectIds:AssociateQueueQuickConnects'
, associateQueueQuickConnects_quickConnectIds
- The quick connects to associate with this queue.
Request Lenses
associateQueueQuickConnects_instanceId :: Lens' AssociateQueueQuickConnects Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
associateQueueQuickConnects_queueId :: Lens' AssociateQueueQuickConnects Text Source #
The identifier for the queue.
associateQueueQuickConnects_quickConnectIds :: Lens' AssociateQueueQuickConnects (NonEmpty Text) Source #
The quick connects to associate with this queue.
Destructuring the Response
data AssociateQueueQuickConnectsResponse Source #
See: newAssociateQueueQuickConnectsResponse
smart constructor.
Instances
newAssociateQueueQuickConnectsResponse :: AssociateQueueQuickConnectsResponse Source #
Create a value of AssociateQueueQuickConnectsResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.