amazonka-sesv2-2.0: Amazon Simple Email Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

AWSRequest GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Associated Types

type AWSResponse GetContactList #

Generic GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Associated Types

type Rep GetContactList :: Type -> Type #

Read GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Show GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

NFData GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Methods

rnf :: GetContactList -> () #

Eq GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Hashable GetContactList Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

type AWSResponse 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" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "GetContactList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "contactListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

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
Generic GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Associated Types

type Rep GetContactListResponse :: Type -> Type #

Read GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Show GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

NFData GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

Methods

rnf :: GetContactListResponse -> () #

Eq GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

type Rep GetContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.GetContactList

type Rep GetContactListResponse = D1 ('MetaData "GetContactListResponse" "Amazonka.SESV2.GetContactList" "amazonka-sesv2-2.0-KPRo1S1CRfP4bs5VKSgHvB" 'False) (C1 ('MetaCons "GetContactListResponse'" 'PrefixI 'True) ((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 "lastUpdatedTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "topics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Topic])) :*: 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:

GetContactList, getContactListResponse_contactListName - The name of the contact list.

GetContactListResponse, getContactListResponse_createdTimestamp - A timestamp noting when the contact list was created.

GetContactListResponse, getContactListResponse_description - A description of what the contact list is about.

GetContactListResponse, getContactListResponse_lastUpdatedTimestamp - A timestamp noting the last time the contact list was updated.

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

$sel:topics:GetContactListResponse', getContactListResponse_topics - An interest group, theme, or label within a list. A contact list can have multiple topics.

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

Response Lenses

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_lastUpdatedTimestamp :: Lens' GetContactListResponse (Maybe UTCTime) Source #

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

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

The tags associated with a contact list.

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

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