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
- 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.
ContactListDestination' | |
|
Instances
newContactListDestination Source #
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.