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 |
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.
AssociateRoutingProfileQueues' | |
|
Instances
newAssociateRoutingProfileQueues Source #
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.
Instances
Eq AssociateRoutingProfileQueuesResponse Source # | |
Read AssociateRoutingProfileQueuesResponse Source # | |
Show AssociateRoutingProfileQueuesResponse Source # | |
Generic AssociateRoutingProfileQueuesResponse Source # | |
Defined in Amazonka.Connect.AssociateRoutingProfileQueues type Rep AssociateRoutingProfileQueuesResponse :: Type -> Type # | |
NFData AssociateRoutingProfileQueuesResponse Source # | |
Defined in Amazonka.Connect.AssociateRoutingProfileQueues rnf :: AssociateRoutingProfileQueuesResponse -> () # | |
type Rep AssociateRoutingProfileQueuesResponse Source # | |
Defined in Amazonka.Connect.AssociateRoutingProfileQueues type Rep AssociateRoutingProfileQueuesResponse = D1 ('MetaData "AssociateRoutingProfileQueuesResponse" "Amazonka.Connect.AssociateRoutingProfileQueues" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "AssociateRoutingProfileQueuesResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newAssociateRoutingProfileQueuesResponse :: AssociateRoutingProfileQueuesResponse Source #
Create a value of AssociateRoutingProfileQueuesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.