Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, PutConfigurationSetReputationOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, PutConfigurationSetReputationOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new PutConfigurationSetReputationOptionsCommand(input); const response = await client.send(command);
PutConfigurationSetReputationOptionsCommandInput for command's input shape.
input
PutConfigurationSetReputationOptionsCommandOutput for command's response shape.
response
config for PinpointEmailClient's config shape.
config
Enable or disable collection of reputation metrics for emails that you send using a particular configuration set in a specific AWS Region.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, PutConfigurationSetReputationOptionsCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, PutConfigurationSetReputationOptionsCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new PutConfigurationSetReputationOptionsCommand(input); const response = await client.send(command);
PutConfigurationSetReputationOptionsCommandInput for command's
input
shape.PutConfigurationSetReputationOptionsCommandOutput for command's
response
shape.config for PinpointEmailClient's
config
shape.