@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
@@ -13,10 +13,6 @@ export interface BatchGetChannelRequest {
13
13
 
14
14
  arns: string[] | undefined;
15
15
  }
16
- export declare namespace BatchGetChannelRequest {
17
-
18
- const filterSensitiveLog: (obj: BatchGetChannelRequest) => any;
19
- }
20
16
  export declare enum ChannelLatencyMode {
21
17
  LowLatency = "LOW",
22
18
  NormalLatency = "NORMAL"
@@ -46,10 +42,6 @@ export interface Channel {
46
42
 
47
43
  tags?: Record<string, string>;
48
44
  }
49
- export declare namespace Channel {
50
-
51
- const filterSensitiveLog: (obj: Channel) => any;
52
- }
53
45
 
54
46
  export interface BatchError {
55
47
 
@@ -59,28 +51,16 @@ export interface BatchError {
59
51
 
60
52
  message?: string;
61
53
  }
62
- export declare namespace BatchError {
63
-
64
- const filterSensitiveLog: (obj: BatchError) => any;
65
- }
66
54
  export interface BatchGetChannelResponse {
67
55
 
68
56
  channels?: Channel[];
69
57
 
70
58
  errors?: BatchError[];
71
59
  }
72
- export declare namespace BatchGetChannelResponse {
73
-
74
- const filterSensitiveLog: (obj: BatchGetChannelResponse) => any;
75
- }
76
60
  export interface BatchGetStreamKeyRequest {
77
61
 
78
62
  arns: string[] | undefined;
79
63
  }
80
- export declare namespace BatchGetStreamKeyRequest {
81
-
82
- const filterSensitiveLog: (obj: BatchGetStreamKeyRequest) => any;
83
- }
84
64
 
85
65
  export interface StreamKey {
86
66
 
@@ -92,20 +72,12 @@ export interface StreamKey {
92
72
 
93
73
  tags?: Record<string, string>;
94
74
  }
95
- export declare namespace StreamKey {
96
-
97
- const filterSensitiveLog: (obj: StreamKey) => any;
98
- }
99
75
  export interface BatchGetStreamKeyResponse {
100
76
 
101
77
  streamKeys?: StreamKey[];
102
78
 
103
79
  errors?: BatchError[];
104
80
  }
105
- export declare namespace BatchGetStreamKeyResponse {
106
-
107
- const filterSensitiveLog: (obj: BatchGetStreamKeyResponse) => any;
108
- }
109
81
  export interface CreateChannelRequest {
110
82
 
111
83
  name?: string;
@@ -120,20 +92,12 @@ export interface CreateChannelRequest {
120
92
 
121
93
  tags?: Record<string, string>;
122
94
  }
123
- export declare namespace CreateChannelRequest {
124
-
125
- const filterSensitiveLog: (obj: CreateChannelRequest) => any;
126
- }
127
95
  export interface CreateChannelResponse {
128
96
 
129
97
  channel?: Channel;
130
98
 
131
99
  streamKey?: StreamKey;
132
100
  }
133
- export declare namespace CreateChannelResponse {
134
-
135
- const filterSensitiveLog: (obj: CreateChannelResponse) => any;
136
- }
137
101
 
138
102
  export declare class PendingVerification extends __BaseException {
139
103
  readonly name: "PendingVerification";
@@ -184,19 +148,11 @@ export interface S3DestinationConfiguration {
184
148
 
185
149
  bucketName: string | undefined;
186
150
  }
187
- export declare namespace S3DestinationConfiguration {
188
-
189
- const filterSensitiveLog: (obj: S3DestinationConfiguration) => any;
190
- }
191
151
 
192
152
  export interface DestinationConfiguration {
193
153
 
194
154
  s3?: S3DestinationConfiguration;
195
155
  }
196
- export declare namespace DestinationConfiguration {
197
-
198
- const filterSensitiveLog: (obj: DestinationConfiguration) => any;
199
- }
200
156
  export declare enum RecordingMode {
201
157
  Disabled = "DISABLED",
202
158
  Interval = "INTERVAL"
@@ -208,10 +164,6 @@ export interface ThumbnailConfiguration {
208
164
 
209
165
  targetIntervalSeconds?: number;
210
166
  }
211
- export declare namespace ThumbnailConfiguration {
212
-
213
- const filterSensitiveLog: (obj: ThumbnailConfiguration) => any;
214
- }
215
167
  export interface CreateRecordingConfigurationRequest {
216
168
 
217
169
  name?: string;
@@ -222,10 +174,6 @@ export interface CreateRecordingConfigurationRequest {
222
174
 
223
175
  thumbnailConfiguration?: ThumbnailConfiguration;
224
176
  }
225
- export declare namespace CreateRecordingConfigurationRequest {
226
-
227
- const filterSensitiveLog: (obj: CreateRecordingConfigurationRequest) => any;
228
- }
229
177
  export declare enum RecordingConfigurationState {
230
178
  Active = "ACTIVE",
231
179
  CreateFailed = "CREATE_FAILED",
@@ -246,18 +194,10 @@ export interface RecordingConfiguration {
246
194
 
247
195
  thumbnailConfiguration?: ThumbnailConfiguration;
248
196
  }
249
- export declare namespace RecordingConfiguration {
250
-
251
- const filterSensitiveLog: (obj: RecordingConfiguration) => any;
252
- }
253
197
  export interface CreateRecordingConfigurationResponse {
254
198
 
255
199
  recordingConfiguration?: RecordingConfiguration;
256
200
  }
257
- export declare namespace CreateRecordingConfigurationResponse {
258
-
259
- const filterSensitiveLog: (obj: CreateRecordingConfigurationResponse) => any;
260
- }
261
201
 
262
202
  export declare class InternalServerException extends __BaseException {
263
203
  readonly name: "InternalServerException";
@@ -273,80 +213,40 @@ export interface CreateStreamKeyRequest {
273
213
 
274
214
  tags?: Record<string, string>;
275
215
  }
276
- export declare namespace CreateStreamKeyRequest {
277
-
278
- const filterSensitiveLog: (obj: CreateStreamKeyRequest) => any;
279
- }
280
216
  export interface CreateStreamKeyResponse {
281
217
 
282
218
  streamKey?: StreamKey;
283
219
  }
284
- export declare namespace CreateStreamKeyResponse {
285
-
286
- const filterSensitiveLog: (obj: CreateStreamKeyResponse) => any;
287
- }
288
220
  export interface DeleteChannelRequest {
289
221
 
290
222
  arn: string | undefined;
291
223
  }
292
- export declare namespace DeleteChannelRequest {
293
-
294
- const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
295
- }
296
224
  export interface DeletePlaybackKeyPairRequest {
297
225
 
298
226
  arn: string | undefined;
299
227
  }
300
- export declare namespace DeletePlaybackKeyPairRequest {
301
-
302
- const filterSensitiveLog: (obj: DeletePlaybackKeyPairRequest) => any;
303
- }
304
228
  export interface DeletePlaybackKeyPairResponse {
305
229
  }
306
- export declare namespace DeletePlaybackKeyPairResponse {
307
-
308
- const filterSensitiveLog: (obj: DeletePlaybackKeyPairResponse) => any;
309
- }
310
230
  export interface DeleteRecordingConfigurationRequest {
311
231
 
312
232
  arn: string | undefined;
313
233
  }
314
- export declare namespace DeleteRecordingConfigurationRequest {
315
-
316
- const filterSensitiveLog: (obj: DeleteRecordingConfigurationRequest) => any;
317
- }
318
234
  export interface DeleteStreamKeyRequest {
319
235
 
320
236
  arn: string | undefined;
321
237
  }
322
- export declare namespace DeleteStreamKeyRequest {
323
-
324
- const filterSensitiveLog: (obj: DeleteStreamKeyRequest) => any;
325
- }
326
238
  export interface GetChannelRequest {
327
239
 
328
240
  arn: string | undefined;
329
241
  }
330
- export declare namespace GetChannelRequest {
331
-
332
- const filterSensitiveLog: (obj: GetChannelRequest) => any;
333
- }
334
242
  export interface GetChannelResponse {
335
243
 
336
244
  channel?: Channel;
337
245
  }
338
- export declare namespace GetChannelResponse {
339
-
340
- const filterSensitiveLog: (obj: GetChannelResponse) => any;
341
- }
342
246
  export interface GetPlaybackKeyPairRequest {
343
247
 
344
248
  arn: string | undefined;
345
249
  }
346
- export declare namespace GetPlaybackKeyPairRequest {
347
-
348
- const filterSensitiveLog: (obj: GetPlaybackKeyPairRequest) => any;
349
- }
350
250
 
351
251
  export interface PlaybackKeyPair {
352
252
 
@@ -358,34 +258,18 @@ export interface PlaybackKeyPair {
358
258
 
359
259
  tags?: Record<string, string>;
360
260
  }
361
- export declare namespace PlaybackKeyPair {
362
-
363
- const filterSensitiveLog: (obj: PlaybackKeyPair) => any;
364
- }
365
261
  export interface GetPlaybackKeyPairResponse {
366
262
 
367
263
  keyPair?: PlaybackKeyPair;
368
264
  }
369
- export declare namespace GetPlaybackKeyPairResponse {
370
-
371
- const filterSensitiveLog: (obj: GetPlaybackKeyPairResponse) => any;
372
- }
373
265
  export interface GetRecordingConfigurationRequest {
374
266
 
375
267
  arn: string | undefined;
376
268
  }
377
- export declare namespace GetRecordingConfigurationRequest {
378
-
379
- const filterSensitiveLog: (obj: GetRecordingConfigurationRequest) => any;
380
- }
381
269
  export interface GetRecordingConfigurationResponse {
382
270
 
383
271
  recordingConfiguration?: RecordingConfiguration;
384
272
  }
385
- export declare namespace GetRecordingConfigurationResponse {
386
-
387
- const filterSensitiveLog: (obj: GetRecordingConfigurationResponse) => any;
388
- }
389
273
 
390
274
  export declare class ChannelNotBroadcasting extends __BaseException {
391
275
  readonly name: "ChannelNotBroadcasting";
@@ -399,10 +283,6 @@ export interface GetStreamRequest {
399
283
 
400
284
  channelArn: string | undefined;
401
285
  }
402
- export declare namespace GetStreamRequest {
403
-
404
- const filterSensitiveLog: (obj: GetStreamRequest) => any;
405
- }
406
286
  export declare enum StreamHealth {
407
287
  Starving = "STARVING",
408
288
  StreamHealthy = "HEALTHY",
@@ -429,44 +309,24 @@ export interface _Stream {
429
309
 
430
310
  viewerCount?: number;
431
311
  }
432
- export declare namespace _Stream {
433
-
434
- const filterSensitiveLog: (obj: _Stream) => any;
435
- }
436
312
  export interface GetStreamResponse {
437
313
 
438
314
  stream?: _Stream;
439
315
  }
440
- export declare namespace GetStreamResponse {
441
-
442
- const filterSensitiveLog: (obj: GetStreamResponse) => any;
443
- }
444
316
  export interface GetStreamKeyRequest {
445
317
 
446
318
  arn: string | undefined;
447
319
  }
448
- export declare namespace GetStreamKeyRequest {
449
-
450
- const filterSensitiveLog: (obj: GetStreamKeyRequest) => any;
451
- }
452
320
  export interface GetStreamKeyResponse {
453
321
 
454
322
  streamKey?: StreamKey;
455
323
  }
456
- export declare namespace GetStreamKeyResponse {
457
-
458
- const filterSensitiveLog: (obj: GetStreamKeyResponse) => any;
459
- }
460
324
  export interface GetStreamSessionRequest {
461
325
 
462
326
  channelArn: string | undefined;
463
327
 
464
328
  streamId?: string;
465
329
  }
466
- export declare namespace GetStreamSessionRequest {
467
-
468
- const filterSensitiveLog: (obj: GetStreamSessionRequest) => any;
469
- }
470
330
 
471
331
  export interface AudioConfiguration {
472
332
 
@@ -478,10 +338,6 @@ export interface AudioConfiguration {
478
338
 
479
339
  channels?: number;
480
340
  }
481
- export declare namespace AudioConfiguration {
482
-
483
- const filterSensitiveLog: (obj: AudioConfiguration) => any;
484
- }
485
341
 
486
342
  export interface VideoConfiguration {
487
343
 
@@ -501,10 +357,6 @@ export interface VideoConfiguration {
501
357
 
502
358
  videoWidth?: number;
503
359
  }
504
- export declare namespace VideoConfiguration {
505
-
506
- const filterSensitiveLog: (obj: VideoConfiguration) => any;
507
- }
508
360
 
509
361
  export interface IngestConfiguration {
510
362
 
@@ -512,10 +364,6 @@ export interface IngestConfiguration {
512
364
 
513
365
  audio?: AudioConfiguration;
514
366
  }
515
- export declare namespace IngestConfiguration {
516
-
517
- const filterSensitiveLog: (obj: IngestConfiguration) => any;
518
- }
519
367
 
520
368
  export interface StreamEvent {
521
369
 
@@ -525,10 +373,6 @@ export interface StreamEvent {
525
373
 
526
374
  eventTime?: Date;
527
375
  }
528
- export declare namespace StreamEvent {
529
-
530
- const filterSensitiveLog: (obj: StreamEvent) => any;
531
- }
532
376
 
533
377
  export interface StreamSession {
534
378
 
@@ -546,18 +390,10 @@ export interface StreamSession {
546
390
 
547
391
  truncatedEvents?: StreamEvent[];
548
392
  }
549
- export declare namespace StreamSession {
550
-
551
- const filterSensitiveLog: (obj: StreamSession) => any;
552
- }
553
393
  export interface GetStreamSessionResponse {
554
394
 
555
395
  streamSession?: StreamSession;
556
396
  }
557
- export declare namespace GetStreamSessionResponse {
558
-
559
- const filterSensitiveLog: (obj: GetStreamSessionResponse) => any;
560
- }
561
397
  export interface ImportPlaybackKeyPairRequest {
562
398
 
563
399
  publicKeyMaterial: string | undefined;
@@ -566,18 +402,10 @@ export interface ImportPlaybackKeyPairRequest {
566
402
 
567
403
  tags?: Record<string, string>;
568
404
  }
569
- export declare namespace ImportPlaybackKeyPairRequest {
570
-
571
- const filterSensitiveLog: (obj: ImportPlaybackKeyPairRequest) => any;
572
- }
573
405
  export interface ImportPlaybackKeyPairResponse {
574
406
 
575
407
  keyPair?: PlaybackKeyPair;
576
408
  }
577
- export declare namespace ImportPlaybackKeyPairResponse {
578
-
579
- const filterSensitiveLog: (obj: ImportPlaybackKeyPairResponse) => any;
580
- }
581
409
  export interface ListChannelsRequest {
582
410
 
583
411
  filterByName?: string;
@@ -588,10 +416,6 @@ export interface ListChannelsRequest {
588
416
 
589
417
  maxResults?: number;
590
418
  }
591
- export declare namespace ListChannelsRequest {
592
-
593
- const filterSensitiveLog: (obj: ListChannelsRequest) => any;
594
- }
595
419
 
596
420
  export interface ChannelSummary {
597
421
 
@@ -607,30 +431,18 @@ export interface ChannelSummary {
607
431
 
608
432
  tags?: Record<string, string>;
609
433
  }
610
- export declare namespace ChannelSummary {
611
-
612
- const filterSensitiveLog: (obj: ChannelSummary) => any;
613
- }
614
434
  export interface ListChannelsResponse {
615
435
 
616
436
  channels: ChannelSummary[] | undefined;
617
437
 
618
438
  nextToken?: string;
619
439
  }
620
- export declare namespace ListChannelsResponse {
621
-
622
- const filterSensitiveLog: (obj: ListChannelsResponse) => any;
623
- }
624
440
  export interface ListPlaybackKeyPairsRequest {
625
441
 
626
442
  nextToken?: string;
627
443
 
628
444
  maxResults?: number;
629
445
  }
630
- export declare namespace ListPlaybackKeyPairsRequest {
631
-
632
- const filterSensitiveLog: (obj: ListPlaybackKeyPairsRequest) => any;
633
- }
634
446
 
635
447
  export interface PlaybackKeyPairSummary {
636
448
 
@@ -640,30 +452,18 @@ export interface PlaybackKeyPairSummary {
640
452
 
641
453
  tags?: Record<string, string>;
642
454
  }
643
- export declare namespace PlaybackKeyPairSummary {
644
-
645
- const filterSensitiveLog: (obj: PlaybackKeyPairSummary) => any;
646
- }
647
455
  export interface ListPlaybackKeyPairsResponse {
648
456
 
649
457
  keyPairs: PlaybackKeyPairSummary[] | undefined;
650
458
 
651
459
  nextToken?: string;
652
460
  }
653
- export declare namespace ListPlaybackKeyPairsResponse {
654
-
655
- const filterSensitiveLog: (obj: ListPlaybackKeyPairsResponse) => any;
656
- }
657
461
  export interface ListRecordingConfigurationsRequest {
658
462
 
659
463
  nextToken?: string;
660
464
 
661
465
  maxResults?: number;
662
466
  }
663
- export declare namespace ListRecordingConfigurationsRequest {
664
-
665
- const filterSensitiveLog: (obj: ListRecordingConfigurationsRequest) => any;
666
- }
667
467
 
668
468
  export interface RecordingConfigurationSummary {
669
469
 
@@ -677,20 +477,12 @@ export interface RecordingConfigurationSummary {
677
477
 
678
478
  tags?: Record<string, string>;
679
479
  }
680
- export declare namespace RecordingConfigurationSummary {
681
-
682
- const filterSensitiveLog: (obj: RecordingConfigurationSummary) => any;
683
- }
684
480
  export interface ListRecordingConfigurationsResponse {
685
481
 
686
482
  recordingConfigurations: RecordingConfigurationSummary[] | undefined;
687
483
 
688
484
  nextToken?: string;
689
485
  }
690
- export declare namespace ListRecordingConfigurationsResponse {
691
-
692
- const filterSensitiveLog: (obj: ListRecordingConfigurationsResponse) => any;
693
- }
694
486
  export interface ListStreamKeysRequest {
695
487
 
696
488
  channelArn: string | undefined;
@@ -699,10 +491,6 @@ export interface ListStreamKeysRequest {
699
491
 
700
492
  maxResults?: number;
701
493
  }
702
- export declare namespace ListStreamKeysRequest {
703
-
704
- const filterSensitiveLog: (obj: ListStreamKeysRequest) => any;
705
- }
706
494
 
707
495
  export interface StreamKeySummary {
708
496
 
@@ -712,29 +500,17 @@ export interface StreamKeySummary {
712
500
 
713
501
  tags?: Record<string, string>;
714
502
  }
715
- export declare namespace StreamKeySummary {
716
-
717
- const filterSensitiveLog: (obj: StreamKeySummary) => any;
718
- }
719
503
  export interface ListStreamKeysResponse {
720
504
 
721
505
  streamKeys: StreamKeySummary[] | undefined;
722
506
 
723
507
  nextToken?: string;
724
508
  }
725
- export declare namespace ListStreamKeysResponse {
726
-
727
- const filterSensitiveLog: (obj: ListStreamKeysResponse) => any;
728
- }
729
509
 
730
510
  export interface StreamFilters {
731
511
 
732
512
  health?: StreamHealth | string;
733
513
  }
734
- export declare namespace StreamFilters {
735
-
736
- const filterSensitiveLog: (obj: StreamFilters) => any;
737
- }
738
514
  export interface ListStreamsRequest {
739
515
 
740
516
  filterBy?: StreamFilters;
@@ -743,10 +519,6 @@ export interface ListStreamsRequest {
743
519
 
744
520
  maxResults?: number;
745
521
  }
746
- export declare namespace ListStreamsRequest {
747
-
748
- const filterSensitiveLog: (obj: ListStreamsRequest) => any;
749
- }
750
522
 
751
523
  export interface StreamSummary {
752
524
 
@@ -762,20 +534,12 @@ export interface StreamSummary {
762
534
 
763
535
  startTime?: Date;
764
536
  }
765
- export declare namespace StreamSummary {
766
-
767
- const filterSensitiveLog: (obj: StreamSummary) => any;
768
- }
769
537
  export interface ListStreamsResponse {
770
538
 
771
539
  streams: StreamSummary[] | undefined;
772
540
 
773
541
  nextToken?: string;
774
542
  }
775
- export declare namespace ListStreamsResponse {
776
-
777
- const filterSensitiveLog: (obj: ListStreamsResponse) => any;
778
- }
779
543
  export interface ListStreamSessionsRequest {
780
544
 
781
545
  channelArn: string | undefined;
@@ -784,10 +548,6 @@ export interface ListStreamSessionsRequest {
784
548
 
785
549
  maxResults?: number;
786
550
  }
787
- export declare namespace ListStreamSessionsRequest {
788
-
789
- const filterSensitiveLog: (obj: ListStreamSessionsRequest) => any;
790
- }
791
551
 
792
552
  export interface StreamSessionSummary {
793
553
 
@@ -799,46 +559,26 @@ export interface StreamSessionSummary {
799
559
 
800
560
  hasErrorEvent?: boolean;
801
561
  }
802
- export declare namespace StreamSessionSummary {
803
-
804
- const filterSensitiveLog: (obj: StreamSessionSummary) => any;
805
- }
806
562
  export interface ListStreamSessionsResponse {
807
563
 
808
564
  streamSessions: StreamSessionSummary[] | undefined;
809
565
 
810
566
  nextToken?: string;
811
567
  }
812
- export declare namespace ListStreamSessionsResponse {
813
-
814
- const filterSensitiveLog: (obj: ListStreamSessionsResponse) => any;
815
- }
816
568
  export interface ListTagsForResourceRequest {
817
569
 
818
570
  resourceArn: string | undefined;
819
571
  }
820
- export declare namespace ListTagsForResourceRequest {
821
-
822
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
823
- }
824
572
  export interface ListTagsForResourceResponse {
825
573
 
826
574
  tags: Record<string, string> | undefined;
827
575
  }
828
- export declare namespace ListTagsForResourceResponse {
829
-
830
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
831
- }
832
576
  export interface PutMetadataRequest {
833
577
 
834
578
  channelArn: string | undefined;
835
579
 
836
580
  metadata: string | undefined;
837
581
  }
838
- export declare namespace PutMetadataRequest {
839
-
840
- const filterSensitiveLog: (obj: PutMetadataRequest) => any;
841
- }
842
582
 
843
583
  export declare class ThrottlingException extends __BaseException {
844
584
  readonly name: "ThrottlingException";
@@ -852,16 +592,8 @@ export interface StopStreamRequest {
852
592
 
853
593
  channelArn: string | undefined;
854
594
  }
855
- export declare namespace StopStreamRequest {
856
-
857
- const filterSensitiveLog: (obj: StopStreamRequest) => any;
858
- }
859
595
  export interface StopStreamResponse {
860
596
  }
861
- export declare namespace StopStreamResponse {
862
-
863
- const filterSensitiveLog: (obj: StopStreamResponse) => any;
864
- }
865
597
 
866
598
  export declare class StreamUnavailable extends __BaseException {
867
599
  readonly name: "StreamUnavailable";
@@ -877,32 +609,16 @@ export interface TagResourceRequest {
877
609
 
878
610
  tags: Record<string, string> | undefined;
879
611
  }
880
- export declare namespace TagResourceRequest {
881
-
882
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
883
- }
884
612
  export interface TagResourceResponse {
885
613
  }
886
- export declare namespace TagResourceResponse {
887
-
888
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
889
- }
890
614
  export interface UntagResourceRequest {
891
615
 
892
616
  resourceArn: string | undefined;
893
617
 
894
618
  tagKeys: string[] | undefined;
895
619
  }
896
- export declare namespace UntagResourceRequest {
897
-
898
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
899
- }
900
620
  export interface UntagResourceResponse {
901
621
  }
902
- export declare namespace UntagResourceResponse {
903
-
904
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
905
- }
906
622
  export interface UpdateChannelRequest {
907
623
 
908
624
  arn: string | undefined;
@@ -917,15 +633,153 @@ export interface UpdateChannelRequest {
917
633
 
918
634
  recordingConfigurationArn?: string;
919
635
  }
920
- export declare namespace UpdateChannelRequest {
921
-
922
- const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
923
- }
924
636
  export interface UpdateChannelResponse {
925
637
 
926
638
  channel?: Channel;
927
639
  }
928
- export declare namespace UpdateChannelResponse {
929
-
930
- const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
931
- }
640
+
641
+ export declare const BatchGetChannelRequestFilterSensitiveLog: (obj: BatchGetChannelRequest) => any;
642
+
643
+ export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
644
+
645
+ export declare const BatchErrorFilterSensitiveLog: (obj: BatchError) => any;
646
+
647
+ export declare const BatchGetChannelResponseFilterSensitiveLog: (obj: BatchGetChannelResponse) => any;
648
+
649
+ export declare const BatchGetStreamKeyRequestFilterSensitiveLog: (obj: BatchGetStreamKeyRequest) => any;
650
+
651
+ export declare const StreamKeyFilterSensitiveLog: (obj: StreamKey) => any;
652
+
653
+ export declare const BatchGetStreamKeyResponseFilterSensitiveLog: (obj: BatchGetStreamKeyResponse) => any;
654
+
655
+ export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
656
+
657
+ export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
658
+
659
+ export declare const S3DestinationConfigurationFilterSensitiveLog: (obj: S3DestinationConfiguration) => any;
660
+
661
+ export declare const DestinationConfigurationFilterSensitiveLog: (obj: DestinationConfiguration) => any;
662
+
663
+ export declare const ThumbnailConfigurationFilterSensitiveLog: (obj: ThumbnailConfiguration) => any;
664
+
665
+ export declare const CreateRecordingConfigurationRequestFilterSensitiveLog: (obj: CreateRecordingConfigurationRequest) => any;
666
+
667
+ export declare const RecordingConfigurationFilterSensitiveLog: (obj: RecordingConfiguration) => any;
668
+
669
+ export declare const CreateRecordingConfigurationResponseFilterSensitiveLog: (obj: CreateRecordingConfigurationResponse) => any;
670
+
671
+ export declare const CreateStreamKeyRequestFilterSensitiveLog: (obj: CreateStreamKeyRequest) => any;
672
+
673
+ export declare const CreateStreamKeyResponseFilterSensitiveLog: (obj: CreateStreamKeyResponse) => any;
674
+
675
+ export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
676
+
677
+ export declare const DeletePlaybackKeyPairRequestFilterSensitiveLog: (obj: DeletePlaybackKeyPairRequest) => any;
678
+
679
+ export declare const DeletePlaybackKeyPairResponseFilterSensitiveLog: (obj: DeletePlaybackKeyPairResponse) => any;
680
+
681
+ export declare const DeleteRecordingConfigurationRequestFilterSensitiveLog: (obj: DeleteRecordingConfigurationRequest) => any;
682
+
683
+ export declare const DeleteStreamKeyRequestFilterSensitiveLog: (obj: DeleteStreamKeyRequest) => any;
684
+
685
+ export declare const GetChannelRequestFilterSensitiveLog: (obj: GetChannelRequest) => any;
686
+
687
+ export declare const GetChannelResponseFilterSensitiveLog: (obj: GetChannelResponse) => any;
688
+
689
+ export declare const GetPlaybackKeyPairRequestFilterSensitiveLog: (obj: GetPlaybackKeyPairRequest) => any;
690
+
691
+ export declare const PlaybackKeyPairFilterSensitiveLog: (obj: PlaybackKeyPair) => any;
692
+
693
+ export declare const GetPlaybackKeyPairResponseFilterSensitiveLog: (obj: GetPlaybackKeyPairResponse) => any;
694
+
695
+ export declare const GetRecordingConfigurationRequestFilterSensitiveLog: (obj: GetRecordingConfigurationRequest) => any;
696
+
697
+ export declare const GetRecordingConfigurationResponseFilterSensitiveLog: (obj: GetRecordingConfigurationResponse) => any;
698
+
699
+ export declare const GetStreamRequestFilterSensitiveLog: (obj: GetStreamRequest) => any;
700
+
701
+ export declare const _StreamFilterSensitiveLog: (obj: _Stream) => any;
702
+
703
+ export declare const GetStreamResponseFilterSensitiveLog: (obj: GetStreamResponse) => any;
704
+
705
+ export declare const GetStreamKeyRequestFilterSensitiveLog: (obj: GetStreamKeyRequest) => any;
706
+
707
+ export declare const GetStreamKeyResponseFilterSensitiveLog: (obj: GetStreamKeyResponse) => any;
708
+
709
+ export declare const GetStreamSessionRequestFilterSensitiveLog: (obj: GetStreamSessionRequest) => any;
710
+
711
+ export declare const AudioConfigurationFilterSensitiveLog: (obj: AudioConfiguration) => any;
712
+
713
+ export declare const VideoConfigurationFilterSensitiveLog: (obj: VideoConfiguration) => any;
714
+
715
+ export declare const IngestConfigurationFilterSensitiveLog: (obj: IngestConfiguration) => any;
716
+
717
+ export declare const StreamEventFilterSensitiveLog: (obj: StreamEvent) => any;
718
+
719
+ export declare const StreamSessionFilterSensitiveLog: (obj: StreamSession) => any;
720
+
721
+ export declare const GetStreamSessionResponseFilterSensitiveLog: (obj: GetStreamSessionResponse) => any;
722
+
723
+ export declare const ImportPlaybackKeyPairRequestFilterSensitiveLog: (obj: ImportPlaybackKeyPairRequest) => any;
724
+
725
+ export declare const ImportPlaybackKeyPairResponseFilterSensitiveLog: (obj: ImportPlaybackKeyPairResponse) => any;
726
+
727
+ export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
728
+
729
+ export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
730
+
731
+ export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
732
+
733
+ export declare const ListPlaybackKeyPairsRequestFilterSensitiveLog: (obj: ListPlaybackKeyPairsRequest) => any;
734
+
735
+ export declare const PlaybackKeyPairSummaryFilterSensitiveLog: (obj: PlaybackKeyPairSummary) => any;
736
+
737
+ export declare const ListPlaybackKeyPairsResponseFilterSensitiveLog: (obj: ListPlaybackKeyPairsResponse) => any;
738
+
739
+ export declare const ListRecordingConfigurationsRequestFilterSensitiveLog: (obj: ListRecordingConfigurationsRequest) => any;
740
+
741
+ export declare const RecordingConfigurationSummaryFilterSensitiveLog: (obj: RecordingConfigurationSummary) => any;
742
+
743
+ export declare const ListRecordingConfigurationsResponseFilterSensitiveLog: (obj: ListRecordingConfigurationsResponse) => any;
744
+
745
+ export declare const ListStreamKeysRequestFilterSensitiveLog: (obj: ListStreamKeysRequest) => any;
746
+
747
+ export declare const StreamKeySummaryFilterSensitiveLog: (obj: StreamKeySummary) => any;
748
+
749
+ export declare const ListStreamKeysResponseFilterSensitiveLog: (obj: ListStreamKeysResponse) => any;
750
+
751
+ export declare const StreamFiltersFilterSensitiveLog: (obj: StreamFilters) => any;
752
+
753
+ export declare const ListStreamsRequestFilterSensitiveLog: (obj: ListStreamsRequest) => any;
754
+
755
+ export declare const StreamSummaryFilterSensitiveLog: (obj: StreamSummary) => any;
756
+
757
+ export declare const ListStreamsResponseFilterSensitiveLog: (obj: ListStreamsResponse) => any;
758
+
759
+ export declare const ListStreamSessionsRequestFilterSensitiveLog: (obj: ListStreamSessionsRequest) => any;
760
+
761
+ export declare const StreamSessionSummaryFilterSensitiveLog: (obj: StreamSessionSummary) => any;
762
+
763
+ export declare const ListStreamSessionsResponseFilterSensitiveLog: (obj: ListStreamSessionsResponse) => any;
764
+
765
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
766
+
767
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
768
+
769
+ export declare const PutMetadataRequestFilterSensitiveLog: (obj: PutMetadataRequest) => any;
770
+
771
+ export declare const StopStreamRequestFilterSensitiveLog: (obj: StopStreamRequest) => any;
772
+
773
+ export declare const StopStreamResponseFilterSensitiveLog: (obj: StopStreamResponse) => any;
774
+
775
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
776
+
777
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
778
+
779
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
780
+
781
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
782
+
783
+ export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
784
+
785
+ export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;