@aws-sdk/client-global-accelerator 3.927.0 → 3.929.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 (77) hide show
  1. package/dist-cjs/index.js +1759 -2091
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/GlobalAcceleratorClient.js +2 -0
  4. package/dist-es/commands/AddCustomRoutingEndpointsCommand.js +3 -9
  5. package/dist-es/commands/AddEndpointsCommand.js +3 -9
  6. package/dist-es/commands/AdvertiseByoipCidrCommand.js +3 -9
  7. package/dist-es/commands/AllowCustomRoutingTrafficCommand.js +3 -9
  8. package/dist-es/commands/CreateAcceleratorCommand.js +3 -9
  9. package/dist-es/commands/CreateCrossAccountAttachmentCommand.js +3 -9
  10. package/dist-es/commands/CreateCustomRoutingAcceleratorCommand.js +3 -9
  11. package/dist-es/commands/CreateCustomRoutingEndpointGroupCommand.js +3 -9
  12. package/dist-es/commands/CreateCustomRoutingListenerCommand.js +3 -9
  13. package/dist-es/commands/CreateEndpointGroupCommand.js +3 -9
  14. package/dist-es/commands/CreateListenerCommand.js +3 -9
  15. package/dist-es/commands/DeleteAcceleratorCommand.js +3 -9
  16. package/dist-es/commands/DeleteCrossAccountAttachmentCommand.js +3 -9
  17. package/dist-es/commands/DeleteCustomRoutingAcceleratorCommand.js +3 -9
  18. package/dist-es/commands/DeleteCustomRoutingEndpointGroupCommand.js +3 -9
  19. package/dist-es/commands/DeleteCustomRoutingListenerCommand.js +3 -9
  20. package/dist-es/commands/DeleteEndpointGroupCommand.js +3 -9
  21. package/dist-es/commands/DeleteListenerCommand.js +3 -9
  22. package/dist-es/commands/DenyCustomRoutingTrafficCommand.js +3 -9
  23. package/dist-es/commands/DeprovisionByoipCidrCommand.js +3 -9
  24. package/dist-es/commands/DescribeAcceleratorAttributesCommand.js +3 -9
  25. package/dist-es/commands/DescribeAcceleratorCommand.js +3 -9
  26. package/dist-es/commands/DescribeCrossAccountAttachmentCommand.js +3 -9
  27. package/dist-es/commands/DescribeCustomRoutingAcceleratorAttributesCommand.js +3 -9
  28. package/dist-es/commands/DescribeCustomRoutingAcceleratorCommand.js +3 -9
  29. package/dist-es/commands/DescribeCustomRoutingEndpointGroupCommand.js +3 -9
  30. package/dist-es/commands/DescribeCustomRoutingListenerCommand.js +3 -9
  31. package/dist-es/commands/DescribeEndpointGroupCommand.js +3 -9
  32. package/dist-es/commands/DescribeListenerCommand.js +3 -9
  33. package/dist-es/commands/ListAcceleratorsCommand.js +3 -9
  34. package/dist-es/commands/ListByoipCidrsCommand.js +3 -9
  35. package/dist-es/commands/ListCrossAccountAttachmentsCommand.js +3 -9
  36. package/dist-es/commands/ListCrossAccountResourceAccountsCommand.js +3 -9
  37. package/dist-es/commands/ListCrossAccountResourcesCommand.js +3 -9
  38. package/dist-es/commands/ListCustomRoutingAcceleratorsCommand.js +3 -9
  39. package/dist-es/commands/ListCustomRoutingEndpointGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListCustomRoutingListenersCommand.js +3 -9
  41. package/dist-es/commands/ListCustomRoutingPortMappingsByDestinationCommand.js +3 -9
  42. package/dist-es/commands/ListCustomRoutingPortMappingsCommand.js +3 -9
  43. package/dist-es/commands/ListEndpointGroupsCommand.js +3 -9
  44. package/dist-es/commands/ListListenersCommand.js +3 -9
  45. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  46. package/dist-es/commands/ProvisionByoipCidrCommand.js +3 -9
  47. package/dist-es/commands/RemoveCustomRoutingEndpointsCommand.js +3 -9
  48. package/dist-es/commands/RemoveEndpointsCommand.js +3 -9
  49. package/dist-es/commands/TagResourceCommand.js +3 -9
  50. package/dist-es/commands/UntagResourceCommand.js +3 -9
  51. package/dist-es/commands/UpdateAcceleratorAttributesCommand.js +3 -9
  52. package/dist-es/commands/UpdateAcceleratorCommand.js +3 -9
  53. package/dist-es/commands/UpdateCrossAccountAttachmentCommand.js +3 -9
  54. package/dist-es/commands/UpdateCustomRoutingAcceleratorAttributesCommand.js +3 -9
  55. package/dist-es/commands/UpdateCustomRoutingAcceleratorCommand.js +3 -9
  56. package/dist-es/commands/UpdateCustomRoutingListenerCommand.js +3 -9
  57. package/dist-es/commands/UpdateEndpointGroupCommand.js +3 -9
  58. package/dist-es/commands/UpdateListenerCommand.js +3 -9
  59. package/dist-es/commands/WithdrawByoipCidrCommand.js +3 -9
  60. package/dist-es/runtimeConfig.shared.js +7 -0
  61. package/dist-es/schemas/schemas_0.js +1594 -0
  62. package/dist-types/GlobalAcceleratorClient.d.ts +10 -1
  63. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  64. package/dist-types/runtimeConfig.d.ts +1 -0
  65. package/dist-types/runtimeConfig.native.d.ts +1 -0
  66. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  67. package/dist-types/schemas/schemas_0.d.ts +244 -0
  68. package/dist-types/ts3.4/GlobalAcceleratorClient.d.ts +4 -0
  69. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  73. package/dist-types/ts3.4/schemas/schemas_0.d.ts +249 -0
  74. package/package.json +5 -6
  75. package/dist-es/protocols/Aws_json1_1.js +0 -1643
  76. package/dist-types/protocols/Aws_json1_1.d.ts +0 -506
  77. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -677
@@ -1,677 +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
- AddCustomRoutingEndpointsCommandInput,
8
- AddCustomRoutingEndpointsCommandOutput,
9
- } from "../commands/AddCustomRoutingEndpointsCommand";
10
- import {
11
- AddEndpointsCommandInput,
12
- AddEndpointsCommandOutput,
13
- } from "../commands/AddEndpointsCommand";
14
- import {
15
- AdvertiseByoipCidrCommandInput,
16
- AdvertiseByoipCidrCommandOutput,
17
- } from "../commands/AdvertiseByoipCidrCommand";
18
- import {
19
- AllowCustomRoutingTrafficCommandInput,
20
- AllowCustomRoutingTrafficCommandOutput,
21
- } from "../commands/AllowCustomRoutingTrafficCommand";
22
- import {
23
- CreateAcceleratorCommandInput,
24
- CreateAcceleratorCommandOutput,
25
- } from "../commands/CreateAcceleratorCommand";
26
- import {
27
- CreateCrossAccountAttachmentCommandInput,
28
- CreateCrossAccountAttachmentCommandOutput,
29
- } from "../commands/CreateCrossAccountAttachmentCommand";
30
- import {
31
- CreateCustomRoutingAcceleratorCommandInput,
32
- CreateCustomRoutingAcceleratorCommandOutput,
33
- } from "../commands/CreateCustomRoutingAcceleratorCommand";
34
- import {
35
- CreateCustomRoutingEndpointGroupCommandInput,
36
- CreateCustomRoutingEndpointGroupCommandOutput,
37
- } from "../commands/CreateCustomRoutingEndpointGroupCommand";
38
- import {
39
- CreateCustomRoutingListenerCommandInput,
40
- CreateCustomRoutingListenerCommandOutput,
41
- } from "../commands/CreateCustomRoutingListenerCommand";
42
- import {
43
- CreateEndpointGroupCommandInput,
44
- CreateEndpointGroupCommandOutput,
45
- } from "../commands/CreateEndpointGroupCommand";
46
- import {
47
- CreateListenerCommandInput,
48
- CreateListenerCommandOutput,
49
- } from "../commands/CreateListenerCommand";
50
- import {
51
- DeleteAcceleratorCommandInput,
52
- DeleteAcceleratorCommandOutput,
53
- } from "../commands/DeleteAcceleratorCommand";
54
- import {
55
- DeleteCrossAccountAttachmentCommandInput,
56
- DeleteCrossAccountAttachmentCommandOutput,
57
- } from "../commands/DeleteCrossAccountAttachmentCommand";
58
- import {
59
- DeleteCustomRoutingAcceleratorCommandInput,
60
- DeleteCustomRoutingAcceleratorCommandOutput,
61
- } from "../commands/DeleteCustomRoutingAcceleratorCommand";
62
- import {
63
- DeleteCustomRoutingEndpointGroupCommandInput,
64
- DeleteCustomRoutingEndpointGroupCommandOutput,
65
- } from "../commands/DeleteCustomRoutingEndpointGroupCommand";
66
- import {
67
- DeleteCustomRoutingListenerCommandInput,
68
- DeleteCustomRoutingListenerCommandOutput,
69
- } from "../commands/DeleteCustomRoutingListenerCommand";
70
- import {
71
- DeleteEndpointGroupCommandInput,
72
- DeleteEndpointGroupCommandOutput,
73
- } from "../commands/DeleteEndpointGroupCommand";
74
- import {
75
- DeleteListenerCommandInput,
76
- DeleteListenerCommandOutput,
77
- } from "../commands/DeleteListenerCommand";
78
- import {
79
- DenyCustomRoutingTrafficCommandInput,
80
- DenyCustomRoutingTrafficCommandOutput,
81
- } from "../commands/DenyCustomRoutingTrafficCommand";
82
- import {
83
- DeprovisionByoipCidrCommandInput,
84
- DeprovisionByoipCidrCommandOutput,
85
- } from "../commands/DeprovisionByoipCidrCommand";
86
- import {
87
- DescribeAcceleratorAttributesCommandInput,
88
- DescribeAcceleratorAttributesCommandOutput,
89
- } from "../commands/DescribeAcceleratorAttributesCommand";
90
- import {
91
- DescribeAcceleratorCommandInput,
92
- DescribeAcceleratorCommandOutput,
93
- } from "../commands/DescribeAcceleratorCommand";
94
- import {
95
- DescribeCrossAccountAttachmentCommandInput,
96
- DescribeCrossAccountAttachmentCommandOutput,
97
- } from "../commands/DescribeCrossAccountAttachmentCommand";
98
- import {
99
- DescribeCustomRoutingAcceleratorAttributesCommandInput,
100
- DescribeCustomRoutingAcceleratorAttributesCommandOutput,
101
- } from "../commands/DescribeCustomRoutingAcceleratorAttributesCommand";
102
- import {
103
- DescribeCustomRoutingAcceleratorCommandInput,
104
- DescribeCustomRoutingAcceleratorCommandOutput,
105
- } from "../commands/DescribeCustomRoutingAcceleratorCommand";
106
- import {
107
- DescribeCustomRoutingEndpointGroupCommandInput,
108
- DescribeCustomRoutingEndpointGroupCommandOutput,
109
- } from "../commands/DescribeCustomRoutingEndpointGroupCommand";
110
- import {
111
- DescribeCustomRoutingListenerCommandInput,
112
- DescribeCustomRoutingListenerCommandOutput,
113
- } from "../commands/DescribeCustomRoutingListenerCommand";
114
- import {
115
- DescribeEndpointGroupCommandInput,
116
- DescribeEndpointGroupCommandOutput,
117
- } from "../commands/DescribeEndpointGroupCommand";
118
- import {
119
- DescribeListenerCommandInput,
120
- DescribeListenerCommandOutput,
121
- } from "../commands/DescribeListenerCommand";
122
- import {
123
- ListAcceleratorsCommandInput,
124
- ListAcceleratorsCommandOutput,
125
- } from "../commands/ListAcceleratorsCommand";
126
- import {
127
- ListByoipCidrsCommandInput,
128
- ListByoipCidrsCommandOutput,
129
- } from "../commands/ListByoipCidrsCommand";
130
- import {
131
- ListCrossAccountAttachmentsCommandInput,
132
- ListCrossAccountAttachmentsCommandOutput,
133
- } from "../commands/ListCrossAccountAttachmentsCommand";
134
- import {
135
- ListCrossAccountResourceAccountsCommandInput,
136
- ListCrossAccountResourceAccountsCommandOutput,
137
- } from "../commands/ListCrossAccountResourceAccountsCommand";
138
- import {
139
- ListCrossAccountResourcesCommandInput,
140
- ListCrossAccountResourcesCommandOutput,
141
- } from "../commands/ListCrossAccountResourcesCommand";
142
- import {
143
- ListCustomRoutingAcceleratorsCommandInput,
144
- ListCustomRoutingAcceleratorsCommandOutput,
145
- } from "../commands/ListCustomRoutingAcceleratorsCommand";
146
- import {
147
- ListCustomRoutingEndpointGroupsCommandInput,
148
- ListCustomRoutingEndpointGroupsCommandOutput,
149
- } from "../commands/ListCustomRoutingEndpointGroupsCommand";
150
- import {
151
- ListCustomRoutingListenersCommandInput,
152
- ListCustomRoutingListenersCommandOutput,
153
- } from "../commands/ListCustomRoutingListenersCommand";
154
- import {
155
- ListCustomRoutingPortMappingsByDestinationCommandInput,
156
- ListCustomRoutingPortMappingsByDestinationCommandOutput,
157
- } from "../commands/ListCustomRoutingPortMappingsByDestinationCommand";
158
- import {
159
- ListCustomRoutingPortMappingsCommandInput,
160
- ListCustomRoutingPortMappingsCommandOutput,
161
- } from "../commands/ListCustomRoutingPortMappingsCommand";
162
- import {
163
- ListEndpointGroupsCommandInput,
164
- ListEndpointGroupsCommandOutput,
165
- } from "../commands/ListEndpointGroupsCommand";
166
- import {
167
- ListListenersCommandInput,
168
- ListListenersCommandOutput,
169
- } from "../commands/ListListenersCommand";
170
- import {
171
- ListTagsForResourceCommandInput,
172
- ListTagsForResourceCommandOutput,
173
- } from "../commands/ListTagsForResourceCommand";
174
- import {
175
- ProvisionByoipCidrCommandInput,
176
- ProvisionByoipCidrCommandOutput,
177
- } from "../commands/ProvisionByoipCidrCommand";
178
- import {
179
- RemoveCustomRoutingEndpointsCommandInput,
180
- RemoveCustomRoutingEndpointsCommandOutput,
181
- } from "../commands/RemoveCustomRoutingEndpointsCommand";
182
- import {
183
- RemoveEndpointsCommandInput,
184
- RemoveEndpointsCommandOutput,
185
- } from "../commands/RemoveEndpointsCommand";
186
- import {
187
- TagResourceCommandInput,
188
- TagResourceCommandOutput,
189
- } from "../commands/TagResourceCommand";
190
- import {
191
- UntagResourceCommandInput,
192
- UntagResourceCommandOutput,
193
- } from "../commands/UntagResourceCommand";
194
- import {
195
- UpdateAcceleratorAttributesCommandInput,
196
- UpdateAcceleratorAttributesCommandOutput,
197
- } from "../commands/UpdateAcceleratorAttributesCommand";
198
- import {
199
- UpdateAcceleratorCommandInput,
200
- UpdateAcceleratorCommandOutput,
201
- } from "../commands/UpdateAcceleratorCommand";
202
- import {
203
- UpdateCrossAccountAttachmentCommandInput,
204
- UpdateCrossAccountAttachmentCommandOutput,
205
- } from "../commands/UpdateCrossAccountAttachmentCommand";
206
- import {
207
- UpdateCustomRoutingAcceleratorAttributesCommandInput,
208
- UpdateCustomRoutingAcceleratorAttributesCommandOutput,
209
- } from "../commands/UpdateCustomRoutingAcceleratorAttributesCommand";
210
- import {
211
- UpdateCustomRoutingAcceleratorCommandInput,
212
- UpdateCustomRoutingAcceleratorCommandOutput,
213
- } from "../commands/UpdateCustomRoutingAcceleratorCommand";
214
- import {
215
- UpdateCustomRoutingListenerCommandInput,
216
- UpdateCustomRoutingListenerCommandOutput,
217
- } from "../commands/UpdateCustomRoutingListenerCommand";
218
- import {
219
- UpdateEndpointGroupCommandInput,
220
- UpdateEndpointGroupCommandOutput,
221
- } from "../commands/UpdateEndpointGroupCommand";
222
- import {
223
- UpdateListenerCommandInput,
224
- UpdateListenerCommandOutput,
225
- } from "../commands/UpdateListenerCommand";
226
- import {
227
- WithdrawByoipCidrCommandInput,
228
- WithdrawByoipCidrCommandOutput,
229
- } from "../commands/WithdrawByoipCidrCommand";
230
- export declare const se_AddCustomRoutingEndpointsCommand: (
231
- input: AddCustomRoutingEndpointsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_AddEndpointsCommand: (
235
- input: AddEndpointsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_AdvertiseByoipCidrCommand: (
239
- input: AdvertiseByoipCidrCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_AllowCustomRoutingTrafficCommand: (
243
- input: AllowCustomRoutingTrafficCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_CreateAcceleratorCommand: (
247
- input: CreateAcceleratorCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_CreateCrossAccountAttachmentCommand: (
251
- input: CreateCrossAccountAttachmentCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_CreateCustomRoutingAcceleratorCommand: (
255
- input: CreateCustomRoutingAcceleratorCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_CreateCustomRoutingEndpointGroupCommand: (
259
- input: CreateCustomRoutingEndpointGroupCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_CreateCustomRoutingListenerCommand: (
263
- input: CreateCustomRoutingListenerCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_CreateEndpointGroupCommand: (
267
- input: CreateEndpointGroupCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_CreateListenerCommand: (
271
- input: CreateListenerCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_DeleteAcceleratorCommand: (
275
- input: DeleteAcceleratorCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_DeleteCrossAccountAttachmentCommand: (
279
- input: DeleteCrossAccountAttachmentCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_DeleteCustomRoutingAcceleratorCommand: (
283
- input: DeleteCustomRoutingAcceleratorCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_DeleteCustomRoutingEndpointGroupCommand: (
287
- input: DeleteCustomRoutingEndpointGroupCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_DeleteCustomRoutingListenerCommand: (
291
- input: DeleteCustomRoutingListenerCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_DeleteEndpointGroupCommand: (
295
- input: DeleteEndpointGroupCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_DeleteListenerCommand: (
299
- input: DeleteListenerCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_DenyCustomRoutingTrafficCommand: (
303
- input: DenyCustomRoutingTrafficCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_DeprovisionByoipCidrCommand: (
307
- input: DeprovisionByoipCidrCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_DescribeAcceleratorCommand: (
311
- input: DescribeAcceleratorCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DescribeAcceleratorAttributesCommand: (
315
- input: DescribeAcceleratorAttributesCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DescribeCrossAccountAttachmentCommand: (
319
- input: DescribeCrossAccountAttachmentCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DescribeCustomRoutingAcceleratorCommand: (
323
- input: DescribeCustomRoutingAcceleratorCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DescribeCustomRoutingAcceleratorAttributesCommand: (
327
- input: DescribeCustomRoutingAcceleratorAttributesCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DescribeCustomRoutingEndpointGroupCommand: (
331
- input: DescribeCustomRoutingEndpointGroupCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DescribeCustomRoutingListenerCommand: (
335
- input: DescribeCustomRoutingListenerCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DescribeEndpointGroupCommand: (
339
- input: DescribeEndpointGroupCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_DescribeListenerCommand: (
343
- input: DescribeListenerCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_ListAcceleratorsCommand: (
347
- input: ListAcceleratorsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_ListByoipCidrsCommand: (
351
- input: ListByoipCidrsCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_ListCrossAccountAttachmentsCommand: (
355
- input: ListCrossAccountAttachmentsCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_ListCrossAccountResourceAccountsCommand: (
359
- input: ListCrossAccountResourceAccountsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_ListCrossAccountResourcesCommand: (
363
- input: ListCrossAccountResourcesCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_ListCustomRoutingAcceleratorsCommand: (
367
- input: ListCustomRoutingAcceleratorsCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_ListCustomRoutingEndpointGroupsCommand: (
371
- input: ListCustomRoutingEndpointGroupsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_ListCustomRoutingListenersCommand: (
375
- input: ListCustomRoutingListenersCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_ListCustomRoutingPortMappingsCommand: (
379
- input: ListCustomRoutingPortMappingsCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_ListCustomRoutingPortMappingsByDestinationCommand: (
383
- input: ListCustomRoutingPortMappingsByDestinationCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_ListEndpointGroupsCommand: (
387
- input: ListEndpointGroupsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_ListListenersCommand: (
391
- input: ListListenersCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListTagsForResourceCommand: (
395
- input: ListTagsForResourceCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ProvisionByoipCidrCommand: (
399
- input: ProvisionByoipCidrCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_RemoveCustomRoutingEndpointsCommand: (
403
- input: RemoveCustomRoutingEndpointsCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_RemoveEndpointsCommand: (
407
- input: RemoveEndpointsCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_TagResourceCommand: (
411
- input: TagResourceCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_UntagResourceCommand: (
415
- input: UntagResourceCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_UpdateAcceleratorCommand: (
419
- input: UpdateAcceleratorCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_UpdateAcceleratorAttributesCommand: (
423
- input: UpdateAcceleratorAttributesCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_UpdateCrossAccountAttachmentCommand: (
427
- input: UpdateCrossAccountAttachmentCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_UpdateCustomRoutingAcceleratorCommand: (
431
- input: UpdateCustomRoutingAcceleratorCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_UpdateCustomRoutingAcceleratorAttributesCommand: (
435
- input: UpdateCustomRoutingAcceleratorAttributesCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_UpdateCustomRoutingListenerCommand: (
439
- input: UpdateCustomRoutingListenerCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_UpdateEndpointGroupCommand: (
443
- input: UpdateEndpointGroupCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_UpdateListenerCommand: (
447
- input: UpdateListenerCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_WithdrawByoipCidrCommand: (
451
- input: WithdrawByoipCidrCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const de_AddCustomRoutingEndpointsCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<AddCustomRoutingEndpointsCommandOutput>;
458
- export declare const de_AddEndpointsCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<AddEndpointsCommandOutput>;
462
- export declare const de_AdvertiseByoipCidrCommand: (
463
- output: __HttpResponse,
464
- context: __SerdeContext
465
- ) => Promise<AdvertiseByoipCidrCommandOutput>;
466
- export declare const de_AllowCustomRoutingTrafficCommand: (
467
- output: __HttpResponse,
468
- context: __SerdeContext
469
- ) => Promise<AllowCustomRoutingTrafficCommandOutput>;
470
- export declare const de_CreateAcceleratorCommand: (
471
- output: __HttpResponse,
472
- context: __SerdeContext
473
- ) => Promise<CreateAcceleratorCommandOutput>;
474
- export declare const de_CreateCrossAccountAttachmentCommand: (
475
- output: __HttpResponse,
476
- context: __SerdeContext
477
- ) => Promise<CreateCrossAccountAttachmentCommandOutput>;
478
- export declare const de_CreateCustomRoutingAcceleratorCommand: (
479
- output: __HttpResponse,
480
- context: __SerdeContext
481
- ) => Promise<CreateCustomRoutingAcceleratorCommandOutput>;
482
- export declare const de_CreateCustomRoutingEndpointGroupCommand: (
483
- output: __HttpResponse,
484
- context: __SerdeContext
485
- ) => Promise<CreateCustomRoutingEndpointGroupCommandOutput>;
486
- export declare const de_CreateCustomRoutingListenerCommand: (
487
- output: __HttpResponse,
488
- context: __SerdeContext
489
- ) => Promise<CreateCustomRoutingListenerCommandOutput>;
490
- export declare const de_CreateEndpointGroupCommand: (
491
- output: __HttpResponse,
492
- context: __SerdeContext
493
- ) => Promise<CreateEndpointGroupCommandOutput>;
494
- export declare const de_CreateListenerCommand: (
495
- output: __HttpResponse,
496
- context: __SerdeContext
497
- ) => Promise<CreateListenerCommandOutput>;
498
- export declare const de_DeleteAcceleratorCommand: (
499
- output: __HttpResponse,
500
- context: __SerdeContext
501
- ) => Promise<DeleteAcceleratorCommandOutput>;
502
- export declare const de_DeleteCrossAccountAttachmentCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<DeleteCrossAccountAttachmentCommandOutput>;
506
- export declare const de_DeleteCustomRoutingAcceleratorCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<DeleteCustomRoutingAcceleratorCommandOutput>;
510
- export declare const de_DeleteCustomRoutingEndpointGroupCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<DeleteCustomRoutingEndpointGroupCommandOutput>;
514
- export declare const de_DeleteCustomRoutingListenerCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<DeleteCustomRoutingListenerCommandOutput>;
518
- export declare const de_DeleteEndpointGroupCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<DeleteEndpointGroupCommandOutput>;
522
- export declare const de_DeleteListenerCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<DeleteListenerCommandOutput>;
526
- export declare const de_DenyCustomRoutingTrafficCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<DenyCustomRoutingTrafficCommandOutput>;
530
- export declare const de_DeprovisionByoipCidrCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<DeprovisionByoipCidrCommandOutput>;
534
- export declare const de_DescribeAcceleratorCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<DescribeAcceleratorCommandOutput>;
538
- export declare const de_DescribeAcceleratorAttributesCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<DescribeAcceleratorAttributesCommandOutput>;
542
- export declare const de_DescribeCrossAccountAttachmentCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<DescribeCrossAccountAttachmentCommandOutput>;
546
- export declare const de_DescribeCustomRoutingAcceleratorCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<DescribeCustomRoutingAcceleratorCommandOutput>;
550
- export declare const de_DescribeCustomRoutingAcceleratorAttributesCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<DescribeCustomRoutingAcceleratorAttributesCommandOutput>;
554
- export declare const de_DescribeCustomRoutingEndpointGroupCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<DescribeCustomRoutingEndpointGroupCommandOutput>;
558
- export declare const de_DescribeCustomRoutingListenerCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<DescribeCustomRoutingListenerCommandOutput>;
562
- export declare const de_DescribeEndpointGroupCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DescribeEndpointGroupCommandOutput>;
566
- export declare const de_DescribeListenerCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DescribeListenerCommandOutput>;
570
- export declare const de_ListAcceleratorsCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<ListAcceleratorsCommandOutput>;
574
- export declare const de_ListByoipCidrsCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<ListByoipCidrsCommandOutput>;
578
- export declare const de_ListCrossAccountAttachmentsCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<ListCrossAccountAttachmentsCommandOutput>;
582
- export declare const de_ListCrossAccountResourceAccountsCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<ListCrossAccountResourceAccountsCommandOutput>;
586
- export declare const de_ListCrossAccountResourcesCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<ListCrossAccountResourcesCommandOutput>;
590
- export declare const de_ListCustomRoutingAcceleratorsCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<ListCustomRoutingAcceleratorsCommandOutput>;
594
- export declare const de_ListCustomRoutingEndpointGroupsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<ListCustomRoutingEndpointGroupsCommandOutput>;
598
- export declare const de_ListCustomRoutingListenersCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<ListCustomRoutingListenersCommandOutput>;
602
- export declare const de_ListCustomRoutingPortMappingsCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<ListCustomRoutingPortMappingsCommandOutput>;
606
- export declare const de_ListCustomRoutingPortMappingsByDestinationCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<ListCustomRoutingPortMappingsByDestinationCommandOutput>;
610
- export declare const de_ListEndpointGroupsCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<ListEndpointGroupsCommandOutput>;
614
- export declare const de_ListListenersCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<ListListenersCommandOutput>;
618
- export declare const de_ListTagsForResourceCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<ListTagsForResourceCommandOutput>;
622
- export declare const de_ProvisionByoipCidrCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<ProvisionByoipCidrCommandOutput>;
626
- export declare const de_RemoveCustomRoutingEndpointsCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<RemoveCustomRoutingEndpointsCommandOutput>;
630
- export declare const de_RemoveEndpointsCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<RemoveEndpointsCommandOutput>;
634
- export declare const de_TagResourceCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<TagResourceCommandOutput>;
638
- export declare const de_UntagResourceCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<UntagResourceCommandOutput>;
642
- export declare const de_UpdateAcceleratorCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<UpdateAcceleratorCommandOutput>;
646
- export declare const de_UpdateAcceleratorAttributesCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<UpdateAcceleratorAttributesCommandOutput>;
650
- export declare const de_UpdateCrossAccountAttachmentCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<UpdateCrossAccountAttachmentCommandOutput>;
654
- export declare const de_UpdateCustomRoutingAcceleratorCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<UpdateCustomRoutingAcceleratorCommandOutput>;
658
- export declare const de_UpdateCustomRoutingAcceleratorAttributesCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<UpdateCustomRoutingAcceleratorAttributesCommandOutput>;
662
- export declare const de_UpdateCustomRoutingListenerCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<UpdateCustomRoutingListenerCommandOutput>;
666
- export declare const de_UpdateEndpointGroupCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<UpdateEndpointGroupCommandOutput>;
670
- export declare const de_UpdateListenerCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<UpdateListenerCommandOutput>;
674
- export declare const de_WithdrawByoipCidrCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<WithdrawByoipCidrCommandOutput>;