Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateConfigurationSetReputationMetricsEnabledRequest

import type { UpdateConfigurationSetReputationMetricsEnabledRequest } from "https://aws-api.deno.dev/v0.3/services/ses.ts?docs=full";

Represents a request to modify the reputation metric publishing settings for a configuration set.

interface UpdateConfigurationSetReputationMetricsEnabledRequest {
ConfigurationSetName: string;
Enabled: boolean;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that you want to update.

§
Enabled: boolean
[src]

Describes whether or not Amazon SES will publish reputation metrics for the configuration set, such as bounce and complaint rates, to Amazon CloudWatch.