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