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

Description

Returns contact list metadata. It does not return any information about the contacts present in the list.

Synopsis

Creating a Request

data GetContactList Source #

See: newGetContactList smart constructor.

Constructors

GetContactList' 

Fields

Instances

Instances details
Eq GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Read GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Show GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Generic GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Associated Types

type Rep GetContactList :: Type -> Type #

NFData GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Methods

rnf :: GetContactList -> () #

Hashable GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

AWSRequest GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Associated Types

type AWSResponse GetContactList #

ToHeaders GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

ToPath GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

ToQuery GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

type Rep GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

type Rep GetContactList = D1 ('MetaData "GetContactList" "Amazonka.SESV2.GetContactList" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "GetContactList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

newGetContactList Source #

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

Request Lenses

Destructuring the Response

data GetContactListResponse Source #

See: newGetContactListResponse smart constructor.

Constructors

GetContactListResponse' 

Fields

Instances

Instances details
Eq GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Read GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Show GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Generic GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Associated Types

type Rep GetContactListResponse :: Type -> Type #

NFData GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Methods

rnf :: GetContactListResponse -> () #

type Rep GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

type Rep GetContactListResponse = D1 ('MetaData "GetContactListResponse" "Amazonka.SESV2.GetContactList" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "GetContactListResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "topics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Topic])) :*: (S1 ('MetaSel ('Just "contactListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "createdTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newGetContactListResponse Source #

Create a value of GetContactListResponse 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:topics:GetContactListResponse', getContactListResponse_topics - An interest group, theme, or label within a list. A contact list can have multiple topics.

$sel:contactListName:GetContactList', getContactListResponse_contactListName - The name of the contact list.

$sel:createdTimestamp:GetContactListResponse', getContactListResponse_createdTimestamp - A timestamp noting when the contact list was created.

$sel:description:GetContactListResponse', getContactListResponse_description - A description of what the contact list is about.

$sel:tags:GetContactListResponse', getContactListResponse_tags - The tags associated with a contact list.

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

$sel:httpStatus:GetContactListResponse', getContactListResponse_httpStatus - The response's http status code.

Response Lenses

getContactListResponse_topics :: Lens' GetContactListResponse (Maybe [Topic]) Source #

An interest group, theme, or label within a list. A contact list can have multiple topics.

getContactListResponse_createdTimestamp :: Lens' GetContactListResponse (Maybe UTCTime) Source #

A timestamp noting when the contact list was created.

getContactListResponse_description :: Lens' GetContactListResponse (Maybe Text) Source #

A description of what the contact list is about.

getContactListResponse_tags :: Lens' GetContactListResponse (Maybe [Tag]) Source #

The tags associated with a contact list.

getContactListResponse_lastUpdatedTimestamp :: Lens' GetContactListResponse (Maybe UTCTime) Source #

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