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.DeleteCampaign
Description
Deletes a campaign from the specified Amazon Connect account.
Synopsis
Creating a Request
data DeleteCampaign Source #
DeleteCampaignRequest
See: newDeleteCampaign
smart constructor.
Constructors
DeleteCampaign' | |
Instances
Arguments
:: Text | |
-> DeleteCampaign |
Create a value of DeleteCampaign
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:
DeleteCampaign
, deleteCampaign_id
- Undocumented member.
Request Lenses
deleteCampaign_id :: Lens' DeleteCampaign Text Source #
Undocumented member.
Destructuring the Response
data DeleteCampaignResponse Source #
See: newDeleteCampaignResponse
smart constructor.
Constructors
DeleteCampaignResponse' | |
Instances
newDeleteCampaignResponse :: DeleteCampaignResponse Source #
Create a value of DeleteCampaignResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.