@aws-sdk/client-kinesis-video 3.943.0 → 3.946.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist-cjs/index.js +47 -226
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/KinesisVideoClient.js +2 -2
  5. package/dist-es/runtimeConfig.browser.js +2 -2
  6. package/dist-es/runtimeConfig.js +2 -3
  7. package/dist-es/schemas/schemas_0.js +47 -226
  8. package/dist-types/KinesisVideo.d.ts +1 -1
  9. package/dist-types/KinesisVideoClient.d.ts +10 -10
  10. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  11. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  12. package/dist-types/commands/CreateSignalingChannelCommand.d.ts +3 -3
  13. package/dist-types/commands/CreateStreamCommand.d.ts +3 -3
  14. package/dist-types/commands/DeleteEdgeConfigurationCommand.d.ts +3 -3
  15. package/dist-types/commands/DeleteSignalingChannelCommand.d.ts +3 -3
  16. package/dist-types/commands/DeleteStreamCommand.d.ts +3 -3
  17. package/dist-types/commands/DescribeEdgeConfigurationCommand.d.ts +3 -3
  18. package/dist-types/commands/DescribeImageGenerationConfigurationCommand.d.ts +3 -3
  19. package/dist-types/commands/DescribeMappedResourceConfigurationCommand.d.ts +3 -3
  20. package/dist-types/commands/DescribeMediaStorageConfigurationCommand.d.ts +3 -3
  21. package/dist-types/commands/DescribeNotificationConfigurationCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeSignalingChannelCommand.d.ts +3 -3
  23. package/dist-types/commands/DescribeStreamCommand.d.ts +3 -3
  24. package/dist-types/commands/DescribeStreamStorageConfigurationCommand.d.ts +3 -3
  25. package/dist-types/commands/GetDataEndpointCommand.d.ts +3 -3
  26. package/dist-types/commands/GetSignalingChannelEndpointCommand.d.ts +3 -3
  27. package/dist-types/commands/ListEdgeAgentConfigurationsCommand.d.ts +3 -3
  28. package/dist-types/commands/ListSignalingChannelsCommand.d.ts +3 -3
  29. package/dist-types/commands/ListStreamsCommand.d.ts +3 -3
  30. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
  31. package/dist-types/commands/ListTagsForStreamCommand.d.ts +3 -3
  32. package/dist-types/commands/StartEdgeConfigurationUpdateCommand.d.ts +3 -3
  33. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  34. package/dist-types/commands/TagStreamCommand.d.ts +3 -3
  35. package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
  36. package/dist-types/commands/UntagStreamCommand.d.ts +3 -3
  37. package/dist-types/commands/UpdateDataRetentionCommand.d.ts +3 -3
  38. package/dist-types/commands/UpdateImageGenerationConfigurationCommand.d.ts +3 -3
  39. package/dist-types/commands/UpdateMediaStorageConfigurationCommand.d.ts +3 -3
  40. package/dist-types/commands/UpdateNotificationConfigurationCommand.d.ts +3 -3
  41. package/dist-types/commands/UpdateSignalingChannelCommand.d.ts +3 -3
  42. package/dist-types/commands/UpdateStreamCommand.d.ts +3 -3
  43. package/dist-types/commands/UpdateStreamStorageConfigurationCommand.d.ts +3 -3
  44. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  45. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  46. package/dist-types/extensionConfiguration.d.ts +4 -4
  47. package/dist-types/models/KinesisVideoServiceException.d.ts +1 -1
  48. package/dist-types/models/errors.d.ts +1 -1
  49. package/dist-types/pagination/DescribeMappedResourceConfigurationPaginator.d.ts +1 -1
  50. package/dist-types/pagination/Interfaces.d.ts +1 -1
  51. package/dist-types/pagination/ListEdgeAgentConfigurationsPaginator.d.ts +1 -1
  52. package/dist-types/pagination/ListSignalingChannelsPaginator.d.ts +1 -1
  53. package/dist-types/pagination/ListStreamsPaginator.d.ts +1 -1
  54. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  55. package/dist-types/runtimeConfig.d.ts +1 -1
  56. package/dist-types/runtimeConfig.native.d.ts +1 -1
  57. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  58. package/dist-types/runtimeExtensions.d.ts +1 -1
  59. package/dist-types/schemas/schemas_0.d.ts +1 -1
  60. package/dist-types/ts3.4/KinesisVideoClient.d.ts +3 -3
  61. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  62. package/dist-types/ts3.4/models/KinesisVideoServiceException.d.ts +1 -1
  63. 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,17 +591,7 @@ 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
596
  export var __Unit = "unit";
712
597
  export var KinesisVideoServiceException = [-3, _s, "KinesisVideoServiceException", 0, [], []];
@@ -738,9 +623,7 @@ export var CreateSignalingChannel = [
738
623
  9,
739
624
  n0,
740
625
  _CSC,
741
- {
742
- [_h]: ["POST", "/createSignalingChannel", 200],
743
- },
626
+ { [_h]: ["POST", "/createSignalingChannel", 200] },
744
627
  () => CreateSignalingChannelInput,
745
628
  () => CreateSignalingChannelOutput,
746
629
  ];
@@ -748,9 +631,7 @@ export var CreateStream = [
748
631
  9,
749
632
  n0,
750
633
  _CSr,
751
- {
752
- [_h]: ["POST", "/createStream", 200],
753
- },
634
+ { [_h]: ["POST", "/createStream", 200] },
754
635
  () => CreateStreamInput,
755
636
  () => CreateStreamOutput,
756
637
  ];
@@ -758,9 +639,7 @@ export var DeleteEdgeConfiguration = [
758
639
  9,
759
640
  n0,
760
641
  _DEC,
761
- {
762
- [_h]: ["POST", "/deleteEdgeConfiguration", 200],
763
- },
642
+ { [_h]: ["POST", "/deleteEdgeConfiguration", 200] },
764
643
  () => DeleteEdgeConfigurationInput,
765
644
  () => DeleteEdgeConfigurationOutput,
766
645
  ];
@@ -768,9 +647,7 @@ export var DeleteSignalingChannel = [
768
647
  9,
769
648
  n0,
770
649
  _DSC,
771
- {
772
- [_h]: ["POST", "/deleteSignalingChannel", 200],
773
- },
650
+ { [_h]: ["POST", "/deleteSignalingChannel", 200] },
774
651
  () => DeleteSignalingChannelInput,
775
652
  () => DeleteSignalingChannelOutput,
776
653
  ];
@@ -778,9 +655,7 @@ export var DeleteStream = [
778
655
  9,
779
656
  n0,
780
657
  _DS,
781
- {
782
- [_h]: ["POST", "/deleteStream", 200],
783
- },
658
+ { [_h]: ["POST", "/deleteStream", 200] },
784
659
  () => DeleteStreamInput,
785
660
  () => DeleteStreamOutput,
786
661
  ];
@@ -788,9 +663,7 @@ export var DescribeEdgeConfiguration = [
788
663
  9,
789
664
  n0,
790
665
  _DECe,
791
- {
792
- [_h]: ["POST", "/describeEdgeConfiguration", 200],
793
- },
666
+ { [_h]: ["POST", "/describeEdgeConfiguration", 200] },
794
667
  () => DescribeEdgeConfigurationInput,
795
668
  () => DescribeEdgeConfigurationOutput,
796
669
  ];
@@ -798,9 +671,7 @@ export var DescribeImageGenerationConfiguration = [
798
671
  9,
799
672
  n0,
800
673
  _DIGC,
801
- {
802
- [_h]: ["POST", "/describeImageGenerationConfiguration", 200],
803
- },
674
+ { [_h]: ["POST", "/describeImageGenerationConfiguration", 200] },
804
675
  () => DescribeImageGenerationConfigurationInput,
805
676
  () => DescribeImageGenerationConfigurationOutput,
806
677
  ];
@@ -808,9 +679,7 @@ export var DescribeMappedResourceConfiguration = [
808
679
  9,
809
680
  n0,
810
681
  _DMRC,
811
- {
812
- [_h]: ["POST", "/describeMappedResourceConfiguration", 200],
813
- },
682
+ { [_h]: ["POST", "/describeMappedResourceConfiguration", 200] },
814
683
  () => DescribeMappedResourceConfigurationInput,
815
684
  () => DescribeMappedResourceConfigurationOutput,
816
685
  ];
@@ -818,9 +687,7 @@ export var DescribeMediaStorageConfiguration = [
818
687
  9,
819
688
  n0,
820
689
  _DMSC,
821
- {
822
- [_h]: ["POST", "/describeMediaStorageConfiguration", 200],
823
- },
690
+ { [_h]: ["POST", "/describeMediaStorageConfiguration", 200] },
824
691
  () => DescribeMediaStorageConfigurationInput,
825
692
  () => DescribeMediaStorageConfigurationOutput,
826
693
  ];
@@ -828,9 +695,7 @@ export var DescribeNotificationConfiguration = [
828
695
  9,
829
696
  n0,
830
697
  _DNC,
831
- {
832
- [_h]: ["POST", "/describeNotificationConfiguration", 200],
833
- },
698
+ { [_h]: ["POST", "/describeNotificationConfiguration", 200] },
834
699
  () => DescribeNotificationConfigurationInput,
835
700
  () => DescribeNotificationConfigurationOutput,
836
701
  ];
@@ -838,9 +703,7 @@ export var DescribeSignalingChannel = [
838
703
  9,
839
704
  n0,
840
705
  _DSCe,
841
- {
842
- [_h]: ["POST", "/describeSignalingChannel", 200],
843
- },
706
+ { [_h]: ["POST", "/describeSignalingChannel", 200] },
844
707
  () => DescribeSignalingChannelInput,
845
708
  () => DescribeSignalingChannelOutput,
846
709
  ];
@@ -848,9 +711,7 @@ export var DescribeStream = [
848
711
  9,
849
712
  n0,
850
713
  _DSe,
851
- {
852
- [_h]: ["POST", "/describeStream", 200],
853
- },
714
+ { [_h]: ["POST", "/describeStream", 200] },
854
715
  () => DescribeStreamInput,
855
716
  () => DescribeStreamOutput,
856
717
  ];
@@ -858,9 +719,7 @@ export var DescribeStreamStorageConfiguration = [
858
719
  9,
859
720
  n0,
860
721
  _DSSC,
861
- {
862
- [_h]: ["POST", "/describeStreamStorageConfiguration", 200],
863
- },
722
+ { [_h]: ["POST", "/describeStreamStorageConfiguration", 200] },
864
723
  () => DescribeStreamStorageConfigurationInput,
865
724
  () => DescribeStreamStorageConfigurationOutput,
866
725
  ];
@@ -868,9 +727,7 @@ export var GetDataEndpoint = [
868
727
  9,
869
728
  n0,
870
729
  _GDE,
871
- {
872
- [_h]: ["POST", "/getDataEndpoint", 200],
873
- },
730
+ { [_h]: ["POST", "/getDataEndpoint", 200] },
874
731
  () => GetDataEndpointInput,
875
732
  () => GetDataEndpointOutput,
876
733
  ];
@@ -878,9 +735,7 @@ export var GetSignalingChannelEndpoint = [
878
735
  9,
879
736
  n0,
880
737
  _GSCE,
881
- {
882
- [_h]: ["POST", "/getSignalingChannelEndpoint", 200],
883
- },
738
+ { [_h]: ["POST", "/getSignalingChannelEndpoint", 200] },
884
739
  () => GetSignalingChannelEndpointInput,
885
740
  () => GetSignalingChannelEndpointOutput,
886
741
  ];
@@ -888,9 +743,7 @@ export var ListEdgeAgentConfigurations = [
888
743
  9,
889
744
  n0,
890
745
  _LEAC,
891
- {
892
- [_h]: ["POST", "/listEdgeAgentConfigurations", 200],
893
- },
746
+ { [_h]: ["POST", "/listEdgeAgentConfigurations", 200] },
894
747
  () => ListEdgeAgentConfigurationsInput,
895
748
  () => ListEdgeAgentConfigurationsOutput,
896
749
  ];
@@ -898,9 +751,7 @@ export var ListSignalingChannels = [
898
751
  9,
899
752
  n0,
900
753
  _LSCi,
901
- {
902
- [_h]: ["POST", "/listSignalingChannels", 200],
903
- },
754
+ { [_h]: ["POST", "/listSignalingChannels", 200] },
904
755
  () => ListSignalingChannelsInput,
905
756
  () => ListSignalingChannelsOutput,
906
757
  ];
@@ -908,9 +759,7 @@ export var ListStreams = [
908
759
  9,
909
760
  n0,
910
761
  _LS,
911
- {
912
- [_h]: ["POST", "/listStreams", 200],
913
- },
762
+ { [_h]: ["POST", "/listStreams", 200] },
914
763
  () => ListStreamsInput,
915
764
  () => ListStreamsOutput,
916
765
  ];
@@ -918,9 +767,7 @@ export var ListTagsForResource = [
918
767
  9,
919
768
  n0,
920
769
  _LTFR,
921
- {
922
- [_h]: ["POST", "/ListTagsForResource", 200],
923
- },
770
+ { [_h]: ["POST", "/ListTagsForResource", 200] },
924
771
  () => ListTagsForResourceInput,
925
772
  () => ListTagsForResourceOutput,
926
773
  ];
@@ -928,9 +775,7 @@ export var ListTagsForStream = [
928
775
  9,
929
776
  n0,
930
777
  _LTFS,
931
- {
932
- [_h]: ["POST", "/listTagsForStream", 200],
933
- },
778
+ { [_h]: ["POST", "/listTagsForStream", 200] },
934
779
  () => ListTagsForStreamInput,
935
780
  () => ListTagsForStreamOutput,
936
781
  ];
@@ -938,9 +783,7 @@ export var StartEdgeConfigurationUpdate = [
938
783
  9,
939
784
  n0,
940
785
  _SECU,
941
- {
942
- [_h]: ["POST", "/startEdgeConfigurationUpdate", 200],
943
- },
786
+ { [_h]: ["POST", "/startEdgeConfigurationUpdate", 200] },
944
787
  () => StartEdgeConfigurationUpdateInput,
945
788
  () => StartEdgeConfigurationUpdateOutput,
946
789
  ];
@@ -948,9 +791,7 @@ export var TagResource = [
948
791
  9,
949
792
  n0,
950
793
  _TR,
951
- {
952
- [_h]: ["POST", "/TagResource", 200],
953
- },
794
+ { [_h]: ["POST", "/TagResource", 200] },
954
795
  () => TagResourceInput,
955
796
  () => TagResourceOutput,
956
797
  ];
@@ -958,9 +799,7 @@ export var TagStream = [
958
799
  9,
959
800
  n0,
960
801
  _TS,
961
- {
962
- [_h]: ["POST", "/tagStream", 200],
963
- },
802
+ { [_h]: ["POST", "/tagStream", 200] },
964
803
  () => TagStreamInput,
965
804
  () => TagStreamOutput,
966
805
  ];
@@ -968,9 +807,7 @@ export var UntagResource = [
968
807
  9,
969
808
  n0,
970
809
  _UR,
971
- {
972
- [_h]: ["POST", "/UntagResource", 200],
973
- },
810
+ { [_h]: ["POST", "/UntagResource", 200] },
974
811
  () => UntagResourceInput,
975
812
  () => UntagResourceOutput,
976
813
  ];
@@ -978,9 +815,7 @@ export var UntagStream = [
978
815
  9,
979
816
  n0,
980
817
  _USn,
981
- {
982
- [_h]: ["POST", "/untagStream", 200],
983
- },
818
+ { [_h]: ["POST", "/untagStream", 200] },
984
819
  () => UntagStreamInput,
985
820
  () => UntagStreamOutput,
986
821
  ];
@@ -988,9 +823,7 @@ export var UpdateDataRetention = [
988
823
  9,
989
824
  n0,
990
825
  _UDR,
991
- {
992
- [_h]: ["POST", "/updateDataRetention", 200],
993
- },
826
+ { [_h]: ["POST", "/updateDataRetention", 200] },
994
827
  () => UpdateDataRetentionInput,
995
828
  () => UpdateDataRetentionOutput,
996
829
  ];
@@ -998,9 +831,7 @@ export var UpdateImageGenerationConfiguration = [
998
831
  9,
999
832
  n0,
1000
833
  _UIGC,
1001
- {
1002
- [_h]: ["POST", "/updateImageGenerationConfiguration", 200],
1003
- },
834
+ { [_h]: ["POST", "/updateImageGenerationConfiguration", 200] },
1004
835
  () => UpdateImageGenerationConfigurationInput,
1005
836
  () => UpdateImageGenerationConfigurationOutput,
1006
837
  ];
@@ -1008,9 +839,7 @@ export var UpdateMediaStorageConfiguration = [
1008
839
  9,
1009
840
  n0,
1010
841
  _UMSC,
1011
- {
1012
- [_h]: ["POST", "/updateMediaStorageConfiguration", 200],
1013
- },
842
+ { [_h]: ["POST", "/updateMediaStorageConfiguration", 200] },
1014
843
  () => UpdateMediaStorageConfigurationInput,
1015
844
  () => UpdateMediaStorageConfigurationOutput,
1016
845
  ];
@@ -1018,9 +847,7 @@ export var UpdateNotificationConfiguration = [
1018
847
  9,
1019
848
  n0,
1020
849
  _UNC,
1021
- {
1022
- [_h]: ["POST", "/updateNotificationConfiguration", 200],
1023
- },
850
+ { [_h]: ["POST", "/updateNotificationConfiguration", 200] },
1024
851
  () => UpdateNotificationConfigurationInput,
1025
852
  () => UpdateNotificationConfigurationOutput,
1026
853
  ];
@@ -1028,9 +855,7 @@ export var UpdateSignalingChannel = [
1028
855
  9,
1029
856
  n0,
1030
857
  _USC,
1031
- {
1032
- [_h]: ["POST", "/updateSignalingChannel", 200],
1033
- },
858
+ { [_h]: ["POST", "/updateSignalingChannel", 200] },
1034
859
  () => UpdateSignalingChannelInput,
1035
860
  () => UpdateSignalingChannelOutput,
1036
861
  ];
@@ -1038,9 +863,7 @@ export var UpdateStream = [
1038
863
  9,
1039
864
  n0,
1040
865
  _USp,
1041
- {
1042
- [_h]: ["POST", "/updateStream", 200],
1043
- },
866
+ { [_h]: ["POST", "/updateStream", 200] },
1044
867
  () => UpdateStreamInput,
1045
868
  () => UpdateStreamOutput,
1046
869
  ];
@@ -1048,9 +871,7 @@ export var UpdateStreamStorageConfiguration = [
1048
871
  9,
1049
872
  n0,
1050
873
  _USSC,
1051
- {
1052
- [_h]: ["POST", "/updateStreamStorageConfiguration", 200],
1053
- },
874
+ { [_h]: ["POST", "/updateStreamStorageConfiguration", 200] },
1054
875
  () => UpdateStreamStorageConfigurationInput,
1055
876
  () => UpdateStreamStorageConfigurationOutput,
1056
877
  ];
@@ -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 { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
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, HttpAuthScheme } from "@smithy/types";
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
  */