| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Connect.UpdateRoutingProfileConcurrency
Description
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.
Constructors
| UpdateRoutingProfileConcurrency' | |
Fields
| |
Instances
newUpdateRoutingProfileConcurrency Source #
Arguments
| :: Text | |
| -> Text | |
| -> UpdateRoutingProfileConcurrency |
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:
UpdateRoutingProfileConcurrency, updateRoutingProfileConcurrency_instanceId - The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
UpdateRoutingProfileConcurrency, updateRoutingProfileConcurrency_routingProfileId - The identifier of the routing profile.
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.
Constructors
| UpdateRoutingProfileConcurrencyResponse' | |
Instances
newUpdateRoutingProfileConcurrencyResponse :: UpdateRoutingProfileConcurrencyResponse Source #
Create a value of UpdateRoutingProfileConcurrencyResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.