@aws-sdk/client-ivs 3.131.0 → 3.142.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 (65) hide show
  1. package/CHANGELOG.md +33 -0
  2. package/README.md +1 -1
  3. package/dist-cjs/commands/BatchGetChannelCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetStreamKeyCommand.js +2 -2
  5. package/dist-cjs/commands/CreateChannelCommand.js +2 -2
  6. package/dist-cjs/commands/CreateRecordingConfigurationCommand.js +2 -2
  7. package/dist-cjs/commands/CreateStreamKeyCommand.js +2 -2
  8. package/dist-cjs/commands/DeleteChannelCommand.js +1 -1
  9. package/dist-cjs/commands/DeletePlaybackKeyPairCommand.js +2 -2
  10. package/dist-cjs/commands/DeleteRecordingConfigurationCommand.js +1 -1
  11. package/dist-cjs/commands/DeleteStreamKeyCommand.js +1 -1
  12. package/dist-cjs/commands/GetChannelCommand.js +2 -2
  13. package/dist-cjs/commands/GetPlaybackKeyPairCommand.js +2 -2
  14. package/dist-cjs/commands/GetRecordingConfigurationCommand.js +2 -2
  15. package/dist-cjs/commands/GetStreamCommand.js +2 -2
  16. package/dist-cjs/commands/GetStreamKeyCommand.js +2 -2
  17. package/dist-cjs/commands/GetStreamSessionCommand.js +2 -2
  18. package/dist-cjs/commands/ImportPlaybackKeyPairCommand.js +2 -2
  19. package/dist-cjs/commands/ListChannelsCommand.js +2 -2
  20. package/dist-cjs/commands/ListPlaybackKeyPairsCommand.js +2 -2
  21. package/dist-cjs/commands/ListRecordingConfigurationsCommand.js +2 -2
  22. package/dist-cjs/commands/ListStreamKeysCommand.js +2 -2
  23. package/dist-cjs/commands/ListStreamSessionsCommand.js +2 -2
  24. package/dist-cjs/commands/ListStreamsCommand.js +2 -2
  25. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  26. package/dist-cjs/commands/PutMetadataCommand.js +1 -1
  27. package/dist-cjs/commands/StopStreamCommand.js +2 -2
  28. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  29. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  30. package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
  31. package/dist-cjs/models/models_0.js +300 -446
  32. package/dist-cjs/protocols/Aws_restJson1.js +284 -435
  33. package/dist-es/commands/BatchGetChannelCommand.js +3 -3
  34. package/dist-es/commands/BatchGetStreamKeyCommand.js +3 -3
  35. package/dist-es/commands/CreateChannelCommand.js +3 -3
  36. package/dist-es/commands/CreateRecordingConfigurationCommand.js +3 -3
  37. package/dist-es/commands/CreateStreamKeyCommand.js +3 -3
  38. package/dist-es/commands/DeleteChannelCommand.js +2 -2
  39. package/dist-es/commands/DeletePlaybackKeyPairCommand.js +3 -3
  40. package/dist-es/commands/DeleteRecordingConfigurationCommand.js +2 -2
  41. package/dist-es/commands/DeleteStreamKeyCommand.js +2 -2
  42. package/dist-es/commands/GetChannelCommand.js +3 -3
  43. package/dist-es/commands/GetPlaybackKeyPairCommand.js +3 -3
  44. package/dist-es/commands/GetRecordingConfigurationCommand.js +3 -3
  45. package/dist-es/commands/GetStreamCommand.js +3 -3
  46. package/dist-es/commands/GetStreamKeyCommand.js +3 -3
  47. package/dist-es/commands/GetStreamSessionCommand.js +3 -3
  48. package/dist-es/commands/ImportPlaybackKeyPairCommand.js +3 -3
  49. package/dist-es/commands/ListChannelsCommand.js +3 -3
  50. package/dist-es/commands/ListPlaybackKeyPairsCommand.js +3 -3
  51. package/dist-es/commands/ListRecordingConfigurationsCommand.js +3 -3
  52. package/dist-es/commands/ListStreamKeysCommand.js +3 -3
  53. package/dist-es/commands/ListStreamSessionsCommand.js +3 -3
  54. package/dist-es/commands/ListStreamsCommand.js +3 -3
  55. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  56. package/dist-es/commands/PutMetadataCommand.js +2 -2
  57. package/dist-es/commands/StopStreamCommand.js +3 -3
  58. package/dist-es/commands/TagResourceCommand.js +3 -3
  59. package/dist-es/commands/UntagResourceCommand.js +3 -3
  60. package/dist-es/commands/UpdateChannelCommand.js +3 -3
  61. package/dist-es/models/models_0.js +73 -292
  62. package/dist-es/protocols/Aws_restJson1.js +368 -437
  63. package/dist-types/models/models_0.d.ts +292 -438
  64. package/dist-types/ts3.4/models/models_0.d.ts +146 -292
  65. package/package.json +6 -6
@@ -21,12 +21,6 @@ export interface BatchGetChannelRequest {
21
21
  */
22
22
  arns: string[] | undefined;
23
23
  }
24
- export declare namespace BatchGetChannelRequest {
25
- /**
26
- * @internal
27
- */
28
- const filterSensitiveLog: (obj: BatchGetChannelRequest) => any;
29
- }
30
24
  export declare enum ChannelLatencyMode {
31
25
  LowLatency = "LOW",
32
26
  NormalLatency = "NORMAL"
@@ -99,12 +93,6 @@ export interface Channel {
99
93
  */
100
94
  tags?: Record<string, string>;
101
95
  }
102
- export declare namespace Channel {
103
- /**
104
- * @internal
105
- */
106
- const filterSensitiveLog: (obj: Channel) => any;
107
- }
108
96
  /**
109
97
  * <p>Error related to a specific channel, specified by its ARN.</p>
110
98
  */
@@ -122,12 +110,6 @@ export interface BatchError {
122
110
  */
123
111
  message?: string;
124
112
  }
125
- export declare namespace BatchError {
126
- /**
127
- * @internal
128
- */
129
- const filterSensitiveLog: (obj: BatchError) => any;
130
- }
131
113
  export interface BatchGetChannelResponse {
132
114
  /**
133
115
  * <p/>
@@ -138,24 +120,12 @@ export interface BatchGetChannelResponse {
138
120
  */
139
121
  errors?: BatchError[];
140
122
  }
141
- export declare namespace BatchGetChannelResponse {
142
- /**
143
- * @internal
144
- */
145
- const filterSensitiveLog: (obj: BatchGetChannelResponse) => any;
146
- }
147
123
  export interface BatchGetStreamKeyRequest {
148
124
  /**
149
125
  * <p>Array of ARNs, one per channel.</p>
150
126
  */
151
127
  arns: string[] | undefined;
152
128
  }
153
- export declare namespace BatchGetStreamKeyRequest {
154
- /**
155
- * @internal
156
- */
157
- const filterSensitiveLog: (obj: BatchGetStreamKeyRequest) => any;
158
- }
159
129
  /**
160
130
  * <p>Object specifying a stream key.</p>
161
131
  */
@@ -177,12 +147,6 @@ export interface StreamKey {
177
147
  */
178
148
  tags?: Record<string, string>;
179
149
  }
180
- export declare namespace StreamKey {
181
- /**
182
- * @internal
183
- */
184
- const filterSensitiveLog: (obj: StreamKey) => any;
185
- }
186
150
  export interface BatchGetStreamKeyResponse {
187
151
  /**
188
152
  * <p/>
@@ -193,12 +157,6 @@ export interface BatchGetStreamKeyResponse {
193
157
  */
194
158
  errors?: BatchError[];
195
159
  }
196
- export declare namespace BatchGetStreamKeyResponse {
197
- /**
198
- * @internal
199
- */
200
- const filterSensitiveLog: (obj: BatchGetStreamKeyResponse) => any;
201
- }
202
160
  export interface CreateChannelRequest {
203
161
  /**
204
162
  * <p>Channel name.</p>
@@ -246,12 +204,6 @@ export interface CreateChannelRequest {
246
204
  */
247
205
  tags?: Record<string, string>;
248
206
  }
249
- export declare namespace CreateChannelRequest {
250
- /**
251
- * @internal
252
- */
253
- const filterSensitiveLog: (obj: CreateChannelRequest) => any;
254
- }
255
207
  export interface CreateChannelResponse {
256
208
  /**
257
209
  * <p/>
@@ -262,12 +214,6 @@ export interface CreateChannelResponse {
262
214
  */
263
215
  streamKey?: StreamKey;
264
216
  }
265
- export declare namespace CreateChannelResponse {
266
- /**
267
- * @internal
268
- */
269
- const filterSensitiveLog: (obj: CreateChannelResponse) => any;
270
- }
271
217
  /**
272
218
  * <p/>
273
219
  */
@@ -352,12 +298,6 @@ export interface S3DestinationConfiguration {
352
298
  */
353
299
  bucketName: string | undefined;
354
300
  }
355
- export declare namespace S3DestinationConfiguration {
356
- /**
357
- * @internal
358
- */
359
- const filterSensitiveLog: (obj: S3DestinationConfiguration) => any;
360
- }
361
301
  /**
362
302
  * <p>A complex type that describes a location where recorded videos will be stored. Each member
363
303
  * represents a type of destination configuration. For recording, you define one and only one
@@ -369,12 +309,6 @@ export interface DestinationConfiguration {
369
309
  */
370
310
  s3?: S3DestinationConfiguration;
371
311
  }
372
- export declare namespace DestinationConfiguration {
373
- /**
374
- * @internal
375
- */
376
- const filterSensitiveLog: (obj: DestinationConfiguration) => any;
377
- }
378
312
  export declare enum RecordingMode {
379
313
  Disabled = "DISABLED",
380
314
  Interval = "INTERVAL"
@@ -399,12 +333,6 @@ export interface ThumbnailConfiguration {
399
333
  */
400
334
  targetIntervalSeconds?: number;
401
335
  }
402
- export declare namespace ThumbnailConfiguration {
403
- /**
404
- * @internal
405
- */
406
- const filterSensitiveLog: (obj: ThumbnailConfiguration) => any;
407
- }
408
336
  export interface CreateRecordingConfigurationRequest {
409
337
  /**
410
338
  * <p>Recording-configuration name. The value does not need to be unique.</p>
@@ -425,12 +353,6 @@ export interface CreateRecordingConfigurationRequest {
425
353
  */
426
354
  thumbnailConfiguration?: ThumbnailConfiguration;
427
355
  }
428
- export declare namespace CreateRecordingConfigurationRequest {
429
- /**
430
- * @internal
431
- */
432
- const filterSensitiveLog: (obj: CreateRecordingConfigurationRequest) => any;
433
- }
434
356
  export declare enum RecordingConfigurationState {
435
357
  Active = "ACTIVE",
436
358
  CreateFailed = "CREATE_FAILED",
@@ -467,24 +389,12 @@ export interface RecordingConfiguration {
467
389
  */
468
390
  thumbnailConfiguration?: ThumbnailConfiguration;
469
391
  }
470
- export declare namespace RecordingConfiguration {
471
- /**
472
- * @internal
473
- */
474
- const filterSensitiveLog: (obj: RecordingConfiguration) => any;
475
- }
476
392
  export interface CreateRecordingConfigurationResponse {
477
393
  /**
478
394
  *
479
395
  */
480
396
  recordingConfiguration?: RecordingConfiguration;
481
397
  }
482
- export declare namespace CreateRecordingConfigurationResponse {
483
- /**
484
- * @internal
485
- */
486
- const filterSensitiveLog: (obj: CreateRecordingConfigurationResponse) => any;
487
- }
488
398
  /**
489
399
  * <p/>
490
400
  */
@@ -510,116 +420,56 @@ export interface CreateStreamKeyRequest {
510
420
  */
511
421
  tags?: Record<string, string>;
512
422
  }
513
- export declare namespace CreateStreamKeyRequest {
514
- /**
515
- * @internal
516
- */
517
- const filterSensitiveLog: (obj: CreateStreamKeyRequest) => any;
518
- }
519
423
  export interface CreateStreamKeyResponse {
520
424
  /**
521
425
  * <p>Stream key used to authenticate an RTMPS stream for ingestion.</p>
522
426
  */
523
427
  streamKey?: StreamKey;
524
428
  }
525
- export declare namespace CreateStreamKeyResponse {
526
- /**
527
- * @internal
528
- */
529
- const filterSensitiveLog: (obj: CreateStreamKeyResponse) => any;
530
- }
531
429
  export interface DeleteChannelRequest {
532
430
  /**
533
431
  * <p>ARN of the channel to be deleted.</p>
534
432
  */
535
433
  arn: string | undefined;
536
434
  }
537
- export declare namespace DeleteChannelRequest {
538
- /**
539
- * @internal
540
- */
541
- const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
542
- }
543
435
  export interface DeletePlaybackKeyPairRequest {
544
436
  /**
545
437
  * <p>ARN of the key pair to be deleted.</p>
546
438
  */
547
439
  arn: string | undefined;
548
440
  }
549
- export declare namespace DeletePlaybackKeyPairRequest {
550
- /**
551
- * @internal
552
- */
553
- const filterSensitiveLog: (obj: DeletePlaybackKeyPairRequest) => any;
554
- }
555
441
  export interface DeletePlaybackKeyPairResponse {
556
442
  }
557
- export declare namespace DeletePlaybackKeyPairResponse {
558
- /**
559
- * @internal
560
- */
561
- const filterSensitiveLog: (obj: DeletePlaybackKeyPairResponse) => any;
562
- }
563
443
  export interface DeleteRecordingConfigurationRequest {
564
444
  /**
565
445
  * <p>ARN of the recording configuration to be deleted.</p>
566
446
  */
567
447
  arn: string | undefined;
568
448
  }
569
- export declare namespace DeleteRecordingConfigurationRequest {
570
- /**
571
- * @internal
572
- */
573
- const filterSensitiveLog: (obj: DeleteRecordingConfigurationRequest) => any;
574
- }
575
449
  export interface DeleteStreamKeyRequest {
576
450
  /**
577
451
  * <p>ARN of the stream key to be deleted.</p>
578
452
  */
579
453
  arn: string | undefined;
580
454
  }
581
- export declare namespace DeleteStreamKeyRequest {
582
- /**
583
- * @internal
584
- */
585
- const filterSensitiveLog: (obj: DeleteStreamKeyRequest) => any;
586
- }
587
455
  export interface GetChannelRequest {
588
456
  /**
589
457
  * <p>ARN of the channel for which the configuration is to be retrieved.</p>
590
458
  */
591
459
  arn: string | undefined;
592
460
  }
593
- export declare namespace GetChannelRequest {
594
- /**
595
- * @internal
596
- */
597
- const filterSensitiveLog: (obj: GetChannelRequest) => any;
598
- }
599
461
  export interface GetChannelResponse {
600
462
  /**
601
463
  * <p/>
602
464
  */
603
465
  channel?: Channel;
604
466
  }
605
- export declare namespace GetChannelResponse {
606
- /**
607
- * @internal
608
- */
609
- const filterSensitiveLog: (obj: GetChannelResponse) => any;
610
- }
611
467
  export interface GetPlaybackKeyPairRequest {
612
468
  /**
613
469
  * <p>ARN of the key pair to be returned.</p>
614
470
  */
615
471
  arn: string | undefined;
616
472
  }
617
- export declare namespace GetPlaybackKeyPairRequest {
618
- /**
619
- * @internal
620
- */
621
- const filterSensitiveLog: (obj: GetPlaybackKeyPairRequest) => any;
622
- }
623
473
  /**
624
474
  * <p>A key pair used to sign and validate a playback authorization token.</p>
625
475
  */
@@ -641,48 +491,24 @@ export interface PlaybackKeyPair {
641
491
  */
642
492
  tags?: Record<string, string>;
643
493
  }
644
- export declare namespace PlaybackKeyPair {
645
- /**
646
- * @internal
647
- */
648
- const filterSensitiveLog: (obj: PlaybackKeyPair) => any;
649
- }
650
494
  export interface GetPlaybackKeyPairResponse {
651
495
  /**
652
496
  *
653
497
  */
654
498
  keyPair?: PlaybackKeyPair;
655
499
  }
656
- export declare namespace GetPlaybackKeyPairResponse {
657
- /**
658
- * @internal
659
- */
660
- const filterSensitiveLog: (obj: GetPlaybackKeyPairResponse) => any;
661
- }
662
500
  export interface GetRecordingConfigurationRequest {
663
501
  /**
664
502
  * <p>ARN of the recording configuration to be retrieved.</p>
665
503
  */
666
504
  arn: string | undefined;
667
505
  }
668
- export declare namespace GetRecordingConfigurationRequest {
669
- /**
670
- * @internal
671
- */
672
- const filterSensitiveLog: (obj: GetRecordingConfigurationRequest) => any;
673
- }
674
506
  export interface GetRecordingConfigurationResponse {
675
507
  /**
676
508
  *
677
509
  */
678
510
  recordingConfiguration?: RecordingConfiguration;
679
511
  }
680
- export declare namespace GetRecordingConfigurationResponse {
681
- /**
682
- * @internal
683
- */
684
- const filterSensitiveLog: (obj: GetRecordingConfigurationResponse) => any;
685
- }
686
512
  /**
687
513
  * <p/>
688
514
  */
@@ -704,12 +530,6 @@ export interface GetStreamRequest {
704
530
  */
705
531
  channelArn: string | undefined;
706
532
  }
707
- export declare namespace GetStreamRequest {
708
- /**
709
- * @internal
710
- */
711
- const filterSensitiveLog: (obj: GetStreamRequest) => any;
712
- }
713
533
  export declare enum StreamHealth {
714
534
  Starving = "STARVING",
715
535
  StreamHealthy = "HEALTHY",
@@ -755,48 +575,24 @@ export interface _Stream {
755
575
  */
756
576
  viewerCount?: number;
757
577
  }
758
- export declare namespace _Stream {
759
- /**
760
- * @internal
761
- */
762
- const filterSensitiveLog: (obj: _Stream) => any;
763
- }
764
578
  export interface GetStreamResponse {
765
579
  /**
766
580
  * <p/>
767
581
  */
768
582
  stream?: _Stream;
769
583
  }
770
- export declare namespace GetStreamResponse {
771
- /**
772
- * @internal
773
- */
774
- const filterSensitiveLog: (obj: GetStreamResponse) => any;
775
- }
776
584
  export interface GetStreamKeyRequest {
777
585
  /**
778
586
  * <p>ARN for the stream key to be retrieved.</p>
779
587
  */
780
588
  arn: string | undefined;
781
589
  }
782
- export declare namespace GetStreamKeyRequest {
783
- /**
784
- * @internal
785
- */
786
- const filterSensitiveLog: (obj: GetStreamKeyRequest) => any;
787
- }
788
590
  export interface GetStreamKeyResponse {
789
591
  /**
790
592
  *
791
593
  */
792
594
  streamKey?: StreamKey;
793
595
  }
794
- export declare namespace GetStreamKeyResponse {
795
- /**
796
- * @internal
797
- */
798
- const filterSensitiveLog: (obj: GetStreamKeyResponse) => any;
799
- }
800
596
  export interface GetStreamSessionRequest {
801
597
  /**
802
598
  * <p>ARN of the channel resource</p>
@@ -809,12 +605,6 @@ export interface GetStreamSessionRequest {
809
605
  */
810
606
  streamId?: string;
811
607
  }
812
- export declare namespace GetStreamSessionRequest {
813
- /**
814
- * @internal
815
- */
816
- const filterSensitiveLog: (obj: GetStreamSessionRequest) => any;
817
- }
818
608
  /**
819
609
  * <p>Object specifying a stream’s audio configuration.</p>
820
610
  */
@@ -836,12 +626,6 @@ export interface AudioConfiguration {
836
626
  */
837
627
  channels?: number;
838
628
  }
839
- export declare namespace AudioConfiguration {
840
- /**
841
- * @internal
842
- */
843
- const filterSensitiveLog: (obj: AudioConfiguration) => any;
844
- }
845
629
  /**
846
630
  * <p>Object specifying a stream’s video configuration.</p>
847
631
  */
@@ -881,12 +665,6 @@ export interface VideoConfiguration {
881
665
  */
882
666
  videoWidth?: number;
883
667
  }
884
- export declare namespace VideoConfiguration {
885
- /**
886
- * @internal
887
- */
888
- const filterSensitiveLog: (obj: VideoConfiguration) => any;
889
- }
890
668
  /**
891
669
  * <p>Object specifying the ingest configuration set up by the broadcaster, usually in an
892
670
  * encoder.</p>
@@ -901,12 +679,6 @@ export interface IngestConfiguration {
901
679
  */
902
680
  audio?: AudioConfiguration;
903
681
  }
904
- export declare namespace IngestConfiguration {
905
- /**
906
- * @internal
907
- */
908
- const filterSensitiveLog: (obj: IngestConfiguration) => any;
909
- }
910
682
  /**
911
683
  * <p>Object specifying a stream’s events. For a list of events, see <a href="https://docs.aws.amazon.com/ivs/latest/userguide/eventbridge.html">Using Amazon EventBridge with Amazon
912
684
  * IVS</a>.</p>
@@ -925,12 +697,6 @@ export interface StreamEvent {
925
697
  */
926
698
  eventTime?: Date;
927
699
  }
928
- export declare namespace StreamEvent {
929
- /**
930
- * @internal
931
- */
932
- const filterSensitiveLog: (obj: StreamEvent) => any;
933
- }
934
700
  /**
935
701
  * <p>Object that captures the Amazon IVS configuration that the customer provisioned, the
936
702
  * ingest configurations that the broadcaster used, and the most recent Amazon IVS stream events
@@ -969,24 +735,12 @@ export interface StreamSession {
969
735
  */
970
736
  truncatedEvents?: StreamEvent[];
971
737
  }
972
- export declare namespace StreamSession {
973
- /**
974
- * @internal
975
- */
976
- const filterSensitiveLog: (obj: StreamSession) => any;
977
- }
978
738
  export interface GetStreamSessionResponse {
979
739
  /**
980
740
  * <p>List of stream details.</p>
981
741
  */
982
742
  streamSession?: StreamSession;
983
743
  }
984
- export declare namespace GetStreamSessionResponse {
985
- /**
986
- * @internal
987
- */
988
- const filterSensitiveLog: (obj: GetStreamSessionResponse) => any;
989
- }
990
744
  export interface ImportPlaybackKeyPairRequest {
991
745
  /**
992
746
  * <p>The public portion of a customer-generated key pair.</p>
@@ -1001,24 +755,12 @@ export interface ImportPlaybackKeyPairRequest {
1001
755
  */
1002
756
  tags?: Record<string, string>;
1003
757
  }
1004
- export declare namespace ImportPlaybackKeyPairRequest {
1005
- /**
1006
- * @internal
1007
- */
1008
- const filterSensitiveLog: (obj: ImportPlaybackKeyPairRequest) => any;
1009
- }
1010
758
  export interface ImportPlaybackKeyPairResponse {
1011
759
  /**
1012
760
  * <p/>
1013
761
  */
1014
762
  keyPair?: PlaybackKeyPair;
1015
763
  }
1016
- export declare namespace ImportPlaybackKeyPairResponse {
1017
- /**
1018
- * @internal
1019
- */
1020
- const filterSensitiveLog: (obj: ImportPlaybackKeyPairResponse) => any;
1021
- }
1022
764
  export interface ListChannelsRequest {
1023
765
  /**
1024
766
  * <p>Filters the channel list to match the specified name.</p>
@@ -1038,12 +780,6 @@ export interface ListChannelsRequest {
1038
780
  */
1039
781
  maxResults?: number;
1040
782
  }
1041
- export declare namespace ListChannelsRequest {
1042
- /**
1043
- * @internal
1044
- */
1045
- const filterSensitiveLog: (obj: ListChannelsRequest) => any;
1046
- }
1047
783
  /**
1048
784
  * <p>Summary information about a channel.</p>
1049
785
  */
@@ -1078,12 +814,6 @@ export interface ChannelSummary {
1078
814
  */
1079
815
  tags?: Record<string, string>;
1080
816
  }
1081
- export declare namespace ChannelSummary {
1082
- /**
1083
- * @internal
1084
- */
1085
- const filterSensitiveLog: (obj: ChannelSummary) => any;
1086
- }
1087
817
  export interface ListChannelsResponse {
1088
818
  /**
1089
819
  * <p>List of the matching channels.</p>
@@ -1095,12 +825,6 @@ export interface ListChannelsResponse {
1095
825
  */
1096
826
  nextToken?: string;
1097
827
  }
1098
- export declare namespace ListChannelsResponse {
1099
- /**
1100
- * @internal
1101
- */
1102
- const filterSensitiveLog: (obj: ListChannelsResponse) => any;
1103
- }
1104
828
  export interface ListPlaybackKeyPairsRequest {
1105
829
  /**
1106
830
  * <p>Maximum number of key pairs to return.</p>
@@ -1112,12 +836,6 @@ export interface ListPlaybackKeyPairsRequest {
1112
836
  */
1113
837
  maxResults?: number;
1114
838
  }
1115
- export declare namespace ListPlaybackKeyPairsRequest {
1116
- /**
1117
- * @internal
1118
- */
1119
- const filterSensitiveLog: (obj: ListPlaybackKeyPairsRequest) => any;
1120
- }
1121
839
  /**
1122
840
  * <p>Summary information about a playback key pair.</p>
1123
841
  */
@@ -1135,12 +853,6 @@ export interface PlaybackKeyPairSummary {
1135
853
  */
1136
854
  tags?: Record<string, string>;
1137
855
  }
1138
- export declare namespace PlaybackKeyPairSummary {
1139
- /**
1140
- * @internal
1141
- */
1142
- const filterSensitiveLog: (obj: PlaybackKeyPairSummary) => any;
1143
- }
1144
856
  export interface ListPlaybackKeyPairsResponse {
1145
857
  /**
1146
858
  * <p>List of key pairs.</p>
@@ -1152,12 +864,6 @@ export interface ListPlaybackKeyPairsResponse {
1152
864
  */
1153
865
  nextToken?: string;
1154
866
  }
1155
- export declare namespace ListPlaybackKeyPairsResponse {
1156
- /**
1157
- * @internal
1158
- */
1159
- const filterSensitiveLog: (obj: ListPlaybackKeyPairsResponse) => any;
1160
- }
1161
867
  export interface ListRecordingConfigurationsRequest {
1162
868
  /**
1163
869
  * <p>The first recording configuration to retrieve. This is used for pagination; see the
@@ -1169,12 +875,6 @@ export interface ListRecordingConfigurationsRequest {
1169
875
  */
1170
876
  maxResults?: number;
1171
877
  }
1172
- export declare namespace ListRecordingConfigurationsRequest {
1173
- /**
1174
- * @internal
1175
- */
1176
- const filterSensitiveLog: (obj: ListRecordingConfigurationsRequest) => any;
1177
- }
1178
878
  /**
1179
879
  * <p>Summary information about a RecordingConfiguration.</p>
1180
880
  */
@@ -1201,12 +901,6 @@ export interface RecordingConfigurationSummary {
1201
901
  */
1202
902
  tags?: Record<string, string>;
1203
903
  }
1204
- export declare namespace RecordingConfigurationSummary {
1205
- /**
1206
- * @internal
1207
- */
1208
- const filterSensitiveLog: (obj: RecordingConfigurationSummary) => any;
1209
- }
1210
904
  export interface ListRecordingConfigurationsResponse {
1211
905
  /**
1212
906
  * <p>List of the matching recording configurations.</p>
@@ -1218,12 +912,6 @@ export interface ListRecordingConfigurationsResponse {
1218
912
  */
1219
913
  nextToken?: string;
1220
914
  }
1221
- export declare namespace ListRecordingConfigurationsResponse {
1222
- /**
1223
- * @internal
1224
- */
1225
- const filterSensitiveLog: (obj: ListRecordingConfigurationsResponse) => any;
1226
- }
1227
915
  export interface ListStreamKeysRequest {
1228
916
  /**
1229
917
  * <p>Channel ARN used to filter the list.</p>
@@ -1239,12 +927,6 @@ export interface ListStreamKeysRequest {
1239
927
  */
1240
928
  maxResults?: number;
1241
929
  }
1242
- export declare namespace ListStreamKeysRequest {
1243
- /**
1244
- * @internal
1245
- */
1246
- const filterSensitiveLog: (obj: ListStreamKeysRequest) => any;
1247
- }
1248
930
  /**
1249
931
  * <p>Summary information about a stream key.</p>
1250
932
  */
@@ -1262,12 +944,6 @@ export interface StreamKeySummary {
1262
944
  */
1263
945
  tags?: Record<string, string>;
1264
946
  }
1265
- export declare namespace StreamKeySummary {
1266
- /**
1267
- * @internal
1268
- */
1269
- const filterSensitiveLog: (obj: StreamKeySummary) => any;
1270
- }
1271
947
  export interface ListStreamKeysResponse {
1272
948
  /**
1273
949
  * <p>List of stream keys.</p>
@@ -1279,12 +955,6 @@ export interface ListStreamKeysResponse {
1279
955
  */
1280
956
  nextToken?: string;
1281
957
  }
1282
- export declare namespace ListStreamKeysResponse {
1283
- /**
1284
- * @internal
1285
- */
1286
- const filterSensitiveLog: (obj: ListStreamKeysResponse) => any;
1287
- }
1288
958
  /**
1289
959
  * <p>Object specifying the stream attribute on which to filter.</p>
1290
960
  */
@@ -1294,12 +964,6 @@ export interface StreamFilters {
1294
964
  */
1295
965
  health?: StreamHealth | string;
1296
966
  }
1297
- export declare namespace StreamFilters {
1298
- /**
1299
- * @internal
1300
- */
1301
- const filterSensitiveLog: (obj: StreamFilters) => any;
1302
- }
1303
967
  export interface ListStreamsRequest {
1304
968
  /**
1305
969
  * <p>Filters the stream list to match the specified criterion.</p>
@@ -1315,12 +979,6 @@ export interface ListStreamsRequest {
1315
979
  */
1316
980
  maxResults?: number;
1317
981
  }
1318
- export declare namespace ListStreamsRequest {
1319
- /**
1320
- * @internal
1321
- */
1322
- const filterSensitiveLog: (obj: ListStreamsRequest) => any;
1323
- }
1324
982
  /**
1325
983
  * <p>Summary information about a stream.</p>
1326
984
  */
@@ -1353,12 +1011,6 @@ export interface StreamSummary {
1353
1011
  */
1354
1012
  startTime?: Date;
1355
1013
  }
1356
- export declare namespace StreamSummary {
1357
- /**
1358
- * @internal
1359
- */
1360
- const filterSensitiveLog: (obj: StreamSummary) => any;
1361
- }
1362
1014
  export interface ListStreamsResponse {
1363
1015
  /**
1364
1016
  * <p>List of streams.</p>
@@ -1370,12 +1022,6 @@ export interface ListStreamsResponse {
1370
1022
  */
1371
1023
  nextToken?: string;
1372
1024
  }
1373
- export declare namespace ListStreamsResponse {
1374
- /**
1375
- * @internal
1376
- */
1377
- const filterSensitiveLog: (obj: ListStreamsResponse) => any;
1378
- }
1379
1025
  export interface ListStreamSessionsRequest {
1380
1026
  /**
1381
1027
  * <p>Channel ARN used to filter the list.</p>
@@ -1391,12 +1037,6 @@ export interface ListStreamSessionsRequest {
1391
1037
  */
1392
1038
  maxResults?: number;
1393
1039
  }
1394
- export declare namespace ListStreamSessionsRequest {
1395
- /**
1396
- * @internal
1397
- */
1398
- const filterSensitiveLog: (obj: ListStreamSessionsRequest) => any;
1399
- }
1400
1040
  /**
1401
1041
  * <p>Summary information about a stream session.</p>
1402
1042
  */
@@ -1419,12 +1059,6 @@ export interface StreamSessionSummary {
1419
1059
  */
1420
1060
  hasErrorEvent?: boolean;
1421
1061
  }
1422
- export declare namespace StreamSessionSummary {
1423
- /**
1424
- * @internal
1425
- */
1426
- const filterSensitiveLog: (obj: StreamSessionSummary) => any;
1427
- }
1428
1062
  export interface ListStreamSessionsResponse {
1429
1063
  /**
1430
1064
  * <p>List of stream sessions.</p>
@@ -1436,36 +1070,18 @@ export interface ListStreamSessionsResponse {
1436
1070
  */
1437
1071
  nextToken?: string;
1438
1072
  }
1439
- export declare namespace ListStreamSessionsResponse {
1440
- /**
1441
- * @internal
1442
- */
1443
- const filterSensitiveLog: (obj: ListStreamSessionsResponse) => any;
1444
- }
1445
1073
  export interface ListTagsForResourceRequest {
1446
1074
  /**
1447
1075
  * <p>The ARN of the resource to be retrieved.</p>
1448
1076
  */
1449
1077
  resourceArn: string | undefined;
1450
1078
  }
1451
- export declare namespace ListTagsForResourceRequest {
1452
- /**
1453
- * @internal
1454
- */
1455
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1456
- }
1457
1079
  export interface ListTagsForResourceResponse {
1458
1080
  /**
1459
1081
  * <p/>
1460
1082
  */
1461
1083
  tags: Record<string, string> | undefined;
1462
1084
  }
1463
- export declare namespace ListTagsForResourceResponse {
1464
- /**
1465
- * @internal
1466
- */
1467
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1468
- }
1469
1085
  export interface PutMetadataRequest {
1470
1086
  /**
1471
1087
  * <p>ARN of the channel into which metadata is inserted. This channel must have an active
@@ -1477,12 +1093,6 @@ export interface PutMetadataRequest {
1477
1093
  */
1478
1094
  metadata: string | undefined;
1479
1095
  }
1480
- export declare namespace PutMetadataRequest {
1481
- /**
1482
- * @internal
1483
- */
1484
- const filterSensitiveLog: (obj: PutMetadataRequest) => any;
1485
- }
1486
1096
  /**
1487
1097
  * <p/>
1488
1098
  */
@@ -1504,20 +1114,8 @@ export interface StopStreamRequest {
1504
1114
  */
1505
1115
  channelArn: string | undefined;
1506
1116
  }
1507
- export declare namespace StopStreamRequest {
1508
- /**
1509
- * @internal
1510
- */
1511
- const filterSensitiveLog: (obj: StopStreamRequest) => any;
1512
- }
1513
1117
  export interface StopStreamResponse {
1514
1118
  }
1515
- export declare namespace StopStreamResponse {
1516
- /**
1517
- * @internal
1518
- */
1519
- const filterSensitiveLog: (obj: StopStreamResponse) => any;
1520
- }
1521
1119
  /**
1522
1120
  * <p/>
1523
1121
  */
@@ -1543,20 +1141,8 @@ export interface TagResourceRequest {
1543
1141
  */
1544
1142
  tags: Record<string, string> | undefined;
1545
1143
  }
1546
- export declare namespace TagResourceRequest {
1547
- /**
1548
- * @internal
1549
- */
1550
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1551
- }
1552
1144
  export interface TagResourceResponse {
1553
1145
  }
1554
- export declare namespace TagResourceResponse {
1555
- /**
1556
- * @internal
1557
- */
1558
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1559
- }
1560
1146
  export interface UntagResourceRequest {
1561
1147
  /**
1562
1148
  * <p>ARN of the resource for which tags are to be removed.</p>
@@ -1567,20 +1153,8 @@ export interface UntagResourceRequest {
1567
1153
  */
1568
1154
  tagKeys: string[] | undefined;
1569
1155
  }
1570
- export declare namespace UntagResourceRequest {
1571
- /**
1572
- * @internal
1573
- */
1574
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1575
- }
1576
1156
  export interface UntagResourceResponse {
1577
1157
  }
1578
- export declare namespace UntagResourceResponse {
1579
- /**
1580
- * @internal
1581
- */
1582
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1583
- }
1584
1158
  export interface UpdateChannelRequest {
1585
1159
  /**
1586
1160
  * <p>ARN of the channel to be updated.</p>
@@ -1628,21 +1202,301 @@ export interface UpdateChannelRequest {
1628
1202
  */
1629
1203
  recordingConfigurationArn?: string;
1630
1204
  }
1631
- export declare namespace UpdateChannelRequest {
1632
- /**
1633
- * @internal
1634
- */
1635
- const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
1636
- }
1637
1205
  export interface UpdateChannelResponse {
1638
1206
  /**
1639
1207
  * <p>Object specifying a channel.</p>
1640
1208
  */
1641
1209
  channel?: Channel;
1642
1210
  }
1643
- export declare namespace UpdateChannelResponse {
1644
- /**
1645
- * @internal
1646
- */
1647
- const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
1648
- }
1211
+ /**
1212
+ * @internal
1213
+ */
1214
+ export declare const BatchGetChannelRequestFilterSensitiveLog: (obj: BatchGetChannelRequest) => any;
1215
+ /**
1216
+ * @internal
1217
+ */
1218
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
1219
+ /**
1220
+ * @internal
1221
+ */
1222
+ export declare const BatchErrorFilterSensitiveLog: (obj: BatchError) => any;
1223
+ /**
1224
+ * @internal
1225
+ */
1226
+ export declare const BatchGetChannelResponseFilterSensitiveLog: (obj: BatchGetChannelResponse) => any;
1227
+ /**
1228
+ * @internal
1229
+ */
1230
+ export declare const BatchGetStreamKeyRequestFilterSensitiveLog: (obj: BatchGetStreamKeyRequest) => any;
1231
+ /**
1232
+ * @internal
1233
+ */
1234
+ export declare const StreamKeyFilterSensitiveLog: (obj: StreamKey) => any;
1235
+ /**
1236
+ * @internal
1237
+ */
1238
+ export declare const BatchGetStreamKeyResponseFilterSensitiveLog: (obj: BatchGetStreamKeyResponse) => any;
1239
+ /**
1240
+ * @internal
1241
+ */
1242
+ export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
1243
+ /**
1244
+ * @internal
1245
+ */
1246
+ export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
1247
+ /**
1248
+ * @internal
1249
+ */
1250
+ export declare const S3DestinationConfigurationFilterSensitiveLog: (obj: S3DestinationConfiguration) => any;
1251
+ /**
1252
+ * @internal
1253
+ */
1254
+ export declare const DestinationConfigurationFilterSensitiveLog: (obj: DestinationConfiguration) => any;
1255
+ /**
1256
+ * @internal
1257
+ */
1258
+ export declare const ThumbnailConfigurationFilterSensitiveLog: (obj: ThumbnailConfiguration) => any;
1259
+ /**
1260
+ * @internal
1261
+ */
1262
+ export declare const CreateRecordingConfigurationRequestFilterSensitiveLog: (obj: CreateRecordingConfigurationRequest) => any;
1263
+ /**
1264
+ * @internal
1265
+ */
1266
+ export declare const RecordingConfigurationFilterSensitiveLog: (obj: RecordingConfiguration) => any;
1267
+ /**
1268
+ * @internal
1269
+ */
1270
+ export declare const CreateRecordingConfigurationResponseFilterSensitiveLog: (obj: CreateRecordingConfigurationResponse) => any;
1271
+ /**
1272
+ * @internal
1273
+ */
1274
+ export declare const CreateStreamKeyRequestFilterSensitiveLog: (obj: CreateStreamKeyRequest) => any;
1275
+ /**
1276
+ * @internal
1277
+ */
1278
+ export declare const CreateStreamKeyResponseFilterSensitiveLog: (obj: CreateStreamKeyResponse) => any;
1279
+ /**
1280
+ * @internal
1281
+ */
1282
+ export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
1283
+ /**
1284
+ * @internal
1285
+ */
1286
+ export declare const DeletePlaybackKeyPairRequestFilterSensitiveLog: (obj: DeletePlaybackKeyPairRequest) => any;
1287
+ /**
1288
+ * @internal
1289
+ */
1290
+ export declare const DeletePlaybackKeyPairResponseFilterSensitiveLog: (obj: DeletePlaybackKeyPairResponse) => any;
1291
+ /**
1292
+ * @internal
1293
+ */
1294
+ export declare const DeleteRecordingConfigurationRequestFilterSensitiveLog: (obj: DeleteRecordingConfigurationRequest) => any;
1295
+ /**
1296
+ * @internal
1297
+ */
1298
+ export declare const DeleteStreamKeyRequestFilterSensitiveLog: (obj: DeleteStreamKeyRequest) => any;
1299
+ /**
1300
+ * @internal
1301
+ */
1302
+ export declare const GetChannelRequestFilterSensitiveLog: (obj: GetChannelRequest) => any;
1303
+ /**
1304
+ * @internal
1305
+ */
1306
+ export declare const GetChannelResponseFilterSensitiveLog: (obj: GetChannelResponse) => any;
1307
+ /**
1308
+ * @internal
1309
+ */
1310
+ export declare const GetPlaybackKeyPairRequestFilterSensitiveLog: (obj: GetPlaybackKeyPairRequest) => any;
1311
+ /**
1312
+ * @internal
1313
+ */
1314
+ export declare const PlaybackKeyPairFilterSensitiveLog: (obj: PlaybackKeyPair) => any;
1315
+ /**
1316
+ * @internal
1317
+ */
1318
+ export declare const GetPlaybackKeyPairResponseFilterSensitiveLog: (obj: GetPlaybackKeyPairResponse) => any;
1319
+ /**
1320
+ * @internal
1321
+ */
1322
+ export declare const GetRecordingConfigurationRequestFilterSensitiveLog: (obj: GetRecordingConfigurationRequest) => any;
1323
+ /**
1324
+ * @internal
1325
+ */
1326
+ export declare const GetRecordingConfigurationResponseFilterSensitiveLog: (obj: GetRecordingConfigurationResponse) => any;
1327
+ /**
1328
+ * @internal
1329
+ */
1330
+ export declare const GetStreamRequestFilterSensitiveLog: (obj: GetStreamRequest) => any;
1331
+ /**
1332
+ * @internal
1333
+ */
1334
+ export declare const _StreamFilterSensitiveLog: (obj: _Stream) => any;
1335
+ /**
1336
+ * @internal
1337
+ */
1338
+ export declare const GetStreamResponseFilterSensitiveLog: (obj: GetStreamResponse) => any;
1339
+ /**
1340
+ * @internal
1341
+ */
1342
+ export declare const GetStreamKeyRequestFilterSensitiveLog: (obj: GetStreamKeyRequest) => any;
1343
+ /**
1344
+ * @internal
1345
+ */
1346
+ export declare const GetStreamKeyResponseFilterSensitiveLog: (obj: GetStreamKeyResponse) => any;
1347
+ /**
1348
+ * @internal
1349
+ */
1350
+ export declare const GetStreamSessionRequestFilterSensitiveLog: (obj: GetStreamSessionRequest) => any;
1351
+ /**
1352
+ * @internal
1353
+ */
1354
+ export declare const AudioConfigurationFilterSensitiveLog: (obj: AudioConfiguration) => any;
1355
+ /**
1356
+ * @internal
1357
+ */
1358
+ export declare const VideoConfigurationFilterSensitiveLog: (obj: VideoConfiguration) => any;
1359
+ /**
1360
+ * @internal
1361
+ */
1362
+ export declare const IngestConfigurationFilterSensitiveLog: (obj: IngestConfiguration) => any;
1363
+ /**
1364
+ * @internal
1365
+ */
1366
+ export declare const StreamEventFilterSensitiveLog: (obj: StreamEvent) => any;
1367
+ /**
1368
+ * @internal
1369
+ */
1370
+ export declare const StreamSessionFilterSensitiveLog: (obj: StreamSession) => any;
1371
+ /**
1372
+ * @internal
1373
+ */
1374
+ export declare const GetStreamSessionResponseFilterSensitiveLog: (obj: GetStreamSessionResponse) => any;
1375
+ /**
1376
+ * @internal
1377
+ */
1378
+ export declare const ImportPlaybackKeyPairRequestFilterSensitiveLog: (obj: ImportPlaybackKeyPairRequest) => any;
1379
+ /**
1380
+ * @internal
1381
+ */
1382
+ export declare const ImportPlaybackKeyPairResponseFilterSensitiveLog: (obj: ImportPlaybackKeyPairResponse) => any;
1383
+ /**
1384
+ * @internal
1385
+ */
1386
+ export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
1387
+ /**
1388
+ * @internal
1389
+ */
1390
+ export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
1391
+ /**
1392
+ * @internal
1393
+ */
1394
+ export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
1395
+ /**
1396
+ * @internal
1397
+ */
1398
+ export declare const ListPlaybackKeyPairsRequestFilterSensitiveLog: (obj: ListPlaybackKeyPairsRequest) => any;
1399
+ /**
1400
+ * @internal
1401
+ */
1402
+ export declare const PlaybackKeyPairSummaryFilterSensitiveLog: (obj: PlaybackKeyPairSummary) => any;
1403
+ /**
1404
+ * @internal
1405
+ */
1406
+ export declare const ListPlaybackKeyPairsResponseFilterSensitiveLog: (obj: ListPlaybackKeyPairsResponse) => any;
1407
+ /**
1408
+ * @internal
1409
+ */
1410
+ export declare const ListRecordingConfigurationsRequestFilterSensitiveLog: (obj: ListRecordingConfigurationsRequest) => any;
1411
+ /**
1412
+ * @internal
1413
+ */
1414
+ export declare const RecordingConfigurationSummaryFilterSensitiveLog: (obj: RecordingConfigurationSummary) => any;
1415
+ /**
1416
+ * @internal
1417
+ */
1418
+ export declare const ListRecordingConfigurationsResponseFilterSensitiveLog: (obj: ListRecordingConfigurationsResponse) => any;
1419
+ /**
1420
+ * @internal
1421
+ */
1422
+ export declare const ListStreamKeysRequestFilterSensitiveLog: (obj: ListStreamKeysRequest) => any;
1423
+ /**
1424
+ * @internal
1425
+ */
1426
+ export declare const StreamKeySummaryFilterSensitiveLog: (obj: StreamKeySummary) => any;
1427
+ /**
1428
+ * @internal
1429
+ */
1430
+ export declare const ListStreamKeysResponseFilterSensitiveLog: (obj: ListStreamKeysResponse) => any;
1431
+ /**
1432
+ * @internal
1433
+ */
1434
+ export declare const StreamFiltersFilterSensitiveLog: (obj: StreamFilters) => any;
1435
+ /**
1436
+ * @internal
1437
+ */
1438
+ export declare const ListStreamsRequestFilterSensitiveLog: (obj: ListStreamsRequest) => any;
1439
+ /**
1440
+ * @internal
1441
+ */
1442
+ export declare const StreamSummaryFilterSensitiveLog: (obj: StreamSummary) => any;
1443
+ /**
1444
+ * @internal
1445
+ */
1446
+ export declare const ListStreamsResponseFilterSensitiveLog: (obj: ListStreamsResponse) => any;
1447
+ /**
1448
+ * @internal
1449
+ */
1450
+ export declare const ListStreamSessionsRequestFilterSensitiveLog: (obj: ListStreamSessionsRequest) => any;
1451
+ /**
1452
+ * @internal
1453
+ */
1454
+ export declare const StreamSessionSummaryFilterSensitiveLog: (obj: StreamSessionSummary) => any;
1455
+ /**
1456
+ * @internal
1457
+ */
1458
+ export declare const ListStreamSessionsResponseFilterSensitiveLog: (obj: ListStreamSessionsResponse) => any;
1459
+ /**
1460
+ * @internal
1461
+ */
1462
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1463
+ /**
1464
+ * @internal
1465
+ */
1466
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1467
+ /**
1468
+ * @internal
1469
+ */
1470
+ export declare const PutMetadataRequestFilterSensitiveLog: (obj: PutMetadataRequest) => any;
1471
+ /**
1472
+ * @internal
1473
+ */
1474
+ export declare const StopStreamRequestFilterSensitiveLog: (obj: StopStreamRequest) => any;
1475
+ /**
1476
+ * @internal
1477
+ */
1478
+ export declare const StopStreamResponseFilterSensitiveLog: (obj: StopStreamResponse) => any;
1479
+ /**
1480
+ * @internal
1481
+ */
1482
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
1483
+ /**
1484
+ * @internal
1485
+ */
1486
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
1487
+ /**
1488
+ * @internal
1489
+ */
1490
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
1491
+ /**
1492
+ * @internal
1493
+ */
1494
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
1495
+ /**
1496
+ * @internal
1497
+ */
1498
+ export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
1499
+ /**
1500
+ * @internal
1501
+ */
1502
+ export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;