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.PauseCampaign
Description
Pauses a campaign for the specified Amazon Connect account.
Synopsis
Creating a Request
data PauseCampaign Source #
PauseCampaignRequest
See: newPauseCampaign
smart constructor.
Constructors
PauseCampaign' | |
Instances
Arguments
:: Text | |
-> PauseCampaign |
Create a value of PauseCampaign
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:
PauseCampaign
, pauseCampaign_id
- Undocumented member.
Request Lenses
pauseCampaign_id :: Lens' PauseCampaign Text Source #
Undocumented member.
Destructuring the Response
data PauseCampaignResponse Source #
See: newPauseCampaignResponse
smart constructor.
Constructors
PauseCampaignResponse' | |
Instances
newPauseCampaignResponse :: PauseCampaignResponse Source #
Create a value of PauseCampaignResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.