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 |
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.
pattern SuppressionListImportAction_DELETE :: SuppressionListImportAction | |
pattern SuppressionListImportAction_PUT :: SuppressionListImportAction |