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

GetDedicatedIpPoolRequest

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

A request to obtain more information about a dedicated IP pool.

interface GetDedicatedIpPoolRequest {
PoolName: string;
}

§Properties

§
PoolName: string
[src]

The name of the dedicated IP pool to retrieve.