@aws-sdk/client-direct-connect 3.927.0 → 3.928.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.
Files changed (84) hide show
  1. package/dist-cjs/index.js +1693 -1913
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/DirectConnectClient.js +2 -0
  4. package/dist-es/commands/AcceptDirectConnectGatewayAssociationProposalCommand.js +3 -9
  5. package/dist-es/commands/AllocateConnectionOnInterconnectCommand.js +3 -9
  6. package/dist-es/commands/AllocateHostedConnectionCommand.js +3 -9
  7. package/dist-es/commands/AllocatePrivateVirtualInterfaceCommand.js +3 -9
  8. package/dist-es/commands/AllocatePublicVirtualInterfaceCommand.js +3 -9
  9. package/dist-es/commands/AllocateTransitVirtualInterfaceCommand.js +3 -9
  10. package/dist-es/commands/AssociateConnectionWithLagCommand.js +3 -9
  11. package/dist-es/commands/AssociateHostedConnectionCommand.js +3 -9
  12. package/dist-es/commands/AssociateMacSecKeyCommand.js +3 -9
  13. package/dist-es/commands/AssociateVirtualInterfaceCommand.js +3 -9
  14. package/dist-es/commands/ConfirmConnectionCommand.js +3 -9
  15. package/dist-es/commands/ConfirmCustomerAgreementCommand.js +3 -9
  16. package/dist-es/commands/ConfirmPrivateVirtualInterfaceCommand.js +3 -9
  17. package/dist-es/commands/ConfirmPublicVirtualInterfaceCommand.js +3 -9
  18. package/dist-es/commands/ConfirmTransitVirtualInterfaceCommand.js +3 -9
  19. package/dist-es/commands/CreateBGPPeerCommand.js +3 -9
  20. package/dist-es/commands/CreateConnectionCommand.js +3 -9
  21. package/dist-es/commands/CreateDirectConnectGatewayAssociationCommand.js +3 -9
  22. package/dist-es/commands/CreateDirectConnectGatewayAssociationProposalCommand.js +3 -9
  23. package/dist-es/commands/CreateDirectConnectGatewayCommand.js +3 -9
  24. package/dist-es/commands/CreateInterconnectCommand.js +3 -9
  25. package/dist-es/commands/CreateLagCommand.js +3 -9
  26. package/dist-es/commands/CreatePrivateVirtualInterfaceCommand.js +3 -9
  27. package/dist-es/commands/CreatePublicVirtualInterfaceCommand.js +3 -9
  28. package/dist-es/commands/CreateTransitVirtualInterfaceCommand.js +3 -9
  29. package/dist-es/commands/DeleteBGPPeerCommand.js +3 -9
  30. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  31. package/dist-es/commands/DeleteDirectConnectGatewayAssociationCommand.js +3 -9
  32. package/dist-es/commands/DeleteDirectConnectGatewayAssociationProposalCommand.js +3 -9
  33. package/dist-es/commands/DeleteDirectConnectGatewayCommand.js +3 -9
  34. package/dist-es/commands/DeleteInterconnectCommand.js +3 -9
  35. package/dist-es/commands/DeleteLagCommand.js +3 -9
  36. package/dist-es/commands/DeleteVirtualInterfaceCommand.js +3 -9
  37. package/dist-es/commands/DescribeConnectionLoaCommand.js +3 -9
  38. package/dist-es/commands/DescribeConnectionsCommand.js +3 -9
  39. package/dist-es/commands/DescribeConnectionsOnInterconnectCommand.js +3 -9
  40. package/dist-es/commands/DescribeCustomerMetadataCommand.js +3 -9
  41. package/dist-es/commands/DescribeDirectConnectGatewayAssociationProposalsCommand.js +3 -9
  42. package/dist-es/commands/DescribeDirectConnectGatewayAssociationsCommand.js +3 -9
  43. package/dist-es/commands/DescribeDirectConnectGatewayAttachmentsCommand.js +3 -9
  44. package/dist-es/commands/DescribeDirectConnectGatewaysCommand.js +3 -9
  45. package/dist-es/commands/DescribeHostedConnectionsCommand.js +3 -9
  46. package/dist-es/commands/DescribeInterconnectLoaCommand.js +3 -9
  47. package/dist-es/commands/DescribeInterconnectsCommand.js +3 -9
  48. package/dist-es/commands/DescribeLagsCommand.js +3 -9
  49. package/dist-es/commands/DescribeLoaCommand.js +3 -9
  50. package/dist-es/commands/DescribeLocationsCommand.js +3 -9
  51. package/dist-es/commands/DescribeRouterConfigurationCommand.js +3 -9
  52. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  53. package/dist-es/commands/DescribeVirtualGatewaysCommand.js +3 -9
  54. package/dist-es/commands/DescribeVirtualInterfacesCommand.js +3 -9
  55. package/dist-es/commands/DisassociateConnectionFromLagCommand.js +3 -9
  56. package/dist-es/commands/DisassociateMacSecKeyCommand.js +3 -9
  57. package/dist-es/commands/ListVirtualInterfaceTestHistoryCommand.js +3 -9
  58. package/dist-es/commands/StartBgpFailoverTestCommand.js +3 -9
  59. package/dist-es/commands/StopBgpFailoverTestCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -9
  61. package/dist-es/commands/UntagResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateConnectionCommand.js +3 -9
  63. package/dist-es/commands/UpdateDirectConnectGatewayAssociationCommand.js +3 -9
  64. package/dist-es/commands/UpdateDirectConnectGatewayCommand.js +3 -9
  65. package/dist-es/commands/UpdateLagCommand.js +3 -9
  66. package/dist-es/commands/UpdateVirtualInterfaceAttributesCommand.js +3 -9
  67. package/dist-es/runtimeConfig.shared.js +7 -0
  68. package/dist-es/schemas/schemas_0.js +1559 -0
  69. package/dist-types/DirectConnectClient.d.ts +10 -1
  70. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  71. package/dist-types/runtimeConfig.d.ts +1 -0
  72. package/dist-types/runtimeConfig.native.d.ts +1 -0
  73. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  74. package/dist-types/schemas/schemas_0.d.ts +223 -0
  75. package/dist-types/ts3.4/DirectConnectClient.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  78. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  80. package/dist-types/ts3.4/schemas/schemas_0.d.ts +228 -0
  81. package/package.json +5 -5
  82. package/dist-es/protocols/Aws_json1_1.js +0 -1464
  83. package/dist-types/protocols/Aws_json1_1.d.ts +0 -569
  84. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -761
@@ -1,761 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AcceptDirectConnectGatewayAssociationProposalCommandInput,
8
- AcceptDirectConnectGatewayAssociationProposalCommandOutput,
9
- } from "../commands/AcceptDirectConnectGatewayAssociationProposalCommand";
10
- import {
11
- AllocateConnectionOnInterconnectCommandInput,
12
- AllocateConnectionOnInterconnectCommandOutput,
13
- } from "../commands/AllocateConnectionOnInterconnectCommand";
14
- import {
15
- AllocateHostedConnectionCommandInput,
16
- AllocateHostedConnectionCommandOutput,
17
- } from "../commands/AllocateHostedConnectionCommand";
18
- import {
19
- AllocatePrivateVirtualInterfaceCommandInput,
20
- AllocatePrivateVirtualInterfaceCommandOutput,
21
- } from "../commands/AllocatePrivateVirtualInterfaceCommand";
22
- import {
23
- AllocatePublicVirtualInterfaceCommandInput,
24
- AllocatePublicVirtualInterfaceCommandOutput,
25
- } from "../commands/AllocatePublicVirtualInterfaceCommand";
26
- import {
27
- AllocateTransitVirtualInterfaceCommandInput,
28
- AllocateTransitVirtualInterfaceCommandOutput,
29
- } from "../commands/AllocateTransitVirtualInterfaceCommand";
30
- import {
31
- AssociateConnectionWithLagCommandInput,
32
- AssociateConnectionWithLagCommandOutput,
33
- } from "../commands/AssociateConnectionWithLagCommand";
34
- import {
35
- AssociateHostedConnectionCommandInput,
36
- AssociateHostedConnectionCommandOutput,
37
- } from "../commands/AssociateHostedConnectionCommand";
38
- import {
39
- AssociateMacSecKeyCommandInput,
40
- AssociateMacSecKeyCommandOutput,
41
- } from "../commands/AssociateMacSecKeyCommand";
42
- import {
43
- AssociateVirtualInterfaceCommandInput,
44
- AssociateVirtualInterfaceCommandOutput,
45
- } from "../commands/AssociateVirtualInterfaceCommand";
46
- import {
47
- ConfirmConnectionCommandInput,
48
- ConfirmConnectionCommandOutput,
49
- } from "../commands/ConfirmConnectionCommand";
50
- import {
51
- ConfirmCustomerAgreementCommandInput,
52
- ConfirmCustomerAgreementCommandOutput,
53
- } from "../commands/ConfirmCustomerAgreementCommand";
54
- import {
55
- ConfirmPrivateVirtualInterfaceCommandInput,
56
- ConfirmPrivateVirtualInterfaceCommandOutput,
57
- } from "../commands/ConfirmPrivateVirtualInterfaceCommand";
58
- import {
59
- ConfirmPublicVirtualInterfaceCommandInput,
60
- ConfirmPublicVirtualInterfaceCommandOutput,
61
- } from "../commands/ConfirmPublicVirtualInterfaceCommand";
62
- import {
63
- ConfirmTransitVirtualInterfaceCommandInput,
64
- ConfirmTransitVirtualInterfaceCommandOutput,
65
- } from "../commands/ConfirmTransitVirtualInterfaceCommand";
66
- import {
67
- CreateBGPPeerCommandInput,
68
- CreateBGPPeerCommandOutput,
69
- } from "../commands/CreateBGPPeerCommand";
70
- import {
71
- CreateConnectionCommandInput,
72
- CreateConnectionCommandOutput,
73
- } from "../commands/CreateConnectionCommand";
74
- import {
75
- CreateDirectConnectGatewayAssociationCommandInput,
76
- CreateDirectConnectGatewayAssociationCommandOutput,
77
- } from "../commands/CreateDirectConnectGatewayAssociationCommand";
78
- import {
79
- CreateDirectConnectGatewayAssociationProposalCommandInput,
80
- CreateDirectConnectGatewayAssociationProposalCommandOutput,
81
- } from "../commands/CreateDirectConnectGatewayAssociationProposalCommand";
82
- import {
83
- CreateDirectConnectGatewayCommandInput,
84
- CreateDirectConnectGatewayCommandOutput,
85
- } from "../commands/CreateDirectConnectGatewayCommand";
86
- import {
87
- CreateInterconnectCommandInput,
88
- CreateInterconnectCommandOutput,
89
- } from "../commands/CreateInterconnectCommand";
90
- import {
91
- CreateLagCommandInput,
92
- CreateLagCommandOutput,
93
- } from "../commands/CreateLagCommand";
94
- import {
95
- CreatePrivateVirtualInterfaceCommandInput,
96
- CreatePrivateVirtualInterfaceCommandOutput,
97
- } from "../commands/CreatePrivateVirtualInterfaceCommand";
98
- import {
99
- CreatePublicVirtualInterfaceCommandInput,
100
- CreatePublicVirtualInterfaceCommandOutput,
101
- } from "../commands/CreatePublicVirtualInterfaceCommand";
102
- import {
103
- CreateTransitVirtualInterfaceCommandInput,
104
- CreateTransitVirtualInterfaceCommandOutput,
105
- } from "../commands/CreateTransitVirtualInterfaceCommand";
106
- import {
107
- DeleteBGPPeerCommandInput,
108
- DeleteBGPPeerCommandOutput,
109
- } from "../commands/DeleteBGPPeerCommand";
110
- import {
111
- DeleteConnectionCommandInput,
112
- DeleteConnectionCommandOutput,
113
- } from "../commands/DeleteConnectionCommand";
114
- import {
115
- DeleteDirectConnectGatewayAssociationCommandInput,
116
- DeleteDirectConnectGatewayAssociationCommandOutput,
117
- } from "../commands/DeleteDirectConnectGatewayAssociationCommand";
118
- import {
119
- DeleteDirectConnectGatewayAssociationProposalCommandInput,
120
- DeleteDirectConnectGatewayAssociationProposalCommandOutput,
121
- } from "../commands/DeleteDirectConnectGatewayAssociationProposalCommand";
122
- import {
123
- DeleteDirectConnectGatewayCommandInput,
124
- DeleteDirectConnectGatewayCommandOutput,
125
- } from "../commands/DeleteDirectConnectGatewayCommand";
126
- import {
127
- DeleteInterconnectCommandInput,
128
- DeleteInterconnectCommandOutput,
129
- } from "../commands/DeleteInterconnectCommand";
130
- import {
131
- DeleteLagCommandInput,
132
- DeleteLagCommandOutput,
133
- } from "../commands/DeleteLagCommand";
134
- import {
135
- DeleteVirtualInterfaceCommandInput,
136
- DeleteVirtualInterfaceCommandOutput,
137
- } from "../commands/DeleteVirtualInterfaceCommand";
138
- import {
139
- DescribeConnectionLoaCommandInput,
140
- DescribeConnectionLoaCommandOutput,
141
- } from "../commands/DescribeConnectionLoaCommand";
142
- import {
143
- DescribeConnectionsCommandInput,
144
- DescribeConnectionsCommandOutput,
145
- } from "../commands/DescribeConnectionsCommand";
146
- import {
147
- DescribeConnectionsOnInterconnectCommandInput,
148
- DescribeConnectionsOnInterconnectCommandOutput,
149
- } from "../commands/DescribeConnectionsOnInterconnectCommand";
150
- import {
151
- DescribeCustomerMetadataCommandInput,
152
- DescribeCustomerMetadataCommandOutput,
153
- } from "../commands/DescribeCustomerMetadataCommand";
154
- import {
155
- DescribeDirectConnectGatewayAssociationProposalsCommandInput,
156
- DescribeDirectConnectGatewayAssociationProposalsCommandOutput,
157
- } from "../commands/DescribeDirectConnectGatewayAssociationProposalsCommand";
158
- import {
159
- DescribeDirectConnectGatewayAssociationsCommandInput,
160
- DescribeDirectConnectGatewayAssociationsCommandOutput,
161
- } from "../commands/DescribeDirectConnectGatewayAssociationsCommand";
162
- import {
163
- DescribeDirectConnectGatewayAttachmentsCommandInput,
164
- DescribeDirectConnectGatewayAttachmentsCommandOutput,
165
- } from "../commands/DescribeDirectConnectGatewayAttachmentsCommand";
166
- import {
167
- DescribeDirectConnectGatewaysCommandInput,
168
- DescribeDirectConnectGatewaysCommandOutput,
169
- } from "../commands/DescribeDirectConnectGatewaysCommand";
170
- import {
171
- DescribeHostedConnectionsCommandInput,
172
- DescribeHostedConnectionsCommandOutput,
173
- } from "../commands/DescribeHostedConnectionsCommand";
174
- import {
175
- DescribeInterconnectLoaCommandInput,
176
- DescribeInterconnectLoaCommandOutput,
177
- } from "../commands/DescribeInterconnectLoaCommand";
178
- import {
179
- DescribeInterconnectsCommandInput,
180
- DescribeInterconnectsCommandOutput,
181
- } from "../commands/DescribeInterconnectsCommand";
182
- import {
183
- DescribeLagsCommandInput,
184
- DescribeLagsCommandOutput,
185
- } from "../commands/DescribeLagsCommand";
186
- import {
187
- DescribeLoaCommandInput,
188
- DescribeLoaCommandOutput,
189
- } from "../commands/DescribeLoaCommand";
190
- import {
191
- DescribeLocationsCommandInput,
192
- DescribeLocationsCommandOutput,
193
- } from "../commands/DescribeLocationsCommand";
194
- import {
195
- DescribeRouterConfigurationCommandInput,
196
- DescribeRouterConfigurationCommandOutput,
197
- } from "../commands/DescribeRouterConfigurationCommand";
198
- import {
199
- DescribeTagsCommandInput,
200
- DescribeTagsCommandOutput,
201
- } from "../commands/DescribeTagsCommand";
202
- import {
203
- DescribeVirtualGatewaysCommandInput,
204
- DescribeVirtualGatewaysCommandOutput,
205
- } from "../commands/DescribeVirtualGatewaysCommand";
206
- import {
207
- DescribeVirtualInterfacesCommandInput,
208
- DescribeVirtualInterfacesCommandOutput,
209
- } from "../commands/DescribeVirtualInterfacesCommand";
210
- import {
211
- DisassociateConnectionFromLagCommandInput,
212
- DisassociateConnectionFromLagCommandOutput,
213
- } from "../commands/DisassociateConnectionFromLagCommand";
214
- import {
215
- DisassociateMacSecKeyCommandInput,
216
- DisassociateMacSecKeyCommandOutput,
217
- } from "../commands/DisassociateMacSecKeyCommand";
218
- import {
219
- ListVirtualInterfaceTestHistoryCommandInput,
220
- ListVirtualInterfaceTestHistoryCommandOutput,
221
- } from "../commands/ListVirtualInterfaceTestHistoryCommand";
222
- import {
223
- StartBgpFailoverTestCommandInput,
224
- StartBgpFailoverTestCommandOutput,
225
- } from "../commands/StartBgpFailoverTestCommand";
226
- import {
227
- StopBgpFailoverTestCommandInput,
228
- StopBgpFailoverTestCommandOutput,
229
- } from "../commands/StopBgpFailoverTestCommand";
230
- import {
231
- TagResourceCommandInput,
232
- TagResourceCommandOutput,
233
- } from "../commands/TagResourceCommand";
234
- import {
235
- UntagResourceCommandInput,
236
- UntagResourceCommandOutput,
237
- } from "../commands/UntagResourceCommand";
238
- import {
239
- UpdateConnectionCommandInput,
240
- UpdateConnectionCommandOutput,
241
- } from "../commands/UpdateConnectionCommand";
242
- import {
243
- UpdateDirectConnectGatewayAssociationCommandInput,
244
- UpdateDirectConnectGatewayAssociationCommandOutput,
245
- } from "../commands/UpdateDirectConnectGatewayAssociationCommand";
246
- import {
247
- UpdateDirectConnectGatewayCommandInput,
248
- UpdateDirectConnectGatewayCommandOutput,
249
- } from "../commands/UpdateDirectConnectGatewayCommand";
250
- import {
251
- UpdateLagCommandInput,
252
- UpdateLagCommandOutput,
253
- } from "../commands/UpdateLagCommand";
254
- import {
255
- UpdateVirtualInterfaceAttributesCommandInput,
256
- UpdateVirtualInterfaceAttributesCommandOutput,
257
- } from "../commands/UpdateVirtualInterfaceAttributesCommand";
258
- export declare const se_AcceptDirectConnectGatewayAssociationProposalCommand: (
259
- input: AcceptDirectConnectGatewayAssociationProposalCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_AllocateConnectionOnInterconnectCommand: (
263
- input: AllocateConnectionOnInterconnectCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_AllocateHostedConnectionCommand: (
267
- input: AllocateHostedConnectionCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_AllocatePrivateVirtualInterfaceCommand: (
271
- input: AllocatePrivateVirtualInterfaceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_AllocatePublicVirtualInterfaceCommand: (
275
- input: AllocatePublicVirtualInterfaceCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_AllocateTransitVirtualInterfaceCommand: (
279
- input: AllocateTransitVirtualInterfaceCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_AssociateConnectionWithLagCommand: (
283
- input: AssociateConnectionWithLagCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_AssociateHostedConnectionCommand: (
287
- input: AssociateHostedConnectionCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_AssociateMacSecKeyCommand: (
291
- input: AssociateMacSecKeyCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_AssociateVirtualInterfaceCommand: (
295
- input: AssociateVirtualInterfaceCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_ConfirmConnectionCommand: (
299
- input: ConfirmConnectionCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_ConfirmCustomerAgreementCommand: (
303
- input: ConfirmCustomerAgreementCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_ConfirmPrivateVirtualInterfaceCommand: (
307
- input: ConfirmPrivateVirtualInterfaceCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_ConfirmPublicVirtualInterfaceCommand: (
311
- input: ConfirmPublicVirtualInterfaceCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_ConfirmTransitVirtualInterfaceCommand: (
315
- input: ConfirmTransitVirtualInterfaceCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_CreateBGPPeerCommand: (
319
- input: CreateBGPPeerCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_CreateConnectionCommand: (
323
- input: CreateConnectionCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_CreateDirectConnectGatewayCommand: (
327
- input: CreateDirectConnectGatewayCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_CreateDirectConnectGatewayAssociationCommand: (
331
- input: CreateDirectConnectGatewayAssociationCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_CreateDirectConnectGatewayAssociationProposalCommand: (
335
- input: CreateDirectConnectGatewayAssociationProposalCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_CreateInterconnectCommand: (
339
- input: CreateInterconnectCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_CreateLagCommand: (
343
- input: CreateLagCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_CreatePrivateVirtualInterfaceCommand: (
347
- input: CreatePrivateVirtualInterfaceCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_CreatePublicVirtualInterfaceCommand: (
351
- input: CreatePublicVirtualInterfaceCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_CreateTransitVirtualInterfaceCommand: (
355
- input: CreateTransitVirtualInterfaceCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_DeleteBGPPeerCommand: (
359
- input: DeleteBGPPeerCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_DeleteConnectionCommand: (
363
- input: DeleteConnectionCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_DeleteDirectConnectGatewayCommand: (
367
- input: DeleteDirectConnectGatewayCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_DeleteDirectConnectGatewayAssociationCommand: (
371
- input: DeleteDirectConnectGatewayAssociationCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_DeleteDirectConnectGatewayAssociationProposalCommand: (
375
- input: DeleteDirectConnectGatewayAssociationProposalCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_DeleteInterconnectCommand: (
379
- input: DeleteInterconnectCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_DeleteLagCommand: (
383
- input: DeleteLagCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_DeleteVirtualInterfaceCommand: (
387
- input: DeleteVirtualInterfaceCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_DescribeConnectionLoaCommand: (
391
- input: DescribeConnectionLoaCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_DescribeConnectionsCommand: (
395
- input: DescribeConnectionsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_DescribeConnectionsOnInterconnectCommand: (
399
- input: DescribeConnectionsOnInterconnectCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_DescribeCustomerMetadataCommand: (
403
- input: DescribeCustomerMetadataCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_DescribeDirectConnectGatewayAssociationProposalsCommand: (
407
- input: DescribeDirectConnectGatewayAssociationProposalsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_DescribeDirectConnectGatewayAssociationsCommand: (
411
- input: DescribeDirectConnectGatewayAssociationsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_DescribeDirectConnectGatewayAttachmentsCommand: (
415
- input: DescribeDirectConnectGatewayAttachmentsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_DescribeDirectConnectGatewaysCommand: (
419
- input: DescribeDirectConnectGatewaysCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_DescribeHostedConnectionsCommand: (
423
- input: DescribeHostedConnectionsCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_DescribeInterconnectLoaCommand: (
427
- input: DescribeInterconnectLoaCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_DescribeInterconnectsCommand: (
431
- input: DescribeInterconnectsCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_DescribeLagsCommand: (
435
- input: DescribeLagsCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_DescribeLoaCommand: (
439
- input: DescribeLoaCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_DescribeLocationsCommand: (
443
- input: DescribeLocationsCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_DescribeRouterConfigurationCommand: (
447
- input: DescribeRouterConfigurationCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_DescribeTagsCommand: (
451
- input: DescribeTagsCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_DescribeVirtualGatewaysCommand: (
455
- input: DescribeVirtualGatewaysCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_DescribeVirtualInterfacesCommand: (
459
- input: DescribeVirtualInterfacesCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_DisassociateConnectionFromLagCommand: (
463
- input: DisassociateConnectionFromLagCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_DisassociateMacSecKeyCommand: (
467
- input: DisassociateMacSecKeyCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_ListVirtualInterfaceTestHistoryCommand: (
471
- input: ListVirtualInterfaceTestHistoryCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_StartBgpFailoverTestCommand: (
475
- input: StartBgpFailoverTestCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_StopBgpFailoverTestCommand: (
479
- input: StopBgpFailoverTestCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_TagResourceCommand: (
483
- input: TagResourceCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_UntagResourceCommand: (
487
- input: UntagResourceCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_UpdateConnectionCommand: (
491
- input: UpdateConnectionCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_UpdateDirectConnectGatewayCommand: (
495
- input: UpdateDirectConnectGatewayCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_UpdateDirectConnectGatewayAssociationCommand: (
499
- input: UpdateDirectConnectGatewayAssociationCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const se_UpdateLagCommand: (
503
- input: UpdateLagCommandInput,
504
- context: __SerdeContext
505
- ) => Promise<__HttpRequest>;
506
- export declare const se_UpdateVirtualInterfaceAttributesCommand: (
507
- input: UpdateVirtualInterfaceAttributesCommandInput,
508
- context: __SerdeContext
509
- ) => Promise<__HttpRequest>;
510
- export declare const de_AcceptDirectConnectGatewayAssociationProposalCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<AcceptDirectConnectGatewayAssociationProposalCommandOutput>;
514
- export declare const de_AllocateConnectionOnInterconnectCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<AllocateConnectionOnInterconnectCommandOutput>;
518
- export declare const de_AllocateHostedConnectionCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<AllocateHostedConnectionCommandOutput>;
522
- export declare const de_AllocatePrivateVirtualInterfaceCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<AllocatePrivateVirtualInterfaceCommandOutput>;
526
- export declare const de_AllocatePublicVirtualInterfaceCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<AllocatePublicVirtualInterfaceCommandOutput>;
530
- export declare const de_AllocateTransitVirtualInterfaceCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<AllocateTransitVirtualInterfaceCommandOutput>;
534
- export declare const de_AssociateConnectionWithLagCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<AssociateConnectionWithLagCommandOutput>;
538
- export declare const de_AssociateHostedConnectionCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<AssociateHostedConnectionCommandOutput>;
542
- export declare const de_AssociateMacSecKeyCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<AssociateMacSecKeyCommandOutput>;
546
- export declare const de_AssociateVirtualInterfaceCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<AssociateVirtualInterfaceCommandOutput>;
550
- export declare const de_ConfirmConnectionCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<ConfirmConnectionCommandOutput>;
554
- export declare const de_ConfirmCustomerAgreementCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<ConfirmCustomerAgreementCommandOutput>;
558
- export declare const de_ConfirmPrivateVirtualInterfaceCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<ConfirmPrivateVirtualInterfaceCommandOutput>;
562
- export declare const de_ConfirmPublicVirtualInterfaceCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<ConfirmPublicVirtualInterfaceCommandOutput>;
566
- export declare const de_ConfirmTransitVirtualInterfaceCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<ConfirmTransitVirtualInterfaceCommandOutput>;
570
- export declare const de_CreateBGPPeerCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<CreateBGPPeerCommandOutput>;
574
- export declare const de_CreateConnectionCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<CreateConnectionCommandOutput>;
578
- export declare const de_CreateDirectConnectGatewayCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<CreateDirectConnectGatewayCommandOutput>;
582
- export declare const de_CreateDirectConnectGatewayAssociationCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<CreateDirectConnectGatewayAssociationCommandOutput>;
586
- export declare const de_CreateDirectConnectGatewayAssociationProposalCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<CreateDirectConnectGatewayAssociationProposalCommandOutput>;
590
- export declare const de_CreateInterconnectCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<CreateInterconnectCommandOutput>;
594
- export declare const de_CreateLagCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<CreateLagCommandOutput>;
598
- export declare const de_CreatePrivateVirtualInterfaceCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<CreatePrivateVirtualInterfaceCommandOutput>;
602
- export declare const de_CreatePublicVirtualInterfaceCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<CreatePublicVirtualInterfaceCommandOutput>;
606
- export declare const de_CreateTransitVirtualInterfaceCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<CreateTransitVirtualInterfaceCommandOutput>;
610
- export declare const de_DeleteBGPPeerCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<DeleteBGPPeerCommandOutput>;
614
- export declare const de_DeleteConnectionCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<DeleteConnectionCommandOutput>;
618
- export declare const de_DeleteDirectConnectGatewayCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<DeleteDirectConnectGatewayCommandOutput>;
622
- export declare const de_DeleteDirectConnectGatewayAssociationCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<DeleteDirectConnectGatewayAssociationCommandOutput>;
626
- export declare const de_DeleteDirectConnectGatewayAssociationProposalCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<DeleteDirectConnectGatewayAssociationProposalCommandOutput>;
630
- export declare const de_DeleteInterconnectCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<DeleteInterconnectCommandOutput>;
634
- export declare const de_DeleteLagCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<DeleteLagCommandOutput>;
638
- export declare const de_DeleteVirtualInterfaceCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<DeleteVirtualInterfaceCommandOutput>;
642
- export declare const de_DescribeConnectionLoaCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<DescribeConnectionLoaCommandOutput>;
646
- export declare const de_DescribeConnectionsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<DescribeConnectionsCommandOutput>;
650
- export declare const de_DescribeConnectionsOnInterconnectCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<DescribeConnectionsOnInterconnectCommandOutput>;
654
- export declare const de_DescribeCustomerMetadataCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<DescribeCustomerMetadataCommandOutput>;
658
- export declare const de_DescribeDirectConnectGatewayAssociationProposalsCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<DescribeDirectConnectGatewayAssociationProposalsCommandOutput>;
662
- export declare const de_DescribeDirectConnectGatewayAssociationsCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<DescribeDirectConnectGatewayAssociationsCommandOutput>;
666
- export declare const de_DescribeDirectConnectGatewayAttachmentsCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<DescribeDirectConnectGatewayAttachmentsCommandOutput>;
670
- export declare const de_DescribeDirectConnectGatewaysCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<DescribeDirectConnectGatewaysCommandOutput>;
674
- export declare const de_DescribeHostedConnectionsCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<DescribeHostedConnectionsCommandOutput>;
678
- export declare const de_DescribeInterconnectLoaCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<DescribeInterconnectLoaCommandOutput>;
682
- export declare const de_DescribeInterconnectsCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<DescribeInterconnectsCommandOutput>;
686
- export declare const de_DescribeLagsCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<DescribeLagsCommandOutput>;
690
- export declare const de_DescribeLoaCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<DescribeLoaCommandOutput>;
694
- export declare const de_DescribeLocationsCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<DescribeLocationsCommandOutput>;
698
- export declare const de_DescribeRouterConfigurationCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<DescribeRouterConfigurationCommandOutput>;
702
- export declare const de_DescribeTagsCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<DescribeTagsCommandOutput>;
706
- export declare const de_DescribeVirtualGatewaysCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<DescribeVirtualGatewaysCommandOutput>;
710
- export declare const de_DescribeVirtualInterfacesCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<DescribeVirtualInterfacesCommandOutput>;
714
- export declare const de_DisassociateConnectionFromLagCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<DisassociateConnectionFromLagCommandOutput>;
718
- export declare const de_DisassociateMacSecKeyCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<DisassociateMacSecKeyCommandOutput>;
722
- export declare const de_ListVirtualInterfaceTestHistoryCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<ListVirtualInterfaceTestHistoryCommandOutput>;
726
- export declare const de_StartBgpFailoverTestCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<StartBgpFailoverTestCommandOutput>;
730
- export declare const de_StopBgpFailoverTestCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<StopBgpFailoverTestCommandOutput>;
734
- export declare const de_TagResourceCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<TagResourceCommandOutput>;
738
- export declare const de_UntagResourceCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<UntagResourceCommandOutput>;
742
- export declare const de_UpdateConnectionCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<UpdateConnectionCommandOutput>;
746
- export declare const de_UpdateDirectConnectGatewayCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<UpdateDirectConnectGatewayCommandOutput>;
750
- export declare const de_UpdateDirectConnectGatewayAssociationCommand: (
751
- output: __HttpResponse,
752
- context: __SerdeContext
753
- ) => Promise<UpdateDirectConnectGatewayAssociationCommandOutput>;
754
- export declare const de_UpdateLagCommand: (
755
- output: __HttpResponse,
756
- context: __SerdeContext
757
- ) => Promise<UpdateLagCommandOutput>;
758
- export declare const de_UpdateVirtualInterfaceAttributesCommand: (
759
- output: __HttpResponse,
760
- context: __SerdeContext
761
- ) => Promise<UpdateVirtualInterfaceAttributesCommandOutput>;