update_email_channel
(**kwargs)¶Enables the email channel for an application or updates the status and settings of the email channel for an application.
See also: AWS API Documentation
Request Syntax
response = client.update_email_channel(
ApplicationId='string',
EmailChannelRequest={
'ConfigurationSet': 'string',
'Enabled': True|False,
'FromAddress': 'string',
'Identity': 'string',
'RoleArn': 'string'
}
)
[REQUIRED]
The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console.
[REQUIRED]
Specifies the status and settings of the email channel for an application.
The Amazon SES configuration set that you want to apply to messages that you send through the channel.
Specifies whether to enable the email channel for the application.
The verified email address that you want to send email from when you send email through the channel.
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
dict
Response Syntax
{
'EmailChannelResponse': {
'ApplicationId': 'string',
'ConfigurationSet': 'string',
'CreationDate': 'string',
'Enabled': True|False,
'FromAddress': 'string',
'HasCredential': True|False,
'Id': 'string',
'Identity': 'string',
'IsArchived': True|False,
'LastModifiedBy': 'string',
'LastModifiedDate': 'string',
'MessagesPerSecond': 123,
'Platform': 'string',
'RoleArn': 'string',
'Version': 123
}
}
Response Structure
(dict) --
The request succeeded.
EmailChannelResponse (dict) --
Provides information about the status and settings of the email channel for an application.
ApplicationId (string) --
The unique identifier for the application that the email channel applies to.
ConfigurationSet (string) --
The Amazon SES configuration set that's applied to messages that are sent through the channel.
CreationDate (string) --
The date and time, in ISO 8601 format, when the email channel was enabled.
Enabled (boolean) --
Specifies whether the email channel is enabled for the application.
FromAddress (string) --
The verified email address that email is sent from when you send email through the channel.
HasCredential (boolean) --
(Not used) This property is retained only for backward compatibility.
Id (string) --
(Deprecated) An identifier for the email channel. This property is retained only for backward compatibility.
Identity (string) --
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that's used when you send email through the channel.
IsArchived (boolean) --
Specifies whether the email channel is archived.
LastModifiedBy (string) --
The user who last modified the email channel.
LastModifiedDate (string) --
The date and time, in ISO 8601 format, when the email channel was last modified.
MessagesPerSecond (integer) --
The maximum number of emails that can be sent through the channel each second.
Platform (string) --
The type of messaging or notification platform for the channel. For the email channel, this value is EMAIL.
RoleArn (string) --
The ARN of the AWS Identity and Access Management (IAM) role that Amazon Pinpoint uses to submit email-related event data for the channel.
Version (integer) --
The current version of the email channel.
Exceptions
Pinpoint.Client.exceptions.BadRequestException
Pinpoint.Client.exceptions.InternalServerErrorException
Pinpoint.Client.exceptions.PayloadTooLargeException
Pinpoint.Client.exceptions.ForbiddenException
Pinpoint.Client.exceptions.NotFoundException
Pinpoint.Client.exceptions.MethodNotAllowedException
Pinpoint.Client.exceptions.TooManyRequestsException