| 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.ListManagementOptions
Description
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.
Constructors
| ListManagementOptions' | |
Fields
| |
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.