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

GetConfigurationSetResponse

import type { GetConfigurationSetResponse } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

Information about a configuration set.

interface GetConfigurationSetResponse {
ConfigurationSetName?: string | null;
DeliveryOptions?: DeliveryOptions | null;
ReputationOptions?: ReputationOptions | null;
SendingOptions?: SendingOptions | null;
SuppressionOptions?: SuppressionOptions | null;
Tags?: Tag[] | null;
TrackingOptions?: TrackingOptions | null;
VdmOptions?: VdmOptions | null;
}

§Properties

§
ConfigurationSetName?: string | null
[src]

The name of the configuration set.

§
DeliveryOptions?: DeliveryOptions | null
[src]

An object that defines the dedicated IP pool that is used to send emails that you send using the configuration set.

§
ReputationOptions?: ReputationOptions | null
[src]

An object that defines whether or not Amazon SES collects reputation metrics for the emails that you send that use the configuration set.

§
SendingOptions?: SendingOptions | null
[src]

An object that defines whether or not Amazon SES can send email that you send using the configuration set.

§
SuppressionOptions?: SuppressionOptions | null
[src]

An object that contains information about the suppression list preferences for your account.

§
Tags?: Tag[] | null
[src]

An array of objects that define the tags (keys and values) that are associated with the configuration set.

§
TrackingOptions?: TrackingOptions | null
[src]

An object that defines the open and click tracking options for emails that you send using the configuration set.

§
VdmOptions?: VdmOptions | null
[src]

An object that contains information about the VDM preferences for your configuration set.