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

PutAccountSendingAttributesRequest

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

A request to change the ability of your account to send email.

interface PutAccountSendingAttributesRequest {
SendingEnabled?: boolean | null;
}

§Properties

§
SendingEnabled?: boolean | null
[src]

Enables or disables your account's ability to send email. Set to true to enable email sending, or set to false to disable email sending.

Note: If AWS paused your account's ability to send email, you can't use this operation to resume your account's ability to send email.