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

CreateDedicatedIpPoolRequest

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

A request to create a new dedicated IP pool.

interface CreateDedicatedIpPoolRequest {
PoolName: string;
Tags?: Tag[] | null;
}

§Properties

§
PoolName: string
[src]

The name of the dedicated IP pool.

§
Tags?: Tag[] | null
[src]

An object that defines the tags (keys and values) that you want to associate with the pool.