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

DeleteConfigurationSetTrackingOptionsRequest

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

Represents a request to delete open and click tracking options in a configuration set.

interface DeleteConfigurationSetTrackingOptionsRequest {
ConfigurationSetName: string;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set from which you want to delete the tracking options.