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 |
Amazonka.Connect.AssociateRoutingProfileQueues
Description
Associates a set of queues with a routing profile.
Synopsis
- data AssociateRoutingProfileQueues = AssociateRoutingProfileQueues' {}
- newAssociateRoutingProfileQueues :: Text -> Text -> NonEmpty RoutingProfileQueueConfig -> AssociateRoutingProfileQueues
- associateRoutingProfileQueues_instanceId :: Lens' AssociateRoutingProfileQueues Text
- associateRoutingProfileQueues_routingProfileId :: Lens' AssociateRoutingProfileQueues Text
- associateRoutingProfileQueues_queueConfigs :: Lens' AssociateRoutingProfileQueues (NonEmpty RoutingProfileQueueConfig)
- data AssociateRoutingProfileQueuesResponse = AssociateRoutingProfileQueuesResponse' {
- newAssociateRoutingProfileQueuesResponse :: AssociateRoutingProfileQueuesResponse
Creating a Request
data AssociateRoutingProfileQueues Source #
See: newAssociateRoutingProfileQueues
smart constructor.
Constructors
AssociateRoutingProfileQueues' | |
Fields
|
Instances
newAssociateRoutingProfileQueues Source #
Arguments
:: Text | |
-> Text | |
-> NonEmpty RoutingProfileQueueConfig | |
-> AssociateRoutingProfileQueues |
Create a value of AssociateRoutingProfileQueues
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:AssociateRoutingProfileQueues'
, associateRoutingProfileQueues_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:routingProfileId:AssociateRoutingProfileQueues'
, associateRoutingProfileQueues_routingProfileId
- The identifier of the routing profile.
$sel:queueConfigs:AssociateRoutingProfileQueues'
, associateRoutingProfileQueues_queueConfigs
- The queues to associate with this routing profile.
Request Lenses
associateRoutingProfileQueues_instanceId :: Lens' AssociateRoutingProfileQueues Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
associateRoutingProfileQueues_routingProfileId :: Lens' AssociateRoutingProfileQueues Text Source #
The identifier of the routing profile.
associateRoutingProfileQueues_queueConfigs :: Lens' AssociateRoutingProfileQueues (NonEmpty RoutingProfileQueueConfig) Source #
The queues to associate with this routing profile.
Destructuring the Response
data AssociateRoutingProfileQueuesResponse Source #
See: newAssociateRoutingProfileQueuesResponse
smart constructor.
Constructors
AssociateRoutingProfileQueuesResponse' | |
Instances
newAssociateRoutingProfileQueuesResponse :: AssociateRoutingProfileQueuesResponse Source #
Create a value of AssociateRoutingProfileQueuesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.