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 |
Documentation
data SuppressionListDestination Source #
An object that contains details about the action of suppression list.
See: newSuppressionListDestination
smart constructor.
SuppressionListDestination' | |
|
Instances
newSuppressionListDestination Source #
:: 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.