@aws-sdk/client-ivs 3.957.0 → 3.962.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 -40
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +564 -584
- 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 +560 -580
- 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
|
@@ -139,10 +139,8 @@ calls. For more information, see <a href="https://docs.aws.amazon.com/general/la
|
|
|
139
139
|
Resource Names</a> in the <i>AWS General Reference</i>.</p>
|
|
140
140
|
|
|
141
141
|
## Installing
|
|
142
|
-
|
|
143
142
|
To install this package, simply type add or install @aws-sdk/client-ivs
|
|
144
143
|
using your favorite package manager:
|
|
145
|
-
|
|
146
144
|
- `npm install @aws-sdk/client-ivs`
|
|
147
145
|
- `yarn add @aws-sdk/client-ivs`
|
|
148
146
|
- `pnpm add @aws-sdk/client-ivs`
|
|
@@ -178,9 +176,7 @@ To send a request, you:
|
|
|
178
176
|
// a client can be shared by different commands.
|
|
179
177
|
const client = new IvsClient({ region: "REGION" });
|
|
180
178
|
|
|
181
|
-
const params = {
|
|
182
|
-
/** input parameters */
|
|
183
|
-
};
|
|
179
|
+
const params = { /** input parameters */ };
|
|
184
180
|
const command = new ListStreamsCommand(params);
|
|
185
181
|
```
|
|
186
182
|
|
|
@@ -339,7 +335,6 @@ BatchGetChannel
|
|
|
339
335
|
</summary>
|
|
340
336
|
|
|
341
337
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/BatchGetChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/BatchGetChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/BatchGetChannelCommandOutput/)
|
|
342
|
-
|
|
343
338
|
</details>
|
|
344
339
|
<details>
|
|
345
340
|
<summary>
|
|
@@ -347,7 +342,6 @@ BatchGetStreamKey
|
|
|
347
342
|
</summary>
|
|
348
343
|
|
|
349
344
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/BatchGetStreamKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/BatchGetStreamKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/BatchGetStreamKeyCommandOutput/)
|
|
350
|
-
|
|
351
345
|
</details>
|
|
352
346
|
<details>
|
|
353
347
|
<summary>
|
|
@@ -355,7 +349,6 @@ BatchStartViewerSessionRevocation
|
|
|
355
349
|
</summary>
|
|
356
350
|
|
|
357
351
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/BatchStartViewerSessionRevocationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/BatchStartViewerSessionRevocationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/BatchStartViewerSessionRevocationCommandOutput/)
|
|
358
|
-
|
|
359
352
|
</details>
|
|
360
353
|
<details>
|
|
361
354
|
<summary>
|
|
@@ -363,7 +356,6 @@ CreateChannel
|
|
|
363
356
|
</summary>
|
|
364
357
|
|
|
365
358
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/CreateChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/CreateChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/CreateChannelCommandOutput/)
|
|
366
|
-
|
|
367
359
|
</details>
|
|
368
360
|
<details>
|
|
369
361
|
<summary>
|
|
@@ -371,7 +363,6 @@ CreatePlaybackRestrictionPolicy
|
|
|
371
363
|
</summary>
|
|
372
364
|
|
|
373
365
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/CreatePlaybackRestrictionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/CreatePlaybackRestrictionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/CreatePlaybackRestrictionPolicyCommandOutput/)
|
|
374
|
-
|
|
375
366
|
</details>
|
|
376
367
|
<details>
|
|
377
368
|
<summary>
|
|
@@ -379,7 +370,6 @@ CreateRecordingConfiguration
|
|
|
379
370
|
</summary>
|
|
380
371
|
|
|
381
372
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/CreateRecordingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/CreateRecordingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/CreateRecordingConfigurationCommandOutput/)
|
|
382
|
-
|
|
383
373
|
</details>
|
|
384
374
|
<details>
|
|
385
375
|
<summary>
|
|
@@ -387,7 +377,6 @@ CreateStreamKey
|
|
|
387
377
|
</summary>
|
|
388
378
|
|
|
389
379
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/CreateStreamKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/CreateStreamKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/CreateStreamKeyCommandOutput/)
|
|
390
|
-
|
|
391
380
|
</details>
|
|
392
381
|
<details>
|
|
393
382
|
<summary>
|
|
@@ -395,7 +384,6 @@ DeleteChannel
|
|
|
395
384
|
</summary>
|
|
396
385
|
|
|
397
386
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/DeleteChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeleteChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeleteChannelCommandOutput/)
|
|
398
|
-
|
|
399
387
|
</details>
|
|
400
388
|
<details>
|
|
401
389
|
<summary>
|
|
@@ -403,7 +391,6 @@ DeletePlaybackKeyPair
|
|
|
403
391
|
</summary>
|
|
404
392
|
|
|
405
393
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/DeletePlaybackKeyPairCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeletePlaybackKeyPairCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeletePlaybackKeyPairCommandOutput/)
|
|
406
|
-
|
|
407
394
|
</details>
|
|
408
395
|
<details>
|
|
409
396
|
<summary>
|
|
@@ -411,7 +398,6 @@ DeletePlaybackRestrictionPolicy
|
|
|
411
398
|
</summary>
|
|
412
399
|
|
|
413
400
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/DeletePlaybackRestrictionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeletePlaybackRestrictionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeletePlaybackRestrictionPolicyCommandOutput/)
|
|
414
|
-
|
|
415
401
|
</details>
|
|
416
402
|
<details>
|
|
417
403
|
<summary>
|
|
@@ -419,7 +405,6 @@ DeleteRecordingConfiguration
|
|
|
419
405
|
</summary>
|
|
420
406
|
|
|
421
407
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/DeleteRecordingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeleteRecordingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeleteRecordingConfigurationCommandOutput/)
|
|
422
|
-
|
|
423
408
|
</details>
|
|
424
409
|
<details>
|
|
425
410
|
<summary>
|
|
@@ -427,7 +412,6 @@ DeleteStreamKey
|
|
|
427
412
|
</summary>
|
|
428
413
|
|
|
429
414
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/DeleteStreamKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeleteStreamKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/DeleteStreamKeyCommandOutput/)
|
|
430
|
-
|
|
431
415
|
</details>
|
|
432
416
|
<details>
|
|
433
417
|
<summary>
|
|
@@ -435,7 +419,6 @@ GetChannel
|
|
|
435
419
|
</summary>
|
|
436
420
|
|
|
437
421
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/GetChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetChannelCommandOutput/)
|
|
438
|
-
|
|
439
422
|
</details>
|
|
440
423
|
<details>
|
|
441
424
|
<summary>
|
|
@@ -443,7 +426,6 @@ GetPlaybackKeyPair
|
|
|
443
426
|
</summary>
|
|
444
427
|
|
|
445
428
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/GetPlaybackKeyPairCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetPlaybackKeyPairCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetPlaybackKeyPairCommandOutput/)
|
|
446
|
-
|
|
447
429
|
</details>
|
|
448
430
|
<details>
|
|
449
431
|
<summary>
|
|
@@ -451,7 +433,6 @@ GetPlaybackRestrictionPolicy
|
|
|
451
433
|
</summary>
|
|
452
434
|
|
|
453
435
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/GetPlaybackRestrictionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetPlaybackRestrictionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetPlaybackRestrictionPolicyCommandOutput/)
|
|
454
|
-
|
|
455
436
|
</details>
|
|
456
437
|
<details>
|
|
457
438
|
<summary>
|
|
@@ -459,7 +440,6 @@ GetRecordingConfiguration
|
|
|
459
440
|
</summary>
|
|
460
441
|
|
|
461
442
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/GetRecordingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetRecordingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetRecordingConfigurationCommandOutput/)
|
|
462
|
-
|
|
463
443
|
</details>
|
|
464
444
|
<details>
|
|
465
445
|
<summary>
|
|
@@ -467,7 +447,6 @@ GetStream
|
|
|
467
447
|
</summary>
|
|
468
448
|
|
|
469
449
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/GetStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetStreamCommandOutput/)
|
|
470
|
-
|
|
471
450
|
</details>
|
|
472
451
|
<details>
|
|
473
452
|
<summary>
|
|
@@ -475,7 +454,6 @@ GetStreamKey
|
|
|
475
454
|
</summary>
|
|
476
455
|
|
|
477
456
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/GetStreamKeyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetStreamKeyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetStreamKeyCommandOutput/)
|
|
478
|
-
|
|
479
457
|
</details>
|
|
480
458
|
<details>
|
|
481
459
|
<summary>
|
|
@@ -483,7 +461,6 @@ GetStreamSession
|
|
|
483
461
|
</summary>
|
|
484
462
|
|
|
485
463
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/GetStreamSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetStreamSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/GetStreamSessionCommandOutput/)
|
|
486
|
-
|
|
487
464
|
</details>
|
|
488
465
|
<details>
|
|
489
466
|
<summary>
|
|
@@ -491,7 +468,6 @@ ImportPlaybackKeyPair
|
|
|
491
468
|
</summary>
|
|
492
469
|
|
|
493
470
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ImportPlaybackKeyPairCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ImportPlaybackKeyPairCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ImportPlaybackKeyPairCommandOutput/)
|
|
494
|
-
|
|
495
471
|
</details>
|
|
496
472
|
<details>
|
|
497
473
|
<summary>
|
|
@@ -499,7 +475,6 @@ ListChannels
|
|
|
499
475
|
</summary>
|
|
500
476
|
|
|
501
477
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ListChannelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListChannelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListChannelsCommandOutput/)
|
|
502
|
-
|
|
503
478
|
</details>
|
|
504
479
|
<details>
|
|
505
480
|
<summary>
|
|
@@ -507,7 +482,6 @@ ListPlaybackKeyPairs
|
|
|
507
482
|
</summary>
|
|
508
483
|
|
|
509
484
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ListPlaybackKeyPairsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListPlaybackKeyPairsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListPlaybackKeyPairsCommandOutput/)
|
|
510
|
-
|
|
511
485
|
</details>
|
|
512
486
|
<details>
|
|
513
487
|
<summary>
|
|
@@ -515,7 +489,6 @@ ListPlaybackRestrictionPolicies
|
|
|
515
489
|
</summary>
|
|
516
490
|
|
|
517
491
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ListPlaybackRestrictionPoliciesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListPlaybackRestrictionPoliciesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListPlaybackRestrictionPoliciesCommandOutput/)
|
|
518
|
-
|
|
519
492
|
</details>
|
|
520
493
|
<details>
|
|
521
494
|
<summary>
|
|
@@ -523,7 +496,6 @@ ListRecordingConfigurations
|
|
|
523
496
|
</summary>
|
|
524
497
|
|
|
525
498
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ListRecordingConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListRecordingConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListRecordingConfigurationsCommandOutput/)
|
|
526
|
-
|
|
527
499
|
</details>
|
|
528
500
|
<details>
|
|
529
501
|
<summary>
|
|
@@ -531,7 +503,6 @@ ListStreamKeys
|
|
|
531
503
|
</summary>
|
|
532
504
|
|
|
533
505
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ListStreamKeysCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListStreamKeysCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListStreamKeysCommandOutput/)
|
|
534
|
-
|
|
535
506
|
</details>
|
|
536
507
|
<details>
|
|
537
508
|
<summary>
|
|
@@ -539,7 +510,6 @@ ListStreams
|
|
|
539
510
|
</summary>
|
|
540
511
|
|
|
541
512
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ListStreamsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListStreamsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListStreamsCommandOutput/)
|
|
542
|
-
|
|
543
513
|
</details>
|
|
544
514
|
<details>
|
|
545
515
|
<summary>
|
|
@@ -547,7 +517,6 @@ ListStreamSessions
|
|
|
547
517
|
</summary>
|
|
548
518
|
|
|
549
519
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ListStreamSessionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListStreamSessionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListStreamSessionsCommandOutput/)
|
|
550
|
-
|
|
551
520
|
</details>
|
|
552
521
|
<details>
|
|
553
522
|
<summary>
|
|
@@ -555,7 +524,6 @@ ListTagsForResource
|
|
|
555
524
|
</summary>
|
|
556
525
|
|
|
557
526
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/ListTagsForResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListTagsForResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/ListTagsForResourceCommandOutput/)
|
|
558
|
-
|
|
559
527
|
</details>
|
|
560
528
|
<details>
|
|
561
529
|
<summary>
|
|
@@ -563,7 +531,6 @@ PutMetadata
|
|
|
563
531
|
</summary>
|
|
564
532
|
|
|
565
533
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/PutMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/PutMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/PutMetadataCommandOutput/)
|
|
566
|
-
|
|
567
534
|
</details>
|
|
568
535
|
<details>
|
|
569
536
|
<summary>
|
|
@@ -571,7 +538,6 @@ StartViewerSessionRevocation
|
|
|
571
538
|
</summary>
|
|
572
539
|
|
|
573
540
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/StartViewerSessionRevocationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/StartViewerSessionRevocationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/StartViewerSessionRevocationCommandOutput/)
|
|
574
|
-
|
|
575
541
|
</details>
|
|
576
542
|
<details>
|
|
577
543
|
<summary>
|
|
@@ -579,7 +545,6 @@ StopStream
|
|
|
579
545
|
</summary>
|
|
580
546
|
|
|
581
547
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/StopStreamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/StopStreamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/StopStreamCommandOutput/)
|
|
582
|
-
|
|
583
548
|
</details>
|
|
584
549
|
<details>
|
|
585
550
|
<summary>
|
|
@@ -587,7 +552,6 @@ TagResource
|
|
|
587
552
|
</summary>
|
|
588
553
|
|
|
589
554
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/TagResourceCommandOutput/)
|
|
590
|
-
|
|
591
555
|
</details>
|
|
592
556
|
<details>
|
|
593
557
|
<summary>
|
|
@@ -595,7 +559,6 @@ UntagResource
|
|
|
595
559
|
</summary>
|
|
596
560
|
|
|
597
561
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/UntagResourceCommandOutput/)
|
|
598
|
-
|
|
599
562
|
</details>
|
|
600
563
|
<details>
|
|
601
564
|
<summary>
|
|
@@ -603,7 +566,6 @@ UpdateChannel
|
|
|
603
566
|
</summary>
|
|
604
567
|
|
|
605
568
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/UpdateChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/UpdateChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/UpdateChannelCommandOutput/)
|
|
606
|
-
|
|
607
569
|
</details>
|
|
608
570
|
<details>
|
|
609
571
|
<summary>
|
|
@@ -611,5 +573,4 @@ UpdatePlaybackRestrictionPolicy
|
|
|
611
573
|
</summary>
|
|
612
574
|
|
|
613
575
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/ivs/command/UpdatePlaybackRestrictionPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/UpdatePlaybackRestrictionPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-ivs/Interface/UpdatePlaybackRestrictionPolicyCommandOutput/)
|
|
614
|
-
|
|
615
576
|
</details>
|
|
@@ -6,10 +6,9 @@ const util_middleware_1 = require("@smithy/util-middleware");
|
|
|
6
6
|
const defaultIvsHttpAuthSchemeParametersProvider = 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.defaultIvsHttpAuthSchemeParametersProvider = defaultIvsHttpAuthSchemeParametersProvider;
|