@aws-sdk/client-direct-connect 3.650.0 → 3.654.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/dist-types/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +11 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +11 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +11 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +11 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +11 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +11 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +11 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +11 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +11 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +11 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +11 -0
- package/dist-types/commands/CreateLagCommand.d.ts +11 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +11 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +11 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +11 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +11 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +11 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +11 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +11 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +11 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +11 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +11 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +11 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +11 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +11 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +11 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +11 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +11 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/AcceptDirectConnectGatewayAssociationProposalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocateConnectionOnInterconnectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocateHostedConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocatePublicVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AllocateTransitVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateConnectionWithLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateHostedConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateMacSecKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/AssociateVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmCustomerAgreementCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateBGPPeerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateDirectConnectGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateInterconnectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePrivateVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreatePublicVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CreateTransitVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteBGPPeerCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteDirectConnectGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteInterconnectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteVirtualInterfaceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectionLoaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeConnectionsOnInterconnectCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeCustomerMetadataCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDirectConnectGatewaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeHostedConnectionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInterconnectLoaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeInterconnectsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLoaCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeLocationsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeRouterConfigurationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVirtualGatewaysCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeVirtualInterfacesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateConnectionFromLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DisassociateMacSecKeyCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartBgpFailoverTestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StopBgpFailoverTestCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateConnectionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateDirectConnectGatewayCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateLagCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -81,4 +81,15 @@ declare const DescribeDirectConnectGatewayAttachmentsCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends DescribeDirectConnectGatewayAttachmentsCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: DescribeDirectConnectGatewayAttachmentsRequest;
|
|
88
|
+
output: DescribeDirectConnectGatewayAttachmentsResult;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: DescribeDirectConnectGatewayAttachmentsCommandInput;
|
|
92
|
+
output: DescribeDirectConnectGatewayAttachmentsCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeDirectConnectGatewaysCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeDirectConnectGatewaysCommand extends DescribeDirectConnectGatewaysCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeDirectConnectGatewaysRequest;
|
|
82
|
+
output: DescribeDirectConnectGatewaysResult;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeDirectConnectGatewaysCommandInput;
|
|
86
|
+
output: DescribeDirectConnectGatewaysCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -104,4 +104,15 @@ declare const DescribeHostedConnectionsCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class DescribeHostedConnectionsCommand extends DescribeHostedConnectionsCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: DescribeHostedConnectionsRequest;
|
|
111
|
+
output: Connections;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: DescribeHostedConnectionsCommandInput;
|
|
115
|
+
output: DescribeHostedConnectionsCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -76,4 +76,15 @@ declare const DescribeInterconnectLoaCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DescribeInterconnectLoaCommand extends DescribeInterconnectLoaCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DescribeInterconnectLoaRequest;
|
|
83
|
+
output: DescribeInterconnectLoaResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DescribeInterconnectLoaCommandInput;
|
|
87
|
+
output: DescribeInterconnectLoaCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -86,4 +86,15 @@ declare const DescribeInterconnectsCommand_base: {
|
|
|
86
86
|
* @public
|
|
87
87
|
*/
|
|
88
88
|
export declare class DescribeInterconnectsCommand extends DescribeInterconnectsCommand_base {
|
|
89
|
+
/** @internal type navigation helper, not in runtime. */
|
|
90
|
+
protected static __types: {
|
|
91
|
+
api: {
|
|
92
|
+
input: DescribeInterconnectsRequest;
|
|
93
|
+
output: Interconnects;
|
|
94
|
+
};
|
|
95
|
+
sdk: {
|
|
96
|
+
input: DescribeInterconnectsCommandInput;
|
|
97
|
+
output: DescribeInterconnectsCommandOutput;
|
|
98
|
+
};
|
|
99
|
+
};
|
|
89
100
|
}
|
|
@@ -136,4 +136,15 @@ declare const DescribeLagsCommand_base: {
|
|
|
136
136
|
* @public
|
|
137
137
|
*/
|
|
138
138
|
export declare class DescribeLagsCommand extends DescribeLagsCommand_base {
|
|
139
|
+
/** @internal type navigation helper, not in runtime. */
|
|
140
|
+
protected static __types: {
|
|
141
|
+
api: {
|
|
142
|
+
input: DescribeLagsRequest;
|
|
143
|
+
output: Lags;
|
|
144
|
+
};
|
|
145
|
+
sdk: {
|
|
146
|
+
input: DescribeLagsCommandInput;
|
|
147
|
+
output: DescribeLagsCommandOutput;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
139
150
|
}
|
|
@@ -69,4 +69,15 @@ declare const DescribeLoaCommand_base: {
|
|
|
69
69
|
* @public
|
|
70
70
|
*/
|
|
71
71
|
export declare class DescribeLoaCommand extends DescribeLoaCommand_base {
|
|
72
|
+
/** @internal type navigation helper, not in runtime. */
|
|
73
|
+
protected static __types: {
|
|
74
|
+
api: {
|
|
75
|
+
input: DescribeLoaRequest;
|
|
76
|
+
output: Loa;
|
|
77
|
+
};
|
|
78
|
+
sdk: {
|
|
79
|
+
input: DescribeLoaCommandInput;
|
|
80
|
+
output: DescribeLoaCommandOutput;
|
|
81
|
+
};
|
|
82
|
+
};
|
|
72
83
|
}
|
|
@@ -77,4 +77,15 @@ declare const DescribeLocationsCommand_base: {
|
|
|
77
77
|
* @public
|
|
78
78
|
*/
|
|
79
79
|
export declare class DescribeLocationsCommand extends DescribeLocationsCommand_base {
|
|
80
|
+
/** @internal type navigation helper, not in runtime. */
|
|
81
|
+
protected static __types: {
|
|
82
|
+
api: {
|
|
83
|
+
input: {};
|
|
84
|
+
output: Locations;
|
|
85
|
+
};
|
|
86
|
+
sdk: {
|
|
87
|
+
input: DescribeLocationsCommandInput;
|
|
88
|
+
output: DescribeLocationsCommandOutput;
|
|
89
|
+
};
|
|
90
|
+
};
|
|
80
91
|
}
|
|
@@ -76,4 +76,15 @@ declare const DescribeRouterConfigurationCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class DescribeRouterConfigurationCommand extends DescribeRouterConfigurationCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: DescribeRouterConfigurationRequest;
|
|
83
|
+
output: DescribeRouterConfigurationResponse;
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: DescribeRouterConfigurationCommandInput;
|
|
87
|
+
output: DescribeRouterConfigurationCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -75,4 +75,15 @@ declare const DescribeTagsCommand_base: {
|
|
|
75
75
|
* @public
|
|
76
76
|
*/
|
|
77
77
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
78
|
+
/** @internal type navigation helper, not in runtime. */
|
|
79
|
+
protected static __types: {
|
|
80
|
+
api: {
|
|
81
|
+
input: DescribeTagsRequest;
|
|
82
|
+
output: DescribeTagsResponse;
|
|
83
|
+
};
|
|
84
|
+
sdk: {
|
|
85
|
+
input: DescribeTagsCommandInput;
|
|
86
|
+
output: DescribeTagsCommandOutput;
|
|
87
|
+
};
|
|
88
|
+
};
|
|
78
89
|
}
|
|
@@ -70,4 +70,15 @@ declare const DescribeVirtualGatewaysCommand_base: {
|
|
|
70
70
|
* @public
|
|
71
71
|
*/
|
|
72
72
|
export declare class DescribeVirtualGatewaysCommand extends DescribeVirtualGatewaysCommand_base {
|
|
73
|
+
/** @internal type navigation helper, not in runtime. */
|
|
74
|
+
protected static __types: {
|
|
75
|
+
api: {
|
|
76
|
+
input: {};
|
|
77
|
+
output: VirtualGateways;
|
|
78
|
+
};
|
|
79
|
+
sdk: {
|
|
80
|
+
input: DescribeVirtualGatewaysCommandInput;
|
|
81
|
+
output: DescribeVirtualGatewaysCommandOutput;
|
|
82
|
+
};
|
|
83
|
+
};
|
|
73
84
|
}
|
|
@@ -119,4 +119,15 @@ declare const DescribeVirtualInterfacesCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class DescribeVirtualInterfacesCommand extends DescribeVirtualInterfacesCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: DescribeVirtualInterfacesRequest;
|
|
126
|
+
output: VirtualInterfaces;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: DescribeVirtualInterfacesCommandInput;
|
|
130
|
+
output: DescribeVirtualInterfacesCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -106,4 +106,15 @@ declare const DisassociateConnectionFromLagCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class DisassociateConnectionFromLagCommand extends DisassociateConnectionFromLagCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: DisassociateConnectionFromLagRequest;
|
|
113
|
+
output: Connection;
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: DisassociateConnectionFromLagCommandInput;
|
|
117
|
+
output: DisassociateConnectionFromLagCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -72,4 +72,15 @@ declare const DisassociateMacSecKeyCommand_base: {
|
|
|
72
72
|
* @public
|
|
73
73
|
*/
|
|
74
74
|
export declare class DisassociateMacSecKeyCommand extends DisassociateMacSecKeyCommand_base {
|
|
75
|
+
/** @internal type navigation helper, not in runtime. */
|
|
76
|
+
protected static __types: {
|
|
77
|
+
api: {
|
|
78
|
+
input: DisassociateMacSecKeyRequest;
|
|
79
|
+
output: DisassociateMacSecKeyResponse;
|
|
80
|
+
};
|
|
81
|
+
sdk: {
|
|
82
|
+
input: DisassociateMacSecKeyCommandInput;
|
|
83
|
+
output: DisassociateMacSecKeyCommandOutput;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
75
86
|
}
|
|
@@ -84,4 +84,15 @@ declare const ListVirtualInterfaceTestHistoryCommand_base: {
|
|
|
84
84
|
* @public
|
|
85
85
|
*/
|
|
86
86
|
export declare class ListVirtualInterfaceTestHistoryCommand extends ListVirtualInterfaceTestHistoryCommand_base {
|
|
87
|
+
/** @internal type navigation helper, not in runtime. */
|
|
88
|
+
protected static __types: {
|
|
89
|
+
api: {
|
|
90
|
+
input: ListVirtualInterfaceTestHistoryRequest;
|
|
91
|
+
output: ListVirtualInterfaceTestHistoryResponse;
|
|
92
|
+
};
|
|
93
|
+
sdk: {
|
|
94
|
+
input: ListVirtualInterfaceTestHistoryCommandInput;
|
|
95
|
+
output: ListVirtualInterfaceTestHistoryCommandOutput;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
87
98
|
}
|
|
@@ -81,4 +81,15 @@ declare const StartBgpFailoverTestCommand_base: {
|
|
|
81
81
|
* @public
|
|
82
82
|
*/
|
|
83
83
|
export declare class StartBgpFailoverTestCommand extends StartBgpFailoverTestCommand_base {
|
|
84
|
+
/** @internal type navigation helper, not in runtime. */
|
|
85
|
+
protected static __types: {
|
|
86
|
+
api: {
|
|
87
|
+
input: StartBgpFailoverTestRequest;
|
|
88
|
+
output: StartBgpFailoverTestResponse;
|
|
89
|
+
};
|
|
90
|
+
sdk: {
|
|
91
|
+
input: StartBgpFailoverTestCommandInput;
|
|
92
|
+
output: StartBgpFailoverTestCommandOutput;
|
|
93
|
+
};
|
|
94
|
+
};
|
|
84
95
|
}
|
|
@@ -74,4 +74,15 @@ declare const StopBgpFailoverTestCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class StopBgpFailoverTestCommand extends StopBgpFailoverTestCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: StopBgpFailoverTestRequest;
|
|
81
|
+
output: StopBgpFailoverTestResponse;
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: StopBgpFailoverTestCommandInput;
|
|
85
|
+
output: StopBgpFailoverTestCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -74,4 +74,15 @@ declare const TagResourceCommand_base: {
|
|
|
74
74
|
* @public
|
|
75
75
|
*/
|
|
76
76
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
77
|
+
/** @internal type navigation helper, not in runtime. */
|
|
78
|
+
protected static __types: {
|
|
79
|
+
api: {
|
|
80
|
+
input: TagResourceRequest;
|
|
81
|
+
output: {};
|
|
82
|
+
};
|
|
83
|
+
sdk: {
|
|
84
|
+
input: TagResourceCommandInput;
|
|
85
|
+
output: TagResourceCommandOutput;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
77
88
|
}
|
|
@@ -64,4 +64,15 @@ declare const UntagResourceCommand_base: {
|
|
|
64
64
|
* @public
|
|
65
65
|
*/
|
|
66
66
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
67
|
+
/** @internal type navigation helper, not in runtime. */
|
|
68
|
+
protected static __types: {
|
|
69
|
+
api: {
|
|
70
|
+
input: UntagResourceRequest;
|
|
71
|
+
output: {};
|
|
72
|
+
};
|
|
73
|
+
sdk: {
|
|
74
|
+
input: UntagResourceCommandInput;
|
|
75
|
+
output: UntagResourceCommandOutput;
|
|
76
|
+
};
|
|
77
|
+
};
|
|
67
78
|
}
|
|
@@ -107,4 +107,15 @@ declare const UpdateConnectionCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: UpdateConnectionRequest;
|
|
114
|
+
output: Connection;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: UpdateConnectionCommandInput;
|
|
118
|
+
output: UpdateConnectionCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -94,4 +94,15 @@ declare const UpdateDirectConnectGatewayAssociationCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class UpdateDirectConnectGatewayAssociationCommand extends UpdateDirectConnectGatewayAssociationCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: UpdateDirectConnectGatewayAssociationRequest;
|
|
101
|
+
output: UpdateDirectConnectGatewayAssociationResult;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: UpdateDirectConnectGatewayAssociationCommandInput;
|
|
105
|
+
output: UpdateDirectConnectGatewayAssociationCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -71,4 +71,15 @@ declare const UpdateDirectConnectGatewayCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class UpdateDirectConnectGatewayCommand extends UpdateDirectConnectGatewayCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: UpdateDirectConnectGatewayRequest;
|
|
78
|
+
output: UpdateDirectConnectGatewayResponse;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: UpdateDirectConnectGatewayCommandInput;
|
|
82
|
+
output: UpdateDirectConnectGatewayCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -157,4 +157,15 @@ declare const UpdateLagCommand_base: {
|
|
|
157
157
|
* @public
|
|
158
158
|
*/
|
|
159
159
|
export declare class UpdateLagCommand extends UpdateLagCommand_base {
|
|
160
|
+
/** @internal type navigation helper, not in runtime. */
|
|
161
|
+
protected static __types: {
|
|
162
|
+
api: {
|
|
163
|
+
input: UpdateLagRequest;
|
|
164
|
+
output: Lag;
|
|
165
|
+
};
|
|
166
|
+
sdk: {
|
|
167
|
+
input: UpdateLagCommandInput;
|
|
168
|
+
output: UpdateLagCommandOutput;
|
|
169
|
+
};
|
|
170
|
+
};
|
|
160
171
|
}
|
|
@@ -119,4 +119,15 @@ declare const UpdateVirtualInterfaceAttributesCommand_base: {
|
|
|
119
119
|
* @public
|
|
120
120
|
*/
|
|
121
121
|
export declare class UpdateVirtualInterfaceAttributesCommand extends UpdateVirtualInterfaceAttributesCommand_base {
|
|
122
|
+
/** @internal type navigation helper, not in runtime. */
|
|
123
|
+
protected static __types: {
|
|
124
|
+
api: {
|
|
125
|
+
input: UpdateVirtualInterfaceAttributesRequest;
|
|
126
|
+
output: VirtualInterface;
|
|
127
|
+
};
|
|
128
|
+
sdk: {
|
|
129
|
+
input: UpdateVirtualInterfaceAttributesCommandInput;
|
|
130
|
+
output: UpdateVirtualInterfaceAttributesCommandOutput;
|
|
131
|
+
};
|
|
132
|
+
};
|
|
122
133
|
}
|
|
@@ -37,4 +37,15 @@ declare const AcceptDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends AcceptDirectConnectGatewayAssociationProposalCommand_base {
|
|
40
|
+
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends AcceptDirectConnectGatewayAssociationProposalCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AcceptDirectConnectGatewayAssociationProposalRequest;
|
|
44
|
+
output: AcceptDirectConnectGatewayAssociationProposalResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AcceptDirectConnectGatewayAssociationProposalCommandInput;
|
|
48
|
+
output: AcceptDirectConnectGatewayAssociationProposalCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AllocateConnectionOnInterconnectCommand extends AllocateConnectionOnInterconnectCommand_base {
|
|
40
|
+
export declare class AllocateConnectionOnInterconnectCommand extends AllocateConnectionOnInterconnectCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AllocateConnectionOnInterconnectRequest;
|
|
44
|
+
output: Connection;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AllocateConnectionOnInterconnectCommandInput;
|
|
48
|
+
output: AllocateConnectionOnInterconnectCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AllocateHostedConnectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AllocateHostedConnectionCommand extends AllocateHostedConnectionCommand_base {
|
|
40
|
+
export declare class AllocateHostedConnectionCommand extends AllocateHostedConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AllocateHostedConnectionRequest;
|
|
44
|
+
output: Connection;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AllocateHostedConnectionCommandInput;
|
|
48
|
+
output: AllocateHostedConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AllocatePrivateVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AllocatePrivateVirtualInterfaceCommand extends AllocatePrivateVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class AllocatePrivateVirtualInterfaceCommand extends AllocatePrivateVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AllocatePrivateVirtualInterfaceRequest;
|
|
44
|
+
output: VirtualInterface;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AllocatePrivateVirtualInterfaceCommandInput;
|
|
48
|
+
output: AllocatePrivateVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AllocatePublicVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AllocatePublicVirtualInterfaceCommand extends AllocatePublicVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class AllocatePublicVirtualInterfaceCommand extends AllocatePublicVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AllocatePublicVirtualInterfaceRequest;
|
|
44
|
+
output: VirtualInterface;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AllocatePublicVirtualInterfaceCommandInput;
|
|
48
|
+
output: AllocatePublicVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AllocateTransitVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AllocateTransitVirtualInterfaceCommand extends AllocateTransitVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class AllocateTransitVirtualInterfaceCommand extends AllocateTransitVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AllocateTransitVirtualInterfaceRequest;
|
|
44
|
+
output: AllocateTransitVirtualInterfaceResult;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AllocateTransitVirtualInterfaceCommandInput;
|
|
48
|
+
output: AllocateTransitVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateConnectionWithLagCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateConnectionWithLagCommand extends AssociateConnectionWithLagCommand_base {
|
|
40
|
+
export declare class AssociateConnectionWithLagCommand extends AssociateConnectionWithLagCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateConnectionWithLagRequest;
|
|
44
|
+
output: Connection;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateConnectionWithLagCommandInput;
|
|
48
|
+
output: AssociateConnectionWithLagCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateHostedConnectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateHostedConnectionCommand extends AssociateHostedConnectionCommand_base {
|
|
40
|
+
export declare class AssociateHostedConnectionCommand extends AssociateHostedConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateHostedConnectionRequest;
|
|
44
|
+
output: Connection;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateHostedConnectionCommandInput;
|
|
48
|
+
output: AssociateHostedConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateMacSecKeyCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateMacSecKeyCommand extends AssociateMacSecKeyCommand_base {
|
|
40
|
+
export declare class AssociateMacSecKeyCommand extends AssociateMacSecKeyCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateMacSecKeyRequest;
|
|
44
|
+
output: AssociateMacSecKeyResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateMacSecKeyCommandInput;
|
|
48
|
+
output: AssociateMacSecKeyCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const AssociateVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class AssociateVirtualInterfaceCommand extends AssociateVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class AssociateVirtualInterfaceCommand extends AssociateVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: AssociateVirtualInterfaceRequest;
|
|
44
|
+
output: VirtualInterface;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: AssociateVirtualInterfaceCommandInput;
|
|
48
|
+
output: AssociateVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ConfirmConnectionCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ConfirmConnectionCommand extends ConfirmConnectionCommand_base {
|
|
40
|
+
export declare class ConfirmConnectionCommand extends ConfirmConnectionCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ConfirmConnectionRequest;
|
|
44
|
+
output: ConfirmConnectionResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ConfirmConnectionCommandInput;
|
|
48
|
+
output: ConfirmConnectionCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ConfirmCustomerAgreementCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ConfirmCustomerAgreementCommand extends ConfirmCustomerAgreementCommand_base {
|
|
40
|
+
export declare class ConfirmCustomerAgreementCommand extends ConfirmCustomerAgreementCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ConfirmCustomerAgreementRequest;
|
|
44
|
+
output: ConfirmCustomerAgreementResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ConfirmCustomerAgreementCommandInput;
|
|
48
|
+
output: ConfirmCustomerAgreementCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ConfirmPrivateVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ConfirmPrivateVirtualInterfaceCommand extends ConfirmPrivateVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class ConfirmPrivateVirtualInterfaceCommand extends ConfirmPrivateVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ConfirmPrivateVirtualInterfaceRequest;
|
|
44
|
+
output: ConfirmPrivateVirtualInterfaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ConfirmPrivateVirtualInterfaceCommandInput;
|
|
48
|
+
output: ConfirmPrivateVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -37,4 +37,15 @@ declare const ConfirmPublicVirtualInterfaceCommand_base: {
|
|
|
37
37
|
>;
|
|
38
38
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
39
|
};
|
|
40
|
-
export declare class ConfirmPublicVirtualInterfaceCommand extends ConfirmPublicVirtualInterfaceCommand_base {
|
|
40
|
+
export declare class ConfirmPublicVirtualInterfaceCommand extends ConfirmPublicVirtualInterfaceCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ConfirmPublicVirtualInterfaceRequest;
|
|
44
|
+
output: ConfirmPublicVirtualInterfaceResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ConfirmPublicVirtualInterfaceCommandInput;
|
|
48
|
+
output: ConfirmPublicVirtualInterfaceCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|