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 |
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.
UpdateQueueOutboundCallerConfig' | |
|
Instances
newUpdateQueueOutboundCallerConfig Source #
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.
Instances
Eq UpdateQueueOutboundCallerConfigResponse Source # | |
Read UpdateQueueOutboundCallerConfigResponse Source # | |
Show UpdateQueueOutboundCallerConfigResponse Source # | |
Generic UpdateQueueOutboundCallerConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig type Rep UpdateQueueOutboundCallerConfigResponse :: Type -> Type # | |
NFData UpdateQueueOutboundCallerConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig rnf :: UpdateQueueOutboundCallerConfigResponse -> () # | |
type Rep UpdateQueueOutboundCallerConfigResponse Source # | |
Defined in Amazonka.Connect.UpdateQueueOutboundCallerConfig type Rep UpdateQueueOutboundCallerConfigResponse = D1 ('MetaData "UpdateQueueOutboundCallerConfigResponse" "Amazonka.Connect.UpdateQueueOutboundCallerConfig" "libZSservicesZSamazonka-connectZSamazonka-connect" 'False) (C1 ('MetaCons "UpdateQueueOutboundCallerConfigResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newUpdateQueueOutboundCallerConfigResponse :: UpdateQueueOutboundCallerConfigResponse Source #
Create a value of UpdateQueueOutboundCallerConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.