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

SendingOptions

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

Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.

interface SendingOptions {
SendingEnabled?: boolean | null;
}

§Properties

§
SendingEnabled?: boolean | null
[src]

If true, email sending is enabled for the configuration set. If false, email sending is disabled for the configuration set.