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

GetAccountSendingEnabledResponse

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

Represents a request to return the email sending status for your Amazon SES account in the current AWS Region.

interface GetAccountSendingEnabledResponse {
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.