@aws-sdk/client-medialive 3.50.0 → 3.53.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/dist-cjs/index.js +3 -0
  3. package/dist-cjs/models/MediaLiveServiceException.js +11 -0
  4. package/dist-cjs/models/models_1.js +132 -4
  5. package/dist-cjs/protocols/Aws_restJson1.js +784 -3150
  6. package/dist-es/index.js +1 -0
  7. package/dist-es/models/MediaLiveServiceException.js +12 -0
  8. package/dist-es/models/models_1.js +120 -1
  9. package/dist-es/protocols/Aws_restJson1.js +1635 -3388
  10. package/dist-types/index.d.ts +1 -0
  11. package/dist-types/models/MediaLiveServiceException.d.ts +10 -0
  12. package/dist-types/models/models_1.d.ts +65 -28
  13. package/dist-types/ts3.4/MediaLive.d.ts +290 -0
  14. package/dist-types/ts3.4/MediaLiveClient.d.ts +130 -0
  15. package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/index.d.ts +57 -0
  73. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  74. package/dist-types/ts3.4/index.d.ts +7 -0
  75. package/dist-types/ts3.4/models/MediaLiveServiceException.d.ts +6 -0
  76. package/dist-types/ts3.4/models/index.d.ts +2 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +2930 -0
  78. package/dist-types/ts3.4/models/models_1.d.ts +3563 -0
  79. package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
  80. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
  81. package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
  82. package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
  83. package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
  84. package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
  85. package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
  86. package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
  87. package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
  88. package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
  89. package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
  90. package/dist-types/ts3.4/pagination/index.d.ts +11 -0
  91. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
  92. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  93. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  94. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  95. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  96. package/dist-types/ts3.4/waiters/index.d.ts +11 -0
  97. package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
  98. package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
  99. package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
  100. package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
  101. package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
  102. package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
  103. package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
  104. package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
  105. package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
  106. package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
  107. package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
  108. package/package.json +34 -34
@@ -0,0 +1,3563 @@
1
+
2
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
3
+ import { Readable } from "stream";
4
+ import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
5
+ import { ArchiveGroupSettings, AudioDescription, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelState, ChannelSummary, DeviceSettingsSyncState, DeviceUpdateStatus, FrameCaptureGroupSettings, Hdr10Settings, HlsGroupSettings, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, LogLevel, MediaConnectFlow, MediaConnectFlowRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, Offering, OfferingDurationUnits, OfferingType, Output, OutputDestination, OutputLocationRef, ReservationResourceSpecification, VpcOutputSettingsDescription } from "./models_0";
6
+
7
+ export interface MediaPackageGroupSettings {
8
+
9
+ Destination: OutputLocationRef | undefined;
10
+ }
11
+ export declare namespace MediaPackageGroupSettings {
12
+
13
+ const filterSensitiveLog: (obj: MediaPackageGroupSettings) => any;
14
+ }
15
+ export declare enum SmoothGroupAudioOnlyTimecodeControl {
16
+ PASSTHROUGH = "PASSTHROUGH",
17
+ USE_CONFIGURED_CLOCK = "USE_CONFIGURED_CLOCK"
18
+ }
19
+ export declare enum SmoothGroupCertificateMode {
20
+ SELF_SIGNED = "SELF_SIGNED",
21
+ VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY"
22
+ }
23
+ export declare enum SmoothGroupEventIdMode {
24
+ NO_EVENT_ID = "NO_EVENT_ID",
25
+ USE_CONFIGURED = "USE_CONFIGURED",
26
+ USE_TIMESTAMP = "USE_TIMESTAMP"
27
+ }
28
+ export declare enum SmoothGroupEventStopBehavior {
29
+ NONE = "NONE",
30
+ SEND_EOS = "SEND_EOS"
31
+ }
32
+ export declare enum InputLossActionForMsSmoothOut {
33
+ EMIT_OUTPUT = "EMIT_OUTPUT",
34
+ PAUSE_OUTPUT = "PAUSE_OUTPUT"
35
+ }
36
+ export declare enum SmoothGroupSegmentationMode {
37
+ USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
38
+ USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
39
+ }
40
+ export declare enum SmoothGroupSparseTrackType {
41
+ NONE = "NONE",
42
+ SCTE_35 = "SCTE_35",
43
+ SCTE_35_WITHOUT_SEGMENTATION = "SCTE_35_WITHOUT_SEGMENTATION"
44
+ }
45
+ export declare enum SmoothGroupStreamManifestBehavior {
46
+ DO_NOT_SEND = "DO_NOT_SEND",
47
+ SEND = "SEND"
48
+ }
49
+ export declare enum SmoothGroupTimestampOffsetMode {
50
+ USE_CONFIGURED_OFFSET = "USE_CONFIGURED_OFFSET",
51
+ USE_EVENT_START_DATE = "USE_EVENT_START_DATE"
52
+ }
53
+
54
+ export interface MsSmoothGroupSettings {
55
+
56
+ AcquisitionPointId?: string;
57
+
58
+ AudioOnlyTimecodeControl?: SmoothGroupAudioOnlyTimecodeControl | string;
59
+
60
+ CertificateMode?: SmoothGroupCertificateMode | string;
61
+
62
+ ConnectionRetryInterval?: number;
63
+
64
+ Destination: OutputLocationRef | undefined;
65
+
66
+ EventId?: string;
67
+
68
+ EventIdMode?: SmoothGroupEventIdMode | string;
69
+
70
+ EventStopBehavior?: SmoothGroupEventStopBehavior | string;
71
+
72
+ FilecacheDuration?: number;
73
+
74
+ FragmentLength?: number;
75
+
76
+ InputLossAction?: InputLossActionForMsSmoothOut | string;
77
+
78
+ NumRetries?: number;
79
+
80
+ RestartDelay?: number;
81
+
82
+ SegmentationMode?: SmoothGroupSegmentationMode | string;
83
+
84
+ SendDelayMs?: number;
85
+
86
+ SparseTrackType?: SmoothGroupSparseTrackType | string;
87
+
88
+ StreamManifestBehavior?: SmoothGroupStreamManifestBehavior | string;
89
+
90
+ TimestampOffset?: string;
91
+
92
+ TimestampOffsetMode?: SmoothGroupTimestampOffsetMode | string;
93
+ }
94
+ export declare namespace MsSmoothGroupSettings {
95
+
96
+ const filterSensitiveLog: (obj: MsSmoothGroupSettings) => any;
97
+ }
98
+
99
+ export interface MultiplexGroupSettings {
100
+ }
101
+ export declare namespace MultiplexGroupSettings {
102
+
103
+ const filterSensitiveLog: (obj: MultiplexGroupSettings) => any;
104
+ }
105
+ export declare enum RtmpAdMarkers {
106
+ ON_CUE_POINT_SCTE35 = "ON_CUE_POINT_SCTE35"
107
+ }
108
+ export declare enum AuthenticationScheme {
109
+ AKAMAI = "AKAMAI",
110
+ COMMON = "COMMON"
111
+ }
112
+ export declare enum RtmpCacheFullBehavior {
113
+ DISCONNECT_IMMEDIATELY = "DISCONNECT_IMMEDIATELY",
114
+ WAIT_FOR_SERVER = "WAIT_FOR_SERVER"
115
+ }
116
+ export declare enum RtmpCaptionData {
117
+ ALL = "ALL",
118
+ FIELD1_608 = "FIELD1_608",
119
+ FIELD1_AND_FIELD2_608 = "FIELD1_AND_FIELD2_608"
120
+ }
121
+ export declare enum InputLossActionForRtmpOut {
122
+ EMIT_OUTPUT = "EMIT_OUTPUT",
123
+ PAUSE_OUTPUT = "PAUSE_OUTPUT"
124
+ }
125
+
126
+ export interface RtmpGroupSettings {
127
+
128
+ AdMarkers?: (RtmpAdMarkers | string)[];
129
+
130
+ AuthenticationScheme?: AuthenticationScheme | string;
131
+
132
+ CacheFullBehavior?: RtmpCacheFullBehavior | string;
133
+
134
+ CacheLength?: number;
135
+
136
+ CaptionData?: RtmpCaptionData | string;
137
+
138
+ InputLossAction?: InputLossActionForRtmpOut | string;
139
+
140
+ RestartDelay?: number;
141
+ }
142
+ export declare namespace RtmpGroupSettings {
143
+
144
+ const filterSensitiveLog: (obj: RtmpGroupSettings) => any;
145
+ }
146
+ export declare enum InputLossActionForUdpOut {
147
+ DROP_PROGRAM = "DROP_PROGRAM",
148
+ DROP_TS = "DROP_TS",
149
+ EMIT_PROGRAM = "EMIT_PROGRAM"
150
+ }
151
+ export declare enum UdpTimedMetadataId3Frame {
152
+ NONE = "NONE",
153
+ PRIV = "PRIV",
154
+ TDRL = "TDRL"
155
+ }
156
+
157
+ export interface UdpGroupSettings {
158
+
159
+ InputLossAction?: InputLossActionForUdpOut | string;
160
+
161
+ TimedMetadataId3Frame?: UdpTimedMetadataId3Frame | string;
162
+
163
+ TimedMetadataId3Period?: number;
164
+ }
165
+ export declare namespace UdpGroupSettings {
166
+
167
+ const filterSensitiveLog: (obj: UdpGroupSettings) => any;
168
+ }
169
+
170
+ export interface OutputGroupSettings {
171
+
172
+ ArchiveGroupSettings?: ArchiveGroupSettings;
173
+
174
+ FrameCaptureGroupSettings?: FrameCaptureGroupSettings;
175
+
176
+ HlsGroupSettings?: HlsGroupSettings;
177
+
178
+ MediaPackageGroupSettings?: MediaPackageGroupSettings;
179
+
180
+ MsSmoothGroupSettings?: MsSmoothGroupSettings;
181
+
182
+ MultiplexGroupSettings?: MultiplexGroupSettings;
183
+
184
+ RtmpGroupSettings?: RtmpGroupSettings;
185
+
186
+ UdpGroupSettings?: UdpGroupSettings;
187
+ }
188
+ export declare namespace OutputGroupSettings {
189
+
190
+ const filterSensitiveLog: (obj: OutputGroupSettings) => any;
191
+ }
192
+
193
+ export interface OutputGroup {
194
+
195
+ Name?: string;
196
+
197
+ OutputGroupSettings: OutputGroupSettings | undefined;
198
+
199
+ Outputs: Output[] | undefined;
200
+ }
201
+ export declare namespace OutputGroup {
202
+
203
+ const filterSensitiveLog: (obj: OutputGroup) => any;
204
+ }
205
+
206
+ export interface PipelineDetail {
207
+
208
+ ActiveInputAttachmentName?: string;
209
+
210
+ ActiveInputSwitchActionName?: string;
211
+
212
+ ActiveMotionGraphicsActionName?: string;
213
+
214
+ ActiveMotionGraphicsUri?: string;
215
+
216
+ PipelineId?: string;
217
+ }
218
+ export declare namespace PipelineDetail {
219
+
220
+ const filterSensitiveLog: (obj: PipelineDetail) => any;
221
+ }
222
+ export declare enum PipelineId {
223
+ PIPELINE_0 = "PIPELINE_0",
224
+ PIPELINE_1 = "PIPELINE_1"
225
+ }
226
+
227
+ export interface PipelinePauseStateSettings {
228
+
229
+ PipelineId: PipelineId | string | undefined;
230
+ }
231
+ export declare namespace PipelinePauseStateSettings {
232
+
233
+ const filterSensitiveLog: (obj: PipelinePauseStateSettings) => any;
234
+ }
235
+ export declare enum ReservationState {
236
+ ACTIVE = "ACTIVE",
237
+ CANCELED = "CANCELED",
238
+ DELETED = "DELETED",
239
+ EXPIRED = "EXPIRED"
240
+ }
241
+
242
+ export interface Reservation {
243
+
244
+ Arn?: string;
245
+
246
+ Count?: number;
247
+
248
+ CurrencyCode?: string;
249
+
250
+ Duration?: number;
251
+
252
+ DurationUnits?: OfferingDurationUnits | string;
253
+
254
+ End?: string;
255
+
256
+ FixedPrice?: number;
257
+
258
+ Name?: string;
259
+
260
+ OfferingDescription?: string;
261
+
262
+ OfferingId?: string;
263
+
264
+ OfferingType?: OfferingType | string;
265
+
266
+ Region?: string;
267
+
268
+ ReservationId?: string;
269
+
270
+ ResourceSpecification?: ReservationResourceSpecification;
271
+
272
+ Start?: string;
273
+
274
+ State?: ReservationState | string;
275
+
276
+ Tags?: {
277
+ [key: string]: string;
278
+ };
279
+
280
+ UsagePrice?: number;
281
+ }
282
+ export declare namespace Reservation {
283
+
284
+ const filterSensitiveLog: (obj: Reservation) => any;
285
+ }
286
+
287
+ export interface HlsId3SegmentTaggingScheduleActionSettings {
288
+
289
+ Tag: string | undefined;
290
+ }
291
+ export declare namespace HlsId3SegmentTaggingScheduleActionSettings {
292
+
293
+ const filterSensitiveLog: (obj: HlsId3SegmentTaggingScheduleActionSettings) => any;
294
+ }
295
+
296
+ export interface HlsTimedMetadataScheduleActionSettings {
297
+
298
+ Id3: string | undefined;
299
+ }
300
+ export declare namespace HlsTimedMetadataScheduleActionSettings {
301
+
302
+ const filterSensitiveLog: (obj: HlsTimedMetadataScheduleActionSettings) => any;
303
+ }
304
+ export declare enum InputTimecodeSource {
305
+ EMBEDDED = "EMBEDDED",
306
+ ZEROBASED = "ZEROBASED"
307
+ }
308
+
309
+ export interface StartTimecode {
310
+
311
+ Timecode?: string;
312
+ }
313
+ export declare namespace StartTimecode {
314
+
315
+ const filterSensitiveLog: (obj: StartTimecode) => any;
316
+ }
317
+ export declare enum LastFrameClippingBehavior {
318
+ EXCLUDE_LAST_FRAME = "EXCLUDE_LAST_FRAME",
319
+ INCLUDE_LAST_FRAME = "INCLUDE_LAST_FRAME"
320
+ }
321
+
322
+ export interface StopTimecode {
323
+
324
+ LastFrameClippingBehavior?: LastFrameClippingBehavior | string;
325
+
326
+ Timecode?: string;
327
+ }
328
+ export declare namespace StopTimecode {
329
+
330
+ const filterSensitiveLog: (obj: StopTimecode) => any;
331
+ }
332
+
333
+ export interface InputClippingSettings {
334
+
335
+ InputTimecodeSource: InputTimecodeSource | string | undefined;
336
+
337
+ StartTimecode?: StartTimecode;
338
+
339
+ StopTimecode?: StopTimecode;
340
+ }
341
+ export declare namespace InputClippingSettings {
342
+
343
+ const filterSensitiveLog: (obj: InputClippingSettings) => any;
344
+ }
345
+
346
+ export interface InputPrepareScheduleActionSettings {
347
+
348
+ InputAttachmentNameReference?: string;
349
+
350
+ InputClippingSettings?: InputClippingSettings;
351
+
352
+ UrlPath?: string[];
353
+ }
354
+ export declare namespace InputPrepareScheduleActionSettings {
355
+
356
+ const filterSensitiveLog: (obj: InputPrepareScheduleActionSettings) => any;
357
+ }
358
+
359
+ export interface InputSwitchScheduleActionSettings {
360
+
361
+ InputAttachmentNameReference: string | undefined;
362
+
363
+ InputClippingSettings?: InputClippingSettings;
364
+
365
+ UrlPath?: string[];
366
+ }
367
+ export declare namespace InputSwitchScheduleActionSettings {
368
+
369
+ const filterSensitiveLog: (obj: InputSwitchScheduleActionSettings) => any;
370
+ }
371
+
372
+ export interface MotionGraphicsActivateScheduleActionSettings {
373
+
374
+ Duration?: number;
375
+
376
+ PasswordParam?: string;
377
+
378
+ Url?: string;
379
+
380
+ Username?: string;
381
+ }
382
+ export declare namespace MotionGraphicsActivateScheduleActionSettings {
383
+
384
+ const filterSensitiveLog: (obj: MotionGraphicsActivateScheduleActionSettings) => any;
385
+ }
386
+
387
+ export interface MotionGraphicsDeactivateScheduleActionSettings {
388
+ }
389
+ export declare namespace MotionGraphicsDeactivateScheduleActionSettings {
390
+
391
+ const filterSensitiveLog: (obj: MotionGraphicsDeactivateScheduleActionSettings) => any;
392
+ }
393
+
394
+ export interface PauseStateScheduleActionSettings {
395
+
396
+ Pipelines?: PipelinePauseStateSettings[];
397
+ }
398
+ export declare namespace PauseStateScheduleActionSettings {
399
+
400
+ const filterSensitiveLog: (obj: PauseStateScheduleActionSettings) => any;
401
+ }
402
+
403
+ export interface Scte35ReturnToNetworkScheduleActionSettings {
404
+
405
+ SpliceEventId: number | undefined;
406
+ }
407
+ export declare namespace Scte35ReturnToNetworkScheduleActionSettings {
408
+
409
+ const filterSensitiveLog: (obj: Scte35ReturnToNetworkScheduleActionSettings) => any;
410
+ }
411
+
412
+ export interface Scte35SpliceInsertScheduleActionSettings {
413
+
414
+ Duration?: number;
415
+
416
+ SpliceEventId: number | undefined;
417
+ }
418
+ export declare namespace Scte35SpliceInsertScheduleActionSettings {
419
+
420
+ const filterSensitiveLog: (obj: Scte35SpliceInsertScheduleActionSettings) => any;
421
+ }
422
+ export declare enum Scte35ArchiveAllowedFlag {
423
+ ARCHIVE_ALLOWED = "ARCHIVE_ALLOWED",
424
+ ARCHIVE_NOT_ALLOWED = "ARCHIVE_NOT_ALLOWED"
425
+ }
426
+ export declare enum Scte35DeviceRestrictions {
427
+ NONE = "NONE",
428
+ RESTRICT_GROUP0 = "RESTRICT_GROUP0",
429
+ RESTRICT_GROUP1 = "RESTRICT_GROUP1",
430
+ RESTRICT_GROUP2 = "RESTRICT_GROUP2"
431
+ }
432
+ export declare enum Scte35NoRegionalBlackoutFlag {
433
+ NO_REGIONAL_BLACKOUT = "NO_REGIONAL_BLACKOUT",
434
+ REGIONAL_BLACKOUT = "REGIONAL_BLACKOUT"
435
+ }
436
+ export declare enum Scte35WebDeliveryAllowedFlag {
437
+ WEB_DELIVERY_ALLOWED = "WEB_DELIVERY_ALLOWED",
438
+ WEB_DELIVERY_NOT_ALLOWED = "WEB_DELIVERY_NOT_ALLOWED"
439
+ }
440
+
441
+ export interface Scte35DeliveryRestrictions {
442
+
443
+ ArchiveAllowedFlag: Scte35ArchiveAllowedFlag | string | undefined;
444
+
445
+ DeviceRestrictions: Scte35DeviceRestrictions | string | undefined;
446
+
447
+ NoRegionalBlackoutFlag: Scte35NoRegionalBlackoutFlag | string | undefined;
448
+
449
+ WebDeliveryAllowedFlag: Scte35WebDeliveryAllowedFlag | string | undefined;
450
+ }
451
+ export declare namespace Scte35DeliveryRestrictions {
452
+
453
+ const filterSensitiveLog: (obj: Scte35DeliveryRestrictions) => any;
454
+ }
455
+ export declare enum Scte35SegmentationCancelIndicator {
456
+ SEGMENTATION_EVENT_CANCELED = "SEGMENTATION_EVENT_CANCELED",
457
+ SEGMENTATION_EVENT_NOT_CANCELED = "SEGMENTATION_EVENT_NOT_CANCELED"
458
+ }
459
+
460
+ export interface Scte35SegmentationDescriptor {
461
+
462
+ DeliveryRestrictions?: Scte35DeliveryRestrictions;
463
+
464
+ SegmentNum?: number;
465
+
466
+ SegmentationCancelIndicator: Scte35SegmentationCancelIndicator | string | undefined;
467
+
468
+ SegmentationDuration?: number;
469
+
470
+ SegmentationEventId: number | undefined;
471
+
472
+ SegmentationTypeId?: number;
473
+
474
+ SegmentationUpid?: string;
475
+
476
+ SegmentationUpidType?: number;
477
+
478
+ SegmentsExpected?: number;
479
+
480
+ SubSegmentNum?: number;
481
+
482
+ SubSegmentsExpected?: number;
483
+ }
484
+ export declare namespace Scte35SegmentationDescriptor {
485
+
486
+ const filterSensitiveLog: (obj: Scte35SegmentationDescriptor) => any;
487
+ }
488
+
489
+ export interface Scte35DescriptorSettings {
490
+
491
+ SegmentationDescriptorScte35DescriptorSettings: Scte35SegmentationDescriptor | undefined;
492
+ }
493
+ export declare namespace Scte35DescriptorSettings {
494
+
495
+ const filterSensitiveLog: (obj: Scte35DescriptorSettings) => any;
496
+ }
497
+
498
+ export interface Scte35Descriptor {
499
+
500
+ Scte35DescriptorSettings: Scte35DescriptorSettings | undefined;
501
+ }
502
+ export declare namespace Scte35Descriptor {
503
+
504
+ const filterSensitiveLog: (obj: Scte35Descriptor) => any;
505
+ }
506
+
507
+ export interface Scte35TimeSignalScheduleActionSettings {
508
+
509
+ Scte35Descriptors: Scte35Descriptor[] | undefined;
510
+ }
511
+ export declare namespace Scte35TimeSignalScheduleActionSettings {
512
+
513
+ const filterSensitiveLog: (obj: Scte35TimeSignalScheduleActionSettings) => any;
514
+ }
515
+
516
+ export interface StaticImageActivateScheduleActionSettings {
517
+
518
+ Duration?: number;
519
+
520
+ FadeIn?: number;
521
+
522
+ FadeOut?: number;
523
+
524
+ Height?: number;
525
+
526
+ Image: InputLocation | undefined;
527
+
528
+ ImageX?: number;
529
+
530
+ ImageY?: number;
531
+
532
+ Layer?: number;
533
+
534
+ Opacity?: number;
535
+
536
+ Width?: number;
537
+ }
538
+ export declare namespace StaticImageActivateScheduleActionSettings {
539
+
540
+ const filterSensitiveLog: (obj: StaticImageActivateScheduleActionSettings) => any;
541
+ }
542
+
543
+ export interface StaticImageDeactivateScheduleActionSettings {
544
+
545
+ FadeOut?: number;
546
+
547
+ Layer?: number;
548
+ }
549
+ export declare namespace StaticImageDeactivateScheduleActionSettings {
550
+
551
+ const filterSensitiveLog: (obj: StaticImageDeactivateScheduleActionSettings) => any;
552
+ }
553
+
554
+ export interface ScheduleActionSettings {
555
+
556
+ HlsId3SegmentTaggingSettings?: HlsId3SegmentTaggingScheduleActionSettings;
557
+
558
+ HlsTimedMetadataSettings?: HlsTimedMetadataScheduleActionSettings;
559
+
560
+ InputPrepareSettings?: InputPrepareScheduleActionSettings;
561
+
562
+ InputSwitchSettings?: InputSwitchScheduleActionSettings;
563
+
564
+ MotionGraphicsImageActivateSettings?: MotionGraphicsActivateScheduleActionSettings;
565
+
566
+ MotionGraphicsImageDeactivateSettings?: MotionGraphicsDeactivateScheduleActionSettings;
567
+
568
+ PauseStateSettings?: PauseStateScheduleActionSettings;
569
+
570
+ Scte35ReturnToNetworkSettings?: Scte35ReturnToNetworkScheduleActionSettings;
571
+
572
+ Scte35SpliceInsertSettings?: Scte35SpliceInsertScheduleActionSettings;
573
+
574
+ Scte35TimeSignalSettings?: Scte35TimeSignalScheduleActionSettings;
575
+
576
+ StaticImageActivateSettings?: StaticImageActivateScheduleActionSettings;
577
+
578
+ StaticImageDeactivateSettings?: StaticImageDeactivateScheduleActionSettings;
579
+ }
580
+ export declare namespace ScheduleActionSettings {
581
+
582
+ const filterSensitiveLog: (obj: ScheduleActionSettings) => any;
583
+ }
584
+
585
+ export interface FixedModeScheduleActionStartSettings {
586
+
587
+ Time: string | undefined;
588
+ }
589
+ export declare namespace FixedModeScheduleActionStartSettings {
590
+
591
+ const filterSensitiveLog: (obj: FixedModeScheduleActionStartSettings) => any;
592
+ }
593
+ export declare enum FollowPoint {
594
+ END = "END",
595
+ START = "START"
596
+ }
597
+
598
+ export interface FollowModeScheduleActionStartSettings {
599
+
600
+ FollowPoint: FollowPoint | string | undefined;
601
+
602
+ ReferenceActionName: string | undefined;
603
+ }
604
+ export declare namespace FollowModeScheduleActionStartSettings {
605
+
606
+ const filterSensitiveLog: (obj: FollowModeScheduleActionStartSettings) => any;
607
+ }
608
+
609
+ export interface ImmediateModeScheduleActionStartSettings {
610
+ }
611
+ export declare namespace ImmediateModeScheduleActionStartSettings {
612
+
613
+ const filterSensitiveLog: (obj: ImmediateModeScheduleActionStartSettings) => any;
614
+ }
615
+
616
+ export interface ScheduleActionStartSettings {
617
+
618
+ FixedModeScheduleActionStartSettings?: FixedModeScheduleActionStartSettings;
619
+
620
+ FollowModeScheduleActionStartSettings?: FollowModeScheduleActionStartSettings;
621
+
622
+ ImmediateModeScheduleActionStartSettings?: ImmediateModeScheduleActionStartSettings;
623
+ }
624
+ export declare namespace ScheduleActionStartSettings {
625
+
626
+ const filterSensitiveLog: (obj: ScheduleActionStartSettings) => any;
627
+ }
628
+
629
+ export interface ScheduleAction {
630
+
631
+ ActionName: string | undefined;
632
+
633
+ ScheduleActionSettings: ScheduleActionSettings | undefined;
634
+
635
+ ScheduleActionStartSettings: ScheduleActionStartSettings | undefined;
636
+ }
637
+ export declare namespace ScheduleAction {
638
+
639
+ const filterSensitiveLog: (obj: ScheduleAction) => any;
640
+ }
641
+ export declare enum InputDeviceTransferType {
642
+ INCOMING = "INCOMING",
643
+ OUTGOING = "OUTGOING"
644
+ }
645
+
646
+ export interface TransferringInputDeviceSummary {
647
+
648
+ Id?: string;
649
+
650
+ Message?: string;
651
+
652
+ TargetCustomerId?: string;
653
+
654
+ TransferType?: InputDeviceTransferType | string;
655
+ }
656
+ export declare namespace TransferringInputDeviceSummary {
657
+
658
+ const filterSensitiveLog: (obj: TransferringInputDeviceSummary) => any;
659
+ }
660
+
661
+ export interface ValidationError {
662
+
663
+ ElementPath?: string;
664
+
665
+ ErrorMessage?: string;
666
+ }
667
+ export declare namespace ValidationError {
668
+
669
+ const filterSensitiveLog: (obj: ValidationError) => any;
670
+ }
671
+ export declare enum FrameCaptureIntervalUnit {
672
+ MILLISECONDS = "MILLISECONDS",
673
+ SECONDS = "SECONDS"
674
+ }
675
+
676
+ export interface FrameCaptureSettings {
677
+
678
+ CaptureInterval?: number;
679
+
680
+ CaptureIntervalUnits?: FrameCaptureIntervalUnit | string;
681
+ }
682
+ export declare namespace FrameCaptureSettings {
683
+
684
+ const filterSensitiveLog: (obj: FrameCaptureSettings) => any;
685
+ }
686
+ export declare enum H264AdaptiveQuantization {
687
+ AUTO = "AUTO",
688
+ HIGH = "HIGH",
689
+ HIGHER = "HIGHER",
690
+ LOW = "LOW",
691
+ MAX = "MAX",
692
+ MEDIUM = "MEDIUM",
693
+ OFF = "OFF"
694
+ }
695
+ export declare enum AfdSignaling {
696
+ AUTO = "AUTO",
697
+ FIXED = "FIXED",
698
+ NONE = "NONE"
699
+ }
700
+ export declare enum H264ColorMetadata {
701
+ IGNORE = "IGNORE",
702
+ INSERT = "INSERT"
703
+ }
704
+
705
+ export interface ColorSpacePassthroughSettings {
706
+ }
707
+ export declare namespace ColorSpacePassthroughSettings {
708
+
709
+ const filterSensitiveLog: (obj: ColorSpacePassthroughSettings) => any;
710
+ }
711
+
712
+ export interface Rec601Settings {
713
+ }
714
+ export declare namespace Rec601Settings {
715
+
716
+ const filterSensitiveLog: (obj: Rec601Settings) => any;
717
+ }
718
+
719
+ export interface Rec709Settings {
720
+ }
721
+ export declare namespace Rec709Settings {
722
+
723
+ const filterSensitiveLog: (obj: Rec709Settings) => any;
724
+ }
725
+
726
+ export interface H264ColorSpaceSettings {
727
+
728
+ ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
729
+
730
+ Rec601Settings?: Rec601Settings;
731
+
732
+ Rec709Settings?: Rec709Settings;
733
+ }
734
+ export declare namespace H264ColorSpaceSettings {
735
+
736
+ const filterSensitiveLog: (obj: H264ColorSpaceSettings) => any;
737
+ }
738
+ export declare enum H264EntropyEncoding {
739
+ CABAC = "CABAC",
740
+ CAVLC = "CAVLC"
741
+ }
742
+ export declare enum TemporalFilterPostFilterSharpening {
743
+ AUTO = "AUTO",
744
+ DISABLED = "DISABLED",
745
+ ENABLED = "ENABLED"
746
+ }
747
+ export declare enum TemporalFilterStrength {
748
+ AUTO = "AUTO",
749
+ STRENGTH_1 = "STRENGTH_1",
750
+ STRENGTH_10 = "STRENGTH_10",
751
+ STRENGTH_11 = "STRENGTH_11",
752
+ STRENGTH_12 = "STRENGTH_12",
753
+ STRENGTH_13 = "STRENGTH_13",
754
+ STRENGTH_14 = "STRENGTH_14",
755
+ STRENGTH_15 = "STRENGTH_15",
756
+ STRENGTH_16 = "STRENGTH_16",
757
+ STRENGTH_2 = "STRENGTH_2",
758
+ STRENGTH_3 = "STRENGTH_3",
759
+ STRENGTH_4 = "STRENGTH_4",
760
+ STRENGTH_5 = "STRENGTH_5",
761
+ STRENGTH_6 = "STRENGTH_6",
762
+ STRENGTH_7 = "STRENGTH_7",
763
+ STRENGTH_8 = "STRENGTH_8",
764
+ STRENGTH_9 = "STRENGTH_9"
765
+ }
766
+
767
+ export interface TemporalFilterSettings {
768
+
769
+ PostFilterSharpening?: TemporalFilterPostFilterSharpening | string;
770
+
771
+ Strength?: TemporalFilterStrength | string;
772
+ }
773
+ export declare namespace TemporalFilterSettings {
774
+
775
+ const filterSensitiveLog: (obj: TemporalFilterSettings) => any;
776
+ }
777
+
778
+ export interface H264FilterSettings {
779
+
780
+ TemporalFilterSettings?: TemporalFilterSettings;
781
+ }
782
+ export declare namespace H264FilterSettings {
783
+
784
+ const filterSensitiveLog: (obj: H264FilterSettings) => any;
785
+ }
786
+ export declare enum FixedAfd {
787
+ AFD_0000 = "AFD_0000",
788
+ AFD_0010 = "AFD_0010",
789
+ AFD_0011 = "AFD_0011",
790
+ AFD_0100 = "AFD_0100",
791
+ AFD_1000 = "AFD_1000",
792
+ AFD_1001 = "AFD_1001",
793
+ AFD_1010 = "AFD_1010",
794
+ AFD_1011 = "AFD_1011",
795
+ AFD_1101 = "AFD_1101",
796
+ AFD_1110 = "AFD_1110",
797
+ AFD_1111 = "AFD_1111"
798
+ }
799
+ export declare enum H264FlickerAq {
800
+ DISABLED = "DISABLED",
801
+ ENABLED = "ENABLED"
802
+ }
803
+ export declare enum H264ForceFieldPictures {
804
+ DISABLED = "DISABLED",
805
+ ENABLED = "ENABLED"
806
+ }
807
+ export declare enum H264FramerateControl {
808
+ INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
809
+ SPECIFIED = "SPECIFIED"
810
+ }
811
+ export declare enum H264GopBReference {
812
+ DISABLED = "DISABLED",
813
+ ENABLED = "ENABLED"
814
+ }
815
+ export declare enum H264GopSizeUnits {
816
+ FRAMES = "FRAMES",
817
+ SECONDS = "SECONDS"
818
+ }
819
+ export declare enum H264Level {
820
+ H264_LEVEL_1 = "H264_LEVEL_1",
821
+ H264_LEVEL_1_1 = "H264_LEVEL_1_1",
822
+ H264_LEVEL_1_2 = "H264_LEVEL_1_2",
823
+ H264_LEVEL_1_3 = "H264_LEVEL_1_3",
824
+ H264_LEVEL_2 = "H264_LEVEL_2",
825
+ H264_LEVEL_2_1 = "H264_LEVEL_2_1",
826
+ H264_LEVEL_2_2 = "H264_LEVEL_2_2",
827
+ H264_LEVEL_3 = "H264_LEVEL_3",
828
+ H264_LEVEL_3_1 = "H264_LEVEL_3_1",
829
+ H264_LEVEL_3_2 = "H264_LEVEL_3_2",
830
+ H264_LEVEL_4 = "H264_LEVEL_4",
831
+ H264_LEVEL_4_1 = "H264_LEVEL_4_1",
832
+ H264_LEVEL_4_2 = "H264_LEVEL_4_2",
833
+ H264_LEVEL_5 = "H264_LEVEL_5",
834
+ H264_LEVEL_5_1 = "H264_LEVEL_5_1",
835
+ H264_LEVEL_5_2 = "H264_LEVEL_5_2",
836
+ H264_LEVEL_AUTO = "H264_LEVEL_AUTO"
837
+ }
838
+ export declare enum H264LookAheadRateControl {
839
+ HIGH = "HIGH",
840
+ LOW = "LOW",
841
+ MEDIUM = "MEDIUM"
842
+ }
843
+ export declare enum H264ParControl {
844
+ INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
845
+ SPECIFIED = "SPECIFIED"
846
+ }
847
+ export declare enum H264Profile {
848
+ BASELINE = "BASELINE",
849
+ HIGH = "HIGH",
850
+ HIGH_10BIT = "HIGH_10BIT",
851
+ HIGH_422 = "HIGH_422",
852
+ HIGH_422_10BIT = "HIGH_422_10BIT",
853
+ MAIN = "MAIN"
854
+ }
855
+ export declare enum H264QualityLevel {
856
+ ENHANCED_QUALITY = "ENHANCED_QUALITY",
857
+ STANDARD_QUALITY = "STANDARD_QUALITY"
858
+ }
859
+ export declare enum H264RateControlMode {
860
+ CBR = "CBR",
861
+ MULTIPLEX = "MULTIPLEX",
862
+ QVBR = "QVBR",
863
+ VBR = "VBR"
864
+ }
865
+ export declare enum H264ScanType {
866
+ INTERLACED = "INTERLACED",
867
+ PROGRESSIVE = "PROGRESSIVE"
868
+ }
869
+ export declare enum H264SceneChangeDetect {
870
+ DISABLED = "DISABLED",
871
+ ENABLED = "ENABLED"
872
+ }
873
+ export declare enum H264SpatialAq {
874
+ DISABLED = "DISABLED",
875
+ ENABLED = "ENABLED"
876
+ }
877
+ export declare enum H264SubGopLength {
878
+ DYNAMIC = "DYNAMIC",
879
+ FIXED = "FIXED"
880
+ }
881
+ export declare enum H264Syntax {
882
+ DEFAULT = "DEFAULT",
883
+ RP2027 = "RP2027"
884
+ }
885
+ export declare enum H264TemporalAq {
886
+ DISABLED = "DISABLED",
887
+ ENABLED = "ENABLED"
888
+ }
889
+ export declare enum H264TimecodeInsertionBehavior {
890
+ DISABLED = "DISABLED",
891
+ PIC_TIMING_SEI = "PIC_TIMING_SEI"
892
+ }
893
+
894
+ export interface H264Settings {
895
+
896
+ AdaptiveQuantization?: H264AdaptiveQuantization | string;
897
+
898
+ AfdSignaling?: AfdSignaling | string;
899
+
900
+ Bitrate?: number;
901
+
902
+ BufFillPct?: number;
903
+
904
+ BufSize?: number;
905
+
906
+ ColorMetadata?: H264ColorMetadata | string;
907
+
908
+ ColorSpaceSettings?: H264ColorSpaceSettings;
909
+
910
+ EntropyEncoding?: H264EntropyEncoding | string;
911
+
912
+ FilterSettings?: H264FilterSettings;
913
+
914
+ FixedAfd?: FixedAfd | string;
915
+
916
+ FlickerAq?: H264FlickerAq | string;
917
+
918
+ ForceFieldPictures?: H264ForceFieldPictures | string;
919
+
920
+ FramerateControl?: H264FramerateControl | string;
921
+
922
+ FramerateDenominator?: number;
923
+
924
+ FramerateNumerator?: number;
925
+
926
+ GopBReference?: H264GopBReference | string;
927
+
928
+ GopClosedCadence?: number;
929
+
930
+ GopNumBFrames?: number;
931
+
932
+ GopSize?: number;
933
+
934
+ GopSizeUnits?: H264GopSizeUnits | string;
935
+
936
+ Level?: H264Level | string;
937
+
938
+ LookAheadRateControl?: H264LookAheadRateControl | string;
939
+
940
+ MaxBitrate?: number;
941
+
942
+ MinIInterval?: number;
943
+
944
+ NumRefFrames?: number;
945
+
946
+ ParControl?: H264ParControl | string;
947
+
948
+ ParDenominator?: number;
949
+
950
+ ParNumerator?: number;
951
+
952
+ Profile?: H264Profile | string;
953
+
954
+ QualityLevel?: H264QualityLevel | string;
955
+
956
+ QvbrQualityLevel?: number;
957
+
958
+ RateControlMode?: H264RateControlMode | string;
959
+
960
+ ScanType?: H264ScanType | string;
961
+
962
+ SceneChangeDetect?: H264SceneChangeDetect | string;
963
+
964
+ Slices?: number;
965
+
966
+ Softness?: number;
967
+
968
+ SpatialAq?: H264SpatialAq | string;
969
+
970
+ SubgopLength?: H264SubGopLength | string;
971
+
972
+ Syntax?: H264Syntax | string;
973
+
974
+ TemporalAq?: H264TemporalAq | string;
975
+
976
+ TimecodeInsertion?: H264TimecodeInsertionBehavior | string;
977
+ }
978
+ export declare namespace H264Settings {
979
+
980
+ const filterSensitiveLog: (obj: H264Settings) => any;
981
+ }
982
+ export declare enum H265AdaptiveQuantization {
983
+ AUTO = "AUTO",
984
+ HIGH = "HIGH",
985
+ HIGHER = "HIGHER",
986
+ LOW = "LOW",
987
+ MAX = "MAX",
988
+ MEDIUM = "MEDIUM",
989
+ OFF = "OFF"
990
+ }
991
+ export declare enum H265AlternativeTransferFunction {
992
+ INSERT = "INSERT",
993
+ OMIT = "OMIT"
994
+ }
995
+ export declare enum H265ColorMetadata {
996
+ IGNORE = "IGNORE",
997
+ INSERT = "INSERT"
998
+ }
999
+
1000
+ export interface H265ColorSpaceSettings {
1001
+
1002
+ ColorSpacePassthroughSettings?: ColorSpacePassthroughSettings;
1003
+
1004
+ Hdr10Settings?: Hdr10Settings;
1005
+
1006
+ Rec601Settings?: Rec601Settings;
1007
+
1008
+ Rec709Settings?: Rec709Settings;
1009
+ }
1010
+ export declare namespace H265ColorSpaceSettings {
1011
+
1012
+ const filterSensitiveLog: (obj: H265ColorSpaceSettings) => any;
1013
+ }
1014
+
1015
+ export interface H265FilterSettings {
1016
+
1017
+ TemporalFilterSettings?: TemporalFilterSettings;
1018
+ }
1019
+ export declare namespace H265FilterSettings {
1020
+
1021
+ const filterSensitiveLog: (obj: H265FilterSettings) => any;
1022
+ }
1023
+ export declare enum H265FlickerAq {
1024
+ DISABLED = "DISABLED",
1025
+ ENABLED = "ENABLED"
1026
+ }
1027
+ export declare enum H265GopSizeUnits {
1028
+ FRAMES = "FRAMES",
1029
+ SECONDS = "SECONDS"
1030
+ }
1031
+ export declare enum H265Level {
1032
+ H265_LEVEL_1 = "H265_LEVEL_1",
1033
+ H265_LEVEL_2 = "H265_LEVEL_2",
1034
+ H265_LEVEL_2_1 = "H265_LEVEL_2_1",
1035
+ H265_LEVEL_3 = "H265_LEVEL_3",
1036
+ H265_LEVEL_3_1 = "H265_LEVEL_3_1",
1037
+ H265_LEVEL_4 = "H265_LEVEL_4",
1038
+ H265_LEVEL_4_1 = "H265_LEVEL_4_1",
1039
+ H265_LEVEL_5 = "H265_LEVEL_5",
1040
+ H265_LEVEL_5_1 = "H265_LEVEL_5_1",
1041
+ H265_LEVEL_5_2 = "H265_LEVEL_5_2",
1042
+ H265_LEVEL_6 = "H265_LEVEL_6",
1043
+ H265_LEVEL_6_1 = "H265_LEVEL_6_1",
1044
+ H265_LEVEL_6_2 = "H265_LEVEL_6_2",
1045
+ H265_LEVEL_AUTO = "H265_LEVEL_AUTO"
1046
+ }
1047
+ export declare enum H265LookAheadRateControl {
1048
+ HIGH = "HIGH",
1049
+ LOW = "LOW",
1050
+ MEDIUM = "MEDIUM"
1051
+ }
1052
+ export declare enum H265Profile {
1053
+ MAIN = "MAIN",
1054
+ MAIN_10BIT = "MAIN_10BIT"
1055
+ }
1056
+ export declare enum H265RateControlMode {
1057
+ CBR = "CBR",
1058
+ MULTIPLEX = "MULTIPLEX",
1059
+ QVBR = "QVBR"
1060
+ }
1061
+ export declare enum H265ScanType {
1062
+ INTERLACED = "INTERLACED",
1063
+ PROGRESSIVE = "PROGRESSIVE"
1064
+ }
1065
+ export declare enum H265SceneChangeDetect {
1066
+ DISABLED = "DISABLED",
1067
+ ENABLED = "ENABLED"
1068
+ }
1069
+ export declare enum H265Tier {
1070
+ HIGH = "HIGH",
1071
+ MAIN = "MAIN"
1072
+ }
1073
+ export declare enum H265TimecodeInsertionBehavior {
1074
+ DISABLED = "DISABLED",
1075
+ PIC_TIMING_SEI = "PIC_TIMING_SEI"
1076
+ }
1077
+
1078
+ export interface H265Settings {
1079
+
1080
+ AdaptiveQuantization?: H265AdaptiveQuantization | string;
1081
+
1082
+ AfdSignaling?: AfdSignaling | string;
1083
+
1084
+ AlternativeTransferFunction?: H265AlternativeTransferFunction | string;
1085
+
1086
+ Bitrate?: number;
1087
+
1088
+ BufSize?: number;
1089
+
1090
+ ColorMetadata?: H265ColorMetadata | string;
1091
+
1092
+ ColorSpaceSettings?: H265ColorSpaceSettings;
1093
+
1094
+ FilterSettings?: H265FilterSettings;
1095
+
1096
+ FixedAfd?: FixedAfd | string;
1097
+
1098
+ FlickerAq?: H265FlickerAq | string;
1099
+
1100
+ FramerateDenominator: number | undefined;
1101
+
1102
+ FramerateNumerator: number | undefined;
1103
+
1104
+ GopClosedCadence?: number;
1105
+
1106
+ GopSize?: number;
1107
+
1108
+ GopSizeUnits?: H265GopSizeUnits | string;
1109
+
1110
+ Level?: H265Level | string;
1111
+
1112
+ LookAheadRateControl?: H265LookAheadRateControl | string;
1113
+
1114
+ MaxBitrate?: number;
1115
+
1116
+ MinIInterval?: number;
1117
+
1118
+ ParDenominator?: number;
1119
+
1120
+ ParNumerator?: number;
1121
+
1122
+ Profile?: H265Profile | string;
1123
+
1124
+ QvbrQualityLevel?: number;
1125
+
1126
+ RateControlMode?: H265RateControlMode | string;
1127
+
1128
+ ScanType?: H265ScanType | string;
1129
+
1130
+ SceneChangeDetect?: H265SceneChangeDetect | string;
1131
+
1132
+ Slices?: number;
1133
+
1134
+ Tier?: H265Tier | string;
1135
+
1136
+ TimecodeInsertion?: H265TimecodeInsertionBehavior | string;
1137
+ }
1138
+ export declare namespace H265Settings {
1139
+
1140
+ const filterSensitiveLog: (obj: H265Settings) => any;
1141
+ }
1142
+ export declare enum Mpeg2AdaptiveQuantization {
1143
+ AUTO = "AUTO",
1144
+ HIGH = "HIGH",
1145
+ LOW = "LOW",
1146
+ MEDIUM = "MEDIUM",
1147
+ OFF = "OFF"
1148
+ }
1149
+ export declare enum Mpeg2ColorMetadata {
1150
+ IGNORE = "IGNORE",
1151
+ INSERT = "INSERT"
1152
+ }
1153
+ export declare enum Mpeg2ColorSpace {
1154
+ AUTO = "AUTO",
1155
+ PASSTHROUGH = "PASSTHROUGH"
1156
+ }
1157
+ export declare enum Mpeg2DisplayRatio {
1158
+ DISPLAYRATIO16X9 = "DISPLAYRATIO16X9",
1159
+ DISPLAYRATIO4X3 = "DISPLAYRATIO4X3"
1160
+ }
1161
+
1162
+ export interface Mpeg2FilterSettings {
1163
+
1164
+ TemporalFilterSettings?: TemporalFilterSettings;
1165
+ }
1166
+ export declare namespace Mpeg2FilterSettings {
1167
+
1168
+ const filterSensitiveLog: (obj: Mpeg2FilterSettings) => any;
1169
+ }
1170
+ export declare enum Mpeg2GopSizeUnits {
1171
+ FRAMES = "FRAMES",
1172
+ SECONDS = "SECONDS"
1173
+ }
1174
+ export declare enum Mpeg2ScanType {
1175
+ INTERLACED = "INTERLACED",
1176
+ PROGRESSIVE = "PROGRESSIVE"
1177
+ }
1178
+ export declare enum Mpeg2SubGopLength {
1179
+ DYNAMIC = "DYNAMIC",
1180
+ FIXED = "FIXED"
1181
+ }
1182
+ export declare enum Mpeg2TimecodeInsertionBehavior {
1183
+ DISABLED = "DISABLED",
1184
+ GOP_TIMECODE = "GOP_TIMECODE"
1185
+ }
1186
+
1187
+ export interface Mpeg2Settings {
1188
+
1189
+ AdaptiveQuantization?: Mpeg2AdaptiveQuantization | string;
1190
+
1191
+ AfdSignaling?: AfdSignaling | string;
1192
+
1193
+ ColorMetadata?: Mpeg2ColorMetadata | string;
1194
+
1195
+ ColorSpace?: Mpeg2ColorSpace | string;
1196
+
1197
+ DisplayAspectRatio?: Mpeg2DisplayRatio | string;
1198
+
1199
+ FilterSettings?: Mpeg2FilterSettings;
1200
+
1201
+ FixedAfd?: FixedAfd | string;
1202
+
1203
+ FramerateDenominator: number | undefined;
1204
+
1205
+ FramerateNumerator: number | undefined;
1206
+
1207
+ GopClosedCadence?: number;
1208
+
1209
+ GopNumBFrames?: number;
1210
+
1211
+ GopSize?: number;
1212
+
1213
+ GopSizeUnits?: Mpeg2GopSizeUnits | string;
1214
+
1215
+ ScanType?: Mpeg2ScanType | string;
1216
+
1217
+ SubgopLength?: Mpeg2SubGopLength | string;
1218
+
1219
+ TimecodeInsertion?: Mpeg2TimecodeInsertionBehavior | string;
1220
+ }
1221
+ export declare namespace Mpeg2Settings {
1222
+
1223
+ const filterSensitiveLog: (obj: Mpeg2Settings) => any;
1224
+ }
1225
+
1226
+ export interface VideoCodecSettings {
1227
+
1228
+ FrameCaptureSettings?: FrameCaptureSettings;
1229
+
1230
+ H264Settings?: H264Settings;
1231
+
1232
+ H265Settings?: H265Settings;
1233
+
1234
+ Mpeg2Settings?: Mpeg2Settings;
1235
+ }
1236
+ export declare namespace VideoCodecSettings {
1237
+
1238
+ const filterSensitiveLog: (obj: VideoCodecSettings) => any;
1239
+ }
1240
+ export declare enum VideoDescriptionRespondToAfd {
1241
+ NONE = "NONE",
1242
+ PASSTHROUGH = "PASSTHROUGH",
1243
+ RESPOND = "RESPOND"
1244
+ }
1245
+ export declare enum VideoDescriptionScalingBehavior {
1246
+ DEFAULT = "DEFAULT",
1247
+ STRETCH_TO_OUTPUT = "STRETCH_TO_OUTPUT"
1248
+ }
1249
+
1250
+ export interface VideoDescription {
1251
+
1252
+ CodecSettings?: VideoCodecSettings;
1253
+
1254
+ Height?: number;
1255
+
1256
+ Name: string | undefined;
1257
+
1258
+ RespondToAfd?: VideoDescriptionRespondToAfd | string;
1259
+
1260
+ ScalingBehavior?: VideoDescriptionScalingBehavior | string;
1261
+
1262
+ Sharpness?: number;
1263
+
1264
+ Width?: number;
1265
+ }
1266
+ export declare namespace VideoDescription {
1267
+
1268
+ const filterSensitiveLog: (obj: VideoDescription) => any;
1269
+ }
1270
+ export declare enum AcceptHeader {
1271
+ image_jpeg = "image/jpeg"
1272
+ }
1273
+
1274
+ export interface AcceptInputDeviceTransferRequest {
1275
+
1276
+ InputDeviceId: string | undefined;
1277
+ }
1278
+ export declare namespace AcceptInputDeviceTransferRequest {
1279
+
1280
+ const filterSensitiveLog: (obj: AcceptInputDeviceTransferRequest) => any;
1281
+ }
1282
+
1283
+ export interface AcceptInputDeviceTransferResponse {
1284
+ }
1285
+ export declare namespace AcceptInputDeviceTransferResponse {
1286
+
1287
+ const filterSensitiveLog: (obj: AcceptInputDeviceTransferResponse) => any;
1288
+ }
1289
+
1290
+ export declare class BadGatewayException extends __BaseException {
1291
+ readonly name: "BadGatewayException";
1292
+ readonly $fault: "server";
1293
+
1294
+ Message?: string;
1295
+
1296
+ constructor(opts: __ExceptionOptionType<BadGatewayException, __BaseException>);
1297
+ }
1298
+
1299
+ export declare class BadRequestException extends __BaseException {
1300
+ readonly name: "BadRequestException";
1301
+ readonly $fault: "client";
1302
+
1303
+ Message?: string;
1304
+
1305
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
1306
+ }
1307
+
1308
+ export declare class ConflictException extends __BaseException {
1309
+ readonly name: "ConflictException";
1310
+ readonly $fault: "client";
1311
+
1312
+ Message?: string;
1313
+
1314
+ constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
1315
+ }
1316
+
1317
+ export declare class ForbiddenException extends __BaseException {
1318
+ readonly name: "ForbiddenException";
1319
+ readonly $fault: "client";
1320
+
1321
+ Message?: string;
1322
+
1323
+ constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
1324
+ }
1325
+
1326
+ export declare class GatewayTimeoutException extends __BaseException {
1327
+ readonly name: "GatewayTimeoutException";
1328
+ readonly $fault: "server";
1329
+
1330
+ Message?: string;
1331
+
1332
+ constructor(opts: __ExceptionOptionType<GatewayTimeoutException, __BaseException>);
1333
+ }
1334
+
1335
+ export declare class InternalServerErrorException extends __BaseException {
1336
+ readonly name: "InternalServerErrorException";
1337
+ readonly $fault: "server";
1338
+
1339
+ Message?: string;
1340
+
1341
+ constructor(opts: __ExceptionOptionType<InternalServerErrorException, __BaseException>);
1342
+ }
1343
+
1344
+ export declare class NotFoundException extends __BaseException {
1345
+ readonly name: "NotFoundException";
1346
+ readonly $fault: "client";
1347
+
1348
+ Message?: string;
1349
+
1350
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
1351
+ }
1352
+
1353
+ export declare class TooManyRequestsException extends __BaseException {
1354
+ readonly name: "TooManyRequestsException";
1355
+ readonly $fault: "client";
1356
+
1357
+ Message?: string;
1358
+
1359
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
1360
+ }
1361
+
1362
+ export declare class UnprocessableEntityException extends __BaseException {
1363
+ readonly name: "UnprocessableEntityException";
1364
+ readonly $fault: "client";
1365
+
1366
+ Message?: string;
1367
+
1368
+ ValidationErrors?: ValidationError[];
1369
+
1370
+ constructor(opts: __ExceptionOptionType<UnprocessableEntityException, __BaseException>);
1371
+ }
1372
+ export declare enum AvailBlankingState {
1373
+ DISABLED = "DISABLED",
1374
+ ENABLED = "ENABLED"
1375
+ }
1376
+
1377
+ export interface AvailBlanking {
1378
+
1379
+ AvailBlankingImage?: InputLocation;
1380
+
1381
+ State?: AvailBlankingState | string;
1382
+ }
1383
+ export declare namespace AvailBlanking {
1384
+
1385
+ const filterSensitiveLog: (obj: AvailBlanking) => any;
1386
+ }
1387
+ export declare enum Scte35SpliceInsertNoRegionalBlackoutBehavior {
1388
+ FOLLOW = "FOLLOW",
1389
+ IGNORE = "IGNORE"
1390
+ }
1391
+ export declare enum Scte35SpliceInsertWebDeliveryAllowedBehavior {
1392
+ FOLLOW = "FOLLOW",
1393
+ IGNORE = "IGNORE"
1394
+ }
1395
+
1396
+ export interface Scte35SpliceInsert {
1397
+
1398
+ AdAvailOffset?: number;
1399
+
1400
+ NoRegionalBlackoutFlag?: Scte35SpliceInsertNoRegionalBlackoutBehavior | string;
1401
+
1402
+ WebDeliveryAllowedFlag?: Scte35SpliceInsertWebDeliveryAllowedBehavior | string;
1403
+ }
1404
+ export declare namespace Scte35SpliceInsert {
1405
+
1406
+ const filterSensitiveLog: (obj: Scte35SpliceInsert) => any;
1407
+ }
1408
+ export declare enum Scte35AposNoRegionalBlackoutBehavior {
1409
+ FOLLOW = "FOLLOW",
1410
+ IGNORE = "IGNORE"
1411
+ }
1412
+ export declare enum Scte35AposWebDeliveryAllowedBehavior {
1413
+ FOLLOW = "FOLLOW",
1414
+ IGNORE = "IGNORE"
1415
+ }
1416
+
1417
+ export interface Scte35TimeSignalApos {
1418
+
1419
+ AdAvailOffset?: number;
1420
+
1421
+ NoRegionalBlackoutFlag?: Scte35AposNoRegionalBlackoutBehavior | string;
1422
+
1423
+ WebDeliveryAllowedFlag?: Scte35AposWebDeliveryAllowedBehavior | string;
1424
+ }
1425
+ export declare namespace Scte35TimeSignalApos {
1426
+
1427
+ const filterSensitiveLog: (obj: Scte35TimeSignalApos) => any;
1428
+ }
1429
+
1430
+ export interface AvailSettings {
1431
+
1432
+ Scte35SpliceInsert?: Scte35SpliceInsert;
1433
+
1434
+ Scte35TimeSignalApos?: Scte35TimeSignalApos;
1435
+ }
1436
+ export declare namespace AvailSettings {
1437
+
1438
+ const filterSensitiveLog: (obj: AvailSettings) => any;
1439
+ }
1440
+
1441
+ export interface AvailConfiguration {
1442
+
1443
+ AvailSettings?: AvailSettings;
1444
+ }
1445
+ export declare namespace AvailConfiguration {
1446
+
1447
+ const filterSensitiveLog: (obj: AvailConfiguration) => any;
1448
+ }
1449
+
1450
+ export interface BatchDeleteRequest {
1451
+
1452
+ ChannelIds?: string[];
1453
+
1454
+ InputIds?: string[];
1455
+
1456
+ InputSecurityGroupIds?: string[];
1457
+
1458
+ MultiplexIds?: string[];
1459
+ }
1460
+ export declare namespace BatchDeleteRequest {
1461
+
1462
+ const filterSensitiveLog: (obj: BatchDeleteRequest) => any;
1463
+ }
1464
+
1465
+ export interface BatchDeleteResponse {
1466
+
1467
+ Failed?: BatchFailedResultModel[];
1468
+
1469
+ Successful?: BatchSuccessfulResultModel[];
1470
+ }
1471
+ export declare namespace BatchDeleteResponse {
1472
+
1473
+ const filterSensitiveLog: (obj: BatchDeleteResponse) => any;
1474
+ }
1475
+
1476
+ export interface BatchScheduleActionCreateRequest {
1477
+
1478
+ ScheduleActions: ScheduleAction[] | undefined;
1479
+ }
1480
+ export declare namespace BatchScheduleActionCreateRequest {
1481
+
1482
+ const filterSensitiveLog: (obj: BatchScheduleActionCreateRequest) => any;
1483
+ }
1484
+
1485
+ export interface BatchScheduleActionCreateResult {
1486
+
1487
+ ScheduleActions: ScheduleAction[] | undefined;
1488
+ }
1489
+ export declare namespace BatchScheduleActionCreateResult {
1490
+
1491
+ const filterSensitiveLog: (obj: BatchScheduleActionCreateResult) => any;
1492
+ }
1493
+
1494
+ export interface BatchScheduleActionDeleteRequest {
1495
+
1496
+ ActionNames: string[] | undefined;
1497
+ }
1498
+ export declare namespace BatchScheduleActionDeleteRequest {
1499
+
1500
+ const filterSensitiveLog: (obj: BatchScheduleActionDeleteRequest) => any;
1501
+ }
1502
+
1503
+ export interface BatchScheduleActionDeleteResult {
1504
+
1505
+ ScheduleActions: ScheduleAction[] | undefined;
1506
+ }
1507
+ export declare namespace BatchScheduleActionDeleteResult {
1508
+
1509
+ const filterSensitiveLog: (obj: BatchScheduleActionDeleteResult) => any;
1510
+ }
1511
+
1512
+ export interface BatchStartRequest {
1513
+
1514
+ ChannelIds?: string[];
1515
+
1516
+ MultiplexIds?: string[];
1517
+ }
1518
+ export declare namespace BatchStartRequest {
1519
+
1520
+ const filterSensitiveLog: (obj: BatchStartRequest) => any;
1521
+ }
1522
+
1523
+ export interface BatchStartResponse {
1524
+
1525
+ Failed?: BatchFailedResultModel[];
1526
+
1527
+ Successful?: BatchSuccessfulResultModel[];
1528
+ }
1529
+ export declare namespace BatchStartResponse {
1530
+
1531
+ const filterSensitiveLog: (obj: BatchStartResponse) => any;
1532
+ }
1533
+
1534
+ export interface BatchStopRequest {
1535
+
1536
+ ChannelIds?: string[];
1537
+
1538
+ MultiplexIds?: string[];
1539
+ }
1540
+ export declare namespace BatchStopRequest {
1541
+
1542
+ const filterSensitiveLog: (obj: BatchStopRequest) => any;
1543
+ }
1544
+
1545
+ export interface BatchStopResponse {
1546
+
1547
+ Failed?: BatchFailedResultModel[];
1548
+
1549
+ Successful?: BatchSuccessfulResultModel[];
1550
+ }
1551
+ export declare namespace BatchStopResponse {
1552
+
1553
+ const filterSensitiveLog: (obj: BatchStopResponse) => any;
1554
+ }
1555
+
1556
+ export interface BatchUpdateScheduleRequest {
1557
+
1558
+ ChannelId: string | undefined;
1559
+
1560
+ Creates?: BatchScheduleActionCreateRequest;
1561
+
1562
+ Deletes?: BatchScheduleActionDeleteRequest;
1563
+ }
1564
+ export declare namespace BatchUpdateScheduleRequest {
1565
+
1566
+ const filterSensitiveLog: (obj: BatchUpdateScheduleRequest) => any;
1567
+ }
1568
+
1569
+ export interface BatchUpdateScheduleResponse {
1570
+
1571
+ Creates?: BatchScheduleActionCreateResult;
1572
+
1573
+ Deletes?: BatchScheduleActionDeleteResult;
1574
+ }
1575
+ export declare namespace BatchUpdateScheduleResponse {
1576
+
1577
+ const filterSensitiveLog: (obj: BatchUpdateScheduleResponse) => any;
1578
+ }
1579
+ export declare enum BlackoutSlateNetworkEndBlackout {
1580
+ DISABLED = "DISABLED",
1581
+ ENABLED = "ENABLED"
1582
+ }
1583
+ export declare enum BlackoutSlateState {
1584
+ DISABLED = "DISABLED",
1585
+ ENABLED = "ENABLED"
1586
+ }
1587
+
1588
+ export interface BlackoutSlate {
1589
+
1590
+ BlackoutSlateImage?: InputLocation;
1591
+
1592
+ NetworkEndBlackout?: BlackoutSlateNetworkEndBlackout | string;
1593
+
1594
+ NetworkEndBlackoutImage?: InputLocation;
1595
+
1596
+ NetworkId?: string;
1597
+
1598
+ State?: BlackoutSlateState | string;
1599
+ }
1600
+ export declare namespace BlackoutSlate {
1601
+
1602
+ const filterSensitiveLog: (obj: BlackoutSlate) => any;
1603
+ }
1604
+
1605
+ export interface CancelInputDeviceTransferRequest {
1606
+
1607
+ InputDeviceId: string | undefined;
1608
+ }
1609
+ export declare namespace CancelInputDeviceTransferRequest {
1610
+
1611
+ const filterSensitiveLog: (obj: CancelInputDeviceTransferRequest) => any;
1612
+ }
1613
+
1614
+ export interface CancelInputDeviceTransferResponse {
1615
+ }
1616
+ export declare namespace CancelInputDeviceTransferResponse {
1617
+
1618
+ const filterSensitiveLog: (obj: CancelInputDeviceTransferResponse) => any;
1619
+ }
1620
+ export declare enum FeatureActivationsInputPrepareScheduleActions {
1621
+ DISABLED = "DISABLED",
1622
+ ENABLED = "ENABLED"
1623
+ }
1624
+
1625
+ export interface FeatureActivations {
1626
+
1627
+ InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions | string;
1628
+ }
1629
+ export declare namespace FeatureActivations {
1630
+
1631
+ const filterSensitiveLog: (obj: FeatureActivations) => any;
1632
+ }
1633
+ export declare enum GlobalConfigurationInputEndAction {
1634
+ NONE = "NONE",
1635
+ SWITCH_AND_LOOP_INPUTS = "SWITCH_AND_LOOP_INPUTS"
1636
+ }
1637
+ export declare enum InputLossImageType {
1638
+ COLOR = "COLOR",
1639
+ SLATE = "SLATE"
1640
+ }
1641
+
1642
+ export interface InputLossBehavior {
1643
+
1644
+ BlackFrameMsec?: number;
1645
+
1646
+ InputLossImageColor?: string;
1647
+
1648
+ InputLossImageSlate?: InputLocation;
1649
+
1650
+ InputLossImageType?: InputLossImageType | string;
1651
+
1652
+ RepeatFrameMsec?: number;
1653
+ }
1654
+ export declare namespace InputLossBehavior {
1655
+
1656
+ const filterSensitiveLog: (obj: InputLossBehavior) => any;
1657
+ }
1658
+ export declare enum GlobalConfigurationOutputLockingMode {
1659
+ EPOCH_LOCKING = "EPOCH_LOCKING",
1660
+ PIPELINE_LOCKING = "PIPELINE_LOCKING"
1661
+ }
1662
+ export declare enum GlobalConfigurationOutputTimingSource {
1663
+ INPUT_CLOCK = "INPUT_CLOCK",
1664
+ SYSTEM_CLOCK = "SYSTEM_CLOCK"
1665
+ }
1666
+ export declare enum GlobalConfigurationLowFramerateInputs {
1667
+ DISABLED = "DISABLED",
1668
+ ENABLED = "ENABLED"
1669
+ }
1670
+
1671
+ export interface GlobalConfiguration {
1672
+
1673
+ InitialAudioGain?: number;
1674
+
1675
+ InputEndAction?: GlobalConfigurationInputEndAction | string;
1676
+
1677
+ InputLossBehavior?: InputLossBehavior;
1678
+
1679
+ OutputLockingMode?: GlobalConfigurationOutputLockingMode | string;
1680
+
1681
+ OutputTimingSource?: GlobalConfigurationOutputTimingSource | string;
1682
+
1683
+ SupportLowFramerateInputs?: GlobalConfigurationLowFramerateInputs | string;
1684
+ }
1685
+ export declare namespace GlobalConfiguration {
1686
+
1687
+ const filterSensitiveLog: (obj: GlobalConfiguration) => any;
1688
+ }
1689
+ export declare enum MotionGraphicsInsertion {
1690
+ DISABLED = "DISABLED",
1691
+ ENABLED = "ENABLED"
1692
+ }
1693
+
1694
+ export interface HtmlMotionGraphicsSettings {
1695
+ }
1696
+ export declare namespace HtmlMotionGraphicsSettings {
1697
+
1698
+ const filterSensitiveLog: (obj: HtmlMotionGraphicsSettings) => any;
1699
+ }
1700
+
1701
+ export interface MotionGraphicsSettings {
1702
+
1703
+ HtmlMotionGraphicsSettings?: HtmlMotionGraphicsSettings;
1704
+ }
1705
+ export declare namespace MotionGraphicsSettings {
1706
+
1707
+ const filterSensitiveLog: (obj: MotionGraphicsSettings) => any;
1708
+ }
1709
+
1710
+ export interface MotionGraphicsConfiguration {
1711
+
1712
+ MotionGraphicsInsertion?: MotionGraphicsInsertion | string;
1713
+
1714
+ MotionGraphicsSettings: MotionGraphicsSettings | undefined;
1715
+ }
1716
+ export declare namespace MotionGraphicsConfiguration {
1717
+
1718
+ const filterSensitiveLog: (obj: MotionGraphicsConfiguration) => any;
1719
+ }
1720
+ export declare enum NielsenPcmToId3TaggingState {
1721
+ DISABLED = "DISABLED",
1722
+ ENABLED = "ENABLED"
1723
+ }
1724
+
1725
+ export interface NielsenConfiguration {
1726
+
1727
+ DistributorId?: string;
1728
+
1729
+ NielsenPcmToId3Tagging?: NielsenPcmToId3TaggingState | string;
1730
+ }
1731
+ export declare namespace NielsenConfiguration {
1732
+
1733
+ const filterSensitiveLog: (obj: NielsenConfiguration) => any;
1734
+ }
1735
+ export declare enum TimecodeConfigSource {
1736
+ EMBEDDED = "EMBEDDED",
1737
+ SYSTEMCLOCK = "SYSTEMCLOCK",
1738
+ ZEROBASED = "ZEROBASED"
1739
+ }
1740
+
1741
+ export interface TimecodeConfig {
1742
+
1743
+ Source: TimecodeConfigSource | string | undefined;
1744
+
1745
+ SyncThreshold?: number;
1746
+ }
1747
+ export declare namespace TimecodeConfig {
1748
+
1749
+ const filterSensitiveLog: (obj: TimecodeConfig) => any;
1750
+ }
1751
+
1752
+ export interface EncoderSettings {
1753
+
1754
+ AudioDescriptions: AudioDescription[] | undefined;
1755
+
1756
+ AvailBlanking?: AvailBlanking;
1757
+
1758
+ AvailConfiguration?: AvailConfiguration;
1759
+
1760
+ BlackoutSlate?: BlackoutSlate;
1761
+
1762
+ CaptionDescriptions?: CaptionDescription[];
1763
+
1764
+ FeatureActivations?: FeatureActivations;
1765
+
1766
+ GlobalConfiguration?: GlobalConfiguration;
1767
+
1768
+ MotionGraphicsConfiguration?: MotionGraphicsConfiguration;
1769
+
1770
+ NielsenConfiguration?: NielsenConfiguration;
1771
+
1772
+ OutputGroups: OutputGroup[] | undefined;
1773
+
1774
+ TimecodeConfig: TimecodeConfig | undefined;
1775
+
1776
+ VideoDescriptions: VideoDescription[] | undefined;
1777
+ }
1778
+ export declare namespace EncoderSettings {
1779
+
1780
+ const filterSensitiveLog: (obj: EncoderSettings) => any;
1781
+ }
1782
+
1783
+ export interface Channel {
1784
+
1785
+ Arn?: string;
1786
+
1787
+ CdiInputSpecification?: CdiInputSpecification;
1788
+
1789
+ ChannelClass?: ChannelClass | string;
1790
+
1791
+ Destinations?: OutputDestination[];
1792
+
1793
+ EgressEndpoints?: ChannelEgressEndpoint[];
1794
+
1795
+ EncoderSettings?: EncoderSettings;
1796
+
1797
+ Id?: string;
1798
+
1799
+ InputAttachments?: InputAttachment[];
1800
+
1801
+ InputSpecification?: InputSpecification;
1802
+
1803
+ LogLevel?: LogLevel | string;
1804
+
1805
+ Name?: string;
1806
+
1807
+ PipelineDetails?: PipelineDetail[];
1808
+
1809
+ PipelinesRunningCount?: number;
1810
+
1811
+ RoleArn?: string;
1812
+
1813
+ State?: ChannelState | string;
1814
+
1815
+ Tags?: {
1816
+ [key: string]: string;
1817
+ };
1818
+
1819
+ Vpc?: VpcOutputSettingsDescription;
1820
+ }
1821
+ export declare namespace Channel {
1822
+
1823
+ const filterSensitiveLog: (obj: Channel) => any;
1824
+ }
1825
+
1826
+ export interface ClaimDeviceRequest {
1827
+
1828
+ Id?: string;
1829
+ }
1830
+ export declare namespace ClaimDeviceRequest {
1831
+
1832
+ const filterSensitiveLog: (obj: ClaimDeviceRequest) => any;
1833
+ }
1834
+
1835
+ export interface ClaimDeviceResponse {
1836
+ }
1837
+ export declare namespace ClaimDeviceResponse {
1838
+
1839
+ const filterSensitiveLog: (obj: ClaimDeviceResponse) => any;
1840
+ }
1841
+ export declare enum ContentType {
1842
+ image_jpeg = "image/jpeg"
1843
+ }
1844
+
1845
+ export interface VpcOutputSettings {
1846
+
1847
+ PublicAddressAllocationIds?: string[];
1848
+
1849
+ SecurityGroupIds?: string[];
1850
+
1851
+ SubnetIds: string[] | undefined;
1852
+ }
1853
+ export declare namespace VpcOutputSettings {
1854
+
1855
+ const filterSensitiveLog: (obj: VpcOutputSettings) => any;
1856
+ }
1857
+
1858
+ export interface CreateChannelRequest {
1859
+
1860
+ CdiInputSpecification?: CdiInputSpecification;
1861
+
1862
+ ChannelClass?: ChannelClass | string;
1863
+
1864
+ Destinations?: OutputDestination[];
1865
+
1866
+ EncoderSettings?: EncoderSettings;
1867
+
1868
+ InputAttachments?: InputAttachment[];
1869
+
1870
+ InputSpecification?: InputSpecification;
1871
+
1872
+ LogLevel?: LogLevel | string;
1873
+
1874
+ Name?: string;
1875
+
1876
+ RequestId?: string;
1877
+
1878
+ Reserved?: string;
1879
+
1880
+ RoleArn?: string;
1881
+
1882
+ Tags?: {
1883
+ [key: string]: string;
1884
+ };
1885
+
1886
+ Vpc?: VpcOutputSettings;
1887
+ }
1888
+ export declare namespace CreateChannelRequest {
1889
+
1890
+ const filterSensitiveLog: (obj: CreateChannelRequest) => any;
1891
+ }
1892
+
1893
+ export interface CreateChannelResponse {
1894
+
1895
+ Channel?: Channel;
1896
+ }
1897
+ export declare namespace CreateChannelResponse {
1898
+
1899
+ const filterSensitiveLog: (obj: CreateChannelResponse) => any;
1900
+ }
1901
+
1902
+ export interface InputVpcRequest {
1903
+
1904
+ SecurityGroupIds?: string[];
1905
+
1906
+ SubnetIds: string[] | undefined;
1907
+ }
1908
+ export declare namespace InputVpcRequest {
1909
+
1910
+ const filterSensitiveLog: (obj: InputVpcRequest) => any;
1911
+ }
1912
+
1913
+ export interface CreateInputRequest {
1914
+
1915
+ Destinations?: InputDestinationRequest[];
1916
+
1917
+ InputDevices?: InputDeviceSettings[];
1918
+
1919
+ InputSecurityGroups?: string[];
1920
+
1921
+ MediaConnectFlows?: MediaConnectFlowRequest[];
1922
+
1923
+ Name?: string;
1924
+
1925
+ RequestId?: string;
1926
+
1927
+ RoleArn?: string;
1928
+
1929
+ Sources?: InputSourceRequest[];
1930
+
1931
+ Tags?: {
1932
+ [key: string]: string;
1933
+ };
1934
+
1935
+ Type?: InputType | string;
1936
+
1937
+ Vpc?: InputVpcRequest;
1938
+ }
1939
+ export declare namespace CreateInputRequest {
1940
+
1941
+ const filterSensitiveLog: (obj: CreateInputRequest) => any;
1942
+ }
1943
+
1944
+ export interface CreateInputResponse {
1945
+
1946
+ Input?: Input;
1947
+ }
1948
+ export declare namespace CreateInputResponse {
1949
+
1950
+ const filterSensitiveLog: (obj: CreateInputResponse) => any;
1951
+ }
1952
+
1953
+ export interface CreateInputSecurityGroupRequest {
1954
+
1955
+ Tags?: {
1956
+ [key: string]: string;
1957
+ };
1958
+
1959
+ WhitelistRules?: InputWhitelistRuleCidr[];
1960
+ }
1961
+ export declare namespace CreateInputSecurityGroupRequest {
1962
+
1963
+ const filterSensitiveLog: (obj: CreateInputSecurityGroupRequest) => any;
1964
+ }
1965
+
1966
+ export interface CreateInputSecurityGroupResponse {
1967
+
1968
+ SecurityGroup?: InputSecurityGroup;
1969
+ }
1970
+ export declare namespace CreateInputSecurityGroupResponse {
1971
+
1972
+ const filterSensitiveLog: (obj: CreateInputSecurityGroupResponse) => any;
1973
+ }
1974
+
1975
+ export interface MultiplexSettings {
1976
+
1977
+ MaximumVideoBufferDelayMilliseconds?: number;
1978
+
1979
+ TransportStreamBitrate: number | undefined;
1980
+
1981
+ TransportStreamId: number | undefined;
1982
+
1983
+ TransportStreamReservedBitrate?: number;
1984
+ }
1985
+ export declare namespace MultiplexSettings {
1986
+
1987
+ const filterSensitiveLog: (obj: MultiplexSettings) => any;
1988
+ }
1989
+
1990
+ export interface CreateMultiplexRequest {
1991
+
1992
+ AvailabilityZones: string[] | undefined;
1993
+
1994
+ MultiplexSettings: MultiplexSettings | undefined;
1995
+
1996
+ Name: string | undefined;
1997
+
1998
+ RequestId?: string;
1999
+
2000
+ Tags?: {
2001
+ [key: string]: string;
2002
+ };
2003
+ }
2004
+ export declare namespace CreateMultiplexRequest {
2005
+
2006
+ const filterSensitiveLog: (obj: CreateMultiplexRequest) => any;
2007
+ }
2008
+
2009
+ export interface Multiplex {
2010
+
2011
+ Arn?: string;
2012
+
2013
+ AvailabilityZones?: string[];
2014
+
2015
+ Destinations?: MultiplexOutputDestination[];
2016
+
2017
+ Id?: string;
2018
+
2019
+ MultiplexSettings?: MultiplexSettings;
2020
+
2021
+ Name?: string;
2022
+
2023
+ PipelinesRunningCount?: number;
2024
+
2025
+ ProgramCount?: number;
2026
+
2027
+ State?: MultiplexState | string;
2028
+
2029
+ Tags?: {
2030
+ [key: string]: string;
2031
+ };
2032
+ }
2033
+ export declare namespace Multiplex {
2034
+
2035
+ const filterSensitiveLog: (obj: Multiplex) => any;
2036
+ }
2037
+
2038
+ export interface CreateMultiplexResponse {
2039
+
2040
+ Multiplex?: Multiplex;
2041
+ }
2042
+ export declare namespace CreateMultiplexResponse {
2043
+
2044
+ const filterSensitiveLog: (obj: CreateMultiplexResponse) => any;
2045
+ }
2046
+ export declare enum PreferredChannelPipeline {
2047
+ CURRENTLY_ACTIVE = "CURRENTLY_ACTIVE",
2048
+ PIPELINE_0 = "PIPELINE_0",
2049
+ PIPELINE_1 = "PIPELINE_1"
2050
+ }
2051
+
2052
+ export interface MultiplexProgramServiceDescriptor {
2053
+
2054
+ ProviderName: string | undefined;
2055
+
2056
+ ServiceName: string | undefined;
2057
+ }
2058
+ export declare namespace MultiplexProgramServiceDescriptor {
2059
+
2060
+ const filterSensitiveLog: (obj: MultiplexProgramServiceDescriptor) => any;
2061
+ }
2062
+
2063
+ export interface MultiplexStatmuxVideoSettings {
2064
+
2065
+ MaximumBitrate?: number;
2066
+
2067
+ MinimumBitrate?: number;
2068
+
2069
+ Priority?: number;
2070
+ }
2071
+ export declare namespace MultiplexStatmuxVideoSettings {
2072
+
2073
+ const filterSensitiveLog: (obj: MultiplexStatmuxVideoSettings) => any;
2074
+ }
2075
+
2076
+ export interface MultiplexVideoSettings {
2077
+
2078
+ ConstantBitrate?: number;
2079
+
2080
+ StatmuxSettings?: MultiplexStatmuxVideoSettings;
2081
+ }
2082
+ export declare namespace MultiplexVideoSettings {
2083
+
2084
+ const filterSensitiveLog: (obj: MultiplexVideoSettings) => any;
2085
+ }
2086
+
2087
+ export interface MultiplexProgramSettings {
2088
+
2089
+ PreferredChannelPipeline?: PreferredChannelPipeline | string;
2090
+
2091
+ ProgramNumber: number | undefined;
2092
+
2093
+ ServiceDescriptor?: MultiplexProgramServiceDescriptor;
2094
+
2095
+ VideoSettings?: MultiplexVideoSettings;
2096
+ }
2097
+ export declare namespace MultiplexProgramSettings {
2098
+
2099
+ const filterSensitiveLog: (obj: MultiplexProgramSettings) => any;
2100
+ }
2101
+
2102
+ export interface CreateMultiplexProgramRequest {
2103
+
2104
+ MultiplexId: string | undefined;
2105
+
2106
+ MultiplexProgramSettings: MultiplexProgramSettings | undefined;
2107
+
2108
+ ProgramName: string | undefined;
2109
+
2110
+ RequestId?: string;
2111
+ }
2112
+ export declare namespace CreateMultiplexProgramRequest {
2113
+
2114
+ const filterSensitiveLog: (obj: CreateMultiplexProgramRequest) => any;
2115
+ }
2116
+
2117
+ export interface MultiplexProgramPacketIdentifiersMap {
2118
+
2119
+ AudioPids?: number[];
2120
+
2121
+ DvbSubPids?: number[];
2122
+
2123
+ DvbTeletextPid?: number;
2124
+
2125
+ EtvPlatformPid?: number;
2126
+
2127
+ EtvSignalPid?: number;
2128
+
2129
+ KlvDataPids?: number[];
2130
+
2131
+ PcrPid?: number;
2132
+
2133
+ PmtPid?: number;
2134
+
2135
+ PrivateMetadataPid?: number;
2136
+
2137
+ Scte27Pids?: number[];
2138
+
2139
+ Scte35Pid?: number;
2140
+
2141
+ TimedMetadataPid?: number;
2142
+
2143
+ VideoPid?: number;
2144
+ }
2145
+ export declare namespace MultiplexProgramPacketIdentifiersMap {
2146
+
2147
+ const filterSensitiveLog: (obj: MultiplexProgramPacketIdentifiersMap) => any;
2148
+ }
2149
+
2150
+ export interface MultiplexProgram {
2151
+
2152
+ ChannelId?: string;
2153
+
2154
+ MultiplexProgramSettings?: MultiplexProgramSettings;
2155
+
2156
+ PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
2157
+
2158
+ PipelineDetails?: MultiplexProgramPipelineDetail[];
2159
+
2160
+ ProgramName?: string;
2161
+ }
2162
+ export declare namespace MultiplexProgram {
2163
+
2164
+ const filterSensitiveLog: (obj: MultiplexProgram) => any;
2165
+ }
2166
+
2167
+ export interface CreateMultiplexProgramResponse {
2168
+
2169
+ MultiplexProgram?: MultiplexProgram;
2170
+ }
2171
+ export declare namespace CreateMultiplexProgramResponse {
2172
+
2173
+ const filterSensitiveLog: (obj: CreateMultiplexProgramResponse) => any;
2174
+ }
2175
+
2176
+ export interface CreatePartnerInputRequest {
2177
+
2178
+ InputId: string | undefined;
2179
+
2180
+ RequestId?: string;
2181
+
2182
+ Tags?: {
2183
+ [key: string]: string;
2184
+ };
2185
+ }
2186
+ export declare namespace CreatePartnerInputRequest {
2187
+
2188
+ const filterSensitiveLog: (obj: CreatePartnerInputRequest) => any;
2189
+ }
2190
+
2191
+ export interface CreatePartnerInputResponse {
2192
+
2193
+ Input?: Input;
2194
+ }
2195
+ export declare namespace CreatePartnerInputResponse {
2196
+
2197
+ const filterSensitiveLog: (obj: CreatePartnerInputResponse) => any;
2198
+ }
2199
+
2200
+ export interface CreateTagsRequest {
2201
+
2202
+ ResourceArn: string | undefined;
2203
+
2204
+ Tags?: {
2205
+ [key: string]: string;
2206
+ };
2207
+ }
2208
+ export declare namespace CreateTagsRequest {
2209
+
2210
+ const filterSensitiveLog: (obj: CreateTagsRequest) => any;
2211
+ }
2212
+
2213
+ export interface DeleteChannelRequest {
2214
+
2215
+ ChannelId: string | undefined;
2216
+ }
2217
+ export declare namespace DeleteChannelRequest {
2218
+
2219
+ const filterSensitiveLog: (obj: DeleteChannelRequest) => any;
2220
+ }
2221
+
2222
+ export interface DeleteChannelResponse {
2223
+
2224
+ Arn?: string;
2225
+
2226
+ CdiInputSpecification?: CdiInputSpecification;
2227
+
2228
+ ChannelClass?: ChannelClass | string;
2229
+
2230
+ Destinations?: OutputDestination[];
2231
+
2232
+ EgressEndpoints?: ChannelEgressEndpoint[];
2233
+
2234
+ EncoderSettings?: EncoderSettings;
2235
+
2236
+ Id?: string;
2237
+
2238
+ InputAttachments?: InputAttachment[];
2239
+
2240
+ InputSpecification?: InputSpecification;
2241
+
2242
+ LogLevel?: LogLevel | string;
2243
+
2244
+ Name?: string;
2245
+
2246
+ PipelineDetails?: PipelineDetail[];
2247
+
2248
+ PipelinesRunningCount?: number;
2249
+
2250
+ RoleArn?: string;
2251
+
2252
+ State?: ChannelState | string;
2253
+
2254
+ Tags?: {
2255
+ [key: string]: string;
2256
+ };
2257
+
2258
+ Vpc?: VpcOutputSettingsDescription;
2259
+ }
2260
+ export declare namespace DeleteChannelResponse {
2261
+
2262
+ const filterSensitiveLog: (obj: DeleteChannelResponse) => any;
2263
+ }
2264
+
2265
+ export interface DeleteInputRequest {
2266
+
2267
+ InputId: string | undefined;
2268
+ }
2269
+ export declare namespace DeleteInputRequest {
2270
+
2271
+ const filterSensitiveLog: (obj: DeleteInputRequest) => any;
2272
+ }
2273
+
2274
+ export interface DeleteInputResponse {
2275
+ }
2276
+ export declare namespace DeleteInputResponse {
2277
+
2278
+ const filterSensitiveLog: (obj: DeleteInputResponse) => any;
2279
+ }
2280
+
2281
+ export interface DeleteInputSecurityGroupRequest {
2282
+
2283
+ InputSecurityGroupId: string | undefined;
2284
+ }
2285
+ export declare namespace DeleteInputSecurityGroupRequest {
2286
+
2287
+ const filterSensitiveLog: (obj: DeleteInputSecurityGroupRequest) => any;
2288
+ }
2289
+
2290
+ export interface DeleteInputSecurityGroupResponse {
2291
+ }
2292
+ export declare namespace DeleteInputSecurityGroupResponse {
2293
+
2294
+ const filterSensitiveLog: (obj: DeleteInputSecurityGroupResponse) => any;
2295
+ }
2296
+
2297
+ export interface DeleteMultiplexRequest {
2298
+
2299
+ MultiplexId: string | undefined;
2300
+ }
2301
+ export declare namespace DeleteMultiplexRequest {
2302
+
2303
+ const filterSensitiveLog: (obj: DeleteMultiplexRequest) => any;
2304
+ }
2305
+
2306
+ export interface DeleteMultiplexResponse {
2307
+
2308
+ Arn?: string;
2309
+
2310
+ AvailabilityZones?: string[];
2311
+
2312
+ Destinations?: MultiplexOutputDestination[];
2313
+
2314
+ Id?: string;
2315
+
2316
+ MultiplexSettings?: MultiplexSettings;
2317
+
2318
+ Name?: string;
2319
+
2320
+ PipelinesRunningCount?: number;
2321
+
2322
+ ProgramCount?: number;
2323
+
2324
+ State?: MultiplexState | string;
2325
+
2326
+ Tags?: {
2327
+ [key: string]: string;
2328
+ };
2329
+ }
2330
+ export declare namespace DeleteMultiplexResponse {
2331
+
2332
+ const filterSensitiveLog: (obj: DeleteMultiplexResponse) => any;
2333
+ }
2334
+
2335
+ export interface DeleteMultiplexProgramRequest {
2336
+
2337
+ MultiplexId: string | undefined;
2338
+
2339
+ ProgramName: string | undefined;
2340
+ }
2341
+ export declare namespace DeleteMultiplexProgramRequest {
2342
+
2343
+ const filterSensitiveLog: (obj: DeleteMultiplexProgramRequest) => any;
2344
+ }
2345
+
2346
+ export interface DeleteMultiplexProgramResponse {
2347
+
2348
+ ChannelId?: string;
2349
+
2350
+ MultiplexProgramSettings?: MultiplexProgramSettings;
2351
+
2352
+ PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
2353
+
2354
+ PipelineDetails?: MultiplexProgramPipelineDetail[];
2355
+
2356
+ ProgramName?: string;
2357
+ }
2358
+ export declare namespace DeleteMultiplexProgramResponse {
2359
+
2360
+ const filterSensitiveLog: (obj: DeleteMultiplexProgramResponse) => any;
2361
+ }
2362
+
2363
+ export interface DeleteReservationRequest {
2364
+
2365
+ ReservationId: string | undefined;
2366
+ }
2367
+ export declare namespace DeleteReservationRequest {
2368
+
2369
+ const filterSensitiveLog: (obj: DeleteReservationRequest) => any;
2370
+ }
2371
+
2372
+ export interface DeleteReservationResponse {
2373
+
2374
+ Arn?: string;
2375
+
2376
+ Count?: number;
2377
+
2378
+ CurrencyCode?: string;
2379
+
2380
+ Duration?: number;
2381
+
2382
+ DurationUnits?: OfferingDurationUnits | string;
2383
+
2384
+ End?: string;
2385
+
2386
+ FixedPrice?: number;
2387
+
2388
+ Name?: string;
2389
+
2390
+ OfferingDescription?: string;
2391
+
2392
+ OfferingId?: string;
2393
+
2394
+ OfferingType?: OfferingType | string;
2395
+
2396
+ Region?: string;
2397
+
2398
+ ReservationId?: string;
2399
+
2400
+ ResourceSpecification?: ReservationResourceSpecification;
2401
+
2402
+ Start?: string;
2403
+
2404
+ State?: ReservationState | string;
2405
+
2406
+ Tags?: {
2407
+ [key: string]: string;
2408
+ };
2409
+
2410
+ UsagePrice?: number;
2411
+ }
2412
+ export declare namespace DeleteReservationResponse {
2413
+
2414
+ const filterSensitiveLog: (obj: DeleteReservationResponse) => any;
2415
+ }
2416
+
2417
+ export interface DeleteScheduleRequest {
2418
+
2419
+ ChannelId: string | undefined;
2420
+ }
2421
+ export declare namespace DeleteScheduleRequest {
2422
+
2423
+ const filterSensitiveLog: (obj: DeleteScheduleRequest) => any;
2424
+ }
2425
+
2426
+ export interface DeleteScheduleResponse {
2427
+ }
2428
+ export declare namespace DeleteScheduleResponse {
2429
+
2430
+ const filterSensitiveLog: (obj: DeleteScheduleResponse) => any;
2431
+ }
2432
+
2433
+ export interface DeleteTagsRequest {
2434
+
2435
+ ResourceArn: string | undefined;
2436
+
2437
+ TagKeys: string[] | undefined;
2438
+ }
2439
+ export declare namespace DeleteTagsRequest {
2440
+
2441
+ const filterSensitiveLog: (obj: DeleteTagsRequest) => any;
2442
+ }
2443
+
2444
+ export interface DescribeChannelRequest {
2445
+
2446
+ ChannelId: string | undefined;
2447
+ }
2448
+ export declare namespace DescribeChannelRequest {
2449
+
2450
+ const filterSensitiveLog: (obj: DescribeChannelRequest) => any;
2451
+ }
2452
+
2453
+ export interface DescribeChannelResponse {
2454
+
2455
+ Arn?: string;
2456
+
2457
+ CdiInputSpecification?: CdiInputSpecification;
2458
+
2459
+ ChannelClass?: ChannelClass | string;
2460
+
2461
+ Destinations?: OutputDestination[];
2462
+
2463
+ EgressEndpoints?: ChannelEgressEndpoint[];
2464
+
2465
+ EncoderSettings?: EncoderSettings;
2466
+
2467
+ Id?: string;
2468
+
2469
+ InputAttachments?: InputAttachment[];
2470
+
2471
+ InputSpecification?: InputSpecification;
2472
+
2473
+ LogLevel?: LogLevel | string;
2474
+
2475
+ Name?: string;
2476
+
2477
+ PipelineDetails?: PipelineDetail[];
2478
+
2479
+ PipelinesRunningCount?: number;
2480
+
2481
+ RoleArn?: string;
2482
+
2483
+ State?: ChannelState | string;
2484
+
2485
+ Tags?: {
2486
+ [key: string]: string;
2487
+ };
2488
+
2489
+ Vpc?: VpcOutputSettingsDescription;
2490
+ }
2491
+ export declare namespace DescribeChannelResponse {
2492
+
2493
+ const filterSensitiveLog: (obj: DescribeChannelResponse) => any;
2494
+ }
2495
+
2496
+ export interface DescribeInputRequest {
2497
+
2498
+ InputId: string | undefined;
2499
+ }
2500
+ export declare namespace DescribeInputRequest {
2501
+
2502
+ const filterSensitiveLog: (obj: DescribeInputRequest) => any;
2503
+ }
2504
+
2505
+ export interface DescribeInputResponse {
2506
+
2507
+ Arn?: string;
2508
+
2509
+ AttachedChannels?: string[];
2510
+
2511
+ Destinations?: InputDestination[];
2512
+
2513
+ Id?: string;
2514
+
2515
+ InputClass?: InputClass | string;
2516
+
2517
+ InputDevices?: InputDeviceSettings[];
2518
+
2519
+ InputPartnerIds?: string[];
2520
+
2521
+ InputSourceType?: InputSourceType | string;
2522
+
2523
+ MediaConnectFlows?: MediaConnectFlow[];
2524
+
2525
+ Name?: string;
2526
+
2527
+ RoleArn?: string;
2528
+
2529
+ SecurityGroups?: string[];
2530
+
2531
+ Sources?: InputSource[];
2532
+
2533
+ State?: InputState | string;
2534
+
2535
+ Tags?: {
2536
+ [key: string]: string;
2537
+ };
2538
+
2539
+ Type?: InputType | string;
2540
+ }
2541
+ export declare namespace DescribeInputResponse {
2542
+
2543
+ const filterSensitiveLog: (obj: DescribeInputResponse) => any;
2544
+ }
2545
+
2546
+ export interface DescribeInputDeviceRequest {
2547
+
2548
+ InputDeviceId: string | undefined;
2549
+ }
2550
+ export declare namespace DescribeInputDeviceRequest {
2551
+
2552
+ const filterSensitiveLog: (obj: DescribeInputDeviceRequest) => any;
2553
+ }
2554
+
2555
+ export interface DescribeInputDeviceResponse {
2556
+
2557
+ Arn?: string;
2558
+
2559
+ ConnectionState?: InputDeviceConnectionState | string;
2560
+
2561
+ DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
2562
+
2563
+ DeviceUpdateStatus?: DeviceUpdateStatus | string;
2564
+
2565
+ HdDeviceSettings?: InputDeviceHdSettings;
2566
+
2567
+ Id?: string;
2568
+
2569
+ MacAddress?: string;
2570
+
2571
+ Name?: string;
2572
+
2573
+ NetworkSettings?: InputDeviceNetworkSettings;
2574
+
2575
+ SerialNumber?: string;
2576
+
2577
+ Type?: InputDeviceType | string;
2578
+
2579
+ UhdDeviceSettings?: InputDeviceUhdSettings;
2580
+ }
2581
+ export declare namespace DescribeInputDeviceResponse {
2582
+
2583
+ const filterSensitiveLog: (obj: DescribeInputDeviceResponse) => any;
2584
+ }
2585
+
2586
+ export interface DescribeInputDeviceThumbnailRequest {
2587
+
2588
+ InputDeviceId: string | undefined;
2589
+
2590
+ Accept: AcceptHeader | string | undefined;
2591
+ }
2592
+ export declare namespace DescribeInputDeviceThumbnailRequest {
2593
+
2594
+ const filterSensitiveLog: (obj: DescribeInputDeviceThumbnailRequest) => any;
2595
+ }
2596
+
2597
+ export interface DescribeInputDeviceThumbnailResponse {
2598
+
2599
+ Body?: Readable | ReadableStream | Blob;
2600
+
2601
+ ContentType?: ContentType | string;
2602
+
2603
+ ContentLength?: number;
2604
+
2605
+ ETag?: string;
2606
+
2607
+ LastModified?: Date;
2608
+ }
2609
+ export declare namespace DescribeInputDeviceThumbnailResponse {
2610
+
2611
+ const filterSensitiveLog: (obj: DescribeInputDeviceThumbnailResponse) => any;
2612
+ }
2613
+
2614
+ export interface DescribeInputSecurityGroupRequest {
2615
+
2616
+ InputSecurityGroupId: string | undefined;
2617
+ }
2618
+ export declare namespace DescribeInputSecurityGroupRequest {
2619
+
2620
+ const filterSensitiveLog: (obj: DescribeInputSecurityGroupRequest) => any;
2621
+ }
2622
+
2623
+ export interface DescribeInputSecurityGroupResponse {
2624
+
2625
+ Arn?: string;
2626
+
2627
+ Id?: string;
2628
+
2629
+ Inputs?: string[];
2630
+
2631
+ State?: InputSecurityGroupState | string;
2632
+
2633
+ Tags?: {
2634
+ [key: string]: string;
2635
+ };
2636
+
2637
+ WhitelistRules?: InputWhitelistRule[];
2638
+ }
2639
+ export declare namespace DescribeInputSecurityGroupResponse {
2640
+
2641
+ const filterSensitiveLog: (obj: DescribeInputSecurityGroupResponse) => any;
2642
+ }
2643
+
2644
+ export interface DescribeMultiplexRequest {
2645
+
2646
+ MultiplexId: string | undefined;
2647
+ }
2648
+ export declare namespace DescribeMultiplexRequest {
2649
+
2650
+ const filterSensitiveLog: (obj: DescribeMultiplexRequest) => any;
2651
+ }
2652
+
2653
+ export interface DescribeMultiplexResponse {
2654
+
2655
+ Arn?: string;
2656
+
2657
+ AvailabilityZones?: string[];
2658
+
2659
+ Destinations?: MultiplexOutputDestination[];
2660
+
2661
+ Id?: string;
2662
+
2663
+ MultiplexSettings?: MultiplexSettings;
2664
+
2665
+ Name?: string;
2666
+
2667
+ PipelinesRunningCount?: number;
2668
+
2669
+ ProgramCount?: number;
2670
+
2671
+ State?: MultiplexState | string;
2672
+
2673
+ Tags?: {
2674
+ [key: string]: string;
2675
+ };
2676
+ }
2677
+ export declare namespace DescribeMultiplexResponse {
2678
+
2679
+ const filterSensitiveLog: (obj: DescribeMultiplexResponse) => any;
2680
+ }
2681
+
2682
+ export interface DescribeMultiplexProgramRequest {
2683
+
2684
+ MultiplexId: string | undefined;
2685
+
2686
+ ProgramName: string | undefined;
2687
+ }
2688
+ export declare namespace DescribeMultiplexProgramRequest {
2689
+
2690
+ const filterSensitiveLog: (obj: DescribeMultiplexProgramRequest) => any;
2691
+ }
2692
+
2693
+ export interface DescribeMultiplexProgramResponse {
2694
+
2695
+ ChannelId?: string;
2696
+
2697
+ MultiplexProgramSettings?: MultiplexProgramSettings;
2698
+
2699
+ PacketIdentifiersMap?: MultiplexProgramPacketIdentifiersMap;
2700
+
2701
+ PipelineDetails?: MultiplexProgramPipelineDetail[];
2702
+
2703
+ ProgramName?: string;
2704
+ }
2705
+ export declare namespace DescribeMultiplexProgramResponse {
2706
+
2707
+ const filterSensitiveLog: (obj: DescribeMultiplexProgramResponse) => any;
2708
+ }
2709
+
2710
+ export interface DescribeOfferingRequest {
2711
+
2712
+ OfferingId: string | undefined;
2713
+ }
2714
+ export declare namespace DescribeOfferingRequest {
2715
+
2716
+ const filterSensitiveLog: (obj: DescribeOfferingRequest) => any;
2717
+ }
2718
+
2719
+ export interface DescribeOfferingResponse {
2720
+
2721
+ Arn?: string;
2722
+
2723
+ CurrencyCode?: string;
2724
+
2725
+ Duration?: number;
2726
+
2727
+ DurationUnits?: OfferingDurationUnits | string;
2728
+
2729
+ FixedPrice?: number;
2730
+
2731
+ OfferingDescription?: string;
2732
+
2733
+ OfferingId?: string;
2734
+
2735
+ OfferingType?: OfferingType | string;
2736
+
2737
+ Region?: string;
2738
+
2739
+ ResourceSpecification?: ReservationResourceSpecification;
2740
+
2741
+ UsagePrice?: number;
2742
+ }
2743
+ export declare namespace DescribeOfferingResponse {
2744
+
2745
+ const filterSensitiveLog: (obj: DescribeOfferingResponse) => any;
2746
+ }
2747
+
2748
+ export interface DescribeReservationRequest {
2749
+
2750
+ ReservationId: string | undefined;
2751
+ }
2752
+ export declare namespace DescribeReservationRequest {
2753
+
2754
+ const filterSensitiveLog: (obj: DescribeReservationRequest) => any;
2755
+ }
2756
+
2757
+ export interface DescribeReservationResponse {
2758
+
2759
+ Arn?: string;
2760
+
2761
+ Count?: number;
2762
+
2763
+ CurrencyCode?: string;
2764
+
2765
+ Duration?: number;
2766
+
2767
+ DurationUnits?: OfferingDurationUnits | string;
2768
+
2769
+ End?: string;
2770
+
2771
+ FixedPrice?: number;
2772
+
2773
+ Name?: string;
2774
+
2775
+ OfferingDescription?: string;
2776
+
2777
+ OfferingId?: string;
2778
+
2779
+ OfferingType?: OfferingType | string;
2780
+
2781
+ Region?: string;
2782
+
2783
+ ReservationId?: string;
2784
+
2785
+ ResourceSpecification?: ReservationResourceSpecification;
2786
+
2787
+ Start?: string;
2788
+
2789
+ State?: ReservationState | string;
2790
+
2791
+ Tags?: {
2792
+ [key: string]: string;
2793
+ };
2794
+
2795
+ UsagePrice?: number;
2796
+ }
2797
+ export declare namespace DescribeReservationResponse {
2798
+
2799
+ const filterSensitiveLog: (obj: DescribeReservationResponse) => any;
2800
+ }
2801
+
2802
+ export interface DescribeScheduleRequest {
2803
+
2804
+ ChannelId: string | undefined;
2805
+
2806
+ MaxResults?: number;
2807
+
2808
+ NextToken?: string;
2809
+ }
2810
+ export declare namespace DescribeScheduleRequest {
2811
+
2812
+ const filterSensitiveLog: (obj: DescribeScheduleRequest) => any;
2813
+ }
2814
+
2815
+ export interface DescribeScheduleResponse {
2816
+
2817
+ NextToken?: string;
2818
+
2819
+ ScheduleActions?: ScheduleAction[];
2820
+ }
2821
+ export declare namespace DescribeScheduleResponse {
2822
+
2823
+ const filterSensitiveLog: (obj: DescribeScheduleResponse) => any;
2824
+ }
2825
+
2826
+ export interface InputDeviceConfigurableSettings {
2827
+
2828
+ ConfiguredInput?: InputDeviceConfiguredInput | string;
2829
+
2830
+ MaxBitrate?: number;
2831
+ }
2832
+ export declare namespace InputDeviceConfigurableSettings {
2833
+
2834
+ const filterSensitiveLog: (obj: InputDeviceConfigurableSettings) => any;
2835
+ }
2836
+
2837
+ export interface ListChannelsRequest {
2838
+
2839
+ MaxResults?: number;
2840
+
2841
+ NextToken?: string;
2842
+ }
2843
+ export declare namespace ListChannelsRequest {
2844
+
2845
+ const filterSensitiveLog: (obj: ListChannelsRequest) => any;
2846
+ }
2847
+
2848
+ export interface ListChannelsResponse {
2849
+
2850
+ Channels?: ChannelSummary[];
2851
+
2852
+ NextToken?: string;
2853
+ }
2854
+ export declare namespace ListChannelsResponse {
2855
+
2856
+ const filterSensitiveLog: (obj: ListChannelsResponse) => any;
2857
+ }
2858
+
2859
+ export interface ListInputDevicesRequest {
2860
+
2861
+ MaxResults?: number;
2862
+
2863
+ NextToken?: string;
2864
+ }
2865
+ export declare namespace ListInputDevicesRequest {
2866
+
2867
+ const filterSensitiveLog: (obj: ListInputDevicesRequest) => any;
2868
+ }
2869
+
2870
+ export interface ListInputDevicesResponse {
2871
+
2872
+ InputDevices?: InputDeviceSummary[];
2873
+
2874
+ NextToken?: string;
2875
+ }
2876
+ export declare namespace ListInputDevicesResponse {
2877
+
2878
+ const filterSensitiveLog: (obj: ListInputDevicesResponse) => any;
2879
+ }
2880
+
2881
+ export interface ListInputDeviceTransfersRequest {
2882
+
2883
+ MaxResults?: number;
2884
+
2885
+ NextToken?: string;
2886
+
2887
+ TransferType: string | undefined;
2888
+ }
2889
+ export declare namespace ListInputDeviceTransfersRequest {
2890
+
2891
+ const filterSensitiveLog: (obj: ListInputDeviceTransfersRequest) => any;
2892
+ }
2893
+
2894
+ export interface ListInputDeviceTransfersResponse {
2895
+
2896
+ InputDeviceTransfers?: TransferringInputDeviceSummary[];
2897
+
2898
+ NextToken?: string;
2899
+ }
2900
+ export declare namespace ListInputDeviceTransfersResponse {
2901
+
2902
+ const filterSensitiveLog: (obj: ListInputDeviceTransfersResponse) => any;
2903
+ }
2904
+
2905
+ export interface ListInputsRequest {
2906
+
2907
+ MaxResults?: number;
2908
+
2909
+ NextToken?: string;
2910
+ }
2911
+ export declare namespace ListInputsRequest {
2912
+
2913
+ const filterSensitiveLog: (obj: ListInputsRequest) => any;
2914
+ }
2915
+
2916
+ export interface ListInputsResponse {
2917
+
2918
+ Inputs?: Input[];
2919
+
2920
+ NextToken?: string;
2921
+ }
2922
+ export declare namespace ListInputsResponse {
2923
+
2924
+ const filterSensitiveLog: (obj: ListInputsResponse) => any;
2925
+ }
2926
+
2927
+ export interface ListInputSecurityGroupsRequest {
2928
+
2929
+ MaxResults?: number;
2930
+
2931
+ NextToken?: string;
2932
+ }
2933
+ export declare namespace ListInputSecurityGroupsRequest {
2934
+
2935
+ const filterSensitiveLog: (obj: ListInputSecurityGroupsRequest) => any;
2936
+ }
2937
+
2938
+ export interface ListInputSecurityGroupsResponse {
2939
+
2940
+ InputSecurityGroups?: InputSecurityGroup[];
2941
+
2942
+ NextToken?: string;
2943
+ }
2944
+ export declare namespace ListInputSecurityGroupsResponse {
2945
+
2946
+ const filterSensitiveLog: (obj: ListInputSecurityGroupsResponse) => any;
2947
+ }
2948
+
2949
+ export interface ListMultiplexesRequest {
2950
+
2951
+ MaxResults?: number;
2952
+
2953
+ NextToken?: string;
2954
+ }
2955
+ export declare namespace ListMultiplexesRequest {
2956
+
2957
+ const filterSensitiveLog: (obj: ListMultiplexesRequest) => any;
2958
+ }
2959
+
2960
+ export interface ListMultiplexesResponse {
2961
+
2962
+ Multiplexes?: MultiplexSummary[];
2963
+
2964
+ NextToken?: string;
2965
+ }
2966
+ export declare namespace ListMultiplexesResponse {
2967
+
2968
+ const filterSensitiveLog: (obj: ListMultiplexesResponse) => any;
2969
+ }
2970
+
2971
+ export interface ListMultiplexProgramsRequest {
2972
+
2973
+ MaxResults?: number;
2974
+
2975
+ MultiplexId: string | undefined;
2976
+
2977
+ NextToken?: string;
2978
+ }
2979
+ export declare namespace ListMultiplexProgramsRequest {
2980
+
2981
+ const filterSensitiveLog: (obj: ListMultiplexProgramsRequest) => any;
2982
+ }
2983
+
2984
+ export interface ListMultiplexProgramsResponse {
2985
+
2986
+ MultiplexPrograms?: MultiplexProgramSummary[];
2987
+
2988
+ NextToken?: string;
2989
+ }
2990
+ export declare namespace ListMultiplexProgramsResponse {
2991
+
2992
+ const filterSensitiveLog: (obj: ListMultiplexProgramsResponse) => any;
2993
+ }
2994
+
2995
+ export interface ListOfferingsRequest {
2996
+
2997
+ ChannelClass?: string;
2998
+
2999
+ ChannelConfiguration?: string;
3000
+
3001
+ Codec?: string;
3002
+
3003
+ Duration?: string;
3004
+
3005
+ MaxResults?: number;
3006
+
3007
+ MaximumBitrate?: string;
3008
+
3009
+ MaximumFramerate?: string;
3010
+
3011
+ NextToken?: string;
3012
+
3013
+ Resolution?: string;
3014
+
3015
+ ResourceType?: string;
3016
+
3017
+ SpecialFeature?: string;
3018
+
3019
+ VideoQuality?: string;
3020
+ }
3021
+ export declare namespace ListOfferingsRequest {
3022
+
3023
+ const filterSensitiveLog: (obj: ListOfferingsRequest) => any;
3024
+ }
3025
+
3026
+ export interface ListOfferingsResponse {
3027
+
3028
+ NextToken?: string;
3029
+
3030
+ Offerings?: Offering[];
3031
+ }
3032
+ export declare namespace ListOfferingsResponse {
3033
+
3034
+ const filterSensitiveLog: (obj: ListOfferingsResponse) => any;
3035
+ }
3036
+
3037
+ export interface ListReservationsRequest {
3038
+
3039
+ ChannelClass?: string;
3040
+
3041
+ Codec?: string;
3042
+
3043
+ MaxResults?: number;
3044
+
3045
+ MaximumBitrate?: string;
3046
+
3047
+ MaximumFramerate?: string;
3048
+
3049
+ NextToken?: string;
3050
+
3051
+ Resolution?: string;
3052
+
3053
+ ResourceType?: string;
3054
+
3055
+ SpecialFeature?: string;
3056
+
3057
+ VideoQuality?: string;
3058
+ }
3059
+ export declare namespace ListReservationsRequest {
3060
+
3061
+ const filterSensitiveLog: (obj: ListReservationsRequest) => any;
3062
+ }
3063
+
3064
+ export interface ListReservationsResponse {
3065
+
3066
+ NextToken?: string;
3067
+
3068
+ Reservations?: Reservation[];
3069
+ }
3070
+ export declare namespace ListReservationsResponse {
3071
+
3072
+ const filterSensitiveLog: (obj: ListReservationsResponse) => any;
3073
+ }
3074
+
3075
+ export interface ListTagsForResourceRequest {
3076
+
3077
+ ResourceArn: string | undefined;
3078
+ }
3079
+ export declare namespace ListTagsForResourceRequest {
3080
+
3081
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3082
+ }
3083
+
3084
+ export interface ListTagsForResourceResponse {
3085
+
3086
+ Tags?: {
3087
+ [key: string]: string;
3088
+ };
3089
+ }
3090
+ export declare namespace ListTagsForResourceResponse {
3091
+
3092
+ const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3093
+ }
3094
+
3095
+ export interface PurchaseOfferingRequest {
3096
+
3097
+ Count: number | undefined;
3098
+
3099
+ Name?: string;
3100
+
3101
+ OfferingId: string | undefined;
3102
+
3103
+ RequestId?: string;
3104
+
3105
+ Start?: string;
3106
+
3107
+ Tags?: {
3108
+ [key: string]: string;
3109
+ };
3110
+ }
3111
+ export declare namespace PurchaseOfferingRequest {
3112
+
3113
+ const filterSensitiveLog: (obj: PurchaseOfferingRequest) => any;
3114
+ }
3115
+
3116
+ export interface PurchaseOfferingResponse {
3117
+
3118
+ Reservation?: Reservation;
3119
+ }
3120
+ export declare namespace PurchaseOfferingResponse {
3121
+
3122
+ const filterSensitiveLog: (obj: PurchaseOfferingResponse) => any;
3123
+ }
3124
+
3125
+ export interface RejectInputDeviceTransferRequest {
3126
+
3127
+ InputDeviceId: string | undefined;
3128
+ }
3129
+ export declare namespace RejectInputDeviceTransferRequest {
3130
+
3131
+ const filterSensitiveLog: (obj: RejectInputDeviceTransferRequest) => any;
3132
+ }
3133
+
3134
+ export interface RejectInputDeviceTransferResponse {
3135
+ }
3136
+ export declare namespace RejectInputDeviceTransferResponse {
3137
+
3138
+ const filterSensitiveLog: (obj: RejectInputDeviceTransferResponse) => any;
3139
+ }
3140
+
3141
+ export interface StartChannelRequest {
3142
+
3143
+ ChannelId: string | undefined;
3144
+ }
3145
+ export declare namespace StartChannelRequest {
3146
+
3147
+ const filterSensitiveLog: (obj: StartChannelRequest) => any;
3148
+ }
3149
+
3150
+ export interface StartChannelResponse {
3151
+
3152
+ Arn?: string;
3153
+
3154
+ CdiInputSpecification?: CdiInputSpecification;
3155
+
3156
+ ChannelClass?: ChannelClass | string;
3157
+
3158
+ Destinations?: OutputDestination[];
3159
+
3160
+ EgressEndpoints?: ChannelEgressEndpoint[];
3161
+
3162
+ EncoderSettings?: EncoderSettings;
3163
+
3164
+ Id?: string;
3165
+
3166
+ InputAttachments?: InputAttachment[];
3167
+
3168
+ InputSpecification?: InputSpecification;
3169
+
3170
+ LogLevel?: LogLevel | string;
3171
+
3172
+ Name?: string;
3173
+
3174
+ PipelineDetails?: PipelineDetail[];
3175
+
3176
+ PipelinesRunningCount?: number;
3177
+
3178
+ RoleArn?: string;
3179
+
3180
+ State?: ChannelState | string;
3181
+
3182
+ Tags?: {
3183
+ [key: string]: string;
3184
+ };
3185
+
3186
+ Vpc?: VpcOutputSettingsDescription;
3187
+ }
3188
+ export declare namespace StartChannelResponse {
3189
+
3190
+ const filterSensitiveLog: (obj: StartChannelResponse) => any;
3191
+ }
3192
+
3193
+ export interface StartMultiplexRequest {
3194
+
3195
+ MultiplexId: string | undefined;
3196
+ }
3197
+ export declare namespace StartMultiplexRequest {
3198
+
3199
+ const filterSensitiveLog: (obj: StartMultiplexRequest) => any;
3200
+ }
3201
+
3202
+ export interface StartMultiplexResponse {
3203
+
3204
+ Arn?: string;
3205
+
3206
+ AvailabilityZones?: string[];
3207
+
3208
+ Destinations?: MultiplexOutputDestination[];
3209
+
3210
+ Id?: string;
3211
+
3212
+ MultiplexSettings?: MultiplexSettings;
3213
+
3214
+ Name?: string;
3215
+
3216
+ PipelinesRunningCount?: number;
3217
+
3218
+ ProgramCount?: number;
3219
+
3220
+ State?: MultiplexState | string;
3221
+
3222
+ Tags?: {
3223
+ [key: string]: string;
3224
+ };
3225
+ }
3226
+ export declare namespace StartMultiplexResponse {
3227
+
3228
+ const filterSensitiveLog: (obj: StartMultiplexResponse) => any;
3229
+ }
3230
+
3231
+ export interface StopChannelRequest {
3232
+
3233
+ ChannelId: string | undefined;
3234
+ }
3235
+ export declare namespace StopChannelRequest {
3236
+
3237
+ const filterSensitiveLog: (obj: StopChannelRequest) => any;
3238
+ }
3239
+
3240
+ export interface StopChannelResponse {
3241
+
3242
+ Arn?: string;
3243
+
3244
+ CdiInputSpecification?: CdiInputSpecification;
3245
+
3246
+ ChannelClass?: ChannelClass | string;
3247
+
3248
+ Destinations?: OutputDestination[];
3249
+
3250
+ EgressEndpoints?: ChannelEgressEndpoint[];
3251
+
3252
+ EncoderSettings?: EncoderSettings;
3253
+
3254
+ Id?: string;
3255
+
3256
+ InputAttachments?: InputAttachment[];
3257
+
3258
+ InputSpecification?: InputSpecification;
3259
+
3260
+ LogLevel?: LogLevel | string;
3261
+
3262
+ Name?: string;
3263
+
3264
+ PipelineDetails?: PipelineDetail[];
3265
+
3266
+ PipelinesRunningCount?: number;
3267
+
3268
+ RoleArn?: string;
3269
+
3270
+ State?: ChannelState | string;
3271
+
3272
+ Tags?: {
3273
+ [key: string]: string;
3274
+ };
3275
+
3276
+ Vpc?: VpcOutputSettingsDescription;
3277
+ }
3278
+ export declare namespace StopChannelResponse {
3279
+
3280
+ const filterSensitiveLog: (obj: StopChannelResponse) => any;
3281
+ }
3282
+
3283
+ export interface StopMultiplexRequest {
3284
+
3285
+ MultiplexId: string | undefined;
3286
+ }
3287
+ export declare namespace StopMultiplexRequest {
3288
+
3289
+ const filterSensitiveLog: (obj: StopMultiplexRequest) => any;
3290
+ }
3291
+
3292
+ export interface StopMultiplexResponse {
3293
+
3294
+ Arn?: string;
3295
+
3296
+ AvailabilityZones?: string[];
3297
+
3298
+ Destinations?: MultiplexOutputDestination[];
3299
+
3300
+ Id?: string;
3301
+
3302
+ MultiplexSettings?: MultiplexSettings;
3303
+
3304
+ Name?: string;
3305
+
3306
+ PipelinesRunningCount?: number;
3307
+
3308
+ ProgramCount?: number;
3309
+
3310
+ State?: MultiplexState | string;
3311
+
3312
+ Tags?: {
3313
+ [key: string]: string;
3314
+ };
3315
+ }
3316
+ export declare namespace StopMultiplexResponse {
3317
+
3318
+ const filterSensitiveLog: (obj: StopMultiplexResponse) => any;
3319
+ }
3320
+
3321
+ export interface TransferInputDeviceRequest {
3322
+
3323
+ InputDeviceId: string | undefined;
3324
+
3325
+ TargetCustomerId?: string;
3326
+
3327
+ TargetRegion?: string;
3328
+
3329
+ TransferMessage?: string;
3330
+ }
3331
+ export declare namespace TransferInputDeviceRequest {
3332
+
3333
+ const filterSensitiveLog: (obj: TransferInputDeviceRequest) => any;
3334
+ }
3335
+
3336
+ export interface TransferInputDeviceResponse {
3337
+ }
3338
+ export declare namespace TransferInputDeviceResponse {
3339
+
3340
+ const filterSensitiveLog: (obj: TransferInputDeviceResponse) => any;
3341
+ }
3342
+
3343
+ export interface UpdateChannelRequest {
3344
+
3345
+ CdiInputSpecification?: CdiInputSpecification;
3346
+
3347
+ ChannelId: string | undefined;
3348
+
3349
+ Destinations?: OutputDestination[];
3350
+
3351
+ EncoderSettings?: EncoderSettings;
3352
+
3353
+ InputAttachments?: InputAttachment[];
3354
+
3355
+ InputSpecification?: InputSpecification;
3356
+
3357
+ LogLevel?: LogLevel | string;
3358
+
3359
+ Name?: string;
3360
+
3361
+ RoleArn?: string;
3362
+ }
3363
+ export declare namespace UpdateChannelRequest {
3364
+
3365
+ const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
3366
+ }
3367
+
3368
+ export interface UpdateChannelResponse {
3369
+
3370
+ Channel?: Channel;
3371
+ }
3372
+ export declare namespace UpdateChannelResponse {
3373
+
3374
+ const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
3375
+ }
3376
+
3377
+ export interface UpdateChannelClassRequest {
3378
+
3379
+ ChannelClass: ChannelClass | string | undefined;
3380
+
3381
+ ChannelId: string | undefined;
3382
+
3383
+ Destinations?: OutputDestination[];
3384
+ }
3385
+ export declare namespace UpdateChannelClassRequest {
3386
+
3387
+ const filterSensitiveLog: (obj: UpdateChannelClassRequest) => any;
3388
+ }
3389
+
3390
+ export interface UpdateChannelClassResponse {
3391
+
3392
+ Channel?: Channel;
3393
+ }
3394
+ export declare namespace UpdateChannelClassResponse {
3395
+
3396
+ const filterSensitiveLog: (obj: UpdateChannelClassResponse) => any;
3397
+ }
3398
+
3399
+ export interface UpdateInputRequest {
3400
+
3401
+ Destinations?: InputDestinationRequest[];
3402
+
3403
+ InputDevices?: InputDeviceRequest[];
3404
+
3405
+ InputId: string | undefined;
3406
+
3407
+ InputSecurityGroups?: string[];
3408
+
3409
+ MediaConnectFlows?: MediaConnectFlowRequest[];
3410
+
3411
+ Name?: string;
3412
+
3413
+ RoleArn?: string;
3414
+
3415
+ Sources?: InputSourceRequest[];
3416
+ }
3417
+ export declare namespace UpdateInputRequest {
3418
+
3419
+ const filterSensitiveLog: (obj: UpdateInputRequest) => any;
3420
+ }
3421
+
3422
+ export interface UpdateInputResponse {
3423
+
3424
+ Input?: Input;
3425
+ }
3426
+ export declare namespace UpdateInputResponse {
3427
+
3428
+ const filterSensitiveLog: (obj: UpdateInputResponse) => any;
3429
+ }
3430
+
3431
+ export interface UpdateInputDeviceRequest {
3432
+
3433
+ HdDeviceSettings?: InputDeviceConfigurableSettings;
3434
+
3435
+ InputDeviceId: string | undefined;
3436
+
3437
+ Name?: string;
3438
+
3439
+ UhdDeviceSettings?: InputDeviceConfigurableSettings;
3440
+ }
3441
+ export declare namespace UpdateInputDeviceRequest {
3442
+
3443
+ const filterSensitiveLog: (obj: UpdateInputDeviceRequest) => any;
3444
+ }
3445
+
3446
+ export interface UpdateInputDeviceResponse {
3447
+
3448
+ Arn?: string;
3449
+
3450
+ ConnectionState?: InputDeviceConnectionState | string;
3451
+
3452
+ DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
3453
+
3454
+ DeviceUpdateStatus?: DeviceUpdateStatus | string;
3455
+
3456
+ HdDeviceSettings?: InputDeviceHdSettings;
3457
+
3458
+ Id?: string;
3459
+
3460
+ MacAddress?: string;
3461
+
3462
+ Name?: string;
3463
+
3464
+ NetworkSettings?: InputDeviceNetworkSettings;
3465
+
3466
+ SerialNumber?: string;
3467
+
3468
+ Type?: InputDeviceType | string;
3469
+
3470
+ UhdDeviceSettings?: InputDeviceUhdSettings;
3471
+ }
3472
+ export declare namespace UpdateInputDeviceResponse {
3473
+
3474
+ const filterSensitiveLog: (obj: UpdateInputDeviceResponse) => any;
3475
+ }
3476
+
3477
+ export interface UpdateInputSecurityGroupRequest {
3478
+
3479
+ InputSecurityGroupId: string | undefined;
3480
+
3481
+ Tags?: {
3482
+ [key: string]: string;
3483
+ };
3484
+
3485
+ WhitelistRules?: InputWhitelistRuleCidr[];
3486
+ }
3487
+ export declare namespace UpdateInputSecurityGroupRequest {
3488
+
3489
+ const filterSensitiveLog: (obj: UpdateInputSecurityGroupRequest) => any;
3490
+ }
3491
+
3492
+ export interface UpdateInputSecurityGroupResponse {
3493
+
3494
+ SecurityGroup?: InputSecurityGroup;
3495
+ }
3496
+ export declare namespace UpdateInputSecurityGroupResponse {
3497
+
3498
+ const filterSensitiveLog: (obj: UpdateInputSecurityGroupResponse) => any;
3499
+ }
3500
+
3501
+ export interface UpdateMultiplexRequest {
3502
+
3503
+ MultiplexId: string | undefined;
3504
+
3505
+ MultiplexSettings?: MultiplexSettings;
3506
+
3507
+ Name?: string;
3508
+ }
3509
+ export declare namespace UpdateMultiplexRequest {
3510
+
3511
+ const filterSensitiveLog: (obj: UpdateMultiplexRequest) => any;
3512
+ }
3513
+
3514
+ export interface UpdateMultiplexResponse {
3515
+
3516
+ Multiplex?: Multiplex;
3517
+ }
3518
+ export declare namespace UpdateMultiplexResponse {
3519
+
3520
+ const filterSensitiveLog: (obj: UpdateMultiplexResponse) => any;
3521
+ }
3522
+
3523
+ export interface UpdateMultiplexProgramRequest {
3524
+
3525
+ MultiplexId: string | undefined;
3526
+
3527
+ MultiplexProgramSettings?: MultiplexProgramSettings;
3528
+
3529
+ ProgramName: string | undefined;
3530
+ }
3531
+ export declare namespace UpdateMultiplexProgramRequest {
3532
+
3533
+ const filterSensitiveLog: (obj: UpdateMultiplexProgramRequest) => any;
3534
+ }
3535
+
3536
+ export interface UpdateMultiplexProgramResponse {
3537
+
3538
+ MultiplexProgram?: MultiplexProgram;
3539
+ }
3540
+ export declare namespace UpdateMultiplexProgramResponse {
3541
+
3542
+ const filterSensitiveLog: (obj: UpdateMultiplexProgramResponse) => any;
3543
+ }
3544
+
3545
+ export interface UpdateReservationRequest {
3546
+
3547
+ Name?: string;
3548
+
3549
+ ReservationId: string | undefined;
3550
+ }
3551
+ export declare namespace UpdateReservationRequest {
3552
+
3553
+ const filterSensitiveLog: (obj: UpdateReservationRequest) => any;
3554
+ }
3555
+
3556
+ export interface UpdateReservationResponse {
3557
+
3558
+ Reservation?: Reservation;
3559
+ }
3560
+ export declare namespace UpdateReservationResponse {
3561
+
3562
+ const filterSensitiveLog: (obj: UpdateReservationResponse) => any;
3563
+ }