| 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.SuppressionListImportAction
Description
Synopsis
Documentation
newtype SuppressionListImportAction Source #
The type of action to perform on the address. The following are possible values:
- PUT: add the addresses to the suppression list.
- DELETE: remove the address from the suppression list.
Constructors
| SuppressionListImportAction' | |
Fields | |
Bundled Patterns
| pattern SuppressionListImportAction_DELETE :: SuppressionListImportAction | |
| pattern SuppressionListImportAction_PUT :: SuppressionListImportAction |