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

CreateConfigurationSetTrackingOptionsRequest

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

Represents a request to create an open and click tracking option object in a configuration set.

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

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that the tracking options should be associated with.

§
TrackingOptions: TrackingOptions
[src]