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

DeleteDedicatedIpPoolRequest

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

A request to delete a dedicated IP pool.

interface DeleteDedicatedIpPoolRequest {
PoolName: string;
}

§Properties

§
PoolName: string
[src]

The name of the dedicated IP pool that you want to delete.