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

ListDedicatedIpPoolsRequest

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

A request to obtain a list of dedicated IP pools.

interface ListDedicatedIpPoolsRequest {
NextToken?: string | null;
PageSize?: number | null;
}

§Properties

§
NextToken?: string | null
[src]

A token returned from a previous call to ListDedicatedIpPools to indicate the position in the list of dedicated IP pools.

§
PageSize?: number | null
[src]

The number of results to show in a single call to ListDedicatedIpPools. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.