@aws-sdk/client-kinesis-video 3.943.0 → 3.947.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +47 -226
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/KinesisVideoClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +47 -227
- package/dist-types/KinesisVideo.d.ts +1 -1
- package/dist-types/KinesisVideoClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/CreateSignalingChannelCommand.d.ts +3 -3
- package/dist-types/commands/CreateStreamCommand.d.ts +3 -3
- package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +3 -3
- package/dist-types/commands/DeleteStreamCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStreamCommand.d.ts +3 -3
- package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/GetDataEndpointCommand.d.ts +3 -3
- package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +3 -3
- package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +3 -3
- package/dist-types/commands/ListSignalingChannelsCommand.d.ts +3 -3
- package/dist-types/commands/ListStreamsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForStreamCommand.d.ts +3 -3
- package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagStreamCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagStreamCommand.d.ts +3 -3
- package/dist-types/commands/UpdateDataRetentionCommand.d.ts +3 -3
- package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +3 -3
- package/dist-types/commands/UpdateStreamCommand.d.ts +3 -3
- package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/KinesisVideoServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeMappedResourceConfigurationPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListEdgeAgentConfigurationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSignalingChannelsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListStreamsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/KinesisVideoClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/KinesisVideoServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -214,26 +214,13 @@ import { TypeRegistry } from "@smithy/core/schema";
|
|
|
214
214
|
import { AccessDeniedException as __AccessDeniedException, AccountChannelLimitExceededException as __AccountChannelLimitExceededException, AccountStreamLimitExceededException as __AccountStreamLimitExceededException, ClientLimitExceededException as __ClientLimitExceededException, DeviceStreamLimitExceededException as __DeviceStreamLimitExceededException, InvalidArgumentException as __InvalidArgumentException, InvalidDeviceException as __InvalidDeviceException, InvalidResourceFormatException as __InvalidResourceFormatException, NoDataRetentionException as __NoDataRetentionException, NotAuthorizedException as __NotAuthorizedException, ResourceInUseException as __ResourceInUseException, ResourceNotFoundException as __ResourceNotFoundException, StreamEdgeConfigurationNotFoundException as __StreamEdgeConfigurationNotFoundException, TagsPerResourceExceededLimitException as __TagsPerResourceExceededLimitException, VersionMismatchException as __VersionMismatchException, } from "../models/errors";
|
|
215
215
|
import { KinesisVideoServiceException as __KinesisVideoServiceException } from "../models/KinesisVideoServiceException";
|
|
216
216
|
export var MediaUriSecretArn = [0, n0, _MUSA, 8, 0];
|
|
217
|
-
export var AccessDeniedException = [
|
|
218
|
-
-3,
|
|
219
|
-
n0,
|
|
220
|
-
_ADE,
|
|
221
|
-
{
|
|
222
|
-
[_e]: _c,
|
|
223
|
-
[_hE]: 401,
|
|
224
|
-
},
|
|
225
|
-
[_M],
|
|
226
|
-
[0],
|
|
227
|
-
];
|
|
217
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
228
218
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
229
219
|
export var AccountChannelLimitExceededException = [
|
|
230
220
|
-3,
|
|
231
221
|
n0,
|
|
232
222
|
_ACLEE,
|
|
233
|
-
{
|
|
234
|
-
[_e]: _c,
|
|
235
|
-
[_hE]: 400,
|
|
236
|
-
},
|
|
223
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
237
224
|
[_M],
|
|
238
225
|
[0],
|
|
239
226
|
];
|
|
@@ -242,10 +229,7 @@ export var AccountStreamLimitExceededException = [
|
|
|
242
229
|
-3,
|
|
243
230
|
n0,
|
|
244
231
|
_ASLEE,
|
|
245
|
-
{
|
|
246
|
-
[_e]: _c,
|
|
247
|
-
[_hE]: 400,
|
|
248
|
-
},
|
|
232
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
249
233
|
[_M],
|
|
250
234
|
[0],
|
|
251
235
|
];
|
|
@@ -259,17 +243,7 @@ export var ChannelInfo = [
|
|
|
259
243
|
[0, 0, 0, 0, 4, () => SingleMasterConfiguration, 0],
|
|
260
244
|
];
|
|
261
245
|
export var ChannelNameCondition = [3, n0, _CNC, 0, [_CO, _CV], [0, 0]];
|
|
262
|
-
export var ClientLimitExceededException = [
|
|
263
|
-
-3,
|
|
264
|
-
n0,
|
|
265
|
-
_CLEE,
|
|
266
|
-
{
|
|
267
|
-
[_e]: _c,
|
|
268
|
-
[_hE]: 400,
|
|
269
|
-
},
|
|
270
|
-
[_M],
|
|
271
|
-
[0],
|
|
272
|
-
];
|
|
246
|
+
export var ClientLimitExceededException = [-3, n0, _CLEE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
273
247
|
TypeRegistry.for(n0).registerError(ClientLimitExceededException, __ClientLimitExceededException);
|
|
274
248
|
export var CreateSignalingChannelInput = [
|
|
275
249
|
3,
|
|
@@ -365,10 +339,7 @@ export var DeviceStreamLimitExceededException = [
|
|
|
365
339
|
-3,
|
|
366
340
|
n0,
|
|
367
341
|
_DSLEE,
|
|
368
|
-
{
|
|
369
|
-
[_e]: _c,
|
|
370
|
-
[_hE]: 400,
|
|
371
|
-
},
|
|
342
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
372
343
|
[_M],
|
|
373
344
|
[0],
|
|
374
345
|
];
|
|
@@ -416,41 +387,11 @@ export var ImageGenerationConfiguration = [
|
|
|
416
387
|
[0, 0, () => ImageGenerationDestinationConfig, 1, 0, 128 | 0, 1, 1],
|
|
417
388
|
];
|
|
418
389
|
export var ImageGenerationDestinationConfig = [3, n0, _IGDC, 0, [_U, _DR], [0, 0]];
|
|
419
|
-
export var InvalidArgumentException = [
|
|
420
|
-
-3,
|
|
421
|
-
n0,
|
|
422
|
-
_IAE,
|
|
423
|
-
{
|
|
424
|
-
[_e]: _c,
|
|
425
|
-
[_hE]: 400,
|
|
426
|
-
},
|
|
427
|
-
[_M],
|
|
428
|
-
[0],
|
|
429
|
-
];
|
|
390
|
+
export var InvalidArgumentException = [-3, n0, _IAE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
430
391
|
TypeRegistry.for(n0).registerError(InvalidArgumentException, __InvalidArgumentException);
|
|
431
|
-
export var InvalidDeviceException = [
|
|
432
|
-
-3,
|
|
433
|
-
n0,
|
|
434
|
-
_IDE,
|
|
435
|
-
{
|
|
436
|
-
[_e]: _c,
|
|
437
|
-
[_hE]: 400,
|
|
438
|
-
},
|
|
439
|
-
[_M],
|
|
440
|
-
[0],
|
|
441
|
-
];
|
|
392
|
+
export var InvalidDeviceException = [-3, n0, _IDE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
442
393
|
TypeRegistry.for(n0).registerError(InvalidDeviceException, __InvalidDeviceException);
|
|
443
|
-
export var InvalidResourceFormatException = [
|
|
444
|
-
-3,
|
|
445
|
-
n0,
|
|
446
|
-
_IRFE,
|
|
447
|
-
{
|
|
448
|
-
[_e]: _c,
|
|
449
|
-
[_hE]: 400,
|
|
450
|
-
},
|
|
451
|
-
[_M],
|
|
452
|
-
[0],
|
|
453
|
-
];
|
|
394
|
+
export var InvalidResourceFormatException = [-3, n0, _IRFE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
454
395
|
TypeRegistry.for(n0).registerError(InvalidResourceFormatException, __InvalidResourceFormatException);
|
|
455
396
|
export var LastRecorderStatus = [3, n0, _LRS, 0, [_JSD, _LCT, _LUT, _RS], [0, 4, 4, 0]];
|
|
456
397
|
export var LastUploaderStatus = [3, n0, _LUS, 0, [_JSD, _LCT, _LUT, _US], [0, 4, 4, 0]];
|
|
@@ -511,29 +452,9 @@ export var MediaSourceConfig = [
|
|
|
511
452
|
[[() => MediaUriSecretArn, 0], 0],
|
|
512
453
|
];
|
|
513
454
|
export var MediaStorageConfiguration = [3, n0, _MSC, 0, [_SARN, _S], [0, 0]];
|
|
514
|
-
export var NoDataRetentionException = [
|
|
515
|
-
-3,
|
|
516
|
-
n0,
|
|
517
|
-
_NDRE,
|
|
518
|
-
{
|
|
519
|
-
[_e]: _c,
|
|
520
|
-
[_hE]: 400,
|
|
521
|
-
},
|
|
522
|
-
[_M],
|
|
523
|
-
[0],
|
|
524
|
-
];
|
|
455
|
+
export var NoDataRetentionException = [-3, n0, _NDRE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
525
456
|
TypeRegistry.for(n0).registerError(NoDataRetentionException, __NoDataRetentionException);
|
|
526
|
-
export var NotAuthorizedException = [
|
|
527
|
-
-3,
|
|
528
|
-
n0,
|
|
529
|
-
_NAE,
|
|
530
|
-
{
|
|
531
|
-
[_e]: _c,
|
|
532
|
-
[_hE]: 401,
|
|
533
|
-
},
|
|
534
|
-
[_M],
|
|
535
|
-
[0],
|
|
536
|
-
];
|
|
457
|
+
export var NotAuthorizedException = [-3, n0, _NAE, { [_e]: _c, [_hE]: 401 }, [_M], [0]];
|
|
537
458
|
TypeRegistry.for(n0).registerError(NotAuthorizedException, __NotAuthorizedException);
|
|
538
459
|
export var NotificationConfiguration = [
|
|
539
460
|
3,
|
|
@@ -553,29 +474,9 @@ export var RecorderConfig = [
|
|
|
553
474
|
[[() => MediaSourceConfig, 0], () => ScheduleConfig],
|
|
554
475
|
];
|
|
555
476
|
export var ResourceEndpointListItem = [3, n0, _RELI, 0, [_P, _RE], [0, 0]];
|
|
556
|
-
export var ResourceInUseException = [
|
|
557
|
-
-3,
|
|
558
|
-
n0,
|
|
559
|
-
_RIUE,
|
|
560
|
-
{
|
|
561
|
-
[_e]: _c,
|
|
562
|
-
[_hE]: 400,
|
|
563
|
-
},
|
|
564
|
-
[_M],
|
|
565
|
-
[0],
|
|
566
|
-
];
|
|
477
|
+
export var ResourceInUseException = [-3, n0, _RIUE, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
567
478
|
TypeRegistry.for(n0).registerError(ResourceInUseException, __ResourceInUseException);
|
|
568
|
-
export var ResourceNotFoundException = [
|
|
569
|
-
-3,
|
|
570
|
-
n0,
|
|
571
|
-
_RNFE,
|
|
572
|
-
{
|
|
573
|
-
[_e]: _c,
|
|
574
|
-
[_hE]: 404,
|
|
575
|
-
},
|
|
576
|
-
[_M],
|
|
577
|
-
[0],
|
|
578
|
-
];
|
|
479
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_M], [0]];
|
|
579
480
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
580
481
|
export var ScheduleConfig = [3, n0, _SC, 0, [_SE, _DIS], [0, 1]];
|
|
581
482
|
export var SingleMasterChannelEndpointConfiguration = [3, n0, _SMCEC, 0, [_Pr, _R], [64 | 0, 0]];
|
|
@@ -600,10 +501,7 @@ export var StreamEdgeConfigurationNotFoundException = [
|
|
|
600
501
|
-3,
|
|
601
502
|
n0,
|
|
602
503
|
_SECNFE,
|
|
603
|
-
{
|
|
604
|
-
[_e]: _c,
|
|
605
|
-
[_hE]: 404,
|
|
606
|
-
},
|
|
504
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
607
505
|
[_M],
|
|
608
506
|
[0],
|
|
609
507
|
];
|
|
@@ -625,10 +523,7 @@ export var TagsPerResourceExceededLimitException = [
|
|
|
625
523
|
-3,
|
|
626
524
|
n0,
|
|
627
525
|
_TPRELE,
|
|
628
|
-
{
|
|
629
|
-
[_e]: _c,
|
|
630
|
-
[_hE]: 400,
|
|
631
|
-
},
|
|
526
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
632
527
|
[_M],
|
|
633
528
|
[0],
|
|
634
529
|
];
|
|
@@ -696,19 +591,8 @@ export var UpdateStreamStorageConfigurationInput = [
|
|
|
696
591
|
];
|
|
697
592
|
export var UpdateStreamStorageConfigurationOutput = [3, n0, _USSCO, 0, [], []];
|
|
698
593
|
export var UploaderConfig = [3, n0, _UC, 0, [_SC], [() => ScheduleConfig]];
|
|
699
|
-
export var VersionMismatchException = [
|
|
700
|
-
-3,
|
|
701
|
-
n0,
|
|
702
|
-
_VME,
|
|
703
|
-
{
|
|
704
|
-
[_e]: _c,
|
|
705
|
-
[_hE]: 400,
|
|
706
|
-
},
|
|
707
|
-
[_M],
|
|
708
|
-
[0],
|
|
709
|
-
];
|
|
594
|
+
export var VersionMismatchException = [-3, n0, _VME, { [_e]: _c, [_hE]: 400 }, [_M], [0]];
|
|
710
595
|
TypeRegistry.for(n0).registerError(VersionMismatchException, __VersionMismatchException);
|
|
711
|
-
export var __Unit = "unit";
|
|
712
596
|
export var KinesisVideoServiceException = [-3, _s, "KinesisVideoServiceException", 0, [], []];
|
|
713
597
|
TypeRegistry.for(_s).registerError(KinesisVideoServiceException, __KinesisVideoServiceException);
|
|
714
598
|
export var ChannelInfoList = [1, n0, _CIL, 0, () => ChannelInfo];
|
|
@@ -738,9 +622,7 @@ export var CreateSignalingChannel = [
|
|
|
738
622
|
9,
|
|
739
623
|
n0,
|
|
740
624
|
_CSC,
|
|
741
|
-
{
|
|
742
|
-
[_h]: ["POST", "/createSignalingChannel", 200],
|
|
743
|
-
},
|
|
625
|
+
{ [_h]: ["POST", "/createSignalingChannel", 200] },
|
|
744
626
|
() => CreateSignalingChannelInput,
|
|
745
627
|
() => CreateSignalingChannelOutput,
|
|
746
628
|
];
|
|
@@ -748,9 +630,7 @@ export var CreateStream = [
|
|
|
748
630
|
9,
|
|
749
631
|
n0,
|
|
750
632
|
_CSr,
|
|
751
|
-
{
|
|
752
|
-
[_h]: ["POST", "/createStream", 200],
|
|
753
|
-
},
|
|
633
|
+
{ [_h]: ["POST", "/createStream", 200] },
|
|
754
634
|
() => CreateStreamInput,
|
|
755
635
|
() => CreateStreamOutput,
|
|
756
636
|
];
|
|
@@ -758,9 +638,7 @@ export var DeleteEdgeConfiguration = [
|
|
|
758
638
|
9,
|
|
759
639
|
n0,
|
|
760
640
|
_DEC,
|
|
761
|
-
{
|
|
762
|
-
[_h]: ["POST", "/deleteEdgeConfiguration", 200],
|
|
763
|
-
},
|
|
641
|
+
{ [_h]: ["POST", "/deleteEdgeConfiguration", 200] },
|
|
764
642
|
() => DeleteEdgeConfigurationInput,
|
|
765
643
|
() => DeleteEdgeConfigurationOutput,
|
|
766
644
|
];
|
|
@@ -768,9 +646,7 @@ export var DeleteSignalingChannel = [
|
|
|
768
646
|
9,
|
|
769
647
|
n0,
|
|
770
648
|
_DSC,
|
|
771
|
-
{
|
|
772
|
-
[_h]: ["POST", "/deleteSignalingChannel", 200],
|
|
773
|
-
},
|
|
649
|
+
{ [_h]: ["POST", "/deleteSignalingChannel", 200] },
|
|
774
650
|
() => DeleteSignalingChannelInput,
|
|
775
651
|
() => DeleteSignalingChannelOutput,
|
|
776
652
|
];
|
|
@@ -778,9 +654,7 @@ export var DeleteStream = [
|
|
|
778
654
|
9,
|
|
779
655
|
n0,
|
|
780
656
|
_DS,
|
|
781
|
-
{
|
|
782
|
-
[_h]: ["POST", "/deleteStream", 200],
|
|
783
|
-
},
|
|
657
|
+
{ [_h]: ["POST", "/deleteStream", 200] },
|
|
784
658
|
() => DeleteStreamInput,
|
|
785
659
|
() => DeleteStreamOutput,
|
|
786
660
|
];
|
|
@@ -788,9 +662,7 @@ export var DescribeEdgeConfiguration = [
|
|
|
788
662
|
9,
|
|
789
663
|
n0,
|
|
790
664
|
_DECe,
|
|
791
|
-
{
|
|
792
|
-
[_h]: ["POST", "/describeEdgeConfiguration", 200],
|
|
793
|
-
},
|
|
665
|
+
{ [_h]: ["POST", "/describeEdgeConfiguration", 200] },
|
|
794
666
|
() => DescribeEdgeConfigurationInput,
|
|
795
667
|
() => DescribeEdgeConfigurationOutput,
|
|
796
668
|
];
|
|
@@ -798,9 +670,7 @@ export var DescribeImageGenerationConfiguration = [
|
|
|
798
670
|
9,
|
|
799
671
|
n0,
|
|
800
672
|
_DIGC,
|
|
801
|
-
{
|
|
802
|
-
[_h]: ["POST", "/describeImageGenerationConfiguration", 200],
|
|
803
|
-
},
|
|
673
|
+
{ [_h]: ["POST", "/describeImageGenerationConfiguration", 200] },
|
|
804
674
|
() => DescribeImageGenerationConfigurationInput,
|
|
805
675
|
() => DescribeImageGenerationConfigurationOutput,
|
|
806
676
|
];
|
|
@@ -808,9 +678,7 @@ export var DescribeMappedResourceConfiguration = [
|
|
|
808
678
|
9,
|
|
809
679
|
n0,
|
|
810
680
|
_DMRC,
|
|
811
|
-
{
|
|
812
|
-
[_h]: ["POST", "/describeMappedResourceConfiguration", 200],
|
|
813
|
-
},
|
|
681
|
+
{ [_h]: ["POST", "/describeMappedResourceConfiguration", 200] },
|
|
814
682
|
() => DescribeMappedResourceConfigurationInput,
|
|
815
683
|
() => DescribeMappedResourceConfigurationOutput,
|
|
816
684
|
];
|
|
@@ -818,9 +686,7 @@ export var DescribeMediaStorageConfiguration = [
|
|
|
818
686
|
9,
|
|
819
687
|
n0,
|
|
820
688
|
_DMSC,
|
|
821
|
-
{
|
|
822
|
-
[_h]: ["POST", "/describeMediaStorageConfiguration", 200],
|
|
823
|
-
},
|
|
689
|
+
{ [_h]: ["POST", "/describeMediaStorageConfiguration", 200] },
|
|
824
690
|
() => DescribeMediaStorageConfigurationInput,
|
|
825
691
|
() => DescribeMediaStorageConfigurationOutput,
|
|
826
692
|
];
|
|
@@ -828,9 +694,7 @@ export var DescribeNotificationConfiguration = [
|
|
|
828
694
|
9,
|
|
829
695
|
n0,
|
|
830
696
|
_DNC,
|
|
831
|
-
{
|
|
832
|
-
[_h]: ["POST", "/describeNotificationConfiguration", 200],
|
|
833
|
-
},
|
|
697
|
+
{ [_h]: ["POST", "/describeNotificationConfiguration", 200] },
|
|
834
698
|
() => DescribeNotificationConfigurationInput,
|
|
835
699
|
() => DescribeNotificationConfigurationOutput,
|
|
836
700
|
];
|
|
@@ -838,9 +702,7 @@ export var DescribeSignalingChannel = [
|
|
|
838
702
|
9,
|
|
839
703
|
n0,
|
|
840
704
|
_DSCe,
|
|
841
|
-
{
|
|
842
|
-
[_h]: ["POST", "/describeSignalingChannel", 200],
|
|
843
|
-
},
|
|
705
|
+
{ [_h]: ["POST", "/describeSignalingChannel", 200] },
|
|
844
706
|
() => DescribeSignalingChannelInput,
|
|
845
707
|
() => DescribeSignalingChannelOutput,
|
|
846
708
|
];
|
|
@@ -848,9 +710,7 @@ export var DescribeStream = [
|
|
|
848
710
|
9,
|
|
849
711
|
n0,
|
|
850
712
|
_DSe,
|
|
851
|
-
{
|
|
852
|
-
[_h]: ["POST", "/describeStream", 200],
|
|
853
|
-
},
|
|
713
|
+
{ [_h]: ["POST", "/describeStream", 200] },
|
|
854
714
|
() => DescribeStreamInput,
|
|
855
715
|
() => DescribeStreamOutput,
|
|
856
716
|
];
|
|
@@ -858,9 +718,7 @@ export var DescribeStreamStorageConfiguration = [
|
|
|
858
718
|
9,
|
|
859
719
|
n0,
|
|
860
720
|
_DSSC,
|
|
861
|
-
{
|
|
862
|
-
[_h]: ["POST", "/describeStreamStorageConfiguration", 200],
|
|
863
|
-
},
|
|
721
|
+
{ [_h]: ["POST", "/describeStreamStorageConfiguration", 200] },
|
|
864
722
|
() => DescribeStreamStorageConfigurationInput,
|
|
865
723
|
() => DescribeStreamStorageConfigurationOutput,
|
|
866
724
|
];
|
|
@@ -868,9 +726,7 @@ export var GetDataEndpoint = [
|
|
|
868
726
|
9,
|
|
869
727
|
n0,
|
|
870
728
|
_GDE,
|
|
871
|
-
{
|
|
872
|
-
[_h]: ["POST", "/getDataEndpoint", 200],
|
|
873
|
-
},
|
|
729
|
+
{ [_h]: ["POST", "/getDataEndpoint", 200] },
|
|
874
730
|
() => GetDataEndpointInput,
|
|
875
731
|
() => GetDataEndpointOutput,
|
|
876
732
|
];
|
|
@@ -878,9 +734,7 @@ export var GetSignalingChannelEndpoint = [
|
|
|
878
734
|
9,
|
|
879
735
|
n0,
|
|
880
736
|
_GSCE,
|
|
881
|
-
{
|
|
882
|
-
[_h]: ["POST", "/getSignalingChannelEndpoint", 200],
|
|
883
|
-
},
|
|
737
|
+
{ [_h]: ["POST", "/getSignalingChannelEndpoint", 200] },
|
|
884
738
|
() => GetSignalingChannelEndpointInput,
|
|
885
739
|
() => GetSignalingChannelEndpointOutput,
|
|
886
740
|
];
|
|
@@ -888,9 +742,7 @@ export var ListEdgeAgentConfigurations = [
|
|
|
888
742
|
9,
|
|
889
743
|
n0,
|
|
890
744
|
_LEAC,
|
|
891
|
-
{
|
|
892
|
-
[_h]: ["POST", "/listEdgeAgentConfigurations", 200],
|
|
893
|
-
},
|
|
745
|
+
{ [_h]: ["POST", "/listEdgeAgentConfigurations", 200] },
|
|
894
746
|
() => ListEdgeAgentConfigurationsInput,
|
|
895
747
|
() => ListEdgeAgentConfigurationsOutput,
|
|
896
748
|
];
|
|
@@ -898,9 +750,7 @@ export var ListSignalingChannels = [
|
|
|
898
750
|
9,
|
|
899
751
|
n0,
|
|
900
752
|
_LSCi,
|
|
901
|
-
{
|
|
902
|
-
[_h]: ["POST", "/listSignalingChannels", 200],
|
|
903
|
-
},
|
|
753
|
+
{ [_h]: ["POST", "/listSignalingChannels", 200] },
|
|
904
754
|
() => ListSignalingChannelsInput,
|
|
905
755
|
() => ListSignalingChannelsOutput,
|
|
906
756
|
];
|
|
@@ -908,9 +758,7 @@ export var ListStreams = [
|
|
|
908
758
|
9,
|
|
909
759
|
n0,
|
|
910
760
|
_LS,
|
|
911
|
-
{
|
|
912
|
-
[_h]: ["POST", "/listStreams", 200],
|
|
913
|
-
},
|
|
761
|
+
{ [_h]: ["POST", "/listStreams", 200] },
|
|
914
762
|
() => ListStreamsInput,
|
|
915
763
|
() => ListStreamsOutput,
|
|
916
764
|
];
|
|
@@ -918,9 +766,7 @@ export var ListTagsForResource = [
|
|
|
918
766
|
9,
|
|
919
767
|
n0,
|
|
920
768
|
_LTFR,
|
|
921
|
-
{
|
|
922
|
-
[_h]: ["POST", "/ListTagsForResource", 200],
|
|
923
|
-
},
|
|
769
|
+
{ [_h]: ["POST", "/ListTagsForResource", 200] },
|
|
924
770
|
() => ListTagsForResourceInput,
|
|
925
771
|
() => ListTagsForResourceOutput,
|
|
926
772
|
];
|
|
@@ -928,9 +774,7 @@ export var ListTagsForStream = [
|
|
|
928
774
|
9,
|
|
929
775
|
n0,
|
|
930
776
|
_LTFS,
|
|
931
|
-
{
|
|
932
|
-
[_h]: ["POST", "/listTagsForStream", 200],
|
|
933
|
-
},
|
|
777
|
+
{ [_h]: ["POST", "/listTagsForStream", 200] },
|
|
934
778
|
() => ListTagsForStreamInput,
|
|
935
779
|
() => ListTagsForStreamOutput,
|
|
936
780
|
];
|
|
@@ -938,9 +782,7 @@ export var StartEdgeConfigurationUpdate = [
|
|
|
938
782
|
9,
|
|
939
783
|
n0,
|
|
940
784
|
_SECU,
|
|
941
|
-
{
|
|
942
|
-
[_h]: ["POST", "/startEdgeConfigurationUpdate", 200],
|
|
943
|
-
},
|
|
785
|
+
{ [_h]: ["POST", "/startEdgeConfigurationUpdate", 200] },
|
|
944
786
|
() => StartEdgeConfigurationUpdateInput,
|
|
945
787
|
() => StartEdgeConfigurationUpdateOutput,
|
|
946
788
|
];
|
|
@@ -948,9 +790,7 @@ export var TagResource = [
|
|
|
948
790
|
9,
|
|
949
791
|
n0,
|
|
950
792
|
_TR,
|
|
951
|
-
{
|
|
952
|
-
[_h]: ["POST", "/TagResource", 200],
|
|
953
|
-
},
|
|
793
|
+
{ [_h]: ["POST", "/TagResource", 200] },
|
|
954
794
|
() => TagResourceInput,
|
|
955
795
|
() => TagResourceOutput,
|
|
956
796
|
];
|
|
@@ -958,9 +798,7 @@ export var TagStream = [
|
|
|
958
798
|
9,
|
|
959
799
|
n0,
|
|
960
800
|
_TS,
|
|
961
|
-
{
|
|
962
|
-
[_h]: ["POST", "/tagStream", 200],
|
|
963
|
-
},
|
|
801
|
+
{ [_h]: ["POST", "/tagStream", 200] },
|
|
964
802
|
() => TagStreamInput,
|
|
965
803
|
() => TagStreamOutput,
|
|
966
804
|
];
|
|
@@ -968,9 +806,7 @@ export var UntagResource = [
|
|
|
968
806
|
9,
|
|
969
807
|
n0,
|
|
970
808
|
_UR,
|
|
971
|
-
{
|
|
972
|
-
[_h]: ["POST", "/UntagResource", 200],
|
|
973
|
-
},
|
|
809
|
+
{ [_h]: ["POST", "/UntagResource", 200] },
|
|
974
810
|
() => UntagResourceInput,
|
|
975
811
|
() => UntagResourceOutput,
|
|
976
812
|
];
|
|
@@ -978,9 +814,7 @@ export var UntagStream = [
|
|
|
978
814
|
9,
|
|
979
815
|
n0,
|
|
980
816
|
_USn,
|
|
981
|
-
{
|
|
982
|
-
[_h]: ["POST", "/untagStream", 200],
|
|
983
|
-
},
|
|
817
|
+
{ [_h]: ["POST", "/untagStream", 200] },
|
|
984
818
|
() => UntagStreamInput,
|
|
985
819
|
() => UntagStreamOutput,
|
|
986
820
|
];
|
|
@@ -988,9 +822,7 @@ export var UpdateDataRetention = [
|
|
|
988
822
|
9,
|
|
989
823
|
n0,
|
|
990
824
|
_UDR,
|
|
991
|
-
{
|
|
992
|
-
[_h]: ["POST", "/updateDataRetention", 200],
|
|
993
|
-
},
|
|
825
|
+
{ [_h]: ["POST", "/updateDataRetention", 200] },
|
|
994
826
|
() => UpdateDataRetentionInput,
|
|
995
827
|
() => UpdateDataRetentionOutput,
|
|
996
828
|
];
|
|
@@ -998,9 +830,7 @@ export var UpdateImageGenerationConfiguration = [
|
|
|
998
830
|
9,
|
|
999
831
|
n0,
|
|
1000
832
|
_UIGC,
|
|
1001
|
-
{
|
|
1002
|
-
[_h]: ["POST", "/updateImageGenerationConfiguration", 200],
|
|
1003
|
-
},
|
|
833
|
+
{ [_h]: ["POST", "/updateImageGenerationConfiguration", 200] },
|
|
1004
834
|
() => UpdateImageGenerationConfigurationInput,
|
|
1005
835
|
() => UpdateImageGenerationConfigurationOutput,
|
|
1006
836
|
];
|
|
@@ -1008,9 +838,7 @@ export var UpdateMediaStorageConfiguration = [
|
|
|
1008
838
|
9,
|
|
1009
839
|
n0,
|
|
1010
840
|
_UMSC,
|
|
1011
|
-
{
|
|
1012
|
-
[_h]: ["POST", "/updateMediaStorageConfiguration", 200],
|
|
1013
|
-
},
|
|
841
|
+
{ [_h]: ["POST", "/updateMediaStorageConfiguration", 200] },
|
|
1014
842
|
() => UpdateMediaStorageConfigurationInput,
|
|
1015
843
|
() => UpdateMediaStorageConfigurationOutput,
|
|
1016
844
|
];
|
|
@@ -1018,9 +846,7 @@ export var UpdateNotificationConfiguration = [
|
|
|
1018
846
|
9,
|
|
1019
847
|
n0,
|
|
1020
848
|
_UNC,
|
|
1021
|
-
{
|
|
1022
|
-
[_h]: ["POST", "/updateNotificationConfiguration", 200],
|
|
1023
|
-
},
|
|
849
|
+
{ [_h]: ["POST", "/updateNotificationConfiguration", 200] },
|
|
1024
850
|
() => UpdateNotificationConfigurationInput,
|
|
1025
851
|
() => UpdateNotificationConfigurationOutput,
|
|
1026
852
|
];
|
|
@@ -1028,9 +854,7 @@ export var UpdateSignalingChannel = [
|
|
|
1028
854
|
9,
|
|
1029
855
|
n0,
|
|
1030
856
|
_USC,
|
|
1031
|
-
{
|
|
1032
|
-
[_h]: ["POST", "/updateSignalingChannel", 200],
|
|
1033
|
-
},
|
|
857
|
+
{ [_h]: ["POST", "/updateSignalingChannel", 200] },
|
|
1034
858
|
() => UpdateSignalingChannelInput,
|
|
1035
859
|
() => UpdateSignalingChannelOutput,
|
|
1036
860
|
];
|
|
@@ -1038,9 +862,7 @@ export var UpdateStream = [
|
|
|
1038
862
|
9,
|
|
1039
863
|
n0,
|
|
1040
864
|
_USp,
|
|
1041
|
-
{
|
|
1042
|
-
[_h]: ["POST", "/updateStream", 200],
|
|
1043
|
-
},
|
|
865
|
+
{ [_h]: ["POST", "/updateStream", 200] },
|
|
1044
866
|
() => UpdateStreamInput,
|
|
1045
867
|
() => UpdateStreamOutput,
|
|
1046
868
|
];
|
|
@@ -1048,9 +870,7 @@ export var UpdateStreamStorageConfiguration = [
|
|
|
1048
870
|
9,
|
|
1049
871
|
n0,
|
|
1050
872
|
_USSC,
|
|
1051
|
-
{
|
|
1052
|
-
[_h]: ["POST", "/updateStreamStorageConfiguration", 200],
|
|
1053
|
-
},
|
|
873
|
+
{ [_h]: ["POST", "/updateStreamStorageConfiguration", 200] },
|
|
1054
874
|
() => UpdateStreamStorageConfigurationInput,
|
|
1055
875
|
() => UpdateStreamStorageConfigurationOutput,
|
|
1056
876
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput } from "./commands/CreateSignalingChannelCommand";
|
|
3
3
|
import { CreateStreamCommandInput, CreateStreamCommandOutput } from "./commands/CreateStreamCommand";
|
|
4
4
|
import { DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput } from "./commands/DeleteEdgeConfigurationCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateSignalingChannelCommandInput, CreateSignalingChannelCommandOutput } from "./commands/CreateSignalingChannelCommand";
|
|
11
11
|
import { CreateStreamCommandInput, CreateStreamCommandOutput } from "./commands/CreateStreamCommand";
|
|
12
12
|
import { DeleteEdgeConfigurationCommandInput, DeleteEdgeConfigurationCommandOutput } from "./commands/DeleteEdgeConfigurationCommand";
|
|
@@ -40,7 +40,7 @@ import { UpdateSignalingChannelCommandInput, UpdateSignalingChannelCommandOutput
|
|
|
40
40
|
import { UpdateStreamCommandInput, UpdateStreamCommandOutput } from "./commands/UpdateStreamCommand";
|
|
41
41
|
import { UpdateStreamStorageConfigurationCommandInput, UpdateStreamStorageConfigurationCommandOutput } from "./commands/UpdateStreamStorageConfigurationCommand";
|
|
42
42
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
43
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
43
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
44
44
|
export { __Client };
|
|
45
45
|
/**
|
|
46
46
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { KinesisVideoHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { KinesisVideoHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { KinesisVideoClientResolvedConfig } from "../KinesisVideoClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type KinesisVideoClientResolvedConfig } from "../KinesisVideoClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
-
import { CreateSignalingChannelInput, CreateSignalingChannelOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
+
import type { CreateSignalingChannelInput, CreateSignalingChannelOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
-
import { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
+
import type { CreateStreamInput, CreateStreamOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
-
import { DeleteEdgeConfigurationInput, DeleteEdgeConfigurationOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
+
import type { DeleteEdgeConfigurationInput, DeleteEdgeConfigurationOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
-
import { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
+
import type { DeleteSignalingChannelInput, DeleteSignalingChannelOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
-
import { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { KinesisVideoClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../KinesisVideoClient";
|
|
4
|
+
import type { DeleteStreamInput, DeleteStreamOutput } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|