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

UpdateAccountSendingEnabledRequest

import type { UpdateAccountSendingEnabledRequest } 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 your entire Amazon SES account.

interface UpdateAccountSendingEnabledRequest {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Describes whether email sending is enabled or disabled for your Amazon SES account in the current AWS Region.