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

GetDedicatedIpsRequest

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

A request to obtain more information about dedicated IP pools.

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

§Properties

§
NextToken?: string | null
[src]

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

§
PageSize?: number | null
[src]

The number of results to show in a single call to GetDedicatedIpsRequest. 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.

§
PoolName?: string | null
[src]

The name of the IP pool that the dedicated IP address is associated with.