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

GetDedicatedIpRequest

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

A request to obtain more information about a dedicated IP address.

interface GetDedicatedIpRequest {
Ip: string;
}

§Properties

§
Ip: string
[src]

The IP address that you want to obtain more information about. The value you specify has to be a dedicated IP address that's assocaited with your Amazon Pinpoint account.