@aws-sdk/client-medialive 3.130.0 → 3.137.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/MediaLive.js +30 -0
- package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/BatchDeleteCommand.js +2 -2
- package/dist-cjs/commands/BatchStartCommand.js +2 -2
- package/dist-cjs/commands/BatchStopCommand.js +2 -2
- package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -2
- package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/ClaimDeviceCommand.js +2 -2
- package/dist-cjs/commands/CreateChannelCommand.js +2 -2
- package/dist-cjs/commands/CreateInputCommand.js +2 -2
- package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -2
- package/dist-cjs/commands/CreateTagsCommand.js +1 -1
- package/dist-cjs/commands/DeleteChannelCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputCommand.js +2 -2
- package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DeleteReservationCommand.js +2 -2
- package/dist-cjs/commands/DeleteScheduleCommand.js +2 -2
- package/dist-cjs/commands/DeleteTagsCommand.js +1 -1
- package/dist-cjs/commands/DescribeChannelCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
- package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -2
- package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/DescribeOfferingCommand.js +2 -2
- package/dist-cjs/commands/DescribeReservationCommand.js +2 -2
- package/dist-cjs/commands/DescribeScheduleCommand.js +2 -2
- package/dist-cjs/commands/ListChannelsCommand.js +2 -2
- package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -2
- package/dist-cjs/commands/ListInputDevicesCommand.js +2 -2
- package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListInputsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -2
- package/dist-cjs/commands/ListMultiplexesCommand.js +2 -2
- package/dist-cjs/commands/ListOfferingsCommand.js +2 -2
- package/dist-cjs/commands/ListReservationsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -2
- package/dist-cjs/commands/RebootInputDeviceCommand.js +36 -0
- package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -2
- package/dist-cjs/commands/StartChannelCommand.js +2 -2
- package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +36 -0
- package/dist-cjs/commands/StartMultiplexCommand.js +2 -2
- package/dist-cjs/commands/StopChannelCommand.js +2 -2
- package/dist-cjs/commands/StopMultiplexCommand.js +2 -2
- package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -2
- package/dist-cjs/commands/UpdateChannelCommand.js +2 -2
- package/dist-cjs/commands/UpdateInputCommand.js +3 -2
- package/dist-cjs/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -2
- package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -2
- package/dist-cjs/commands/UpdateReservationCommand.js +2 -2
- package/dist-cjs/commands/index.js +2 -0
- package/dist-cjs/models/models_0.js +574 -858
- package/dist-cjs/models/models_1.js +779 -1164
- package/dist-cjs/models/models_2.js +45 -37
- package/dist-cjs/protocols/Aws_restJson1.js +171 -3
- package/dist-es/MediaLive.js +30 -0
- package/dist-es/commands/AcceptInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/BatchDeleteCommand.js +3 -3
- package/dist-es/commands/BatchStartCommand.js +3 -3
- package/dist-es/commands/BatchStopCommand.js +3 -3
- package/dist-es/commands/BatchUpdateScheduleCommand.js +3 -3
- package/dist-es/commands/CancelInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/ClaimDeviceCommand.js +3 -3
- package/dist-es/commands/CreateChannelCommand.js +3 -3
- package/dist-es/commands/CreateInputCommand.js +3 -3
- package/dist-es/commands/CreateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexCommand.js +3 -3
- package/dist-es/commands/CreateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/CreatePartnerInputCommand.js +3 -3
- package/dist-es/commands/CreateTagsCommand.js +2 -2
- package/dist-es/commands/DeleteChannelCommand.js +3 -3
- package/dist-es/commands/DeleteInputCommand.js +3 -3
- package/dist-es/commands/DeleteInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexCommand.js +3 -3
- package/dist-es/commands/DeleteMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DeleteReservationCommand.js +3 -3
- package/dist-es/commands/DeleteScheduleCommand.js +3 -3
- package/dist-es/commands/DeleteTagsCommand.js +2 -2
- package/dist-es/commands/DescribeChannelCommand.js +3 -3
- package/dist-es/commands/DescribeInputCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceCommand.js +3 -3
- package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +3 -3
- package/dist-es/commands/DescribeInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexCommand.js +3 -3
- package/dist-es/commands/DescribeMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/DescribeOfferingCommand.js +3 -3
- package/dist-es/commands/DescribeReservationCommand.js +3 -3
- package/dist-es/commands/DescribeScheduleCommand.js +3 -3
- package/dist-es/commands/ListChannelsCommand.js +3 -3
- package/dist-es/commands/ListInputDeviceTransfersCommand.js +3 -3
- package/dist-es/commands/ListInputDevicesCommand.js +3 -3
- package/dist-es/commands/ListInputSecurityGroupsCommand.js +3 -3
- package/dist-es/commands/ListInputsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexProgramsCommand.js +3 -3
- package/dist-es/commands/ListMultiplexesCommand.js +3 -3
- package/dist-es/commands/ListOfferingsCommand.js +3 -3
- package/dist-es/commands/ListReservationsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PurchaseOfferingCommand.js +3 -3
- package/dist-es/commands/RebootInputDeviceCommand.js +39 -0
- package/dist-es/commands/RejectInputDeviceTransferCommand.js +3 -3
- package/dist-es/commands/StartChannelCommand.js +3 -3
- package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +39 -0
- package/dist-es/commands/StartMultiplexCommand.js +3 -3
- package/dist-es/commands/StopChannelCommand.js +3 -3
- package/dist-es/commands/StopMultiplexCommand.js +3 -3
- package/dist-es/commands/TransferInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateChannelClassCommand.js +3 -3
- package/dist-es/commands/UpdateChannelCommand.js +3 -3
- package/dist-es/commands/UpdateInputCommand.js +4 -3
- package/dist-es/commands/UpdateInputDeviceCommand.js +3 -3
- package/dist-es/commands/UpdateInputSecurityGroupCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexCommand.js +3 -3
- package/dist-es/commands/UpdateMultiplexProgramCommand.js +3 -3
- package/dist-es/commands/UpdateReservationCommand.js +3 -3
- package/dist-es/commands/index.js +2 -0
- package/dist-es/models/models_0.js +142 -568
- package/dist-es/models/models_1.js +197 -772
- package/dist-es/models/models_2.js +11 -24
- package/dist-es/protocols/Aws_restJson1.js +224 -0
- package/dist-types/MediaLive.d.ts +14 -0
- package/dist-types/MediaLiveClient.d.ts +4 -2
- package/dist-types/commands/RebootInputDeviceCommand.d.ts +35 -0
- package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +35 -0
- package/dist-types/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +568 -852
- package/dist-types/models/models_1.d.ts +788 -1251
- package/dist-types/models/models_2.d.ts +155 -37
- package/dist-types/protocols/Aws_restJson1.d.ts +6 -0
- package/dist-types/ts3.4/MediaLive.d.ts +10 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +4 -2
- package/dist-types/ts3.4/commands/RebootInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +284 -568
- package/dist-types/ts3.4/models/models_1.d.ts +397 -820
- package/dist-types/ts3.4/models/models_2.d.ts +81 -25
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +6 -0
- package/package.json +7 -7
|
@@ -101,19 +101,11 @@ export interface HlsGroupSettings {
|
|
|
101
101
|
|
|
102
102
|
TsFileMode?: HlsTsFileMode | string;
|
|
103
103
|
}
|
|
104
|
-
export declare namespace HlsGroupSettings {
|
|
105
|
-
|
|
106
|
-
const filterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
107
|
-
}
|
|
108
104
|
|
|
109
105
|
export interface MediaPackageGroupSettings {
|
|
110
106
|
|
|
111
107
|
Destination: OutputLocationRef | undefined;
|
|
112
108
|
}
|
|
113
|
-
export declare namespace MediaPackageGroupSettings {
|
|
114
|
-
|
|
115
|
-
const filterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
|
|
116
|
-
}
|
|
117
109
|
export declare enum SmoothGroupAudioOnlyTimecodeControl {
|
|
118
110
|
PASSTHROUGH = "PASSTHROUGH",
|
|
119
111
|
USE_CONFIGURED_CLOCK = "USE_CONFIGURED_CLOCK"
|
|
@@ -193,17 +185,9 @@ export interface MsSmoothGroupSettings {
|
|
|
193
185
|
|
|
194
186
|
TimestampOffsetMode?: SmoothGroupTimestampOffsetMode | string;
|
|
195
187
|
}
|
|
196
|
-
export declare namespace MsSmoothGroupSettings {
|
|
197
|
-
|
|
198
|
-
const filterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
|
|
199
|
-
}
|
|
200
188
|
|
|
201
189
|
export interface MultiplexGroupSettings {
|
|
202
190
|
}
|
|
203
|
-
export declare namespace MultiplexGroupSettings {
|
|
204
|
-
|
|
205
|
-
const filterSensitiveLog: (obj: MultiplexGroupSettings) => any;
|
|
206
|
-
}
|
|
207
191
|
export declare enum RtmpAdMarkers {
|
|
208
192
|
ON_CUE_POINT_SCTE35 = "ON_CUE_POINT_SCTE35"
|
|
209
193
|
}
|
|
@@ -241,10 +225,6 @@ export interface RtmpGroupSettings {
|
|
|
241
225
|
|
|
242
226
|
RestartDelay?: number;
|
|
243
227
|
}
|
|
244
|
-
export declare namespace RtmpGroupSettings {
|
|
245
|
-
|
|
246
|
-
const filterSensitiveLog: (obj: RtmpGroupSettings) => any;
|
|
247
|
-
}
|
|
248
228
|
export declare enum InputLossActionForUdpOut {
|
|
249
229
|
DROP_PROGRAM = "DROP_PROGRAM",
|
|
250
230
|
DROP_TS = "DROP_TS",
|
|
@@ -264,10 +244,6 @@ export interface UdpGroupSettings {
|
|
|
264
244
|
|
|
265
245
|
TimedMetadataId3Period?: number;
|
|
266
246
|
}
|
|
267
|
-
export declare namespace UdpGroupSettings {
|
|
268
|
-
|
|
269
|
-
const filterSensitiveLog: (obj: UdpGroupSettings) => any;
|
|
270
|
-
}
|
|
271
247
|
|
|
272
248
|
export interface OutputGroupSettings {
|
|
273
249
|
|
|
@@ -287,10 +263,6 @@ export interface OutputGroupSettings {
|
|
|
287
263
|
|
|
288
264
|
UdpGroupSettings?: UdpGroupSettings;
|
|
289
265
|
}
|
|
290
|
-
export declare namespace OutputGroupSettings {
|
|
291
|
-
|
|
292
|
-
const filterSensitiveLog: (obj: OutputGroupSettings) => any;
|
|
293
|
-
}
|
|
294
266
|
|
|
295
267
|
export interface OutputGroup {
|
|
296
268
|
|
|
@@ -300,10 +272,6 @@ export interface OutputGroup {
|
|
|
300
272
|
|
|
301
273
|
Outputs: Output[] | undefined;
|
|
302
274
|
}
|
|
303
|
-
export declare namespace OutputGroup {
|
|
304
|
-
|
|
305
|
-
const filterSensitiveLog: (obj: OutputGroup) => any;
|
|
306
|
-
}
|
|
307
275
|
|
|
308
276
|
export interface PipelineDetail {
|
|
309
277
|
|
|
@@ -317,10 +285,6 @@ export interface PipelineDetail {
|
|
|
317
285
|
|
|
318
286
|
PipelineId?: string;
|
|
319
287
|
}
|
|
320
|
-
export declare namespace PipelineDetail {
|
|
321
|
-
|
|
322
|
-
const filterSensitiveLog: (obj: PipelineDetail) => any;
|
|
323
|
-
}
|
|
324
288
|
export declare enum PipelineId {
|
|
325
289
|
PIPELINE_0 = "PIPELINE_0",
|
|
326
290
|
PIPELINE_1 = "PIPELINE_1"
|
|
@@ -330,10 +294,6 @@ export interface PipelinePauseStateSettings {
|
|
|
330
294
|
|
|
331
295
|
PipelineId: PipelineId | string | undefined;
|
|
332
296
|
}
|
|
333
|
-
export declare namespace PipelinePauseStateSettings {
|
|
334
|
-
|
|
335
|
-
const filterSensitiveLog: (obj: PipelinePauseStateSettings) => any;
|
|
336
|
-
}
|
|
337
297
|
export declare enum ReservationAutomaticRenewal {
|
|
338
298
|
DISABLED = "DISABLED",
|
|
339
299
|
ENABLED = "ENABLED",
|
|
@@ -346,10 +306,6 @@ export interface RenewalSettings {
|
|
|
346
306
|
|
|
347
307
|
RenewalCount?: number;
|
|
348
308
|
}
|
|
349
|
-
export declare namespace RenewalSettings {
|
|
350
|
-
|
|
351
|
-
const filterSensitiveLog: (obj: RenewalSettings) => any;
|
|
352
|
-
}
|
|
353
309
|
export declare enum ReservationState {
|
|
354
310
|
ACTIVE = "ACTIVE",
|
|
355
311
|
CANCELED = "CANCELED",
|
|
@@ -397,28 +353,16 @@ export interface Reservation {
|
|
|
397
353
|
|
|
398
354
|
UsagePrice?: number;
|
|
399
355
|
}
|
|
400
|
-
export declare namespace Reservation {
|
|
401
|
-
|
|
402
|
-
const filterSensitiveLog: (obj: Reservation) => any;
|
|
403
|
-
}
|
|
404
356
|
|
|
405
357
|
export interface HlsId3SegmentTaggingScheduleActionSettings {
|
|
406
358
|
|
|
407
359
|
Tag: string | undefined;
|
|
408
360
|
}
|
|
409
|
-
export declare namespace HlsId3SegmentTaggingScheduleActionSettings {
|
|
410
|
-
|
|
411
|
-
const filterSensitiveLog: (obj: HlsId3SegmentTaggingScheduleActionSettings) => any;
|
|
412
|
-
}
|
|
413
361
|
|
|
414
362
|
export interface HlsTimedMetadataScheduleActionSettings {
|
|
415
363
|
|
|
416
364
|
Id3: string | undefined;
|
|
417
365
|
}
|
|
418
|
-
export declare namespace HlsTimedMetadataScheduleActionSettings {
|
|
419
|
-
|
|
420
|
-
const filterSensitiveLog: (obj: HlsTimedMetadataScheduleActionSettings) => any;
|
|
421
|
-
}
|
|
422
366
|
export declare enum InputTimecodeSource {
|
|
423
367
|
EMBEDDED = "EMBEDDED",
|
|
424
368
|
ZEROBASED = "ZEROBASED"
|
|
@@ -428,10 +372,6 @@ export interface StartTimecode {
|
|
|
428
372
|
|
|
429
373
|
Timecode?: string;
|
|
430
374
|
}
|
|
431
|
-
export declare namespace StartTimecode {
|
|
432
|
-
|
|
433
|
-
const filterSensitiveLog: (obj: StartTimecode) => any;
|
|
434
|
-
}
|
|
435
375
|
export declare enum LastFrameClippingBehavior {
|
|
436
376
|
EXCLUDE_LAST_FRAME = "EXCLUDE_LAST_FRAME",
|
|
437
377
|
INCLUDE_LAST_FRAME = "INCLUDE_LAST_FRAME"
|
|
@@ -443,10 +383,6 @@ export interface StopTimecode {
|
|
|
443
383
|
|
|
444
384
|
Timecode?: string;
|
|
445
385
|
}
|
|
446
|
-
export declare namespace StopTimecode {
|
|
447
|
-
|
|
448
|
-
const filterSensitiveLog: (obj: StopTimecode) => any;
|
|
449
|
-
}
|
|
450
386
|
|
|
451
387
|
export interface InputClippingSettings {
|
|
452
388
|
|
|
@@ -456,10 +392,6 @@ export interface InputClippingSettings {
|
|
|
456
392
|
|
|
457
393
|
StopTimecode?: StopTimecode;
|
|
458
394
|
}
|
|
459
|
-
export declare namespace InputClippingSettings {
|
|
460
|
-
|
|
461
|
-
const filterSensitiveLog: (obj: InputClippingSettings) => any;
|
|
462
|
-
}
|
|
463
395
|
|
|
464
396
|
export interface InputPrepareScheduleActionSettings {
|
|
465
397
|
|
|
@@ -469,10 +401,6 @@ export interface InputPrepareScheduleActionSettings {
|
|
|
469
401
|
|
|
470
402
|
UrlPath?: string[];
|
|
471
403
|
}
|
|
472
|
-
export declare namespace InputPrepareScheduleActionSettings {
|
|
473
|
-
|
|
474
|
-
const filterSensitiveLog: (obj: InputPrepareScheduleActionSettings) => any;
|
|
475
|
-
}
|
|
476
404
|
|
|
477
405
|
export interface InputSwitchScheduleActionSettings {
|
|
478
406
|
|
|
@@ -482,10 +410,6 @@ export interface InputSwitchScheduleActionSettings {
|
|
|
482
410
|
|
|
483
411
|
UrlPath?: string[];
|
|
484
412
|
}
|
|
485
|
-
export declare namespace InputSwitchScheduleActionSettings {
|
|
486
|
-
|
|
487
|
-
const filterSensitiveLog: (obj: InputSwitchScheduleActionSettings) => any;
|
|
488
|
-
}
|
|
489
413
|
|
|
490
414
|
export interface MotionGraphicsActivateScheduleActionSettings {
|
|
491
415
|
|
|
@@ -497,35 +421,19 @@ export interface MotionGraphicsActivateScheduleActionSettings {
|
|
|
497
421
|
|
|
498
422
|
Username?: string;
|
|
499
423
|
}
|
|
500
|
-
export declare namespace MotionGraphicsActivateScheduleActionSettings {
|
|
501
|
-
|
|
502
|
-
const filterSensitiveLog: (obj: MotionGraphicsActivateScheduleActionSettings) => any;
|
|
503
|
-
}
|
|
504
424
|
|
|
505
425
|
export interface MotionGraphicsDeactivateScheduleActionSettings {
|
|
506
426
|
}
|
|
507
|
-
export declare namespace MotionGraphicsDeactivateScheduleActionSettings {
|
|
508
|
-
|
|
509
|
-
const filterSensitiveLog: (obj: MotionGraphicsDeactivateScheduleActionSettings) => any;
|
|
510
|
-
}
|
|
511
427
|
|
|
512
428
|
export interface PauseStateScheduleActionSettings {
|
|
513
429
|
|
|
514
430
|
Pipelines?: PipelinePauseStateSettings[];
|
|
515
431
|
}
|
|
516
|
-
export declare namespace PauseStateScheduleActionSettings {
|
|
517
|
-
|
|
518
|
-
const filterSensitiveLog: (obj: PauseStateScheduleActionSettings) => any;
|
|
519
|
-
}
|
|
520
432
|
|
|
521
433
|
export interface Scte35ReturnToNetworkScheduleActionSettings {
|
|
522
434
|
|
|
523
435
|
SpliceEventId: number | undefined;
|
|
524
436
|
}
|
|
525
|
-
export declare namespace Scte35ReturnToNetworkScheduleActionSettings {
|
|
526
|
-
|
|
527
|
-
const filterSensitiveLog: (obj: Scte35ReturnToNetworkScheduleActionSettings) => any;
|
|
528
|
-
}
|
|
529
437
|
|
|
530
438
|
export interface Scte35SpliceInsertScheduleActionSettings {
|
|
531
439
|
|
|
@@ -533,10 +441,6 @@ export interface Scte35SpliceInsertScheduleActionSettings {
|
|
|
533
441
|
|
|
534
442
|
SpliceEventId: number | undefined;
|
|
535
443
|
}
|
|
536
|
-
export declare namespace Scte35SpliceInsertScheduleActionSettings {
|
|
537
|
-
|
|
538
|
-
const filterSensitiveLog: (obj: Scte35SpliceInsertScheduleActionSettings) => any;
|
|
539
|
-
}
|
|
540
444
|
export declare enum Scte35ArchiveAllowedFlag {
|
|
541
445
|
ARCHIVE_ALLOWED = "ARCHIVE_ALLOWED",
|
|
542
446
|
ARCHIVE_NOT_ALLOWED = "ARCHIVE_NOT_ALLOWED"
|
|
@@ -566,10 +470,6 @@ export interface Scte35DeliveryRestrictions {
|
|
|
566
470
|
|
|
567
471
|
WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlag | string | undefined;
|
|
568
472
|
}
|
|
569
|
-
export declare namespace Scte35DeliveryRestrictions {
|
|
570
|
-
|
|
571
|
-
const filterSensitiveLog: (obj: Scte35DeliveryRestrictions) => any;
|
|
572
|
-
}
|
|
573
473
|
export declare enum Scte35SegmentationCancelIndicator {
|
|
574
474
|
SEGMENTATION_EVENT_CANCELED = "SEGMENTATION_EVENT_CANCELED",
|
|
575
475
|
SEGMENTATION_EVENT_NOT_CANCELED = "SEGMENTATION_EVENT_NOT_CANCELED"
|
|
@@ -599,37 +499,21 @@ export interface Scte35SegmentationDescriptor {
|
|
|
599
499
|
|
|
600
500
|
SubSegmentsExpected?: number;
|
|
601
501
|
}
|
|
602
|
-
export declare namespace Scte35SegmentationDescriptor {
|
|
603
|
-
|
|
604
|
-
const filterSensitiveLog: (obj: Scte35SegmentationDescriptor) => any;
|
|
605
|
-
}
|
|
606
502
|
|
|
607
503
|
export interface Scte35DescriptorSettings {
|
|
608
504
|
|
|
609
505
|
SegmentationDescriptorScte35DescriptorSettings: Scte35SegmentationDescriptor | undefined;
|
|
610
506
|
}
|
|
611
|
-
export declare namespace Scte35DescriptorSettings {
|
|
612
|
-
|
|
613
|
-
const filterSensitiveLog: (obj: Scte35DescriptorSettings) => any;
|
|
614
|
-
}
|
|
615
507
|
|
|
616
508
|
export interface Scte35Descriptor {
|
|
617
509
|
|
|
618
510
|
Scte35DescriptorSettings: Scte35DescriptorSettings | undefined;
|
|
619
511
|
}
|
|
620
|
-
export declare namespace Scte35Descriptor {
|
|
621
|
-
|
|
622
|
-
const filterSensitiveLog: (obj: Scte35Descriptor) => any;
|
|
623
|
-
}
|
|
624
512
|
|
|
625
513
|
export interface Scte35TimeSignalScheduleActionSettings {
|
|
626
514
|
|
|
627
515
|
Scte35Descriptors: Scte35Descriptor[] | undefined;
|
|
628
516
|
}
|
|
629
|
-
export declare namespace Scte35TimeSignalScheduleActionSettings {
|
|
630
|
-
|
|
631
|
-
const filterSensitiveLog: (obj: Scte35TimeSignalScheduleActionSettings) => any;
|
|
632
|
-
}
|
|
633
517
|
|
|
634
518
|
export interface StaticImageActivateScheduleActionSettings {
|
|
635
519
|
|
|
@@ -653,10 +537,6 @@ export interface StaticImageActivateScheduleActionSettings {
|
|
|
653
537
|
|
|
654
538
|
Width?: number;
|
|
655
539
|
}
|
|
656
|
-
export declare namespace StaticImageActivateScheduleActionSettings {
|
|
657
|
-
|
|
658
|
-
const filterSensitiveLog: (obj: StaticImageActivateScheduleActionSettings) => any;
|
|
659
|
-
}
|
|
660
540
|
|
|
661
541
|
export interface StaticImageDeactivateScheduleActionSettings {
|
|
662
542
|
|
|
@@ -664,10 +544,6 @@ export interface StaticImageDeactivateScheduleActionSettings {
|
|
|
664
544
|
|
|
665
545
|
Layer?: number;
|
|
666
546
|
}
|
|
667
|
-
export declare namespace StaticImageDeactivateScheduleActionSettings {
|
|
668
|
-
|
|
669
|
-
const filterSensitiveLog: (obj: StaticImageDeactivateScheduleActionSettings) => any;
|
|
670
|
-
}
|
|
671
547
|
|
|
672
548
|
export interface ScheduleActionSettings {
|
|
673
549
|
|
|
@@ -695,19 +571,11 @@ export interface ScheduleActionSettings {
|
|
|
695
571
|
|
|
696
572
|
StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings;
|
|
697
573
|
}
|
|
698
|
-
export declare namespace ScheduleActionSettings {
|
|
699
|
-
|
|
700
|
-
const filterSensitiveLog: (obj: ScheduleActionSettings) => any;
|
|
701
|
-
}
|
|
702
574
|
|
|
703
575
|
export interface FixedModeScheduleActionStartSettings {
|
|
704
576
|
|
|
705
577
|
Time: string | undefined;
|
|
706
578
|
}
|
|
707
|
-
export declare namespace FixedModeScheduleActionStartSettings {
|
|
708
|
-
|
|
709
|
-
const filterSensitiveLog: (obj: FixedModeScheduleActionStartSettings) => any;
|
|
710
|
-
}
|
|
711
579
|
export declare enum FollowPoint {
|
|
712
580
|
END = "END",
|
|
713
581
|
START = "START"
|
|
@@ -719,17 +587,9 @@ export interface FollowModeScheduleActionStartSettings {
|
|
|
719
587
|
|
|
720
588
|
ReferenceActionName: string | undefined;
|
|
721
589
|
}
|
|
722
|
-
export declare namespace FollowModeScheduleActionStartSettings {
|
|
723
|
-
|
|
724
|
-
const filterSensitiveLog: (obj: FollowModeScheduleActionStartSettings) => any;
|
|
725
|
-
}
|
|
726
590
|
|
|
727
591
|
export interface ImmediateModeScheduleActionStartSettings {
|
|
728
592
|
}
|
|
729
|
-
export declare namespace ImmediateModeScheduleActionStartSettings {
|
|
730
|
-
|
|
731
|
-
const filterSensitiveLog: (obj: ImmediateModeScheduleActionStartSettings) => any;
|
|
732
|
-
}
|
|
733
593
|
|
|
734
594
|
export interface ScheduleActionStartSettings {
|
|
735
595
|
|
|
@@ -739,10 +599,6 @@ export interface ScheduleActionStartSettings {
|
|
|
739
599
|
|
|
740
600
|
ImmediateModeScheduleActionStartSettings?: ImmediateModeScheduleActionStartSettings;
|
|
741
601
|
}
|
|
742
|
-
export declare namespace ScheduleActionStartSettings {
|
|
743
|
-
|
|
744
|
-
const filterSensitiveLog: (obj: ScheduleActionStartSettings) => any;
|
|
745
|
-
}
|
|
746
602
|
|
|
747
603
|
export interface ScheduleAction {
|
|
748
604
|
|
|
@@ -752,10 +608,6 @@ export interface ScheduleAction {
|
|
|
752
608
|
|
|
753
609
|
ScheduleActionStartSettings: ScheduleActionStartSettings | undefined;
|
|
754
610
|
}
|
|
755
|
-
export declare namespace ScheduleAction {
|
|
756
|
-
|
|
757
|
-
const filterSensitiveLog: (obj: ScheduleAction) => any;
|
|
758
|
-
}
|
|
759
611
|
export declare enum InputDeviceTransferType {
|
|
760
612
|
INCOMING = "INCOMING",
|
|
761
613
|
OUTGOING = "OUTGOING"
|
|
@@ -771,10 +623,6 @@ export interface TransferringInputDeviceSummary {
|
|
|
771
623
|
|
|
772
624
|
TransferType?: InputDeviceTransferType | string;
|
|
773
625
|
}
|
|
774
|
-
export declare namespace TransferringInputDeviceSummary {
|
|
775
|
-
|
|
776
|
-
const filterSensitiveLog: (obj: TransferringInputDeviceSummary) => any;
|
|
777
|
-
}
|
|
778
626
|
|
|
779
627
|
export interface ValidationError {
|
|
780
628
|
|
|
@@ -782,10 +630,6 @@ export interface ValidationError {
|
|
|
782
630
|
|
|
783
631
|
ErrorMessage?: string;
|
|
784
632
|
}
|
|
785
|
-
export declare namespace ValidationError {
|
|
786
|
-
|
|
787
|
-
const filterSensitiveLog: (obj: ValidationError) => any;
|
|
788
|
-
}
|
|
789
633
|
export declare enum FrameCaptureIntervalUnit {
|
|
790
634
|
MILLISECONDS = "MILLISECONDS",
|
|
791
635
|
SECONDS = "SECONDS"
|
|
@@ -797,10 +641,6 @@ export interface FrameCaptureSettings {
|
|
|
797
641
|
|
|
798
642
|
CaptureIntervalUnits?: FrameCaptureIntervalUnit | string;
|
|
799
643
|
}
|
|
800
|
-
export declare namespace FrameCaptureSettings {
|
|
801
|
-
|
|
802
|
-
const filterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
803
|
-
}
|
|
804
644
|
export declare enum H264AdaptiveQuantization {
|
|
805
645
|
AUTO = "AUTO",
|
|
806
646
|
HIGH = "HIGH",
|
|
@@ -822,24 +662,12 @@ export declare enum H264ColorMetadata {
|
|
|
822
662
|
|
|
823
663
|
export interface ColorSpacePassthroughSettings {
|
|
824
664
|
}
|
|
825
|
-
export declare namespace ColorSpacePassthroughSettings {
|
|
826
|
-
|
|
827
|
-
const filterSensitiveLog: (obj: ColorSpacePassthroughSettings) => any;
|
|
828
|
-
}
|
|
829
665
|
|
|
830
666
|
export interface Rec601Settings {
|
|
831
667
|
}
|
|
832
|
-
export declare namespace Rec601Settings {
|
|
833
|
-
|
|
834
|
-
const filterSensitiveLog: (obj: Rec601Settings) => any;
|
|
835
|
-
}
|
|
836
668
|
|
|
837
669
|
export interface Rec709Settings {
|
|
838
670
|
}
|
|
839
|
-
export declare namespace Rec709Settings {
|
|
840
|
-
|
|
841
|
-
const filterSensitiveLog: (obj: Rec709Settings) => any;
|
|
842
|
-
}
|
|
843
671
|
|
|
844
672
|
export interface H264ColorSpaceSettings {
|
|
845
673
|
|
|
@@ -849,10 +677,6 @@ export interface H264ColorSpaceSettings {
|
|
|
849
677
|
|
|
850
678
|
Rec709Settings?: Rec709Settings;
|
|
851
679
|
}
|
|
852
|
-
export declare namespace H264ColorSpaceSettings {
|
|
853
|
-
|
|
854
|
-
const filterSensitiveLog: (obj: H264ColorSpaceSettings) => any;
|
|
855
|
-
}
|
|
856
680
|
export declare enum H264EntropyEncoding {
|
|
857
681
|
CABAC = "CABAC",
|
|
858
682
|
CAVLC = "CAVLC"
|
|
@@ -888,19 +712,11 @@ export interface TemporalFilterSettings {
|
|
|
888
712
|
|
|
889
713
|
Strength?: TemporalFilterStrength | string;
|
|
890
714
|
}
|
|
891
|
-
export declare namespace TemporalFilterSettings {
|
|
892
|
-
|
|
893
|
-
const filterSensitiveLog: (obj: TemporalFilterSettings) => any;
|
|
894
|
-
}
|
|
895
715
|
|
|
896
716
|
export interface H264FilterSettings {
|
|
897
717
|
|
|
898
718
|
TemporalFilterSettings?: TemporalFilterSettings;
|
|
899
719
|
}
|
|
900
|
-
export declare namespace H264FilterSettings {
|
|
901
|
-
|
|
902
|
-
const filterSensitiveLog: (obj: H264FilterSettings) => any;
|
|
903
|
-
}
|
|
904
720
|
export declare enum FixedAfd {
|
|
905
721
|
AFD_0000 = "AFD_0000",
|
|
906
722
|
AFD_0010 = "AFD_0010",
|
|
@@ -1093,10 +909,6 @@ export interface H264Settings {
|
|
|
1093
909
|
|
|
1094
910
|
TimecodeInsertion?: H264TimecodeInsertionBehavior | string;
|
|
1095
911
|
}
|
|
1096
|
-
export declare namespace H264Settings {
|
|
1097
|
-
|
|
1098
|
-
const filterSensitiveLog: (obj: H264Settings) => any;
|
|
1099
|
-
}
|
|
1100
912
|
export declare enum H265AdaptiveQuantization {
|
|
1101
913
|
AUTO = "AUTO",
|
|
1102
914
|
HIGH = "HIGH",
|
|
@@ -1125,19 +937,11 @@ export interface H265ColorSpaceSettings {
|
|
|
1125
937
|
|
|
1126
938
|
Rec709Settings?: Rec709Settings;
|
|
1127
939
|
}
|
|
1128
|
-
export declare namespace H265ColorSpaceSettings {
|
|
1129
|
-
|
|
1130
|
-
const filterSensitiveLog: (obj: H265ColorSpaceSettings) => any;
|
|
1131
|
-
}
|
|
1132
940
|
|
|
1133
941
|
export interface H265FilterSettings {
|
|
1134
942
|
|
|
1135
943
|
TemporalFilterSettings?: TemporalFilterSettings;
|
|
1136
944
|
}
|
|
1137
|
-
export declare namespace H265FilterSettings {
|
|
1138
|
-
|
|
1139
|
-
const filterSensitiveLog: (obj: H265FilterSettings) => any;
|
|
1140
|
-
}
|
|
1141
945
|
export declare enum H265FlickerAq {
|
|
1142
946
|
DISABLED = "DISABLED",
|
|
1143
947
|
ENABLED = "ENABLED"
|
|
@@ -1253,10 +1057,6 @@ export interface H265Settings {
|
|
|
1253
1057
|
|
|
1254
1058
|
TimecodeInsertion?: H265TimecodeInsertionBehavior | string;
|
|
1255
1059
|
}
|
|
1256
|
-
export declare namespace H265Settings {
|
|
1257
|
-
|
|
1258
|
-
const filterSensitiveLog: (obj: H265Settings) => any;
|
|
1259
|
-
}
|
|
1260
1060
|
export declare enum Mpeg2AdaptiveQuantization {
|
|
1261
1061
|
AUTO = "AUTO",
|
|
1262
1062
|
HIGH = "HIGH",
|
|
@@ -1281,10 +1081,6 @@ export interface Mpeg2FilterSettings {
|
|
|
1281
1081
|
|
|
1282
1082
|
TemporalFilterSettings?: TemporalFilterSettings;
|
|
1283
1083
|
}
|
|
1284
|
-
export declare namespace Mpeg2FilterSettings {
|
|
1285
|
-
|
|
1286
|
-
const filterSensitiveLog: (obj: Mpeg2FilterSettings) => any;
|
|
1287
|
-
}
|
|
1288
1084
|
export declare enum Mpeg2GopSizeUnits {
|
|
1289
1085
|
FRAMES = "FRAMES",
|
|
1290
1086
|
SECONDS = "SECONDS"
|
|
@@ -1336,10 +1132,6 @@ export interface Mpeg2Settings {
|
|
|
1336
1132
|
|
|
1337
1133
|
TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior | string;
|
|
1338
1134
|
}
|
|
1339
|
-
export declare namespace Mpeg2Settings {
|
|
1340
|
-
|
|
1341
|
-
const filterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
1342
|
-
}
|
|
1343
1135
|
|
|
1344
1136
|
export interface VideoCodecSettings {
|
|
1345
1137
|
|
|
@@ -1351,10 +1143,6 @@ export interface VideoCodecSettings {
|
|
|
1351
1143
|
|
|
1352
1144
|
Mpeg2Settings?: Mpeg2Settings;
|
|
1353
1145
|
}
|
|
1354
|
-
export declare namespace VideoCodecSettings {
|
|
1355
|
-
|
|
1356
|
-
const filterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
1357
|
-
}
|
|
1358
1146
|
export declare enum VideoDescriptionRespondToAfd {
|
|
1359
1147
|
NONE = "NONE",
|
|
1360
1148
|
PASSTHROUGH = "PASSTHROUGH",
|
|
@@ -1381,10 +1169,6 @@ export interface VideoDescription {
|
|
|
1381
1169
|
|
|
1382
1170
|
Width?: number;
|
|
1383
1171
|
}
|
|
1384
|
-
export declare namespace VideoDescription {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: VideoDescription) => any;
|
|
1387
|
-
}
|
|
1388
1172
|
export declare enum AcceptHeader {
|
|
1389
1173
|
image_jpeg = "image/jpeg"
|
|
1390
1174
|
}
|
|
@@ -1393,17 +1177,9 @@ export interface AcceptInputDeviceTransferRequest {
|
|
|
1393
1177
|
|
|
1394
1178
|
InputDeviceId: string | undefined;
|
|
1395
1179
|
}
|
|
1396
|
-
export declare namespace AcceptInputDeviceTransferRequest {
|
|
1397
|
-
|
|
1398
|
-
const filterSensitiveLog: (obj: AcceptInputDeviceTransferRequest) => any;
|
|
1399
|
-
}
|
|
1400
1180
|
|
|
1401
1181
|
export interface AcceptInputDeviceTransferResponse {
|
|
1402
1182
|
}
|
|
1403
|
-
export declare namespace AcceptInputDeviceTransferResponse {
|
|
1404
|
-
|
|
1405
|
-
const filterSensitiveLog: (obj: AcceptInputDeviceTransferResponse) => any;
|
|
1406
|
-
}
|
|
1407
1183
|
|
|
1408
1184
|
export declare class BadGatewayException extends __BaseException {
|
|
1409
1185
|
readonly name: "BadGatewayException";
|
|
@@ -1498,10 +1274,6 @@ export interface AvailBlanking {
|
|
|
1498
1274
|
|
|
1499
1275
|
State?: AvailBlankingState | string;
|
|
1500
1276
|
}
|
|
1501
|
-
export declare namespace AvailBlanking {
|
|
1502
|
-
|
|
1503
|
-
const filterSensitiveLog: (obj: AvailBlanking) => any;
|
|
1504
|
-
}
|
|
1505
1277
|
export declare enum Scte35SpliceInsertNoRegionalBlackoutBehavior {
|
|
1506
1278
|
FOLLOW = "FOLLOW",
|
|
1507
1279
|
IGNORE = "IGNORE"
|
|
@@ -1519,10 +1291,6 @@ export interface Scte35SpliceInsert {
|
|
|
1519
1291
|
|
|
1520
1292
|
WebDeliveryAllowedFlag?: Scte35SpliceInsertWebDeliveryAllowedBehavior | string;
|
|
1521
1293
|
}
|
|
1522
|
-
export declare namespace Scte35SpliceInsert {
|
|
1523
|
-
|
|
1524
|
-
const filterSensitiveLog: (obj: Scte35SpliceInsert) => any;
|
|
1525
|
-
}
|
|
1526
1294
|
export declare enum Scte35AposNoRegionalBlackoutBehavior {
|
|
1527
1295
|
FOLLOW = "FOLLOW",
|
|
1528
1296
|
IGNORE = "IGNORE"
|
|
@@ -1540,10 +1308,6 @@ export interface Scte35TimeSignalApos {
|
|
|
1540
1308
|
|
|
1541
1309
|
WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | string;
|
|
1542
1310
|
}
|
|
1543
|
-
export declare namespace Scte35TimeSignalApos {
|
|
1544
|
-
|
|
1545
|
-
const filterSensitiveLog: (obj: Scte35TimeSignalApos) => any;
|
|
1546
|
-
}
|
|
1547
1311
|
|
|
1548
1312
|
export interface AvailSettings {
|
|
1549
1313
|
|
|
@@ -1551,19 +1315,11 @@ export interface AvailSettings {
|
|
|
1551
1315
|
|
|
1552
1316
|
Scte35TimeSignalApos?: Scte35TimeSignalApos;
|
|
1553
1317
|
}
|
|
1554
|
-
export declare namespace AvailSettings {
|
|
1555
|
-
|
|
1556
|
-
const filterSensitiveLog: (obj: AvailSettings) => any;
|
|
1557
|
-
}
|
|
1558
1318
|
|
|
1559
1319
|
export interface AvailConfiguration {
|
|
1560
1320
|
|
|
1561
1321
|
AvailSettings?: AvailSettings;
|
|
1562
1322
|
}
|
|
1563
|
-
export declare namespace AvailConfiguration {
|
|
1564
|
-
|
|
1565
|
-
const filterSensitiveLog: (obj: AvailConfiguration) => any;
|
|
1566
|
-
}
|
|
1567
1323
|
|
|
1568
1324
|
export interface BatchDeleteRequest {
|
|
1569
1325
|
|
|
@@ -1575,10 +1331,6 @@ export interface BatchDeleteRequest {
|
|
|
1575
1331
|
|
|
1576
1332
|
MultiplexIds?: string[];
|
|
1577
1333
|
}
|
|
1578
|
-
export declare namespace BatchDeleteRequest {
|
|
1579
|
-
|
|
1580
|
-
const filterSensitiveLog: (obj: BatchDeleteRequest) => any;
|
|
1581
|
-
}
|
|
1582
1334
|
|
|
1583
1335
|
export interface BatchDeleteResponse {
|
|
1584
1336
|
|
|
@@ -1586,46 +1338,26 @@ export interface BatchDeleteResponse {
|
|
|
1586
1338
|
|
|
1587
1339
|
Successful?: BatchSuccessfulResultModel[];
|
|
1588
1340
|
}
|
|
1589
|
-
export declare namespace BatchDeleteResponse {
|
|
1590
|
-
|
|
1591
|
-
const filterSensitiveLog: (obj: BatchDeleteResponse) => any;
|
|
1592
|
-
}
|
|
1593
1341
|
|
|
1594
1342
|
export interface BatchScheduleActionCreateRequest {
|
|
1595
1343
|
|
|
1596
1344
|
ScheduleActions: ScheduleAction[] | undefined;
|
|
1597
1345
|
}
|
|
1598
|
-
export declare namespace BatchScheduleActionCreateRequest {
|
|
1599
|
-
|
|
1600
|
-
const filterSensitiveLog: (obj: BatchScheduleActionCreateRequest) => any;
|
|
1601
|
-
}
|
|
1602
1346
|
|
|
1603
1347
|
export interface BatchScheduleActionCreateResult {
|
|
1604
1348
|
|
|
1605
1349
|
ScheduleActions: ScheduleAction[] | undefined;
|
|
1606
1350
|
}
|
|
1607
|
-
export declare namespace BatchScheduleActionCreateResult {
|
|
1608
|
-
|
|
1609
|
-
const filterSensitiveLog: (obj: BatchScheduleActionCreateResult) => any;
|
|
1610
|
-
}
|
|
1611
1351
|
|
|
1612
1352
|
export interface BatchScheduleActionDeleteRequest {
|
|
1613
1353
|
|
|
1614
1354
|
ActionNames: string[] | undefined;
|
|
1615
1355
|
}
|
|
1616
|
-
export declare namespace BatchScheduleActionDeleteRequest {
|
|
1617
|
-
|
|
1618
|
-
const filterSensitiveLog: (obj: BatchScheduleActionDeleteRequest) => any;
|
|
1619
|
-
}
|
|
1620
1356
|
|
|
1621
1357
|
export interface BatchScheduleActionDeleteResult {
|
|
1622
1358
|
|
|
1623
1359
|
ScheduleActions: ScheduleAction[] | undefined;
|
|
1624
1360
|
}
|
|
1625
|
-
export declare namespace BatchScheduleActionDeleteResult {
|
|
1626
|
-
|
|
1627
|
-
const filterSensitiveLog: (obj: BatchScheduleActionDeleteResult) => any;
|
|
1628
|
-
}
|
|
1629
1361
|
|
|
1630
1362
|
export interface BatchStartRequest {
|
|
1631
1363
|
|
|
@@ -1633,10 +1365,6 @@ export interface BatchStartRequest {
|
|
|
1633
1365
|
|
|
1634
1366
|
MultiplexIds?: string[];
|
|
1635
1367
|
}
|
|
1636
|
-
export declare namespace BatchStartRequest {
|
|
1637
|
-
|
|
1638
|
-
const filterSensitiveLog: (obj: BatchStartRequest) => any;
|
|
1639
|
-
}
|
|
1640
1368
|
|
|
1641
1369
|
export interface BatchStartResponse {
|
|
1642
1370
|
|
|
@@ -1644,10 +1372,6 @@ export interface BatchStartResponse {
|
|
|
1644
1372
|
|
|
1645
1373
|
Successful?: BatchSuccessfulResultModel[];
|
|
1646
1374
|
}
|
|
1647
|
-
export declare namespace BatchStartResponse {
|
|
1648
|
-
|
|
1649
|
-
const filterSensitiveLog: (obj: BatchStartResponse) => any;
|
|
1650
|
-
}
|
|
1651
1375
|
|
|
1652
1376
|
export interface BatchStopRequest {
|
|
1653
1377
|
|
|
@@ -1655,10 +1379,6 @@ export interface BatchStopRequest {
|
|
|
1655
1379
|
|
|
1656
1380
|
MultiplexIds?: string[];
|
|
1657
1381
|
}
|
|
1658
|
-
export declare namespace BatchStopRequest {
|
|
1659
|
-
|
|
1660
|
-
const filterSensitiveLog: (obj: BatchStopRequest) => any;
|
|
1661
|
-
}
|
|
1662
1382
|
|
|
1663
1383
|
export interface BatchStopResponse {
|
|
1664
1384
|
|
|
@@ -1666,10 +1386,6 @@ export interface BatchStopResponse {
|
|
|
1666
1386
|
|
|
1667
1387
|
Successful?: BatchSuccessfulResultModel[];
|
|
1668
1388
|
}
|
|
1669
|
-
export declare namespace BatchStopResponse {
|
|
1670
|
-
|
|
1671
|
-
const filterSensitiveLog: (obj: BatchStopResponse) => any;
|
|
1672
|
-
}
|
|
1673
1389
|
|
|
1674
1390
|
export interface BatchUpdateScheduleRequest {
|
|
1675
1391
|
|
|
@@ -1679,10 +1395,6 @@ export interface BatchUpdateScheduleRequest {
|
|
|
1679
1395
|
|
|
1680
1396
|
Deletes?: BatchScheduleActionDeleteRequest;
|
|
1681
1397
|
}
|
|
1682
|
-
export declare namespace BatchUpdateScheduleRequest {
|
|
1683
|
-
|
|
1684
|
-
const filterSensitiveLog: (obj: BatchUpdateScheduleRequest) => any;
|
|
1685
|
-
}
|
|
1686
1398
|
|
|
1687
1399
|
export interface BatchUpdateScheduleResponse {
|
|
1688
1400
|
|
|
@@ -1690,10 +1402,6 @@ export interface BatchUpdateScheduleResponse {
|
|
|
1690
1402
|
|
|
1691
1403
|
Deletes?: BatchScheduleActionDeleteResult;
|
|
1692
1404
|
}
|
|
1693
|
-
export declare namespace BatchUpdateScheduleResponse {
|
|
1694
|
-
|
|
1695
|
-
const filterSensitiveLog: (obj: BatchUpdateScheduleResponse) => any;
|
|
1696
|
-
}
|
|
1697
1405
|
export declare enum BlackoutSlateNetworkEndBlackout {
|
|
1698
1406
|
DISABLED = "DISABLED",
|
|
1699
1407
|
ENABLED = "ENABLED"
|
|
@@ -1715,26 +1423,14 @@ export interface BlackoutSlate {
|
|
|
1715
1423
|
|
|
1716
1424
|
State?: BlackoutSlateState | string;
|
|
1717
1425
|
}
|
|
1718
|
-
export declare namespace BlackoutSlate {
|
|
1719
|
-
|
|
1720
|
-
const filterSensitiveLog: (obj: BlackoutSlate) => any;
|
|
1721
|
-
}
|
|
1722
1426
|
|
|
1723
1427
|
export interface CancelInputDeviceTransferRequest {
|
|
1724
1428
|
|
|
1725
1429
|
InputDeviceId: string | undefined;
|
|
1726
1430
|
}
|
|
1727
|
-
export declare namespace CancelInputDeviceTransferRequest {
|
|
1728
|
-
|
|
1729
|
-
const filterSensitiveLog: (obj: CancelInputDeviceTransferRequest) => any;
|
|
1730
|
-
}
|
|
1731
1431
|
|
|
1732
1432
|
export interface CancelInputDeviceTransferResponse {
|
|
1733
1433
|
}
|
|
1734
|
-
export declare namespace CancelInputDeviceTransferResponse {
|
|
1735
|
-
|
|
1736
|
-
const filterSensitiveLog: (obj: CancelInputDeviceTransferResponse) => any;
|
|
1737
|
-
}
|
|
1738
1434
|
export declare enum FeatureActivationsInputPrepareScheduleActions {
|
|
1739
1435
|
DISABLED = "DISABLED",
|
|
1740
1436
|
ENABLED = "ENABLED"
|
|
@@ -1744,10 +1440,6 @@ export interface FeatureActivations {
|
|
|
1744
1440
|
|
|
1745
1441
|
InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions | string;
|
|
1746
1442
|
}
|
|
1747
|
-
export declare namespace FeatureActivations {
|
|
1748
|
-
|
|
1749
|
-
const filterSensitiveLog: (obj: FeatureActivations) => any;
|
|
1750
|
-
}
|
|
1751
1443
|
export declare enum GlobalConfigurationInputEndAction {
|
|
1752
1444
|
NONE = "NONE",
|
|
1753
1445
|
SWITCH_AND_LOOP_INPUTS = "SWITCH_AND_LOOP_INPUTS"
|
|
@@ -1769,10 +1461,6 @@ export interface InputLossBehavior {
|
|
|
1769
1461
|
|
|
1770
1462
|
RepeatFrameMsec?: number;
|
|
1771
1463
|
}
|
|
1772
|
-
export declare namespace InputLossBehavior {
|
|
1773
|
-
|
|
1774
|
-
const filterSensitiveLog: (obj: InputLossBehavior) => any;
|
|
1775
|
-
}
|
|
1776
1464
|
export declare enum GlobalConfigurationOutputLockingMode {
|
|
1777
1465
|
EPOCH_LOCKING = "EPOCH_LOCKING",
|
|
1778
1466
|
PIPELINE_LOCKING = "PIPELINE_LOCKING"
|
|
@@ -1800,10 +1488,6 @@ export interface GlobalConfiguration {
|
|
|
1800
1488
|
|
|
1801
1489
|
SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | string;
|
|
1802
1490
|
}
|
|
1803
|
-
export declare namespace GlobalConfiguration {
|
|
1804
|
-
|
|
1805
|
-
const filterSensitiveLog: (obj: GlobalConfiguration) => any;
|
|
1806
|
-
}
|
|
1807
1491
|
export declare enum MotionGraphicsInsertion {
|
|
1808
1492
|
DISABLED = "DISABLED",
|
|
1809
1493
|
ENABLED = "ENABLED"
|
|
@@ -1811,19 +1495,11 @@ export declare enum MotionGraphicsInsertion {
|
|
|
1811
1495
|
|
|
1812
1496
|
export interface HtmlMotionGraphicsSettings {
|
|
1813
1497
|
}
|
|
1814
|
-
export declare namespace HtmlMotionGraphicsSettings {
|
|
1815
|
-
|
|
1816
|
-
const filterSensitiveLog: (obj: HtmlMotionGraphicsSettings) => any;
|
|
1817
|
-
}
|
|
1818
1498
|
|
|
1819
1499
|
export interface MotionGraphicsSettings {
|
|
1820
1500
|
|
|
1821
1501
|
HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings;
|
|
1822
1502
|
}
|
|
1823
|
-
export declare namespace MotionGraphicsSettings {
|
|
1824
|
-
|
|
1825
|
-
const filterSensitiveLog: (obj: MotionGraphicsSettings) => any;
|
|
1826
|
-
}
|
|
1827
1503
|
|
|
1828
1504
|
export interface MotionGraphicsConfiguration {
|
|
1829
1505
|
|
|
@@ -1831,10 +1507,6 @@ export interface MotionGraphicsConfiguration {
|
|
|
1831
1507
|
|
|
1832
1508
|
MotionGraphicsSettings: MotionGraphicsSettings | undefined;
|
|
1833
1509
|
}
|
|
1834
|
-
export declare namespace MotionGraphicsConfiguration {
|
|
1835
|
-
|
|
1836
|
-
const filterSensitiveLog: (obj: MotionGraphicsConfiguration) => any;
|
|
1837
|
-
}
|
|
1838
1510
|
export declare enum NielsenPcmToId3TaggingState {
|
|
1839
1511
|
DISABLED = "DISABLED",
|
|
1840
1512
|
ENABLED = "ENABLED"
|
|
@@ -1846,10 +1518,6 @@ export interface NielsenConfiguration {
|
|
|
1846
1518
|
|
|
1847
1519
|
NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState | string;
|
|
1848
1520
|
}
|
|
1849
|
-
export declare namespace NielsenConfiguration {
|
|
1850
|
-
|
|
1851
|
-
const filterSensitiveLog: (obj: NielsenConfiguration) => any;
|
|
1852
|
-
}
|
|
1853
1521
|
export declare enum TimecodeConfigSource {
|
|
1854
1522
|
EMBEDDED = "EMBEDDED",
|
|
1855
1523
|
SYSTEMCLOCK = "SYSTEMCLOCK",
|
|
@@ -1862,10 +1530,6 @@ export interface TimecodeConfig {
|
|
|
1862
1530
|
|
|
1863
1531
|
SyncThreshold?: number;
|
|
1864
1532
|
}
|
|
1865
|
-
export declare namespace TimecodeConfig {
|
|
1866
|
-
|
|
1867
|
-
const filterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
1868
|
-
}
|
|
1869
1533
|
|
|
1870
1534
|
export interface EncoderSettings {
|
|
1871
1535
|
|
|
@@ -1893,10 +1557,6 @@ export interface EncoderSettings {
|
|
|
1893
1557
|
|
|
1894
1558
|
VideoDescriptions: VideoDescription[] | undefined;
|
|
1895
1559
|
}
|
|
1896
|
-
export declare namespace EncoderSettings {
|
|
1897
|
-
|
|
1898
|
-
const filterSensitiveLog: (obj: EncoderSettings) => any;
|
|
1899
|
-
}
|
|
1900
1560
|
|
|
1901
1561
|
export interface Channel {
|
|
1902
1562
|
|
|
@@ -1936,26 +1596,14 @@ export interface Channel {
|
|
|
1936
1596
|
|
|
1937
1597
|
Vpc?: VpcOutputSettingsDescription;
|
|
1938
1598
|
}
|
|
1939
|
-
export declare namespace Channel {
|
|
1940
|
-
|
|
1941
|
-
const filterSensitiveLog: (obj: Channel) => any;
|
|
1942
|
-
}
|
|
1943
1599
|
|
|
1944
1600
|
export interface ClaimDeviceRequest {
|
|
1945
1601
|
|
|
1946
1602
|
Id?: string;
|
|
1947
1603
|
}
|
|
1948
|
-
export declare namespace ClaimDeviceRequest {
|
|
1949
|
-
|
|
1950
|
-
const filterSensitiveLog: (obj: ClaimDeviceRequest) => any;
|
|
1951
|
-
}
|
|
1952
1604
|
|
|
1953
1605
|
export interface ClaimDeviceResponse {
|
|
1954
1606
|
}
|
|
1955
|
-
export declare namespace ClaimDeviceResponse {
|
|
1956
|
-
|
|
1957
|
-
const filterSensitiveLog: (obj: ClaimDeviceResponse) => any;
|
|
1958
|
-
}
|
|
1959
1607
|
export declare enum ContentType {
|
|
1960
1608
|
image_jpeg = "image/jpeg"
|
|
1961
1609
|
}
|
|
@@ -1966,10 +1614,6 @@ export interface MaintenanceCreateSettings {
|
|
|
1966
1614
|
|
|
1967
1615
|
MaintenanceStartTime?: string;
|
|
1968
1616
|
}
|
|
1969
|
-
export declare namespace MaintenanceCreateSettings {
|
|
1970
|
-
|
|
1971
|
-
const filterSensitiveLog: (obj: MaintenanceCreateSettings) => any;
|
|
1972
|
-
}
|
|
1973
1617
|
|
|
1974
1618
|
export interface VpcOutputSettings {
|
|
1975
1619
|
|
|
@@ -1979,10 +1623,6 @@ export interface VpcOutputSettings {
|
|
|
1979
1623
|
|
|
1980
1624
|
SubnetIds: string[] | undefined;
|
|
1981
1625
|
}
|
|
1982
|
-
export declare namespace VpcOutputSettings {
|
|
1983
|
-
|
|
1984
|
-
const filterSensitiveLog: (obj: VpcOutputSettings) => any;
|
|
1985
|
-
}
|
|
1986
1626
|
|
|
1987
1627
|
export interface CreateChannelRequest {
|
|
1988
1628
|
|
|
@@ -2014,19 +1654,11 @@ export interface CreateChannelRequest {
|
|
|
2014
1654
|
|
|
2015
1655
|
Vpc?: VpcOutputSettings;
|
|
2016
1656
|
}
|
|
2017
|
-
export declare namespace CreateChannelRequest {
|
|
2018
|
-
|
|
2019
|
-
const filterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
2020
|
-
}
|
|
2021
1657
|
|
|
2022
1658
|
export interface CreateChannelResponse {
|
|
2023
1659
|
|
|
2024
1660
|
Channel?: Channel;
|
|
2025
1661
|
}
|
|
2026
|
-
export declare namespace CreateChannelResponse {
|
|
2027
|
-
|
|
2028
|
-
const filterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
2029
|
-
}
|
|
2030
1662
|
|
|
2031
1663
|
export interface InputVpcRequest {
|
|
2032
1664
|
|
|
@@ -2034,10 +1666,6 @@ export interface InputVpcRequest {
|
|
|
2034
1666
|
|
|
2035
1667
|
SubnetIds: string[] | undefined;
|
|
2036
1668
|
}
|
|
2037
|
-
export declare namespace InputVpcRequest {
|
|
2038
|
-
|
|
2039
|
-
const filterSensitiveLog: (obj: InputVpcRequest) => any;
|
|
2040
|
-
}
|
|
2041
1669
|
|
|
2042
1670
|
export interface CreateInputRequest {
|
|
2043
1671
|
|
|
@@ -2063,19 +1691,11 @@ export interface CreateInputRequest {
|
|
|
2063
1691
|
|
|
2064
1692
|
Vpc?: InputVpcRequest;
|
|
2065
1693
|
}
|
|
2066
|
-
export declare namespace CreateInputRequest {
|
|
2067
|
-
|
|
2068
|
-
const filterSensitiveLog: (obj: CreateInputRequest) => any;
|
|
2069
|
-
}
|
|
2070
1694
|
|
|
2071
1695
|
export interface CreateInputResponse {
|
|
2072
1696
|
|
|
2073
1697
|
Input?: Input;
|
|
2074
1698
|
}
|
|
2075
|
-
export declare namespace CreateInputResponse {
|
|
2076
|
-
|
|
2077
|
-
const filterSensitiveLog: (obj: CreateInputResponse) => any;
|
|
2078
|
-
}
|
|
2079
1699
|
|
|
2080
1700
|
export interface CreateInputSecurityGroupRequest {
|
|
2081
1701
|
|
|
@@ -2083,19 +1703,11 @@ export interface CreateInputSecurityGroupRequest {
|
|
|
2083
1703
|
|
|
2084
1704
|
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
2085
1705
|
}
|
|
2086
|
-
export declare namespace CreateInputSecurityGroupRequest {
|
|
2087
|
-
|
|
2088
|
-
const filterSensitiveLog: (obj: CreateInputSecurityGroupRequest) => any;
|
|
2089
|
-
}
|
|
2090
1706
|
|
|
2091
1707
|
export interface CreateInputSecurityGroupResponse {
|
|
2092
1708
|
|
|
2093
1709
|
SecurityGroup?: InputSecurityGroup;
|
|
2094
1710
|
}
|
|
2095
|
-
export declare namespace CreateInputSecurityGroupResponse {
|
|
2096
|
-
|
|
2097
|
-
const filterSensitiveLog: (obj: CreateInputSecurityGroupResponse) => any;
|
|
2098
|
-
}
|
|
2099
1711
|
|
|
2100
1712
|
export interface MultiplexSettings {
|
|
2101
1713
|
|
|
@@ -2107,10 +1719,6 @@ export interface MultiplexSettings {
|
|
|
2107
1719
|
|
|
2108
1720
|
TransportStreamReservedBitrate?: number;
|
|
2109
1721
|
}
|
|
2110
|
-
export declare namespace MultiplexSettings {
|
|
2111
|
-
|
|
2112
|
-
const filterSensitiveLog: (obj: MultiplexSettings) => any;
|
|
2113
|
-
}
|
|
2114
1722
|
|
|
2115
1723
|
export interface CreateMultiplexRequest {
|
|
2116
1724
|
|
|
@@ -2124,10 +1732,6 @@ export interface CreateMultiplexRequest {
|
|
|
2124
1732
|
|
|
2125
1733
|
Tags?: Record<string, string>;
|
|
2126
1734
|
}
|
|
2127
|
-
export declare namespace CreateMultiplexRequest {
|
|
2128
|
-
|
|
2129
|
-
const filterSensitiveLog: (obj: CreateMultiplexRequest) => any;
|
|
2130
|
-
}
|
|
2131
1735
|
|
|
2132
1736
|
export interface Multiplex {
|
|
2133
1737
|
|
|
@@ -2151,19 +1755,11 @@ export interface Multiplex {
|
|
|
2151
1755
|
|
|
2152
1756
|
Tags?: Record<string, string>;
|
|
2153
1757
|
}
|
|
2154
|
-
export declare namespace Multiplex {
|
|
2155
|
-
|
|
2156
|
-
const filterSensitiveLog: (obj: Multiplex) => any;
|
|
2157
|
-
}
|
|
2158
1758
|
|
|
2159
1759
|
export interface CreateMultiplexResponse {
|
|
2160
1760
|
|
|
2161
1761
|
Multiplex?: Multiplex;
|
|
2162
1762
|
}
|
|
2163
|
-
export declare namespace CreateMultiplexResponse {
|
|
2164
|
-
|
|
2165
|
-
const filterSensitiveLog: (obj: CreateMultiplexResponse) => any;
|
|
2166
|
-
}
|
|
2167
1763
|
export declare enum PreferredChannelPipeline {
|
|
2168
1764
|
CURRENTLY_ACTIVE = "CURRENTLY_ACTIVE",
|
|
2169
1765
|
PIPELINE_0 = "PIPELINE_0",
|
|
@@ -2176,10 +1772,6 @@ export interface MultiplexProgramServiceDescriptor {
|
|
|
2176
1772
|
|
|
2177
1773
|
ServiceName: string | undefined;
|
|
2178
1774
|
}
|
|
2179
|
-
export declare namespace MultiplexProgramServiceDescriptor {
|
|
2180
|
-
|
|
2181
|
-
const filterSensitiveLog: (obj: MultiplexProgramServiceDescriptor) => any;
|
|
2182
|
-
}
|
|
2183
1775
|
|
|
2184
1776
|
export interface MultiplexStatmuxVideoSettings {
|
|
2185
1777
|
|
|
@@ -2189,10 +1781,6 @@ export interface MultiplexStatmuxVideoSettings {
|
|
|
2189
1781
|
|
|
2190
1782
|
Priority?: number;
|
|
2191
1783
|
}
|
|
2192
|
-
export declare namespace MultiplexStatmuxVideoSettings {
|
|
2193
|
-
|
|
2194
|
-
const filterSensitiveLog: (obj: MultiplexStatmuxVideoSettings) => any;
|
|
2195
|
-
}
|
|
2196
1784
|
|
|
2197
1785
|
export interface MultiplexVideoSettings {
|
|
2198
1786
|
|
|
@@ -2200,10 +1788,6 @@ export interface MultiplexVideoSettings {
|
|
|
2200
1788
|
|
|
2201
1789
|
StatmuxSettings?: MultiplexStatmuxVideoSettings;
|
|
2202
1790
|
}
|
|
2203
|
-
export declare namespace MultiplexVideoSettings {
|
|
2204
|
-
|
|
2205
|
-
const filterSensitiveLog: (obj: MultiplexVideoSettings) => any;
|
|
2206
|
-
}
|
|
2207
1791
|
|
|
2208
1792
|
export interface MultiplexProgramSettings {
|
|
2209
1793
|
|
|
@@ -2215,10 +1799,6 @@ export interface MultiplexProgramSettings {
|
|
|
2215
1799
|
|
|
2216
1800
|
VideoSettings?: MultiplexVideoSettings;
|
|
2217
1801
|
}
|
|
2218
|
-
export declare namespace MultiplexProgramSettings {
|
|
2219
|
-
|
|
2220
|
-
const filterSensitiveLog: (obj: MultiplexProgramSettings) => any;
|
|
2221
|
-
}
|
|
2222
1802
|
|
|
2223
1803
|
export interface CreateMultiplexProgramRequest {
|
|
2224
1804
|
|
|
@@ -2230,10 +1810,6 @@ export interface CreateMultiplexProgramRequest {
|
|
|
2230
1810
|
|
|
2231
1811
|
RequestId?: string;
|
|
2232
1812
|
}
|
|
2233
|
-
export declare namespace CreateMultiplexProgramRequest {
|
|
2234
|
-
|
|
2235
|
-
const filterSensitiveLog: (obj: CreateMultiplexProgramRequest) => any;
|
|
2236
|
-
}
|
|
2237
1813
|
|
|
2238
1814
|
export interface MultiplexProgramPacketIdentifiersMap {
|
|
2239
1815
|
|
|
@@ -2263,10 +1839,6 @@ export interface MultiplexProgramPacketIdentifiersMap {
|
|
|
2263
1839
|
|
|
2264
1840
|
VideoPid?: number;
|
|
2265
1841
|
}
|
|
2266
|
-
export declare namespace MultiplexProgramPacketIdentifiersMap {
|
|
2267
|
-
|
|
2268
|
-
const filterSensitiveLog: (obj: MultiplexProgramPacketIdentifiersMap) => any;
|
|
2269
|
-
}
|
|
2270
1842
|
|
|
2271
1843
|
export interface MultiplexProgram {
|
|
2272
1844
|
|
|
@@ -2280,19 +1852,11 @@ export interface MultiplexProgram {
|
|
|
2280
1852
|
|
|
2281
1853
|
ProgramName?: string;
|
|
2282
1854
|
}
|
|
2283
|
-
export declare namespace MultiplexProgram {
|
|
2284
|
-
|
|
2285
|
-
const filterSensitiveLog: (obj: MultiplexProgram) => any;
|
|
2286
|
-
}
|
|
2287
1855
|
|
|
2288
1856
|
export interface CreateMultiplexProgramResponse {
|
|
2289
1857
|
|
|
2290
1858
|
MultiplexProgram?: MultiplexProgram;
|
|
2291
1859
|
}
|
|
2292
|
-
export declare namespace CreateMultiplexProgramResponse {
|
|
2293
|
-
|
|
2294
|
-
const filterSensitiveLog: (obj: CreateMultiplexProgramResponse) => any;
|
|
2295
|
-
}
|
|
2296
1860
|
|
|
2297
1861
|
export interface CreatePartnerInputRequest {
|
|
2298
1862
|
|
|
@@ -2302,19 +1866,11 @@ export interface CreatePartnerInputRequest {
|
|
|
2302
1866
|
|
|
2303
1867
|
Tags?: Record<string, string>;
|
|
2304
1868
|
}
|
|
2305
|
-
export declare namespace CreatePartnerInputRequest {
|
|
2306
|
-
|
|
2307
|
-
const filterSensitiveLog: (obj: CreatePartnerInputRequest) => any;
|
|
2308
|
-
}
|
|
2309
1869
|
|
|
2310
1870
|
export interface CreatePartnerInputResponse {
|
|
2311
1871
|
|
|
2312
1872
|
Input?: Input;
|
|
2313
1873
|
}
|
|
2314
|
-
export declare namespace CreatePartnerInputResponse {
|
|
2315
|
-
|
|
2316
|
-
const filterSensitiveLog: (obj: CreatePartnerInputResponse) => any;
|
|
2317
|
-
}
|
|
2318
1874
|
|
|
2319
1875
|
export interface CreateTagsRequest {
|
|
2320
1876
|
|
|
@@ -2322,19 +1878,11 @@ export interface CreateTagsRequest {
|
|
|
2322
1878
|
|
|
2323
1879
|
Tags?: Record<string, string>;
|
|
2324
1880
|
}
|
|
2325
|
-
export declare namespace CreateTagsRequest {
|
|
2326
|
-
|
|
2327
|
-
const filterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
2328
|
-
}
|
|
2329
1881
|
|
|
2330
1882
|
export interface DeleteChannelRequest {
|
|
2331
1883
|
|
|
2332
1884
|
ChannelId: string | undefined;
|
|
2333
1885
|
}
|
|
2334
|
-
export declare namespace DeleteChannelRequest {
|
|
2335
|
-
|
|
2336
|
-
const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
2337
|
-
}
|
|
2338
1886
|
|
|
2339
1887
|
export interface DeleteChannelResponse {
|
|
2340
1888
|
|
|
@@ -2374,51 +1922,27 @@ export interface DeleteChannelResponse {
|
|
|
2374
1922
|
|
|
2375
1923
|
Vpc?: VpcOutputSettingsDescription;
|
|
2376
1924
|
}
|
|
2377
|
-
export declare namespace DeleteChannelResponse {
|
|
2378
|
-
|
|
2379
|
-
const filterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
2380
|
-
}
|
|
2381
1925
|
|
|
2382
1926
|
export interface DeleteInputRequest {
|
|
2383
1927
|
|
|
2384
1928
|
InputId: string | undefined;
|
|
2385
1929
|
}
|
|
2386
|
-
export declare namespace DeleteInputRequest {
|
|
2387
|
-
|
|
2388
|
-
const filterSensitiveLog: (obj: DeleteInputRequest) => any;
|
|
2389
|
-
}
|
|
2390
1930
|
|
|
2391
1931
|
export interface DeleteInputResponse {
|
|
2392
1932
|
}
|
|
2393
|
-
export declare namespace DeleteInputResponse {
|
|
2394
|
-
|
|
2395
|
-
const filterSensitiveLog: (obj: DeleteInputResponse) => any;
|
|
2396
|
-
}
|
|
2397
1933
|
|
|
2398
1934
|
export interface DeleteInputSecurityGroupRequest {
|
|
2399
1935
|
|
|
2400
1936
|
InputSecurityGroupId: string | undefined;
|
|
2401
1937
|
}
|
|
2402
|
-
export declare namespace DeleteInputSecurityGroupRequest {
|
|
2403
|
-
|
|
2404
|
-
const filterSensitiveLog: (obj: DeleteInputSecurityGroupRequest) => any;
|
|
2405
|
-
}
|
|
2406
1938
|
|
|
2407
1939
|
export interface DeleteInputSecurityGroupResponse {
|
|
2408
1940
|
}
|
|
2409
|
-
export declare namespace DeleteInputSecurityGroupResponse {
|
|
2410
|
-
|
|
2411
|
-
const filterSensitiveLog: (obj: DeleteInputSecurityGroupResponse) => any;
|
|
2412
|
-
}
|
|
2413
1941
|
|
|
2414
1942
|
export interface DeleteMultiplexRequest {
|
|
2415
1943
|
|
|
2416
1944
|
MultiplexId: string | undefined;
|
|
2417
1945
|
}
|
|
2418
|
-
export declare namespace DeleteMultiplexRequest {
|
|
2419
|
-
|
|
2420
|
-
const filterSensitiveLog: (obj: DeleteMultiplexRequest) => any;
|
|
2421
|
-
}
|
|
2422
1946
|
|
|
2423
1947
|
export interface DeleteMultiplexResponse {
|
|
2424
1948
|
|
|
@@ -2442,10 +1966,6 @@ export interface DeleteMultiplexResponse {
|
|
|
2442
1966
|
|
|
2443
1967
|
Tags?: Record<string, string>;
|
|
2444
1968
|
}
|
|
2445
|
-
export declare namespace DeleteMultiplexResponse {
|
|
2446
|
-
|
|
2447
|
-
const filterSensitiveLog: (obj: DeleteMultiplexResponse) => any;
|
|
2448
|
-
}
|
|
2449
1969
|
|
|
2450
1970
|
export interface DeleteMultiplexProgramRequest {
|
|
2451
1971
|
|
|
@@ -2453,10 +1973,6 @@ export interface DeleteMultiplexProgramRequest {
|
|
|
2453
1973
|
|
|
2454
1974
|
ProgramName: string | undefined;
|
|
2455
1975
|
}
|
|
2456
|
-
export declare namespace DeleteMultiplexProgramRequest {
|
|
2457
|
-
|
|
2458
|
-
const filterSensitiveLog: (obj: DeleteMultiplexProgramRequest) => any;
|
|
2459
|
-
}
|
|
2460
1976
|
|
|
2461
1977
|
export interface DeleteMultiplexProgramResponse {
|
|
2462
1978
|
|
|
@@ -2470,19 +1986,11 @@ export interface DeleteMultiplexProgramResponse {
|
|
|
2470
1986
|
|
|
2471
1987
|
ProgramName?: string;
|
|
2472
1988
|
}
|
|
2473
|
-
export declare namespace DeleteMultiplexProgramResponse {
|
|
2474
|
-
|
|
2475
|
-
const filterSensitiveLog: (obj: DeleteMultiplexProgramResponse) => any;
|
|
2476
|
-
}
|
|
2477
1989
|
|
|
2478
1990
|
export interface DeleteReservationRequest {
|
|
2479
1991
|
|
|
2480
1992
|
ReservationId: string | undefined;
|
|
2481
1993
|
}
|
|
2482
|
-
export declare namespace DeleteReservationRequest {
|
|
2483
|
-
|
|
2484
|
-
const filterSensitiveLog: (obj: DeleteReservationRequest) => any;
|
|
2485
|
-
}
|
|
2486
1994
|
|
|
2487
1995
|
export interface DeleteReservationResponse {
|
|
2488
1996
|
|
|
@@ -2524,26 +2032,14 @@ export interface DeleteReservationResponse {
|
|
|
2524
2032
|
|
|
2525
2033
|
UsagePrice?: number;
|
|
2526
2034
|
}
|
|
2527
|
-
export declare namespace DeleteReservationResponse {
|
|
2528
|
-
|
|
2529
|
-
const filterSensitiveLog: (obj: DeleteReservationResponse) => any;
|
|
2530
|
-
}
|
|
2531
2035
|
|
|
2532
2036
|
export interface DeleteScheduleRequest {
|
|
2533
2037
|
|
|
2534
2038
|
ChannelId: string | undefined;
|
|
2535
2039
|
}
|
|
2536
|
-
export declare namespace DeleteScheduleRequest {
|
|
2537
|
-
|
|
2538
|
-
const filterSensitiveLog: (obj: DeleteScheduleRequest) => any;
|
|
2539
|
-
}
|
|
2540
2040
|
|
|
2541
2041
|
export interface DeleteScheduleResponse {
|
|
2542
2042
|
}
|
|
2543
|
-
export declare namespace DeleteScheduleResponse {
|
|
2544
|
-
|
|
2545
|
-
const filterSensitiveLog: (obj: DeleteScheduleResponse) => any;
|
|
2546
|
-
}
|
|
2547
2043
|
|
|
2548
2044
|
export interface DeleteTagsRequest {
|
|
2549
2045
|
|
|
@@ -2551,19 +2047,11 @@ export interface DeleteTagsRequest {
|
|
|
2551
2047
|
|
|
2552
2048
|
TagKeys: string[] | undefined;
|
|
2553
2049
|
}
|
|
2554
|
-
export declare namespace DeleteTagsRequest {
|
|
2555
|
-
|
|
2556
|
-
const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
2557
|
-
}
|
|
2558
2050
|
|
|
2559
2051
|
export interface DescribeChannelRequest {
|
|
2560
2052
|
|
|
2561
2053
|
ChannelId: string | undefined;
|
|
2562
2054
|
}
|
|
2563
|
-
export declare namespace DescribeChannelRequest {
|
|
2564
|
-
|
|
2565
|
-
const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
2566
|
-
}
|
|
2567
2055
|
|
|
2568
2056
|
export interface DescribeChannelResponse {
|
|
2569
2057
|
|
|
@@ -2603,19 +2091,11 @@ export interface DescribeChannelResponse {
|
|
|
2603
2091
|
|
|
2604
2092
|
Vpc?: VpcOutputSettingsDescription;
|
|
2605
2093
|
}
|
|
2606
|
-
export declare namespace DescribeChannelResponse {
|
|
2607
|
-
|
|
2608
|
-
const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
2609
|
-
}
|
|
2610
2094
|
|
|
2611
2095
|
export interface DescribeInputRequest {
|
|
2612
2096
|
|
|
2613
2097
|
InputId: string | undefined;
|
|
2614
2098
|
}
|
|
2615
|
-
export declare namespace DescribeInputRequest {
|
|
2616
|
-
|
|
2617
|
-
const filterSensitiveLog: (obj: DescribeInputRequest) => any;
|
|
2618
|
-
}
|
|
2619
2099
|
|
|
2620
2100
|
export interface DescribeInputResponse {
|
|
2621
2101
|
|
|
@@ -2651,19 +2131,11 @@ export interface DescribeInputResponse {
|
|
|
2651
2131
|
|
|
2652
2132
|
Type?: InputType | string;
|
|
2653
2133
|
}
|
|
2654
|
-
export declare namespace DescribeInputResponse {
|
|
2655
|
-
|
|
2656
|
-
const filterSensitiveLog: (obj: DescribeInputResponse) => any;
|
|
2657
|
-
}
|
|
2658
2134
|
|
|
2659
2135
|
export interface DescribeInputDeviceRequest {
|
|
2660
2136
|
|
|
2661
2137
|
InputDeviceId: string | undefined;
|
|
2662
2138
|
}
|
|
2663
|
-
export declare namespace DescribeInputDeviceRequest {
|
|
2664
|
-
|
|
2665
|
-
const filterSensitiveLog: (obj: DescribeInputDeviceRequest) => any;
|
|
2666
|
-
}
|
|
2667
2139
|
|
|
2668
2140
|
export interface DescribeInputDeviceResponse {
|
|
2669
2141
|
|
|
@@ -2691,10 +2163,6 @@ export interface DescribeInputDeviceResponse {
|
|
|
2691
2163
|
|
|
2692
2164
|
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
2693
2165
|
}
|
|
2694
|
-
export declare namespace DescribeInputDeviceResponse {
|
|
2695
|
-
|
|
2696
|
-
const filterSensitiveLog: (obj: DescribeInputDeviceResponse) => any;
|
|
2697
|
-
}
|
|
2698
2166
|
|
|
2699
2167
|
export interface DescribeInputDeviceThumbnailRequest {
|
|
2700
2168
|
|
|
@@ -2702,10 +2170,6 @@ export interface DescribeInputDeviceThumbnailRequest {
|
|
|
2702
2170
|
|
|
2703
2171
|
Accept: AcceptHeader | string | undefined;
|
|
2704
2172
|
}
|
|
2705
|
-
export declare namespace DescribeInputDeviceThumbnailRequest {
|
|
2706
|
-
|
|
2707
|
-
const filterSensitiveLog: (obj: DescribeInputDeviceThumbnailRequest) => any;
|
|
2708
|
-
}
|
|
2709
2173
|
|
|
2710
2174
|
export interface DescribeInputDeviceThumbnailResponse {
|
|
2711
2175
|
|
|
@@ -2719,19 +2183,11 @@ export interface DescribeInputDeviceThumbnailResponse {
|
|
|
2719
2183
|
|
|
2720
2184
|
LastModified?: Date;
|
|
2721
2185
|
}
|
|
2722
|
-
export declare namespace DescribeInputDeviceThumbnailResponse {
|
|
2723
|
-
|
|
2724
|
-
const filterSensitiveLog: (obj: DescribeInputDeviceThumbnailResponse) => any;
|
|
2725
|
-
}
|
|
2726
2186
|
|
|
2727
2187
|
export interface DescribeInputSecurityGroupRequest {
|
|
2728
2188
|
|
|
2729
2189
|
InputSecurityGroupId: string | undefined;
|
|
2730
2190
|
}
|
|
2731
|
-
export declare namespace DescribeInputSecurityGroupRequest {
|
|
2732
|
-
|
|
2733
|
-
const filterSensitiveLog: (obj: DescribeInputSecurityGroupRequest) => any;
|
|
2734
|
-
}
|
|
2735
2191
|
|
|
2736
2192
|
export interface DescribeInputSecurityGroupResponse {
|
|
2737
2193
|
|
|
@@ -2747,19 +2203,11 @@ export interface DescribeInputSecurityGroupResponse {
|
|
|
2747
2203
|
|
|
2748
2204
|
WhitelistRules?: InputWhitelistRule[];
|
|
2749
2205
|
}
|
|
2750
|
-
export declare namespace DescribeInputSecurityGroupResponse {
|
|
2751
|
-
|
|
2752
|
-
const filterSensitiveLog: (obj: DescribeInputSecurityGroupResponse) => any;
|
|
2753
|
-
}
|
|
2754
2206
|
|
|
2755
2207
|
export interface DescribeMultiplexRequest {
|
|
2756
2208
|
|
|
2757
2209
|
MultiplexId: string | undefined;
|
|
2758
2210
|
}
|
|
2759
|
-
export declare namespace DescribeMultiplexRequest {
|
|
2760
|
-
|
|
2761
|
-
const filterSensitiveLog: (obj: DescribeMultiplexRequest) => any;
|
|
2762
|
-
}
|
|
2763
2211
|
|
|
2764
2212
|
export interface DescribeMultiplexResponse {
|
|
2765
2213
|
|
|
@@ -2783,10 +2231,6 @@ export interface DescribeMultiplexResponse {
|
|
|
2783
2231
|
|
|
2784
2232
|
Tags?: Record<string, string>;
|
|
2785
2233
|
}
|
|
2786
|
-
export declare namespace DescribeMultiplexResponse {
|
|
2787
|
-
|
|
2788
|
-
const filterSensitiveLog: (obj: DescribeMultiplexResponse) => any;
|
|
2789
|
-
}
|
|
2790
2234
|
|
|
2791
2235
|
export interface DescribeMultiplexProgramRequest {
|
|
2792
2236
|
|
|
@@ -2794,10 +2238,6 @@ export interface DescribeMultiplexProgramRequest {
|
|
|
2794
2238
|
|
|
2795
2239
|
ProgramName: string | undefined;
|
|
2796
2240
|
}
|
|
2797
|
-
export declare namespace DescribeMultiplexProgramRequest {
|
|
2798
|
-
|
|
2799
|
-
const filterSensitiveLog: (obj: DescribeMultiplexProgramRequest) => any;
|
|
2800
|
-
}
|
|
2801
2241
|
|
|
2802
2242
|
export interface DescribeMultiplexProgramResponse {
|
|
2803
2243
|
|
|
@@ -2811,19 +2251,11 @@ export interface DescribeMultiplexProgramResponse {
|
|
|
2811
2251
|
|
|
2812
2252
|
ProgramName?: string;
|
|
2813
2253
|
}
|
|
2814
|
-
export declare namespace DescribeMultiplexProgramResponse {
|
|
2815
|
-
|
|
2816
|
-
const filterSensitiveLog: (obj: DescribeMultiplexProgramResponse) => any;
|
|
2817
|
-
}
|
|
2818
2254
|
|
|
2819
2255
|
export interface DescribeOfferingRequest {
|
|
2820
2256
|
|
|
2821
2257
|
OfferingId: string | undefined;
|
|
2822
2258
|
}
|
|
2823
|
-
export declare namespace DescribeOfferingRequest {
|
|
2824
|
-
|
|
2825
|
-
const filterSensitiveLog: (obj: DescribeOfferingRequest) => any;
|
|
2826
|
-
}
|
|
2827
2259
|
|
|
2828
2260
|
export interface DescribeOfferingResponse {
|
|
2829
2261
|
|
|
@@ -2849,19 +2281,11 @@ export interface DescribeOfferingResponse {
|
|
|
2849
2281
|
|
|
2850
2282
|
UsagePrice?: number;
|
|
2851
2283
|
}
|
|
2852
|
-
export declare namespace DescribeOfferingResponse {
|
|
2853
|
-
|
|
2854
|
-
const filterSensitiveLog: (obj: DescribeOfferingResponse) => any;
|
|
2855
|
-
}
|
|
2856
2284
|
|
|
2857
2285
|
export interface DescribeReservationRequest {
|
|
2858
2286
|
|
|
2859
2287
|
ReservationId: string | undefined;
|
|
2860
2288
|
}
|
|
2861
|
-
export declare namespace DescribeReservationRequest {
|
|
2862
|
-
|
|
2863
|
-
const filterSensitiveLog: (obj: DescribeReservationRequest) => any;
|
|
2864
|
-
}
|
|
2865
2289
|
|
|
2866
2290
|
export interface DescribeReservationResponse {
|
|
2867
2291
|
|
|
@@ -2903,10 +2327,6 @@ export interface DescribeReservationResponse {
|
|
|
2903
2327
|
|
|
2904
2328
|
UsagePrice?: number;
|
|
2905
2329
|
}
|
|
2906
|
-
export declare namespace DescribeReservationResponse {
|
|
2907
|
-
|
|
2908
|
-
const filterSensitiveLog: (obj: DescribeReservationResponse) => any;
|
|
2909
|
-
}
|
|
2910
2330
|
|
|
2911
2331
|
export interface DescribeScheduleRequest {
|
|
2912
2332
|
|
|
@@ -2916,10 +2336,6 @@ export interface DescribeScheduleRequest {
|
|
|
2916
2336
|
|
|
2917
2337
|
NextToken?: string;
|
|
2918
2338
|
}
|
|
2919
|
-
export declare namespace DescribeScheduleRequest {
|
|
2920
|
-
|
|
2921
|
-
const filterSensitiveLog: (obj: DescribeScheduleRequest) => any;
|
|
2922
|
-
}
|
|
2923
2339
|
|
|
2924
2340
|
export interface DescribeScheduleResponse {
|
|
2925
2341
|
|
|
@@ -2927,10 +2343,6 @@ export interface DescribeScheduleResponse {
|
|
|
2927
2343
|
|
|
2928
2344
|
ScheduleActions?: ScheduleAction[];
|
|
2929
2345
|
}
|
|
2930
|
-
export declare namespace DescribeScheduleResponse {
|
|
2931
|
-
|
|
2932
|
-
const filterSensitiveLog: (obj: DescribeScheduleResponse) => any;
|
|
2933
|
-
}
|
|
2934
2346
|
|
|
2935
2347
|
export interface InputDeviceConfigurableSettings {
|
|
2936
2348
|
|
|
@@ -2938,10 +2350,6 @@ export interface InputDeviceConfigurableSettings {
|
|
|
2938
2350
|
|
|
2939
2351
|
MaxBitrate?: number;
|
|
2940
2352
|
}
|
|
2941
|
-
export declare namespace InputDeviceConfigurableSettings {
|
|
2942
|
-
|
|
2943
|
-
const filterSensitiveLog: (obj: InputDeviceConfigurableSettings) => any;
|
|
2944
|
-
}
|
|
2945
2353
|
|
|
2946
2354
|
export interface ListChannelsRequest {
|
|
2947
2355
|
|
|
@@ -2949,10 +2357,6 @@ export interface ListChannelsRequest {
|
|
|
2949
2357
|
|
|
2950
2358
|
NextToken?: string;
|
|
2951
2359
|
}
|
|
2952
|
-
export declare namespace ListChannelsRequest {
|
|
2953
|
-
|
|
2954
|
-
const filterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
2955
|
-
}
|
|
2956
2360
|
|
|
2957
2361
|
export interface ListChannelsResponse {
|
|
2958
2362
|
|
|
@@ -2960,10 +2364,6 @@ export interface ListChannelsResponse {
|
|
|
2960
2364
|
|
|
2961
2365
|
NextToken?: string;
|
|
2962
2366
|
}
|
|
2963
|
-
export declare namespace ListChannelsResponse {
|
|
2964
|
-
|
|
2965
|
-
const filterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
2966
|
-
}
|
|
2967
2367
|
|
|
2968
2368
|
export interface ListInputDevicesRequest {
|
|
2969
2369
|
|
|
@@ -2971,10 +2371,6 @@ export interface ListInputDevicesRequest {
|
|
|
2971
2371
|
|
|
2972
2372
|
NextToken?: string;
|
|
2973
2373
|
}
|
|
2974
|
-
export declare namespace ListInputDevicesRequest {
|
|
2975
|
-
|
|
2976
|
-
const filterSensitiveLog: (obj: ListInputDevicesRequest) => any;
|
|
2977
|
-
}
|
|
2978
2374
|
|
|
2979
2375
|
export interface ListInputDevicesResponse {
|
|
2980
2376
|
|
|
@@ -2982,10 +2378,6 @@ export interface ListInputDevicesResponse {
|
|
|
2982
2378
|
|
|
2983
2379
|
NextToken?: string;
|
|
2984
2380
|
}
|
|
2985
|
-
export declare namespace ListInputDevicesResponse {
|
|
2986
|
-
|
|
2987
|
-
const filterSensitiveLog: (obj: ListInputDevicesResponse) => any;
|
|
2988
|
-
}
|
|
2989
2381
|
|
|
2990
2382
|
export interface ListInputDeviceTransfersRequest {
|
|
2991
2383
|
|
|
@@ -2995,10 +2387,6 @@ export interface ListInputDeviceTransfersRequest {
|
|
|
2995
2387
|
|
|
2996
2388
|
TransferType: string | undefined;
|
|
2997
2389
|
}
|
|
2998
|
-
export declare namespace ListInputDeviceTransfersRequest {
|
|
2999
|
-
|
|
3000
|
-
const filterSensitiveLog: (obj: ListInputDeviceTransfersRequest) => any;
|
|
3001
|
-
}
|
|
3002
2390
|
|
|
3003
2391
|
export interface ListInputDeviceTransfersResponse {
|
|
3004
2392
|
|
|
@@ -3006,10 +2394,6 @@ export interface ListInputDeviceTransfersResponse {
|
|
|
3006
2394
|
|
|
3007
2395
|
NextToken?: string;
|
|
3008
2396
|
}
|
|
3009
|
-
export declare namespace ListInputDeviceTransfersResponse {
|
|
3010
|
-
|
|
3011
|
-
const filterSensitiveLog: (obj: ListInputDeviceTransfersResponse) => any;
|
|
3012
|
-
}
|
|
3013
2397
|
|
|
3014
2398
|
export interface ListInputsRequest {
|
|
3015
2399
|
|
|
@@ -3017,10 +2401,6 @@ export interface ListInputsRequest {
|
|
|
3017
2401
|
|
|
3018
2402
|
NextToken?: string;
|
|
3019
2403
|
}
|
|
3020
|
-
export declare namespace ListInputsRequest {
|
|
3021
|
-
|
|
3022
|
-
const filterSensitiveLog: (obj: ListInputsRequest) => any;
|
|
3023
|
-
}
|
|
3024
2404
|
|
|
3025
2405
|
export interface ListInputsResponse {
|
|
3026
2406
|
|
|
@@ -3028,10 +2408,6 @@ export interface ListInputsResponse {
|
|
|
3028
2408
|
|
|
3029
2409
|
NextToken?: string;
|
|
3030
2410
|
}
|
|
3031
|
-
export declare namespace ListInputsResponse {
|
|
3032
|
-
|
|
3033
|
-
const filterSensitiveLog: (obj: ListInputsResponse) => any;
|
|
3034
|
-
}
|
|
3035
2411
|
|
|
3036
2412
|
export interface ListInputSecurityGroupsRequest {
|
|
3037
2413
|
|
|
@@ -3039,10 +2415,6 @@ export interface ListInputSecurityGroupsRequest {
|
|
|
3039
2415
|
|
|
3040
2416
|
NextToken?: string;
|
|
3041
2417
|
}
|
|
3042
|
-
export declare namespace ListInputSecurityGroupsRequest {
|
|
3043
|
-
|
|
3044
|
-
const filterSensitiveLog: (obj: ListInputSecurityGroupsRequest) => any;
|
|
3045
|
-
}
|
|
3046
2418
|
|
|
3047
2419
|
export interface ListInputSecurityGroupsResponse {
|
|
3048
2420
|
|
|
@@ -3050,10 +2422,6 @@ export interface ListInputSecurityGroupsResponse {
|
|
|
3050
2422
|
|
|
3051
2423
|
NextToken?: string;
|
|
3052
2424
|
}
|
|
3053
|
-
export declare namespace ListInputSecurityGroupsResponse {
|
|
3054
|
-
|
|
3055
|
-
const filterSensitiveLog: (obj: ListInputSecurityGroupsResponse) => any;
|
|
3056
|
-
}
|
|
3057
2425
|
|
|
3058
2426
|
export interface ListMultiplexesRequest {
|
|
3059
2427
|
|
|
@@ -3061,10 +2429,6 @@ export interface ListMultiplexesRequest {
|
|
|
3061
2429
|
|
|
3062
2430
|
NextToken?: string;
|
|
3063
2431
|
}
|
|
3064
|
-
export declare namespace ListMultiplexesRequest {
|
|
3065
|
-
|
|
3066
|
-
const filterSensitiveLog: (obj: ListMultiplexesRequest) => any;
|
|
3067
|
-
}
|
|
3068
2432
|
|
|
3069
2433
|
export interface ListMultiplexesResponse {
|
|
3070
2434
|
|
|
@@ -3072,10 +2436,6 @@ export interface ListMultiplexesResponse {
|
|
|
3072
2436
|
|
|
3073
2437
|
NextToken?: string;
|
|
3074
2438
|
}
|
|
3075
|
-
export declare namespace ListMultiplexesResponse {
|
|
3076
|
-
|
|
3077
|
-
const filterSensitiveLog: (obj: ListMultiplexesResponse) => any;
|
|
3078
|
-
}
|
|
3079
2439
|
|
|
3080
2440
|
export interface ListMultiplexProgramsRequest {
|
|
3081
2441
|
|
|
@@ -3085,10 +2445,6 @@ export interface ListMultiplexProgramsRequest {
|
|
|
3085
2445
|
|
|
3086
2446
|
NextToken?: string;
|
|
3087
2447
|
}
|
|
3088
|
-
export declare namespace ListMultiplexProgramsRequest {
|
|
3089
|
-
|
|
3090
|
-
const filterSensitiveLog: (obj: ListMultiplexProgramsRequest) => any;
|
|
3091
|
-
}
|
|
3092
2448
|
|
|
3093
2449
|
export interface ListMultiplexProgramsResponse {
|
|
3094
2450
|
|
|
@@ -3096,10 +2452,6 @@ export interface ListMultiplexProgramsResponse {
|
|
|
3096
2452
|
|
|
3097
2453
|
NextToken?: string;
|
|
3098
2454
|
}
|
|
3099
|
-
export declare namespace ListMultiplexProgramsResponse {
|
|
3100
|
-
|
|
3101
|
-
const filterSensitiveLog: (obj: ListMultiplexProgramsResponse) => any;
|
|
3102
|
-
}
|
|
3103
2455
|
|
|
3104
2456
|
export interface ListOfferingsRequest {
|
|
3105
2457
|
|
|
@@ -3127,10 +2479,6 @@ export interface ListOfferingsRequest {
|
|
|
3127
2479
|
|
|
3128
2480
|
VideoQuality?: string;
|
|
3129
2481
|
}
|
|
3130
|
-
export declare namespace ListOfferingsRequest {
|
|
3131
|
-
|
|
3132
|
-
const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
|
|
3133
|
-
}
|
|
3134
2482
|
|
|
3135
2483
|
export interface ListOfferingsResponse {
|
|
3136
2484
|
|
|
@@ -3138,10 +2486,6 @@ export interface ListOfferingsResponse {
|
|
|
3138
2486
|
|
|
3139
2487
|
Offerings?: Offering[];
|
|
3140
2488
|
}
|
|
3141
|
-
export declare namespace ListOfferingsResponse {
|
|
3142
|
-
|
|
3143
|
-
const filterSensitiveLog: (obj: ListOfferingsResponse) => any;
|
|
3144
|
-
}
|
|
3145
2489
|
|
|
3146
2490
|
export interface ListReservationsRequest {
|
|
3147
2491
|
|
|
@@ -3165,10 +2509,6 @@ export interface ListReservationsRequest {
|
|
|
3165
2509
|
|
|
3166
2510
|
VideoQuality?: string;
|
|
3167
2511
|
}
|
|
3168
|
-
export declare namespace ListReservationsRequest {
|
|
3169
|
-
|
|
3170
|
-
const filterSensitiveLog: (obj: ListReservationsRequest) => any;
|
|
3171
|
-
}
|
|
3172
2512
|
|
|
3173
2513
|
export interface ListReservationsResponse {
|
|
3174
2514
|
|
|
@@ -3176,28 +2516,16 @@ export interface ListReservationsResponse {
|
|
|
3176
2516
|
|
|
3177
2517
|
Reservations?: Reservation[];
|
|
3178
2518
|
}
|
|
3179
|
-
export declare namespace ListReservationsResponse {
|
|
3180
|
-
|
|
3181
|
-
const filterSensitiveLog: (obj: ListReservationsResponse) => any;
|
|
3182
|
-
}
|
|
3183
2519
|
|
|
3184
2520
|
export interface ListTagsForResourceRequest {
|
|
3185
2521
|
|
|
3186
2522
|
ResourceArn: string | undefined;
|
|
3187
2523
|
}
|
|
3188
|
-
export declare namespace ListTagsForResourceRequest {
|
|
3189
|
-
|
|
3190
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3191
|
-
}
|
|
3192
2524
|
|
|
3193
2525
|
export interface ListTagsForResourceResponse {
|
|
3194
2526
|
|
|
3195
2527
|
Tags?: Record<string, string>;
|
|
3196
2528
|
}
|
|
3197
|
-
export declare namespace ListTagsForResourceResponse {
|
|
3198
|
-
|
|
3199
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3200
|
-
}
|
|
3201
2529
|
|
|
3202
2530
|
export interface MaintenanceUpdateSettings {
|
|
3203
2531
|
|
|
@@ -3207,10 +2535,6 @@ export interface MaintenanceUpdateSettings {
|
|
|
3207
2535
|
|
|
3208
2536
|
MaintenanceStartTime?: string;
|
|
3209
2537
|
}
|
|
3210
|
-
export declare namespace MaintenanceUpdateSettings {
|
|
3211
|
-
|
|
3212
|
-
const filterSensitiveLog: (obj: MaintenanceUpdateSettings) => any;
|
|
3213
|
-
}
|
|
3214
2538
|
|
|
3215
2539
|
export interface PurchaseOfferingRequest {
|
|
3216
2540
|
|
|
@@ -3228,44 +2552,38 @@ export interface PurchaseOfferingRequest {
|
|
|
3228
2552
|
|
|
3229
2553
|
Tags?: Record<string, string>;
|
|
3230
2554
|
}
|
|
3231
|
-
export declare namespace PurchaseOfferingRequest {
|
|
3232
|
-
|
|
3233
|
-
const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
|
|
3234
|
-
}
|
|
3235
2555
|
|
|
3236
2556
|
export interface PurchaseOfferingResponse {
|
|
3237
2557
|
|
|
3238
2558
|
Reservation?: Reservation;
|
|
3239
2559
|
}
|
|
3240
|
-
export declare
|
|
3241
|
-
|
|
3242
|
-
|
|
2560
|
+
export declare enum RebootInputDeviceForce {
|
|
2561
|
+
NO = "NO",
|
|
2562
|
+
YES = "YES"
|
|
3243
2563
|
}
|
|
3244
2564
|
|
|
3245
|
-
export interface
|
|
2565
|
+
export interface RebootInputDeviceRequest {
|
|
2566
|
+
|
|
2567
|
+
Force?: RebootInputDeviceForce | string;
|
|
3246
2568
|
|
|
3247
2569
|
InputDeviceId: string | undefined;
|
|
3248
2570
|
}
|
|
3249
|
-
|
|
2571
|
+
|
|
2572
|
+
export interface RebootInputDeviceResponse {
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
export interface RejectInputDeviceTransferRequest {
|
|
3250
2576
|
|
|
3251
|
-
|
|
2577
|
+
InputDeviceId: string | undefined;
|
|
3252
2578
|
}
|
|
3253
2579
|
|
|
3254
2580
|
export interface RejectInputDeviceTransferResponse {
|
|
3255
2581
|
}
|
|
3256
|
-
export declare namespace RejectInputDeviceTransferResponse {
|
|
3257
|
-
|
|
3258
|
-
const filterSensitiveLog: (obj: RejectInputDeviceTransferResponse) => any;
|
|
3259
|
-
}
|
|
3260
2582
|
|
|
3261
2583
|
export interface StartChannelRequest {
|
|
3262
2584
|
|
|
3263
2585
|
ChannelId: string | undefined;
|
|
3264
2586
|
}
|
|
3265
|
-
export declare namespace StartChannelRequest {
|
|
3266
|
-
|
|
3267
|
-
const filterSensitiveLog: (obj: StartChannelRequest) => any;
|
|
3268
|
-
}
|
|
3269
2587
|
|
|
3270
2588
|
export interface StartChannelResponse {
|
|
3271
2589
|
|
|
@@ -3305,19 +2623,19 @@ export interface StartChannelResponse {
|
|
|
3305
2623
|
|
|
3306
2624
|
Vpc?: VpcOutputSettingsDescription;
|
|
3307
2625
|
}
|
|
3308
|
-
|
|
2626
|
+
|
|
2627
|
+
export interface StartInputDeviceMaintenanceWindowRequest {
|
|
3309
2628
|
|
|
3310
|
-
|
|
2629
|
+
InputDeviceId: string | undefined;
|
|
2630
|
+
}
|
|
2631
|
+
|
|
2632
|
+
export interface StartInputDeviceMaintenanceWindowResponse {
|
|
3311
2633
|
}
|
|
3312
2634
|
|
|
3313
2635
|
export interface StartMultiplexRequest {
|
|
3314
2636
|
|
|
3315
2637
|
MultiplexId: string | undefined;
|
|
3316
2638
|
}
|
|
3317
|
-
export declare namespace StartMultiplexRequest {
|
|
3318
|
-
|
|
3319
|
-
const filterSensitiveLog: (obj: StartMultiplexRequest) => any;
|
|
3320
|
-
}
|
|
3321
2639
|
|
|
3322
2640
|
export interface StartMultiplexResponse {
|
|
3323
2641
|
|
|
@@ -3341,19 +2659,11 @@ export interface StartMultiplexResponse {
|
|
|
3341
2659
|
|
|
3342
2660
|
Tags?: Record<string, string>;
|
|
3343
2661
|
}
|
|
3344
|
-
export declare namespace StartMultiplexResponse {
|
|
3345
|
-
|
|
3346
|
-
const filterSensitiveLog: (obj: StartMultiplexResponse) => any;
|
|
3347
|
-
}
|
|
3348
2662
|
|
|
3349
2663
|
export interface StopChannelRequest {
|
|
3350
2664
|
|
|
3351
2665
|
ChannelId: string | undefined;
|
|
3352
2666
|
}
|
|
3353
|
-
export declare namespace StopChannelRequest {
|
|
3354
|
-
|
|
3355
|
-
const filterSensitiveLog: (obj: StopChannelRequest) => any;
|
|
3356
|
-
}
|
|
3357
2667
|
|
|
3358
2668
|
export interface StopChannelResponse {
|
|
3359
2669
|
|
|
@@ -3393,19 +2703,11 @@ export interface StopChannelResponse {
|
|
|
3393
2703
|
|
|
3394
2704
|
Vpc?: VpcOutputSettingsDescription;
|
|
3395
2705
|
}
|
|
3396
|
-
export declare namespace StopChannelResponse {
|
|
3397
|
-
|
|
3398
|
-
const filterSensitiveLog: (obj: StopChannelResponse) => any;
|
|
3399
|
-
}
|
|
3400
2706
|
|
|
3401
2707
|
export interface StopMultiplexRequest {
|
|
3402
2708
|
|
|
3403
2709
|
MultiplexId: string | undefined;
|
|
3404
2710
|
}
|
|
3405
|
-
export declare namespace StopMultiplexRequest {
|
|
3406
|
-
|
|
3407
|
-
const filterSensitiveLog: (obj: StopMultiplexRequest) => any;
|
|
3408
|
-
}
|
|
3409
2711
|
|
|
3410
2712
|
export interface StopMultiplexResponse {
|
|
3411
2713
|
|
|
@@ -3429,10 +2731,6 @@ export interface StopMultiplexResponse {
|
|
|
3429
2731
|
|
|
3430
2732
|
Tags?: Record<string, string>;
|
|
3431
2733
|
}
|
|
3432
|
-
export declare namespace StopMultiplexResponse {
|
|
3433
|
-
|
|
3434
|
-
const filterSensitiveLog: (obj: StopMultiplexResponse) => any;
|
|
3435
|
-
}
|
|
3436
2734
|
|
|
3437
2735
|
export interface TransferInputDeviceRequest {
|
|
3438
2736
|
|
|
@@ -3444,17 +2742,9 @@ export interface TransferInputDeviceRequest {
|
|
|
3444
2742
|
|
|
3445
2743
|
TransferMessage?: string;
|
|
3446
2744
|
}
|
|
3447
|
-
export declare namespace TransferInputDeviceRequest {
|
|
3448
|
-
|
|
3449
|
-
const filterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
|
|
3450
|
-
}
|
|
3451
2745
|
|
|
3452
2746
|
export interface TransferInputDeviceResponse {
|
|
3453
2747
|
}
|
|
3454
|
-
export declare namespace TransferInputDeviceResponse {
|
|
3455
|
-
|
|
3456
|
-
const filterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
|
|
3457
|
-
}
|
|
3458
2748
|
|
|
3459
2749
|
export interface UpdateChannelRequest {
|
|
3460
2750
|
|
|
@@ -3478,19 +2768,11 @@ export interface UpdateChannelRequest {
|
|
|
3478
2768
|
|
|
3479
2769
|
RoleArn?: string;
|
|
3480
2770
|
}
|
|
3481
|
-
export declare namespace UpdateChannelRequest {
|
|
3482
|
-
|
|
3483
|
-
const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
3484
|
-
}
|
|
3485
2771
|
|
|
3486
2772
|
export interface UpdateChannelResponse {
|
|
3487
2773
|
|
|
3488
2774
|
Channel?: Channel;
|
|
3489
2775
|
}
|
|
3490
|
-
export declare namespace UpdateChannelResponse {
|
|
3491
|
-
|
|
3492
|
-
const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
3493
|
-
}
|
|
3494
2776
|
|
|
3495
2777
|
export interface UpdateChannelClassRequest {
|
|
3496
2778
|
|
|
@@ -3500,19 +2782,11 @@ export interface UpdateChannelClassRequest {
|
|
|
3500
2782
|
|
|
3501
2783
|
Destinations?: OutputDestination[];
|
|
3502
2784
|
}
|
|
3503
|
-
export declare namespace UpdateChannelClassRequest {
|
|
3504
|
-
|
|
3505
|
-
const filterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
|
|
3506
|
-
}
|
|
3507
2785
|
|
|
3508
2786
|
export interface UpdateChannelClassResponse {
|
|
3509
2787
|
|
|
3510
2788
|
Channel?: Channel;
|
|
3511
2789
|
}
|
|
3512
|
-
export declare namespace UpdateChannelClassResponse {
|
|
3513
|
-
|
|
3514
|
-
const filterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
|
|
3515
|
-
}
|
|
3516
2790
|
|
|
3517
2791
|
export interface UpdateInputRequest {
|
|
3518
2792
|
|
|
@@ -3532,84 +2806,387 @@ export interface UpdateInputRequest {
|
|
|
3532
2806
|
|
|
3533
2807
|
Sources?: InputSourceRequest[];
|
|
3534
2808
|
}
|
|
3535
|
-
export declare namespace UpdateInputRequest {
|
|
3536
|
-
|
|
3537
|
-
const filterSensitiveLog: (obj: UpdateInputRequest) => any;
|
|
3538
|
-
}
|
|
3539
2809
|
|
|
3540
|
-
export
|
|
3541
|
-
|
|
3542
|
-
Input?: Input;
|
|
3543
|
-
}
|
|
3544
|
-
export declare namespace UpdateInputResponse {
|
|
3545
|
-
|
|
3546
|
-
const filterSensitiveLog: (obj: UpdateInputResponse) => any;
|
|
3547
|
-
}
|
|
2810
|
+
export declare const HlsGroupSettingsFilterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
3548
2811
|
|
|
3549
|
-
export
|
|
3550
|
-
|
|
3551
|
-
HdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
3552
|
-
|
|
3553
|
-
InputDeviceId: string | undefined;
|
|
3554
|
-
|
|
3555
|
-
Name?: string;
|
|
3556
|
-
|
|
3557
|
-
UhdDeviceSettings?: InputDeviceConfigurableSettings;
|
|
3558
|
-
}
|
|
3559
|
-
export declare namespace UpdateInputDeviceRequest {
|
|
3560
|
-
|
|
3561
|
-
const filterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
|
|
3562
|
-
}
|
|
2812
|
+
export declare const MediaPackageGroupSettingsFilterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
|
|
3563
2813
|
|
|
3564
|
-
export
|
|
3565
|
-
|
|
3566
|
-
Arn?: string;
|
|
3567
|
-
|
|
3568
|
-
ConnectionState?: InputDeviceConnectionState | string;
|
|
3569
|
-
|
|
3570
|
-
DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
|
|
3571
|
-
|
|
3572
|
-
DeviceUpdateStatus?: DeviceUpdateStatus | string;
|
|
3573
|
-
|
|
3574
|
-
HdDeviceSettings?: InputDeviceHdSettings;
|
|
3575
|
-
|
|
3576
|
-
Id?: string;
|
|
3577
|
-
|
|
3578
|
-
MacAddress?: string;
|
|
3579
|
-
|
|
3580
|
-
Name?: string;
|
|
3581
|
-
|
|
3582
|
-
NetworkSettings?: InputDeviceNetworkSettings;
|
|
3583
|
-
|
|
3584
|
-
SerialNumber?: string;
|
|
3585
|
-
|
|
3586
|
-
Type?: InputDeviceType | string;
|
|
3587
|
-
|
|
3588
|
-
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
3589
|
-
}
|
|
3590
|
-
export declare namespace UpdateInputDeviceResponse {
|
|
3591
|
-
|
|
3592
|
-
const filterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
|
|
3593
|
-
}
|
|
2814
|
+
export declare const MsSmoothGroupSettingsFilterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
|
|
3594
2815
|
|
|
3595
|
-
export
|
|
3596
|
-
|
|
3597
|
-
InputSecurityGroupId: string | undefined;
|
|
3598
|
-
|
|
3599
|
-
Tags?: Record<string, string>;
|
|
3600
|
-
|
|
3601
|
-
WhitelistRules?: InputWhitelistRuleCidr[];
|
|
3602
|
-
}
|
|
3603
|
-
export declare namespace UpdateInputSecurityGroupRequest {
|
|
3604
|
-
|
|
3605
|
-
const filterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
|
|
3606
|
-
}
|
|
2816
|
+
export declare const MultiplexGroupSettingsFilterSensitiveLog: (obj: MultiplexGroupSettings) => any;
|
|
3607
2817
|
|
|
3608
|
-
export
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
export declare
|
|
3613
|
-
|
|
3614
|
-
|
|
3615
|
-
|
|
2818
|
+
export declare const RtmpGroupSettingsFilterSensitiveLog: (obj: RtmpGroupSettings) => any;
|
|
2819
|
+
|
|
2820
|
+
export declare const UdpGroupSettingsFilterSensitiveLog: (obj: UdpGroupSettings) => any;
|
|
2821
|
+
|
|
2822
|
+
export declare const OutputGroupSettingsFilterSensitiveLog: (obj: OutputGroupSettings) => any;
|
|
2823
|
+
|
|
2824
|
+
export declare const OutputGroupFilterSensitiveLog: (obj: OutputGroup) => any;
|
|
2825
|
+
|
|
2826
|
+
export declare const PipelineDetailFilterSensitiveLog: (obj: PipelineDetail) => any;
|
|
2827
|
+
|
|
2828
|
+
export declare const PipelinePauseStateSettingsFilterSensitiveLog: (obj: PipelinePauseStateSettings) => any;
|
|
2829
|
+
|
|
2830
|
+
export declare const RenewalSettingsFilterSensitiveLog: (obj: RenewalSettings) => any;
|
|
2831
|
+
|
|
2832
|
+
export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
|
|
2833
|
+
|
|
2834
|
+
export declare const HlsId3SegmentTaggingScheduleActionSettingsFilterSensitiveLog: (obj: HlsId3SegmentTaggingScheduleActionSettings) => any;
|
|
2835
|
+
|
|
2836
|
+
export declare const HlsTimedMetadataScheduleActionSettingsFilterSensitiveLog: (obj: HlsTimedMetadataScheduleActionSettings) => any;
|
|
2837
|
+
|
|
2838
|
+
export declare const StartTimecodeFilterSensitiveLog: (obj: StartTimecode) => any;
|
|
2839
|
+
|
|
2840
|
+
export declare const StopTimecodeFilterSensitiveLog: (obj: StopTimecode) => any;
|
|
2841
|
+
|
|
2842
|
+
export declare const InputClippingSettingsFilterSensitiveLog: (obj: InputClippingSettings) => any;
|
|
2843
|
+
|
|
2844
|
+
export declare const InputPrepareScheduleActionSettingsFilterSensitiveLog: (obj: InputPrepareScheduleActionSettings) => any;
|
|
2845
|
+
|
|
2846
|
+
export declare const InputSwitchScheduleActionSettingsFilterSensitiveLog: (obj: InputSwitchScheduleActionSettings) => any;
|
|
2847
|
+
|
|
2848
|
+
export declare const MotionGraphicsActivateScheduleActionSettingsFilterSensitiveLog: (obj: MotionGraphicsActivateScheduleActionSettings) => any;
|
|
2849
|
+
|
|
2850
|
+
export declare const MotionGraphicsDeactivateScheduleActionSettingsFilterSensitiveLog: (obj: MotionGraphicsDeactivateScheduleActionSettings) => any;
|
|
2851
|
+
|
|
2852
|
+
export declare const PauseStateScheduleActionSettingsFilterSensitiveLog: (obj: PauseStateScheduleActionSettings) => any;
|
|
2853
|
+
|
|
2854
|
+
export declare const Scte35ReturnToNetworkScheduleActionSettingsFilterSensitiveLog: (obj: Scte35ReturnToNetworkScheduleActionSettings) => any;
|
|
2855
|
+
|
|
2856
|
+
export declare const Scte35SpliceInsertScheduleActionSettingsFilterSensitiveLog: (obj: Scte35SpliceInsertScheduleActionSettings) => any;
|
|
2857
|
+
|
|
2858
|
+
export declare const Scte35DeliveryRestrictionsFilterSensitiveLog: (obj: Scte35DeliveryRestrictions) => any;
|
|
2859
|
+
|
|
2860
|
+
export declare const Scte35SegmentationDescriptorFilterSensitiveLog: (obj: Scte35SegmentationDescriptor) => any;
|
|
2861
|
+
|
|
2862
|
+
export declare const Scte35DescriptorSettingsFilterSensitiveLog: (obj: Scte35DescriptorSettings) => any;
|
|
2863
|
+
|
|
2864
|
+
export declare const Scte35DescriptorFilterSensitiveLog: (obj: Scte35Descriptor) => any;
|
|
2865
|
+
|
|
2866
|
+
export declare const Scte35TimeSignalScheduleActionSettingsFilterSensitiveLog: (obj: Scte35TimeSignalScheduleActionSettings) => any;
|
|
2867
|
+
|
|
2868
|
+
export declare const StaticImageActivateScheduleActionSettingsFilterSensitiveLog: (obj: StaticImageActivateScheduleActionSettings) => any;
|
|
2869
|
+
|
|
2870
|
+
export declare const StaticImageDeactivateScheduleActionSettingsFilterSensitiveLog: (obj: StaticImageDeactivateScheduleActionSettings) => any;
|
|
2871
|
+
|
|
2872
|
+
export declare const ScheduleActionSettingsFilterSensitiveLog: (obj: ScheduleActionSettings) => any;
|
|
2873
|
+
|
|
2874
|
+
export declare const FixedModeScheduleActionStartSettingsFilterSensitiveLog: (obj: FixedModeScheduleActionStartSettings) => any;
|
|
2875
|
+
|
|
2876
|
+
export declare const FollowModeScheduleActionStartSettingsFilterSensitiveLog: (obj: FollowModeScheduleActionStartSettings) => any;
|
|
2877
|
+
|
|
2878
|
+
export declare const ImmediateModeScheduleActionStartSettingsFilterSensitiveLog: (obj: ImmediateModeScheduleActionStartSettings) => any;
|
|
2879
|
+
|
|
2880
|
+
export declare const ScheduleActionStartSettingsFilterSensitiveLog: (obj: ScheduleActionStartSettings) => any;
|
|
2881
|
+
|
|
2882
|
+
export declare const ScheduleActionFilterSensitiveLog: (obj: ScheduleAction) => any;
|
|
2883
|
+
|
|
2884
|
+
export declare const TransferringInputDeviceSummaryFilterSensitiveLog: (obj: TransferringInputDeviceSummary) => any;
|
|
2885
|
+
|
|
2886
|
+
export declare const ValidationErrorFilterSensitiveLog: (obj: ValidationError) => any;
|
|
2887
|
+
|
|
2888
|
+
export declare const FrameCaptureSettingsFilterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
2889
|
+
|
|
2890
|
+
export declare const ColorSpacePassthroughSettingsFilterSensitiveLog: (obj: ColorSpacePassthroughSettings) => any;
|
|
2891
|
+
|
|
2892
|
+
export declare const Rec601SettingsFilterSensitiveLog: (obj: Rec601Settings) => any;
|
|
2893
|
+
|
|
2894
|
+
export declare const Rec709SettingsFilterSensitiveLog: (obj: Rec709Settings) => any;
|
|
2895
|
+
|
|
2896
|
+
export declare const H264ColorSpaceSettingsFilterSensitiveLog: (obj: H264ColorSpaceSettings) => any;
|
|
2897
|
+
|
|
2898
|
+
export declare const TemporalFilterSettingsFilterSensitiveLog: (obj: TemporalFilterSettings) => any;
|
|
2899
|
+
|
|
2900
|
+
export declare const H264FilterSettingsFilterSensitiveLog: (obj: H264FilterSettings) => any;
|
|
2901
|
+
|
|
2902
|
+
export declare const H264SettingsFilterSensitiveLog: (obj: H264Settings) => any;
|
|
2903
|
+
|
|
2904
|
+
export declare const H265ColorSpaceSettingsFilterSensitiveLog: (obj: H265ColorSpaceSettings) => any;
|
|
2905
|
+
|
|
2906
|
+
export declare const H265FilterSettingsFilterSensitiveLog: (obj: H265FilterSettings) => any;
|
|
2907
|
+
|
|
2908
|
+
export declare const H265SettingsFilterSensitiveLog: (obj: H265Settings) => any;
|
|
2909
|
+
|
|
2910
|
+
export declare const Mpeg2FilterSettingsFilterSensitiveLog: (obj: Mpeg2FilterSettings) => any;
|
|
2911
|
+
|
|
2912
|
+
export declare const Mpeg2SettingsFilterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
2913
|
+
|
|
2914
|
+
export declare const VideoCodecSettingsFilterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
2915
|
+
|
|
2916
|
+
export declare const VideoDescriptionFilterSensitiveLog: (obj: VideoDescription) => any;
|
|
2917
|
+
|
|
2918
|
+
export declare const AcceptInputDeviceTransferRequestFilterSensitiveLog: (obj: AcceptInputDeviceTransferRequest) => any;
|
|
2919
|
+
|
|
2920
|
+
export declare const AcceptInputDeviceTransferResponseFilterSensitiveLog: (obj: AcceptInputDeviceTransferResponse) => any;
|
|
2921
|
+
|
|
2922
|
+
export declare const AvailBlankingFilterSensitiveLog: (obj: AvailBlanking) => any;
|
|
2923
|
+
|
|
2924
|
+
export declare const Scte35SpliceInsertFilterSensitiveLog: (obj: Scte35SpliceInsert) => any;
|
|
2925
|
+
|
|
2926
|
+
export declare const Scte35TimeSignalAposFilterSensitiveLog: (obj: Scte35TimeSignalApos) => any;
|
|
2927
|
+
|
|
2928
|
+
export declare const AvailSettingsFilterSensitiveLog: (obj: AvailSettings) => any;
|
|
2929
|
+
|
|
2930
|
+
export declare const AvailConfigurationFilterSensitiveLog: (obj: AvailConfiguration) => any;
|
|
2931
|
+
|
|
2932
|
+
export declare const BatchDeleteRequestFilterSensitiveLog: (obj: BatchDeleteRequest) => any;
|
|
2933
|
+
|
|
2934
|
+
export declare const BatchDeleteResponseFilterSensitiveLog: (obj: BatchDeleteResponse) => any;
|
|
2935
|
+
|
|
2936
|
+
export declare const BatchScheduleActionCreateRequestFilterSensitiveLog: (obj: BatchScheduleActionCreateRequest) => any;
|
|
2937
|
+
|
|
2938
|
+
export declare const BatchScheduleActionCreateResultFilterSensitiveLog: (obj: BatchScheduleActionCreateResult) => any;
|
|
2939
|
+
|
|
2940
|
+
export declare const BatchScheduleActionDeleteRequestFilterSensitiveLog: (obj: BatchScheduleActionDeleteRequest) => any;
|
|
2941
|
+
|
|
2942
|
+
export declare const BatchScheduleActionDeleteResultFilterSensitiveLog: (obj: BatchScheduleActionDeleteResult) => any;
|
|
2943
|
+
|
|
2944
|
+
export declare const BatchStartRequestFilterSensitiveLog: (obj: BatchStartRequest) => any;
|
|
2945
|
+
|
|
2946
|
+
export declare const BatchStartResponseFilterSensitiveLog: (obj: BatchStartResponse) => any;
|
|
2947
|
+
|
|
2948
|
+
export declare const BatchStopRequestFilterSensitiveLog: (obj: BatchStopRequest) => any;
|
|
2949
|
+
|
|
2950
|
+
export declare const BatchStopResponseFilterSensitiveLog: (obj: BatchStopResponse) => any;
|
|
2951
|
+
|
|
2952
|
+
export declare const BatchUpdateScheduleRequestFilterSensitiveLog: (obj: BatchUpdateScheduleRequest) => any;
|
|
2953
|
+
|
|
2954
|
+
export declare const BatchUpdateScheduleResponseFilterSensitiveLog: (obj: BatchUpdateScheduleResponse) => any;
|
|
2955
|
+
|
|
2956
|
+
export declare const BlackoutSlateFilterSensitiveLog: (obj: BlackoutSlate) => any;
|
|
2957
|
+
|
|
2958
|
+
export declare const CancelInputDeviceTransferRequestFilterSensitiveLog: (obj: CancelInputDeviceTransferRequest) => any;
|
|
2959
|
+
|
|
2960
|
+
export declare const CancelInputDeviceTransferResponseFilterSensitiveLog: (obj: CancelInputDeviceTransferResponse) => any;
|
|
2961
|
+
|
|
2962
|
+
export declare const FeatureActivationsFilterSensitiveLog: (obj: FeatureActivations) => any;
|
|
2963
|
+
|
|
2964
|
+
export declare const InputLossBehaviorFilterSensitiveLog: (obj: InputLossBehavior) => any;
|
|
2965
|
+
|
|
2966
|
+
export declare const GlobalConfigurationFilterSensitiveLog: (obj: GlobalConfiguration) => any;
|
|
2967
|
+
|
|
2968
|
+
export declare const HtmlMotionGraphicsSettingsFilterSensitiveLog: (obj: HtmlMotionGraphicsSettings) => any;
|
|
2969
|
+
|
|
2970
|
+
export declare const MotionGraphicsSettingsFilterSensitiveLog: (obj: MotionGraphicsSettings) => any;
|
|
2971
|
+
|
|
2972
|
+
export declare const MotionGraphicsConfigurationFilterSensitiveLog: (obj: MotionGraphicsConfiguration) => any;
|
|
2973
|
+
|
|
2974
|
+
export declare const NielsenConfigurationFilterSensitiveLog: (obj: NielsenConfiguration) => any;
|
|
2975
|
+
|
|
2976
|
+
export declare const TimecodeConfigFilterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
2977
|
+
|
|
2978
|
+
export declare const EncoderSettingsFilterSensitiveLog: (obj: EncoderSettings) => any;
|
|
2979
|
+
|
|
2980
|
+
export declare const ChannelFilterSensitiveLog: (obj: Channel) => any;
|
|
2981
|
+
|
|
2982
|
+
export declare const ClaimDeviceRequestFilterSensitiveLog: (obj: ClaimDeviceRequest) => any;
|
|
2983
|
+
|
|
2984
|
+
export declare const ClaimDeviceResponseFilterSensitiveLog: (obj: ClaimDeviceResponse) => any;
|
|
2985
|
+
|
|
2986
|
+
export declare const MaintenanceCreateSettingsFilterSensitiveLog: (obj: MaintenanceCreateSettings) => any;
|
|
2987
|
+
|
|
2988
|
+
export declare const VpcOutputSettingsFilterSensitiveLog: (obj: VpcOutputSettings) => any;
|
|
2989
|
+
|
|
2990
|
+
export declare const CreateChannelRequestFilterSensitiveLog: (obj: CreateChannelRequest) => any;
|
|
2991
|
+
|
|
2992
|
+
export declare const CreateChannelResponseFilterSensitiveLog: (obj: CreateChannelResponse) => any;
|
|
2993
|
+
|
|
2994
|
+
export declare const InputVpcRequestFilterSensitiveLog: (obj: InputVpcRequest) => any;
|
|
2995
|
+
|
|
2996
|
+
export declare const CreateInputRequestFilterSensitiveLog: (obj: CreateInputRequest) => any;
|
|
2997
|
+
|
|
2998
|
+
export declare const CreateInputResponseFilterSensitiveLog: (obj: CreateInputResponse) => any;
|
|
2999
|
+
|
|
3000
|
+
export declare const CreateInputSecurityGroupRequestFilterSensitiveLog: (obj: CreateInputSecurityGroupRequest) => any;
|
|
3001
|
+
|
|
3002
|
+
export declare const CreateInputSecurityGroupResponseFilterSensitiveLog: (obj: CreateInputSecurityGroupResponse) => any;
|
|
3003
|
+
|
|
3004
|
+
export declare const MultiplexSettingsFilterSensitiveLog: (obj: MultiplexSettings) => any;
|
|
3005
|
+
|
|
3006
|
+
export declare const CreateMultiplexRequestFilterSensitiveLog: (obj: CreateMultiplexRequest) => any;
|
|
3007
|
+
|
|
3008
|
+
export declare const MultiplexFilterSensitiveLog: (obj: Multiplex) => any;
|
|
3009
|
+
|
|
3010
|
+
export declare const CreateMultiplexResponseFilterSensitiveLog: (obj: CreateMultiplexResponse) => any;
|
|
3011
|
+
|
|
3012
|
+
export declare const MultiplexProgramServiceDescriptorFilterSensitiveLog: (obj: MultiplexProgramServiceDescriptor) => any;
|
|
3013
|
+
|
|
3014
|
+
export declare const MultiplexStatmuxVideoSettingsFilterSensitiveLog: (obj: MultiplexStatmuxVideoSettings) => any;
|
|
3015
|
+
|
|
3016
|
+
export declare const MultiplexVideoSettingsFilterSensitiveLog: (obj: MultiplexVideoSettings) => any;
|
|
3017
|
+
|
|
3018
|
+
export declare const MultiplexProgramSettingsFilterSensitiveLog: (obj: MultiplexProgramSettings) => any;
|
|
3019
|
+
|
|
3020
|
+
export declare const CreateMultiplexProgramRequestFilterSensitiveLog: (obj: CreateMultiplexProgramRequest) => any;
|
|
3021
|
+
|
|
3022
|
+
export declare const MultiplexProgramPacketIdentifiersMapFilterSensitiveLog: (obj: MultiplexProgramPacketIdentifiersMap) => any;
|
|
3023
|
+
|
|
3024
|
+
export declare const MultiplexProgramFilterSensitiveLog: (obj: MultiplexProgram) => any;
|
|
3025
|
+
|
|
3026
|
+
export declare const CreateMultiplexProgramResponseFilterSensitiveLog: (obj: CreateMultiplexProgramResponse) => any;
|
|
3027
|
+
|
|
3028
|
+
export declare const CreatePartnerInputRequestFilterSensitiveLog: (obj: CreatePartnerInputRequest) => any;
|
|
3029
|
+
|
|
3030
|
+
export declare const CreatePartnerInputResponseFilterSensitiveLog: (obj: CreatePartnerInputResponse) => any;
|
|
3031
|
+
|
|
3032
|
+
export declare const CreateTagsRequestFilterSensitiveLog: (obj: CreateTagsRequest) => any;
|
|
3033
|
+
|
|
3034
|
+
export declare const DeleteChannelRequestFilterSensitiveLog: (obj: DeleteChannelRequest) => any;
|
|
3035
|
+
|
|
3036
|
+
export declare const DeleteChannelResponseFilterSensitiveLog: (obj: DeleteChannelResponse) => any;
|
|
3037
|
+
|
|
3038
|
+
export declare const DeleteInputRequestFilterSensitiveLog: (obj: DeleteInputRequest) => any;
|
|
3039
|
+
|
|
3040
|
+
export declare const DeleteInputResponseFilterSensitiveLog: (obj: DeleteInputResponse) => any;
|
|
3041
|
+
|
|
3042
|
+
export declare const DeleteInputSecurityGroupRequestFilterSensitiveLog: (obj: DeleteInputSecurityGroupRequest) => any;
|
|
3043
|
+
|
|
3044
|
+
export declare const DeleteInputSecurityGroupResponseFilterSensitiveLog: (obj: DeleteInputSecurityGroupResponse) => any;
|
|
3045
|
+
|
|
3046
|
+
export declare const DeleteMultiplexRequestFilterSensitiveLog: (obj: DeleteMultiplexRequest) => any;
|
|
3047
|
+
|
|
3048
|
+
export declare const DeleteMultiplexResponseFilterSensitiveLog: (obj: DeleteMultiplexResponse) => any;
|
|
3049
|
+
|
|
3050
|
+
export declare const DeleteMultiplexProgramRequestFilterSensitiveLog: (obj: DeleteMultiplexProgramRequest) => any;
|
|
3051
|
+
|
|
3052
|
+
export declare const DeleteMultiplexProgramResponseFilterSensitiveLog: (obj: DeleteMultiplexProgramResponse) => any;
|
|
3053
|
+
|
|
3054
|
+
export declare const DeleteReservationRequestFilterSensitiveLog: (obj: DeleteReservationRequest) => any;
|
|
3055
|
+
|
|
3056
|
+
export declare const DeleteReservationResponseFilterSensitiveLog: (obj: DeleteReservationResponse) => any;
|
|
3057
|
+
|
|
3058
|
+
export declare const DeleteScheduleRequestFilterSensitiveLog: (obj: DeleteScheduleRequest) => any;
|
|
3059
|
+
|
|
3060
|
+
export declare const DeleteScheduleResponseFilterSensitiveLog: (obj: DeleteScheduleResponse) => any;
|
|
3061
|
+
|
|
3062
|
+
export declare const DeleteTagsRequestFilterSensitiveLog: (obj: DeleteTagsRequest) => any;
|
|
3063
|
+
|
|
3064
|
+
export declare const DescribeChannelRequestFilterSensitiveLog: (obj: DescribeChannelRequest) => any;
|
|
3065
|
+
|
|
3066
|
+
export declare const DescribeChannelResponseFilterSensitiveLog: (obj: DescribeChannelResponse) => any;
|
|
3067
|
+
|
|
3068
|
+
export declare const DescribeInputRequestFilterSensitiveLog: (obj: DescribeInputRequest) => any;
|
|
3069
|
+
|
|
3070
|
+
export declare const DescribeInputResponseFilterSensitiveLog: (obj: DescribeInputResponse) => any;
|
|
3071
|
+
|
|
3072
|
+
export declare const DescribeInputDeviceRequestFilterSensitiveLog: (obj: DescribeInputDeviceRequest) => any;
|
|
3073
|
+
|
|
3074
|
+
export declare const DescribeInputDeviceResponseFilterSensitiveLog: (obj: DescribeInputDeviceResponse) => any;
|
|
3075
|
+
|
|
3076
|
+
export declare const DescribeInputDeviceThumbnailRequestFilterSensitiveLog: (obj: DescribeInputDeviceThumbnailRequest) => any;
|
|
3077
|
+
|
|
3078
|
+
export declare const DescribeInputDeviceThumbnailResponseFilterSensitiveLog: (obj: DescribeInputDeviceThumbnailResponse) => any;
|
|
3079
|
+
|
|
3080
|
+
export declare const DescribeInputSecurityGroupRequestFilterSensitiveLog: (obj: DescribeInputSecurityGroupRequest) => any;
|
|
3081
|
+
|
|
3082
|
+
export declare const DescribeInputSecurityGroupResponseFilterSensitiveLog: (obj: DescribeInputSecurityGroupResponse) => any;
|
|
3083
|
+
|
|
3084
|
+
export declare const DescribeMultiplexRequestFilterSensitiveLog: (obj: DescribeMultiplexRequest) => any;
|
|
3085
|
+
|
|
3086
|
+
export declare const DescribeMultiplexResponseFilterSensitiveLog: (obj: DescribeMultiplexResponse) => any;
|
|
3087
|
+
|
|
3088
|
+
export declare const DescribeMultiplexProgramRequestFilterSensitiveLog: (obj: DescribeMultiplexProgramRequest) => any;
|
|
3089
|
+
|
|
3090
|
+
export declare const DescribeMultiplexProgramResponseFilterSensitiveLog: (obj: DescribeMultiplexProgramResponse) => any;
|
|
3091
|
+
|
|
3092
|
+
export declare const DescribeOfferingRequestFilterSensitiveLog: (obj: DescribeOfferingRequest) => any;
|
|
3093
|
+
|
|
3094
|
+
export declare const DescribeOfferingResponseFilterSensitiveLog: (obj: DescribeOfferingResponse) => any;
|
|
3095
|
+
|
|
3096
|
+
export declare const DescribeReservationRequestFilterSensitiveLog: (obj: DescribeReservationRequest) => any;
|
|
3097
|
+
|
|
3098
|
+
export declare const DescribeReservationResponseFilterSensitiveLog: (obj: DescribeReservationResponse) => any;
|
|
3099
|
+
|
|
3100
|
+
export declare const DescribeScheduleRequestFilterSensitiveLog: (obj: DescribeScheduleRequest) => any;
|
|
3101
|
+
|
|
3102
|
+
export declare const DescribeScheduleResponseFilterSensitiveLog: (obj: DescribeScheduleResponse) => any;
|
|
3103
|
+
|
|
3104
|
+
export declare const InputDeviceConfigurableSettingsFilterSensitiveLog: (obj: InputDeviceConfigurableSettings) => any;
|
|
3105
|
+
|
|
3106
|
+
export declare const ListChannelsRequestFilterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
3107
|
+
|
|
3108
|
+
export declare const ListChannelsResponseFilterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
3109
|
+
|
|
3110
|
+
export declare const ListInputDevicesRequestFilterSensitiveLog: (obj: ListInputDevicesRequest) => any;
|
|
3111
|
+
|
|
3112
|
+
export declare const ListInputDevicesResponseFilterSensitiveLog: (obj: ListInputDevicesResponse) => any;
|
|
3113
|
+
|
|
3114
|
+
export declare const ListInputDeviceTransfersRequestFilterSensitiveLog: (obj: ListInputDeviceTransfersRequest) => any;
|
|
3115
|
+
|
|
3116
|
+
export declare const ListInputDeviceTransfersResponseFilterSensitiveLog: (obj: ListInputDeviceTransfersResponse) => any;
|
|
3117
|
+
|
|
3118
|
+
export declare const ListInputsRequestFilterSensitiveLog: (obj: ListInputsRequest) => any;
|
|
3119
|
+
|
|
3120
|
+
export declare const ListInputsResponseFilterSensitiveLog: (obj: ListInputsResponse) => any;
|
|
3121
|
+
|
|
3122
|
+
export declare const ListInputSecurityGroupsRequestFilterSensitiveLog: (obj: ListInputSecurityGroupsRequest) => any;
|
|
3123
|
+
|
|
3124
|
+
export declare const ListInputSecurityGroupsResponseFilterSensitiveLog: (obj: ListInputSecurityGroupsResponse) => any;
|
|
3125
|
+
|
|
3126
|
+
export declare const ListMultiplexesRequestFilterSensitiveLog: (obj: ListMultiplexesRequest) => any;
|
|
3127
|
+
|
|
3128
|
+
export declare const ListMultiplexesResponseFilterSensitiveLog: (obj: ListMultiplexesResponse) => any;
|
|
3129
|
+
|
|
3130
|
+
export declare const ListMultiplexProgramsRequestFilterSensitiveLog: (obj: ListMultiplexProgramsRequest) => any;
|
|
3131
|
+
|
|
3132
|
+
export declare const ListMultiplexProgramsResponseFilterSensitiveLog: (obj: ListMultiplexProgramsResponse) => any;
|
|
3133
|
+
|
|
3134
|
+
export declare const ListOfferingsRequestFilterSensitiveLog: (obj: ListOfferingsRequest) => any;
|
|
3135
|
+
|
|
3136
|
+
export declare const ListOfferingsResponseFilterSensitiveLog: (obj: ListOfferingsResponse) => any;
|
|
3137
|
+
|
|
3138
|
+
export declare const ListReservationsRequestFilterSensitiveLog: (obj: ListReservationsRequest) => any;
|
|
3139
|
+
|
|
3140
|
+
export declare const ListReservationsResponseFilterSensitiveLog: (obj: ListReservationsResponse) => any;
|
|
3141
|
+
|
|
3142
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
3143
|
+
|
|
3144
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
3145
|
+
|
|
3146
|
+
export declare const MaintenanceUpdateSettingsFilterSensitiveLog: (obj: MaintenanceUpdateSettings) => any;
|
|
3147
|
+
|
|
3148
|
+
export declare const PurchaseOfferingRequestFilterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
|
|
3149
|
+
|
|
3150
|
+
export declare const PurchaseOfferingResponseFilterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
|
|
3151
|
+
|
|
3152
|
+
export declare const RebootInputDeviceRequestFilterSensitiveLog: (obj: RebootInputDeviceRequest) => any;
|
|
3153
|
+
|
|
3154
|
+
export declare const RebootInputDeviceResponseFilterSensitiveLog: (obj: RebootInputDeviceResponse) => any;
|
|
3155
|
+
|
|
3156
|
+
export declare const RejectInputDeviceTransferRequestFilterSensitiveLog: (obj: RejectInputDeviceTransferRequest) => any;
|
|
3157
|
+
|
|
3158
|
+
export declare const RejectInputDeviceTransferResponseFilterSensitiveLog: (obj: RejectInputDeviceTransferResponse) => any;
|
|
3159
|
+
|
|
3160
|
+
export declare const StartChannelRequestFilterSensitiveLog: (obj: StartChannelRequest) => any;
|
|
3161
|
+
|
|
3162
|
+
export declare const StartChannelResponseFilterSensitiveLog: (obj: StartChannelResponse) => any;
|
|
3163
|
+
|
|
3164
|
+
export declare const StartInputDeviceMaintenanceWindowRequestFilterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowRequest) => any;
|
|
3165
|
+
|
|
3166
|
+
export declare const StartInputDeviceMaintenanceWindowResponseFilterSensitiveLog: (obj: StartInputDeviceMaintenanceWindowResponse) => any;
|
|
3167
|
+
|
|
3168
|
+
export declare const StartMultiplexRequestFilterSensitiveLog: (obj: StartMultiplexRequest) => any;
|
|
3169
|
+
|
|
3170
|
+
export declare const StartMultiplexResponseFilterSensitiveLog: (obj: StartMultiplexResponse) => any;
|
|
3171
|
+
|
|
3172
|
+
export declare const StopChannelRequestFilterSensitiveLog: (obj: StopChannelRequest) => any;
|
|
3173
|
+
|
|
3174
|
+
export declare const StopChannelResponseFilterSensitiveLog: (obj: StopChannelResponse) => any;
|
|
3175
|
+
|
|
3176
|
+
export declare const StopMultiplexRequestFilterSensitiveLog: (obj: StopMultiplexRequest) => any;
|
|
3177
|
+
|
|
3178
|
+
export declare const StopMultiplexResponseFilterSensitiveLog: (obj: StopMultiplexResponse) => any;
|
|
3179
|
+
|
|
3180
|
+
export declare const TransferInputDeviceRequestFilterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
|
|
3181
|
+
|
|
3182
|
+
export declare const TransferInputDeviceResponseFilterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
|
|
3183
|
+
|
|
3184
|
+
export declare const UpdateChannelRequestFilterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
3185
|
+
|
|
3186
|
+
export declare const UpdateChannelResponseFilterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
3187
|
+
|
|
3188
|
+
export declare const UpdateChannelClassRequestFilterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
|
|
3189
|
+
|
|
3190
|
+
export declare const UpdateChannelClassResponseFilterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
|
|
3191
|
+
|
|
3192
|
+
export declare const UpdateInputRequestFilterSensitiveLog: (obj: UpdateInputRequest) => any;
|