Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Direct Connect links your internal network to an Direct Connect location over a standard Ethernet fiber-optic cable. One end of the cable is connected to your router, the other to an Direct Connect router. With this connection in place, you can create virtual interfaces directly to the Amazon Web Services Cloud (for example, to Amazon EC2 and Amazon S3) and to Amazon VPC, bypassing Internet service providers in your network path. A connection provides access to all Amazon Web Services Regions except the China (Beijing) and (China) Ningxia Regions. Amazon Web Services resources in the China Regions can only be accessed through locations associated with those Regions.

Hierarchy

Implements

Implemented by

Constructors

Properties

Methods

acceptDirectConnectGatewayAssociationProposal allocateConnectionOnInterconnect allocateHostedConnection allocatePrivateVirtualInterface allocatePublicVirtualInterface allocateTransitVirtualInterface associateConnectionWithLag associateHostedConnection associateMacSecKey associateVirtualInterface confirmConnection confirmCustomerAgreement confirmPrivateVirtualInterface confirmPublicVirtualInterface confirmTransitVirtualInterface createBGPPeer createConnection createDirectConnectGateway createDirectConnectGatewayAssociation createDirectConnectGatewayAssociationProposal createInterconnect createLag createPrivateVirtualInterface createPublicVirtualInterface createTransitVirtualInterface deleteBGPPeer deleteConnection deleteDirectConnectGateway deleteDirectConnectGatewayAssociation deleteDirectConnectGatewayAssociationProposal deleteInterconnect deleteLag deleteVirtualInterface describeConnectionLoa describeConnections describeConnectionsOnInterconnect describeCustomerMetadata describeDirectConnectGatewayAssociationProposals describeDirectConnectGatewayAssociations describeDirectConnectGatewayAttachments describeDirectConnectGateways describeHostedConnections describeInterconnectLoa describeInterconnects describeLags describeLoa describeLocations describeRouterConfiguration describeTags describeVirtualGateways describeVirtualInterfaces destroy disassociateConnectionFromLag disassociateMacSecKey listVirtualInterfaceTestHistory send startBgpFailoverTest stopBgpFailoverTest tagResource untagResource updateConnection updateDirectConnectGateway updateDirectConnectGatewayAssociation updateLag updateVirtualInterfaceAttributes

Constructors

Properties

The resolved configuration of DirectConnectClient class. This is resolved and normalized from the constructor configuration interface.

middlewareStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>

Methods

  • Destroy underlying resources, like sockets. It's usually not necessary to do this. However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed. Otherwise, sockets might stay open for quite a long time before the server terminates them.

    Returns void

  • Type Parameters

    Parameters

    Returns Promise<OutputType>

  • Type Parameters

    Parameters

    • command: Command<ServiceInputTypes, InputType, ServiceOutputTypes, OutputType, SmithyResolvedConfiguration<HttpHandlerOptions>>
    • cb: ((err: any, data?: OutputType) => void)
        • (err: any, data?: OutputType): void
        • Parameters

          • err: any
          • Optional data: OutputType

          Returns void

    Returns void

  • Type Parameters

    Parameters

    • command: Command<ServiceInputTypes, InputType, ServiceOutputTypes, OutputType, SmithyResolvedConfiguration<HttpHandlerOptions>>
    • options: HttpHandlerOptions
    • cb: ((err: any, data?: OutputType) => void)
        • (err: any, data?: OutputType): void
        • Parameters

          • err: any
          • Optional data: OutputType

          Returns void

    Returns void