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

PutConfigurationSetSendingOptionsRequest

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

A request to enable or disable the ability of Amazon Pinpoint to send emails that use a specific configuration set.

interface PutConfigurationSetSendingOptionsRequest {
ConfigurationSetName: string;
SendingEnabled?: boolean | null;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that you want to enable or disable email sending for.

§
SendingEnabled?: boolean | null
[src]

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