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.4/services/sesv2.ts?docs=full";

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

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

§Properties

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

A list of dedicated IP addresses that are associated with your Amazon Web Services 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.