update_contact_list
(**kwargs)¶Updates contact list metadata. This operation does a complete replacement.
See also: AWS API Documentation
Request Syntax
response = client.update_contact_list(
ContactListName='string',
Topics=[
{
'TopicName': 'string',
'DisplayName': 'string',
'Description': 'string',
'DefaultSubscriptionStatus': 'OPT_IN'|'OPT_OUT'
},
],
Description='string'
)
[REQUIRED]
The name of the contact list.
An interest group, theme, or label within a list. A contact list can have multiple topics.
An interest group, theme, or label within a list. Lists can have multiple topics.
The name of the topic.
The name of the topic the contact will see.
A description of what the topic is about, which the contact will see.
The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic.
dict
Response Syntax
{}
Response Structure
Exceptions
SESV2.Client.exceptions.BadRequestException
SESV2.Client.exceptions.TooManyRequestsException
SESV2.Client.exceptions.NotFoundException
SESV2.Client.exceptions.ConcurrentModificationException