| 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.AssociateQueueQuickConnects
Description
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.
Constructors
| AssociateQueueQuickConnects' | |
Fields
| |
Instances
newAssociateQueueQuickConnects Source #
Arguments
| :: 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:
AssociateQueueQuickConnects, associateQueueQuickConnects_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
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.
Constructors
| AssociateQueueQuickConnectsResponse' | |
Instances
newAssociateQueueQuickConnectsResponse :: AssociateQueueQuickConnectsResponse Source #
Create a value of AssociateQueueQuickConnectsResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.