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

PutConfigurationSetReputationOptionsRequest

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

A request to enable or disable tracking of reputation metrics for a configuration set.

interface PutConfigurationSetReputationOptionsRequest {
ConfigurationSetName: string;
ReputationMetricsEnabled?: boolean | null;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that you want to enable or disable reputation metric tracking for.

§
ReputationMetricsEnabled?: boolean | null
[src]

If true, tracking of reputation metrics is enabled for the configuration set. If false, tracking of reputation metrics is disabled for the configuration set.