| 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.ContactListDestination
Description
Synopsis
- data ContactListDestination = ContactListDestination' {}
- newContactListDestination :: Text -> ContactListImportAction -> ContactListDestination
- contactListDestination_contactListName :: Lens' ContactListDestination Text
- contactListDestination_contactListImportAction :: Lens' ContactListDestination ContactListImportAction
Documentation
data ContactListDestination Source #
An object that contains details about the action of a contact list.
See: newContactListDestination smart constructor.
Constructors
| ContactListDestination' | |
Fields
| |
Instances
newContactListDestination Source #
Arguments
| :: Text | |
| -> ContactListImportAction | |
| -> ContactListDestination |
Create a value of ContactListDestination 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:contactListName:ContactListDestination', contactListDestination_contactListName - The name of the contact list.
$sel:contactListImportAction:ContactListDestination', contactListDestination_contactListImportAction - >The type of action to perform on the addresses. The following are the
possible values:
- PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
- DELETE: remove the addresses from the contact list.
contactListDestination_contactListName :: Lens' ContactListDestination Text Source #
The name of the contact list.
contactListDestination_contactListImportAction :: Lens' ContactListDestination ContactListImportAction Source #
The type of action to perform on the addresses. The following are the
possible values:
- PUT: add the addresses to the contact list. If the record already exists, it will override it with the new value.
- DELETE: remove the addresses from the contact list.