@aws-sdk/client-direct-connect 3.278.0 → 3.281.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +507 -0
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +6 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +6 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +6 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +6 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +6 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +6 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +6 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +6 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +6 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +6 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +6 -0
- package/dist-types/commands/CreateLagCommand.d.ts +6 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +6 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +6 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +6 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +6 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +6 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +6 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +6 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +6 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +6 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +6 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +6 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +6 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +6 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +6 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +6 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AssociateHostedConnectionRequest, Connection } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AssociateHostedConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AssociateHostedConnectionCommandInput extends AssociateHostedConnectionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AssociateHostedConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AssociateHostedConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AssociateMacSecKeyRequest, AssociateMacSecKeyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AssociateMacSecKeyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AssociateMacSecKeyCommandInput extends AssociateMacSecKeyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AssociateMacSecKeyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AssociateMacSecKeyCommandOutput extends AssociateMacSecKeyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { AssociateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AssociateVirtualInterfaceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AssociateVirtualInterfaceCommandInput extends AssociateVirtualInterfaceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AssociateVirtualInterfaceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AssociateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { ConfirmConnectionRequest, ConfirmConnectionResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ConfirmConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ConfirmConnectionCommandInput extends ConfirmConnectionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ConfirmConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ConfirmConnectionCommandOutput extends ConfirmConnectionResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { ConfirmCustomerAgreementRequest, ConfirmCustomerAgreementResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ConfirmCustomerAgreementCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ConfirmCustomerAgreementCommandInput extends ConfirmCustomerAgreementRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ConfirmCustomerAgreementCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ConfirmCustomerAgreementCommandOutput extends ConfirmCustomerAgreementResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { ConfirmPrivateVirtualInterfaceRequest, ConfirmPrivateVirtualInterfaceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ConfirmPrivateVirtualInterfaceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ConfirmPrivateVirtualInterfaceCommandInput extends ConfirmPrivateVirtualInterfaceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ConfirmPrivateVirtualInterfaceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ConfirmPrivateVirtualInterfaceCommandOutput extends ConfirmPrivateVirtualInterfaceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { ConfirmPublicVirtualInterfaceRequest, ConfirmPublicVirtualInterfaceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ConfirmPublicVirtualInterfaceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ConfirmPublicVirtualInterfaceCommandInput extends ConfirmPublicVirtualInterfaceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ConfirmPublicVirtualInterfaceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ConfirmPublicVirtualInterfaceCommandOutput extends ConfirmPublicVirtualInterfaceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { ConfirmTransitVirtualInterfaceRequest, ConfirmTransitVirtualInterfaceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ConfirmTransitVirtualInterfaceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ConfirmTransitVirtualInterfaceCommandInput extends ConfirmTransitVirtualInterfaceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ConfirmTransitVirtualInterfaceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ConfirmTransitVirtualInterfaceCommandOutput extends ConfirmTransitVirtualInterfaceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateBGPPeerRequest, CreateBGPPeerResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateBGPPeerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateBGPPeerCommandInput extends CreateBGPPeerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateBGPPeerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateBGPPeerCommandOutput extends CreateBGPPeerResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { Connection, CreateConnectionRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateConnectionCommandInput extends CreateConnectionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateDirectConnectGatewayAssociationRequest, CreateDirectConnectGatewayAssociationResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateDirectConnectGatewayAssociationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateDirectConnectGatewayAssociationCommandInput extends CreateDirectConnectGatewayAssociationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateDirectConnectGatewayAssociationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateDirectConnectGatewayAssociationCommandOutput extends CreateDirectConnectGatewayAssociationResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateDirectConnectGatewayAssociationProposalRequest, CreateDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateDirectConnectGatewayAssociationProposalCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateDirectConnectGatewayAssociationProposalCommandInput extends CreateDirectConnectGatewayAssociationProposalRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateDirectConnectGatewayAssociationProposalCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateDirectConnectGatewayAssociationProposalCommandOutput extends CreateDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateDirectConnectGatewayRequest, CreateDirectConnectGatewayResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateDirectConnectGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateDirectConnectGatewayCommandInput extends CreateDirectConnectGatewayRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateDirectConnectGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectConnectGatewayResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateInterconnectRequest, Interconnect } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateInterconnectCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateInterconnectCommandInput extends CreateInterconnectRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateInterconnectCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateInterconnectCommandOutput extends Interconnect, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateLagRequest, Lag } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateLagCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateLagCommandInput extends CreateLagRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateLagCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreatePrivateVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreatePrivateVirtualInterfaceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreatePrivateVirtualInterfaceCommandInput extends CreatePrivateVirtualInterfaceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreatePrivateVirtualInterfaceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreatePublicVirtualInterfaceRequest, VirtualInterface } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreatePublicVirtualInterfaceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreatePublicVirtualInterfaceCommandInput extends CreatePublicVirtualInterfaceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreatePublicVirtualInterfaceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterface, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { CreateTransitVirtualInterfaceRequest, CreateTransitVirtualInterfaceResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateTransitVirtualInterfaceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateTransitVirtualInterfaceCommandInput extends CreateTransitVirtualInterfaceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateTransitVirtualInterfaceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransitVirtualInterfaceResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteBGPPeerRequest, DeleteBGPPeerResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteBGPPeerCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteBGPPeerCommandInput extends DeleteBGPPeerRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteBGPPeerCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { Connection, DeleteConnectionRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteConnectionCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteConnectionCommandInput extends DeleteConnectionRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteConnectionCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteConnectionCommandOutput extends Connection, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteDirectConnectGatewayAssociationRequest, DeleteDirectConnectGatewayAssociationResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDirectConnectGatewayAssociationCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDirectConnectGatewayAssociationCommandInput extends DeleteDirectConnectGatewayAssociationRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDirectConnectGatewayAssociationCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDirectConnectGatewayAssociationCommandOutput extends DeleteDirectConnectGatewayAssociationResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteDirectConnectGatewayAssociationProposalRequest, DeleteDirectConnectGatewayAssociationProposalResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDirectConnectGatewayAssociationProposalCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDirectConnectGatewayAssociationProposalCommandInput extends DeleteDirectConnectGatewayAssociationProposalRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDirectConnectGatewayAssociationProposalCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput extends DeleteDirectConnectGatewayAssociationProposalResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteDirectConnectGatewayRequest, DeleteDirectConnectGatewayResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteDirectConnectGatewayCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteDirectConnectGatewayCommandInput extends DeleteDirectConnectGatewayRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteDirectConnectGatewayCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectConnectGatewayResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteInterconnectRequest, DeleteInterconnectResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteInterconnectCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteInterconnectCommandInput extends DeleteInterconnectRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteInterconnectCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteInterconnectCommandOutput extends DeleteInterconnectResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteLagRequest, Lag } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteLagCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteLagCommandInput extends DeleteLagRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteLagCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DeleteVirtualInterfaceRequest, DeleteVirtualInterfaceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteVirtualInterfaceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteVirtualInterfaceCommandInput extends DeleteVirtualInterfaceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteVirtualInterfaceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterfaceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeConnectionLoaRequest, DescribeConnectionLoaResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeConnectionLoaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeConnectionLoaCommandInput extends DescribeConnectionLoaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeConnectionLoaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLoaResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { Connections, DescribeConnectionsRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeConnectionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeConnectionsCommandInput extends DescribeConnectionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeConnectionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeConnectionsCommandOutput extends Connections, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { Connections, DescribeConnectionsOnInterconnectRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeConnectionsOnInterconnectCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeConnectionsOnInterconnectCommandInput extends DescribeConnectionsOnInterconnectRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeConnectionsOnInterconnectCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeConnectionsOnInterconnectCommandOutput extends Connections, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeCustomerMetadataResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeCustomerMetadataCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeCustomerMetadataCommandInput {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeCustomerMetadataCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerMetadataResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeDirectConnectGatewayAssociationProposalsRequest, DescribeDirectConnectGatewayAssociationProposalsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeDirectConnectGatewayAssociationProposalsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeDirectConnectGatewayAssociationProposalsCommandInput extends DescribeDirectConnectGatewayAssociationProposalsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeDirectConnectGatewayAssociationProposalsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput extends DescribeDirectConnectGatewayAssociationProposalsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeDirectConnectGatewayAssociationsRequest, DescribeDirectConnectGatewayAssociationsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeDirectConnectGatewayAssociationsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeDirectConnectGatewayAssociationsCommandInput extends DescribeDirectConnectGatewayAssociationsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeDirectConnectGatewayAssociationsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends DescribeDirectConnectGatewayAssociationsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeDirectConnectGatewayAttachmentsRequest, DescribeDirectConnectGatewayAttachmentsResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeDirectConnectGatewayAttachmentsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeDirectConnectGatewayAttachmentsCommandInput extends DescribeDirectConnectGatewayAttachmentsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeDirectConnectGatewayAttachmentsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends DescribeDirectConnectGatewayAttachmentsResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeDirectConnectGatewaysRequest, DescribeDirectConnectGatewaysResult } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeDirectConnectGatewaysCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeDirectConnectGatewaysCommandInput extends DescribeDirectConnectGatewaysRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeDirectConnectGatewaysCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDirectConnectGatewaysResult, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { Connections, DescribeHostedConnectionsRequest } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeHostedConnectionsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeHostedConnectionsCommandInput extends DescribeHostedConnectionsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeHostedConnectionsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeHostedConnectionsCommandOutput extends Connections, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeInterconnectLoaRequest, DescribeInterconnectLoaResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeInterconnectLoaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeInterconnectLoaCommandInput extends DescribeInterconnectLoaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeInterconnectLoaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconnectLoaResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeInterconnectsRequest, Interconnects } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeInterconnectsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeInterconnectsCommandInput extends DescribeInterconnectsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeInterconnectsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeInterconnectsCommandOutput extends Interconnects, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeLagsRequest, Lags } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeLagsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeLagsCommandInput extends DescribeLagsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeLagsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeLagsCommandOutput extends Lags, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
5
5
|
import { DescribeLoaRequest, Loa } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeLoaCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeLoaCommandInput extends DescribeLoaRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeLoaCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|