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

PutConfigurationSetDeliveryOptionsRequest

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

A request to modify the delivery options for a configuration set.

interface PutConfigurationSetDeliveryOptionsRequest {
ConfigurationSetName: string;
DeliveryOptions?: DeliveryOptions | null;
}

§Properties

§
ConfigurationSetName: string
[src]

The name of the configuration set that you want to specify the delivery options for.

§
DeliveryOptions?: DeliveryOptions | null
[src]

Specifies whether messages that use the configuration set are required to use Transport Layer Security (TLS).