@aws-sdk/client-medialive 3.296.0 → 3.298.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 (204) hide show
  1. package/dist-cjs/commands/AcceptInputDeviceTransferCommand.js +2 -3
  2. package/dist-cjs/commands/BatchDeleteCommand.js +2 -3
  3. package/dist-cjs/commands/BatchStartCommand.js +2 -3
  4. package/dist-cjs/commands/BatchStopCommand.js +2 -3
  5. package/dist-cjs/commands/BatchUpdateScheduleCommand.js +2 -3
  6. package/dist-cjs/commands/CancelInputDeviceTransferCommand.js +2 -3
  7. package/dist-cjs/commands/ClaimDeviceCommand.js +2 -3
  8. package/dist-cjs/commands/CreateChannelCommand.js +2 -3
  9. package/dist-cjs/commands/CreateInputCommand.js +2 -3
  10. package/dist-cjs/commands/CreateInputSecurityGroupCommand.js +2 -3
  11. package/dist-cjs/commands/CreateMultiplexCommand.js +2 -3
  12. package/dist-cjs/commands/CreateMultiplexProgramCommand.js +2 -3
  13. package/dist-cjs/commands/CreatePartnerInputCommand.js +2 -3
  14. package/dist-cjs/commands/CreateTagsCommand.js +2 -3
  15. package/dist-cjs/commands/DeleteChannelCommand.js +2 -3
  16. package/dist-cjs/commands/DeleteInputCommand.js +2 -3
  17. package/dist-cjs/commands/DeleteInputSecurityGroupCommand.js +2 -3
  18. package/dist-cjs/commands/DeleteMultiplexCommand.js +2 -3
  19. package/dist-cjs/commands/DeleteMultiplexProgramCommand.js +2 -3
  20. package/dist-cjs/commands/DeleteReservationCommand.js +2 -3
  21. package/dist-cjs/commands/DeleteScheduleCommand.js +2 -3
  22. package/dist-cjs/commands/DeleteTagsCommand.js +2 -3
  23. package/dist-cjs/commands/DescribeChannelCommand.js +2 -3
  24. package/dist-cjs/commands/DescribeInputCommand.js +2 -3
  25. package/dist-cjs/commands/DescribeInputDeviceCommand.js +2 -3
  26. package/dist-cjs/commands/DescribeInputDeviceThumbnailCommand.js +1 -1
  27. package/dist-cjs/commands/DescribeInputSecurityGroupCommand.js +2 -3
  28. package/dist-cjs/commands/DescribeMultiplexCommand.js +2 -3
  29. package/dist-cjs/commands/DescribeMultiplexProgramCommand.js +2 -3
  30. package/dist-cjs/commands/DescribeOfferingCommand.js +2 -3
  31. package/dist-cjs/commands/DescribeReservationCommand.js +2 -3
  32. package/dist-cjs/commands/DescribeScheduleCommand.js +2 -3
  33. package/dist-cjs/commands/ListChannelsCommand.js +2 -3
  34. package/dist-cjs/commands/ListInputDeviceTransfersCommand.js +2 -3
  35. package/dist-cjs/commands/ListInputDevicesCommand.js +2 -3
  36. package/dist-cjs/commands/ListInputSecurityGroupsCommand.js +2 -3
  37. package/dist-cjs/commands/ListInputsCommand.js +2 -3
  38. package/dist-cjs/commands/ListMultiplexProgramsCommand.js +2 -3
  39. package/dist-cjs/commands/ListMultiplexesCommand.js +2 -3
  40. package/dist-cjs/commands/ListOfferingsCommand.js +2 -3
  41. package/dist-cjs/commands/ListReservationsCommand.js +2 -3
  42. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  43. package/dist-cjs/commands/PurchaseOfferingCommand.js +2 -3
  44. package/dist-cjs/commands/RebootInputDeviceCommand.js +2 -3
  45. package/dist-cjs/commands/RejectInputDeviceTransferCommand.js +2 -3
  46. package/dist-cjs/commands/StartChannelCommand.js +2 -3
  47. package/dist-cjs/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -4
  48. package/dist-cjs/commands/StartMultiplexCommand.js +2 -3
  49. package/dist-cjs/commands/StopChannelCommand.js +2 -3
  50. package/dist-cjs/commands/StopMultiplexCommand.js +2 -3
  51. package/dist-cjs/commands/TransferInputDeviceCommand.js +2 -3
  52. package/dist-cjs/commands/UpdateChannelClassCommand.js +2 -3
  53. package/dist-cjs/commands/UpdateChannelCommand.js +2 -3
  54. package/dist-cjs/commands/UpdateInputCommand.js +2 -3
  55. package/dist-cjs/commands/UpdateInputDeviceCommand.js +2 -3
  56. package/dist-cjs/commands/UpdateInputSecurityGroupCommand.js +2 -3
  57. package/dist-cjs/commands/UpdateMultiplexCommand.js +2 -3
  58. package/dist-cjs/commands/UpdateMultiplexProgramCommand.js +2 -3
  59. package/dist-cjs/commands/UpdateReservationCommand.js +2 -3
  60. package/dist-cjs/models/models_0.js +1 -579
  61. package/dist-cjs/models/models_1.js +1 -728
  62. package/dist-cjs/models/models_2.js +0 -101
  63. package/dist-es/commands/AcceptInputDeviceTransferCommand.js +2 -3
  64. package/dist-es/commands/BatchDeleteCommand.js +2 -3
  65. package/dist-es/commands/BatchStartCommand.js +2 -3
  66. package/dist-es/commands/BatchStopCommand.js +2 -3
  67. package/dist-es/commands/BatchUpdateScheduleCommand.js +2 -3
  68. package/dist-es/commands/CancelInputDeviceTransferCommand.js +2 -3
  69. package/dist-es/commands/ClaimDeviceCommand.js +2 -3
  70. package/dist-es/commands/CreateChannelCommand.js +2 -3
  71. package/dist-es/commands/CreateInputCommand.js +2 -3
  72. package/dist-es/commands/CreateInputSecurityGroupCommand.js +2 -3
  73. package/dist-es/commands/CreateMultiplexCommand.js +2 -3
  74. package/dist-es/commands/CreateMultiplexProgramCommand.js +2 -3
  75. package/dist-es/commands/CreatePartnerInputCommand.js +2 -3
  76. package/dist-es/commands/CreateTagsCommand.js +2 -3
  77. package/dist-es/commands/DeleteChannelCommand.js +2 -3
  78. package/dist-es/commands/DeleteInputCommand.js +2 -3
  79. package/dist-es/commands/DeleteInputSecurityGroupCommand.js +2 -3
  80. package/dist-es/commands/DeleteMultiplexCommand.js +2 -3
  81. package/dist-es/commands/DeleteMultiplexProgramCommand.js +2 -3
  82. package/dist-es/commands/DeleteReservationCommand.js +2 -3
  83. package/dist-es/commands/DeleteScheduleCommand.js +2 -3
  84. package/dist-es/commands/DeleteTagsCommand.js +2 -3
  85. package/dist-es/commands/DescribeChannelCommand.js +2 -3
  86. package/dist-es/commands/DescribeInputCommand.js +2 -3
  87. package/dist-es/commands/DescribeInputDeviceCommand.js +2 -3
  88. package/dist-es/commands/DescribeInputDeviceThumbnailCommand.js +2 -2
  89. package/dist-es/commands/DescribeInputSecurityGroupCommand.js +2 -3
  90. package/dist-es/commands/DescribeMultiplexCommand.js +2 -3
  91. package/dist-es/commands/DescribeMultiplexProgramCommand.js +2 -3
  92. package/dist-es/commands/DescribeOfferingCommand.js +2 -3
  93. package/dist-es/commands/DescribeReservationCommand.js +2 -3
  94. package/dist-es/commands/DescribeScheduleCommand.js +2 -3
  95. package/dist-es/commands/ListChannelsCommand.js +2 -3
  96. package/dist-es/commands/ListInputDeviceTransfersCommand.js +2 -3
  97. package/dist-es/commands/ListInputDevicesCommand.js +2 -3
  98. package/dist-es/commands/ListInputSecurityGroupsCommand.js +2 -3
  99. package/dist-es/commands/ListInputsCommand.js +2 -3
  100. package/dist-es/commands/ListMultiplexProgramsCommand.js +2 -3
  101. package/dist-es/commands/ListMultiplexesCommand.js +2 -3
  102. package/dist-es/commands/ListOfferingsCommand.js +2 -3
  103. package/dist-es/commands/ListReservationsCommand.js +2 -3
  104. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  105. package/dist-es/commands/PurchaseOfferingCommand.js +2 -3
  106. package/dist-es/commands/RebootInputDeviceCommand.js +2 -3
  107. package/dist-es/commands/RejectInputDeviceTransferCommand.js +2 -3
  108. package/dist-es/commands/StartChannelCommand.js +2 -3
  109. package/dist-es/commands/StartInputDeviceMaintenanceWindowCommand.js +2 -4
  110. package/dist-es/commands/StartMultiplexCommand.js +2 -3
  111. package/dist-es/commands/StopChannelCommand.js +2 -3
  112. package/dist-es/commands/StopMultiplexCommand.js +2 -3
  113. package/dist-es/commands/TransferInputDeviceCommand.js +2 -3
  114. package/dist-es/commands/UpdateChannelClassCommand.js +2 -3
  115. package/dist-es/commands/UpdateChannelCommand.js +2 -3
  116. package/dist-es/commands/UpdateInputCommand.js +2 -3
  117. package/dist-es/commands/UpdateInputDeviceCommand.js +2 -3
  118. package/dist-es/commands/UpdateInputSecurityGroupCommand.js +2 -3
  119. package/dist-es/commands/UpdateMultiplexCommand.js +2 -3
  120. package/dist-es/commands/UpdateMultiplexProgramCommand.js +2 -3
  121. package/dist-es/commands/UpdateReservationCommand.js +2 -3
  122. package/dist-es/models/models_0.js +0 -432
  123. package/dist-es/models/models_1.js +0 -543
  124. package/dist-es/models/models_2.js +1 -75
  125. package/dist-types/MediaLive.d.ts +60 -0
  126. package/dist-types/MediaLiveClient.d.ts +24 -4
  127. package/dist-types/commands/AcceptInputDeviceTransferCommand.d.ts +16 -0
  128. package/dist-types/commands/BatchDeleteCommand.d.ts +16 -0
  129. package/dist-types/commands/BatchStartCommand.d.ts +16 -0
  130. package/dist-types/commands/BatchStopCommand.d.ts +16 -0
  131. package/dist-types/commands/BatchUpdateScheduleCommand.d.ts +16 -0
  132. package/dist-types/commands/CancelInputDeviceTransferCommand.d.ts +16 -0
  133. package/dist-types/commands/ClaimDeviceCommand.d.ts +16 -0
  134. package/dist-types/commands/CreateChannelCommand.d.ts +16 -0
  135. package/dist-types/commands/CreateInputCommand.d.ts +16 -0
  136. package/dist-types/commands/CreateInputSecurityGroupCommand.d.ts +16 -0
  137. package/dist-types/commands/CreateMultiplexCommand.d.ts +16 -0
  138. package/dist-types/commands/CreateMultiplexProgramCommand.d.ts +16 -0
  139. package/dist-types/commands/CreatePartnerInputCommand.d.ts +16 -0
  140. package/dist-types/commands/CreateTagsCommand.d.ts +16 -0
  141. package/dist-types/commands/DeleteChannelCommand.d.ts +16 -0
  142. package/dist-types/commands/DeleteInputCommand.d.ts +16 -0
  143. package/dist-types/commands/DeleteInputSecurityGroupCommand.d.ts +16 -0
  144. package/dist-types/commands/DeleteMultiplexCommand.d.ts +16 -0
  145. package/dist-types/commands/DeleteMultiplexProgramCommand.d.ts +16 -0
  146. package/dist-types/commands/DeleteReservationCommand.d.ts +16 -0
  147. package/dist-types/commands/DeleteScheduleCommand.d.ts +16 -0
  148. package/dist-types/commands/DeleteTagsCommand.d.ts +16 -0
  149. package/dist-types/commands/DescribeChannelCommand.d.ts +16 -0
  150. package/dist-types/commands/DescribeInputCommand.d.ts +16 -0
  151. package/dist-types/commands/DescribeInputDeviceCommand.d.ts +16 -0
  152. package/dist-types/commands/DescribeInputDeviceThumbnailCommand.d.ts +16 -0
  153. package/dist-types/commands/DescribeInputSecurityGroupCommand.d.ts +16 -0
  154. package/dist-types/commands/DescribeMultiplexCommand.d.ts +16 -0
  155. package/dist-types/commands/DescribeMultiplexProgramCommand.d.ts +16 -0
  156. package/dist-types/commands/DescribeOfferingCommand.d.ts +16 -0
  157. package/dist-types/commands/DescribeReservationCommand.d.ts +16 -0
  158. package/dist-types/commands/DescribeScheduleCommand.d.ts +16 -0
  159. package/dist-types/commands/ListChannelsCommand.d.ts +16 -0
  160. package/dist-types/commands/ListInputDeviceTransfersCommand.d.ts +16 -0
  161. package/dist-types/commands/ListInputDevicesCommand.d.ts +16 -0
  162. package/dist-types/commands/ListInputSecurityGroupsCommand.d.ts +16 -0
  163. package/dist-types/commands/ListInputsCommand.d.ts +16 -0
  164. package/dist-types/commands/ListMultiplexProgramsCommand.d.ts +16 -0
  165. package/dist-types/commands/ListMultiplexesCommand.d.ts +16 -0
  166. package/dist-types/commands/ListOfferingsCommand.d.ts +16 -0
  167. package/dist-types/commands/ListReservationsCommand.d.ts +16 -0
  168. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  169. package/dist-types/commands/PurchaseOfferingCommand.d.ts +16 -0
  170. package/dist-types/commands/RebootInputDeviceCommand.d.ts +16 -0
  171. package/dist-types/commands/RejectInputDeviceTransferCommand.d.ts +16 -0
  172. package/dist-types/commands/StartChannelCommand.d.ts +16 -0
  173. package/dist-types/commands/StartInputDeviceMaintenanceWindowCommand.d.ts +16 -0
  174. package/dist-types/commands/StartMultiplexCommand.d.ts +16 -0
  175. package/dist-types/commands/StopChannelCommand.d.ts +16 -0
  176. package/dist-types/commands/StopMultiplexCommand.d.ts +16 -0
  177. package/dist-types/commands/TransferInputDeviceCommand.d.ts +16 -0
  178. package/dist-types/commands/UpdateChannelClassCommand.d.ts +16 -0
  179. package/dist-types/commands/UpdateChannelCommand.d.ts +16 -0
  180. package/dist-types/commands/UpdateInputCommand.d.ts +16 -0
  181. package/dist-types/commands/UpdateInputDeviceCommand.d.ts +16 -0
  182. package/dist-types/commands/UpdateInputSecurityGroupCommand.d.ts +16 -0
  183. package/dist-types/commands/UpdateMultiplexCommand.d.ts +16 -0
  184. package/dist-types/commands/UpdateMultiplexProgramCommand.d.ts +16 -0
  185. package/dist-types/commands/UpdateReservationCommand.d.ts +16 -0
  186. package/dist-types/models/MediaLiveServiceException.d.ts +2 -0
  187. package/dist-types/models/models_0.d.ts +612 -576
  188. package/dist-types/models/models_1.d.ts +518 -724
  189. package/dist-types/models/models_2.d.ts +25 -100
  190. package/dist-types/pagination/DescribeSchedulePaginator.d.ts +3 -0
  191. package/dist-types/pagination/Interfaces.d.ts +3 -0
  192. package/dist-types/pagination/ListChannelsPaginator.d.ts +3 -0
  193. package/dist-types/pagination/ListInputDeviceTransfersPaginator.d.ts +3 -0
  194. package/dist-types/pagination/ListInputDevicesPaginator.d.ts +3 -0
  195. package/dist-types/pagination/ListInputSecurityGroupsPaginator.d.ts +3 -0
  196. package/dist-types/pagination/ListInputsPaginator.d.ts +3 -0
  197. package/dist-types/pagination/ListMultiplexProgramsPaginator.d.ts +3 -0
  198. package/dist-types/pagination/ListMultiplexesPaginator.d.ts +3 -0
  199. package/dist-types/pagination/ListOfferingsPaginator.d.ts +3 -0
  200. package/dist-types/pagination/ListReservationsPaginator.d.ts +3 -0
  201. package/dist-types/ts3.4/models/models_0.d.ts +0 -402
  202. package/dist-types/ts3.4/models/models_1.d.ts +0 -527
  203. package/dist-types/ts3.4/models/models_2.d.ts +0 -75
  204. package/package.json +4 -3
@@ -1,4 +1,5 @@
1
1
  /**
2
+ * @public
2
3
  * Input Channel Level
3
4
  */
4
5
  export interface InputChannelLevel {
@@ -12,6 +13,7 @@ export interface InputChannelLevel {
12
13
  InputChannel: number | undefined;
13
14
  }
14
15
  /**
16
+ * @public
15
17
  * Audio Channel Mapping
16
18
  */
17
19
  export interface AudioChannelMapping {
@@ -24,14 +26,21 @@ export interface AudioChannelMapping {
24
26
  */
25
27
  OutputChannel: number | undefined;
26
28
  }
29
+ /**
30
+ * @public
31
+ */
27
32
  export declare enum AudioNormalizationAlgorithm {
28
33
  ITU_1770_1 = "ITU_1770_1",
29
34
  ITU_1770_2 = "ITU_1770_2"
30
35
  }
36
+ /**
37
+ * @public
38
+ */
31
39
  export declare enum AudioNormalizationAlgorithmControl {
32
40
  CORRECT_AUDIO = "CORRECT_AUDIO"
33
41
  }
34
42
  /**
43
+ * @public
35
44
  * Audio Normalization Settings
36
45
  */
37
46
  export interface AudioNormalizationSettings {
@@ -48,21 +57,31 @@ export interface AudioNormalizationSettings {
48
57
  */
49
58
  TargetLkfs?: number;
50
59
  }
60
+ /**
61
+ * @public
62
+ */
51
63
  export declare enum AudioType {
52
64
  CLEAN_EFFECTS = "CLEAN_EFFECTS",
53
65
  HEARING_IMPAIRED = "HEARING_IMPAIRED",
54
66
  UNDEFINED = "UNDEFINED",
55
67
  VISUAL_IMPAIRED_COMMENTARY = "VISUAL_IMPAIRED_COMMENTARY"
56
68
  }
69
+ /**
70
+ * @public
71
+ */
57
72
  export declare enum AudioDescriptionAudioTypeControl {
58
73
  FOLLOW_INPUT = "FOLLOW_INPUT",
59
74
  USE_CONFIGURED = "USE_CONFIGURED"
60
75
  }
76
+ /**
77
+ * @public
78
+ */
61
79
  export declare enum NielsenWatermarksCbetStepaside {
62
80
  DISABLED = "DISABLED",
63
81
  ENABLED = "ENABLED"
64
82
  }
65
83
  /**
84
+ * @public
66
85
  * Nielsen CBET
67
86
  */
68
87
  export interface NielsenCBET {
@@ -79,10 +98,16 @@ export interface NielsenCBET {
79
98
  */
80
99
  Csid: string | undefined;
81
100
  }
101
+ /**
102
+ * @public
103
+ */
82
104
  export declare enum NielsenWatermarksDistributionTypes {
83
105
  FINAL_DISTRIBUTOR = "FINAL_DISTRIBUTOR",
84
106
  PROGRAM_CONTENT = "PROGRAM_CONTENT"
85
107
  }
108
+ /**
109
+ * @public
110
+ */
86
111
  export declare enum NielsenWatermarkTimezones {
87
112
  AMERICA_PUERTO_RICO = "AMERICA_PUERTO_RICO",
88
113
  US_ALASKA = "US_ALASKA",
@@ -96,6 +121,7 @@ export declare enum NielsenWatermarkTimezones {
96
121
  UTC = "UTC"
97
122
  }
98
123
  /**
124
+ * @public
99
125
  * Nielsen Naes Ii Nw
100
126
  */
101
127
  export interface NielsenNaesIiNw {
@@ -114,6 +140,7 @@ export interface NielsenNaesIiNw {
114
140
  Timezone?: NielsenWatermarkTimezones | string;
115
141
  }
116
142
  /**
143
+ * @public
117
144
  * Nielsen Watermarks Settings
118
145
  */
119
146
  export interface NielsenWatermarksSettings {
@@ -133,6 +160,7 @@ export interface NielsenWatermarksSettings {
133
160
  NielsenNaesIiNwSettings?: NielsenNaesIiNw;
134
161
  }
135
162
  /**
163
+ * @public
136
164
  * Audio Watermark Settings
137
165
  */
138
166
  export interface AudioWatermarkSettings {
@@ -141,6 +169,9 @@ export interface AudioWatermarkSettings {
141
169
  */
142
170
  NielsenWatermarksSettings?: NielsenWatermarksSettings;
143
171
  }
172
+ /**
173
+ * @public
174
+ */
144
175
  export declare enum AacCodingMode {
145
176
  AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
146
177
  CODING_MODE_1_0 = "CODING_MODE_1_0",
@@ -148,27 +179,45 @@ export declare enum AacCodingMode {
148
179
  CODING_MODE_2_0 = "CODING_MODE_2_0",
149
180
  CODING_MODE_5_1 = "CODING_MODE_5_1"
150
181
  }
182
+ /**
183
+ * @public
184
+ */
151
185
  export declare enum AacInputType {
152
186
  BROADCASTER_MIXED_AD = "BROADCASTER_MIXED_AD",
153
187
  NORMAL = "NORMAL"
154
188
  }
189
+ /**
190
+ * @public
191
+ */
155
192
  export declare enum AacProfile {
156
193
  HEV1 = "HEV1",
157
194
  HEV2 = "HEV2",
158
195
  LC = "LC"
159
196
  }
197
+ /**
198
+ * @public
199
+ */
160
200
  export declare enum AacRateControlMode {
161
201
  CBR = "CBR",
162
202
  VBR = "VBR"
163
203
  }
204
+ /**
205
+ * @public
206
+ */
164
207
  export declare enum AacRawFormat {
165
208
  LATM_LOAS = "LATM_LOAS",
166
209
  NONE = "NONE"
167
210
  }
211
+ /**
212
+ * @public
213
+ */
168
214
  export declare enum AacSpec {
169
215
  MPEG2 = "MPEG2",
170
216
  MPEG4 = "MPEG4"
171
217
  }
218
+ /**
219
+ * @public
220
+ */
172
221
  export declare enum AacVbrQuality {
173
222
  HIGH = "HIGH",
174
223
  LOW = "LOW",
@@ -176,6 +225,7 @@ export declare enum AacVbrQuality {
176
225
  MEDIUM_LOW = "MEDIUM_LOW"
177
226
  }
178
227
  /**
228
+ * @public
179
229
  * Aac Settings
180
230
  */
181
231
  export interface AacSettings {
@@ -218,6 +268,9 @@ export interface AacSettings {
218
268
  */
219
269
  VbrQuality?: AacVbrQuality | string;
220
270
  }
271
+ /**
272
+ * @public
273
+ */
221
274
  export declare enum Ac3BitstreamMode {
222
275
  COMMENTARY = "COMMENTARY",
223
276
  COMPLETE_MAIN = "COMPLETE_MAIN",
@@ -228,25 +281,38 @@ export declare enum Ac3BitstreamMode {
228
281
  VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
229
282
  VOICE_OVER = "VOICE_OVER"
230
283
  }
284
+ /**
285
+ * @public
286
+ */
231
287
  export declare enum Ac3CodingMode {
232
288
  CODING_MODE_1_0 = "CODING_MODE_1_0",
233
289
  CODING_MODE_1_1 = "CODING_MODE_1_1",
234
290
  CODING_MODE_2_0 = "CODING_MODE_2_0",
235
291
  CODING_MODE_3_2_LFE = "CODING_MODE_3_2_LFE"
236
292
  }
293
+ /**
294
+ * @public
295
+ */
237
296
  export declare enum Ac3DrcProfile {
238
297
  FILM_STANDARD = "FILM_STANDARD",
239
298
  NONE = "NONE"
240
299
  }
300
+ /**
301
+ * @public
302
+ */
241
303
  export declare enum Ac3LfeFilter {
242
304
  DISABLED = "DISABLED",
243
305
  ENABLED = "ENABLED"
244
306
  }
307
+ /**
308
+ * @public
309
+ */
245
310
  export declare enum Ac3MetadataControl {
246
311
  FOLLOW_INPUT = "FOLLOW_INPUT",
247
312
  USE_CONFIGURED = "USE_CONFIGURED"
248
313
  }
249
314
  /**
315
+ * @public
250
316
  * Ac3 Settings
251
317
  */
252
318
  export interface Ac3Settings {
@@ -279,11 +345,17 @@ export interface Ac3Settings {
279
345
  */
280
346
  MetadataControl?: Ac3MetadataControl | string;
281
347
  }
348
+ /**
349
+ * @public
350
+ */
282
351
  export declare enum Eac3AtmosCodingMode {
283
352
  CODING_MODE_5_1_4 = "CODING_MODE_5_1_4",
284
353
  CODING_MODE_7_1_4 = "CODING_MODE_7_1_4",
285
354
  CODING_MODE_9_1_6 = "CODING_MODE_9_1_6"
286
355
  }
356
+ /**
357
+ * @public
358
+ */
287
359
  export declare enum Eac3AtmosDrcLine {
288
360
  FILM_LIGHT = "FILM_LIGHT",
289
361
  FILM_STANDARD = "FILM_STANDARD",
@@ -292,6 +364,9 @@ export declare enum Eac3AtmosDrcLine {
292
364
  NONE = "NONE",
293
365
  SPEECH = "SPEECH"
294
366
  }
367
+ /**
368
+ * @public
369
+ */
295
370
  export declare enum Eac3AtmosDrcRf {
296
371
  FILM_LIGHT = "FILM_LIGHT",
297
372
  FILM_STANDARD = "FILM_STANDARD",
@@ -301,6 +376,7 @@ export declare enum Eac3AtmosDrcRf {
301
376
  SPEECH = "SPEECH"
302
377
  }
303
378
  /**
379
+ * @public
304
380
  * Eac3 Atmos Settings
305
381
  */
306
382
  export interface Eac3AtmosSettings {
@@ -334,10 +410,16 @@ export interface Eac3AtmosSettings {
334
410
  */
335
411
  SurroundTrim?: number;
336
412
  }
413
+ /**
414
+ * @public
415
+ */
337
416
  export declare enum Eac3AttenuationControl {
338
417
  ATTENUATE_3_DB = "ATTENUATE_3_DB",
339
418
  NONE = "NONE"
340
419
  }
420
+ /**
421
+ * @public
422
+ */
341
423
  export declare enum Eac3BitstreamMode {
342
424
  COMMENTARY = "COMMENTARY",
343
425
  COMPLETE_MAIN = "COMPLETE_MAIN",
@@ -345,15 +427,24 @@ export declare enum Eac3BitstreamMode {
345
427
  HEARING_IMPAIRED = "HEARING_IMPAIRED",
346
428
  VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED"
347
429
  }
430
+ /**
431
+ * @public
432
+ */
348
433
  export declare enum Eac3CodingMode {
349
434
  CODING_MODE_1_0 = "CODING_MODE_1_0",
350
435
  CODING_MODE_2_0 = "CODING_MODE_2_0",
351
436
  CODING_MODE_3_2 = "CODING_MODE_3_2"
352
437
  }
438
+ /**
439
+ * @public
440
+ */
353
441
  export declare enum Eac3DcFilter {
354
442
  DISABLED = "DISABLED",
355
443
  ENABLED = "ENABLED"
356
444
  }
445
+ /**
446
+ * @public
447
+ */
357
448
  export declare enum Eac3DrcLine {
358
449
  FILM_LIGHT = "FILM_LIGHT",
359
450
  FILM_STANDARD = "FILM_STANDARD",
@@ -362,6 +453,9 @@ export declare enum Eac3DrcLine {
362
453
  NONE = "NONE",
363
454
  SPEECH = "SPEECH"
364
455
  }
456
+ /**
457
+ * @public
458
+ */
365
459
  export declare enum Eac3DrcRf {
366
460
  FILM_LIGHT = "FILM_LIGHT",
367
461
  FILM_STANDARD = "FILM_STANDARD",
@@ -370,43 +464,68 @@ export declare enum Eac3DrcRf {
370
464
  NONE = "NONE",
371
465
  SPEECH = "SPEECH"
372
466
  }
467
+ /**
468
+ * @public
469
+ */
373
470
  export declare enum Eac3LfeControl {
374
471
  LFE = "LFE",
375
472
  NO_LFE = "NO_LFE"
376
473
  }
474
+ /**
475
+ * @public
476
+ */
377
477
  export declare enum Eac3LfeFilter {
378
478
  DISABLED = "DISABLED",
379
479
  ENABLED = "ENABLED"
380
480
  }
481
+ /**
482
+ * @public
483
+ */
381
484
  export declare enum Eac3MetadataControl {
382
485
  FOLLOW_INPUT = "FOLLOW_INPUT",
383
486
  USE_CONFIGURED = "USE_CONFIGURED"
384
487
  }
488
+ /**
489
+ * @public
490
+ */
385
491
  export declare enum Eac3PassthroughControl {
386
492
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
387
493
  WHEN_POSSIBLE = "WHEN_POSSIBLE"
388
494
  }
495
+ /**
496
+ * @public
497
+ */
389
498
  export declare enum Eac3PhaseControl {
390
499
  NO_SHIFT = "NO_SHIFT",
391
500
  SHIFT_90_DEGREES = "SHIFT_90_DEGREES"
392
501
  }
502
+ /**
503
+ * @public
504
+ */
393
505
  export declare enum Eac3StereoDownmix {
394
506
  DPL2 = "DPL2",
395
507
  LO_RO = "LO_RO",
396
508
  LT_RT = "LT_RT",
397
509
  NOT_INDICATED = "NOT_INDICATED"
398
510
  }
511
+ /**
512
+ * @public
513
+ */
399
514
  export declare enum Eac3SurroundExMode {
400
515
  DISABLED = "DISABLED",
401
516
  ENABLED = "ENABLED",
402
517
  NOT_INDICATED = "NOT_INDICATED"
403
518
  }
519
+ /**
520
+ * @public
521
+ */
404
522
  export declare enum Eac3SurroundMode {
405
523
  DISABLED = "DISABLED",
406
524
  ENABLED = "ENABLED",
407
525
  NOT_INDICATED = "NOT_INDICATED"
408
526
  }
409
527
  /**
528
+ * @public
410
529
  * Eac3 Settings
411
530
  */
412
531
  export interface Eac3Settings {
@@ -491,11 +610,15 @@ export interface Eac3Settings {
491
610
  */
492
611
  SurroundMode?: Eac3SurroundMode | string;
493
612
  }
613
+ /**
614
+ * @public
615
+ */
494
616
  export declare enum Mp2CodingMode {
495
617
  CODING_MODE_1_0 = "CODING_MODE_1_0",
496
618
  CODING_MODE_2_0 = "CODING_MODE_2_0"
497
619
  }
498
620
  /**
621
+ * @public
499
622
  * Mp2 Settings
500
623
  */
501
624
  export interface Mp2Settings {
@@ -513,10 +636,14 @@ export interface Mp2Settings {
513
636
  SampleRate?: number;
514
637
  }
515
638
  /**
639
+ * @public
516
640
  * Pass Through Settings
517
641
  */
518
642
  export interface PassThroughSettings {
519
643
  }
644
+ /**
645
+ * @public
646
+ */
520
647
  export declare enum WavCodingMode {
521
648
  CODING_MODE_1_0 = "CODING_MODE_1_0",
522
649
  CODING_MODE_2_0 = "CODING_MODE_2_0",
@@ -524,6 +651,7 @@ export declare enum WavCodingMode {
524
651
  CODING_MODE_8_0 = "CODING_MODE_8_0"
525
652
  }
526
653
  /**
654
+ * @public
527
655
  * Wav Settings
528
656
  */
529
657
  export interface WavSettings {
@@ -541,6 +669,7 @@ export interface WavSettings {
541
669
  SampleRate?: number;
542
670
  }
543
671
  /**
672
+ * @public
544
673
  * Audio Codec Settings
545
674
  */
546
675
  export interface AudioCodecSettings {
@@ -573,11 +702,15 @@ export interface AudioCodecSettings {
573
702
  */
574
703
  WavSettings?: WavSettings;
575
704
  }
705
+ /**
706
+ * @public
707
+ */
576
708
  export declare enum AudioDescriptionLanguageCodeControl {
577
709
  FOLLOW_INPUT = "FOLLOW_INPUT",
578
710
  USE_CONFIGURED = "USE_CONFIGURED"
579
711
  }
580
712
  /**
713
+ * @public
581
714
  * Remix Settings
582
715
  */
583
716
  export interface RemixSettings {
@@ -596,6 +729,7 @@ export interface RemixSettings {
596
729
  ChannelsOut?: number;
597
730
  }
598
731
  /**
732
+ * @public
599
733
  * Audio Description
600
734
  */
601
735
  export interface AudioDescription {
@@ -648,6 +782,7 @@ export interface AudioDescription {
648
782
  StreamName?: string;
649
783
  }
650
784
  /**
785
+ * @public
651
786
  * Audio Hls Rendition Selection
652
787
  */
653
788
  export interface AudioHlsRenditionSelection {
@@ -660,11 +795,15 @@ export interface AudioHlsRenditionSelection {
660
795
  */
661
796
  Name: string | undefined;
662
797
  }
798
+ /**
799
+ * @public
800
+ */
663
801
  export declare enum AudioLanguageSelectionPolicy {
664
802
  LOOSE = "LOOSE",
665
803
  STRICT = "STRICT"
666
804
  }
667
805
  /**
806
+ * @public
668
807
  * Audio Language Selection
669
808
  */
670
809
  export interface AudioLanguageSelection {
@@ -678,6 +817,7 @@ export interface AudioLanguageSelection {
678
817
  LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | string;
679
818
  }
680
819
  /**
820
+ * @public
681
821
  * Audio Pid Selection
682
822
  */
683
823
  export interface AudioPidSelection {
@@ -686,6 +826,9 @@ export interface AudioPidSelection {
686
826
  */
687
827
  Pid: number | undefined;
688
828
  }
829
+ /**
830
+ * @public
831
+ */
689
832
  export declare enum DolbyEProgramSelection {
690
833
  ALL_CHANNELS = "ALL_CHANNELS",
691
834
  PROGRAM_1 = "PROGRAM_1",
@@ -698,6 +841,7 @@ export declare enum DolbyEProgramSelection {
698
841
  PROGRAM_8 = "PROGRAM_8"
699
842
  }
700
843
  /**
844
+ * @public
701
845
  * Audio Dolby EDecode
702
846
  */
703
847
  export interface AudioDolbyEDecode {
@@ -707,6 +851,7 @@ export interface AudioDolbyEDecode {
707
851
  ProgramSelection: DolbyEProgramSelection | string | undefined;
708
852
  }
709
853
  /**
854
+ * @public
710
855
  * Audio Track
711
856
  */
712
857
  export interface AudioTrack {
@@ -716,6 +861,7 @@ export interface AudioTrack {
716
861
  Track: number | undefined;
717
862
  }
718
863
  /**
864
+ * @public
719
865
  * Audio Track Selection
720
866
  */
721
867
  export interface AudioTrackSelection {
@@ -729,6 +875,7 @@ export interface AudioTrackSelection {
729
875
  DolbyEDecode?: AudioDolbyEDecode;
730
876
  }
731
877
  /**
878
+ * @public
732
879
  * Audio Selector Settings
733
880
  */
734
881
  export interface AudioSelectorSettings {
@@ -750,6 +897,7 @@ export interface AudioSelectorSettings {
750
897
  AudioTrackSelection?: AudioTrackSelection;
751
898
  }
752
899
  /**
900
+ * @public
753
901
  * Audio Selector
754
902
  */
755
903
  export interface AudioSelector {
@@ -763,6 +911,7 @@ export interface AudioSelector {
763
911
  SelectorSettings?: AudioSelectorSettings;
764
912
  }
765
913
  /**
914
+ * @public
766
915
  * Details from a failed operation
767
916
  */
768
917
  export interface BatchFailedResultModel {
@@ -784,6 +933,7 @@ export interface BatchFailedResultModel {
784
933
  Message?: string;
785
934
  }
786
935
  /**
936
+ * @public
787
937
  * Details from a successful operation
788
938
  */
789
939
  export interface BatchSuccessfulResultModel {
@@ -800,26 +950,37 @@ export interface BatchSuccessfulResultModel {
800
950
  */
801
951
  State?: string;
802
952
  }
953
+ /**
954
+ * @public
955
+ */
803
956
  export declare enum AccessibilityType {
804
957
  DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES = "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES",
805
958
  IMPLEMENTS_ACCESSIBILITY_FEATURES = "IMPLEMENTS_ACCESSIBILITY_FEATURES"
806
959
  }
807
960
  /**
961
+ * @public
808
962
  * Arib Destination Settings
809
963
  */
810
964
  export interface AribDestinationSettings {
811
965
  }
966
+ /**
967
+ * @public
968
+ */
812
969
  export declare enum BurnInAlignment {
813
970
  CENTERED = "CENTERED",
814
971
  LEFT = "LEFT",
815
972
  SMART = "SMART"
816
973
  }
974
+ /**
975
+ * @public
976
+ */
817
977
  export declare enum BurnInBackgroundColor {
818
978
  BLACK = "BLACK",
819
979
  NONE = "NONE",
820
980
  WHITE = "WHITE"
821
981
  }
822
982
  /**
983
+ * @public
823
984
  * Input Location
824
985
  */
825
986
  export interface InputLocation {
@@ -836,6 +997,9 @@ export interface InputLocation {
836
997
  */
837
998
  Username?: string;
838
999
  }
1000
+ /**
1001
+ * @public
1002
+ */
839
1003
  export declare enum BurnInFontColor {
840
1004
  BLACK = "BLACK",
841
1005
  BLUE = "BLUE",
@@ -844,6 +1008,9 @@ export declare enum BurnInFontColor {
844
1008
  WHITE = "WHITE",
845
1009
  YELLOW = "YELLOW"
846
1010
  }
1011
+ /**
1012
+ * @public
1013
+ */
847
1014
  export declare enum BurnInOutlineColor {
848
1015
  BLACK = "BLACK",
849
1016
  BLUE = "BLUE",
@@ -852,16 +1019,23 @@ export declare enum BurnInOutlineColor {
852
1019
  WHITE = "WHITE",
853
1020
  YELLOW = "YELLOW"
854
1021
  }
1022
+ /**
1023
+ * @public
1024
+ */
855
1025
  export declare enum BurnInShadowColor {
856
1026
  BLACK = "BLACK",
857
1027
  NONE = "NONE",
858
1028
  WHITE = "WHITE"
859
1029
  }
1030
+ /**
1031
+ * @public
1032
+ */
860
1033
  export declare enum BurnInTeletextGridControl {
861
1034
  FIXED = "FIXED",
862
1035
  SCALED = "SCALED"
863
1036
  }
864
1037
  /**
1038
+ * @public
865
1039
  * Burn In Destination Settings
866
1040
  */
867
1041
  export interface BurnInDestinationSettings {
@@ -934,16 +1108,25 @@ export interface BurnInDestinationSettings {
934
1108
  */
935
1109
  YPosition?: number;
936
1110
  }
1111
+ /**
1112
+ * @public
1113
+ */
937
1114
  export declare enum DvbSubDestinationAlignment {
938
1115
  CENTERED = "CENTERED",
939
1116
  LEFT = "LEFT",
940
1117
  SMART = "SMART"
941
1118
  }
1119
+ /**
1120
+ * @public
1121
+ */
942
1122
  export declare enum DvbSubDestinationBackgroundColor {
943
1123
  BLACK = "BLACK",
944
1124
  NONE = "NONE",
945
1125
  WHITE = "WHITE"
946
1126
  }
1127
+ /**
1128
+ * @public
1129
+ */
947
1130
  export declare enum DvbSubDestinationFontColor {
948
1131
  BLACK = "BLACK",
949
1132
  BLUE = "BLUE",
@@ -952,6 +1135,9 @@ export declare enum DvbSubDestinationFontColor {
952
1135
  WHITE = "WHITE",
953
1136
  YELLOW = "YELLOW"
954
1137
  }
1138
+ /**
1139
+ * @public
1140
+ */
955
1141
  export declare enum DvbSubDestinationOutlineColor {
956
1142
  BLACK = "BLACK",
957
1143
  BLUE = "BLUE",
@@ -960,16 +1146,23 @@ export declare enum DvbSubDestinationOutlineColor {
960
1146
  WHITE = "WHITE",
961
1147
  YELLOW = "YELLOW"
962
1148
  }
1149
+ /**
1150
+ * @public
1151
+ */
963
1152
  export declare enum DvbSubDestinationShadowColor {
964
1153
  BLACK = "BLACK",
965
1154
  NONE = "NONE",
966
1155
  WHITE = "WHITE"
967
1156
  }
1157
+ /**
1158
+ * @public
1159
+ */
968
1160
  export declare enum DvbSubDestinationTeletextGridControl {
969
1161
  FIXED = "FIXED",
970
1162
  SCALED = "SCALED"
971
1163
  }
972
1164
  /**
1165
+ * @public
973
1166
  * Dvb Sub Destination Settings
974
1167
  */
975
1168
  export interface DvbSubDestinationSettings {
@@ -1042,15 +1235,22 @@ export interface DvbSubDestinationSettings {
1042
1235
  */
1043
1236
  YPosition?: number;
1044
1237
  }
1238
+ /**
1239
+ * @public
1240
+ */
1045
1241
  export declare enum EbuTtDFillLineGapControl {
1046
1242
  DISABLED = "DISABLED",
1047
1243
  ENABLED = "ENABLED"
1048
1244
  }
1245
+ /**
1246
+ * @public
1247
+ */
1049
1248
  export declare enum EbuTtDDestinationStyleControl {
1050
1249
  EXCLUDE = "EXCLUDE",
1051
1250
  INCLUDE = "INCLUDE"
1052
1251
  }
1053
1252
  /**
1253
+ * @public
1054
1254
  * Ebu Tt DDestination Settings
1055
1255
  */
1056
1256
  export interface EbuTtDDestinationSettings {
@@ -1083,45 +1283,56 @@ export interface EbuTtDDestinationSettings {
1083
1283
  StyleControl?: EbuTtDDestinationStyleControl | string;
1084
1284
  }
1085
1285
  /**
1286
+ * @public
1086
1287
  * Embedded Destination Settings
1087
1288
  */
1088
1289
  export interface EmbeddedDestinationSettings {
1089
1290
  }
1090
1291
  /**
1292
+ * @public
1091
1293
  * Embedded Plus Scte20 Destination Settings
1092
1294
  */
1093
1295
  export interface EmbeddedPlusScte20DestinationSettings {
1094
1296
  }
1095
1297
  /**
1298
+ * @public
1096
1299
  * Rtmp Caption Info Destination Settings
1097
1300
  */
1098
1301
  export interface RtmpCaptionInfoDestinationSettings {
1099
1302
  }
1100
1303
  /**
1304
+ * @public
1101
1305
  * Scte20 Plus Embedded Destination Settings
1102
1306
  */
1103
1307
  export interface Scte20PlusEmbeddedDestinationSettings {
1104
1308
  }
1105
1309
  /**
1310
+ * @public
1106
1311
  * Scte27 Destination Settings
1107
1312
  */
1108
1313
  export interface Scte27DestinationSettings {
1109
1314
  }
1110
1315
  /**
1316
+ * @public
1111
1317
  * Smpte Tt Destination Settings
1112
1318
  */
1113
1319
  export interface SmpteTtDestinationSettings {
1114
1320
  }
1115
1321
  /**
1322
+ * @public
1116
1323
  * Teletext Destination Settings
1117
1324
  */
1118
1325
  export interface TeletextDestinationSettings {
1119
1326
  }
1327
+ /**
1328
+ * @public
1329
+ */
1120
1330
  export declare enum TtmlDestinationStyleControl {
1121
1331
  PASSTHROUGH = "PASSTHROUGH",
1122
1332
  USE_CONFIGURED = "USE_CONFIGURED"
1123
1333
  }
1124
1334
  /**
1335
+ * @public
1125
1336
  * Ttml Destination Settings
1126
1337
  */
1127
1338
  export interface TtmlDestinationSettings {
@@ -1130,11 +1341,15 @@ export interface TtmlDestinationSettings {
1130
1341
  */
1131
1342
  StyleControl?: TtmlDestinationStyleControl | string;
1132
1343
  }
1344
+ /**
1345
+ * @public
1346
+ */
1133
1347
  export declare enum WebvttDestinationStyleControl {
1134
1348
  NO_STYLE_DATA = "NO_STYLE_DATA",
1135
1349
  PASSTHROUGH = "PASSTHROUGH"
1136
1350
  }
1137
1351
  /**
1352
+ * @public
1138
1353
  * Webvtt Destination Settings
1139
1354
  */
1140
1355
  export interface WebvttDestinationSettings {
@@ -1144,6 +1359,7 @@ export interface WebvttDestinationSettings {
1144
1359
  StyleControl?: WebvttDestinationStyleControl | string;
1145
1360
  }
1146
1361
  /**
1362
+ * @public
1147
1363
  * Caption Destination Settings
1148
1364
  */
1149
1365
  export interface CaptionDestinationSettings {
@@ -1201,6 +1417,7 @@ export interface CaptionDestinationSettings {
1201
1417
  WebvttDestinationSettings?: WebvttDestinationSettings;
1202
1418
  }
1203
1419
  /**
1420
+ * @public
1204
1421
  * Caption Description
1205
1422
  */
1206
1423
  export interface CaptionDescription {
@@ -1230,6 +1447,7 @@ export interface CaptionDescription {
1230
1447
  Name: string | undefined;
1231
1448
  }
1232
1449
  /**
1450
+ * @public
1233
1451
  * Maps a caption channel to an ISO 693-2 language code (http://www.loc.gov/standards/iso639-2), with an optional description.
1234
1452
  */
1235
1453
  export interface CaptionLanguageMapping {
@@ -1247,6 +1465,7 @@ export interface CaptionLanguageMapping {
1247
1465
  LanguageDescription: string | undefined;
1248
1466
  }
1249
1467
  /**
1468
+ * @public
1250
1469
  * Ancillary Source Settings
1251
1470
  */
1252
1471
  export interface AncillarySourceSettings {
@@ -1256,10 +1475,14 @@ export interface AncillarySourceSettings {
1256
1475
  SourceAncillaryChannelNumber?: number;
1257
1476
  }
1258
1477
  /**
1478
+ * @public
1259
1479
  * Arib Source Settings
1260
1480
  */
1261
1481
  export interface AribSourceSettings {
1262
1482
  }
1483
+ /**
1484
+ * @public
1485
+ */
1263
1486
  export declare enum DvbSubOcrLanguage {
1264
1487
  DEU = "DEU",
1265
1488
  ENG = "ENG",
@@ -1269,6 +1492,7 @@ export declare enum DvbSubOcrLanguage {
1269
1492
  SPA = "SPA"
1270
1493
  }
1271
1494
  /**
1495
+ * @public
1272
1496
  * Dvb Sub Source Settings
1273
1497
  */
1274
1498
  export interface DvbSubSourceSettings {
@@ -1282,15 +1506,22 @@ export interface DvbSubSourceSettings {
1282
1506
  */
1283
1507
  Pid?: number;
1284
1508
  }
1509
+ /**
1510
+ * @public
1511
+ */
1285
1512
  export declare enum EmbeddedConvert608To708 {
1286
1513
  DISABLED = "DISABLED",
1287
1514
  UPCONVERT = "UPCONVERT"
1288
1515
  }
1516
+ /**
1517
+ * @public
1518
+ */
1289
1519
  export declare enum EmbeddedScte20Detection {
1290
1520
  AUTO = "AUTO",
1291
1521
  OFF = "OFF"
1292
1522
  }
1293
1523
  /**
1524
+ * @public
1294
1525
  * Embedded Source Settings
1295
1526
  */
1296
1527
  export interface EmbeddedSourceSettings {
@@ -1311,11 +1542,15 @@ export interface EmbeddedSourceSettings {
1311
1542
  */
1312
1543
  Source608TrackNumber?: number;
1313
1544
  }
1545
+ /**
1546
+ * @public
1547
+ */
1314
1548
  export declare enum Scte20Convert608To708 {
1315
1549
  DISABLED = "DISABLED",
1316
1550
  UPCONVERT = "UPCONVERT"
1317
1551
  }
1318
1552
  /**
1553
+ * @public
1319
1554
  * Scte20 Source Settings
1320
1555
  */
1321
1556
  export interface Scte20SourceSettings {
@@ -1328,6 +1563,9 @@ export interface Scte20SourceSettings {
1328
1563
  */
1329
1564
  Source608ChannelNumber?: number;
1330
1565
  }
1566
+ /**
1567
+ * @public
1568
+ */
1331
1569
  export declare enum Scte27OcrLanguage {
1332
1570
  DEU = "DEU",
1333
1571
  ENG = "ENG",
@@ -1337,6 +1575,7 @@ export declare enum Scte27OcrLanguage {
1337
1575
  SPA = "SPA"
1338
1576
  }
1339
1577
  /**
1578
+ * @public
1340
1579
  * Scte27 Source Settings
1341
1580
  */
1342
1581
  export interface Scte27SourceSettings {
@@ -1355,6 +1594,7 @@ export interface Scte27SourceSettings {
1355
1594
  Pid?: number;
1356
1595
  }
1357
1596
  /**
1597
+ * @public
1358
1598
  * Caption Rectangle
1359
1599
  */
1360
1600
  export interface CaptionRectangle {
@@ -1385,6 +1625,7 @@ export interface CaptionRectangle {
1385
1625
  Width: number | undefined;
1386
1626
  }
1387
1627
  /**
1628
+ * @public
1388
1629
  * Teletext Source Settings
1389
1630
  */
1390
1631
  export interface TeletextSourceSettings {
@@ -1398,6 +1639,7 @@ export interface TeletextSourceSettings {
1398
1639
  PageNumber?: string;
1399
1640
  }
1400
1641
  /**
1642
+ * @public
1401
1643
  * Caption Selector Settings
1402
1644
  */
1403
1645
  export interface CaptionSelectorSettings {
@@ -1431,6 +1673,7 @@ export interface CaptionSelectorSettings {
1431
1673
  TeletextSourceSettings?: TeletextSourceSettings;
1432
1674
  }
1433
1675
  /**
1676
+ * @public
1434
1677
  * Caption Selector
1435
1678
  */
1436
1679
  export interface CaptionSelector {
@@ -1448,6 +1691,7 @@ export interface CaptionSelector {
1448
1691
  SelectorSettings?: CaptionSelectorSettings;
1449
1692
  }
1450
1693
  /**
1694
+ * @public
1451
1695
  * Placeholder documentation for ChannelEgressEndpoint
1452
1696
  */
1453
1697
  export interface ChannelEgressEndpoint {
@@ -1456,6 +1700,9 @@ export interface ChannelEgressEndpoint {
1456
1700
  */
1457
1701
  SourceIp?: string;
1458
1702
  }
1703
+ /**
1704
+ * @public
1705
+ */
1459
1706
  export declare enum CdiInputResolution {
1460
1707
  FHD = "FHD",
1461
1708
  HD = "HD",
@@ -1463,6 +1710,7 @@ export declare enum CdiInputResolution {
1463
1710
  UHD = "UHD"
1464
1711
  }
1465
1712
  /**
1713
+ * @public
1466
1714
  * Placeholder documentation for CdiInputSpecification
1467
1715
  */
1468
1716
  export interface CdiInputSpecification {
@@ -1471,11 +1719,15 @@ export interface CdiInputSpecification {
1471
1719
  */
1472
1720
  Resolution?: CdiInputResolution | string;
1473
1721
  }
1722
+ /**
1723
+ * @public
1724
+ */
1474
1725
  export declare enum ChannelClass {
1475
1726
  SINGLE_PIPELINE = "SINGLE_PIPELINE",
1476
1727
  STANDARD = "STANDARD"
1477
1728
  }
1478
1729
  /**
1730
+ * @public
1479
1731
  * MediaPackage Output Destination Settings
1480
1732
  */
1481
1733
  export interface MediaPackageOutputDestinationSettings {
@@ -1485,6 +1737,7 @@ export interface MediaPackageOutputDestinationSettings {
1485
1737
  ChannelId?: string;
1486
1738
  }
1487
1739
  /**
1740
+ * @public
1488
1741
  * Multiplex Program Input Destination Settings for outputting a Channel to a Multiplex
1489
1742
  */
1490
1743
  export interface MultiplexProgramChannelDestinationSettings {
@@ -1499,6 +1752,7 @@ export interface MultiplexProgramChannelDestinationSettings {
1499
1752
  ProgramName?: string;
1500
1753
  }
1501
1754
  /**
1755
+ * @public
1502
1756
  * Placeholder documentation for OutputDestinationSettings
1503
1757
  */
1504
1758
  export interface OutputDestinationSettings {
@@ -1520,6 +1774,7 @@ export interface OutputDestinationSettings {
1520
1774
  Username?: string;
1521
1775
  }
1522
1776
  /**
1777
+ * @public
1523
1778
  * Placeholder documentation for OutputDestination
1524
1779
  */
1525
1780
  export interface OutputDestination {
@@ -1541,6 +1796,7 @@ export interface OutputDestination {
1541
1796
  Settings?: OutputDestinationSettings[];
1542
1797
  }
1543
1798
  /**
1799
+ * @public
1544
1800
  * Placeholder documentation for AudioSilenceFailoverSettings
1545
1801
  */
1546
1802
  export interface AudioSilenceFailoverSettings {
@@ -1554,6 +1810,7 @@ export interface AudioSilenceFailoverSettings {
1554
1810
  AudioSilenceThresholdMsec?: number;
1555
1811
  }
1556
1812
  /**
1813
+ * @public
1557
1814
  * MediaLive will perform a failover if content is not detected in this input for the specified period.
1558
1815
  */
1559
1816
  export interface InputLossFailoverSettings {
@@ -1563,6 +1820,7 @@ export interface InputLossFailoverSettings {
1563
1820
  InputLossThresholdMsec?: number;
1564
1821
  }
1565
1822
  /**
1823
+ * @public
1566
1824
  * Placeholder documentation for VideoBlackFailoverSettings
1567
1825
  */
1568
1826
  export interface VideoBlackFailoverSettings {
@@ -1576,6 +1834,7 @@ export interface VideoBlackFailoverSettings {
1576
1834
  VideoBlackThresholdMsec?: number;
1577
1835
  }
1578
1836
  /**
1837
+ * @public
1579
1838
  * Settings for one failover condition.
1580
1839
  */
1581
1840
  export interface FailoverConditionSettings {
@@ -1593,6 +1852,7 @@ export interface FailoverConditionSettings {
1593
1852
  VideoBlackSettings?: VideoBlackFailoverSettings;
1594
1853
  }
1595
1854
  /**
1855
+ * @public
1596
1856
  * Failover Condition settings. There can be multiple failover conditions inside AutomaticInputFailoverSettings.
1597
1857
  */
1598
1858
  export interface FailoverCondition {
@@ -1601,11 +1861,15 @@ export interface FailoverCondition {
1601
1861
  */
1602
1862
  FailoverConditionSettings?: FailoverConditionSettings;
1603
1863
  }
1864
+ /**
1865
+ * @public
1866
+ */
1604
1867
  export declare enum InputPreference {
1605
1868
  EQUAL_INPUT_PREFERENCE = "EQUAL_INPUT_PREFERENCE",
1606
1869
  PRIMARY_INPUT_PREFERRED = "PRIMARY_INPUT_PREFERRED"
1607
1870
  }
1608
1871
  /**
1872
+ * @public
1609
1873
  * The settings for Automatic Input Failover.
1610
1874
  */
1611
1875
  export interface AutomaticInputFailoverSettings {
@@ -1626,24 +1890,37 @@ export interface AutomaticInputFailoverSettings {
1626
1890
  */
1627
1891
  SecondaryInputId: string | undefined;
1628
1892
  }
1893
+ /**
1894
+ * @public
1895
+ */
1629
1896
  export declare enum InputDeblockFilter {
1630
1897
  DISABLED = "DISABLED",
1631
1898
  ENABLED = "ENABLED"
1632
1899
  }
1900
+ /**
1901
+ * @public
1902
+ */
1633
1903
  export declare enum InputDenoiseFilter {
1634
1904
  DISABLED = "DISABLED",
1635
1905
  ENABLED = "ENABLED"
1636
1906
  }
1907
+ /**
1908
+ * @public
1909
+ */
1637
1910
  export declare enum InputFilter {
1638
1911
  AUTO = "AUTO",
1639
1912
  DISABLED = "DISABLED",
1640
1913
  FORCED = "FORCED"
1641
1914
  }
1915
+ /**
1916
+ * @public
1917
+ */
1642
1918
  export declare enum HlsScte35SourceType {
1643
1919
  MANIFEST = "MANIFEST",
1644
1920
  SEGMENTS = "SEGMENTS"
1645
1921
  }
1646
1922
  /**
1923
+ * @public
1647
1924
  * Hls Input Settings
1648
1925
  */
1649
1926
  export interface HlsInputSettings {
@@ -1668,11 +1945,15 @@ export interface HlsInputSettings {
1668
1945
  */
1669
1946
  Scte35Source?: HlsScte35SourceType | string;
1670
1947
  }
1948
+ /**
1949
+ * @public
1950
+ */
1671
1951
  export declare enum NetworkInputServerValidation {
1672
1952
  CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME",
1673
1953
  CHECK_CRYPTOGRAPHY_ONLY = "CHECK_CRYPTOGRAPHY_ONLY"
1674
1954
  }
1675
1955
  /**
1956
+ * @public
1676
1957
  * Network source to transcode. Must be accessible to the Elemental Live node that is running the live event through a network connection.
1677
1958
  */
1678
1959
  export interface NetworkInputSettings {
@@ -1685,14 +1966,23 @@ export interface NetworkInputSettings {
1685
1966
  */
1686
1967
  ServerValidation?: NetworkInputServerValidation | string;
1687
1968
  }
1969
+ /**
1970
+ * @public
1971
+ */
1688
1972
  export declare enum Smpte2038DataPreference {
1689
1973
  IGNORE = "IGNORE",
1690
1974
  PREFER = "PREFER"
1691
1975
  }
1976
+ /**
1977
+ * @public
1978
+ */
1692
1979
  export declare enum InputSourceEndBehavior {
1693
1980
  CONTINUE = "CONTINUE",
1694
1981
  LOOP = "LOOP"
1695
1982
  }
1983
+ /**
1984
+ * @public
1985
+ */
1696
1986
  export declare enum VideoSelectorColorSpace {
1697
1987
  FOLLOW = "FOLLOW",
1698
1988
  HDR10 = "HDR10",
@@ -1701,6 +1991,7 @@ export declare enum VideoSelectorColorSpace {
1701
1991
  REC_709 = "REC_709"
1702
1992
  }
1703
1993
  /**
1994
+ * @public
1704
1995
  * Hdr10 Settings
1705
1996
  */
1706
1997
  export interface Hdr10Settings {
@@ -1718,6 +2009,7 @@ export interface Hdr10Settings {
1718
2009
  MaxFall?: number;
1719
2010
  }
1720
2011
  /**
2012
+ * @public
1721
2013
  * Video Selector Color Space Settings
1722
2014
  */
1723
2015
  export interface VideoSelectorColorSpaceSettings {
@@ -1726,11 +2018,15 @@ export interface VideoSelectorColorSpaceSettings {
1726
2018
  */
1727
2019
  Hdr10Settings?: Hdr10Settings;
1728
2020
  }
2021
+ /**
2022
+ * @public
2023
+ */
1729
2024
  export declare enum VideoSelectorColorSpaceUsage {
1730
2025
  FALLBACK = "FALLBACK",
1731
2026
  FORCE = "FORCE"
1732
2027
  }
1733
2028
  /**
2029
+ * @public
1734
2030
  * Video Selector Pid
1735
2031
  */
1736
2032
  export interface VideoSelectorPid {
@@ -1740,6 +2036,7 @@ export interface VideoSelectorPid {
1740
2036
  Pid?: number;
1741
2037
  }
1742
2038
  /**
2039
+ * @public
1743
2040
  * Video Selector Program Id
1744
2041
  */
1745
2042
  export interface VideoSelectorProgramId {
@@ -1749,6 +2046,7 @@ export interface VideoSelectorProgramId {
1749
2046
  ProgramId?: number;
1750
2047
  }
1751
2048
  /**
2049
+ * @public
1752
2050
  * Video Selector Settings
1753
2051
  */
1754
2052
  export interface VideoSelectorSettings {
@@ -1762,6 +2060,7 @@ export interface VideoSelectorSettings {
1762
2060
  VideoSelectorProgramId?: VideoSelectorProgramId;
1763
2061
  }
1764
2062
  /**
2063
+ * @public
1765
2064
  * Specifies a particular video stream within an input source. An input may have only a single video selector.
1766
2065
  */
1767
2066
  export interface VideoSelector {
@@ -1783,6 +2082,7 @@ export interface VideoSelector {
1783
2082
  SelectorSettings?: VideoSelectorSettings;
1784
2083
  }
1785
2084
  /**
2085
+ * @public
1786
2086
  * Live Event input parameters. There can be multiple inputs in a single Live Event.
1787
2087
  */
1788
2088
  export interface InputSettings {
@@ -1837,6 +2137,7 @@ export interface InputSettings {
1837
2137
  VideoSelector?: VideoSelector;
1838
2138
  }
1839
2139
  /**
2140
+ * @public
1840
2141
  * Placeholder documentation for InputAttachment
1841
2142
  */
1842
2143
  export interface InputAttachment {
@@ -1857,22 +2158,32 @@ export interface InputAttachment {
1857
2158
  */
1858
2159
  InputSettings?: InputSettings;
1859
2160
  }
2161
+ /**
2162
+ * @public
2163
+ */
1860
2164
  export declare enum InputCodec {
1861
2165
  AVC = "AVC",
1862
2166
  HEVC = "HEVC",
1863
2167
  MPEG2 = "MPEG2"
1864
2168
  }
2169
+ /**
2170
+ * @public
2171
+ */
1865
2172
  export declare enum InputMaximumBitrate {
1866
2173
  MAX_10_MBPS = "MAX_10_MBPS",
1867
2174
  MAX_20_MBPS = "MAX_20_MBPS",
1868
2175
  MAX_50_MBPS = "MAX_50_MBPS"
1869
2176
  }
2177
+ /**
2178
+ * @public
2179
+ */
1870
2180
  export declare enum InputResolution {
1871
2181
  HD = "HD",
1872
2182
  SD = "SD",
1873
2183
  UHD = "UHD"
1874
2184
  }
1875
2185
  /**
2186
+ * @public
1876
2187
  * Placeholder documentation for InputSpecification
1877
2188
  */
1878
2189
  export interface InputSpecification {
@@ -1889,6 +2200,9 @@ export interface InputSpecification {
1889
2200
  */
1890
2201
  Resolution?: InputResolution | string;
1891
2202
  }
2203
+ /**
2204
+ * @public
2205
+ */
1892
2206
  export declare enum LogLevel {
1893
2207
  DEBUG = "DEBUG",
1894
2208
  DISABLED = "DISABLED",
@@ -1896,6 +2210,9 @@ export declare enum LogLevel {
1896
2210
  INFO = "INFO",
1897
2211
  WARNING = "WARNING"
1898
2212
  }
2213
+ /**
2214
+ * @public
2215
+ */
1899
2216
  export declare enum MaintenanceDay {
1900
2217
  FRIDAY = "FRIDAY",
1901
2218
  MONDAY = "MONDAY",
@@ -1906,6 +2223,7 @@ export declare enum MaintenanceDay {
1906
2223
  WEDNESDAY = "WEDNESDAY"
1907
2224
  }
1908
2225
  /**
2226
+ * @public
1909
2227
  * Placeholder documentation for MaintenanceStatus
1910
2228
  */
1911
2229
  export interface MaintenanceStatus {
@@ -1926,6 +2244,9 @@ export interface MaintenanceStatus {
1926
2244
  */
1927
2245
  MaintenanceStartTime?: string;
1928
2246
  }
2247
+ /**
2248
+ * @public
2249
+ */
1929
2250
  export declare enum ChannelState {
1930
2251
  CREATE_FAILED = "CREATE_FAILED",
1931
2252
  CREATING = "CREATING",
@@ -1940,6 +2261,7 @@ export declare enum ChannelState {
1940
2261
  UPDATING = "UPDATING"
1941
2262
  }
1942
2263
  /**
2264
+ * @public
1943
2265
  * The properties for a private VPC Output
1944
2266
  */
1945
2267
  export interface VpcOutputSettingsDescription {
@@ -1964,6 +2286,7 @@ export interface VpcOutputSettingsDescription {
1964
2286
  SubnetIds?: string[];
1965
2287
  }
1966
2288
  /**
2289
+ * @public
1967
2290
  * Placeholder documentation for ChannelSummary
1968
2291
  */
1969
2292
  export interface ChannelSummary {
@@ -2034,12 +2357,16 @@ export interface ChannelSummary {
2034
2357
  */
2035
2358
  Vpc?: VpcOutputSettingsDescription;
2036
2359
  }
2360
+ /**
2361
+ * @public
2362
+ */
2037
2363
  export declare enum HlsAdMarkers {
2038
2364
  ADOBE = "ADOBE",
2039
2365
  ELEMENTAL = "ELEMENTAL",
2040
2366
  ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35"
2041
2367
  }
2042
2368
  /**
2369
+ * @public
2043
2370
  * The properties for a VPC type input destination.
2044
2371
  */
2045
2372
  export interface InputDestinationVpc {
@@ -2053,6 +2380,7 @@ export interface InputDestinationVpc {
2053
2380
  NetworkInterfaceId?: string;
2054
2381
  }
2055
2382
  /**
2383
+ * @public
2056
2384
  * The settings for a PUSH type input.
2057
2385
  */
2058
2386
  export interface InputDestination {
@@ -2075,11 +2403,15 @@ export interface InputDestination {
2075
2403
  */
2076
2404
  Vpc?: InputDestinationVpc;
2077
2405
  }
2406
+ /**
2407
+ * @public
2408
+ */
2078
2409
  export declare enum InputClass {
2079
2410
  SINGLE_PIPELINE = "SINGLE_PIPELINE",
2080
2411
  STANDARD = "STANDARD"
2081
2412
  }
2082
2413
  /**
2414
+ * @public
2083
2415
  * Settings for an input device.
2084
2416
  */
2085
2417
  export interface InputDeviceSettings {
@@ -2088,11 +2420,15 @@ export interface InputDeviceSettings {
2088
2420
  */
2089
2421
  Id?: string;
2090
2422
  }
2423
+ /**
2424
+ * @public
2425
+ */
2091
2426
  export declare enum InputSourceType {
2092
2427
  DYNAMIC = "DYNAMIC",
2093
2428
  STATIC = "STATIC"
2094
2429
  }
2095
2430
  /**
2431
+ * @public
2096
2432
  * The settings for a MediaConnect Flow.
2097
2433
  */
2098
2434
  export interface MediaConnectFlow {
@@ -2102,6 +2438,7 @@ export interface MediaConnectFlow {
2102
2438
  FlowArn?: string;
2103
2439
  }
2104
2440
  /**
2441
+ * @public
2105
2442
  * The settings for a PULL type input.
2106
2443
  */
2107
2444
  export interface InputSource {
@@ -2119,6 +2456,9 @@ export interface InputSource {
2119
2456
  */
2120
2457
  Username?: string;
2121
2458
  }
2459
+ /**
2460
+ * @public
2461
+ */
2122
2462
  export declare enum InputState {
2123
2463
  ATTACHED = "ATTACHED",
2124
2464
  CREATING = "CREATING",
@@ -2126,6 +2466,9 @@ export declare enum InputState {
2126
2466
  DELETING = "DELETING",
2127
2467
  DETACHED = "DETACHED"
2128
2468
  }
2469
+ /**
2470
+ * @public
2471
+ */
2129
2472
  export declare enum InputType {
2130
2473
  AWS_CDI = "AWS_CDI",
2131
2474
  INPUT_DEVICE = "INPUT_DEVICE",
@@ -2139,6 +2482,7 @@ export declare enum InputType {
2139
2482
  URL_PULL = "URL_PULL"
2140
2483
  }
2141
2484
  /**
2485
+ * @public
2142
2486
  * Placeholder documentation for Input
2143
2487
  */
2144
2488
  export interface Input {
@@ -2210,6 +2554,7 @@ export interface Input {
2210
2554
  Type?: InputType | string;
2211
2555
  }
2212
2556
  /**
2557
+ * @public
2213
2558
  * Endpoint settings for a PUSH type input.
2214
2559
  */
2215
2560
  export interface InputDestinationRequest {
@@ -2220,6 +2565,7 @@ export interface InputDestinationRequest {
2220
2565
  StreamName?: string;
2221
2566
  }
2222
2567
  /**
2568
+ * @public
2223
2569
  * Settings for an input device.
2224
2570
  */
2225
2571
  export interface InputDeviceRequest {
@@ -2228,37 +2574,59 @@ export interface InputDeviceRequest {
2228
2574
  */
2229
2575
  Id?: string;
2230
2576
  }
2577
+ /**
2578
+ * @public
2579
+ */
2231
2580
  export declare enum InputDeviceConnectionState {
2232
2581
  CONNECTED = "CONNECTED",
2233
2582
  DISCONNECTED = "DISCONNECTED"
2234
2583
  }
2584
+ /**
2585
+ * @public
2586
+ */
2235
2587
  export declare enum DeviceSettingsSyncState {
2236
2588
  SYNCED = "SYNCED",
2237
2589
  SYNCING = "SYNCING"
2238
2590
  }
2591
+ /**
2592
+ * @public
2593
+ */
2239
2594
  export declare enum DeviceUpdateStatus {
2240
2595
  NOT_UP_TO_DATE = "NOT_UP_TO_DATE",
2241
2596
  UPDATING = "UPDATING",
2242
2597
  UP_TO_DATE = "UP_TO_DATE"
2243
2598
  }
2599
+ /**
2600
+ * @public
2601
+ */
2244
2602
  export declare enum InputDeviceActiveInput {
2245
2603
  HDMI = "HDMI",
2246
2604
  SDI = "SDI"
2247
2605
  }
2606
+ /**
2607
+ * @public
2608
+ */
2248
2609
  export declare enum InputDeviceConfiguredInput {
2249
2610
  AUTO = "AUTO",
2250
2611
  HDMI = "HDMI",
2251
2612
  SDI = "SDI"
2252
2613
  }
2614
+ /**
2615
+ * @public
2616
+ */
2253
2617
  export declare enum InputDeviceState {
2254
2618
  IDLE = "IDLE",
2255
2619
  STREAMING = "STREAMING"
2256
2620
  }
2621
+ /**
2622
+ * @public
2623
+ */
2257
2624
  export declare enum InputDeviceScanType {
2258
2625
  INTERLACED = "INTERLACED",
2259
2626
  PROGRESSIVE = "PROGRESSIVE"
2260
2627
  }
2261
2628
  /**
2629
+ * @public
2262
2630
  * Settings that describe the active source from the input device, and the video characteristics of that source.
2263
2631
  */
2264
2632
  export interface InputDeviceHdSettings {
@@ -2299,11 +2667,15 @@ export interface InputDeviceHdSettings {
2299
2667
  */
2300
2668
  LatencyMs?: number;
2301
2669
  }
2670
+ /**
2671
+ * @public
2672
+ */
2302
2673
  export declare enum InputDeviceIpScheme {
2303
2674
  DHCP = "DHCP",
2304
2675
  STATIC = "STATIC"
2305
2676
  }
2306
2677
  /**
2678
+ * @public
2307
2679
  * The network settings for the input device.
2308
2680
  */
2309
2681
  export interface InputDeviceNetworkSettings {
@@ -2328,11 +2700,15 @@ export interface InputDeviceNetworkSettings {
2328
2700
  */
2329
2701
  SubnetMask?: string;
2330
2702
  }
2703
+ /**
2704
+ * @public
2705
+ */
2331
2706
  export declare enum InputDeviceType {
2332
2707
  HD = "HD",
2333
2708
  UHD = "UHD"
2334
2709
  }
2335
2710
  /**
2711
+ * @public
2336
2712
  * Settings that describe the active source from the input device, and the video characteristics of that source.
2337
2713
  */
2338
2714
  export interface InputDeviceUhdSettings {
@@ -2374,6 +2750,7 @@ export interface InputDeviceUhdSettings {
2374
2750
  LatencyMs?: number;
2375
2751
  }
2376
2752
  /**
2753
+ * @public
2377
2754
  * Details of the input device.
2378
2755
  */
2379
2756
  export interface InputDeviceSummary {
@@ -2426,6 +2803,9 @@ export interface InputDeviceSummary {
2426
2803
  */
2427
2804
  UhdDeviceSettings?: InputDeviceUhdSettings;
2428
2805
  }
2806
+ /**
2807
+ * @public
2808
+ */
2429
2809
  export declare enum InputSecurityGroupState {
2430
2810
  DELETED = "DELETED",
2431
2811
  IDLE = "IDLE",
@@ -2433,6 +2813,7 @@ export declare enum InputSecurityGroupState {
2433
2813
  UPDATING = "UPDATING"
2434
2814
  }
2435
2815
  /**
2816
+ * @public
2436
2817
  * Whitelist rule
2437
2818
  */
2438
2819
  export interface InputWhitelistRule {
@@ -2442,6 +2823,7 @@ export interface InputWhitelistRule {
2442
2823
  Cidr?: string;
2443
2824
  }
2444
2825
  /**
2826
+ * @public
2445
2827
  * An Input Security Group
2446
2828
  */
2447
2829
  export interface InputSecurityGroup {
@@ -2471,6 +2853,7 @@ export interface InputSecurityGroup {
2471
2853
  WhitelistRules?: InputWhitelistRule[];
2472
2854
  }
2473
2855
  /**
2856
+ * @public
2474
2857
  * Settings for for a PULL type input.
2475
2858
  */
2476
2859
  export interface InputSourceRequest {
@@ -2489,6 +2872,7 @@ export interface InputSourceRequest {
2489
2872
  Username?: string;
2490
2873
  }
2491
2874
  /**
2875
+ * @public
2492
2876
  * An IPv4 CIDR to whitelist.
2493
2877
  */
2494
2878
  export interface InputWhitelistRuleCidr {
@@ -2498,6 +2882,7 @@ export interface InputWhitelistRuleCidr {
2498
2882
  Cidr?: string;
2499
2883
  }
2500
2884
  /**
2885
+ * @public
2501
2886
  * The settings for a MediaConnect Flow.
2502
2887
  */
2503
2888
  export interface MediaConnectFlowRequest {
@@ -2507,6 +2892,7 @@ export interface MediaConnectFlowRequest {
2507
2892
  FlowArn?: string;
2508
2893
  }
2509
2894
  /**
2895
+ * @public
2510
2896
  * Multiplex MediaConnect output destination settings.
2511
2897
  */
2512
2898
  export interface MultiplexMediaConnectOutputDestinationSettings {
@@ -2516,6 +2902,7 @@ export interface MultiplexMediaConnectOutputDestinationSettings {
2516
2902
  EntitlementArn?: string;
2517
2903
  }
2518
2904
  /**
2905
+ * @public
2519
2906
  * Multiplex output destination settings
2520
2907
  */
2521
2908
  export interface MultiplexOutputDestination {
@@ -2525,6 +2912,7 @@ export interface MultiplexOutputDestination {
2525
2912
  MediaConnectSettings?: MultiplexMediaConnectOutputDestinationSettings;
2526
2913
  }
2527
2914
  /**
2915
+ * @public
2528
2916
  * The current source for one of the pipelines in the multiplex.
2529
2917
  */
2530
2918
  export interface MultiplexProgramPipelineDetail {
@@ -2538,6 +2926,7 @@ export interface MultiplexProgramPipelineDetail {
2538
2926
  PipelineId?: string;
2539
2927
  }
2540
2928
  /**
2929
+ * @public
2541
2930
  * Placeholder documentation for MultiplexProgramSummary
2542
2931
  */
2543
2932
  export interface MultiplexProgramSummary {
@@ -2551,6 +2940,7 @@ export interface MultiplexProgramSummary {
2551
2940
  ProgramName?: string;
2552
2941
  }
2553
2942
  /**
2943
+ * @public
2554
2944
  * Contains summary configuration for a Multiplex event.
2555
2945
  */
2556
2946
  export interface MultiplexSettingsSummary {
@@ -2559,6 +2949,9 @@ export interface MultiplexSettingsSummary {
2559
2949
  */
2560
2950
  TransportStreamBitrate?: number;
2561
2951
  }
2952
+ /**
2953
+ * @public
2954
+ */
2562
2955
  export declare enum MultiplexState {
2563
2956
  CREATE_FAILED = "CREATE_FAILED",
2564
2957
  CREATING = "CREATING",
@@ -2571,6 +2964,7 @@ export declare enum MultiplexState {
2571
2964
  STOPPING = "STOPPING"
2572
2965
  }
2573
2966
  /**
2967
+ * @public
2574
2968
  * Placeholder documentation for MultiplexSummary
2575
2969
  */
2576
2970
  export interface MultiplexSummary {
@@ -2611,12 +3005,21 @@ export interface MultiplexSummary {
2611
3005
  */
2612
3006
  Tags?: Record<string, string>;
2613
3007
  }
3008
+ /**
3009
+ * @public
3010
+ */
2614
3011
  export declare enum OfferingDurationUnits {
2615
3012
  MONTHS = "MONTHS"
2616
3013
  }
3014
+ /**
3015
+ * @public
3016
+ */
2617
3017
  export declare enum OfferingType {
2618
3018
  NO_UPFRONT = "NO_UPFRONT"
2619
3019
  }
3020
+ /**
3021
+ * @public
3022
+ */
2620
3023
  export declare enum ReservationCodec {
2621
3024
  AUDIO = "AUDIO",
2622
3025
  AVC = "AVC",
@@ -2624,39 +3027,58 @@ export declare enum ReservationCodec {
2624
3027
  LINK = "LINK",
2625
3028
  MPEG2 = "MPEG2"
2626
3029
  }
3030
+ /**
3031
+ * @public
3032
+ */
2627
3033
  export declare enum ReservationMaximumBitrate {
2628
3034
  MAX_10_MBPS = "MAX_10_MBPS",
2629
3035
  MAX_20_MBPS = "MAX_20_MBPS",
2630
3036
  MAX_50_MBPS = "MAX_50_MBPS"
2631
3037
  }
3038
+ /**
3039
+ * @public
3040
+ */
2632
3041
  export declare enum ReservationMaximumFramerate {
2633
3042
  MAX_30_FPS = "MAX_30_FPS",
2634
3043
  MAX_60_FPS = "MAX_60_FPS"
2635
3044
  }
3045
+ /**
3046
+ * @public
3047
+ */
2636
3048
  export declare enum ReservationResolution {
2637
3049
  FHD = "FHD",
2638
3050
  HD = "HD",
2639
3051
  SD = "SD",
2640
3052
  UHD = "UHD"
2641
3053
  }
3054
+ /**
3055
+ * @public
3056
+ */
2642
3057
  export declare enum ReservationResourceType {
2643
3058
  CHANNEL = "CHANNEL",
2644
3059
  INPUT = "INPUT",
2645
3060
  MULTIPLEX = "MULTIPLEX",
2646
3061
  OUTPUT = "OUTPUT"
2647
3062
  }
3063
+ /**
3064
+ * @public
3065
+ */
2648
3066
  export declare enum ReservationSpecialFeature {
2649
3067
  ADVANCED_AUDIO = "ADVANCED_AUDIO",
2650
3068
  AUDIO_NORMALIZATION = "AUDIO_NORMALIZATION",
2651
3069
  MGHD = "MGHD",
2652
3070
  MGUHD = "MGUHD"
2653
3071
  }
3072
+ /**
3073
+ * @public
3074
+ */
2654
3075
  export declare enum ReservationVideoQuality {
2655
3076
  ENHANCED = "ENHANCED",
2656
3077
  PREMIUM = "PREMIUM",
2657
3078
  STANDARD = "STANDARD"
2658
3079
  }
2659
3080
  /**
3081
+ * @public
2660
3082
  * Resource configuration (codec, resolution, bitrate, ...)
2661
3083
  */
2662
3084
  export interface ReservationResourceSpecification {
@@ -2694,6 +3116,7 @@ export interface ReservationResourceSpecification {
2694
3116
  VideoQuality?: ReservationVideoQuality | string;
2695
3117
  }
2696
3118
  /**
3119
+ * @public
2697
3120
  * Reserved resources available for purchase
2698
3121
  */
2699
3122
  export interface Offering {
@@ -2742,35 +3165,57 @@ export interface Offering {
2742
3165
  */
2743
3166
  UsagePrice?: number;
2744
3167
  }
3168
+ /**
3169
+ * @public
3170
+ */
2745
3171
  export declare enum M2tsAbsentInputAudioBehavior {
2746
3172
  DROP = "DROP",
2747
3173
  ENCODE_SILENCE = "ENCODE_SILENCE"
2748
3174
  }
3175
+ /**
3176
+ * @public
3177
+ */
2749
3178
  export declare enum M2tsArib {
2750
3179
  DISABLED = "DISABLED",
2751
3180
  ENABLED = "ENABLED"
2752
3181
  }
3182
+ /**
3183
+ * @public
3184
+ */
2753
3185
  export declare enum M2tsAribCaptionsPidControl {
2754
3186
  AUTO = "AUTO",
2755
3187
  USE_CONFIGURED = "USE_CONFIGURED"
2756
3188
  }
3189
+ /**
3190
+ * @public
3191
+ */
2757
3192
  export declare enum M2tsAudioBufferModel {
2758
3193
  ATSC = "ATSC",
2759
3194
  DVB = "DVB"
2760
3195
  }
3196
+ /**
3197
+ * @public
3198
+ */
2761
3199
  export declare enum M2tsAudioStreamType {
2762
3200
  ATSC = "ATSC",
2763
3201
  DVB = "DVB"
2764
3202
  }
3203
+ /**
3204
+ * @public
3205
+ */
2765
3206
  export declare enum M2tsBufferModel {
2766
3207
  MULTIPLEX = "MULTIPLEX",
2767
3208
  NONE = "NONE"
2768
3209
  }
3210
+ /**
3211
+ * @public
3212
+ */
2769
3213
  export declare enum M2tsCcDescriptor {
2770
3214
  DISABLED = "DISABLED",
2771
3215
  ENABLED = "ENABLED"
2772
3216
  }
2773
3217
  /**
3218
+ * @public
2774
3219
  * DVB Network Information Table (NIT)
2775
3220
  */
2776
3221
  export interface DvbNitSettings {
@@ -2787,6 +3232,9 @@ export interface DvbNitSettings {
2787
3232
  */
2788
3233
  RepInterval?: number;
2789
3234
  }
3235
+ /**
3236
+ * @public
3237
+ */
2790
3238
  export declare enum DvbSdtOutputSdt {
2791
3239
  SDT_FOLLOW = "SDT_FOLLOW",
2792
3240
  SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
@@ -2794,6 +3242,7 @@ export declare enum DvbSdtOutputSdt {
2794
3242
  SDT_NONE = "SDT_NONE"
2795
3243
  }
2796
3244
  /**
3245
+ * @public
2797
3246
  * DVB Service Description Table (SDT)
2798
3247
  */
2799
3248
  export interface DvbSdtSettings {
@@ -2815,6 +3264,7 @@ export interface DvbSdtSettings {
2815
3264
  ServiceProviderName?: string;
2816
3265
  }
2817
3266
  /**
3267
+ * @public
2818
3268
  * DVB Time and Date Table (SDT)
2819
3269
  */
2820
3270
  export interface DvbTdtSettings {
@@ -2823,42 +3273,72 @@ export interface DvbTdtSettings {
2823
3273
  */
2824
3274
  RepInterval?: number;
2825
3275
  }
3276
+ /**
3277
+ * @public
3278
+ */
2826
3279
  export declare enum M2tsEbifControl {
2827
3280
  NONE = "NONE",
2828
3281
  PASSTHROUGH = "PASSTHROUGH"
2829
3282
  }
3283
+ /**
3284
+ * @public
3285
+ */
2830
3286
  export declare enum M2tsAudioInterval {
2831
3287
  VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
2832
3288
  VIDEO_INTERVAL = "VIDEO_INTERVAL"
2833
3289
  }
3290
+ /**
3291
+ * @public
3292
+ */
2834
3293
  export declare enum M2tsEbpPlacement {
2835
3294
  VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
2836
3295
  VIDEO_PID = "VIDEO_PID"
2837
3296
  }
3297
+ /**
3298
+ * @public
3299
+ */
2838
3300
  export declare enum M2tsEsRateInPes {
2839
3301
  EXCLUDE = "EXCLUDE",
2840
3302
  INCLUDE = "INCLUDE"
2841
3303
  }
3304
+ /**
3305
+ * @public
3306
+ */
2842
3307
  export declare enum M2tsKlv {
2843
3308
  NONE = "NONE",
2844
3309
  PASSTHROUGH = "PASSTHROUGH"
2845
3310
  }
3311
+ /**
3312
+ * @public
3313
+ */
2846
3314
  export declare enum M2tsNielsenId3Behavior {
2847
3315
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
2848
3316
  PASSTHROUGH = "PASSTHROUGH"
2849
3317
  }
3318
+ /**
3319
+ * @public
3320
+ */
2850
3321
  export declare enum M2tsPcrControl {
2851
3322
  CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
2852
3323
  PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
2853
3324
  }
3325
+ /**
3326
+ * @public
3327
+ */
2854
3328
  export declare enum M2tsRateMode {
2855
3329
  CBR = "CBR",
2856
3330
  VBR = "VBR"
2857
3331
  }
3332
+ /**
3333
+ * @public
3334
+ */
2858
3335
  export declare enum M2tsScte35Control {
2859
3336
  NONE = "NONE",
2860
3337
  PASSTHROUGH = "PASSTHROUGH"
2861
3338
  }
3339
+ /**
3340
+ * @public
3341
+ */
2862
3342
  export declare enum M2tsSegmentationMarkers {
2863
3343
  EBP = "EBP",
2864
3344
  EBP_LEGACY = "EBP_LEGACY",
@@ -2867,15 +3347,22 @@ export declare enum M2tsSegmentationMarkers {
2867
3347
  RAI_ADAPT = "RAI_ADAPT",
2868
3348
  RAI_SEGSTART = "RAI_SEGSTART"
2869
3349
  }
3350
+ /**
3351
+ * @public
3352
+ */
2870
3353
  export declare enum M2tsSegmentationStyle {
2871
3354
  MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
2872
3355
  RESET_CADENCE = "RESET_CADENCE"
2873
3356
  }
3357
+ /**
3358
+ * @public
3359
+ */
2874
3360
  export declare enum M2tsTimedMetadataBehavior {
2875
3361
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
2876
3362
  PASSTHROUGH = "PASSTHROUGH"
2877
3363
  }
2878
3364
  /**
3365
+ * @public
2879
3366
  * M2ts Settings
2880
3367
  */
2881
3368
  export interface M2tsSettings {
@@ -3077,11 +3564,13 @@ export interface M2tsSettings {
3077
3564
  Scte35PrerollPullupMilliseconds?: number;
3078
3565
  }
3079
3566
  /**
3567
+ * @public
3080
3568
  * Raw Settings
3081
3569
  */
3082
3570
  export interface RawSettings {
3083
3571
  }
3084
3572
  /**
3573
+ * @public
3085
3574
  * Archive Container Settings
3086
3575
  */
3087
3576
  export interface ArchiveContainerSettings {
@@ -3095,6 +3584,7 @@ export interface ArchiveContainerSettings {
3095
3584
  RawSettings?: RawSettings;
3096
3585
  }
3097
3586
  /**
3587
+ * @public
3098
3588
  * Archive Output Settings
3099
3589
  */
3100
3590
  export interface ArchiveOutputSettings {
@@ -3112,6 +3602,7 @@ export interface ArchiveOutputSettings {
3112
3602
  NameModifier?: string;
3113
3603
  }
3114
3604
  /**
3605
+ * @public
3115
3606
  * Frame Capture Output Settings
3116
3607
  */
3117
3608
  export interface FrameCaptureOutputSettings {
@@ -3120,21 +3611,31 @@ export interface FrameCaptureOutputSettings {
3120
3611
  */
3121
3612
  NameModifier?: string;
3122
3613
  }
3614
+ /**
3615
+ * @public
3616
+ */
3123
3617
  export declare enum HlsH265PackagingType {
3124
3618
  HEV1 = "HEV1",
3125
3619
  HVC1 = "HVC1"
3126
3620
  }
3621
+ /**
3622
+ * @public
3623
+ */
3127
3624
  export declare enum AudioOnlyHlsTrackType {
3128
3625
  ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
3129
3626
  ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
3130
3627
  ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
3131
3628
  AUDIO_ONLY_VARIANT_STREAM = "AUDIO_ONLY_VARIANT_STREAM"
3132
3629
  }
3630
+ /**
3631
+ * @public
3632
+ */
3133
3633
  export declare enum AudioOnlyHlsSegmentType {
3134
3634
  AAC = "AAC",
3135
3635
  FMP4 = "FMP4"
3136
3636
  }
3137
3637
  /**
3638
+ * @public
3138
3639
  * Audio Only Hls Settings
3139
3640
  */
3140
3641
  export interface AudioOnlyHlsSettings {
@@ -3169,15 +3670,22 @@ export interface AudioOnlyHlsSettings {
3169
3670
  */
3170
3671
  SegmentType?: AudioOnlyHlsSegmentType | string;
3171
3672
  }
3673
+ /**
3674
+ * @public
3675
+ */
3172
3676
  export declare enum Fmp4NielsenId3Behavior {
3173
3677
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
3174
3678
  PASSTHROUGH = "PASSTHROUGH"
3175
3679
  }
3680
+ /**
3681
+ * @public
3682
+ */
3176
3683
  export declare enum Fmp4TimedMetadataBehavior {
3177
3684
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
3178
3685
  PASSTHROUGH = "PASSTHROUGH"
3179
3686
  }
3180
3687
  /**
3688
+ * @public
3181
3689
  * Fmp4 Hls Settings
3182
3690
  */
3183
3691
  export interface Fmp4HlsSettings {
@@ -3195,27 +3703,41 @@ export interface Fmp4HlsSettings {
3195
3703
  TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | string;
3196
3704
  }
3197
3705
  /**
3706
+ * @public
3198
3707
  * Frame Capture Hls Settings
3199
3708
  */
3200
3709
  export interface FrameCaptureHlsSettings {
3201
3710
  }
3711
+ /**
3712
+ * @public
3713
+ */
3202
3714
  export declare enum M3u8NielsenId3Behavior {
3203
3715
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
3204
3716
  PASSTHROUGH = "PASSTHROUGH"
3205
3717
  }
3718
+ /**
3719
+ * @public
3720
+ */
3206
3721
  export declare enum M3u8PcrControl {
3207
3722
  CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
3208
3723
  PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
3209
3724
  }
3725
+ /**
3726
+ * @public
3727
+ */
3210
3728
  export declare enum M3u8Scte35Behavior {
3211
3729
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
3212
3730
  PASSTHROUGH = "PASSTHROUGH"
3213
3731
  }
3732
+ /**
3733
+ * @public
3734
+ */
3214
3735
  export declare enum M3u8TimedMetadataBehavior {
3215
3736
  NO_PASSTHROUGH = "NO_PASSTHROUGH",
3216
3737
  PASSTHROUGH = "PASSTHROUGH"
3217
3738
  }
3218
3739
  /**
3740
+ * @public
3219
3741
  * Settings information for the .m3u8 container
3220
3742
  */
3221
3743
  export interface M3u8Settings {
@@ -3289,6 +3811,7 @@ export interface M3u8Settings {
3289
3811
  VideoPid?: string;
3290
3812
  }
3291
3813
  /**
3814
+ * @public
3292
3815
  * Standard Hls Settings
3293
3816
  */
3294
3817
  export interface StandardHlsSettings {
@@ -3302,6 +3825,7 @@ export interface StandardHlsSettings {
3302
3825
  M3u8Settings: M3u8Settings | undefined;
3303
3826
  }
3304
3827
  /**
3828
+ * @public
3305
3829
  * Hls Settings
3306
3830
  */
3307
3831
  export interface HlsSettings {
@@ -3323,6 +3847,7 @@ export interface HlsSettings {
3323
3847
  StandardHlsSettings?: StandardHlsSettings;
3324
3848
  }
3325
3849
  /**
3850
+ * @public
3326
3851
  * Hls Output Settings
3327
3852
  */
3328
3853
  export interface HlsOutputSettings {
@@ -3345,15 +3870,20 @@ export interface HlsOutputSettings {
3345
3870
  SegmentModifier?: string;
3346
3871
  }
3347
3872
  /**
3873
+ * @public
3348
3874
  * Media Package Output Settings
3349
3875
  */
3350
3876
  export interface MediaPackageOutputSettings {
3351
3877
  }
3878
+ /**
3879
+ * @public
3880
+ */
3352
3881
  export declare enum MsSmoothH265PackagingType {
3353
3882
  HEV1 = "HEV1",
3354
3883
  HVC1 = "HVC1"
3355
3884
  }
3356
3885
  /**
3886
+ * @public
3357
3887
  * Ms Smooth Output Settings
3358
3888
  */
3359
3889
  export interface MsSmoothOutputSettings {
@@ -3368,6 +3898,7 @@ export interface MsSmoothOutputSettings {
3368
3898
  NameModifier?: string;
3369
3899
  }
3370
3900
  /**
3901
+ * @public
3371
3902
  * Reference to an OutputDestination ID defined in the channel
3372
3903
  */
3373
3904
  export interface OutputLocationRef {
@@ -3377,6 +3908,7 @@ export interface OutputLocationRef {
3377
3908
  DestinationRefId?: string;
3378
3909
  }
3379
3910
  /**
3911
+ * @public
3380
3912
  * Multiplex Output Settings
3381
3913
  */
3382
3914
  export interface MultiplexOutputSettings {
@@ -3385,11 +3917,15 @@ export interface MultiplexOutputSettings {
3385
3917
  */
3386
3918
  Destination: OutputLocationRef | undefined;
3387
3919
  }
3920
+ /**
3921
+ * @public
3922
+ */
3388
3923
  export declare enum RtmpOutputCertificateMode {
3389
3924
  SELF_SIGNED = "SELF_SIGNED",
3390
3925
  VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY"
3391
3926
  }
3392
3927
  /**
3928
+ * @public
3393
3929
  * Rtmp Output Settings
3394
3930
  */
3395
3931
  export interface RtmpOutputSettings {
@@ -3411,6 +3947,7 @@ export interface RtmpOutputSettings {
3411
3947
  NumRetries?: number;
3412
3948
  }
3413
3949
  /**
3950
+ * @public
3414
3951
  * Udp Container Settings
3415
3952
  */
3416
3953
  export interface UdpContainerSettings {
@@ -3419,11 +3956,15 @@ export interface UdpContainerSettings {
3419
3956
  */
3420
3957
  M2tsSettings?: M2tsSettings;
3421
3958
  }
3959
+ /**
3960
+ * @public
3961
+ */
3422
3962
  export declare enum FecOutputIncludeFec {
3423
3963
  COLUMN = "COLUMN",
3424
3964
  COLUMN_AND_ROW = "COLUMN_AND_ROW"
3425
3965
  }
3426
3966
  /**
3967
+ * @public
3427
3968
  * Fec Output Settings
3428
3969
  */
3429
3970
  export interface FecOutputSettings {
@@ -3441,6 +3982,7 @@ export interface FecOutputSettings {
3441
3982
  RowLength?: number;
3442
3983
  }
3443
3984
  /**
3985
+ * @public
3444
3986
  * Udp Output Settings
3445
3987
  */
3446
3988
  export interface UdpOutputSettings {
@@ -3462,6 +4004,7 @@ export interface UdpOutputSettings {
3462
4004
  FecOutputSettings?: FecOutputSettings;
3463
4005
  }
3464
4006
  /**
4007
+ * @public
3465
4008
  * Output Settings
3466
4009
  */
3467
4010
  export interface OutputSettings {
@@ -3499,6 +4042,7 @@ export interface OutputSettings {
3499
4042
  UdpOutputSettings?: UdpOutputSettings;
3500
4043
  }
3501
4044
  /**
4045
+ * @public
3502
4046
  * Output settings. There can be multiple outputs within a group.
3503
4047
  */
3504
4048
  export interface Output {
@@ -3523,6 +4067,9 @@ export interface Output {
3523
4067
  */
3524
4068
  VideoDescriptionName?: string;
3525
4069
  }
4070
+ /**
4071
+ * @public
4072
+ */
3526
4073
  export declare enum S3CannedAcl {
3527
4074
  AUTHENTICATED_READ = "AUTHENTICATED_READ",
3528
4075
  BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
@@ -3530,6 +4077,7 @@ export declare enum S3CannedAcl {
3530
4077
  PUBLIC_READ = "PUBLIC_READ"
3531
4078
  }
3532
4079
  /**
4080
+ * @public
3533
4081
  * Archive S3 Settings
3534
4082
  */
3535
4083
  export interface ArchiveS3Settings {
@@ -3539,6 +4087,7 @@ export interface ArchiveS3Settings {
3539
4087
  CannedAcl?: S3CannedAcl | string;
3540
4088
  }
3541
4089
  /**
4090
+ * @public
3542
4091
  * Archive Cdn Settings
3543
4092
  */
3544
4093
  export interface ArchiveCdnSettings {
@@ -3548,6 +4097,7 @@ export interface ArchiveCdnSettings {
3548
4097
  ArchiveS3Settings?: ArchiveS3Settings;
3549
4098
  }
3550
4099
  /**
4100
+ * @public
3551
4101
  * Archive Group Settings
3552
4102
  */
3553
4103
  export interface ArchiveGroupSettings {
@@ -3565,6 +4115,7 @@ export interface ArchiveGroupSettings {
3565
4115
  RolloverInterval?: number;
3566
4116
  }
3567
4117
  /**
4118
+ * @public
3568
4119
  * Frame Capture S3 Settings
3569
4120
  */
3570
4121
  export interface FrameCaptureS3Settings {
@@ -3574,6 +4125,7 @@ export interface FrameCaptureS3Settings {
3574
4125
  CannedAcl?: S3CannedAcl | string;
3575
4126
  }
3576
4127
  /**
4128
+ * @public
3577
4129
  * Frame Capture Cdn Settings
3578
4130
  */
3579
4131
  export interface FrameCaptureCdnSettings {
@@ -3583,6 +4135,7 @@ export interface FrameCaptureCdnSettings {
3583
4135
  FrameCaptureS3Settings?: FrameCaptureS3Settings;
3584
4136
  }
3585
4137
  /**
4138
+ * @public
3586
4139
  * Frame Capture Group Settings
3587
4140
  */
3588
4141
  export interface FrameCaptureGroupSettings {
@@ -3595,36 +4148,58 @@ export interface FrameCaptureGroupSettings {
3595
4148
  */
3596
4149
  FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
3597
4150
  }
4151
+ /**
4152
+ * @public
4153
+ */
3598
4154
  export declare enum HlsCaptionLanguageSetting {
3599
4155
  INSERT = "INSERT",
3600
4156
  NONE = "NONE",
3601
4157
  OMIT = "OMIT"
3602
4158
  }
4159
+ /**
4160
+ * @public
4161
+ */
3603
4162
  export declare enum HlsClientCache {
3604
4163
  DISABLED = "DISABLED",
3605
4164
  ENABLED = "ENABLED"
3606
4165
  }
4166
+ /**
4167
+ * @public
4168
+ */
3607
4169
  export declare enum HlsCodecSpecification {
3608
4170
  RFC_4281 = "RFC_4281",
3609
4171
  RFC_6381 = "RFC_6381"
3610
4172
  }
4173
+ /**
4174
+ * @public
4175
+ */
3611
4176
  export declare enum HlsDirectoryStructure {
3612
4177
  SINGLE_DIRECTORY = "SINGLE_DIRECTORY",
3613
4178
  SUBDIRECTORY_PER_STREAM = "SUBDIRECTORY_PER_STREAM"
3614
4179
  }
4180
+ /**
4181
+ * @public
4182
+ */
3615
4183
  export declare enum HlsDiscontinuityTags {
3616
4184
  INSERT = "INSERT",
3617
4185
  NEVER_INSERT = "NEVER_INSERT"
3618
4186
  }
4187
+ /**
4188
+ * @public
4189
+ */
3619
4190
  export declare enum HlsEncryptionType {
3620
4191
  AES128 = "AES128",
3621
4192
  SAMPLE_AES = "SAMPLE_AES"
3622
4193
  }
4194
+ /**
4195
+ * @public
4196
+ */
3623
4197
  export declare enum HlsAkamaiHttpTransferMode {
3624
4198
  CHUNKED = "CHUNKED",
3625
4199
  NON_CHUNKED = "NON_CHUNKED"
3626
4200
  }
3627
4201
  /**
4202
+ * @public
3628
4203
  * Hls Akamai Settings
3629
4204
  */
3630
4205
  export interface HlsAkamaiSettings {
@@ -3658,6 +4233,7 @@ export interface HlsAkamaiSettings {
3658
4233
  Token?: string;
3659
4234
  }
3660
4235
  /**
4236
+ * @public
3661
4237
  * Hls Basic Put Settings
3662
4238
  */
3663
4239
  export interface HlsBasicPutSettings {
@@ -3678,10 +4254,14 @@ export interface HlsBasicPutSettings {
3678
4254
  */
3679
4255
  RestartDelay?: number;
3680
4256
  }
4257
+ /**
4258
+ * @public
4259
+ */
3681
4260
  export declare enum HlsMediaStoreStorageClass {
3682
4261
  TEMPORAL = "TEMPORAL"
3683
4262
  }
3684
4263
  /**
4264
+ * @public
3685
4265
  * Hls Media Store Settings
3686
4266
  */
3687
4267
  export interface HlsMediaStoreSettings {
@@ -3707,6 +4287,7 @@ export interface HlsMediaStoreSettings {
3707
4287
  RestartDelay?: number;
3708
4288
  }
3709
4289
  /**
4290
+ * @public
3710
4291
  * Hls S3 Settings
3711
4292
  */
3712
4293
  export interface HlsS3Settings {
@@ -3715,11 +4296,15 @@ export interface HlsS3Settings {
3715
4296
  */
3716
4297
  CannedAcl?: S3CannedAcl | string;
3717
4298
  }
4299
+ /**
4300
+ * @public
4301
+ */
3718
4302
  export declare enum HlsWebdavHttpTransferMode {
3719
4303
  CHUNKED = "CHUNKED",
3720
4304
  NON_CHUNKED = "NON_CHUNKED"
3721
4305
  }
3722
4306
  /**
4307
+ * @public
3723
4308
  * Hls Webdav Settings
3724
4309
  */
3725
4310
  export interface HlsWebdavSettings {
@@ -3745,6 +4330,7 @@ export interface HlsWebdavSettings {
3745
4330
  RestartDelay?: number;
3746
4331
  }
3747
4332
  /**
4333
+ * @public
3748
4334
  * Hls Cdn Settings
3749
4335
  */
3750
4336
  export interface HlsCdnSettings {
@@ -3769,31 +4355,50 @@ export interface HlsCdnSettings {
3769
4355
  */
3770
4356
  HlsWebdavSettings?: HlsWebdavSettings;
3771
4357
  }
4358
+ /**
4359
+ * @public
4360
+ */
3772
4361
  export declare enum HlsId3SegmentTaggingState {
3773
4362
  DISABLED = "DISABLED",
3774
4363
  ENABLED = "ENABLED"
3775
4364
  }
4365
+ /**
4366
+ * @public
4367
+ */
3776
4368
  export declare enum IFrameOnlyPlaylistType {
3777
4369
  DISABLED = "DISABLED",
3778
4370
  STANDARD = "STANDARD"
3779
4371
  }
4372
+ /**
4373
+ * @public
4374
+ */
3780
4375
  export declare enum HlsIncompleteSegmentBehavior {
3781
4376
  AUTO = "AUTO",
3782
4377
  SUPPRESS = "SUPPRESS"
3783
4378
  }
4379
+ /**
4380
+ * @public
4381
+ */
3784
4382
  export declare enum InputLossActionForHlsOut {
3785
4383
  EMIT_OUTPUT = "EMIT_OUTPUT",
3786
4384
  PAUSE_OUTPUT = "PAUSE_OUTPUT"
3787
4385
  }
4386
+ /**
4387
+ * @public
4388
+ */
3788
4389
  export declare enum HlsIvInManifest {
3789
4390
  EXCLUDE = "EXCLUDE",
3790
4391
  INCLUDE = "INCLUDE"
3791
4392
  }
4393
+ /**
4394
+ * @public
4395
+ */
3792
4396
  export declare enum HlsIvSource {
3793
4397
  EXPLICIT = "EXPLICIT",
3794
4398
  FOLLOWS_SEGMENT_NUMBER = "FOLLOWS_SEGMENT_NUMBER"
3795
4399
  }
3796
4400
  /**
4401
+ * @public
3797
4402
  * Static Key Settings
3798
4403
  */
3799
4404
  export interface StaticKeySettings {
@@ -3807,6 +4412,7 @@ export interface StaticKeySettings {
3807
4412
  StaticKeyValue: string | undefined;
3808
4413
  }
3809
4414
  /**
4415
+ * @public
3810
4416
  * Key Provider Settings
3811
4417
  */
3812
4418
  export interface KeyProviderSettings {
@@ -3815,587 +4421,17 @@ export interface KeyProviderSettings {
3815
4421
  */
3816
4422
  StaticKeySettings?: StaticKeySettings;
3817
4423
  }
4424
+ /**
4425
+ * @public
4426
+ */
3818
4427
  export declare enum HlsManifestCompression {
3819
4428
  GZIP = "GZIP",
3820
4429
  NONE = "NONE"
3821
4430
  }
4431
+ /**
4432
+ * @public
4433
+ */
3822
4434
  export declare enum HlsManifestDurationFormat {
3823
4435
  FLOATING_POINT = "FLOATING_POINT",
3824
4436
  INTEGER = "INTEGER"
3825
4437
  }
3826
- /**
3827
- * @internal
3828
- */
3829
- export declare const InputChannelLevelFilterSensitiveLog: (obj: InputChannelLevel) => any;
3830
- /**
3831
- * @internal
3832
- */
3833
- export declare const AudioChannelMappingFilterSensitiveLog: (obj: AudioChannelMapping) => any;
3834
- /**
3835
- * @internal
3836
- */
3837
- export declare const AudioNormalizationSettingsFilterSensitiveLog: (obj: AudioNormalizationSettings) => any;
3838
- /**
3839
- * @internal
3840
- */
3841
- export declare const NielsenCBETFilterSensitiveLog: (obj: NielsenCBET) => any;
3842
- /**
3843
- * @internal
3844
- */
3845
- export declare const NielsenNaesIiNwFilterSensitiveLog: (obj: NielsenNaesIiNw) => any;
3846
- /**
3847
- * @internal
3848
- */
3849
- export declare const NielsenWatermarksSettingsFilterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
3850
- /**
3851
- * @internal
3852
- */
3853
- export declare const AudioWatermarkSettingsFilterSensitiveLog: (obj: AudioWatermarkSettings) => any;
3854
- /**
3855
- * @internal
3856
- */
3857
- export declare const AacSettingsFilterSensitiveLog: (obj: AacSettings) => any;
3858
- /**
3859
- * @internal
3860
- */
3861
- export declare const Ac3SettingsFilterSensitiveLog: (obj: Ac3Settings) => any;
3862
- /**
3863
- * @internal
3864
- */
3865
- export declare const Eac3AtmosSettingsFilterSensitiveLog: (obj: Eac3AtmosSettings) => any;
3866
- /**
3867
- * @internal
3868
- */
3869
- export declare const Eac3SettingsFilterSensitiveLog: (obj: Eac3Settings) => any;
3870
- /**
3871
- * @internal
3872
- */
3873
- export declare const Mp2SettingsFilterSensitiveLog: (obj: Mp2Settings) => any;
3874
- /**
3875
- * @internal
3876
- */
3877
- export declare const PassThroughSettingsFilterSensitiveLog: (obj: PassThroughSettings) => any;
3878
- /**
3879
- * @internal
3880
- */
3881
- export declare const WavSettingsFilterSensitiveLog: (obj: WavSettings) => any;
3882
- /**
3883
- * @internal
3884
- */
3885
- export declare const AudioCodecSettingsFilterSensitiveLog: (obj: AudioCodecSettings) => any;
3886
- /**
3887
- * @internal
3888
- */
3889
- export declare const RemixSettingsFilterSensitiveLog: (obj: RemixSettings) => any;
3890
- /**
3891
- * @internal
3892
- */
3893
- export declare const AudioDescriptionFilterSensitiveLog: (obj: AudioDescription) => any;
3894
- /**
3895
- * @internal
3896
- */
3897
- export declare const AudioHlsRenditionSelectionFilterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
3898
- /**
3899
- * @internal
3900
- */
3901
- export declare const AudioLanguageSelectionFilterSensitiveLog: (obj: AudioLanguageSelection) => any;
3902
- /**
3903
- * @internal
3904
- */
3905
- export declare const AudioPidSelectionFilterSensitiveLog: (obj: AudioPidSelection) => any;
3906
- /**
3907
- * @internal
3908
- */
3909
- export declare const AudioDolbyEDecodeFilterSensitiveLog: (obj: AudioDolbyEDecode) => any;
3910
- /**
3911
- * @internal
3912
- */
3913
- export declare const AudioTrackFilterSensitiveLog: (obj: AudioTrack) => any;
3914
- /**
3915
- * @internal
3916
- */
3917
- export declare const AudioTrackSelectionFilterSensitiveLog: (obj: AudioTrackSelection) => any;
3918
- /**
3919
- * @internal
3920
- */
3921
- export declare const AudioSelectorSettingsFilterSensitiveLog: (obj: AudioSelectorSettings) => any;
3922
- /**
3923
- * @internal
3924
- */
3925
- export declare const AudioSelectorFilterSensitiveLog: (obj: AudioSelector) => any;
3926
- /**
3927
- * @internal
3928
- */
3929
- export declare const BatchFailedResultModelFilterSensitiveLog: (obj: BatchFailedResultModel) => any;
3930
- /**
3931
- * @internal
3932
- */
3933
- export declare const BatchSuccessfulResultModelFilterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
3934
- /**
3935
- * @internal
3936
- */
3937
- export declare const AribDestinationSettingsFilterSensitiveLog: (obj: AribDestinationSettings) => any;
3938
- /**
3939
- * @internal
3940
- */
3941
- export declare const InputLocationFilterSensitiveLog: (obj: InputLocation) => any;
3942
- /**
3943
- * @internal
3944
- */
3945
- export declare const BurnInDestinationSettingsFilterSensitiveLog: (obj: BurnInDestinationSettings) => any;
3946
- /**
3947
- * @internal
3948
- */
3949
- export declare const DvbSubDestinationSettingsFilterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
3950
- /**
3951
- * @internal
3952
- */
3953
- export declare const EbuTtDDestinationSettingsFilterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
3954
- /**
3955
- * @internal
3956
- */
3957
- export declare const EmbeddedDestinationSettingsFilterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
3958
- /**
3959
- * @internal
3960
- */
3961
- export declare const EmbeddedPlusScte20DestinationSettingsFilterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
3962
- /**
3963
- * @internal
3964
- */
3965
- export declare const RtmpCaptionInfoDestinationSettingsFilterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
3966
- /**
3967
- * @internal
3968
- */
3969
- export declare const Scte20PlusEmbeddedDestinationSettingsFilterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
3970
- /**
3971
- * @internal
3972
- */
3973
- export declare const Scte27DestinationSettingsFilterSensitiveLog: (obj: Scte27DestinationSettings) => any;
3974
- /**
3975
- * @internal
3976
- */
3977
- export declare const SmpteTtDestinationSettingsFilterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
3978
- /**
3979
- * @internal
3980
- */
3981
- export declare const TeletextDestinationSettingsFilterSensitiveLog: (obj: TeletextDestinationSettings) => any;
3982
- /**
3983
- * @internal
3984
- */
3985
- export declare const TtmlDestinationSettingsFilterSensitiveLog: (obj: TtmlDestinationSettings) => any;
3986
- /**
3987
- * @internal
3988
- */
3989
- export declare const WebvttDestinationSettingsFilterSensitiveLog: (obj: WebvttDestinationSettings) => any;
3990
- /**
3991
- * @internal
3992
- */
3993
- export declare const CaptionDestinationSettingsFilterSensitiveLog: (obj: CaptionDestinationSettings) => any;
3994
- /**
3995
- * @internal
3996
- */
3997
- export declare const CaptionDescriptionFilterSensitiveLog: (obj: CaptionDescription) => any;
3998
- /**
3999
- * @internal
4000
- */
4001
- export declare const CaptionLanguageMappingFilterSensitiveLog: (obj: CaptionLanguageMapping) => any;
4002
- /**
4003
- * @internal
4004
- */
4005
- export declare const AncillarySourceSettingsFilterSensitiveLog: (obj: AncillarySourceSettings) => any;
4006
- /**
4007
- * @internal
4008
- */
4009
- export declare const AribSourceSettingsFilterSensitiveLog: (obj: AribSourceSettings) => any;
4010
- /**
4011
- * @internal
4012
- */
4013
- export declare const DvbSubSourceSettingsFilterSensitiveLog: (obj: DvbSubSourceSettings) => any;
4014
- /**
4015
- * @internal
4016
- */
4017
- export declare const EmbeddedSourceSettingsFilterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
4018
- /**
4019
- * @internal
4020
- */
4021
- export declare const Scte20SourceSettingsFilterSensitiveLog: (obj: Scte20SourceSettings) => any;
4022
- /**
4023
- * @internal
4024
- */
4025
- export declare const Scte27SourceSettingsFilterSensitiveLog: (obj: Scte27SourceSettings) => any;
4026
- /**
4027
- * @internal
4028
- */
4029
- export declare const CaptionRectangleFilterSensitiveLog: (obj: CaptionRectangle) => any;
4030
- /**
4031
- * @internal
4032
- */
4033
- export declare const TeletextSourceSettingsFilterSensitiveLog: (obj: TeletextSourceSettings) => any;
4034
- /**
4035
- * @internal
4036
- */
4037
- export declare const CaptionSelectorSettingsFilterSensitiveLog: (obj: CaptionSelectorSettings) => any;
4038
- /**
4039
- * @internal
4040
- */
4041
- export declare const CaptionSelectorFilterSensitiveLog: (obj: CaptionSelector) => any;
4042
- /**
4043
- * @internal
4044
- */
4045
- export declare const ChannelEgressEndpointFilterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
4046
- /**
4047
- * @internal
4048
- */
4049
- export declare const CdiInputSpecificationFilterSensitiveLog: (obj: CdiInputSpecification) => any;
4050
- /**
4051
- * @internal
4052
- */
4053
- export declare const MediaPackageOutputDestinationSettingsFilterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
4054
- /**
4055
- * @internal
4056
- */
4057
- export declare const MultiplexProgramChannelDestinationSettingsFilterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
4058
- /**
4059
- * @internal
4060
- */
4061
- export declare const OutputDestinationSettingsFilterSensitiveLog: (obj: OutputDestinationSettings) => any;
4062
- /**
4063
- * @internal
4064
- */
4065
- export declare const OutputDestinationFilterSensitiveLog: (obj: OutputDestination) => any;
4066
- /**
4067
- * @internal
4068
- */
4069
- export declare const AudioSilenceFailoverSettingsFilterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
4070
- /**
4071
- * @internal
4072
- */
4073
- export declare const InputLossFailoverSettingsFilterSensitiveLog: (obj: InputLossFailoverSettings) => any;
4074
- /**
4075
- * @internal
4076
- */
4077
- export declare const VideoBlackFailoverSettingsFilterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
4078
- /**
4079
- * @internal
4080
- */
4081
- export declare const FailoverConditionSettingsFilterSensitiveLog: (obj: FailoverConditionSettings) => any;
4082
- /**
4083
- * @internal
4084
- */
4085
- export declare const FailoverConditionFilterSensitiveLog: (obj: FailoverCondition) => any;
4086
- /**
4087
- * @internal
4088
- */
4089
- export declare const AutomaticInputFailoverSettingsFilterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
4090
- /**
4091
- * @internal
4092
- */
4093
- export declare const HlsInputSettingsFilterSensitiveLog: (obj: HlsInputSettings) => any;
4094
- /**
4095
- * @internal
4096
- */
4097
- export declare const NetworkInputSettingsFilterSensitiveLog: (obj: NetworkInputSettings) => any;
4098
- /**
4099
- * @internal
4100
- */
4101
- export declare const Hdr10SettingsFilterSensitiveLog: (obj: Hdr10Settings) => any;
4102
- /**
4103
- * @internal
4104
- */
4105
- export declare const VideoSelectorColorSpaceSettingsFilterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
4106
- /**
4107
- * @internal
4108
- */
4109
- export declare const VideoSelectorPidFilterSensitiveLog: (obj: VideoSelectorPid) => any;
4110
- /**
4111
- * @internal
4112
- */
4113
- export declare const VideoSelectorProgramIdFilterSensitiveLog: (obj: VideoSelectorProgramId) => any;
4114
- /**
4115
- * @internal
4116
- */
4117
- export declare const VideoSelectorSettingsFilterSensitiveLog: (obj: VideoSelectorSettings) => any;
4118
- /**
4119
- * @internal
4120
- */
4121
- export declare const VideoSelectorFilterSensitiveLog: (obj: VideoSelector) => any;
4122
- /**
4123
- * @internal
4124
- */
4125
- export declare const InputSettingsFilterSensitiveLog: (obj: InputSettings) => any;
4126
- /**
4127
- * @internal
4128
- */
4129
- export declare const InputAttachmentFilterSensitiveLog: (obj: InputAttachment) => any;
4130
- /**
4131
- * @internal
4132
- */
4133
- export declare const InputSpecificationFilterSensitiveLog: (obj: InputSpecification) => any;
4134
- /**
4135
- * @internal
4136
- */
4137
- export declare const MaintenanceStatusFilterSensitiveLog: (obj: MaintenanceStatus) => any;
4138
- /**
4139
- * @internal
4140
- */
4141
- export declare const VpcOutputSettingsDescriptionFilterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
4142
- /**
4143
- * @internal
4144
- */
4145
- export declare const ChannelSummaryFilterSensitiveLog: (obj: ChannelSummary) => any;
4146
- /**
4147
- * @internal
4148
- */
4149
- export declare const InputDestinationVpcFilterSensitiveLog: (obj: InputDestinationVpc) => any;
4150
- /**
4151
- * @internal
4152
- */
4153
- export declare const InputDestinationFilterSensitiveLog: (obj: InputDestination) => any;
4154
- /**
4155
- * @internal
4156
- */
4157
- export declare const InputDeviceSettingsFilterSensitiveLog: (obj: InputDeviceSettings) => any;
4158
- /**
4159
- * @internal
4160
- */
4161
- export declare const MediaConnectFlowFilterSensitiveLog: (obj: MediaConnectFlow) => any;
4162
- /**
4163
- * @internal
4164
- */
4165
- export declare const InputSourceFilterSensitiveLog: (obj: InputSource) => any;
4166
- /**
4167
- * @internal
4168
- */
4169
- export declare const InputFilterSensitiveLog: (obj: Input) => any;
4170
- /**
4171
- * @internal
4172
- */
4173
- export declare const InputDestinationRequestFilterSensitiveLog: (obj: InputDestinationRequest) => any;
4174
- /**
4175
- * @internal
4176
- */
4177
- export declare const InputDeviceRequestFilterSensitiveLog: (obj: InputDeviceRequest) => any;
4178
- /**
4179
- * @internal
4180
- */
4181
- export declare const InputDeviceHdSettingsFilterSensitiveLog: (obj: InputDeviceHdSettings) => any;
4182
- /**
4183
- * @internal
4184
- */
4185
- export declare const InputDeviceNetworkSettingsFilterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
4186
- /**
4187
- * @internal
4188
- */
4189
- export declare const InputDeviceUhdSettingsFilterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
4190
- /**
4191
- * @internal
4192
- */
4193
- export declare const InputDeviceSummaryFilterSensitiveLog: (obj: InputDeviceSummary) => any;
4194
- /**
4195
- * @internal
4196
- */
4197
- export declare const InputWhitelistRuleFilterSensitiveLog: (obj: InputWhitelistRule) => any;
4198
- /**
4199
- * @internal
4200
- */
4201
- export declare const InputSecurityGroupFilterSensitiveLog: (obj: InputSecurityGroup) => any;
4202
- /**
4203
- * @internal
4204
- */
4205
- export declare const InputSourceRequestFilterSensitiveLog: (obj: InputSourceRequest) => any;
4206
- /**
4207
- * @internal
4208
- */
4209
- export declare const InputWhitelistRuleCidrFilterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
4210
- /**
4211
- * @internal
4212
- */
4213
- export declare const MediaConnectFlowRequestFilterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
4214
- /**
4215
- * @internal
4216
- */
4217
- export declare const MultiplexMediaConnectOutputDestinationSettingsFilterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
4218
- /**
4219
- * @internal
4220
- */
4221
- export declare const MultiplexOutputDestinationFilterSensitiveLog: (obj: MultiplexOutputDestination) => any;
4222
- /**
4223
- * @internal
4224
- */
4225
- export declare const MultiplexProgramPipelineDetailFilterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
4226
- /**
4227
- * @internal
4228
- */
4229
- export declare const MultiplexProgramSummaryFilterSensitiveLog: (obj: MultiplexProgramSummary) => any;
4230
- /**
4231
- * @internal
4232
- */
4233
- export declare const MultiplexSettingsSummaryFilterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
4234
- /**
4235
- * @internal
4236
- */
4237
- export declare const MultiplexSummaryFilterSensitiveLog: (obj: MultiplexSummary) => any;
4238
- /**
4239
- * @internal
4240
- */
4241
- export declare const ReservationResourceSpecificationFilterSensitiveLog: (obj: ReservationResourceSpecification) => any;
4242
- /**
4243
- * @internal
4244
- */
4245
- export declare const OfferingFilterSensitiveLog: (obj: Offering) => any;
4246
- /**
4247
- * @internal
4248
- */
4249
- export declare const DvbNitSettingsFilterSensitiveLog: (obj: DvbNitSettings) => any;
4250
- /**
4251
- * @internal
4252
- */
4253
- export declare const DvbSdtSettingsFilterSensitiveLog: (obj: DvbSdtSettings) => any;
4254
- /**
4255
- * @internal
4256
- */
4257
- export declare const DvbTdtSettingsFilterSensitiveLog: (obj: DvbTdtSettings) => any;
4258
- /**
4259
- * @internal
4260
- */
4261
- export declare const M2tsSettingsFilterSensitiveLog: (obj: M2tsSettings) => any;
4262
- /**
4263
- * @internal
4264
- */
4265
- export declare const RawSettingsFilterSensitiveLog: (obj: RawSettings) => any;
4266
- /**
4267
- * @internal
4268
- */
4269
- export declare const ArchiveContainerSettingsFilterSensitiveLog: (obj: ArchiveContainerSettings) => any;
4270
- /**
4271
- * @internal
4272
- */
4273
- export declare const ArchiveOutputSettingsFilterSensitiveLog: (obj: ArchiveOutputSettings) => any;
4274
- /**
4275
- * @internal
4276
- */
4277
- export declare const FrameCaptureOutputSettingsFilterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
4278
- /**
4279
- * @internal
4280
- */
4281
- export declare const AudioOnlyHlsSettingsFilterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
4282
- /**
4283
- * @internal
4284
- */
4285
- export declare const Fmp4HlsSettingsFilterSensitiveLog: (obj: Fmp4HlsSettings) => any;
4286
- /**
4287
- * @internal
4288
- */
4289
- export declare const FrameCaptureHlsSettingsFilterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
4290
- /**
4291
- * @internal
4292
- */
4293
- export declare const M3u8SettingsFilterSensitiveLog: (obj: M3u8Settings) => any;
4294
- /**
4295
- * @internal
4296
- */
4297
- export declare const StandardHlsSettingsFilterSensitiveLog: (obj: StandardHlsSettings) => any;
4298
- /**
4299
- * @internal
4300
- */
4301
- export declare const HlsSettingsFilterSensitiveLog: (obj: HlsSettings) => any;
4302
- /**
4303
- * @internal
4304
- */
4305
- export declare const HlsOutputSettingsFilterSensitiveLog: (obj: HlsOutputSettings) => any;
4306
- /**
4307
- * @internal
4308
- */
4309
- export declare const MediaPackageOutputSettingsFilterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
4310
- /**
4311
- * @internal
4312
- */
4313
- export declare const MsSmoothOutputSettingsFilterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
4314
- /**
4315
- * @internal
4316
- */
4317
- export declare const OutputLocationRefFilterSensitiveLog: (obj: OutputLocationRef) => any;
4318
- /**
4319
- * @internal
4320
- */
4321
- export declare const MultiplexOutputSettingsFilterSensitiveLog: (obj: MultiplexOutputSettings) => any;
4322
- /**
4323
- * @internal
4324
- */
4325
- export declare const RtmpOutputSettingsFilterSensitiveLog: (obj: RtmpOutputSettings) => any;
4326
- /**
4327
- * @internal
4328
- */
4329
- export declare const UdpContainerSettingsFilterSensitiveLog: (obj: UdpContainerSettings) => any;
4330
- /**
4331
- * @internal
4332
- */
4333
- export declare const FecOutputSettingsFilterSensitiveLog: (obj: FecOutputSettings) => any;
4334
- /**
4335
- * @internal
4336
- */
4337
- export declare const UdpOutputSettingsFilterSensitiveLog: (obj: UdpOutputSettings) => any;
4338
- /**
4339
- * @internal
4340
- */
4341
- export declare const OutputSettingsFilterSensitiveLog: (obj: OutputSettings) => any;
4342
- /**
4343
- * @internal
4344
- */
4345
- export declare const OutputFilterSensitiveLog: (obj: Output) => any;
4346
- /**
4347
- * @internal
4348
- */
4349
- export declare const ArchiveS3SettingsFilterSensitiveLog: (obj: ArchiveS3Settings) => any;
4350
- /**
4351
- * @internal
4352
- */
4353
- export declare const ArchiveCdnSettingsFilterSensitiveLog: (obj: ArchiveCdnSettings) => any;
4354
- /**
4355
- * @internal
4356
- */
4357
- export declare const ArchiveGroupSettingsFilterSensitiveLog: (obj: ArchiveGroupSettings) => any;
4358
- /**
4359
- * @internal
4360
- */
4361
- export declare const FrameCaptureS3SettingsFilterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
4362
- /**
4363
- * @internal
4364
- */
4365
- export declare const FrameCaptureCdnSettingsFilterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
4366
- /**
4367
- * @internal
4368
- */
4369
- export declare const FrameCaptureGroupSettingsFilterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
4370
- /**
4371
- * @internal
4372
- */
4373
- export declare const HlsAkamaiSettingsFilterSensitiveLog: (obj: HlsAkamaiSettings) => any;
4374
- /**
4375
- * @internal
4376
- */
4377
- export declare const HlsBasicPutSettingsFilterSensitiveLog: (obj: HlsBasicPutSettings) => any;
4378
- /**
4379
- * @internal
4380
- */
4381
- export declare const HlsMediaStoreSettingsFilterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
4382
- /**
4383
- * @internal
4384
- */
4385
- export declare const HlsS3SettingsFilterSensitiveLog: (obj: HlsS3Settings) => any;
4386
- /**
4387
- * @internal
4388
- */
4389
- export declare const HlsWebdavSettingsFilterSensitiveLog: (obj: HlsWebdavSettings) => any;
4390
- /**
4391
- * @internal
4392
- */
4393
- export declare const HlsCdnSettingsFilterSensitiveLog: (obj: HlsCdnSettings) => any;
4394
- /**
4395
- * @internal
4396
- */
4397
- export declare const StaticKeySettingsFilterSensitiveLog: (obj: StaticKeySettings) => any;
4398
- /**
4399
- * @internal
4400
- */
4401
- export declare const KeyProviderSettingsFilterSensitiveLog: (obj: KeyProviderSettings) => any;