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

PutAccountDedicatedIpWarmupAttributesRequest

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

A request to enable or disable the automatic IP address warm-up feature.

interface PutAccountDedicatedIpWarmupAttributesRequest {
AutoWarmupEnabled?: boolean | null;
}

§Properties

§
AutoWarmupEnabled?: boolean | null
[src]

Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon Pinpoint account in the current AWS Region. Set to true to enable the automatic warm-up feature, or set to false to disable it.