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

Description

Updates contact list metadata. This operation does a complete replacement.

Synopsis

Creating a Request

data UpdateContactList Source #

See: newUpdateContactList smart constructor.

Constructors

UpdateContactList' 

Fields

Instances

Instances details
Eq UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Read UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Show UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Generic UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Associated Types

type Rep UpdateContactList :: Type -> Type #

NFData UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Methods

rnf :: UpdateContactList -> () #

Hashable UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

ToJSON UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

AWSRequest UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Associated Types

type AWSResponse UpdateContactList #

ToHeaders UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

ToPath UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

ToQuery UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

type Rep UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

type Rep UpdateContactList = D1 ('MetaData "UpdateContactList" "Amazonka.SESV2.UpdateContactList" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "UpdateContactList'" 'PrefixI 'True) (S1 ('MetaSel ('Just "topics") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Topic])) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "contactListName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse UpdateContactList Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

newUpdateContactList Source #

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

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

$sel:contactListName:UpdateContactList', updateContactList_contactListName - The name of the contact list.

Request Lenses

updateContactList_topics :: Lens' UpdateContactList (Maybe [Topic]) Source #

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

updateContactList_description :: Lens' UpdateContactList (Maybe Text) Source #

A description of what the contact list is about.

Destructuring the Response

data UpdateContactListResponse Source #

See: newUpdateContactListResponse smart constructor.

Constructors

UpdateContactListResponse' 

Fields

Instances

Instances details
Eq UpdateContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Read UpdateContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Show UpdateContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Generic UpdateContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

Associated Types

type Rep UpdateContactListResponse :: Type -> Type #

NFData UpdateContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

type Rep UpdateContactListResponse Source # 
Instance details

Defined in Amazonka.SESV2.UpdateContactList

type Rep UpdateContactListResponse = D1 ('MetaData "UpdateContactListResponse" "Amazonka.SESV2.UpdateContactList" "libZSservicesZSamazonka-sesv2ZSamazonka-sesv2" 'False) (C1 ('MetaCons "UpdateContactListResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newUpdateContactListResponse Source #

Create a value of UpdateContactListResponse 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:httpStatus:UpdateContactListResponse', updateContactListResponse_httpStatus - The response's http status code.

Response Lenses