Lists all of the template information for object types.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, ListProfileObjectTypeTemplatesCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, ListProfileObjectTypeTemplatesCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new ListProfileObjectTypeTemplatesCommand(input); const response = await client.send(command);
ListProfileObjectTypeTemplatesCommandInput for command's input shape.
input
ListProfileObjectTypeTemplatesCommandOutput for command's response shape.
response
config for CustomerProfilesClient's config shape.
config
Lists all of the template information for object types.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, ListProfileObjectTypeTemplatesCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, ListProfileObjectTypeTemplatesCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new ListProfileObjectTypeTemplatesCommand(input); const response = await client.send(command);
ListProfileObjectTypeTemplatesCommandInput for command's
input
shape.ListProfileObjectTypeTemplatesCommandOutput for command's
response
shape.config for CustomerProfilesClient's
config
shape.