@aws-sdk/client-direct-connect 3.37.0 → 3.41.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/CHANGELOG.md +43 -0
- package/README.md +2 -2
- package/dist-cjs/DirectConnect.js +60 -0
- package/dist-cjs/commands/ConfirmCustomerAgreementCommand.js +36 -0
- package/dist-cjs/commands/DescribeCustomerMetadataCommand.js +36 -0
- package/dist-cjs/commands/DescribeRouterConfigurationCommand.js +36 -0
- package/dist-cjs/commands/UpdateDirectConnectGatewayCommand.js +36 -0
- package/dist-cjs/commands/index.js +66 -0
- package/dist-cjs/endpoints.js +137 -21
- package/dist-cjs/index.js +3 -61
- package/dist-cjs/models/models_0.js +63 -3
- package/dist-cjs/protocols/Aws_json1_1.js +339 -3
- package/dist-cjs/runtimeConfig.browser.js +6 -3
- package/dist-cjs/runtimeConfig.js +5 -3
- package/dist-es/DirectConnect.js +60 -0
- package/dist-es/commands/ConfirmCustomerAgreementCommand.js +39 -0
- package/dist-es/commands/DescribeCustomerMetadataCommand.js +39 -0
- package/dist-es/commands/DescribeRouterConfigurationCommand.js +39 -0
- package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +39 -0
- package/dist-es/commands/index.js +63 -0
- package/dist-es/endpoints.js +137 -21
- package/dist-es/index.js +3 -61
- package/dist-es/models/models_0.js +42 -0
- package/dist-es/protocols/Aws_json1_1.js +369 -0
- package/dist-es/runtimeConfig.browser.js +3 -2
- package/dist-es/runtimeConfig.js +3 -3
- package/dist-types/DirectConnect.d.ts +51 -19
- package/dist-types/DirectConnectClient.d.ts +16 -4
- package/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +3 -3
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +3 -3
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -1
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -1
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -1
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +37 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +2 -2
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +3 -3
- package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/CreateLagCommand.d.ts +2 -2
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +2 -2
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -1
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DeleteLagCommand.d.ts +1 -1
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +35 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeLagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLoaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeLocationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +2 -2
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -1
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -1
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -1
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -1
- package/dist-types/commands/TagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +35 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +1 -1
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +63 -0
- package/dist-types/index.d.ts +3 -61
- package/dist-types/models/models_0.d.ts +209 -23
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/runtimeConfig.d.ts +2 -0
- package/dist-types/runtimeConfig.native.d.ts +2 -0
- package/dist-types/ts3.4/DirectConnect.d.ts +20 -0
- package/dist-types/ts3.4/DirectConnectClient.d.ts +10 -2
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +63 -0
- package/dist-types/ts3.4/index.d.ts +3 -61
- package/dist-types/ts3.4/models/models_0.d.ts +104 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
- package/package.json +26 -26
|
@@ -9,8 +9,8 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
9
9
|
/**
|
|
10
10
|
* <p>Creates a Direct Connect gateway, which is an intermediate object that enables you to connect a set
|
|
11
11
|
* of virtual interfaces and virtual private gateways. A Direct Connect gateway is global and visible in any
|
|
12
|
-
* Region after it is created. The virtual interfaces and virtual private gateways that
|
|
13
|
-
* are connected through a Direct Connect gateway can be in different Regions. This enables you to
|
|
12
|
+
* Amazon Web Services Region after it is created. The virtual interfaces and virtual private gateways that
|
|
13
|
+
* are connected through a Direct Connect gateway can be in different Amazon Web Services Regions. This enables you to
|
|
14
14
|
* connect to a VPC in any Region, regardless of the Region in which the virtual interfaces
|
|
15
15
|
* are located, and pass traffic between them.</p>
|
|
16
16
|
* @example
|
|
@@ -25,7 +25,7 @@ export interface CreateDirectConnectGatewayCommandOutput extends CreateDirectCon
|
|
|
25
25
|
*
|
|
26
26
|
* @see {@link CreateDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
27
27
|
* @see {@link CreateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
28
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
28
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
29
29
|
*
|
|
30
30
|
*/
|
|
31
31
|
export declare class CreateDirectConnectGatewayCommand extends $Command<CreateDirectConnectGatewayCommandInput, CreateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -35,7 +35,7 @@ export interface CreateInterconnectCommandOutput extends Interconnect, __Metadat
|
|
|
35
35
|
*
|
|
36
36
|
* @see {@link CreateInterconnectCommandInput} for command's `input` shape.
|
|
37
37
|
* @see {@link CreateInterconnectCommandOutput} for command's `response` shape.
|
|
38
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
38
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
39
39
|
*
|
|
40
40
|
*/
|
|
41
41
|
export declare class CreateInterconnectCommand extends $Command<CreateInterconnectCommandInput, CreateInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
22
22
|
* will be created on the same Direct Connect endpoint to which the dedicated connection terminates. Any
|
|
23
23
|
* virtual interfaces associated with the dedicated connection are automatically disassociated
|
|
24
24
|
* and re-associated with the LAG. The connection ID does not change.</p>
|
|
25
|
-
* <p>If the account used to create a LAG is a registered Direct Connect Partner, the LAG is
|
|
25
|
+
* <p>If the Amazon Web Services account used to create a LAG is a registered Direct Connect Partner, the LAG is
|
|
26
26
|
* automatically enabled to host sub-connections. For a LAG owned by a partner, any associated virtual
|
|
27
27
|
* interfaces cannot be directly configured.</p>
|
|
28
28
|
* @example
|
|
@@ -37,7 +37,7 @@ export interface CreateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
37
37
|
*
|
|
38
38
|
* @see {@link CreateLagCommandInput} for command's `input` shape.
|
|
39
39
|
* @see {@link CreateLagCommandOutput} for command's `response` shape.
|
|
40
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
40
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
41
41
|
*
|
|
42
42
|
*/
|
|
43
43
|
export declare class CreateLagCommand extends $Command<CreateLagCommandInput, CreateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -10,7 +10,7 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
10
10
|
* <p>Creates a private virtual interface. A virtual interface is the VLAN that transports Direct Connect traffic.
|
|
11
11
|
* A private virtual interface can be connected to either a Direct Connect gateway or a Virtual Private Gateway (VGW).
|
|
12
12
|
* Connecting the private virtual interface to a Direct Connect gateway enables the possibility for connecting to multiple
|
|
13
|
-
* VPCs, including VPCs in different Regions. Connecting the private virtual interface
|
|
13
|
+
* VPCs, including VPCs in different Amazon Web Services Regions. Connecting the private virtual interface
|
|
14
14
|
* to a VGW only provides access to a single VPC within the same Region.</p>
|
|
15
15
|
* <p>Setting the MTU of a virtual interface to 9001 (jumbo frames) can cause an update to
|
|
16
16
|
* the underlying physical connection if it wasn't updated to support jumbo frames. Updating
|
|
@@ -30,7 +30,7 @@ export interface CreatePrivateVirtualInterfaceCommandOutput extends VirtualInter
|
|
|
30
30
|
*
|
|
31
31
|
* @see {@link CreatePrivateVirtualInterfaceCommandInput} for command's `input` shape.
|
|
32
32
|
* @see {@link CreatePrivateVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
33
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
33
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
34
34
|
*
|
|
35
35
|
*/
|
|
36
36
|
export declare class CreatePrivateVirtualInterfaceCommand extends $Command<CreatePrivateVirtualInterfaceCommandInput, CreatePrivateVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface CreatePublicVirtualInterfaceCommandOutput extends VirtualInterf
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link CreatePublicVirtualInterfaceCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link CreatePublicVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class CreatePublicVirtualInterfaceCommand extends $Command<CreatePublicVirtualInterfaceCommandInput, CreatePublicVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface CreateTransitVirtualInterfaceCommandOutput extends CreateTransi
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link CreateTransitVirtualInterfaceCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link CreateTransitVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class CreateTransitVirtualInterfaceCommand extends $Command<CreateTransitVirtualInterfaceCommandInput, CreateTransitVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteBGPPeerCommandOutput extends DeleteBGPPeerResponse, __Met
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteBGPPeerCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteBGPPeerCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteBGPPeerCommand extends $Command<DeleteBGPPeerCommandInput, DeleteBGPPeerCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DeleteConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DeleteConnectionCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DeleteConnectionCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DeleteConnectionCommand extends $Command<DeleteConnectionCommandInput, DeleteConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteDirectConnectGatewayAssociationCommandOutput extends Dele
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteDirectConnectGatewayAssociationCommand extends $Command<DeleteDirectConnectGatewayAssociationCommandInput, DeleteDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteDirectConnectGatewayAssociationProposalCommandOutput exte
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteDirectConnectGatewayAssociationProposalCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteDirectConnectGatewayAssociationProposalCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends $Command<DeleteDirectConnectGatewayAssociationProposalCommandInput, DeleteDirectConnectGatewayAssociationProposalCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -22,7 +22,7 @@ export interface DeleteDirectConnectGatewayCommandOutput extends DeleteDirectCon
|
|
|
22
22
|
*
|
|
23
23
|
* @see {@link DeleteDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
24
24
|
* @see {@link DeleteDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
25
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
26
|
*
|
|
27
27
|
*/
|
|
28
28
|
export declare class DeleteDirectConnectGatewayCommand extends $Command<DeleteDirectConnectGatewayCommandInput, DeleteDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DeleteInterconnectCommandOutput extends DeleteInterconnectRespo
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DeleteInterconnectCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DeleteInterconnectCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DeleteInterconnectCommand extends $Command<DeleteInterconnectCommandInput, DeleteInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface DeleteLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DeleteLagCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DeleteLagCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DeleteLagCommand extends $Command<DeleteLagCommandInput, DeleteLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DeleteVirtualInterfaceCommandOutput extends DeleteVirtualInterf
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DeleteVirtualInterfaceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DeleteVirtualInterfaceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DeleteVirtualInterfaceCommand extends $Command<DeleteVirtualInterfaceCommandInput, DeleteVirtualInterfaceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -27,7 +27,7 @@ export interface DescribeConnectionLoaCommandOutput extends DescribeConnectionLo
|
|
|
27
27
|
*
|
|
28
28
|
* @see {@link DescribeConnectionLoaCommandInput} for command's `input` shape.
|
|
29
29
|
* @see {@link DescribeConnectionLoaCommandOutput} for command's `response` shape.
|
|
30
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
30
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
31
31
|
*
|
|
32
32
|
*/
|
|
33
33
|
export declare class DescribeConnectionLoaCommand extends $Command<DescribeConnectionLoaCommandInput, DescribeConnectionLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeConnectionsCommandOutput extends Connections, __Metadat
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeConnectionsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeConnectionsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeConnectionsCommand extends $Command<DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DescribeConnectionsOnInterconnectCommandOutput extends Connecti
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DescribeConnectionsOnInterconnectCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DescribeConnectionsOnInterconnectCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DescribeConnectionsOnInterconnectCommand extends $Command<DescribeConnectionsOnInterconnectCommandInput, DescribeConnectionsOnInterconnectCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
|
+
import { DescribeCustomerMetadataResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeCustomerMetadataCommandInput {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeCustomerMetadataCommandOutput extends DescribeCustomerMetadataResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Get and view a list of customer agreements, along with their signed status and whether the customer is an NNIPartner, NNIPartnerV2, or a nonPartner. </p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DirectConnectClient, DescribeCustomerMetadataCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
15
|
+
* // const { DirectConnectClient, DescribeCustomerMetadataCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
16
|
+
* const client = new DirectConnectClient(config);
|
|
17
|
+
* const command = new DescribeCustomerMetadataCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeCustomerMetadataCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeCustomerMetadataCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeCustomerMetadataCommand extends $Command<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput, DirectConnectClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeCustomerMetadataCommandInput;
|
|
28
|
+
constructor(input: DescribeCustomerMetadataCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeCustomerMetadataCommandInput, DescribeCustomerMetadataCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface DescribeDirectConnectGatewayAssociationProposalsCommandOutput e
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDirectConnectGatewayAssociationProposalsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDirectConnectGatewayAssociationProposalsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends $Command<DescribeDirectConnectGatewayAssociationProposalsCommandInput, DescribeDirectConnectGatewayAssociationProposalsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -42,7 +42,7 @@ export interface DescribeDirectConnectGatewayAssociationsCommandOutput extends D
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link DescribeDirectConnectGatewayAssociationsCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link DescribeDirectConnectGatewayAssociationsCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class DescribeDirectConnectGatewayAssociationsCommand extends $Command<DescribeDirectConnectGatewayAssociationsCommandInput, DescribeDirectConnectGatewayAssociationsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeDirectConnectGatewayAttachmentsCommandOutput extends De
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeDirectConnectGatewayAttachmentsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeDirectConnectGatewayAttachmentsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends $Command<DescribeDirectConnectGatewayAttachmentsCommandInput, DescribeDirectConnectGatewayAttachmentsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeDirectConnectGatewaysCommandOutput extends DescribeDire
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeDirectConnectGatewaysCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeDirectConnectGatewaysCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeDirectConnectGatewaysCommand extends $Command<DescribeDirectConnectGatewaysCommandInput, DescribeDirectConnectGatewaysCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -24,7 +24,7 @@ export interface DescribeHostedConnectionsCommandOutput extends Connections, __M
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeHostedConnectionsCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeHostedConnectionsCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeHostedConnectionsCommand extends $Command<DescribeHostedConnectionsCommandInput, DescribeHostedConnectionsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface DescribeInterconnectLoaCommandOutput extends DescribeInterconne
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link DescribeInterconnectLoaCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link DescribeInterconnectLoaCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class DescribeInterconnectLoaCommand extends $Command<DescribeInterconnectLoaCommandInput, DescribeInterconnectLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeInterconnectsCommandInput extends DescribeInterconnects
|
|
|
7
7
|
export interface DescribeInterconnectsCommandOutput extends Interconnects, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists the interconnects owned by the account or only the specified interconnect.</p>
|
|
10
|
+
* <p>Lists the interconnects owned by the Amazon Web Services account or only the specified interconnect.</p>
|
|
11
11
|
* @example
|
|
12
12
|
* Use a bare-bones client and the command you need to make an API call.
|
|
13
13
|
* ```javascript
|
|
@@ -20,7 +20,7 @@ export interface DescribeInterconnectsCommandOutput extends Interconnects, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeInterconnectsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeInterconnectsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeInterconnectsCommand extends $Command<DescribeInterconnectsCommandInput, DescribeInterconnectsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DescribeLagsCommandOutput extends Lags, __MetadataBearer {
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeLagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeLagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeLagsCommand extends $Command<DescribeLagsCommandInput, DescribeLagsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface DescribeLoaCommandOutput extends Loa, __MetadataBearer {
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link DescribeLoaCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link DescribeLoaCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class DescribeLoaCommand extends $Command<DescribeLoaCommandInput, DescribeLoaCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeLocationsCommandInput {
|
|
|
7
7
|
export interface DescribeLocationsCommandOutput extends Locations, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists the Direct Connect locations in the current Region. These are the locations that can be selected when calling
|
|
10
|
+
* <p>Lists the Direct Connect locations in the current Amazon Web Services Region. These are the locations that can be selected when calling
|
|
11
11
|
* <a>CreateConnection</a> or <a>CreateInterconnect</a>.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -21,7 +21,7 @@ export interface DescribeLocationsCommandOutput extends Locations, __MetadataBea
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeLocationsCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeLocationsCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeLocationsCommand extends $Command<DescribeLocationsCommandInput, DescribeLocationsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
|
+
import { DescribeRouterConfigurationRequest, DescribeRouterConfigurationResponse } from "../models/models_0";
|
|
5
|
+
export interface DescribeRouterConfigurationCommandInput extends DescribeRouterConfigurationRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeRouterConfigurationCommandOutput extends DescribeRouterConfigurationResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>
|
|
11
|
+
* Details about the router.
|
|
12
|
+
* </p>
|
|
13
|
+
* @example
|
|
14
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
15
|
+
* ```javascript
|
|
16
|
+
* import { DirectConnectClient, DescribeRouterConfigurationCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
17
|
+
* // const { DirectConnectClient, DescribeRouterConfigurationCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
18
|
+
* const client = new DirectConnectClient(config);
|
|
19
|
+
* const command = new DescribeRouterConfigurationCommand(input);
|
|
20
|
+
* const response = await client.send(command);
|
|
21
|
+
* ```
|
|
22
|
+
*
|
|
23
|
+
* @see {@link DescribeRouterConfigurationCommandInput} for command's `input` shape.
|
|
24
|
+
* @see {@link DescribeRouterConfigurationCommandOutput} for command's `response` shape.
|
|
25
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
export declare class DescribeRouterConfigurationCommand extends $Command<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
29
|
+
readonly input: DescribeRouterConfigurationCommandInput;
|
|
30
|
+
constructor(input: DescribeRouterConfigurationCommandInput);
|
|
31
|
+
/**
|
|
32
|
+
* @internal
|
|
33
|
+
*/
|
|
34
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeRouterConfigurationCommandInput, DescribeRouterConfigurationCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -20,7 +20,7 @@ export interface DescribeTagsCommandOutput extends DescribeTagsResponse, __Metad
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DescribeTagsCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DescribeTagsCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeVirtualGatewaysCommandInput {
|
|
|
7
7
|
export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Lists the virtual private gateways owned by the account.</p>
|
|
10
|
+
* <p>Lists the virtual private gateways owned by the Amazon Web Services account.</p>
|
|
11
11
|
* <p>You can create one or more Direct Connect private virtual interfaces linked to a virtual private gateway.</p>
|
|
12
12
|
* @example
|
|
13
13
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -21,7 +21,7 @@ export interface DescribeVirtualGatewaysCommandOutput extends VirtualGateways, _
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link DescribeVirtualGatewaysCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link DescribeVirtualGatewaysCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class DescribeVirtualGatewaysCommand extends $Command<DescribeVirtualGatewaysCommandInput, DescribeVirtualGatewaysCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -7,7 +7,7 @@ export interface DescribeVirtualInterfacesCommandInput extends DescribeVirtualIn
|
|
|
7
7
|
export interface DescribeVirtualInterfacesCommandOutput extends VirtualInterfaces, __MetadataBearer {
|
|
8
8
|
}
|
|
9
9
|
/**
|
|
10
|
-
* <p>Displays all virtual interfaces for an account. Virtual interfaces deleted fewer
|
|
10
|
+
* <p>Displays all virtual interfaces for an Amazon Web Services account. Virtual interfaces deleted fewer
|
|
11
11
|
* than 15 minutes before you make the request are also returned. If you specify a
|
|
12
12
|
* connection ID, only the virtual interfaces associated with the connection are returned.
|
|
13
13
|
* If you specify a virtual interface ID, then only a single virtual interface is returned.</p>
|
|
@@ -24,7 +24,7 @@ export interface DescribeVirtualInterfacesCommandOutput extends VirtualInterface
|
|
|
24
24
|
*
|
|
25
25
|
* @see {@link DescribeVirtualInterfacesCommandInput} for command's `input` shape.
|
|
26
26
|
* @see {@link DescribeVirtualInterfacesCommandOutput} for command's `response` shape.
|
|
27
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
27
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
28
28
|
*
|
|
29
29
|
*/
|
|
30
30
|
export declare class DescribeVirtualInterfacesCommand extends $Command<DescribeVirtualInterfacesCommandInput, DescribeVirtualInterfacesCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface DisassociateConnectionFromLagCommandOutput extends Connection,
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link DisassociateConnectionFromLagCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link DisassociateConnectionFromLagCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class DisassociateConnectionFromLagCommand extends $Command<DisassociateConnectionFromLagCommandInput, DisassociateConnectionFromLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface DisassociateMacSecKeyCommandOutput extends DisassociateMacSecKe
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link DisassociateMacSecKeyCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link DisassociateMacSecKeyCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class DisassociateMacSecKeyCommand extends $Command<DisassociateMacSecKeyCommandInput, DisassociateMacSecKeyCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface ListVirtualInterfaceTestHistoryCommandOutput extends ListVirtua
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link ListVirtualInterfaceTestHistoryCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link ListVirtualInterfaceTestHistoryCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class ListVirtualInterfaceTestHistoryCommand extends $Command<ListVirtualInterfaceTestHistoryCommandInput, ListVirtualInterfaceTestHistoryCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -23,7 +23,7 @@ export interface StartBgpFailoverTestCommandOutput extends StartBgpFailoverTestR
|
|
|
23
23
|
*
|
|
24
24
|
* @see {@link StartBgpFailoverTestCommandInput} for command's `input` shape.
|
|
25
25
|
* @see {@link StartBgpFailoverTestCommandOutput} for command's `response` shape.
|
|
26
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
26
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
27
27
|
*
|
|
28
28
|
*/
|
|
29
29
|
export declare class StartBgpFailoverTestCommand extends $Command<StartBgpFailoverTestCommandInput, StartBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface StopBgpFailoverTestCommandOutput extends StopBgpFailoverTestRes
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link StopBgpFailoverTestCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link StopBgpFailoverTestCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class StopBgpFailoverTestCommand extends $Command<StopBgpFailoverTestCommandInput, StopBgpFailoverTestCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -20,7 +20,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
20
20
|
*
|
|
21
21
|
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
22
22
|
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
23
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
24
|
*
|
|
25
25
|
*/
|
|
26
26
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -29,7 +29,7 @@ export interface UpdateConnectionCommandOutput extends Connection, __MetadataBea
|
|
|
29
29
|
*
|
|
30
30
|
* @see {@link UpdateConnectionCommandInput} for command's `input` shape.
|
|
31
31
|
* @see {@link UpdateConnectionCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
32
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
33
33
|
*
|
|
34
34
|
*/
|
|
35
35
|
export declare class UpdateConnectionCommand extends $Command<UpdateConnectionCommandInput, UpdateConnectionCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -21,7 +21,7 @@ export interface UpdateDirectConnectGatewayAssociationCommandOutput extends Upda
|
|
|
21
21
|
*
|
|
22
22
|
* @see {@link UpdateDirectConnectGatewayAssociationCommandInput} for command's `input` shape.
|
|
23
23
|
* @see {@link UpdateDirectConnectGatewayAssociationCommandOutput} for command's `response` shape.
|
|
24
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
24
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
25
25
|
*
|
|
26
26
|
*/
|
|
27
27
|
export declare class UpdateDirectConnectGatewayAssociationCommand extends $Command<UpdateDirectConnectGatewayAssociationCommandInput, UpdateDirectConnectGatewayAssociationCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DirectConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DirectConnectClient";
|
|
4
|
+
import { UpdateDirectConnectGatewayRequest, UpdateDirectConnectGatewayResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateDirectConnectGatewayCommandInput extends UpdateDirectConnectGatewayRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateDirectConnectGatewayCommandOutput extends UpdateDirectConnectGatewayResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Updates the name of a current Direct Connect gateway.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { DirectConnectClient, UpdateDirectConnectGatewayCommand } from "@aws-sdk/client-direct-connect"; // ES Modules import
|
|
15
|
+
* // const { DirectConnectClient, UpdateDirectConnectGatewayCommand } = require("@aws-sdk/client-direct-connect"); // CommonJS import
|
|
16
|
+
* const client = new DirectConnectClient(config);
|
|
17
|
+
* const command = new UpdateDirectConnectGatewayCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link UpdateDirectConnectGatewayCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link UpdateDirectConnectGatewayCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class UpdateDirectConnectGatewayCommand extends $Command<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput, DirectConnectClientResolvedConfig> {
|
|
27
|
+
readonly input: UpdateDirectConnectGatewayCommandInput;
|
|
28
|
+
constructor(input: UpdateDirectConnectGatewayCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DirectConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDirectConnectGatewayCommandInput, UpdateDirectConnectGatewayCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -42,7 +42,7 @@ export interface UpdateLagCommandOutput extends Lag, __MetadataBearer {
|
|
|
42
42
|
*
|
|
43
43
|
* @see {@link UpdateLagCommandInput} for command's `input` shape.
|
|
44
44
|
* @see {@link UpdateLagCommandOutput} for command's `response` shape.
|
|
45
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
45
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
46
46
|
*
|
|
47
47
|
*/
|
|
48
48
|
export declare class UpdateLagCommand extends $Command<UpdateLagCommandInput, UpdateLagCommandOutput, DirectConnectClientResolvedConfig> {
|
|
@@ -26,7 +26,7 @@ export interface UpdateVirtualInterfaceAttributesCommandOutput extends VirtualIn
|
|
|
26
26
|
*
|
|
27
27
|
* @see {@link UpdateVirtualInterfaceAttributesCommandInput} for command's `input` shape.
|
|
28
28
|
* @see {@link UpdateVirtualInterfaceAttributesCommandOutput} for command's `response` shape.
|
|
29
|
-
* @see {@link DirectConnectClientResolvedConfig | config} for
|
|
29
|
+
* @see {@link DirectConnectClientResolvedConfig | config} for DirectConnectClient's `config` shape.
|
|
30
30
|
*
|
|
31
31
|
*/
|
|
32
32
|
export declare class UpdateVirtualInterfaceAttributesCommand extends $Command<UpdateVirtualInterfaceAttributesCommandInput, UpdateVirtualInterfaceAttributesCommandOutput, DirectConnectClientResolvedConfig> {
|