libZSservicesZSamazonka-connectZSamazonka-connect
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Connect.UpdateRoutingProfileQueues

Description

Updates the properties associated with a set of queues for a routing profile.

Synopsis

Creating a Request

data UpdateRoutingProfileQueues Source #

See: newUpdateRoutingProfileQueues smart constructor.

Constructors

UpdateRoutingProfileQueues' 

Fields

Instances

Instances details
Eq UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Read UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Show UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Generic UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Associated Types

type Rep UpdateRoutingProfileQueues :: Type -> Type #

NFData UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Hashable UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

ToJSON UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

AWSRequest UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

ToHeaders UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

ToPath UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

ToQuery UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

type Rep UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

type Rep UpdateRoutingProfileQueues = D1 ('MetaData "UpdateRoutingProfileQueues" "Amazonka.Connect.UpdateRoutingProfileQueues" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateRoutingProfileQueues'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "routingProfileId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "queueConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty RoutingProfileQueueConfig)))))
type AWSResponse UpdateRoutingProfileQueues Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

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_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 #

Instances

Instances details
Eq UpdateRoutingProfileQueuesResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Read UpdateRoutingProfileQueuesResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Show UpdateRoutingProfileQueuesResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Generic UpdateRoutingProfileQueuesResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

Associated Types

type Rep UpdateRoutingProfileQueuesResponse :: Type -> Type #

NFData UpdateRoutingProfileQueuesResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

type Rep UpdateRoutingProfileQueuesResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileQueues

type Rep UpdateRoutingProfileQueuesResponse = D1 ('MetaData "UpdateRoutingProfileQueuesResponse" "Amazonka.Connect.UpdateRoutingProfileQueues" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateRoutingProfileQueuesResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newUpdateRoutingProfileQueuesResponse :: UpdateRoutingProfileQueuesResponse Source #

Create a value of UpdateRoutingProfileQueuesResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.