@aws-sdk/client-global-accelerator 3.957.0 → 3.958.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/README.md +1 -62
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +780 -839
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +1 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +788 -847
- package/dist-types/pagination/index.d.ts +1 -1
- package/dist-types/ts3.4/pagination/index.d.ts +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
AWS SDK for JavaScript GlobalAccelerator Client for Node.js, Browser and React Native.
|
|
8
8
|
|
|
9
9
|
<fullname>Global Accelerator</fullname>
|
|
10
|
-
|
|
11
10
|
<p>This is the <i>Global Accelerator API Reference</i>. This guide is for developers who need detailed information about
|
|
12
11
|
Global Accelerator API actions, data types, and errors. For more information about Global Accelerator features, see the
|
|
13
12
|
<a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
|
|
@@ -57,10 +56,8 @@ directed to healthy endpoints.</p>
|
|
|
57
56
|
<a href="https://docs.aws.amazon.com/global-accelerator/latest/dg/what-is-global-accelerator.html">Global Accelerator Developer Guide</a>.</p>
|
|
58
57
|
|
|
59
58
|
## Installing
|
|
60
|
-
|
|
61
59
|
To install this package, simply type add or install @aws-sdk/client-global-accelerator
|
|
62
60
|
using your favorite package manager:
|
|
63
|
-
|
|
64
61
|
- `npm install @aws-sdk/client-global-accelerator`
|
|
65
62
|
- `yarn add @aws-sdk/client-global-accelerator`
|
|
66
63
|
- `pnpm add @aws-sdk/client-global-accelerator`
|
|
@@ -96,9 +93,7 @@ To send a request, you:
|
|
|
96
93
|
// a client can be shared by different commands.
|
|
97
94
|
const client = new GlobalAcceleratorClient({ region: "REGION" });
|
|
98
95
|
|
|
99
|
-
const params = {
|
|
100
|
-
/** input parameters */
|
|
101
|
-
};
|
|
96
|
+
const params = { /** input parameters */ };
|
|
102
97
|
const command = new ListAcceleratorsCommand(params);
|
|
103
98
|
```
|
|
104
99
|
|
|
@@ -257,7 +252,6 @@ AddCustomRoutingEndpoints
|
|
|
257
252
|
</summary>
|
|
258
253
|
|
|
259
254
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/AddCustomRoutingEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/AddCustomRoutingEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/AddCustomRoutingEndpointsCommandOutput/)
|
|
260
|
-
|
|
261
255
|
</details>
|
|
262
256
|
<details>
|
|
263
257
|
<summary>
|
|
@@ -265,7 +259,6 @@ AddEndpoints
|
|
|
265
259
|
</summary>
|
|
266
260
|
|
|
267
261
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/AddEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/AddEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/AddEndpointsCommandOutput/)
|
|
268
|
-
|
|
269
262
|
</details>
|
|
270
263
|
<details>
|
|
271
264
|
<summary>
|
|
@@ -273,7 +266,6 @@ AdvertiseByoipCidr
|
|
|
273
266
|
</summary>
|
|
274
267
|
|
|
275
268
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/AdvertiseByoipCidrCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/AdvertiseByoipCidrCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/AdvertiseByoipCidrCommandOutput/)
|
|
276
|
-
|
|
277
269
|
</details>
|
|
278
270
|
<details>
|
|
279
271
|
<summary>
|
|
@@ -281,7 +273,6 @@ AllowCustomRoutingTraffic
|
|
|
281
273
|
</summary>
|
|
282
274
|
|
|
283
275
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/AllowCustomRoutingTrafficCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/AllowCustomRoutingTrafficCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/AllowCustomRoutingTrafficCommandOutput/)
|
|
284
|
-
|
|
285
276
|
</details>
|
|
286
277
|
<details>
|
|
287
278
|
<summary>
|
|
@@ -289,7 +280,6 @@ CreateAccelerator
|
|
|
289
280
|
</summary>
|
|
290
281
|
|
|
291
282
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/CreateAcceleratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateAcceleratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateAcceleratorCommandOutput/)
|
|
292
|
-
|
|
293
283
|
</details>
|
|
294
284
|
<details>
|
|
295
285
|
<summary>
|
|
@@ -297,7 +287,6 @@ CreateCrossAccountAttachment
|
|
|
297
287
|
</summary>
|
|
298
288
|
|
|
299
289
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/CreateCrossAccountAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateCrossAccountAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateCrossAccountAttachmentCommandOutput/)
|
|
300
|
-
|
|
301
290
|
</details>
|
|
302
291
|
<details>
|
|
303
292
|
<summary>
|
|
@@ -305,7 +294,6 @@ CreateCustomRoutingAccelerator
|
|
|
305
294
|
</summary>
|
|
306
295
|
|
|
307
296
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/CreateCustomRoutingAcceleratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateCustomRoutingAcceleratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateCustomRoutingAcceleratorCommandOutput/)
|
|
308
|
-
|
|
309
297
|
</details>
|
|
310
298
|
<details>
|
|
311
299
|
<summary>
|
|
@@ -313,7 +301,6 @@ CreateCustomRoutingEndpointGroup
|
|
|
313
301
|
</summary>
|
|
314
302
|
|
|
315
303
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/CreateCustomRoutingEndpointGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateCustomRoutingEndpointGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateCustomRoutingEndpointGroupCommandOutput/)
|
|
316
|
-
|
|
317
304
|
</details>
|
|
318
305
|
<details>
|
|
319
306
|
<summary>
|
|
@@ -321,7 +308,6 @@ CreateCustomRoutingListener
|
|
|
321
308
|
</summary>
|
|
322
309
|
|
|
323
310
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/CreateCustomRoutingListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateCustomRoutingListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateCustomRoutingListenerCommandOutput/)
|
|
324
|
-
|
|
325
311
|
</details>
|
|
326
312
|
<details>
|
|
327
313
|
<summary>
|
|
@@ -329,7 +315,6 @@ CreateEndpointGroup
|
|
|
329
315
|
</summary>
|
|
330
316
|
|
|
331
317
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/CreateEndpointGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateEndpointGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateEndpointGroupCommandOutput/)
|
|
332
|
-
|
|
333
318
|
</details>
|
|
334
319
|
<details>
|
|
335
320
|
<summary>
|
|
@@ -337,7 +322,6 @@ CreateListener
|
|
|
337
322
|
</summary>
|
|
338
323
|
|
|
339
324
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/CreateListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/CreateListenerCommandOutput/)
|
|
340
|
-
|
|
341
325
|
</details>
|
|
342
326
|
<details>
|
|
343
327
|
<summary>
|
|
@@ -345,7 +329,6 @@ DeleteAccelerator
|
|
|
345
329
|
</summary>
|
|
346
330
|
|
|
347
331
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DeleteAcceleratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteAcceleratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteAcceleratorCommandOutput/)
|
|
348
|
-
|
|
349
332
|
</details>
|
|
350
333
|
<details>
|
|
351
334
|
<summary>
|
|
@@ -353,7 +336,6 @@ DeleteCrossAccountAttachment
|
|
|
353
336
|
</summary>
|
|
354
337
|
|
|
355
338
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DeleteCrossAccountAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteCrossAccountAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteCrossAccountAttachmentCommandOutput/)
|
|
356
|
-
|
|
357
339
|
</details>
|
|
358
340
|
<details>
|
|
359
341
|
<summary>
|
|
@@ -361,7 +343,6 @@ DeleteCustomRoutingAccelerator
|
|
|
361
343
|
</summary>
|
|
362
344
|
|
|
363
345
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DeleteCustomRoutingAcceleratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteCustomRoutingAcceleratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteCustomRoutingAcceleratorCommandOutput/)
|
|
364
|
-
|
|
365
346
|
</details>
|
|
366
347
|
<details>
|
|
367
348
|
<summary>
|
|
@@ -369,7 +350,6 @@ DeleteCustomRoutingEndpointGroup
|
|
|
369
350
|
</summary>
|
|
370
351
|
|
|
371
352
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DeleteCustomRoutingEndpointGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteCustomRoutingEndpointGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteCustomRoutingEndpointGroupCommandOutput/)
|
|
372
|
-
|
|
373
353
|
</details>
|
|
374
354
|
<details>
|
|
375
355
|
<summary>
|
|
@@ -377,7 +357,6 @@ DeleteCustomRoutingListener
|
|
|
377
357
|
</summary>
|
|
378
358
|
|
|
379
359
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DeleteCustomRoutingListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteCustomRoutingListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteCustomRoutingListenerCommandOutput/)
|
|
380
|
-
|
|
381
360
|
</details>
|
|
382
361
|
<details>
|
|
383
362
|
<summary>
|
|
@@ -385,7 +364,6 @@ DeleteEndpointGroup
|
|
|
385
364
|
</summary>
|
|
386
365
|
|
|
387
366
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DeleteEndpointGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteEndpointGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteEndpointGroupCommandOutput/)
|
|
388
|
-
|
|
389
367
|
</details>
|
|
390
368
|
<details>
|
|
391
369
|
<summary>
|
|
@@ -393,7 +371,6 @@ DeleteListener
|
|
|
393
371
|
</summary>
|
|
394
372
|
|
|
395
373
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DeleteListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeleteListenerCommandOutput/)
|
|
396
|
-
|
|
397
374
|
</details>
|
|
398
375
|
<details>
|
|
399
376
|
<summary>
|
|
@@ -401,7 +378,6 @@ DenyCustomRoutingTraffic
|
|
|
401
378
|
</summary>
|
|
402
379
|
|
|
403
380
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DenyCustomRoutingTrafficCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DenyCustomRoutingTrafficCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DenyCustomRoutingTrafficCommandOutput/)
|
|
404
|
-
|
|
405
381
|
</details>
|
|
406
382
|
<details>
|
|
407
383
|
<summary>
|
|
@@ -409,7 +385,6 @@ DeprovisionByoipCidr
|
|
|
409
385
|
</summary>
|
|
410
386
|
|
|
411
387
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DeprovisionByoipCidrCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeprovisionByoipCidrCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DeprovisionByoipCidrCommandOutput/)
|
|
412
|
-
|
|
413
388
|
</details>
|
|
414
389
|
<details>
|
|
415
390
|
<summary>
|
|
@@ -417,7 +392,6 @@ DescribeAccelerator
|
|
|
417
392
|
</summary>
|
|
418
393
|
|
|
419
394
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeAcceleratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeAcceleratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeAcceleratorCommandOutput/)
|
|
420
|
-
|
|
421
395
|
</details>
|
|
422
396
|
<details>
|
|
423
397
|
<summary>
|
|
@@ -425,7 +399,6 @@ DescribeAcceleratorAttributes
|
|
|
425
399
|
</summary>
|
|
426
400
|
|
|
427
401
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeAcceleratorAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeAcceleratorAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeAcceleratorAttributesCommandOutput/)
|
|
428
|
-
|
|
429
402
|
</details>
|
|
430
403
|
<details>
|
|
431
404
|
<summary>
|
|
@@ -433,7 +406,6 @@ DescribeCrossAccountAttachment
|
|
|
433
406
|
</summary>
|
|
434
407
|
|
|
435
408
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeCrossAccountAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCrossAccountAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCrossAccountAttachmentCommandOutput/)
|
|
436
|
-
|
|
437
409
|
</details>
|
|
438
410
|
<details>
|
|
439
411
|
<summary>
|
|
@@ -441,7 +413,6 @@ DescribeCustomRoutingAccelerator
|
|
|
441
413
|
</summary>
|
|
442
414
|
|
|
443
415
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeCustomRoutingAcceleratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCustomRoutingAcceleratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCustomRoutingAcceleratorCommandOutput/)
|
|
444
|
-
|
|
445
416
|
</details>
|
|
446
417
|
<details>
|
|
447
418
|
<summary>
|
|
@@ -449,7 +420,6 @@ DescribeCustomRoutingAcceleratorAttributes
|
|
|
449
420
|
</summary>
|
|
450
421
|
|
|
451
422
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeCustomRoutingAcceleratorAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCustomRoutingAcceleratorAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCustomRoutingAcceleratorAttributesCommandOutput/)
|
|
452
|
-
|
|
453
423
|
</details>
|
|
454
424
|
<details>
|
|
455
425
|
<summary>
|
|
@@ -457,7 +427,6 @@ DescribeCustomRoutingEndpointGroup
|
|
|
457
427
|
</summary>
|
|
458
428
|
|
|
459
429
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeCustomRoutingEndpointGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCustomRoutingEndpointGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCustomRoutingEndpointGroupCommandOutput/)
|
|
460
|
-
|
|
461
430
|
</details>
|
|
462
431
|
<details>
|
|
463
432
|
<summary>
|
|
@@ -465,7 +434,6 @@ DescribeCustomRoutingListener
|
|
|
465
434
|
</summary>
|
|
466
435
|
|
|
467
436
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeCustomRoutingListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCustomRoutingListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeCustomRoutingListenerCommandOutput/)
|
|
468
|
-
|
|
469
437
|
</details>
|
|
470
438
|
<details>
|
|
471
439
|
<summary>
|
|
@@ -473,7 +441,6 @@ DescribeEndpointGroup
|
|
|
473
441
|
</summary>
|
|
474
442
|
|
|
475
443
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeEndpointGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeEndpointGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeEndpointGroupCommandOutput/)
|
|
476
|
-
|
|
477
444
|
</details>
|
|
478
445
|
<details>
|
|
479
446
|
<summary>
|
|
@@ -481,7 +448,6 @@ DescribeListener
|
|
|
481
448
|
</summary>
|
|
482
449
|
|
|
483
450
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/DescribeListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/DescribeListenerCommandOutput/)
|
|
484
|
-
|
|
485
451
|
</details>
|
|
486
452
|
<details>
|
|
487
453
|
<summary>
|
|
@@ -489,7 +455,6 @@ ListAccelerators
|
|
|
489
455
|
</summary>
|
|
490
456
|
|
|
491
457
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListAcceleratorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListAcceleratorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListAcceleratorsCommandOutput/)
|
|
492
|
-
|
|
493
458
|
</details>
|
|
494
459
|
<details>
|
|
495
460
|
<summary>
|
|
@@ -497,7 +462,6 @@ ListByoipCidrs
|
|
|
497
462
|
</summary>
|
|
498
463
|
|
|
499
464
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListByoipCidrsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListByoipCidrsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListByoipCidrsCommandOutput/)
|
|
500
|
-
|
|
501
465
|
</details>
|
|
502
466
|
<details>
|
|
503
467
|
<summary>
|
|
@@ -505,7 +469,6 @@ ListCrossAccountAttachments
|
|
|
505
469
|
</summary>
|
|
506
470
|
|
|
507
471
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListCrossAccountAttachmentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCrossAccountAttachmentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCrossAccountAttachmentsCommandOutput/)
|
|
508
|
-
|
|
509
472
|
</details>
|
|
510
473
|
<details>
|
|
511
474
|
<summary>
|
|
@@ -513,7 +476,6 @@ ListCrossAccountResourceAccounts
|
|
|
513
476
|
</summary>
|
|
514
477
|
|
|
515
478
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListCrossAccountResourceAccountsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCrossAccountResourceAccountsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCrossAccountResourceAccountsCommandOutput/)
|
|
516
|
-
|
|
517
479
|
</details>
|
|
518
480
|
<details>
|
|
519
481
|
<summary>
|
|
@@ -521,7 +483,6 @@ ListCrossAccountResources
|
|
|
521
483
|
</summary>
|
|
522
484
|
|
|
523
485
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListCrossAccountResourcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCrossAccountResourcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCrossAccountResourcesCommandOutput/)
|
|
524
|
-
|
|
525
486
|
</details>
|
|
526
487
|
<details>
|
|
527
488
|
<summary>
|
|
@@ -529,7 +490,6 @@ ListCustomRoutingAccelerators
|
|
|
529
490
|
</summary>
|
|
530
491
|
|
|
531
492
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListCustomRoutingAcceleratorsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingAcceleratorsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingAcceleratorsCommandOutput/)
|
|
532
|
-
|
|
533
493
|
</details>
|
|
534
494
|
<details>
|
|
535
495
|
<summary>
|
|
@@ -537,7 +497,6 @@ ListCustomRoutingEndpointGroups
|
|
|
537
497
|
</summary>
|
|
538
498
|
|
|
539
499
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListCustomRoutingEndpointGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingEndpointGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingEndpointGroupsCommandOutput/)
|
|
540
|
-
|
|
541
500
|
</details>
|
|
542
501
|
<details>
|
|
543
502
|
<summary>
|
|
@@ -545,7 +504,6 @@ ListCustomRoutingListeners
|
|
|
545
504
|
</summary>
|
|
546
505
|
|
|
547
506
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListCustomRoutingListenersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingListenersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingListenersCommandOutput/)
|
|
548
|
-
|
|
549
507
|
</details>
|
|
550
508
|
<details>
|
|
551
509
|
<summary>
|
|
@@ -553,7 +511,6 @@ ListCustomRoutingPortMappings
|
|
|
553
511
|
</summary>
|
|
554
512
|
|
|
555
513
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListCustomRoutingPortMappingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingPortMappingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingPortMappingsCommandOutput/)
|
|
556
|
-
|
|
557
514
|
</details>
|
|
558
515
|
<details>
|
|
559
516
|
<summary>
|
|
@@ -561,7 +518,6 @@ ListCustomRoutingPortMappingsByDestination
|
|
|
561
518
|
</summary>
|
|
562
519
|
|
|
563
520
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListCustomRoutingPortMappingsByDestinationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingPortMappingsByDestinationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListCustomRoutingPortMappingsByDestinationCommandOutput/)
|
|
564
|
-
|
|
565
521
|
</details>
|
|
566
522
|
<details>
|
|
567
523
|
<summary>
|
|
@@ -569,7 +525,6 @@ ListEndpointGroups
|
|
|
569
525
|
</summary>
|
|
570
526
|
|
|
571
527
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListEndpointGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListEndpointGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListEndpointGroupsCommandOutput/)
|
|
572
|
-
|
|
573
528
|
</details>
|
|
574
529
|
<details>
|
|
575
530
|
<summary>
|
|
@@ -577,7 +532,6 @@ ListListeners
|
|
|
577
532
|
</summary>
|
|
578
533
|
|
|
579
534
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListListenersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListListenersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListListenersCommandOutput/)
|
|
580
|
-
|
|
581
535
|
</details>
|
|
582
536
|
<details>
|
|
583
537
|
<summary>
|
|
@@ -585,7 +539,6 @@ ListTagsForResource
|
|
|
585
539
|
</summary>
|
|
586
540
|
|
|
587
541
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ListTagsForResourceCommandOutput/)
|
|
588
|
-
|
|
589
542
|
</details>
|
|
590
543
|
<details>
|
|
591
544
|
<summary>
|
|
@@ -593,7 +546,6 @@ ProvisionByoipCidr
|
|
|
593
546
|
</summary>
|
|
594
547
|
|
|
595
548
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/ProvisionByoipCidrCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ProvisionByoipCidrCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/ProvisionByoipCidrCommandOutput/)
|
|
596
|
-
|
|
597
549
|
</details>
|
|
598
550
|
<details>
|
|
599
551
|
<summary>
|
|
@@ -601,7 +553,6 @@ RemoveCustomRoutingEndpoints
|
|
|
601
553
|
</summary>
|
|
602
554
|
|
|
603
555
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/RemoveCustomRoutingEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/RemoveCustomRoutingEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/RemoveCustomRoutingEndpointsCommandOutput/)
|
|
604
|
-
|
|
605
556
|
</details>
|
|
606
557
|
<details>
|
|
607
558
|
<summary>
|
|
@@ -609,7 +560,6 @@ RemoveEndpoints
|
|
|
609
560
|
</summary>
|
|
610
561
|
|
|
611
562
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/RemoveEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/RemoveEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/RemoveEndpointsCommandOutput/)
|
|
612
|
-
|
|
613
563
|
</details>
|
|
614
564
|
<details>
|
|
615
565
|
<summary>
|
|
@@ -617,7 +567,6 @@ TagResource
|
|
|
617
567
|
</summary>
|
|
618
568
|
|
|
619
569
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/TagResourceCommandOutput/)
|
|
620
|
-
|
|
621
570
|
</details>
|
|
622
571
|
<details>
|
|
623
572
|
<summary>
|
|
@@ -625,7 +574,6 @@ UntagResource
|
|
|
625
574
|
</summary>
|
|
626
575
|
|
|
627
576
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UntagResourceCommandOutput/)
|
|
628
|
-
|
|
629
577
|
</details>
|
|
630
578
|
<details>
|
|
631
579
|
<summary>
|
|
@@ -633,7 +581,6 @@ UpdateAccelerator
|
|
|
633
581
|
</summary>
|
|
634
582
|
|
|
635
583
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UpdateAcceleratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateAcceleratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateAcceleratorCommandOutput/)
|
|
636
|
-
|
|
637
584
|
</details>
|
|
638
585
|
<details>
|
|
639
586
|
<summary>
|
|
@@ -641,7 +588,6 @@ UpdateAcceleratorAttributes
|
|
|
641
588
|
</summary>
|
|
642
589
|
|
|
643
590
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UpdateAcceleratorAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateAcceleratorAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateAcceleratorAttributesCommandOutput/)
|
|
644
|
-
|
|
645
591
|
</details>
|
|
646
592
|
<details>
|
|
647
593
|
<summary>
|
|
@@ -649,7 +595,6 @@ UpdateCrossAccountAttachment
|
|
|
649
595
|
</summary>
|
|
650
596
|
|
|
651
597
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UpdateCrossAccountAttachmentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateCrossAccountAttachmentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateCrossAccountAttachmentCommandOutput/)
|
|
652
|
-
|
|
653
598
|
</details>
|
|
654
599
|
<details>
|
|
655
600
|
<summary>
|
|
@@ -657,7 +602,6 @@ UpdateCustomRoutingAccelerator
|
|
|
657
602
|
</summary>
|
|
658
603
|
|
|
659
604
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UpdateCustomRoutingAcceleratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateCustomRoutingAcceleratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateCustomRoutingAcceleratorCommandOutput/)
|
|
660
|
-
|
|
661
605
|
</details>
|
|
662
606
|
<details>
|
|
663
607
|
<summary>
|
|
@@ -665,7 +609,6 @@ UpdateCustomRoutingAcceleratorAttributes
|
|
|
665
609
|
</summary>
|
|
666
610
|
|
|
667
611
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UpdateCustomRoutingAcceleratorAttributesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateCustomRoutingAcceleratorAttributesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateCustomRoutingAcceleratorAttributesCommandOutput/)
|
|
668
|
-
|
|
669
612
|
</details>
|
|
670
613
|
<details>
|
|
671
614
|
<summary>
|
|
@@ -673,7 +616,6 @@ UpdateCustomRoutingListener
|
|
|
673
616
|
</summary>
|
|
674
617
|
|
|
675
618
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UpdateCustomRoutingListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateCustomRoutingListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateCustomRoutingListenerCommandOutput/)
|
|
676
|
-
|
|
677
619
|
</details>
|
|
678
620
|
<details>
|
|
679
621
|
<summary>
|
|
@@ -681,7 +623,6 @@ UpdateEndpointGroup
|
|
|
681
623
|
</summary>
|
|
682
624
|
|
|
683
625
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UpdateEndpointGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateEndpointGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateEndpointGroupCommandOutput/)
|
|
684
|
-
|
|
685
626
|
</details>
|
|
686
627
|
<details>
|
|
687
628
|
<summary>
|
|
@@ -689,7 +630,6 @@ UpdateListener
|
|
|
689
630
|
</summary>
|
|
690
631
|
|
|
691
632
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/UpdateListenerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateListenerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/UpdateListenerCommandOutput/)
|
|
692
|
-
|
|
693
633
|
</details>
|
|
694
634
|
<details>
|
|
695
635
|
<summary>
|
|
@@ -697,5 +637,4 @@ WithdrawByoipCidr
|
|
|
697
637
|
</summary>
|
|
698
638
|
|
|
699
639
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/global-accelerator/command/WithdrawByoipCidrCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/WithdrawByoipCidrCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-global-accelerator/Interface/WithdrawByoipCidrCommandOutput/)
|
|
700
|
-
|
|
701
640
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultGlobalAcceleratorHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
7
7
|
return {
|
|
8
8
|
operation: (0, util_middleware_1.getSmithyContext)(context).operation,
|
|
9
|
-
region:
|
|
10
|
-
(
|
|
11
|
-
|
|
12
|
-
})(),
|
|
9
|
+
region: await (0, util_middleware_1.normalizeProvider)(config.region)() || (() => {
|
|
10
|
+
throw new Error("expected `region` to be configured for `aws.auth#sigv4`");
|
|
11
|
+
})(),
|
|
13
12
|
};
|
|
14
13
|
};
|
|
15
14
|
exports.defaultGlobalAcceleratorHttpAuthSchemeParametersProvider = defaultGlobalAcceleratorHttpAuthSchemeParametersProvider;
|