Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, PutConfigurationSetDeliveryOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, PutConfigurationSetDeliveryOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new PutConfigurationSetDeliveryOptionsCommand(input); const response = await client.send(command);
PutConfigurationSetDeliveryOptionsCommandInput for command's input shape.
input
PutConfigurationSetDeliveryOptionsCommandOutput for command's response shape.
response
config for PinpointEmailClient's config shape.
config
Associate a configuration set with a dedicated IP pool. You can use dedicated IP pools to create groups of dedicated IP addresses for sending specific types of email.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, PutConfigurationSetDeliveryOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, PutConfigurationSetDeliveryOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new PutConfigurationSetDeliveryOptionsCommand(input); const response = await client.send(command);
PutConfigurationSetDeliveryOptionsCommandInput for command's
input
shape.PutConfigurationSetDeliveryOptionsCommandOutput for command's
response
shape.config for PinpointEmailClient's
config
shape.