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

PutDedicatedIpInPoolRequest

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

A request to move a dedicated IP address to a dedicated IP pool.

interface PutDedicatedIpInPoolRequest {
DestinationPoolName: string;
Ip: string;
}

§Properties

§
DestinationPoolName: string
[src]

The name of the IP pool that you want to add the dedicated IP address to. You have to specify an IP pool that already exists.

§
Ip: string
[src]

The IP address that you want to move to the dedicated IP pool. The value you specify has to be a dedicated IP address that's associated with your Amazon Pinpoint account.