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 channels that agents can handle in the Contact Control Panel (CCP) for a routing profile.
Synopsis
- data UpdateRoutingProfileConcurrency = UpdateRoutingProfileConcurrency' {}
- newUpdateRoutingProfileConcurrency :: Text -> Text -> UpdateRoutingProfileConcurrency
- updateRoutingProfileConcurrency_instanceId :: Lens' UpdateRoutingProfileConcurrency Text
- updateRoutingProfileConcurrency_routingProfileId :: Lens' UpdateRoutingProfileConcurrency Text
- updateRoutingProfileConcurrency_mediaConcurrencies :: Lens' UpdateRoutingProfileConcurrency [MediaConcurrency]
- data UpdateRoutingProfileConcurrencyResponse = UpdateRoutingProfileConcurrencyResponse' {
- newUpdateRoutingProfileConcurrencyResponse :: UpdateRoutingProfileConcurrencyResponse
Creating a Request
data UpdateRoutingProfileConcurrency Source #
See: newUpdateRoutingProfileConcurrency
smart constructor.
UpdateRoutingProfileConcurrency' | |
|
Instances
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_routingProfileId :: Lens' UpdateRoutingProfileConcurrency Text Source #
The identifier of the routing profile.
updateRoutingProfileConcurrency_mediaConcurrencies :: Lens' UpdateRoutingProfileConcurrency [MediaConcurrency] Source #
The channels that agents can handle in the Contact Control Panel (CCP).
Destructuring the Response
data UpdateRoutingProfileConcurrencyResponse Source #
See: newUpdateRoutingProfileConcurrencyResponse
smart constructor.
Instances
Eq UpdateRoutingProfileConcurrencyResponse Source # | |
Read UpdateRoutingProfileConcurrencyResponse Source # | |
Show UpdateRoutingProfileConcurrencyResponse Source # | |
Generic UpdateRoutingProfileConcurrencyResponse Source # | |
Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency type Rep UpdateRoutingProfileConcurrencyResponse :: Type -> Type # | |
NFData UpdateRoutingProfileConcurrencyResponse Source # | |
Defined in Amazonka.Connect.UpdateRoutingProfileConcurrency rnf :: UpdateRoutingProfileConcurrencyResponse -> () # | |
type Rep UpdateRoutingProfileConcurrencyResponse Source # | |
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.