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.ContactList

Description

 
Synopsis

Documentation

data ContactList Source #

A list that contains contacts that have subscribed to a particular topic or topics.

See: newContactList smart constructor.

Constructors

ContactList' 

Fields

Instances

Instances details
Eq ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Read ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Show ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Generic ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Associated Types

type Rep ContactList :: Type -> Type #

NFData ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

Methods

rnf :: ContactList -> () #

Hashable ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

FromJSON ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

type Rep ContactList Source # 
Instance details

Defined in Amazonka.SESV2.Types.ContactList

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

newContactList :: ContactList Source #

Create a value of ContactList 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:ContactList', contactList_contactListName - The name of the contact list.

$sel:lastUpdatedTimestamp:ContactList', contactList_lastUpdatedTimestamp - A timestamp noting the last time the contact list was updated.

contactList_contactListName :: Lens' ContactList (Maybe Text) Source #

The name of the contact list.

contactList_lastUpdatedTimestamp :: Lens' ContactList (Maybe UTCTime) Source #

A timestamp noting the last time the contact list was updated.