Jump to Content

Class DeleteInterconnectCommandProtected

Deletes the specified interconnect.

Intended for use by Direct Connect Partners only.

Example

Use a bare-bones client and the command you need to make an API call.

import { DirectConnectClient, DeleteInterconnectCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
// const { DirectConnectClient, DeleteInterconnectCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
const client = new DirectConnectClient(config);
const command = new DeleteInterconnectCommand(input);
const response = await client.send(command);

See

Throws

DirectConnectClientException (client fault)

One or more parameters are not valid.

Throws

DirectConnectServerException (server fault)

A server-side error occurred.

Hierarchy

Constructors

Properties

Methods