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.UpdateRoutingProfileConcurrency

Description

Updates the channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.

Synopsis

Creating a Request

data UpdateRoutingProfileConcurrency Source #

See: newUpdateRoutingProfileConcurrency smart constructor.

Constructors

UpdateRoutingProfileConcurrency' 

Fields

Instances

Instances details
Eq UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

Read UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

Show UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

Generic UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

Associated Types

type Rep UpdateRoutingProfileConcurrency :: Type -> Type #

NFData UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

Hashable UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

ToJSON UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

AWSRequest UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

ToHeaders UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

ToPath UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

ToQuery UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

type Rep UpdateRoutingProfileConcurrency Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

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

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

newUpdateRoutingProfileConcurrency Source #

Create a value of UpdateRoutingProfileConcurrency 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:UpdateRoutingProfileConcurrency', updateRoutingProfileConcurrency_instanceId - The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

$sel:routingProfileId:UpdateRoutingProfileConcurrency', updateRoutingProfileConcurrency_routingProfileId - The identifier of the routing profile.

$sel:mediaConcurrencies:UpdateRoutingProfileConcurrency', updateRoutingProfileConcurrency_mediaConcurrencies - The channels that agents can handle in the Contact Control Panel (CCP).

Request Lenses

updateRoutingProfileConcurrency_instanceId :: Lens' UpdateRoutingProfileConcurrency Text Source #

The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.

updateRoutingProfileConcurrency_mediaConcurrencies :: Lens' UpdateRoutingProfileConcurrency [MediaConcurrency] Source #

The channels that agents can handle in the Contact Control Panel (CCP).

Destructuring the Response

data UpdateRoutingProfileConcurrencyResponse Source #

Instances

Instances details
Eq UpdateRoutingProfileConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

Read UpdateRoutingProfileConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

Show UpdateRoutingProfileConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

Generic UpdateRoutingProfileConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

NFData UpdateRoutingProfileConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

type Rep UpdateRoutingProfileConcurrencyResponse Source # 
Instance details

Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency

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

newUpdateRoutingProfileConcurrencyResponse :: UpdateRoutingProfileConcurrencyResponse Source #

Create a value of UpdateRoutingProfileConcurrencyResponse with all optional fields omitted.

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