Returns an integration for a domain.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, GetIntegrationCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, GetIntegrationCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new GetIntegrationCommand(input); const response = await client.send(command);
GetIntegrationCommandInput for command's input shape.
input
GetIntegrationCommandOutput for command's response shape.
response
config for CustomerProfilesClient's config shape.
config
Returns an integration for a domain.
Use a bare-bones client and the command you need to make an API call.
import { CustomerProfilesClient, GetIntegrationCommand } from "@aws-sdk/client-customer-profiles"; // ES Modules import // const { CustomerProfilesClient, GetIntegrationCommand } = require("@aws-sdk/client-customer-profiles"); // CommonJS import const client = new CustomerProfilesClient(config); const command = new GetIntegrationCommand(input); const response = await client.send(command);
GetIntegrationCommandInput for command's
input
shape.GetIntegrationCommandOutput for command's
response
shape.config for CustomerProfilesClient's
config
shape.