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

ReputationOptions

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

Enable or disable collection of reputation metrics for emails that you send using this configuration set in the current AWS Region.

interface ReputationOptions {
LastFreshStart?: Date | number | null;
ReputationMetricsEnabled?: boolean | null;
}

§Properties

§
LastFreshStart?: Date | number | null
[src]

The date and time (in Unix time) when the reputation metrics were last given a fresh start. When your account is given a fresh start, your reputation metrics are calculated starting from the date of the fresh start.

§
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.