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

ListDedicatedIpPoolsResponse

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

A list of dedicated IP pools.

interface ListDedicatedIpPoolsResponse {
DedicatedIpPools?: string[] | null;
NextToken?: string | null;
}

§Properties

§
DedicatedIpPools?: string[] | null
[src]

A list of all of the dedicated IP pools that are associated with your Amazon Pinpoint account.

§
NextToken?: string | null
[src]

A token that indicates that there are additional IP pools to list. To view additional IP pools, issue another request to ListDedicatedIpPools, passing this token in the NextToken parameter.