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

PutDedicatedIpWarmupAttributesRequest

import type { PutDedicatedIpWarmupAttributesRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

A request to change the warm-up attributes for a dedicated IP address. This operation is useful when you want to resume the warm-up process for an existing IP address.

interface PutDedicatedIpWarmupAttributesRequest {
Ip: string;
WarmupPercentage: number;
}

§Properties

§
Ip: string
[src]

The dedicated IP address that you want to update the warm-up attributes for.

§
WarmupPercentage: number
[src]

The warm-up percentage that you want to associate with the dedicated IP address.