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

UpdateConfigurationSetSendingEnabledRequest

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

Represents a request to enable or disable the email sending capabilities for a specific configuration set.

interface UpdateConfigurationSetSendingEnabledRequest {
ConfigurationSetName: string;
Enabled: boolean;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that you want to update.

§
Enabled: boolean
[src]

Describes whether email sending is enabled or disabled for the configuration set.