Lists all of the integrations associated to a specific URI in the AWS account.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, ListAccountIntegrationsCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, ListAccountIntegrationsCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new ListAccountIntegrationsCommand(input); const response = await client.send(command);
ListAccountIntegrationsCommandInput for command's input shape.
input
ListAccountIntegrationsCommandOutput for command's response shape.
response
config for CustomerProfilesClient's config shape.
config
Lists all of the integrations associated to a specific URI in the AWS account.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, ListAccountIntegrationsCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, ListAccountIntegrationsCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new ListAccountIntegrationsCommand(input); const response = await client.send(command);
ListAccountIntegrationsCommandInput for command's
input
shape.ListAccountIntegrationsCommandOutput for command's
response
shape.config for CustomerProfilesClient's
config
shape.