Provides information about a specific identity associated with your Amazon Pinpoint account,
including the identity's verification status, its DKIM authentication status, and its
custom Mail-From settings.
example
Use a bare-bones client and the command you need to make an API call.
Provides information about a specific identity associated with your Amazon Pinpoint account, including the identity's verification status, its DKIM authentication status, and its custom Mail-From settings.
Use a bare-bones client and the command you need to make an API call.
import { PinpointEmailClient, GetEmailIdentityCommand } from "@aws-sdk/client-pinpoint-email"; // ES Modules import // const { PinpointEmailClient, GetEmailIdentityCommand } = require("@aws-sdk/client-pinpoint-email"); // CommonJS import const client = new PinpointEmailClient(config); const command = new GetEmailIdentityCommand(input); const response = await client.send(command);
GetEmailIdentityCommandInput for command's
input
shape.GetEmailIdentityCommandOutput for command's
response
shape.config for PinpointEmailClient's
config
shape.