libZSservicesZSamazonka-sesv2ZSamazonka-sesv2
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SESV2.Types.ListManagementOptions

Description

 
Synopsis

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

Instances details
Eq ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Read ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Show ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Generic ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Associated Types

type Rep ListManagementOptions :: Type -> Type #

NFData ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

Methods

rnf :: ListManagementOptions -> () #

Hashable ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

ToJSON ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

type Rep ListManagementOptions Source # 
Instance details

Defined in Amazonka.SESV2.Types.ListManagementOptions

type Rep ListManagementOptions = D1 ('MetaData "ListManagementOptions" "Amazonka.SESV2.Types.ListManagementOptions" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "ListManagementOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topicName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contactListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.