@aws-sdk/client-direct-connect 3.776.0 → 3.782.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 +1 -0
- package/dist-types/commands/AllocateConnectionOnInterconnectCommand.d.ts +1 -0
- package/dist-types/commands/AllocateHostedConnectionCommand.d.ts +1 -0
- package/dist-types/commands/AllocatePrivateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/AllocatePublicVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/AllocateTransitVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/AssociateConnectionWithLagCommand.d.ts +1 -0
- package/dist-types/commands/AssociateHostedConnectionCommand.d.ts +1 -0
- package/dist-types/commands/AssociateMacSecKeyCommand.d.ts +1 -0
- package/dist-types/commands/AssociateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmConnectionCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmCustomerAgreementCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmPrivateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmPublicVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/ConfirmTransitVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CreateBGPPeerCommand.d.ts +1 -0
- package/dist-types/commands/CreateConnectionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationCommand.d.ts +1 -0
- package/dist-types/commands/CreateDirectConnectGatewayAssociationProposalCommand.d.ts +1 -0
- package/dist-types/commands/CreateDirectConnectGatewayCommand.d.ts +1 -0
- package/dist-types/commands/CreateInterconnectCommand.d.ts +1 -0
- package/dist-types/commands/CreateLagCommand.d.ts +1 -0
- package/dist-types/commands/CreatePrivateVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CreatePublicVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/CreateTransitVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBGPPeerCommand.d.ts +1 -0
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDirectConnectGatewayAssociationProposalCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDirectConnectGatewayCommand.d.ts +1 -0
- package/dist-types/commands/DeleteInterconnectCommand.d.ts +1 -0
- package/dist-types/commands/DeleteLagCommand.d.ts +1 -0
- package/dist-types/commands/DeleteVirtualInterfaceCommand.d.ts +1 -0
- package/dist-types/commands/DescribeConnectionLoaCommand.d.ts +1 -0
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeConnectionsOnInterconnectCommand.d.ts +1 -0
- package/dist-types/commands/DescribeCustomerMetadataCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAssociationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDirectConnectGatewayAttachmentsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDirectConnectGatewaysCommand.d.ts +1 -0
- package/dist-types/commands/DescribeHostedConnectionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInterconnectLoaCommand.d.ts +1 -0
- package/dist-types/commands/DescribeInterconnectsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLagsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLoaCommand.d.ts +1 -0
- package/dist-types/commands/DescribeLocationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeRouterConfigurationCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVirtualGatewaysCommand.d.ts +1 -0
- package/dist-types/commands/DescribeVirtualInterfacesCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateConnectionFromLagCommand.d.ts +1 -0
- package/dist-types/commands/DisassociateMacSecKeyCommand.d.ts +1 -0
- package/dist-types/commands/ListVirtualInterfaceTestHistoryCommand.d.ts +1 -0
- package/dist-types/commands/StartBgpFailoverTestCommand.d.ts +1 -0
- package/dist-types/commands/StopBgpFailoverTestCommand.d.ts +1 -0
- package/dist-types/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateConnectionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDirectConnectGatewayAssociationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDirectConnectGatewayCommand.d.ts +1 -0
- package/dist-types/commands/UpdateLagCommand.d.ts +1 -0
- package/dist-types/commands/UpdateVirtualInterfaceAttributesCommand.d.ts +1 -0
- package/package.json +5 -5
|
@@ -92,6 +92,7 @@ declare const AcceptDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
92
92
|
* @throws {@link DirectConnectServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class AcceptDirectConnectGatewayAssociationProposalCommand extends AcceptDirectConnectGatewayAssociationProposalCommand_base {
|
|
@@ -106,6 +106,7 @@ declare const AllocateConnectionOnInterconnectCommand_base: {
|
|
|
106
106
|
* @throws {@link DirectConnectServiceException}
|
|
107
107
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
108
108
|
*
|
|
109
|
+
*
|
|
109
110
|
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class AllocateConnectionOnInterconnectCommand extends AllocateConnectionOnInterconnectCommand_base {
|
|
@@ -114,6 +114,7 @@ declare const AllocateHostedConnectionCommand_base: {
|
|
|
114
114
|
* @throws {@link DirectConnectServiceException}
|
|
115
115
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
116
116
|
*
|
|
117
|
+
*
|
|
117
118
|
* @public
|
|
118
119
|
*/
|
|
119
120
|
export declare class AllocateHostedConnectionCommand extends AllocateHostedConnectionCommand_base {
|
|
@@ -132,6 +132,7 @@ declare const AllocatePrivateVirtualInterfaceCommand_base: {
|
|
|
132
132
|
* @throws {@link DirectConnectServiceException}
|
|
133
133
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
134
134
|
*
|
|
135
|
+
*
|
|
135
136
|
* @public
|
|
136
137
|
*/
|
|
137
138
|
export declare class AllocatePrivateVirtualInterfaceCommand extends AllocatePrivateVirtualInterfaceCommand_base {
|
|
@@ -139,6 +139,7 @@ declare const AllocatePublicVirtualInterfaceCommand_base: {
|
|
|
139
139
|
* @throws {@link DirectConnectServiceException}
|
|
140
140
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
141
141
|
*
|
|
142
|
+
*
|
|
142
143
|
* @public
|
|
143
144
|
*/
|
|
144
145
|
export declare class AllocatePublicVirtualInterfaceCommand extends AllocatePublicVirtualInterfaceCommand_base {
|
|
@@ -134,6 +134,7 @@ declare const AllocateTransitVirtualInterfaceCommand_base: {
|
|
|
134
134
|
* @throws {@link DirectConnectServiceException}
|
|
135
135
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
136
136
|
*
|
|
137
|
+
*
|
|
137
138
|
* @public
|
|
138
139
|
*/
|
|
139
140
|
export declare class AllocateTransitVirtualInterfaceCommand extends AllocateTransitVirtualInterfaceCommand_base {
|
|
@@ -107,6 +107,7 @@ declare const AssociateConnectionWithLagCommand_base: {
|
|
|
107
107
|
* @throws {@link DirectConnectServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
109
109
|
*
|
|
110
|
+
*
|
|
110
111
|
* @public
|
|
111
112
|
*/
|
|
112
113
|
export declare class AssociateConnectionWithLagCommand extends AssociateConnectionWithLagCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const AssociateHostedConnectionCommand_base: {
|
|
|
101
101
|
* @throws {@link DirectConnectServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class AssociateHostedConnectionCommand extends AssociateHostedConnectionCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const AssociateMacSecKeyCommand_base: {
|
|
|
73
73
|
* @throws {@link DirectConnectServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class AssociateMacSecKeyCommand extends AssociateMacSecKeyCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const AssociateVirtualInterfaceCommand_base: {
|
|
|
117
117
|
* @throws {@link DirectConnectServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class AssociateVirtualInterfaceCommand extends AssociateVirtualInterfaceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ConfirmConnectionCommand_base: {
|
|
|
62
62
|
* @throws {@link DirectConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ConfirmConnectionCommand extends ConfirmConnectionCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ConfirmCustomerAgreementCommand_base: {
|
|
|
62
62
|
* @throws {@link DirectConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ConfirmCustomerAgreementCommand extends ConfirmCustomerAgreementCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const ConfirmPrivateVirtualInterfaceCommand_base: {
|
|
|
65
65
|
* @throws {@link DirectConnectServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class ConfirmPrivateVirtualInterfaceCommand extends ConfirmPrivateVirtualInterfaceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ConfirmPublicVirtualInterfaceCommand_base: {
|
|
|
62
62
|
* @throws {@link DirectConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ConfirmPublicVirtualInterfaceCommand extends ConfirmPublicVirtualInterfaceCommand_base {
|
|
@@ -62,6 +62,7 @@ declare const ConfirmTransitVirtualInterfaceCommand_base: {
|
|
|
62
62
|
* @throws {@link DirectConnectServiceException}
|
|
63
63
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
64
64
|
*
|
|
65
|
+
*
|
|
65
66
|
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class ConfirmTransitVirtualInterfaceCommand extends ConfirmTransitVirtualInterfaceCommand_base {
|
|
@@ -131,6 +131,7 @@ declare const CreateBGPPeerCommand_base: {
|
|
|
131
131
|
* @throws {@link DirectConnectServiceException}
|
|
132
132
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
133
133
|
*
|
|
134
|
+
*
|
|
134
135
|
* @public
|
|
135
136
|
*/
|
|
136
137
|
export declare class CreateBGPPeerCommand extends CreateBGPPeerCommand_base {
|
|
@@ -117,6 +117,7 @@ declare const CreateConnectionCommand_base: {
|
|
|
117
117
|
* @throws {@link DirectConnectServiceException}
|
|
118
118
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
119
119
|
*
|
|
120
|
+
*
|
|
120
121
|
* @public
|
|
121
122
|
*/
|
|
122
123
|
export declare class CreateConnectionCommand extends CreateConnectionCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const CreateDirectConnectGatewayAssociationCommand_base: {
|
|
|
93
93
|
* @throws {@link DirectConnectServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class CreateDirectConnectGatewayAssociationCommand extends CreateDirectConnectGatewayAssociationCommand_base {
|
|
@@ -94,6 +94,7 @@ declare const CreateDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
94
94
|
* @throws {@link DirectConnectServiceException}
|
|
95
95
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
96
96
|
*
|
|
97
|
+
*
|
|
97
98
|
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class CreateDirectConnectGatewayAssociationProposalCommand extends CreateDirectConnectGatewayAssociationProposalCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const CreateDirectConnectGatewayCommand_base: {
|
|
|
85
85
|
* @throws {@link DirectConnectServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class CreateDirectConnectGatewayCommand extends CreateDirectConnectGatewayCommand_base {
|
|
@@ -110,6 +110,7 @@ declare const CreateInterconnectCommand_base: {
|
|
|
110
110
|
* @throws {@link DirectConnectServiceException}
|
|
111
111
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
112
112
|
*
|
|
113
|
+
*
|
|
113
114
|
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class CreateInterconnectCommand extends CreateInterconnectCommand_base {
|
|
@@ -171,6 +171,7 @@ declare const CreateLagCommand_base: {
|
|
|
171
171
|
* @throws {@link DirectConnectServiceException}
|
|
172
172
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
173
173
|
*
|
|
174
|
+
*
|
|
174
175
|
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class CreateLagCommand extends CreateLagCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const CreatePrivateVirtualInterfaceCommand_base: {
|
|
|
142
142
|
* @throws {@link DirectConnectServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class CreatePrivateVirtualInterfaceCommand extends CreatePrivateVirtualInterfaceCommand_base {
|
|
@@ -136,6 +136,7 @@ declare const CreatePublicVirtualInterfaceCommand_base: {
|
|
|
136
136
|
* @throws {@link DirectConnectServiceException}
|
|
137
137
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
138
138
|
*
|
|
139
|
+
*
|
|
139
140
|
* @public
|
|
140
141
|
*/
|
|
141
142
|
export declare class CreatePublicVirtualInterfaceCommand extends CreatePublicVirtualInterfaceCommand_base {
|
|
@@ -142,6 +142,7 @@ declare const CreateTransitVirtualInterfaceCommand_base: {
|
|
|
142
142
|
* @throws {@link DirectConnectServiceException}
|
|
143
143
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
144
144
|
*
|
|
145
|
+
*
|
|
145
146
|
* @public
|
|
146
147
|
*/
|
|
147
148
|
export declare class CreateTransitVirtualInterfaceCommand extends CreateTransitVirtualInterfaceCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const DeleteBGPPeerCommand_base: {
|
|
|
113
113
|
* @throws {@link DirectConnectServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class DeleteBGPPeerCommand extends DeleteBGPPeerCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const DeleteConnectionCommand_base: {
|
|
|
96
96
|
* @throws {@link DirectConnectServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DeleteConnectionCommand extends DeleteConnectionCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DeleteDirectConnectGatewayAssociationCommand_base: {
|
|
|
88
88
|
* @throws {@link DirectConnectServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DeleteDirectConnectGatewayAssociationCommand extends DeleteDirectConnectGatewayAssociationCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const DeleteDirectConnectGatewayAssociationProposalCommand_base: {
|
|
|
81
81
|
* @throws {@link DirectConnectServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class DeleteDirectConnectGatewayAssociationProposalCommand extends DeleteDirectConnectGatewayAssociationProposalCommand_base {
|
|
@@ -75,6 +75,7 @@ declare const DeleteDirectConnectGatewayCommand_base: {
|
|
|
75
75
|
* @throws {@link DirectConnectServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
77
77
|
*
|
|
78
|
+
*
|
|
78
79
|
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class DeleteDirectConnectGatewayCommand extends DeleteDirectConnectGatewayCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DeleteInterconnectCommand_base: {
|
|
|
64
64
|
* @throws {@link DirectConnectServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DeleteInterconnectCommand extends DeleteInterconnectCommand_base {
|
|
@@ -130,6 +130,7 @@ declare const DeleteLagCommand_base: {
|
|
|
130
130
|
* @throws {@link DirectConnectServiceException}
|
|
131
131
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
132
132
|
*
|
|
133
|
+
*
|
|
133
134
|
* @public
|
|
134
135
|
*/
|
|
135
136
|
export declare class DeleteLagCommand extends DeleteLagCommand_base {
|
|
@@ -60,6 +60,7 @@ declare const DeleteVirtualInterfaceCommand_base: {
|
|
|
60
60
|
* @throws {@link DirectConnectServiceException}
|
|
61
61
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
62
62
|
*
|
|
63
|
+
*
|
|
63
64
|
* @public
|
|
64
65
|
*/
|
|
65
66
|
export declare class DeleteVirtualInterfaceCommand extends DeleteVirtualInterfaceCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DescribeConnectionLoaCommand_base: {
|
|
|
74
74
|
* @throws {@link DirectConnectServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeConnectionLoaCommand extends DescribeConnectionLoaCommand_base {
|
|
@@ -97,6 +97,7 @@ declare const DescribeConnectionsCommand_base: {
|
|
|
97
97
|
* @throws {@link DirectConnectServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
99
99
|
*
|
|
100
|
+
*
|
|
100
101
|
* @public
|
|
101
102
|
*/
|
|
102
103
|
export declare class DescribeConnectionsCommand extends DescribeConnectionsCommand_base {
|
|
@@ -105,6 +105,7 @@ declare const DescribeConnectionsOnInterconnectCommand_base: {
|
|
|
105
105
|
* @throws {@link DirectConnectServiceException}
|
|
106
106
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
107
107
|
*
|
|
108
|
+
*
|
|
108
109
|
* @public
|
|
109
110
|
*/
|
|
110
111
|
export declare class DescribeConnectionsOnInterconnectCommand extends DescribeConnectionsOnInterconnectCommand_base {
|
|
@@ -64,6 +64,7 @@ declare const DescribeCustomerMetadataCommand_base: {
|
|
|
64
64
|
* @throws {@link DirectConnectServiceException}
|
|
65
65
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
66
66
|
*
|
|
67
|
+
*
|
|
67
68
|
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class DescribeCustomerMetadataCommand extends DescribeCustomerMetadataCommand_base {
|
|
@@ -88,6 +88,7 @@ declare const DescribeDirectConnectGatewayAssociationProposalsCommand_base: {
|
|
|
88
88
|
* @throws {@link DirectConnectServiceException}
|
|
89
89
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
90
90
|
*
|
|
91
|
+
*
|
|
91
92
|
* @public
|
|
92
93
|
*/
|
|
93
94
|
export declare class DescribeDirectConnectGatewayAssociationProposalsCommand extends DescribeDirectConnectGatewayAssociationProposalsCommand_base {
|
|
@@ -123,6 +123,7 @@ declare const DescribeDirectConnectGatewayAssociationsCommand_base: {
|
|
|
123
123
|
* @throws {@link DirectConnectServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
125
125
|
*
|
|
126
|
+
*
|
|
126
127
|
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class DescribeDirectConnectGatewayAssociationsCommand extends DescribeDirectConnectGatewayAssociationsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DescribeDirectConnectGatewayAttachmentsCommand_base: {
|
|
|
78
78
|
* @throws {@link DirectConnectServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeDirectConnectGatewayAttachmentsCommand extends DescribeDirectConnectGatewayAttachmentsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const DescribeDirectConnectGatewaysCommand_base: {
|
|
|
78
78
|
* @throws {@link DirectConnectServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeDirectConnectGatewaysCommand extends DescribeDirectConnectGatewaysCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const DescribeHostedConnectionsCommand_base: {
|
|
|
101
101
|
* @throws {@link DirectConnectServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DescribeHostedConnectionsCommand extends DescribeHostedConnectionsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DescribeInterconnectLoaCommand_base: {
|
|
|
73
73
|
* @throws {@link DirectConnectServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeInterconnectLoaCommand extends DescribeInterconnectLoaCommand_base {
|
|
@@ -83,6 +83,7 @@ declare const DescribeInterconnectsCommand_base: {
|
|
|
83
83
|
* @throws {@link DirectConnectServiceException}
|
|
84
84
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
85
85
|
*
|
|
86
|
+
*
|
|
86
87
|
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class DescribeInterconnectsCommand extends DescribeInterconnectsCommand_base {
|
|
@@ -133,6 +133,7 @@ declare const DescribeLagsCommand_base: {
|
|
|
133
133
|
* @throws {@link DirectConnectServiceException}
|
|
134
134
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
135
135
|
*
|
|
136
|
+
*
|
|
136
137
|
* @public
|
|
137
138
|
*/
|
|
138
139
|
export declare class DescribeLagsCommand extends DescribeLagsCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DescribeLoaCommand_base: {
|
|
|
66
66
|
* @throws {@link DirectConnectServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DescribeLoaCommand extends DescribeLoaCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const DescribeLocationsCommand_base: {
|
|
|
74
74
|
* @throws {@link DirectConnectServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeLocationsCommand extends DescribeLocationsCommand_base {
|
|
@@ -73,6 +73,7 @@ declare const DescribeRouterConfigurationCommand_base: {
|
|
|
73
73
|
* @throws {@link DirectConnectServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
75
75
|
*
|
|
76
|
+
*
|
|
76
77
|
* @public
|
|
77
78
|
*/
|
|
78
79
|
export declare class DescribeRouterConfigurationCommand extends DescribeRouterConfigurationCommand_base {
|
|
@@ -72,6 +72,7 @@ declare const DescribeTagsCommand_base: {
|
|
|
72
72
|
* @throws {@link DirectConnectServiceException}
|
|
73
73
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
74
74
|
*
|
|
75
|
+
*
|
|
75
76
|
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
@@ -67,6 +67,7 @@ declare const DescribeVirtualGatewaysCommand_base: {
|
|
|
67
67
|
* @throws {@link DirectConnectServiceException}
|
|
68
68
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
69
69
|
*
|
|
70
|
+
*
|
|
70
71
|
* @public
|
|
71
72
|
*/
|
|
72
73
|
export declare class DescribeVirtualGatewaysCommand extends DescribeVirtualGatewaysCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const DescribeVirtualInterfacesCommand_base: {
|
|
|
116
116
|
* @throws {@link DirectConnectServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class DescribeVirtualInterfacesCommand extends DescribeVirtualInterfacesCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const DisassociateConnectionFromLagCommand_base: {
|
|
|
103
103
|
* @throws {@link DirectConnectServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class DisassociateConnectionFromLagCommand extends DisassociateConnectionFromLagCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DisassociateMacSecKeyCommand_base: {
|
|
|
69
69
|
* @throws {@link DirectConnectServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DisassociateMacSecKeyCommand extends DisassociateMacSecKeyCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const ListVirtualInterfaceTestHistoryCommand_base: {
|
|
|
81
81
|
* @throws {@link DirectConnectServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class ListVirtualInterfaceTestHistoryCommand extends ListVirtualInterfaceTestHistoryCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const StartBgpFailoverTestCommand_base: {
|
|
|
78
78
|
* @throws {@link DirectConnectServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class StartBgpFailoverTestCommand extends StartBgpFailoverTestCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const StopBgpFailoverTestCommand_base: {
|
|
|
71
71
|
* @throws {@link DirectConnectServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class StopBgpFailoverTestCommand extends StopBgpFailoverTestCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const TagResourceCommand_base: {
|
|
|
71
71
|
* @throws {@link DirectConnectServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
@@ -61,6 +61,7 @@ declare const UntagResourceCommand_base: {
|
|
|
61
61
|
* @throws {@link DirectConnectServiceException}
|
|
62
62
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
63
63
|
*
|
|
64
|
+
*
|
|
64
65
|
* @public
|
|
65
66
|
*/
|
|
66
67
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
@@ -104,6 +104,7 @@ declare const UpdateConnectionCommand_base: {
|
|
|
104
104
|
* @throws {@link DirectConnectServiceException}
|
|
105
105
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
106
106
|
*
|
|
107
|
+
*
|
|
107
108
|
* @public
|
|
108
109
|
*/
|
|
109
110
|
export declare class UpdateConnectionCommand extends UpdateConnectionCommand_base {
|
|
@@ -96,6 +96,7 @@ declare const UpdateDirectConnectGatewayAssociationCommand_base: {
|
|
|
96
96
|
* @throws {@link DirectConnectServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
98
98
|
*
|
|
99
|
+
*
|
|
99
100
|
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class UpdateDirectConnectGatewayAssociationCommand extends UpdateDirectConnectGatewayAssociationCommand_base {
|
|
@@ -74,6 +74,7 @@ declare const UpdateDirectConnectGatewayCommand_base: {
|
|
|
74
74
|
* @throws {@link DirectConnectServiceException}
|
|
75
75
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
76
76
|
*
|
|
77
|
+
*
|
|
77
78
|
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class UpdateDirectConnectGatewayCommand extends UpdateDirectConnectGatewayCommand_base {
|
|
@@ -154,6 +154,7 @@ declare const UpdateLagCommand_base: {
|
|
|
154
154
|
* @throws {@link DirectConnectServiceException}
|
|
155
155
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
156
156
|
*
|
|
157
|
+
*
|
|
157
158
|
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class UpdateLagCommand extends UpdateLagCommand_base {
|
|
@@ -116,6 +116,7 @@ declare const UpdateVirtualInterfaceAttributesCommand_base: {
|
|
|
116
116
|
* @throws {@link DirectConnectServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from DirectConnect service.</p>
|
|
118
118
|
*
|
|
119
|
+
*
|
|
119
120
|
* @public
|
|
120
121
|
*/
|
|
121
122
|
export declare class UpdateVirtualInterfaceAttributesCommand extends UpdateVirtualInterfaceAttributesCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-direct-connect",
|
|
3
3
|
"description": "AWS SDK for JavaScript Direct Connect Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.782.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-direct-connect",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.782.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.782.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.775.0",
|
|
30
30
|
"@aws-sdk/types": "3.775.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.782.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.775.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.782.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.1.0",
|
|
35
35
|
"@smithy/core": "^3.2.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.0.2",
|