Move a dedicated IP address to an existing dedicated IP pool.
The dedicated IP address that you specify must already exist, and must be associated with your Amazon Pinpoint account.
The dedicated IP pool you specify must already exist. You can create a new pool by using the CreateDedicatedIpPool operation.
CreateDedicatedIpPool
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, PutDedicatedIpInPoolCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, PutDedicatedIpInPoolCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new PutDedicatedIpInPoolCommand(input); const response = await client.send(command);
PutDedicatedIpInPoolCommandInput for command's input shape.
input
PutDedicatedIpInPoolCommandOutput for command's response shape.
response
config for PinpointEmailClient's config shape.
config
Move a dedicated IP address to an existing dedicated IP pool.
The dedicated IP address that you specify must already exist, and must be associated with your Amazon Pinpoint account.
The dedicated IP pool you specify must already exist. You can create a new pool by using the
CreateDedicatedIpPool
operation.Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, PutDedicatedIpInPoolCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, PutDedicatedIpInPoolCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new PutDedicatedIpInPoolCommand(input); const response = await client.send(command);
PutDedicatedIpInPoolCommandInput for command's
input
shape.PutDedicatedIpInPoolCommandOutput for command's
response
shape.config for PinpointEmailClient's
config
shape.