The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
Use a bare-bones client and the command you need to make an API call.
import { DirectConnectClient, ConfirmCustomerAgreementCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import // const { DirectConnectClient, ConfirmCustomerAgreementCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import const client = new DirectConnectClient(config); const command = new ConfirmCustomerAgreementCommand(input); const response = await client.send(command);
ConfirmCustomerAgreementCommandInput for command's input shape.
input
ConfirmCustomerAgreementCommandOutput for command's response shape.
response
config for DirectConnectClient's config shape.
config
The confirmation of the terms of agreement when creating the connection/link aggregation group (LAG).
Use a bare-bones client and the command you need to make an API call.
import { DirectConnectClient, ConfirmCustomerAgreementCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import // const { DirectConnectClient, ConfirmCustomerAgreementCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import const client = new DirectConnectClient(config); const command = new ConfirmCustomerAgreementCommand(input); const response = await client.send(command);
ConfirmCustomerAgreementCommandInput for command's
input
shape.ConfirmCustomerAgreementCommandOutput for command's
response
shape.config for DirectConnectClient's
config
shape.