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.ConnectCampaigns.UpdateCampaignOutboundCallConfig
Description
Updates the outbound call config of a campaign. This API is idempotent.
Synopsis
- data UpdateCampaignOutboundCallConfig = UpdateCampaignOutboundCallConfig' {}
- newUpdateCampaignOutboundCallConfig :: Text -> UpdateCampaignOutboundCallConfig
- updateCampaignOutboundCallConfig_answerMachineDetectionConfig :: Lens' UpdateCampaignOutboundCallConfig (Maybe AnswerMachineDetectionConfig)
- updateCampaignOutboundCallConfig_connectContactFlowId :: Lens' UpdateCampaignOutboundCallConfig (Maybe Text)
- updateCampaignOutboundCallConfig_connectSourcePhoneNumber :: Lens' UpdateCampaignOutboundCallConfig (Maybe Text)
- updateCampaignOutboundCallConfig_id :: Lens' UpdateCampaignOutboundCallConfig Text
- data UpdateCampaignOutboundCallConfigResponse = UpdateCampaignOutboundCallConfigResponse' {
- newUpdateCampaignOutboundCallConfigResponse :: UpdateCampaignOutboundCallConfigResponse
Creating a Request
data UpdateCampaignOutboundCallConfig Source #
UpdateCampaignOutboundCallConfigRequest
See: newUpdateCampaignOutboundCallConfig
smart constructor.
Constructors
UpdateCampaignOutboundCallConfig' | |
Instances
newUpdateCampaignOutboundCallConfig Source #
Create a value of UpdateCampaignOutboundCallConfig
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:
UpdateCampaignOutboundCallConfig
, updateCampaignOutboundCallConfig_answerMachineDetectionConfig
- Undocumented member.
UpdateCampaignOutboundCallConfig
, updateCampaignOutboundCallConfig_connectContactFlowId
- Undocumented member.
UpdateCampaignOutboundCallConfig
, updateCampaignOutboundCallConfig_connectSourcePhoneNumber
- Undocumented member.
UpdateCampaignOutboundCallConfig
, updateCampaignOutboundCallConfig_id
- Undocumented member.
Request Lenses
updateCampaignOutboundCallConfig_answerMachineDetectionConfig :: Lens' UpdateCampaignOutboundCallConfig (Maybe AnswerMachineDetectionConfig) Source #
Undocumented member.
updateCampaignOutboundCallConfig_connectContactFlowId :: Lens' UpdateCampaignOutboundCallConfig (Maybe Text) Source #
Undocumented member.
updateCampaignOutboundCallConfig_connectSourcePhoneNumber :: Lens' UpdateCampaignOutboundCallConfig (Maybe Text) Source #
Undocumented member.
updateCampaignOutboundCallConfig_id :: Lens' UpdateCampaignOutboundCallConfig Text Source #
Undocumented member.
Destructuring the Response
data UpdateCampaignOutboundCallConfigResponse Source #
See: newUpdateCampaignOutboundCallConfigResponse
smart constructor.
Constructors
UpdateCampaignOutboundCallConfigResponse' | |
Instances
newUpdateCampaignOutboundCallConfigResponse :: UpdateCampaignOutboundCallConfigResponse Source #
Create a value of UpdateCampaignOutboundCallConfigResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.