| 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.SESV2.Types.SuppressionListDestination
Description
Documentation
data SuppressionListDestination Source #
An object that contains details about the action of suppression list.
See: newSuppressionListDestination smart constructor.
Constructors
| SuppressionListDestination' | |
Fields
| |
Instances
newSuppressionListDestination Source #
Arguments
| :: SuppressionListImportAction |
|
| -> SuppressionListDestination |
Create a value of SuppressionListDestination 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:suppressionListImportAction:SuppressionListDestination', suppressionListDestination_suppressionListImportAction - The type of action to perform on the address. The following are possible
values:
- PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
- DELETE: remove the addresses from the suppression list.
suppressionListDestination_suppressionListImportAction :: Lens' SuppressionListDestination SuppressionListImportAction Source #
The type of action to perform on the address. The following are possible values:
- PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value.
- DELETE: remove the addresses from the suppression list.