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 |
Updates the properties associated with a set of queues for a routing profile.
Synopsis
- data UpdateRoutingProfileQueues = UpdateRoutingProfileQueues' {}
- newUpdateRoutingProfileQueues :: Text -> Text -> NonEmpty RoutingProfileQueueConfig -> UpdateRoutingProfileQueues
- updateRoutingProfileQueues_instanceId :: Lens' UpdateRoutingProfileQueues Text
- updateRoutingProfileQueues_routingProfileId :: Lens' UpdateRoutingProfileQueues Text
- updateRoutingProfileQueues_queueConfigs :: Lens' UpdateRoutingProfileQueues (NonEmpty RoutingProfileQueueConfig)
- data UpdateRoutingProfileQueuesResponse = UpdateRoutingProfileQueuesResponse' {
- newUpdateRoutingProfileQueuesResponse :: UpdateRoutingProfileQueuesResponse
Creating a Request
data UpdateRoutingProfileQueues Source #
See: newUpdateRoutingProfileQueues
smart constructor.
UpdateRoutingProfileQueues' | |
|
Instances
newUpdateRoutingProfileQueues Source #
Create a value of UpdateRoutingProfileQueues
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:UpdateRoutingProfileQueues'
, updateRoutingProfileQueues_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:routingProfileId:UpdateRoutingProfileQueues'
, updateRoutingProfileQueues_routingProfileId
- The identifier of the routing profile.
$sel:queueConfigs:UpdateRoutingProfileQueues'
, updateRoutingProfileQueues_queueConfigs
- The queues to be updated for this routing profile. Queues must first be
associated to the routing profile. You can do this using
AssociateRoutingProfileQueues.
Request Lenses
updateRoutingProfileQueues_instanceId :: Lens' UpdateRoutingProfileQueues Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateRoutingProfileQueues_routingProfileId :: Lens' UpdateRoutingProfileQueues Text Source #
The identifier of the routing profile.
updateRoutingProfileQueues_queueConfigs :: Lens' UpdateRoutingProfileQueues (NonEmpty RoutingProfileQueueConfig) Source #
The queues to be updated for this routing profile. Queues must first be associated to the routing profile. You can do this using AssociateRoutingProfileQueues.
Destructuring the Response
data UpdateRoutingProfileQueuesResponse Source #
See: newUpdateRoutingProfileQueuesResponse
smart constructor.
Instances
newUpdateRoutingProfileQueuesResponse :: UpdateRoutingProfileQueuesResponse Source #
Create a value of UpdateRoutingProfileQueuesResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.