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

UpdateConfigurationSetTrackingOptionsRequest

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

Represents a request to update the tracking options for a configuration set.

interface UpdateConfigurationSetTrackingOptionsRequest {
ConfigurationSetName: string;
TrackingOptions: TrackingOptions;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set for which you want to update the custom tracking domain.

§
TrackingOptions: TrackingOptions
[src]