Creates a standard profile.
A standard profile represents the following attributes for a customer profile in a domain.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, CreateProfileCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, CreateProfileCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new CreateProfileCommand(input); const response = await client.send(command);
CreateProfileCommandInput for command's input shape.
input
CreateProfileCommandOutput for command's response shape.
response
config for CustomerProfilesClient's config shape.
config
Creates a standard profile.
A standard profile represents the following attributes for a customer profile in a domain.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, CreateProfileCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, CreateProfileCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new CreateProfileCommand(input); const response = await client.send(command);
CreateProfileCommandInput for command's
input
shape.CreateProfileCommandOutput for command's
response
shape.config for CustomerProfilesClient's
config
shape.