Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
Use a bare-bones client and the command you need to make an API call.
import { DirectConnectClient, DisassociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import // const { DirectConnectClient, DisassociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import const client = new DirectConnectClient(config); const command = new DisassociateMacSecKeyCommand(input); const response = await client.send(command);
DisassociateMacSecKeyCommandInput for command's input shape.
input
DisassociateMacSecKeyCommandOutput for command's response shape.
response
config for DirectConnectClient's config shape.
config
Removes the association between a MAC Security (MACsec) security key and an Direct Connect dedicated connection.
Use a bare-bones client and the command you need to make an API call.
import { DirectConnectClient, DisassociateMacSecKeyCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import // const { DirectConnectClient, DisassociateMacSecKeyCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import const client = new DirectConnectClient(config); const command = new DisassociateMacSecKeyCommand(input); const response = await client.send(command);
DisassociateMacSecKeyCommandInput for command's
input
shape.DisassociateMacSecKeyCommandOutput for command's
response
shape.config for DirectConnectClient's
config
shape.