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 ListManagementOptions Source #
An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.
See: newListManagementOptions
smart constructor.
ListManagementOptions' | |
|
Instances
newListManagementOptions Source #
Create a value of ListManagementOptions
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:topicName:ListManagementOptions'
, listManagementOptions_topicName
- The name of the topic.
$sel:contactListName:ListManagementOptions'
, listManagementOptions_contactListName
- The name of the contact list.
listManagementOptions_topicName :: Lens' ListManagementOptions (Maybe Text) Source #
The name of the topic.
listManagementOptions_contactListName :: Lens' ListManagementOptions Text Source #
The name of the contact list.