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

GetDedicatedIpsResponse

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

Information about the dedicated IP addresses that are associated with your Amazon Pinpoint account.

interface GetDedicatedIpsResponse {
DedicatedIps?: DedicatedIp[] | null;
NextToken?: string | null;
}

§Properties

§
DedicatedIps?: DedicatedIp[] | null
[src]

A list of dedicated IP addresses that are reserved for use by your Amazon Pinpoint account.

§
NextToken?: string | null
[src]

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