| 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.ImportDestination
Description
Documentation
data ImportDestination Source #
An object that contains details about the resource destination the import job is going to target.
See: newImportDestination smart constructor.
Constructors
| ImportDestination' | |
Fields
| |
Instances
newImportDestination :: ImportDestination Source #
Create a value of ImportDestination 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:contactListDestination:ImportDestination', importDestination_contactListDestination - An object that contains the action of the import job towards a contact
list.
$sel:suppressionListDestination:ImportDestination', importDestination_suppressionListDestination - An object that contains the action of the import job towards suppression
list.
importDestination_contactListDestination :: Lens' ImportDestination (Maybe ContactListDestination) Source #
An object that contains the action of the import job towards a contact list.
importDestination_suppressionListDestination :: Lens' ImportDestination (Maybe SuppressionListDestination) Source #
An object that contains the action of the import job towards suppression list.