put_account_vdm_attributes
(**kwargs)¶Update your Amazon SES account VDM attributes.
You can execute this operation no more than once per second.
See also: AWS API Documentation
Request Syntax
response = client.put_account_vdm_attributes(
VdmAttributes={
'VdmEnabled': 'ENABLED'|'DISABLED',
'DashboardAttributes': {
'EngagementMetrics': 'ENABLED'|'DISABLED'
},
'GuardianAttributes': {
'OptimizedSharedDelivery': 'ENABLED'|'DISABLED'
}
}
)
[REQUIRED]
The VDM attributes that you wish to apply to your Amazon SES account.
Specifies the status of your VDM configuration. Can be one of the following:
ENABLED
– Amazon SES enables VDM for your account.DISABLED
– Amazon SES disables VDM for your account.Specifies additional settings for your VDM configuration as applicable to the Dashboard.
Specifies the status of your VDM engagement metrics collection. Can be one of the following:
ENABLED
– Amazon SES enables engagement metrics for your account.DISABLED
– Amazon SES disables engagement metrics for your account.Specifies additional settings for your VDM configuration as applicable to the Guardian.
Specifies the status of your VDM optimized shared delivery. Can be one of the following:
ENABLED
– Amazon SES enables optimized shared delivery for your account.DISABLED
– Amazon SES disables optimized shared delivery for your account.{}
Response Structure
Exceptions
SESV2.Client.exceptions.BadRequestException
SESV2.Client.exceptions.TooManyRequestsException