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 |
Amazonka.Connect.UpdateQueueOutboundCallerConfig
Description
This API is in preview release for Amazon Connect and is subject to change.
Updates the outbound caller ID name, number, and outbound whisper flow for a specified queue.
Synopsis
- data UpdateQueueOutboundCallerConfig = UpdateQueueOutboundCallerConfig' {}
- newUpdateQueueOutboundCallerConfig :: Text -> Text -> OutboundCallerConfig -> UpdateQueueOutboundCallerConfig
- updateQueueOutboundCallerConfig_instanceId :: Lens' UpdateQueueOutboundCallerConfig Text
- updateQueueOutboundCallerConfig_queueId :: Lens' UpdateQueueOutboundCallerConfig Text
- updateQueueOutboundCallerConfig_outboundCallerConfig :: Lens' UpdateQueueOutboundCallerConfig OutboundCallerConfig
- data UpdateQueueOutboundCallerConfigResponse = UpdateQueueOutboundCallerConfigResponse' {
- newUpdateQueueOutboundCallerConfigResponse :: UpdateQueueOutboundCallerConfigResponse
Creating a Request
data UpdateQueueOutboundCallerConfig Source #
See: newUpdateQueueOutboundCallerConfig
smart constructor.
Constructors
UpdateQueueOutboundCallerConfig' | |
Fields
|
Instances
newUpdateQueueOutboundCallerConfig Source #
Arguments
:: Text | |
-> Text | |
-> OutboundCallerConfig | |
-> UpdateQueueOutboundCallerConfig |
Create a value of UpdateQueueOutboundCallerConfig
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:UpdateQueueOutboundCallerConfig'
, updateQueueOutboundCallerConfig_instanceId
- The identifier of the Amazon Connect instance. You can find the
instanceId in the ARN of the instance.
$sel:queueId:UpdateQueueOutboundCallerConfig'
, updateQueueOutboundCallerConfig_queueId
- The identifier for the queue.
$sel:outboundCallerConfig:UpdateQueueOutboundCallerConfig'
, updateQueueOutboundCallerConfig_outboundCallerConfig
- The outbound caller ID name, number, and outbound whisper flow.
Request Lenses
updateQueueOutboundCallerConfig_instanceId :: Lens' UpdateQueueOutboundCallerConfig Text Source #
The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.
updateQueueOutboundCallerConfig_queueId :: Lens' UpdateQueueOutboundCallerConfig Text Source #
The identifier for the queue.
updateQueueOutboundCallerConfig_outboundCallerConfig :: Lens' UpdateQueueOutboundCallerConfig OutboundCallerConfig Source #
The outbound caller ID name, number, and outbound whisper flow.
Destructuring the Response
data UpdateQueueOutboundCallerConfigResponse Source #
See: newUpdateQueueOutboundCallerConfigResponse
smart constructor.
Constructors
UpdateQueueOutboundCallerConfigResponse' | |
Instances
newUpdateQueueOutboundCallerConfigResponse :: UpdateQueueOutboundCallerConfigResponse Source #
Create a value of UpdateQueueOutboundCallerConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.