@aws-sdk/client-medialive 3.50.0 → 3.51.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/MediaLive.d.ts +290 -0
- package/dist-types/ts3.4/MediaLiveClient.d.ts +130 -0
- package/dist-types/ts3.4/commands/AcceptInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchDeleteCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStartCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchStopCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/BatchUpdateScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CancelInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ClaimDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreatePartnerInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputDeviceThumbnailCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DescribeScheduleCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDeviceTransfersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputDevicesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputSecurityGroupsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListInputsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexProgramsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListMultiplexesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListOfferingsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListReservationsCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/PurchaseOfferingCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/RejectInputDeviceTransferCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StartMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/StopMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/TransferInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelClassCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputDeviceCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateInputSecurityGroupCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateMultiplexProgramCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/UpdateReservationCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +57 -0
- package/dist-types/ts3.4/endpoints.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/index.d.ts +2 -0
- package/dist-types/ts3.4/models/models_0.d.ts +2930 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3544 -0
- package/dist-types/ts3.4/pagination/DescribeSchedulePaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDeviceTransfersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputDevicesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputSecurityGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListInputsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexProgramsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMultiplexesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListOfferingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListReservationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +11 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +173 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
- package/dist-types/ts3.4/waiters/index.d.ts +11 -0
- package/dist-types/ts3.4/waiters/waitForChannelCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForChannelStopped.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputAttached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForInputDetached.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexCreated.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexDeleted.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexRunning.d.ts +7 -0
- package/dist-types/ts3.4/waiters/waitForMultiplexStopped.d.ts +7 -0
- package/package.json +8 -8
|
@@ -0,0 +1,2930 @@
|
|
|
1
|
+
|
|
2
|
+
export interface InputChannelLevel {
|
|
3
|
+
|
|
4
|
+
Gain: number | undefined;
|
|
5
|
+
|
|
6
|
+
InputChannel: number | undefined;
|
|
7
|
+
}
|
|
8
|
+
export declare namespace InputChannelLevel {
|
|
9
|
+
|
|
10
|
+
const filterSensitiveLog: (obj: InputChannelLevel) => any;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export interface AudioChannelMapping {
|
|
14
|
+
|
|
15
|
+
InputChannelLevels: InputChannelLevel[] | undefined;
|
|
16
|
+
|
|
17
|
+
OutputChannel: number | undefined;
|
|
18
|
+
}
|
|
19
|
+
export declare namespace AudioChannelMapping {
|
|
20
|
+
|
|
21
|
+
const filterSensitiveLog: (obj: AudioChannelMapping) => any;
|
|
22
|
+
}
|
|
23
|
+
export declare enum AudioNormalizationAlgorithm {
|
|
24
|
+
ITU_1770_1 = "ITU_1770_1",
|
|
25
|
+
ITU_1770_2 = "ITU_1770_2"
|
|
26
|
+
}
|
|
27
|
+
export declare enum AudioNormalizationAlgorithmControl {
|
|
28
|
+
CORRECT_AUDIO = "CORRECT_AUDIO"
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
export interface AudioNormalizationSettings {
|
|
32
|
+
|
|
33
|
+
Algorithm?: AudioNormalizationAlgorithm | string;
|
|
34
|
+
|
|
35
|
+
AlgorithmControl?: AudioNormalizationAlgorithmControl | string;
|
|
36
|
+
|
|
37
|
+
TargetLkfs?: number;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace AudioNormalizationSettings {
|
|
40
|
+
|
|
41
|
+
const filterSensitiveLog: (obj: AudioNormalizationSettings) => any;
|
|
42
|
+
}
|
|
43
|
+
export declare enum AudioType {
|
|
44
|
+
CLEAN_EFFECTS = "CLEAN_EFFECTS",
|
|
45
|
+
HEARING_IMPAIRED = "HEARING_IMPAIRED",
|
|
46
|
+
UNDEFINED = "UNDEFINED",
|
|
47
|
+
VISUAL_IMPAIRED_COMMENTARY = "VISUAL_IMPAIRED_COMMENTARY"
|
|
48
|
+
}
|
|
49
|
+
export declare enum AudioDescriptionAudioTypeControl {
|
|
50
|
+
FOLLOW_INPUT = "FOLLOW_INPUT",
|
|
51
|
+
USE_CONFIGURED = "USE_CONFIGURED"
|
|
52
|
+
}
|
|
53
|
+
export declare enum NielsenWatermarksCbetStepaside {
|
|
54
|
+
DISABLED = "DISABLED",
|
|
55
|
+
ENABLED = "ENABLED"
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface NielsenCBET {
|
|
59
|
+
|
|
60
|
+
CbetCheckDigitString: string | undefined;
|
|
61
|
+
|
|
62
|
+
CbetStepaside: NielsenWatermarksCbetStepaside | string | undefined;
|
|
63
|
+
|
|
64
|
+
Csid: string | undefined;
|
|
65
|
+
}
|
|
66
|
+
export declare namespace NielsenCBET {
|
|
67
|
+
|
|
68
|
+
const filterSensitiveLog: (obj: NielsenCBET) => any;
|
|
69
|
+
}
|
|
70
|
+
export declare enum NielsenWatermarksDistributionTypes {
|
|
71
|
+
FINAL_DISTRIBUTOR = "FINAL_DISTRIBUTOR",
|
|
72
|
+
PROGRAM_CONTENT = "PROGRAM_CONTENT"
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export interface NielsenNaesIiNw {
|
|
76
|
+
|
|
77
|
+
CheckDigitString: string | undefined;
|
|
78
|
+
|
|
79
|
+
Sid: number | undefined;
|
|
80
|
+
}
|
|
81
|
+
export declare namespace NielsenNaesIiNw {
|
|
82
|
+
|
|
83
|
+
const filterSensitiveLog: (obj: NielsenNaesIiNw) => any;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface NielsenWatermarksSettings {
|
|
87
|
+
|
|
88
|
+
NielsenCbetSettings?: NielsenCBET;
|
|
89
|
+
|
|
90
|
+
NielsenDistributionType?: NielsenWatermarksDistributionTypes | string;
|
|
91
|
+
|
|
92
|
+
NielsenNaesIiNwSettings?: NielsenNaesIiNw;
|
|
93
|
+
}
|
|
94
|
+
export declare namespace NielsenWatermarksSettings {
|
|
95
|
+
|
|
96
|
+
const filterSensitiveLog: (obj: NielsenWatermarksSettings) => any;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
export interface AudioWatermarkSettings {
|
|
100
|
+
|
|
101
|
+
NielsenWatermarksSettings?: NielsenWatermarksSettings;
|
|
102
|
+
}
|
|
103
|
+
export declare namespace AudioWatermarkSettings {
|
|
104
|
+
|
|
105
|
+
const filterSensitiveLog: (obj: AudioWatermarkSettings) => any;
|
|
106
|
+
}
|
|
107
|
+
export declare enum AacCodingMode {
|
|
108
|
+
AD_RECEIVER_MIX = "AD_RECEIVER_MIX",
|
|
109
|
+
CODING_MODE_1_0 = "CODING_MODE_1_0",
|
|
110
|
+
CODING_MODE_1_1 = "CODING_MODE_1_1",
|
|
111
|
+
CODING_MODE_2_0 = "CODING_MODE_2_0",
|
|
112
|
+
CODING_MODE_5_1 = "CODING_MODE_5_1"
|
|
113
|
+
}
|
|
114
|
+
export declare enum AacInputType {
|
|
115
|
+
BROADCASTER_MIXED_AD = "BROADCASTER_MIXED_AD",
|
|
116
|
+
NORMAL = "NORMAL"
|
|
117
|
+
}
|
|
118
|
+
export declare enum AacProfile {
|
|
119
|
+
HEV1 = "HEV1",
|
|
120
|
+
HEV2 = "HEV2",
|
|
121
|
+
LC = "LC"
|
|
122
|
+
}
|
|
123
|
+
export declare enum AacRateControlMode {
|
|
124
|
+
CBR = "CBR",
|
|
125
|
+
VBR = "VBR"
|
|
126
|
+
}
|
|
127
|
+
export declare enum AacRawFormat {
|
|
128
|
+
LATM_LOAS = "LATM_LOAS",
|
|
129
|
+
NONE = "NONE"
|
|
130
|
+
}
|
|
131
|
+
export declare enum AacSpec {
|
|
132
|
+
MPEG2 = "MPEG2",
|
|
133
|
+
MPEG4 = "MPEG4"
|
|
134
|
+
}
|
|
135
|
+
export declare enum AacVbrQuality {
|
|
136
|
+
HIGH = "HIGH",
|
|
137
|
+
LOW = "LOW",
|
|
138
|
+
MEDIUM_HIGH = "MEDIUM_HIGH",
|
|
139
|
+
MEDIUM_LOW = "MEDIUM_LOW"
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
export interface AacSettings {
|
|
143
|
+
|
|
144
|
+
Bitrate?: number;
|
|
145
|
+
|
|
146
|
+
CodingMode?: AacCodingMode | string;
|
|
147
|
+
|
|
148
|
+
InputType?: AacInputType | string;
|
|
149
|
+
|
|
150
|
+
Profile?: AacProfile | string;
|
|
151
|
+
|
|
152
|
+
RateControlMode?: AacRateControlMode | string;
|
|
153
|
+
|
|
154
|
+
RawFormat?: AacRawFormat | string;
|
|
155
|
+
|
|
156
|
+
SampleRate?: number;
|
|
157
|
+
|
|
158
|
+
Spec?: AacSpec | string;
|
|
159
|
+
|
|
160
|
+
VbrQuality?: AacVbrQuality | string;
|
|
161
|
+
}
|
|
162
|
+
export declare namespace AacSettings {
|
|
163
|
+
|
|
164
|
+
const filterSensitiveLog: (obj: AacSettings) => any;
|
|
165
|
+
}
|
|
166
|
+
export declare enum Ac3BitstreamMode {
|
|
167
|
+
COMMENTARY = "COMMENTARY",
|
|
168
|
+
COMPLETE_MAIN = "COMPLETE_MAIN",
|
|
169
|
+
DIALOGUE = "DIALOGUE",
|
|
170
|
+
EMERGENCY = "EMERGENCY",
|
|
171
|
+
HEARING_IMPAIRED = "HEARING_IMPAIRED",
|
|
172
|
+
MUSIC_AND_EFFECTS = "MUSIC_AND_EFFECTS",
|
|
173
|
+
VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED",
|
|
174
|
+
VOICE_OVER = "VOICE_OVER"
|
|
175
|
+
}
|
|
176
|
+
export declare enum Ac3CodingMode {
|
|
177
|
+
CODING_MODE_1_0 = "CODING_MODE_1_0",
|
|
178
|
+
CODING_MODE_1_1 = "CODING_MODE_1_1",
|
|
179
|
+
CODING_MODE_2_0 = "CODING_MODE_2_0",
|
|
180
|
+
CODING_MODE_3_2_LFE = "CODING_MODE_3_2_LFE"
|
|
181
|
+
}
|
|
182
|
+
export declare enum Ac3DrcProfile {
|
|
183
|
+
FILM_STANDARD = "FILM_STANDARD",
|
|
184
|
+
NONE = "NONE"
|
|
185
|
+
}
|
|
186
|
+
export declare enum Ac3LfeFilter {
|
|
187
|
+
DISABLED = "DISABLED",
|
|
188
|
+
ENABLED = "ENABLED"
|
|
189
|
+
}
|
|
190
|
+
export declare enum Ac3MetadataControl {
|
|
191
|
+
FOLLOW_INPUT = "FOLLOW_INPUT",
|
|
192
|
+
USE_CONFIGURED = "USE_CONFIGURED"
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
export interface Ac3Settings {
|
|
196
|
+
|
|
197
|
+
Bitrate?: number;
|
|
198
|
+
|
|
199
|
+
BitstreamMode?: Ac3BitstreamMode | string;
|
|
200
|
+
|
|
201
|
+
CodingMode?: Ac3CodingMode | string;
|
|
202
|
+
|
|
203
|
+
Dialnorm?: number;
|
|
204
|
+
|
|
205
|
+
DrcProfile?: Ac3DrcProfile | string;
|
|
206
|
+
|
|
207
|
+
LfeFilter?: Ac3LfeFilter | string;
|
|
208
|
+
|
|
209
|
+
MetadataControl?: Ac3MetadataControl | string;
|
|
210
|
+
}
|
|
211
|
+
export declare namespace Ac3Settings {
|
|
212
|
+
|
|
213
|
+
const filterSensitiveLog: (obj: Ac3Settings) => any;
|
|
214
|
+
}
|
|
215
|
+
export declare enum Eac3AttenuationControl {
|
|
216
|
+
ATTENUATE_3_DB = "ATTENUATE_3_DB",
|
|
217
|
+
NONE = "NONE"
|
|
218
|
+
}
|
|
219
|
+
export declare enum Eac3BitstreamMode {
|
|
220
|
+
COMMENTARY = "COMMENTARY",
|
|
221
|
+
COMPLETE_MAIN = "COMPLETE_MAIN",
|
|
222
|
+
EMERGENCY = "EMERGENCY",
|
|
223
|
+
HEARING_IMPAIRED = "HEARING_IMPAIRED",
|
|
224
|
+
VISUALLY_IMPAIRED = "VISUALLY_IMPAIRED"
|
|
225
|
+
}
|
|
226
|
+
export declare enum Eac3CodingMode {
|
|
227
|
+
CODING_MODE_1_0 = "CODING_MODE_1_0",
|
|
228
|
+
CODING_MODE_2_0 = "CODING_MODE_2_0",
|
|
229
|
+
CODING_MODE_3_2 = "CODING_MODE_3_2"
|
|
230
|
+
}
|
|
231
|
+
export declare enum Eac3DcFilter {
|
|
232
|
+
DISABLED = "DISABLED",
|
|
233
|
+
ENABLED = "ENABLED"
|
|
234
|
+
}
|
|
235
|
+
export declare enum Eac3DrcLine {
|
|
236
|
+
FILM_LIGHT = "FILM_LIGHT",
|
|
237
|
+
FILM_STANDARD = "FILM_STANDARD",
|
|
238
|
+
MUSIC_LIGHT = "MUSIC_LIGHT",
|
|
239
|
+
MUSIC_STANDARD = "MUSIC_STANDARD",
|
|
240
|
+
NONE = "NONE",
|
|
241
|
+
SPEECH = "SPEECH"
|
|
242
|
+
}
|
|
243
|
+
export declare enum Eac3DrcRf {
|
|
244
|
+
FILM_LIGHT = "FILM_LIGHT",
|
|
245
|
+
FILM_STANDARD = "FILM_STANDARD",
|
|
246
|
+
MUSIC_LIGHT = "MUSIC_LIGHT",
|
|
247
|
+
MUSIC_STANDARD = "MUSIC_STANDARD",
|
|
248
|
+
NONE = "NONE",
|
|
249
|
+
SPEECH = "SPEECH"
|
|
250
|
+
}
|
|
251
|
+
export declare enum Eac3LfeControl {
|
|
252
|
+
LFE = "LFE",
|
|
253
|
+
NO_LFE = "NO_LFE"
|
|
254
|
+
}
|
|
255
|
+
export declare enum Eac3LfeFilter {
|
|
256
|
+
DISABLED = "DISABLED",
|
|
257
|
+
ENABLED = "ENABLED"
|
|
258
|
+
}
|
|
259
|
+
export declare enum Eac3MetadataControl {
|
|
260
|
+
FOLLOW_INPUT = "FOLLOW_INPUT",
|
|
261
|
+
USE_CONFIGURED = "USE_CONFIGURED"
|
|
262
|
+
}
|
|
263
|
+
export declare enum Eac3PassthroughControl {
|
|
264
|
+
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
265
|
+
WHEN_POSSIBLE = "WHEN_POSSIBLE"
|
|
266
|
+
}
|
|
267
|
+
export declare enum Eac3PhaseControl {
|
|
268
|
+
NO_SHIFT = "NO_SHIFT",
|
|
269
|
+
SHIFT_90_DEGREES = "SHIFT_90_DEGREES"
|
|
270
|
+
}
|
|
271
|
+
export declare enum Eac3StereoDownmix {
|
|
272
|
+
DPL2 = "DPL2",
|
|
273
|
+
LO_RO = "LO_RO",
|
|
274
|
+
LT_RT = "LT_RT",
|
|
275
|
+
NOT_INDICATED = "NOT_INDICATED"
|
|
276
|
+
}
|
|
277
|
+
export declare enum Eac3SurroundExMode {
|
|
278
|
+
DISABLED = "DISABLED",
|
|
279
|
+
ENABLED = "ENABLED",
|
|
280
|
+
NOT_INDICATED = "NOT_INDICATED"
|
|
281
|
+
}
|
|
282
|
+
export declare enum Eac3SurroundMode {
|
|
283
|
+
DISABLED = "DISABLED",
|
|
284
|
+
ENABLED = "ENABLED",
|
|
285
|
+
NOT_INDICATED = "NOT_INDICATED"
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export interface Eac3Settings {
|
|
289
|
+
|
|
290
|
+
AttenuationControl?: Eac3AttenuationControl | string;
|
|
291
|
+
|
|
292
|
+
Bitrate?: number;
|
|
293
|
+
|
|
294
|
+
BitstreamMode?: Eac3BitstreamMode | string;
|
|
295
|
+
|
|
296
|
+
CodingMode?: Eac3CodingMode | string;
|
|
297
|
+
|
|
298
|
+
DcFilter?: Eac3DcFilter | string;
|
|
299
|
+
|
|
300
|
+
Dialnorm?: number;
|
|
301
|
+
|
|
302
|
+
DrcLine?: Eac3DrcLine | string;
|
|
303
|
+
|
|
304
|
+
DrcRf?: Eac3DrcRf | string;
|
|
305
|
+
|
|
306
|
+
LfeControl?: Eac3LfeControl | string;
|
|
307
|
+
|
|
308
|
+
LfeFilter?: Eac3LfeFilter | string;
|
|
309
|
+
|
|
310
|
+
LoRoCenterMixLevel?: number;
|
|
311
|
+
|
|
312
|
+
LoRoSurroundMixLevel?: number;
|
|
313
|
+
|
|
314
|
+
LtRtCenterMixLevel?: number;
|
|
315
|
+
|
|
316
|
+
LtRtSurroundMixLevel?: number;
|
|
317
|
+
|
|
318
|
+
MetadataControl?: Eac3MetadataControl | string;
|
|
319
|
+
|
|
320
|
+
PassthroughControl?: Eac3PassthroughControl | string;
|
|
321
|
+
|
|
322
|
+
PhaseControl?: Eac3PhaseControl | string;
|
|
323
|
+
|
|
324
|
+
StereoDownmix?: Eac3StereoDownmix | string;
|
|
325
|
+
|
|
326
|
+
SurroundExMode?: Eac3SurroundExMode | string;
|
|
327
|
+
|
|
328
|
+
SurroundMode?: Eac3SurroundMode | string;
|
|
329
|
+
}
|
|
330
|
+
export declare namespace Eac3Settings {
|
|
331
|
+
|
|
332
|
+
const filterSensitiveLog: (obj: Eac3Settings) => any;
|
|
333
|
+
}
|
|
334
|
+
export declare enum Mp2CodingMode {
|
|
335
|
+
CODING_MODE_1_0 = "CODING_MODE_1_0",
|
|
336
|
+
CODING_MODE_2_0 = "CODING_MODE_2_0"
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
export interface Mp2Settings {
|
|
340
|
+
|
|
341
|
+
Bitrate?: number;
|
|
342
|
+
|
|
343
|
+
CodingMode?: Mp2CodingMode | string;
|
|
344
|
+
|
|
345
|
+
SampleRate?: number;
|
|
346
|
+
}
|
|
347
|
+
export declare namespace Mp2Settings {
|
|
348
|
+
|
|
349
|
+
const filterSensitiveLog: (obj: Mp2Settings) => any;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
export interface PassThroughSettings {
|
|
353
|
+
}
|
|
354
|
+
export declare namespace PassThroughSettings {
|
|
355
|
+
|
|
356
|
+
const filterSensitiveLog: (obj: PassThroughSettings) => any;
|
|
357
|
+
}
|
|
358
|
+
export declare enum WavCodingMode {
|
|
359
|
+
CODING_MODE_1_0 = "CODING_MODE_1_0",
|
|
360
|
+
CODING_MODE_2_0 = "CODING_MODE_2_0",
|
|
361
|
+
CODING_MODE_4_0 = "CODING_MODE_4_0",
|
|
362
|
+
CODING_MODE_8_0 = "CODING_MODE_8_0"
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
export interface WavSettings {
|
|
366
|
+
|
|
367
|
+
BitDepth?: number;
|
|
368
|
+
|
|
369
|
+
CodingMode?: WavCodingMode | string;
|
|
370
|
+
|
|
371
|
+
SampleRate?: number;
|
|
372
|
+
}
|
|
373
|
+
export declare namespace WavSettings {
|
|
374
|
+
|
|
375
|
+
const filterSensitiveLog: (obj: WavSettings) => any;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
export interface AudioCodecSettings {
|
|
379
|
+
|
|
380
|
+
AacSettings?: AacSettings;
|
|
381
|
+
|
|
382
|
+
Ac3Settings?: Ac3Settings;
|
|
383
|
+
|
|
384
|
+
Eac3Settings?: Eac3Settings;
|
|
385
|
+
|
|
386
|
+
Mp2Settings?: Mp2Settings;
|
|
387
|
+
|
|
388
|
+
PassThroughSettings?: PassThroughSettings;
|
|
389
|
+
|
|
390
|
+
WavSettings?: WavSettings;
|
|
391
|
+
}
|
|
392
|
+
export declare namespace AudioCodecSettings {
|
|
393
|
+
|
|
394
|
+
const filterSensitiveLog: (obj: AudioCodecSettings) => any;
|
|
395
|
+
}
|
|
396
|
+
export declare enum AudioDescriptionLanguageCodeControl {
|
|
397
|
+
FOLLOW_INPUT = "FOLLOW_INPUT",
|
|
398
|
+
USE_CONFIGURED = "USE_CONFIGURED"
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
export interface RemixSettings {
|
|
402
|
+
|
|
403
|
+
ChannelMappings: AudioChannelMapping[] | undefined;
|
|
404
|
+
|
|
405
|
+
ChannelsIn?: number;
|
|
406
|
+
|
|
407
|
+
ChannelsOut?: number;
|
|
408
|
+
}
|
|
409
|
+
export declare namespace RemixSettings {
|
|
410
|
+
|
|
411
|
+
const filterSensitiveLog: (obj: RemixSettings) => any;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
export interface AudioDescription {
|
|
415
|
+
|
|
416
|
+
AudioNormalizationSettings?: AudioNormalizationSettings;
|
|
417
|
+
|
|
418
|
+
AudioSelectorName: string | undefined;
|
|
419
|
+
|
|
420
|
+
AudioType?: AudioType | string;
|
|
421
|
+
|
|
422
|
+
AudioTypeControl?: AudioDescriptionAudioTypeControl | string;
|
|
423
|
+
|
|
424
|
+
AudioWatermarkingSettings?: AudioWatermarkSettings;
|
|
425
|
+
|
|
426
|
+
CodecSettings?: AudioCodecSettings;
|
|
427
|
+
|
|
428
|
+
LanguageCode?: string;
|
|
429
|
+
|
|
430
|
+
LanguageCodeControl?: AudioDescriptionLanguageCodeControl | string;
|
|
431
|
+
|
|
432
|
+
Name: string | undefined;
|
|
433
|
+
|
|
434
|
+
RemixSettings?: RemixSettings;
|
|
435
|
+
|
|
436
|
+
StreamName?: string;
|
|
437
|
+
}
|
|
438
|
+
export declare namespace AudioDescription {
|
|
439
|
+
|
|
440
|
+
const filterSensitiveLog: (obj: AudioDescription) => any;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export interface AudioHlsRenditionSelection {
|
|
444
|
+
|
|
445
|
+
GroupId: string | undefined;
|
|
446
|
+
|
|
447
|
+
Name: string | undefined;
|
|
448
|
+
}
|
|
449
|
+
export declare namespace AudioHlsRenditionSelection {
|
|
450
|
+
|
|
451
|
+
const filterSensitiveLog: (obj: AudioHlsRenditionSelection) => any;
|
|
452
|
+
}
|
|
453
|
+
export declare enum AudioLanguageSelectionPolicy {
|
|
454
|
+
LOOSE = "LOOSE",
|
|
455
|
+
STRICT = "STRICT"
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
export interface AudioLanguageSelection {
|
|
459
|
+
|
|
460
|
+
LanguageCode: string | undefined;
|
|
461
|
+
|
|
462
|
+
LanguageSelectionPolicy?: AudioLanguageSelectionPolicy | string;
|
|
463
|
+
}
|
|
464
|
+
export declare namespace AudioLanguageSelection {
|
|
465
|
+
|
|
466
|
+
const filterSensitiveLog: (obj: AudioLanguageSelection) => any;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
export interface AudioPidSelection {
|
|
470
|
+
|
|
471
|
+
Pid: number | undefined;
|
|
472
|
+
}
|
|
473
|
+
export declare namespace AudioPidSelection {
|
|
474
|
+
|
|
475
|
+
const filterSensitiveLog: (obj: AudioPidSelection) => any;
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
export interface AudioTrack {
|
|
479
|
+
|
|
480
|
+
Track: number | undefined;
|
|
481
|
+
}
|
|
482
|
+
export declare namespace AudioTrack {
|
|
483
|
+
|
|
484
|
+
const filterSensitiveLog: (obj: AudioTrack) => any;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
export interface AudioTrackSelection {
|
|
488
|
+
|
|
489
|
+
Tracks: AudioTrack[] | undefined;
|
|
490
|
+
}
|
|
491
|
+
export declare namespace AudioTrackSelection {
|
|
492
|
+
|
|
493
|
+
const filterSensitiveLog: (obj: AudioTrackSelection) => any;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
export interface AudioSelectorSettings {
|
|
497
|
+
|
|
498
|
+
AudioHlsRenditionSelection?: AudioHlsRenditionSelection;
|
|
499
|
+
|
|
500
|
+
AudioLanguageSelection?: AudioLanguageSelection;
|
|
501
|
+
|
|
502
|
+
AudioPidSelection?: AudioPidSelection;
|
|
503
|
+
|
|
504
|
+
AudioTrackSelection?: AudioTrackSelection;
|
|
505
|
+
}
|
|
506
|
+
export declare namespace AudioSelectorSettings {
|
|
507
|
+
|
|
508
|
+
const filterSensitiveLog: (obj: AudioSelectorSettings) => any;
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export interface AudioSelector {
|
|
512
|
+
|
|
513
|
+
Name: string | undefined;
|
|
514
|
+
|
|
515
|
+
SelectorSettings?: AudioSelectorSettings;
|
|
516
|
+
}
|
|
517
|
+
export declare namespace AudioSelector {
|
|
518
|
+
|
|
519
|
+
const filterSensitiveLog: (obj: AudioSelector) => any;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
export interface BatchFailedResultModel {
|
|
523
|
+
|
|
524
|
+
Arn?: string;
|
|
525
|
+
|
|
526
|
+
Code?: string;
|
|
527
|
+
|
|
528
|
+
Id?: string;
|
|
529
|
+
|
|
530
|
+
Message?: string;
|
|
531
|
+
}
|
|
532
|
+
export declare namespace BatchFailedResultModel {
|
|
533
|
+
|
|
534
|
+
const filterSensitiveLog: (obj: BatchFailedResultModel) => any;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
export interface BatchSuccessfulResultModel {
|
|
538
|
+
|
|
539
|
+
Arn?: string;
|
|
540
|
+
|
|
541
|
+
Id?: string;
|
|
542
|
+
|
|
543
|
+
State?: string;
|
|
544
|
+
}
|
|
545
|
+
export declare namespace BatchSuccessfulResultModel {
|
|
546
|
+
|
|
547
|
+
const filterSensitiveLog: (obj: BatchSuccessfulResultModel) => any;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
export interface AribDestinationSettings {
|
|
551
|
+
}
|
|
552
|
+
export declare namespace AribDestinationSettings {
|
|
553
|
+
|
|
554
|
+
const filterSensitiveLog: (obj: AribDestinationSettings) => any;
|
|
555
|
+
}
|
|
556
|
+
export declare enum BurnInAlignment {
|
|
557
|
+
CENTERED = "CENTERED",
|
|
558
|
+
LEFT = "LEFT",
|
|
559
|
+
SMART = "SMART"
|
|
560
|
+
}
|
|
561
|
+
export declare enum BurnInBackgroundColor {
|
|
562
|
+
BLACK = "BLACK",
|
|
563
|
+
NONE = "NONE",
|
|
564
|
+
WHITE = "WHITE"
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
export interface InputLocation {
|
|
568
|
+
|
|
569
|
+
PasswordParam?: string;
|
|
570
|
+
|
|
571
|
+
Uri: string | undefined;
|
|
572
|
+
|
|
573
|
+
Username?: string;
|
|
574
|
+
}
|
|
575
|
+
export declare namespace InputLocation {
|
|
576
|
+
|
|
577
|
+
const filterSensitiveLog: (obj: InputLocation) => any;
|
|
578
|
+
}
|
|
579
|
+
export declare enum BurnInFontColor {
|
|
580
|
+
BLACK = "BLACK",
|
|
581
|
+
BLUE = "BLUE",
|
|
582
|
+
GREEN = "GREEN",
|
|
583
|
+
RED = "RED",
|
|
584
|
+
WHITE = "WHITE",
|
|
585
|
+
YELLOW = "YELLOW"
|
|
586
|
+
}
|
|
587
|
+
export declare enum BurnInOutlineColor {
|
|
588
|
+
BLACK = "BLACK",
|
|
589
|
+
BLUE = "BLUE",
|
|
590
|
+
GREEN = "GREEN",
|
|
591
|
+
RED = "RED",
|
|
592
|
+
WHITE = "WHITE",
|
|
593
|
+
YELLOW = "YELLOW"
|
|
594
|
+
}
|
|
595
|
+
export declare enum BurnInShadowColor {
|
|
596
|
+
BLACK = "BLACK",
|
|
597
|
+
NONE = "NONE",
|
|
598
|
+
WHITE = "WHITE"
|
|
599
|
+
}
|
|
600
|
+
export declare enum BurnInTeletextGridControl {
|
|
601
|
+
FIXED = "FIXED",
|
|
602
|
+
SCALED = "SCALED"
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export interface BurnInDestinationSettings {
|
|
606
|
+
|
|
607
|
+
Alignment?: BurnInAlignment | string;
|
|
608
|
+
|
|
609
|
+
BackgroundColor?: BurnInBackgroundColor | string;
|
|
610
|
+
|
|
611
|
+
BackgroundOpacity?: number;
|
|
612
|
+
|
|
613
|
+
Font?: InputLocation;
|
|
614
|
+
|
|
615
|
+
FontColor?: BurnInFontColor | string;
|
|
616
|
+
|
|
617
|
+
FontOpacity?: number;
|
|
618
|
+
|
|
619
|
+
FontResolution?: number;
|
|
620
|
+
|
|
621
|
+
FontSize?: string;
|
|
622
|
+
|
|
623
|
+
OutlineColor?: BurnInOutlineColor | string;
|
|
624
|
+
|
|
625
|
+
OutlineSize?: number;
|
|
626
|
+
|
|
627
|
+
ShadowColor?: BurnInShadowColor | string;
|
|
628
|
+
|
|
629
|
+
ShadowOpacity?: number;
|
|
630
|
+
|
|
631
|
+
ShadowXOffset?: number;
|
|
632
|
+
|
|
633
|
+
ShadowYOffset?: number;
|
|
634
|
+
|
|
635
|
+
TeletextGridControl?: BurnInTeletextGridControl | string;
|
|
636
|
+
|
|
637
|
+
XPosition?: number;
|
|
638
|
+
|
|
639
|
+
YPosition?: number;
|
|
640
|
+
}
|
|
641
|
+
export declare namespace BurnInDestinationSettings {
|
|
642
|
+
|
|
643
|
+
const filterSensitiveLog: (obj: BurnInDestinationSettings) => any;
|
|
644
|
+
}
|
|
645
|
+
export declare enum DvbSubDestinationAlignment {
|
|
646
|
+
CENTERED = "CENTERED",
|
|
647
|
+
LEFT = "LEFT",
|
|
648
|
+
SMART = "SMART"
|
|
649
|
+
}
|
|
650
|
+
export declare enum DvbSubDestinationBackgroundColor {
|
|
651
|
+
BLACK = "BLACK",
|
|
652
|
+
NONE = "NONE",
|
|
653
|
+
WHITE = "WHITE"
|
|
654
|
+
}
|
|
655
|
+
export declare enum DvbSubDestinationFontColor {
|
|
656
|
+
BLACK = "BLACK",
|
|
657
|
+
BLUE = "BLUE",
|
|
658
|
+
GREEN = "GREEN",
|
|
659
|
+
RED = "RED",
|
|
660
|
+
WHITE = "WHITE",
|
|
661
|
+
YELLOW = "YELLOW"
|
|
662
|
+
}
|
|
663
|
+
export declare enum DvbSubDestinationOutlineColor {
|
|
664
|
+
BLACK = "BLACK",
|
|
665
|
+
BLUE = "BLUE",
|
|
666
|
+
GREEN = "GREEN",
|
|
667
|
+
RED = "RED",
|
|
668
|
+
WHITE = "WHITE",
|
|
669
|
+
YELLOW = "YELLOW"
|
|
670
|
+
}
|
|
671
|
+
export declare enum DvbSubDestinationShadowColor {
|
|
672
|
+
BLACK = "BLACK",
|
|
673
|
+
NONE = "NONE",
|
|
674
|
+
WHITE = "WHITE"
|
|
675
|
+
}
|
|
676
|
+
export declare enum DvbSubDestinationTeletextGridControl {
|
|
677
|
+
FIXED = "FIXED",
|
|
678
|
+
SCALED = "SCALED"
|
|
679
|
+
}
|
|
680
|
+
|
|
681
|
+
export interface DvbSubDestinationSettings {
|
|
682
|
+
|
|
683
|
+
Alignment?: DvbSubDestinationAlignment | string;
|
|
684
|
+
|
|
685
|
+
BackgroundColor?: DvbSubDestinationBackgroundColor | string;
|
|
686
|
+
|
|
687
|
+
BackgroundOpacity?: number;
|
|
688
|
+
|
|
689
|
+
Font?: InputLocation;
|
|
690
|
+
|
|
691
|
+
FontColor?: DvbSubDestinationFontColor | string;
|
|
692
|
+
|
|
693
|
+
FontOpacity?: number;
|
|
694
|
+
|
|
695
|
+
FontResolution?: number;
|
|
696
|
+
|
|
697
|
+
FontSize?: string;
|
|
698
|
+
|
|
699
|
+
OutlineColor?: DvbSubDestinationOutlineColor | string;
|
|
700
|
+
|
|
701
|
+
OutlineSize?: number;
|
|
702
|
+
|
|
703
|
+
ShadowColor?: DvbSubDestinationShadowColor | string;
|
|
704
|
+
|
|
705
|
+
ShadowOpacity?: number;
|
|
706
|
+
|
|
707
|
+
ShadowXOffset?: number;
|
|
708
|
+
|
|
709
|
+
ShadowYOffset?: number;
|
|
710
|
+
|
|
711
|
+
TeletextGridControl?: DvbSubDestinationTeletextGridControl | string;
|
|
712
|
+
|
|
713
|
+
XPosition?: number;
|
|
714
|
+
|
|
715
|
+
YPosition?: number;
|
|
716
|
+
}
|
|
717
|
+
export declare namespace DvbSubDestinationSettings {
|
|
718
|
+
|
|
719
|
+
const filterSensitiveLog: (obj: DvbSubDestinationSettings) => any;
|
|
720
|
+
}
|
|
721
|
+
export declare enum EbuTtDFillLineGapControl {
|
|
722
|
+
DISABLED = "DISABLED",
|
|
723
|
+
ENABLED = "ENABLED"
|
|
724
|
+
}
|
|
725
|
+
export declare enum EbuTtDDestinationStyleControl {
|
|
726
|
+
EXCLUDE = "EXCLUDE",
|
|
727
|
+
INCLUDE = "INCLUDE"
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
export interface EbuTtDDestinationSettings {
|
|
731
|
+
|
|
732
|
+
CopyrightHolder?: string;
|
|
733
|
+
|
|
734
|
+
FillLineGap?: EbuTtDFillLineGapControl | string;
|
|
735
|
+
|
|
736
|
+
FontFamily?: string;
|
|
737
|
+
|
|
738
|
+
StyleControl?: EbuTtDDestinationStyleControl | string;
|
|
739
|
+
}
|
|
740
|
+
export declare namespace EbuTtDDestinationSettings {
|
|
741
|
+
|
|
742
|
+
const filterSensitiveLog: (obj: EbuTtDDestinationSettings) => any;
|
|
743
|
+
}
|
|
744
|
+
|
|
745
|
+
export interface EmbeddedDestinationSettings {
|
|
746
|
+
}
|
|
747
|
+
export declare namespace EmbeddedDestinationSettings {
|
|
748
|
+
|
|
749
|
+
const filterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
|
|
750
|
+
}
|
|
751
|
+
|
|
752
|
+
export interface EmbeddedPlusScte20DestinationSettings {
|
|
753
|
+
}
|
|
754
|
+
export declare namespace EmbeddedPlusScte20DestinationSettings {
|
|
755
|
+
|
|
756
|
+
const filterSensitiveLog: (obj: EmbeddedPlusScte20DestinationSettings) => any;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
export interface RtmpCaptionInfoDestinationSettings {
|
|
760
|
+
}
|
|
761
|
+
export declare namespace RtmpCaptionInfoDestinationSettings {
|
|
762
|
+
|
|
763
|
+
const filterSensitiveLog: (obj: RtmpCaptionInfoDestinationSettings) => any;
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
export interface Scte20PlusEmbeddedDestinationSettings {
|
|
767
|
+
}
|
|
768
|
+
export declare namespace Scte20PlusEmbeddedDestinationSettings {
|
|
769
|
+
|
|
770
|
+
const filterSensitiveLog: (obj: Scte20PlusEmbeddedDestinationSettings) => any;
|
|
771
|
+
}
|
|
772
|
+
|
|
773
|
+
export interface Scte27DestinationSettings {
|
|
774
|
+
}
|
|
775
|
+
export declare namespace Scte27DestinationSettings {
|
|
776
|
+
|
|
777
|
+
const filterSensitiveLog: (obj: Scte27DestinationSettings) => any;
|
|
778
|
+
}
|
|
779
|
+
|
|
780
|
+
export interface SmpteTtDestinationSettings {
|
|
781
|
+
}
|
|
782
|
+
export declare namespace SmpteTtDestinationSettings {
|
|
783
|
+
|
|
784
|
+
const filterSensitiveLog: (obj: SmpteTtDestinationSettings) => any;
|
|
785
|
+
}
|
|
786
|
+
|
|
787
|
+
export interface TeletextDestinationSettings {
|
|
788
|
+
}
|
|
789
|
+
export declare namespace TeletextDestinationSettings {
|
|
790
|
+
|
|
791
|
+
const filterSensitiveLog: (obj: TeletextDestinationSettings) => any;
|
|
792
|
+
}
|
|
793
|
+
export declare enum TtmlDestinationStyleControl {
|
|
794
|
+
PASSTHROUGH = "PASSTHROUGH",
|
|
795
|
+
USE_CONFIGURED = "USE_CONFIGURED"
|
|
796
|
+
}
|
|
797
|
+
|
|
798
|
+
export interface TtmlDestinationSettings {
|
|
799
|
+
|
|
800
|
+
StyleControl?: TtmlDestinationStyleControl | string;
|
|
801
|
+
}
|
|
802
|
+
export declare namespace TtmlDestinationSettings {
|
|
803
|
+
|
|
804
|
+
const filterSensitiveLog: (obj: TtmlDestinationSettings) => any;
|
|
805
|
+
}
|
|
806
|
+
export declare enum WebvttDestinationStyleControl {
|
|
807
|
+
NO_STYLE_DATA = "NO_STYLE_DATA",
|
|
808
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
809
|
+
}
|
|
810
|
+
|
|
811
|
+
export interface WebvttDestinationSettings {
|
|
812
|
+
|
|
813
|
+
StyleControl?: WebvttDestinationStyleControl | string;
|
|
814
|
+
}
|
|
815
|
+
export declare namespace WebvttDestinationSettings {
|
|
816
|
+
|
|
817
|
+
const filterSensitiveLog: (obj: WebvttDestinationSettings) => any;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
export interface CaptionDestinationSettings {
|
|
821
|
+
|
|
822
|
+
AribDestinationSettings?: AribDestinationSettings;
|
|
823
|
+
|
|
824
|
+
BurnInDestinationSettings?: BurnInDestinationSettings;
|
|
825
|
+
|
|
826
|
+
DvbSubDestinationSettings?: DvbSubDestinationSettings;
|
|
827
|
+
|
|
828
|
+
EbuTtDDestinationSettings?: EbuTtDDestinationSettings;
|
|
829
|
+
|
|
830
|
+
EmbeddedDestinationSettings?: EmbeddedDestinationSettings;
|
|
831
|
+
|
|
832
|
+
EmbeddedPlusScte20DestinationSettings?: EmbeddedPlusScte20DestinationSettings;
|
|
833
|
+
|
|
834
|
+
RtmpCaptionInfoDestinationSettings?: RtmpCaptionInfoDestinationSettings;
|
|
835
|
+
|
|
836
|
+
Scte20PlusEmbeddedDestinationSettings?: Scte20PlusEmbeddedDestinationSettings;
|
|
837
|
+
|
|
838
|
+
Scte27DestinationSettings?: Scte27DestinationSettings;
|
|
839
|
+
|
|
840
|
+
SmpteTtDestinationSettings?: SmpteTtDestinationSettings;
|
|
841
|
+
|
|
842
|
+
TeletextDestinationSettings?: TeletextDestinationSettings;
|
|
843
|
+
|
|
844
|
+
TtmlDestinationSettings?: TtmlDestinationSettings;
|
|
845
|
+
|
|
846
|
+
WebvttDestinationSettings?: WebvttDestinationSettings;
|
|
847
|
+
}
|
|
848
|
+
export declare namespace CaptionDestinationSettings {
|
|
849
|
+
|
|
850
|
+
const filterSensitiveLog: (obj: CaptionDestinationSettings) => any;
|
|
851
|
+
}
|
|
852
|
+
|
|
853
|
+
export interface CaptionDescription {
|
|
854
|
+
|
|
855
|
+
CaptionSelectorName: string | undefined;
|
|
856
|
+
|
|
857
|
+
DestinationSettings?: CaptionDestinationSettings;
|
|
858
|
+
|
|
859
|
+
LanguageCode?: string;
|
|
860
|
+
|
|
861
|
+
LanguageDescription?: string;
|
|
862
|
+
|
|
863
|
+
Name: string | undefined;
|
|
864
|
+
}
|
|
865
|
+
export declare namespace CaptionDescription {
|
|
866
|
+
|
|
867
|
+
const filterSensitiveLog: (obj: CaptionDescription) => any;
|
|
868
|
+
}
|
|
869
|
+
|
|
870
|
+
export interface CaptionLanguageMapping {
|
|
871
|
+
|
|
872
|
+
CaptionChannel: number | undefined;
|
|
873
|
+
|
|
874
|
+
LanguageCode: string | undefined;
|
|
875
|
+
|
|
876
|
+
LanguageDescription: string | undefined;
|
|
877
|
+
}
|
|
878
|
+
export declare namespace CaptionLanguageMapping {
|
|
879
|
+
|
|
880
|
+
const filterSensitiveLog: (obj: CaptionLanguageMapping) => any;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
export interface AncillarySourceSettings {
|
|
884
|
+
|
|
885
|
+
SourceAncillaryChannelNumber?: number;
|
|
886
|
+
}
|
|
887
|
+
export declare namespace AncillarySourceSettings {
|
|
888
|
+
|
|
889
|
+
const filterSensitiveLog: (obj: AncillarySourceSettings) => any;
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
export interface AribSourceSettings {
|
|
893
|
+
}
|
|
894
|
+
export declare namespace AribSourceSettings {
|
|
895
|
+
|
|
896
|
+
const filterSensitiveLog: (obj: AribSourceSettings) => any;
|
|
897
|
+
}
|
|
898
|
+
export declare enum DvbSubOcrLanguage {
|
|
899
|
+
DEU = "DEU",
|
|
900
|
+
ENG = "ENG",
|
|
901
|
+
FRA = "FRA",
|
|
902
|
+
NLD = "NLD",
|
|
903
|
+
POR = "POR",
|
|
904
|
+
SPA = "SPA"
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
export interface DvbSubSourceSettings {
|
|
908
|
+
|
|
909
|
+
OcrLanguage?: DvbSubOcrLanguage | string;
|
|
910
|
+
|
|
911
|
+
Pid?: number;
|
|
912
|
+
}
|
|
913
|
+
export declare namespace DvbSubSourceSettings {
|
|
914
|
+
|
|
915
|
+
const filterSensitiveLog: (obj: DvbSubSourceSettings) => any;
|
|
916
|
+
}
|
|
917
|
+
export declare enum EmbeddedConvert608To708 {
|
|
918
|
+
DISABLED = "DISABLED",
|
|
919
|
+
UPCONVERT = "UPCONVERT"
|
|
920
|
+
}
|
|
921
|
+
export declare enum EmbeddedScte20Detection {
|
|
922
|
+
AUTO = "AUTO",
|
|
923
|
+
OFF = "OFF"
|
|
924
|
+
}
|
|
925
|
+
|
|
926
|
+
export interface EmbeddedSourceSettings {
|
|
927
|
+
|
|
928
|
+
Convert608To708?: EmbeddedConvert608To708 | string;
|
|
929
|
+
|
|
930
|
+
Scte20Detection?: EmbeddedScte20Detection | string;
|
|
931
|
+
|
|
932
|
+
Source608ChannelNumber?: number;
|
|
933
|
+
|
|
934
|
+
Source608TrackNumber?: number;
|
|
935
|
+
}
|
|
936
|
+
export declare namespace EmbeddedSourceSettings {
|
|
937
|
+
|
|
938
|
+
const filterSensitiveLog: (obj: EmbeddedSourceSettings) => any;
|
|
939
|
+
}
|
|
940
|
+
export declare enum Scte20Convert608To708 {
|
|
941
|
+
DISABLED = "DISABLED",
|
|
942
|
+
UPCONVERT = "UPCONVERT"
|
|
943
|
+
}
|
|
944
|
+
|
|
945
|
+
export interface Scte20SourceSettings {
|
|
946
|
+
|
|
947
|
+
Convert608To708?: Scte20Convert608To708 | string;
|
|
948
|
+
|
|
949
|
+
Source608ChannelNumber?: number;
|
|
950
|
+
}
|
|
951
|
+
export declare namespace Scte20SourceSettings {
|
|
952
|
+
|
|
953
|
+
const filterSensitiveLog: (obj: Scte20SourceSettings) => any;
|
|
954
|
+
}
|
|
955
|
+
export declare enum Scte27OcrLanguage {
|
|
956
|
+
DEU = "DEU",
|
|
957
|
+
ENG = "ENG",
|
|
958
|
+
FRA = "FRA",
|
|
959
|
+
NLD = "NLD",
|
|
960
|
+
POR = "POR",
|
|
961
|
+
SPA = "SPA"
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
export interface Scte27SourceSettings {
|
|
965
|
+
|
|
966
|
+
OcrLanguage?: Scte27OcrLanguage | string;
|
|
967
|
+
|
|
968
|
+
Pid?: number;
|
|
969
|
+
}
|
|
970
|
+
export declare namespace Scte27SourceSettings {
|
|
971
|
+
|
|
972
|
+
const filterSensitiveLog: (obj: Scte27SourceSettings) => any;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
export interface CaptionRectangle {
|
|
976
|
+
|
|
977
|
+
Height: number | undefined;
|
|
978
|
+
|
|
979
|
+
LeftOffset: number | undefined;
|
|
980
|
+
|
|
981
|
+
TopOffset: number | undefined;
|
|
982
|
+
|
|
983
|
+
Width: number | undefined;
|
|
984
|
+
}
|
|
985
|
+
export declare namespace CaptionRectangle {
|
|
986
|
+
|
|
987
|
+
const filterSensitiveLog: (obj: CaptionRectangle) => any;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export interface TeletextSourceSettings {
|
|
991
|
+
|
|
992
|
+
OutputRectangle?: CaptionRectangle;
|
|
993
|
+
|
|
994
|
+
PageNumber?: string;
|
|
995
|
+
}
|
|
996
|
+
export declare namespace TeletextSourceSettings {
|
|
997
|
+
|
|
998
|
+
const filterSensitiveLog: (obj: TeletextSourceSettings) => any;
|
|
999
|
+
}
|
|
1000
|
+
|
|
1001
|
+
export interface CaptionSelectorSettings {
|
|
1002
|
+
|
|
1003
|
+
AncillarySourceSettings?: AncillarySourceSettings;
|
|
1004
|
+
|
|
1005
|
+
AribSourceSettings?: AribSourceSettings;
|
|
1006
|
+
|
|
1007
|
+
DvbSubSourceSettings?: DvbSubSourceSettings;
|
|
1008
|
+
|
|
1009
|
+
EmbeddedSourceSettings?: EmbeddedSourceSettings;
|
|
1010
|
+
|
|
1011
|
+
Scte20SourceSettings?: Scte20SourceSettings;
|
|
1012
|
+
|
|
1013
|
+
Scte27SourceSettings?: Scte27SourceSettings;
|
|
1014
|
+
|
|
1015
|
+
TeletextSourceSettings?: TeletextSourceSettings;
|
|
1016
|
+
}
|
|
1017
|
+
export declare namespace CaptionSelectorSettings {
|
|
1018
|
+
|
|
1019
|
+
const filterSensitiveLog: (obj: CaptionSelectorSettings) => any;
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1022
|
+
export interface CaptionSelector {
|
|
1023
|
+
|
|
1024
|
+
LanguageCode?: string;
|
|
1025
|
+
|
|
1026
|
+
Name: string | undefined;
|
|
1027
|
+
|
|
1028
|
+
SelectorSettings?: CaptionSelectorSettings;
|
|
1029
|
+
}
|
|
1030
|
+
export declare namespace CaptionSelector {
|
|
1031
|
+
|
|
1032
|
+
const filterSensitiveLog: (obj: CaptionSelector) => any;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
export interface ChannelEgressEndpoint {
|
|
1036
|
+
|
|
1037
|
+
SourceIp?: string;
|
|
1038
|
+
}
|
|
1039
|
+
export declare namespace ChannelEgressEndpoint {
|
|
1040
|
+
|
|
1041
|
+
const filterSensitiveLog: (obj: ChannelEgressEndpoint) => any;
|
|
1042
|
+
}
|
|
1043
|
+
export declare enum CdiInputResolution {
|
|
1044
|
+
FHD = "FHD",
|
|
1045
|
+
HD = "HD",
|
|
1046
|
+
SD = "SD",
|
|
1047
|
+
UHD = "UHD"
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
export interface CdiInputSpecification {
|
|
1051
|
+
|
|
1052
|
+
Resolution?: CdiInputResolution | string;
|
|
1053
|
+
}
|
|
1054
|
+
export declare namespace CdiInputSpecification {
|
|
1055
|
+
|
|
1056
|
+
const filterSensitiveLog: (obj: CdiInputSpecification) => any;
|
|
1057
|
+
}
|
|
1058
|
+
export declare enum ChannelClass {
|
|
1059
|
+
SINGLE_PIPELINE = "SINGLE_PIPELINE",
|
|
1060
|
+
STANDARD = "STANDARD"
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
export interface MediaPackageOutputDestinationSettings {
|
|
1064
|
+
|
|
1065
|
+
ChannelId?: string;
|
|
1066
|
+
}
|
|
1067
|
+
export declare namespace MediaPackageOutputDestinationSettings {
|
|
1068
|
+
|
|
1069
|
+
const filterSensitiveLog: (obj: MediaPackageOutputDestinationSettings) => any;
|
|
1070
|
+
}
|
|
1071
|
+
|
|
1072
|
+
export interface MultiplexProgramChannelDestinationSettings {
|
|
1073
|
+
|
|
1074
|
+
MultiplexId?: string;
|
|
1075
|
+
|
|
1076
|
+
ProgramName?: string;
|
|
1077
|
+
}
|
|
1078
|
+
export declare namespace MultiplexProgramChannelDestinationSettings {
|
|
1079
|
+
|
|
1080
|
+
const filterSensitiveLog: (obj: MultiplexProgramChannelDestinationSettings) => any;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
export interface OutputDestinationSettings {
|
|
1084
|
+
|
|
1085
|
+
PasswordParam?: string;
|
|
1086
|
+
|
|
1087
|
+
StreamName?: string;
|
|
1088
|
+
|
|
1089
|
+
Url?: string;
|
|
1090
|
+
|
|
1091
|
+
Username?: string;
|
|
1092
|
+
}
|
|
1093
|
+
export declare namespace OutputDestinationSettings {
|
|
1094
|
+
|
|
1095
|
+
const filterSensitiveLog: (obj: OutputDestinationSettings) => any;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface OutputDestination {
|
|
1099
|
+
|
|
1100
|
+
Id?: string;
|
|
1101
|
+
|
|
1102
|
+
MediaPackageSettings?: MediaPackageOutputDestinationSettings[];
|
|
1103
|
+
|
|
1104
|
+
MultiplexSettings?: MultiplexProgramChannelDestinationSettings;
|
|
1105
|
+
|
|
1106
|
+
Settings?: OutputDestinationSettings[];
|
|
1107
|
+
}
|
|
1108
|
+
export declare namespace OutputDestination {
|
|
1109
|
+
|
|
1110
|
+
const filterSensitiveLog: (obj: OutputDestination) => any;
|
|
1111
|
+
}
|
|
1112
|
+
|
|
1113
|
+
export interface AudioSilenceFailoverSettings {
|
|
1114
|
+
|
|
1115
|
+
AudioSelectorName: string | undefined;
|
|
1116
|
+
|
|
1117
|
+
AudioSilenceThresholdMsec?: number;
|
|
1118
|
+
}
|
|
1119
|
+
export declare namespace AudioSilenceFailoverSettings {
|
|
1120
|
+
|
|
1121
|
+
const filterSensitiveLog: (obj: AudioSilenceFailoverSettings) => any;
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
export interface InputLossFailoverSettings {
|
|
1125
|
+
|
|
1126
|
+
InputLossThresholdMsec?: number;
|
|
1127
|
+
}
|
|
1128
|
+
export declare namespace InputLossFailoverSettings {
|
|
1129
|
+
|
|
1130
|
+
const filterSensitiveLog: (obj: InputLossFailoverSettings) => any;
|
|
1131
|
+
}
|
|
1132
|
+
|
|
1133
|
+
export interface VideoBlackFailoverSettings {
|
|
1134
|
+
|
|
1135
|
+
BlackDetectThreshold?: number;
|
|
1136
|
+
|
|
1137
|
+
VideoBlackThresholdMsec?: number;
|
|
1138
|
+
}
|
|
1139
|
+
export declare namespace VideoBlackFailoverSettings {
|
|
1140
|
+
|
|
1141
|
+
const filterSensitiveLog: (obj: VideoBlackFailoverSettings) => any;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
export interface FailoverConditionSettings {
|
|
1145
|
+
|
|
1146
|
+
AudioSilenceSettings?: AudioSilenceFailoverSettings;
|
|
1147
|
+
|
|
1148
|
+
InputLossSettings?: InputLossFailoverSettings;
|
|
1149
|
+
|
|
1150
|
+
VideoBlackSettings?: VideoBlackFailoverSettings;
|
|
1151
|
+
}
|
|
1152
|
+
export declare namespace FailoverConditionSettings {
|
|
1153
|
+
|
|
1154
|
+
const filterSensitiveLog: (obj: FailoverConditionSettings) => any;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
export interface FailoverCondition {
|
|
1158
|
+
|
|
1159
|
+
FailoverConditionSettings?: FailoverConditionSettings;
|
|
1160
|
+
}
|
|
1161
|
+
export declare namespace FailoverCondition {
|
|
1162
|
+
|
|
1163
|
+
const filterSensitiveLog: (obj: FailoverCondition) => any;
|
|
1164
|
+
}
|
|
1165
|
+
export declare enum InputPreference {
|
|
1166
|
+
EQUAL_INPUT_PREFERENCE = "EQUAL_INPUT_PREFERENCE",
|
|
1167
|
+
PRIMARY_INPUT_PREFERRED = "PRIMARY_INPUT_PREFERRED"
|
|
1168
|
+
}
|
|
1169
|
+
|
|
1170
|
+
export interface AutomaticInputFailoverSettings {
|
|
1171
|
+
|
|
1172
|
+
ErrorClearTimeMsec?: number;
|
|
1173
|
+
|
|
1174
|
+
FailoverConditions?: FailoverCondition[];
|
|
1175
|
+
|
|
1176
|
+
InputPreference?: InputPreference | string;
|
|
1177
|
+
|
|
1178
|
+
SecondaryInputId: string | undefined;
|
|
1179
|
+
}
|
|
1180
|
+
export declare namespace AutomaticInputFailoverSettings {
|
|
1181
|
+
|
|
1182
|
+
const filterSensitiveLog: (obj: AutomaticInputFailoverSettings) => any;
|
|
1183
|
+
}
|
|
1184
|
+
export declare enum InputDeblockFilter {
|
|
1185
|
+
DISABLED = "DISABLED",
|
|
1186
|
+
ENABLED = "ENABLED"
|
|
1187
|
+
}
|
|
1188
|
+
export declare enum InputDenoiseFilter {
|
|
1189
|
+
DISABLED = "DISABLED",
|
|
1190
|
+
ENABLED = "ENABLED"
|
|
1191
|
+
}
|
|
1192
|
+
export declare enum InputFilter {
|
|
1193
|
+
AUTO = "AUTO",
|
|
1194
|
+
DISABLED = "DISABLED",
|
|
1195
|
+
FORCED = "FORCED"
|
|
1196
|
+
}
|
|
1197
|
+
export declare enum HlsScte35SourceType {
|
|
1198
|
+
MANIFEST = "MANIFEST",
|
|
1199
|
+
SEGMENTS = "SEGMENTS"
|
|
1200
|
+
}
|
|
1201
|
+
|
|
1202
|
+
export interface HlsInputSettings {
|
|
1203
|
+
|
|
1204
|
+
Bandwidth?: number;
|
|
1205
|
+
|
|
1206
|
+
BufferSegments?: number;
|
|
1207
|
+
|
|
1208
|
+
Retries?: number;
|
|
1209
|
+
|
|
1210
|
+
RetryInterval?: number;
|
|
1211
|
+
|
|
1212
|
+
Scte35Source?: HlsScte35SourceType | string;
|
|
1213
|
+
}
|
|
1214
|
+
export declare namespace HlsInputSettings {
|
|
1215
|
+
|
|
1216
|
+
const filterSensitiveLog: (obj: HlsInputSettings) => any;
|
|
1217
|
+
}
|
|
1218
|
+
export declare enum NetworkInputServerValidation {
|
|
1219
|
+
CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME = "CHECK_CRYPTOGRAPHY_AND_VALIDATE_NAME",
|
|
1220
|
+
CHECK_CRYPTOGRAPHY_ONLY = "CHECK_CRYPTOGRAPHY_ONLY"
|
|
1221
|
+
}
|
|
1222
|
+
|
|
1223
|
+
export interface NetworkInputSettings {
|
|
1224
|
+
|
|
1225
|
+
HlsInputSettings?: HlsInputSettings;
|
|
1226
|
+
|
|
1227
|
+
ServerValidation?: NetworkInputServerValidation | string;
|
|
1228
|
+
}
|
|
1229
|
+
export declare namespace NetworkInputSettings {
|
|
1230
|
+
|
|
1231
|
+
const filterSensitiveLog: (obj: NetworkInputSettings) => any;
|
|
1232
|
+
}
|
|
1233
|
+
export declare enum Smpte2038DataPreference {
|
|
1234
|
+
IGNORE = "IGNORE",
|
|
1235
|
+
PREFER = "PREFER"
|
|
1236
|
+
}
|
|
1237
|
+
export declare enum InputSourceEndBehavior {
|
|
1238
|
+
CONTINUE = "CONTINUE",
|
|
1239
|
+
LOOP = "LOOP"
|
|
1240
|
+
}
|
|
1241
|
+
export declare enum VideoSelectorColorSpace {
|
|
1242
|
+
FOLLOW = "FOLLOW",
|
|
1243
|
+
HDR10 = "HDR10",
|
|
1244
|
+
HLG_2020 = "HLG_2020",
|
|
1245
|
+
REC_601 = "REC_601",
|
|
1246
|
+
REC_709 = "REC_709"
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
export interface Hdr10Settings {
|
|
1250
|
+
|
|
1251
|
+
MaxCll?: number;
|
|
1252
|
+
|
|
1253
|
+
MaxFall?: number;
|
|
1254
|
+
}
|
|
1255
|
+
export declare namespace Hdr10Settings {
|
|
1256
|
+
|
|
1257
|
+
const filterSensitiveLog: (obj: Hdr10Settings) => any;
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
export interface VideoSelectorColorSpaceSettings {
|
|
1261
|
+
|
|
1262
|
+
Hdr10Settings?: Hdr10Settings;
|
|
1263
|
+
}
|
|
1264
|
+
export declare namespace VideoSelectorColorSpaceSettings {
|
|
1265
|
+
|
|
1266
|
+
const filterSensitiveLog: (obj: VideoSelectorColorSpaceSettings) => any;
|
|
1267
|
+
}
|
|
1268
|
+
export declare enum VideoSelectorColorSpaceUsage {
|
|
1269
|
+
FALLBACK = "FALLBACK",
|
|
1270
|
+
FORCE = "FORCE"
|
|
1271
|
+
}
|
|
1272
|
+
|
|
1273
|
+
export interface VideoSelectorPid {
|
|
1274
|
+
|
|
1275
|
+
Pid?: number;
|
|
1276
|
+
}
|
|
1277
|
+
export declare namespace VideoSelectorPid {
|
|
1278
|
+
|
|
1279
|
+
const filterSensitiveLog: (obj: VideoSelectorPid) => any;
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
export interface VideoSelectorProgramId {
|
|
1283
|
+
|
|
1284
|
+
ProgramId?: number;
|
|
1285
|
+
}
|
|
1286
|
+
export declare namespace VideoSelectorProgramId {
|
|
1287
|
+
|
|
1288
|
+
const filterSensitiveLog: (obj: VideoSelectorProgramId) => any;
|
|
1289
|
+
}
|
|
1290
|
+
|
|
1291
|
+
export interface VideoSelectorSettings {
|
|
1292
|
+
|
|
1293
|
+
VideoSelectorPid?: VideoSelectorPid;
|
|
1294
|
+
|
|
1295
|
+
VideoSelectorProgramId?: VideoSelectorProgramId;
|
|
1296
|
+
}
|
|
1297
|
+
export declare namespace VideoSelectorSettings {
|
|
1298
|
+
|
|
1299
|
+
const filterSensitiveLog: (obj: VideoSelectorSettings) => any;
|
|
1300
|
+
}
|
|
1301
|
+
|
|
1302
|
+
export interface VideoSelector {
|
|
1303
|
+
|
|
1304
|
+
ColorSpace?: VideoSelectorColorSpace | string;
|
|
1305
|
+
|
|
1306
|
+
ColorSpaceSettings?: VideoSelectorColorSpaceSettings;
|
|
1307
|
+
|
|
1308
|
+
ColorSpaceUsage?: VideoSelectorColorSpaceUsage | string;
|
|
1309
|
+
|
|
1310
|
+
SelectorSettings?: VideoSelectorSettings;
|
|
1311
|
+
}
|
|
1312
|
+
export declare namespace VideoSelector {
|
|
1313
|
+
|
|
1314
|
+
const filterSensitiveLog: (obj: VideoSelector) => any;
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
export interface InputSettings {
|
|
1318
|
+
|
|
1319
|
+
AudioSelectors?: AudioSelector[];
|
|
1320
|
+
|
|
1321
|
+
CaptionSelectors?: CaptionSelector[];
|
|
1322
|
+
|
|
1323
|
+
DeblockFilter?: InputDeblockFilter | string;
|
|
1324
|
+
|
|
1325
|
+
DenoiseFilter?: InputDenoiseFilter | string;
|
|
1326
|
+
|
|
1327
|
+
FilterStrength?: number;
|
|
1328
|
+
|
|
1329
|
+
InputFilter?: InputFilter | string;
|
|
1330
|
+
|
|
1331
|
+
NetworkInputSettings?: NetworkInputSettings;
|
|
1332
|
+
|
|
1333
|
+
Scte35Pid?: number;
|
|
1334
|
+
|
|
1335
|
+
Smpte2038DataPreference?: Smpte2038DataPreference | string;
|
|
1336
|
+
|
|
1337
|
+
SourceEndBehavior?: InputSourceEndBehavior | string;
|
|
1338
|
+
|
|
1339
|
+
VideoSelector?: VideoSelector;
|
|
1340
|
+
}
|
|
1341
|
+
export declare namespace InputSettings {
|
|
1342
|
+
|
|
1343
|
+
const filterSensitiveLog: (obj: InputSettings) => any;
|
|
1344
|
+
}
|
|
1345
|
+
|
|
1346
|
+
export interface InputAttachment {
|
|
1347
|
+
|
|
1348
|
+
AutomaticInputFailoverSettings?: AutomaticInputFailoverSettings;
|
|
1349
|
+
|
|
1350
|
+
InputAttachmentName?: string;
|
|
1351
|
+
|
|
1352
|
+
InputId?: string;
|
|
1353
|
+
|
|
1354
|
+
InputSettings?: InputSettings;
|
|
1355
|
+
}
|
|
1356
|
+
export declare namespace InputAttachment {
|
|
1357
|
+
|
|
1358
|
+
const filterSensitiveLog: (obj: InputAttachment) => any;
|
|
1359
|
+
}
|
|
1360
|
+
export declare enum InputCodec {
|
|
1361
|
+
AVC = "AVC",
|
|
1362
|
+
HEVC = "HEVC",
|
|
1363
|
+
MPEG2 = "MPEG2"
|
|
1364
|
+
}
|
|
1365
|
+
export declare enum InputMaximumBitrate {
|
|
1366
|
+
MAX_10_MBPS = "MAX_10_MBPS",
|
|
1367
|
+
MAX_20_MBPS = "MAX_20_MBPS",
|
|
1368
|
+
MAX_50_MBPS = "MAX_50_MBPS"
|
|
1369
|
+
}
|
|
1370
|
+
export declare enum InputResolution {
|
|
1371
|
+
HD = "HD",
|
|
1372
|
+
SD = "SD",
|
|
1373
|
+
UHD = "UHD"
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
export interface InputSpecification {
|
|
1377
|
+
|
|
1378
|
+
Codec?: InputCodec | string;
|
|
1379
|
+
|
|
1380
|
+
MaximumBitrate?: InputMaximumBitrate | string;
|
|
1381
|
+
|
|
1382
|
+
Resolution?: InputResolution | string;
|
|
1383
|
+
}
|
|
1384
|
+
export declare namespace InputSpecification {
|
|
1385
|
+
|
|
1386
|
+
const filterSensitiveLog: (obj: InputSpecification) => any;
|
|
1387
|
+
}
|
|
1388
|
+
export declare enum LogLevel {
|
|
1389
|
+
DEBUG = "DEBUG",
|
|
1390
|
+
DISABLED = "DISABLED",
|
|
1391
|
+
ERROR = "ERROR",
|
|
1392
|
+
INFO = "INFO",
|
|
1393
|
+
WARNING = "WARNING"
|
|
1394
|
+
}
|
|
1395
|
+
export declare enum ChannelState {
|
|
1396
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
1397
|
+
CREATING = "CREATING",
|
|
1398
|
+
DELETED = "DELETED",
|
|
1399
|
+
DELETING = "DELETING",
|
|
1400
|
+
IDLE = "IDLE",
|
|
1401
|
+
RECOVERING = "RECOVERING",
|
|
1402
|
+
RUNNING = "RUNNING",
|
|
1403
|
+
STARTING = "STARTING",
|
|
1404
|
+
STOPPING = "STOPPING",
|
|
1405
|
+
UPDATE_FAILED = "UPDATE_FAILED",
|
|
1406
|
+
UPDATING = "UPDATING"
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
export interface VpcOutputSettingsDescription {
|
|
1410
|
+
|
|
1411
|
+
AvailabilityZones?: string[];
|
|
1412
|
+
|
|
1413
|
+
NetworkInterfaceIds?: string[];
|
|
1414
|
+
|
|
1415
|
+
SecurityGroupIds?: string[];
|
|
1416
|
+
|
|
1417
|
+
SubnetIds?: string[];
|
|
1418
|
+
}
|
|
1419
|
+
export declare namespace VpcOutputSettingsDescription {
|
|
1420
|
+
|
|
1421
|
+
const filterSensitiveLog: (obj: VpcOutputSettingsDescription) => any;
|
|
1422
|
+
}
|
|
1423
|
+
|
|
1424
|
+
export interface ChannelSummary {
|
|
1425
|
+
|
|
1426
|
+
Arn?: string;
|
|
1427
|
+
|
|
1428
|
+
CdiInputSpecification?: CdiInputSpecification;
|
|
1429
|
+
|
|
1430
|
+
ChannelClass?: ChannelClass | string;
|
|
1431
|
+
|
|
1432
|
+
Destinations?: OutputDestination[];
|
|
1433
|
+
|
|
1434
|
+
EgressEndpoints?: ChannelEgressEndpoint[];
|
|
1435
|
+
|
|
1436
|
+
Id?: string;
|
|
1437
|
+
|
|
1438
|
+
InputAttachments?: InputAttachment[];
|
|
1439
|
+
|
|
1440
|
+
InputSpecification?: InputSpecification;
|
|
1441
|
+
|
|
1442
|
+
LogLevel?: LogLevel | string;
|
|
1443
|
+
|
|
1444
|
+
Name?: string;
|
|
1445
|
+
|
|
1446
|
+
PipelinesRunningCount?: number;
|
|
1447
|
+
|
|
1448
|
+
RoleArn?: string;
|
|
1449
|
+
|
|
1450
|
+
State?: ChannelState | string;
|
|
1451
|
+
|
|
1452
|
+
Tags?: {
|
|
1453
|
+
[key: string]: string;
|
|
1454
|
+
};
|
|
1455
|
+
|
|
1456
|
+
Vpc?: VpcOutputSettingsDescription;
|
|
1457
|
+
}
|
|
1458
|
+
export declare namespace ChannelSummary {
|
|
1459
|
+
|
|
1460
|
+
const filterSensitiveLog: (obj: ChannelSummary) => any;
|
|
1461
|
+
}
|
|
1462
|
+
export declare enum HlsAdMarkers {
|
|
1463
|
+
ADOBE = "ADOBE",
|
|
1464
|
+
ELEMENTAL = "ELEMENTAL",
|
|
1465
|
+
ELEMENTAL_SCTE35 = "ELEMENTAL_SCTE35"
|
|
1466
|
+
}
|
|
1467
|
+
|
|
1468
|
+
export interface InputDestinationVpc {
|
|
1469
|
+
|
|
1470
|
+
AvailabilityZone?: string;
|
|
1471
|
+
|
|
1472
|
+
NetworkInterfaceId?: string;
|
|
1473
|
+
}
|
|
1474
|
+
export declare namespace InputDestinationVpc {
|
|
1475
|
+
|
|
1476
|
+
const filterSensitiveLog: (obj: InputDestinationVpc) => any;
|
|
1477
|
+
}
|
|
1478
|
+
|
|
1479
|
+
export interface InputDestination {
|
|
1480
|
+
|
|
1481
|
+
Ip?: string;
|
|
1482
|
+
|
|
1483
|
+
Port?: string;
|
|
1484
|
+
|
|
1485
|
+
Url?: string;
|
|
1486
|
+
|
|
1487
|
+
Vpc?: InputDestinationVpc;
|
|
1488
|
+
}
|
|
1489
|
+
export declare namespace InputDestination {
|
|
1490
|
+
|
|
1491
|
+
const filterSensitiveLog: (obj: InputDestination) => any;
|
|
1492
|
+
}
|
|
1493
|
+
export declare enum InputClass {
|
|
1494
|
+
SINGLE_PIPELINE = "SINGLE_PIPELINE",
|
|
1495
|
+
STANDARD = "STANDARD"
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
export interface InputDeviceSettings {
|
|
1499
|
+
|
|
1500
|
+
Id?: string;
|
|
1501
|
+
}
|
|
1502
|
+
export declare namespace InputDeviceSettings {
|
|
1503
|
+
|
|
1504
|
+
const filterSensitiveLog: (obj: InputDeviceSettings) => any;
|
|
1505
|
+
}
|
|
1506
|
+
export declare enum InputSourceType {
|
|
1507
|
+
DYNAMIC = "DYNAMIC",
|
|
1508
|
+
STATIC = "STATIC"
|
|
1509
|
+
}
|
|
1510
|
+
|
|
1511
|
+
export interface MediaConnectFlow {
|
|
1512
|
+
|
|
1513
|
+
FlowArn?: string;
|
|
1514
|
+
}
|
|
1515
|
+
export declare namespace MediaConnectFlow {
|
|
1516
|
+
|
|
1517
|
+
const filterSensitiveLog: (obj: MediaConnectFlow) => any;
|
|
1518
|
+
}
|
|
1519
|
+
|
|
1520
|
+
export interface InputSource {
|
|
1521
|
+
|
|
1522
|
+
PasswordParam?: string;
|
|
1523
|
+
|
|
1524
|
+
Url?: string;
|
|
1525
|
+
|
|
1526
|
+
Username?: string;
|
|
1527
|
+
}
|
|
1528
|
+
export declare namespace InputSource {
|
|
1529
|
+
|
|
1530
|
+
const filterSensitiveLog: (obj: InputSource) => any;
|
|
1531
|
+
}
|
|
1532
|
+
export declare enum InputState {
|
|
1533
|
+
ATTACHED = "ATTACHED",
|
|
1534
|
+
CREATING = "CREATING",
|
|
1535
|
+
DELETED = "DELETED",
|
|
1536
|
+
DELETING = "DELETING",
|
|
1537
|
+
DETACHED = "DETACHED"
|
|
1538
|
+
}
|
|
1539
|
+
export declare enum InputType {
|
|
1540
|
+
AWS_CDI = "AWS_CDI",
|
|
1541
|
+
INPUT_DEVICE = "INPUT_DEVICE",
|
|
1542
|
+
MEDIACONNECT = "MEDIACONNECT",
|
|
1543
|
+
MP4_FILE = "MP4_FILE",
|
|
1544
|
+
RTMP_PULL = "RTMP_PULL",
|
|
1545
|
+
RTMP_PUSH = "RTMP_PUSH",
|
|
1546
|
+
RTP_PUSH = "RTP_PUSH",
|
|
1547
|
+
TS_FILE = "TS_FILE",
|
|
1548
|
+
UDP_PUSH = "UDP_PUSH",
|
|
1549
|
+
URL_PULL = "URL_PULL"
|
|
1550
|
+
}
|
|
1551
|
+
|
|
1552
|
+
export interface Input {
|
|
1553
|
+
|
|
1554
|
+
Arn?: string;
|
|
1555
|
+
|
|
1556
|
+
AttachedChannels?: string[];
|
|
1557
|
+
|
|
1558
|
+
Destinations?: InputDestination[];
|
|
1559
|
+
|
|
1560
|
+
Id?: string;
|
|
1561
|
+
|
|
1562
|
+
InputClass?: InputClass | string;
|
|
1563
|
+
|
|
1564
|
+
InputDevices?: InputDeviceSettings[];
|
|
1565
|
+
|
|
1566
|
+
InputPartnerIds?: string[];
|
|
1567
|
+
|
|
1568
|
+
InputSourceType?: InputSourceType | string;
|
|
1569
|
+
|
|
1570
|
+
MediaConnectFlows?: MediaConnectFlow[];
|
|
1571
|
+
|
|
1572
|
+
Name?: string;
|
|
1573
|
+
|
|
1574
|
+
RoleArn?: string;
|
|
1575
|
+
|
|
1576
|
+
SecurityGroups?: string[];
|
|
1577
|
+
|
|
1578
|
+
Sources?: InputSource[];
|
|
1579
|
+
|
|
1580
|
+
State?: InputState | string;
|
|
1581
|
+
|
|
1582
|
+
Tags?: {
|
|
1583
|
+
[key: string]: string;
|
|
1584
|
+
};
|
|
1585
|
+
|
|
1586
|
+
Type?: InputType | string;
|
|
1587
|
+
}
|
|
1588
|
+
export declare namespace Input {
|
|
1589
|
+
|
|
1590
|
+
const filterSensitiveLog: (obj: Input) => any;
|
|
1591
|
+
}
|
|
1592
|
+
|
|
1593
|
+
export interface InputDestinationRequest {
|
|
1594
|
+
|
|
1595
|
+
StreamName?: string;
|
|
1596
|
+
}
|
|
1597
|
+
export declare namespace InputDestinationRequest {
|
|
1598
|
+
|
|
1599
|
+
const filterSensitiveLog: (obj: InputDestinationRequest) => any;
|
|
1600
|
+
}
|
|
1601
|
+
|
|
1602
|
+
export interface InputDeviceRequest {
|
|
1603
|
+
|
|
1604
|
+
Id?: string;
|
|
1605
|
+
}
|
|
1606
|
+
export declare namespace InputDeviceRequest {
|
|
1607
|
+
|
|
1608
|
+
const filterSensitiveLog: (obj: InputDeviceRequest) => any;
|
|
1609
|
+
}
|
|
1610
|
+
export declare enum InputDeviceConnectionState {
|
|
1611
|
+
CONNECTED = "CONNECTED",
|
|
1612
|
+
DISCONNECTED = "DISCONNECTED"
|
|
1613
|
+
}
|
|
1614
|
+
export declare enum DeviceSettingsSyncState {
|
|
1615
|
+
SYNCED = "SYNCED",
|
|
1616
|
+
SYNCING = "SYNCING"
|
|
1617
|
+
}
|
|
1618
|
+
export declare enum DeviceUpdateStatus {
|
|
1619
|
+
NOT_UP_TO_DATE = "NOT_UP_TO_DATE",
|
|
1620
|
+
UP_TO_DATE = "UP_TO_DATE"
|
|
1621
|
+
}
|
|
1622
|
+
export declare enum InputDeviceActiveInput {
|
|
1623
|
+
HDMI = "HDMI",
|
|
1624
|
+
SDI = "SDI"
|
|
1625
|
+
}
|
|
1626
|
+
export declare enum InputDeviceConfiguredInput {
|
|
1627
|
+
AUTO = "AUTO",
|
|
1628
|
+
HDMI = "HDMI",
|
|
1629
|
+
SDI = "SDI"
|
|
1630
|
+
}
|
|
1631
|
+
export declare enum InputDeviceState {
|
|
1632
|
+
IDLE = "IDLE",
|
|
1633
|
+
STREAMING = "STREAMING"
|
|
1634
|
+
}
|
|
1635
|
+
export declare enum InputDeviceScanType {
|
|
1636
|
+
INTERLACED = "INTERLACED",
|
|
1637
|
+
PROGRESSIVE = "PROGRESSIVE"
|
|
1638
|
+
}
|
|
1639
|
+
|
|
1640
|
+
export interface InputDeviceHdSettings {
|
|
1641
|
+
|
|
1642
|
+
ActiveInput?: InputDeviceActiveInput | string;
|
|
1643
|
+
|
|
1644
|
+
ConfiguredInput?: InputDeviceConfiguredInput | string;
|
|
1645
|
+
|
|
1646
|
+
DeviceState?: InputDeviceState | string;
|
|
1647
|
+
|
|
1648
|
+
Framerate?: number;
|
|
1649
|
+
|
|
1650
|
+
Height?: number;
|
|
1651
|
+
|
|
1652
|
+
MaxBitrate?: number;
|
|
1653
|
+
|
|
1654
|
+
ScanType?: InputDeviceScanType | string;
|
|
1655
|
+
|
|
1656
|
+
Width?: number;
|
|
1657
|
+
}
|
|
1658
|
+
export declare namespace InputDeviceHdSettings {
|
|
1659
|
+
|
|
1660
|
+
const filterSensitiveLog: (obj: InputDeviceHdSettings) => any;
|
|
1661
|
+
}
|
|
1662
|
+
export declare enum InputDeviceIpScheme {
|
|
1663
|
+
DHCP = "DHCP",
|
|
1664
|
+
STATIC = "STATIC"
|
|
1665
|
+
}
|
|
1666
|
+
|
|
1667
|
+
export interface InputDeviceNetworkSettings {
|
|
1668
|
+
|
|
1669
|
+
DnsAddresses?: string[];
|
|
1670
|
+
|
|
1671
|
+
Gateway?: string;
|
|
1672
|
+
|
|
1673
|
+
IpAddress?: string;
|
|
1674
|
+
|
|
1675
|
+
IpScheme?: InputDeviceIpScheme | string;
|
|
1676
|
+
|
|
1677
|
+
SubnetMask?: string;
|
|
1678
|
+
}
|
|
1679
|
+
export declare namespace InputDeviceNetworkSettings {
|
|
1680
|
+
|
|
1681
|
+
const filterSensitiveLog: (obj: InputDeviceNetworkSettings) => any;
|
|
1682
|
+
}
|
|
1683
|
+
export declare enum InputDeviceType {
|
|
1684
|
+
HD = "HD"
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
export interface InputDeviceUhdSettings {
|
|
1688
|
+
|
|
1689
|
+
ActiveInput?: InputDeviceActiveInput | string;
|
|
1690
|
+
|
|
1691
|
+
ConfiguredInput?: InputDeviceConfiguredInput | string;
|
|
1692
|
+
|
|
1693
|
+
DeviceState?: InputDeviceState | string;
|
|
1694
|
+
|
|
1695
|
+
Framerate?: number;
|
|
1696
|
+
|
|
1697
|
+
Height?: number;
|
|
1698
|
+
|
|
1699
|
+
MaxBitrate?: number;
|
|
1700
|
+
|
|
1701
|
+
ScanType?: InputDeviceScanType | string;
|
|
1702
|
+
|
|
1703
|
+
Width?: number;
|
|
1704
|
+
}
|
|
1705
|
+
export declare namespace InputDeviceUhdSettings {
|
|
1706
|
+
|
|
1707
|
+
const filterSensitiveLog: (obj: InputDeviceUhdSettings) => any;
|
|
1708
|
+
}
|
|
1709
|
+
|
|
1710
|
+
export interface InputDeviceSummary {
|
|
1711
|
+
|
|
1712
|
+
Arn?: string;
|
|
1713
|
+
|
|
1714
|
+
ConnectionState?: InputDeviceConnectionState | string;
|
|
1715
|
+
|
|
1716
|
+
DeviceSettingsSyncState?: DeviceSettingsSyncState | string;
|
|
1717
|
+
|
|
1718
|
+
DeviceUpdateStatus?: DeviceUpdateStatus | string;
|
|
1719
|
+
|
|
1720
|
+
HdDeviceSettings?: InputDeviceHdSettings;
|
|
1721
|
+
|
|
1722
|
+
Id?: string;
|
|
1723
|
+
|
|
1724
|
+
MacAddress?: string;
|
|
1725
|
+
|
|
1726
|
+
Name?: string;
|
|
1727
|
+
|
|
1728
|
+
NetworkSettings?: InputDeviceNetworkSettings;
|
|
1729
|
+
|
|
1730
|
+
SerialNumber?: string;
|
|
1731
|
+
|
|
1732
|
+
Type?: InputDeviceType | string;
|
|
1733
|
+
|
|
1734
|
+
UhdDeviceSettings?: InputDeviceUhdSettings;
|
|
1735
|
+
}
|
|
1736
|
+
export declare namespace InputDeviceSummary {
|
|
1737
|
+
|
|
1738
|
+
const filterSensitiveLog: (obj: InputDeviceSummary) => any;
|
|
1739
|
+
}
|
|
1740
|
+
export declare enum InputSecurityGroupState {
|
|
1741
|
+
DELETED = "DELETED",
|
|
1742
|
+
IDLE = "IDLE",
|
|
1743
|
+
IN_USE = "IN_USE",
|
|
1744
|
+
UPDATING = "UPDATING"
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
export interface InputWhitelistRule {
|
|
1748
|
+
|
|
1749
|
+
Cidr?: string;
|
|
1750
|
+
}
|
|
1751
|
+
export declare namespace InputWhitelistRule {
|
|
1752
|
+
|
|
1753
|
+
const filterSensitiveLog: (obj: InputWhitelistRule) => any;
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
export interface InputSecurityGroup {
|
|
1757
|
+
|
|
1758
|
+
Arn?: string;
|
|
1759
|
+
|
|
1760
|
+
Id?: string;
|
|
1761
|
+
|
|
1762
|
+
Inputs?: string[];
|
|
1763
|
+
|
|
1764
|
+
State?: InputSecurityGroupState | string;
|
|
1765
|
+
|
|
1766
|
+
Tags?: {
|
|
1767
|
+
[key: string]: string;
|
|
1768
|
+
};
|
|
1769
|
+
|
|
1770
|
+
WhitelistRules?: InputWhitelistRule[];
|
|
1771
|
+
}
|
|
1772
|
+
export declare namespace InputSecurityGroup {
|
|
1773
|
+
|
|
1774
|
+
const filterSensitiveLog: (obj: InputSecurityGroup) => any;
|
|
1775
|
+
}
|
|
1776
|
+
|
|
1777
|
+
export interface InputSourceRequest {
|
|
1778
|
+
|
|
1779
|
+
PasswordParam?: string;
|
|
1780
|
+
|
|
1781
|
+
Url?: string;
|
|
1782
|
+
|
|
1783
|
+
Username?: string;
|
|
1784
|
+
}
|
|
1785
|
+
export declare namespace InputSourceRequest {
|
|
1786
|
+
|
|
1787
|
+
const filterSensitiveLog: (obj: InputSourceRequest) => any;
|
|
1788
|
+
}
|
|
1789
|
+
|
|
1790
|
+
export interface InputWhitelistRuleCidr {
|
|
1791
|
+
|
|
1792
|
+
Cidr?: string;
|
|
1793
|
+
}
|
|
1794
|
+
export declare namespace InputWhitelistRuleCidr {
|
|
1795
|
+
|
|
1796
|
+
const filterSensitiveLog: (obj: InputWhitelistRuleCidr) => any;
|
|
1797
|
+
}
|
|
1798
|
+
|
|
1799
|
+
export interface MediaConnectFlowRequest {
|
|
1800
|
+
|
|
1801
|
+
FlowArn?: string;
|
|
1802
|
+
}
|
|
1803
|
+
export declare namespace MediaConnectFlowRequest {
|
|
1804
|
+
|
|
1805
|
+
const filterSensitiveLog: (obj: MediaConnectFlowRequest) => any;
|
|
1806
|
+
}
|
|
1807
|
+
|
|
1808
|
+
export interface MultiplexMediaConnectOutputDestinationSettings {
|
|
1809
|
+
|
|
1810
|
+
EntitlementArn?: string;
|
|
1811
|
+
}
|
|
1812
|
+
export declare namespace MultiplexMediaConnectOutputDestinationSettings {
|
|
1813
|
+
|
|
1814
|
+
const filterSensitiveLog: (obj: MultiplexMediaConnectOutputDestinationSettings) => any;
|
|
1815
|
+
}
|
|
1816
|
+
|
|
1817
|
+
export interface MultiplexOutputDestination {
|
|
1818
|
+
|
|
1819
|
+
MediaConnectSettings?: MultiplexMediaConnectOutputDestinationSettings;
|
|
1820
|
+
}
|
|
1821
|
+
export declare namespace MultiplexOutputDestination {
|
|
1822
|
+
|
|
1823
|
+
const filterSensitiveLog: (obj: MultiplexOutputDestination) => any;
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1826
|
+
export interface MultiplexProgramPipelineDetail {
|
|
1827
|
+
|
|
1828
|
+
ActiveChannelPipeline?: string;
|
|
1829
|
+
|
|
1830
|
+
PipelineId?: string;
|
|
1831
|
+
}
|
|
1832
|
+
export declare namespace MultiplexProgramPipelineDetail {
|
|
1833
|
+
|
|
1834
|
+
const filterSensitiveLog: (obj: MultiplexProgramPipelineDetail) => any;
|
|
1835
|
+
}
|
|
1836
|
+
|
|
1837
|
+
export interface MultiplexProgramSummary {
|
|
1838
|
+
|
|
1839
|
+
ChannelId?: string;
|
|
1840
|
+
|
|
1841
|
+
ProgramName?: string;
|
|
1842
|
+
}
|
|
1843
|
+
export declare namespace MultiplexProgramSummary {
|
|
1844
|
+
|
|
1845
|
+
const filterSensitiveLog: (obj: MultiplexProgramSummary) => any;
|
|
1846
|
+
}
|
|
1847
|
+
|
|
1848
|
+
export interface MultiplexSettingsSummary {
|
|
1849
|
+
|
|
1850
|
+
TransportStreamBitrate?: number;
|
|
1851
|
+
}
|
|
1852
|
+
export declare namespace MultiplexSettingsSummary {
|
|
1853
|
+
|
|
1854
|
+
const filterSensitiveLog: (obj: MultiplexSettingsSummary) => any;
|
|
1855
|
+
}
|
|
1856
|
+
export declare enum MultiplexState {
|
|
1857
|
+
CREATE_FAILED = "CREATE_FAILED",
|
|
1858
|
+
CREATING = "CREATING",
|
|
1859
|
+
DELETED = "DELETED",
|
|
1860
|
+
DELETING = "DELETING",
|
|
1861
|
+
IDLE = "IDLE",
|
|
1862
|
+
RECOVERING = "RECOVERING",
|
|
1863
|
+
RUNNING = "RUNNING",
|
|
1864
|
+
STARTING = "STARTING",
|
|
1865
|
+
STOPPING = "STOPPING"
|
|
1866
|
+
}
|
|
1867
|
+
|
|
1868
|
+
export interface MultiplexSummary {
|
|
1869
|
+
|
|
1870
|
+
Arn?: string;
|
|
1871
|
+
|
|
1872
|
+
AvailabilityZones?: string[];
|
|
1873
|
+
|
|
1874
|
+
Id?: string;
|
|
1875
|
+
|
|
1876
|
+
MultiplexSettings?: MultiplexSettingsSummary;
|
|
1877
|
+
|
|
1878
|
+
Name?: string;
|
|
1879
|
+
|
|
1880
|
+
PipelinesRunningCount?: number;
|
|
1881
|
+
|
|
1882
|
+
ProgramCount?: number;
|
|
1883
|
+
|
|
1884
|
+
State?: MultiplexState | string;
|
|
1885
|
+
|
|
1886
|
+
Tags?: {
|
|
1887
|
+
[key: string]: string;
|
|
1888
|
+
};
|
|
1889
|
+
}
|
|
1890
|
+
export declare namespace MultiplexSummary {
|
|
1891
|
+
|
|
1892
|
+
const filterSensitiveLog: (obj: MultiplexSummary) => any;
|
|
1893
|
+
}
|
|
1894
|
+
export declare enum OfferingDurationUnits {
|
|
1895
|
+
MONTHS = "MONTHS"
|
|
1896
|
+
}
|
|
1897
|
+
export declare enum OfferingType {
|
|
1898
|
+
NO_UPFRONT = "NO_UPFRONT"
|
|
1899
|
+
}
|
|
1900
|
+
export declare enum ReservationCodec {
|
|
1901
|
+
AUDIO = "AUDIO",
|
|
1902
|
+
AVC = "AVC",
|
|
1903
|
+
HEVC = "HEVC",
|
|
1904
|
+
LINK = "LINK",
|
|
1905
|
+
MPEG2 = "MPEG2"
|
|
1906
|
+
}
|
|
1907
|
+
export declare enum ReservationMaximumBitrate {
|
|
1908
|
+
MAX_10_MBPS = "MAX_10_MBPS",
|
|
1909
|
+
MAX_20_MBPS = "MAX_20_MBPS",
|
|
1910
|
+
MAX_50_MBPS = "MAX_50_MBPS"
|
|
1911
|
+
}
|
|
1912
|
+
export declare enum ReservationMaximumFramerate {
|
|
1913
|
+
MAX_30_FPS = "MAX_30_FPS",
|
|
1914
|
+
MAX_60_FPS = "MAX_60_FPS"
|
|
1915
|
+
}
|
|
1916
|
+
export declare enum ReservationResolution {
|
|
1917
|
+
FHD = "FHD",
|
|
1918
|
+
HD = "HD",
|
|
1919
|
+
SD = "SD",
|
|
1920
|
+
UHD = "UHD"
|
|
1921
|
+
}
|
|
1922
|
+
export declare enum ReservationResourceType {
|
|
1923
|
+
CHANNEL = "CHANNEL",
|
|
1924
|
+
INPUT = "INPUT",
|
|
1925
|
+
MULTIPLEX = "MULTIPLEX",
|
|
1926
|
+
OUTPUT = "OUTPUT"
|
|
1927
|
+
}
|
|
1928
|
+
export declare enum ReservationSpecialFeature {
|
|
1929
|
+
ADVANCED_AUDIO = "ADVANCED_AUDIO",
|
|
1930
|
+
AUDIO_NORMALIZATION = "AUDIO_NORMALIZATION",
|
|
1931
|
+
MGHD = "MGHD",
|
|
1932
|
+
MGUHD = "MGUHD"
|
|
1933
|
+
}
|
|
1934
|
+
export declare enum ReservationVideoQuality {
|
|
1935
|
+
ENHANCED = "ENHANCED",
|
|
1936
|
+
PREMIUM = "PREMIUM",
|
|
1937
|
+
STANDARD = "STANDARD"
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
export interface ReservationResourceSpecification {
|
|
1941
|
+
|
|
1942
|
+
ChannelClass?: ChannelClass | string;
|
|
1943
|
+
|
|
1944
|
+
Codec?: ReservationCodec | string;
|
|
1945
|
+
|
|
1946
|
+
MaximumBitrate?: ReservationMaximumBitrate | string;
|
|
1947
|
+
|
|
1948
|
+
MaximumFramerate?: ReservationMaximumFramerate | string;
|
|
1949
|
+
|
|
1950
|
+
Resolution?: ReservationResolution | string;
|
|
1951
|
+
|
|
1952
|
+
ResourceType?: ReservationResourceType | string;
|
|
1953
|
+
|
|
1954
|
+
SpecialFeature?: ReservationSpecialFeature | string;
|
|
1955
|
+
|
|
1956
|
+
VideoQuality?: ReservationVideoQuality | string;
|
|
1957
|
+
}
|
|
1958
|
+
export declare namespace ReservationResourceSpecification {
|
|
1959
|
+
|
|
1960
|
+
const filterSensitiveLog: (obj: ReservationResourceSpecification) => any;
|
|
1961
|
+
}
|
|
1962
|
+
|
|
1963
|
+
export interface Offering {
|
|
1964
|
+
|
|
1965
|
+
Arn?: string;
|
|
1966
|
+
|
|
1967
|
+
CurrencyCode?: string;
|
|
1968
|
+
|
|
1969
|
+
Duration?: number;
|
|
1970
|
+
|
|
1971
|
+
DurationUnits?: OfferingDurationUnits | string;
|
|
1972
|
+
|
|
1973
|
+
FixedPrice?: number;
|
|
1974
|
+
|
|
1975
|
+
OfferingDescription?: string;
|
|
1976
|
+
|
|
1977
|
+
OfferingId?: string;
|
|
1978
|
+
|
|
1979
|
+
OfferingType?: OfferingType | string;
|
|
1980
|
+
|
|
1981
|
+
Region?: string;
|
|
1982
|
+
|
|
1983
|
+
ResourceSpecification?: ReservationResourceSpecification;
|
|
1984
|
+
|
|
1985
|
+
UsagePrice?: number;
|
|
1986
|
+
}
|
|
1987
|
+
export declare namespace Offering {
|
|
1988
|
+
|
|
1989
|
+
const filterSensitiveLog: (obj: Offering) => any;
|
|
1990
|
+
}
|
|
1991
|
+
export declare enum M2tsAbsentInputAudioBehavior {
|
|
1992
|
+
DROP = "DROP",
|
|
1993
|
+
ENCODE_SILENCE = "ENCODE_SILENCE"
|
|
1994
|
+
}
|
|
1995
|
+
export declare enum M2tsArib {
|
|
1996
|
+
DISABLED = "DISABLED",
|
|
1997
|
+
ENABLED = "ENABLED"
|
|
1998
|
+
}
|
|
1999
|
+
export declare enum M2tsAribCaptionsPidControl {
|
|
2000
|
+
AUTO = "AUTO",
|
|
2001
|
+
USE_CONFIGURED = "USE_CONFIGURED"
|
|
2002
|
+
}
|
|
2003
|
+
export declare enum M2tsAudioBufferModel {
|
|
2004
|
+
ATSC = "ATSC",
|
|
2005
|
+
DVB = "DVB"
|
|
2006
|
+
}
|
|
2007
|
+
export declare enum M2tsAudioStreamType {
|
|
2008
|
+
ATSC = "ATSC",
|
|
2009
|
+
DVB = "DVB"
|
|
2010
|
+
}
|
|
2011
|
+
export declare enum M2tsBufferModel {
|
|
2012
|
+
MULTIPLEX = "MULTIPLEX",
|
|
2013
|
+
NONE = "NONE"
|
|
2014
|
+
}
|
|
2015
|
+
export declare enum M2tsCcDescriptor {
|
|
2016
|
+
DISABLED = "DISABLED",
|
|
2017
|
+
ENABLED = "ENABLED"
|
|
2018
|
+
}
|
|
2019
|
+
|
|
2020
|
+
export interface DvbNitSettings {
|
|
2021
|
+
|
|
2022
|
+
NetworkId: number | undefined;
|
|
2023
|
+
|
|
2024
|
+
NetworkName: string | undefined;
|
|
2025
|
+
|
|
2026
|
+
RepInterval?: number;
|
|
2027
|
+
}
|
|
2028
|
+
export declare namespace DvbNitSettings {
|
|
2029
|
+
|
|
2030
|
+
const filterSensitiveLog: (obj: DvbNitSettings) => any;
|
|
2031
|
+
}
|
|
2032
|
+
export declare enum DvbSdtOutputSdt {
|
|
2033
|
+
SDT_FOLLOW = "SDT_FOLLOW",
|
|
2034
|
+
SDT_FOLLOW_IF_PRESENT = "SDT_FOLLOW_IF_PRESENT",
|
|
2035
|
+
SDT_MANUAL = "SDT_MANUAL",
|
|
2036
|
+
SDT_NONE = "SDT_NONE"
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
export interface DvbSdtSettings {
|
|
2040
|
+
|
|
2041
|
+
OutputSdt?: DvbSdtOutputSdt | string;
|
|
2042
|
+
|
|
2043
|
+
RepInterval?: number;
|
|
2044
|
+
|
|
2045
|
+
ServiceName?: string;
|
|
2046
|
+
|
|
2047
|
+
ServiceProviderName?: string;
|
|
2048
|
+
}
|
|
2049
|
+
export declare namespace DvbSdtSettings {
|
|
2050
|
+
|
|
2051
|
+
const filterSensitiveLog: (obj: DvbSdtSettings) => any;
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
export interface DvbTdtSettings {
|
|
2055
|
+
|
|
2056
|
+
RepInterval?: number;
|
|
2057
|
+
}
|
|
2058
|
+
export declare namespace DvbTdtSettings {
|
|
2059
|
+
|
|
2060
|
+
const filterSensitiveLog: (obj: DvbTdtSettings) => any;
|
|
2061
|
+
}
|
|
2062
|
+
export declare enum M2tsEbifControl {
|
|
2063
|
+
NONE = "NONE",
|
|
2064
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2065
|
+
}
|
|
2066
|
+
export declare enum M2tsAudioInterval {
|
|
2067
|
+
VIDEO_AND_FIXED_INTERVALS = "VIDEO_AND_FIXED_INTERVALS",
|
|
2068
|
+
VIDEO_INTERVAL = "VIDEO_INTERVAL"
|
|
2069
|
+
}
|
|
2070
|
+
export declare enum M2tsEbpPlacement {
|
|
2071
|
+
VIDEO_AND_AUDIO_PIDS = "VIDEO_AND_AUDIO_PIDS",
|
|
2072
|
+
VIDEO_PID = "VIDEO_PID"
|
|
2073
|
+
}
|
|
2074
|
+
export declare enum M2tsEsRateInPes {
|
|
2075
|
+
EXCLUDE = "EXCLUDE",
|
|
2076
|
+
INCLUDE = "INCLUDE"
|
|
2077
|
+
}
|
|
2078
|
+
export declare enum M2tsKlv {
|
|
2079
|
+
NONE = "NONE",
|
|
2080
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2081
|
+
}
|
|
2082
|
+
export declare enum M2tsNielsenId3Behavior {
|
|
2083
|
+
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2084
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2085
|
+
}
|
|
2086
|
+
export declare enum M2tsPcrControl {
|
|
2087
|
+
CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
|
|
2088
|
+
PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
|
|
2089
|
+
}
|
|
2090
|
+
export declare enum M2tsRateMode {
|
|
2091
|
+
CBR = "CBR",
|
|
2092
|
+
VBR = "VBR"
|
|
2093
|
+
}
|
|
2094
|
+
export declare enum M2tsScte35Control {
|
|
2095
|
+
NONE = "NONE",
|
|
2096
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2097
|
+
}
|
|
2098
|
+
export declare enum M2tsSegmentationMarkers {
|
|
2099
|
+
EBP = "EBP",
|
|
2100
|
+
EBP_LEGACY = "EBP_LEGACY",
|
|
2101
|
+
NONE = "NONE",
|
|
2102
|
+
PSI_SEGSTART = "PSI_SEGSTART",
|
|
2103
|
+
RAI_ADAPT = "RAI_ADAPT",
|
|
2104
|
+
RAI_SEGSTART = "RAI_SEGSTART"
|
|
2105
|
+
}
|
|
2106
|
+
export declare enum M2tsSegmentationStyle {
|
|
2107
|
+
MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
|
|
2108
|
+
RESET_CADENCE = "RESET_CADENCE"
|
|
2109
|
+
}
|
|
2110
|
+
export declare enum M2tsTimedMetadataBehavior {
|
|
2111
|
+
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2112
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2113
|
+
}
|
|
2114
|
+
|
|
2115
|
+
export interface M2tsSettings {
|
|
2116
|
+
|
|
2117
|
+
AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior | string;
|
|
2118
|
+
|
|
2119
|
+
Arib?: M2tsArib | string;
|
|
2120
|
+
|
|
2121
|
+
AribCaptionsPid?: string;
|
|
2122
|
+
|
|
2123
|
+
AribCaptionsPidControl?: M2tsAribCaptionsPidControl | string;
|
|
2124
|
+
|
|
2125
|
+
AudioBufferModel?: M2tsAudioBufferModel | string;
|
|
2126
|
+
|
|
2127
|
+
AudioFramesPerPes?: number;
|
|
2128
|
+
|
|
2129
|
+
AudioPids?: string;
|
|
2130
|
+
|
|
2131
|
+
AudioStreamType?: M2tsAudioStreamType | string;
|
|
2132
|
+
|
|
2133
|
+
Bitrate?: number;
|
|
2134
|
+
|
|
2135
|
+
BufferModel?: M2tsBufferModel | string;
|
|
2136
|
+
|
|
2137
|
+
CcDescriptor?: M2tsCcDescriptor | string;
|
|
2138
|
+
|
|
2139
|
+
DvbNitSettings?: DvbNitSettings;
|
|
2140
|
+
|
|
2141
|
+
DvbSdtSettings?: DvbSdtSettings;
|
|
2142
|
+
|
|
2143
|
+
DvbSubPids?: string;
|
|
2144
|
+
|
|
2145
|
+
DvbTdtSettings?: DvbTdtSettings;
|
|
2146
|
+
|
|
2147
|
+
DvbTeletextPid?: string;
|
|
2148
|
+
|
|
2149
|
+
Ebif?: M2tsEbifControl | string;
|
|
2150
|
+
|
|
2151
|
+
EbpAudioInterval?: M2tsAudioInterval | string;
|
|
2152
|
+
|
|
2153
|
+
EbpLookaheadMs?: number;
|
|
2154
|
+
|
|
2155
|
+
EbpPlacement?: M2tsEbpPlacement | string;
|
|
2156
|
+
|
|
2157
|
+
EcmPid?: string;
|
|
2158
|
+
|
|
2159
|
+
EsRateInPes?: M2tsEsRateInPes | string;
|
|
2160
|
+
|
|
2161
|
+
EtvPlatformPid?: string;
|
|
2162
|
+
|
|
2163
|
+
EtvSignalPid?: string;
|
|
2164
|
+
|
|
2165
|
+
FragmentTime?: number;
|
|
2166
|
+
|
|
2167
|
+
Klv?: M2tsKlv | string;
|
|
2168
|
+
|
|
2169
|
+
KlvDataPids?: string;
|
|
2170
|
+
|
|
2171
|
+
NielsenId3Behavior?: M2tsNielsenId3Behavior | string;
|
|
2172
|
+
|
|
2173
|
+
NullPacketBitrate?: number;
|
|
2174
|
+
|
|
2175
|
+
PatInterval?: number;
|
|
2176
|
+
|
|
2177
|
+
PcrControl?: M2tsPcrControl | string;
|
|
2178
|
+
|
|
2179
|
+
PcrPeriod?: number;
|
|
2180
|
+
|
|
2181
|
+
PcrPid?: string;
|
|
2182
|
+
|
|
2183
|
+
PmtInterval?: number;
|
|
2184
|
+
|
|
2185
|
+
PmtPid?: string;
|
|
2186
|
+
|
|
2187
|
+
ProgramNum?: number;
|
|
2188
|
+
|
|
2189
|
+
RateMode?: M2tsRateMode | string;
|
|
2190
|
+
|
|
2191
|
+
Scte27Pids?: string;
|
|
2192
|
+
|
|
2193
|
+
Scte35Control?: M2tsScte35Control | string;
|
|
2194
|
+
|
|
2195
|
+
Scte35Pid?: string;
|
|
2196
|
+
|
|
2197
|
+
SegmentationMarkers?: M2tsSegmentationMarkers | string;
|
|
2198
|
+
|
|
2199
|
+
SegmentationStyle?: M2tsSegmentationStyle | string;
|
|
2200
|
+
|
|
2201
|
+
SegmentationTime?: number;
|
|
2202
|
+
|
|
2203
|
+
TimedMetadataBehavior?: M2tsTimedMetadataBehavior | string;
|
|
2204
|
+
|
|
2205
|
+
TimedMetadataPid?: string;
|
|
2206
|
+
|
|
2207
|
+
TransportStreamId?: number;
|
|
2208
|
+
|
|
2209
|
+
VideoPid?: string;
|
|
2210
|
+
}
|
|
2211
|
+
export declare namespace M2tsSettings {
|
|
2212
|
+
|
|
2213
|
+
const filterSensitiveLog: (obj: M2tsSettings) => any;
|
|
2214
|
+
}
|
|
2215
|
+
|
|
2216
|
+
export interface RawSettings {
|
|
2217
|
+
}
|
|
2218
|
+
export declare namespace RawSettings {
|
|
2219
|
+
|
|
2220
|
+
const filterSensitiveLog: (obj: RawSettings) => any;
|
|
2221
|
+
}
|
|
2222
|
+
|
|
2223
|
+
export interface ArchiveContainerSettings {
|
|
2224
|
+
|
|
2225
|
+
M2tsSettings?: M2tsSettings;
|
|
2226
|
+
|
|
2227
|
+
RawSettings?: RawSettings;
|
|
2228
|
+
}
|
|
2229
|
+
export declare namespace ArchiveContainerSettings {
|
|
2230
|
+
|
|
2231
|
+
const filterSensitiveLog: (obj: ArchiveContainerSettings) => any;
|
|
2232
|
+
}
|
|
2233
|
+
|
|
2234
|
+
export interface ArchiveOutputSettings {
|
|
2235
|
+
|
|
2236
|
+
ContainerSettings: ArchiveContainerSettings | undefined;
|
|
2237
|
+
|
|
2238
|
+
Extension?: string;
|
|
2239
|
+
|
|
2240
|
+
NameModifier?: string;
|
|
2241
|
+
}
|
|
2242
|
+
export declare namespace ArchiveOutputSettings {
|
|
2243
|
+
|
|
2244
|
+
const filterSensitiveLog: (obj: ArchiveOutputSettings) => any;
|
|
2245
|
+
}
|
|
2246
|
+
|
|
2247
|
+
export interface FrameCaptureOutputSettings {
|
|
2248
|
+
|
|
2249
|
+
NameModifier?: string;
|
|
2250
|
+
}
|
|
2251
|
+
export declare namespace FrameCaptureOutputSettings {
|
|
2252
|
+
|
|
2253
|
+
const filterSensitiveLog: (obj: FrameCaptureOutputSettings) => any;
|
|
2254
|
+
}
|
|
2255
|
+
export declare enum HlsH265PackagingType {
|
|
2256
|
+
HEV1 = "HEV1",
|
|
2257
|
+
HVC1 = "HVC1"
|
|
2258
|
+
}
|
|
2259
|
+
export declare enum AudioOnlyHlsTrackType {
|
|
2260
|
+
ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
|
|
2261
|
+
ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
|
|
2262
|
+
ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
2263
|
+
AUDIO_ONLY_VARIANT_STREAM = "AUDIO_ONLY_VARIANT_STREAM"
|
|
2264
|
+
}
|
|
2265
|
+
export declare enum AudioOnlyHlsSegmentType {
|
|
2266
|
+
AAC = "AAC",
|
|
2267
|
+
FMP4 = "FMP4"
|
|
2268
|
+
}
|
|
2269
|
+
|
|
2270
|
+
export interface AudioOnlyHlsSettings {
|
|
2271
|
+
|
|
2272
|
+
AudioGroupId?: string;
|
|
2273
|
+
|
|
2274
|
+
AudioOnlyImage?: InputLocation;
|
|
2275
|
+
|
|
2276
|
+
AudioTrackType?: AudioOnlyHlsTrackType | string;
|
|
2277
|
+
|
|
2278
|
+
SegmentType?: AudioOnlyHlsSegmentType | string;
|
|
2279
|
+
}
|
|
2280
|
+
export declare namespace AudioOnlyHlsSettings {
|
|
2281
|
+
|
|
2282
|
+
const filterSensitiveLog: (obj: AudioOnlyHlsSettings) => any;
|
|
2283
|
+
}
|
|
2284
|
+
export declare enum Fmp4NielsenId3Behavior {
|
|
2285
|
+
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2286
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2287
|
+
}
|
|
2288
|
+
export declare enum Fmp4TimedMetadataBehavior {
|
|
2289
|
+
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2290
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
export interface Fmp4HlsSettings {
|
|
2294
|
+
|
|
2295
|
+
AudioRenditionSets?: string;
|
|
2296
|
+
|
|
2297
|
+
NielsenId3Behavior?: Fmp4NielsenId3Behavior | string;
|
|
2298
|
+
|
|
2299
|
+
TimedMetadataBehavior?: Fmp4TimedMetadataBehavior | string;
|
|
2300
|
+
}
|
|
2301
|
+
export declare namespace Fmp4HlsSettings {
|
|
2302
|
+
|
|
2303
|
+
const filterSensitiveLog: (obj: Fmp4HlsSettings) => any;
|
|
2304
|
+
}
|
|
2305
|
+
|
|
2306
|
+
export interface FrameCaptureHlsSettings {
|
|
2307
|
+
}
|
|
2308
|
+
export declare namespace FrameCaptureHlsSettings {
|
|
2309
|
+
|
|
2310
|
+
const filterSensitiveLog: (obj: FrameCaptureHlsSettings) => any;
|
|
2311
|
+
}
|
|
2312
|
+
export declare enum M3u8NielsenId3Behavior {
|
|
2313
|
+
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2314
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2315
|
+
}
|
|
2316
|
+
export declare enum M3u8PcrControl {
|
|
2317
|
+
CONFIGURED_PCR_PERIOD = "CONFIGURED_PCR_PERIOD",
|
|
2318
|
+
PCR_EVERY_PES_PACKET = "PCR_EVERY_PES_PACKET"
|
|
2319
|
+
}
|
|
2320
|
+
export declare enum M3u8Scte35Behavior {
|
|
2321
|
+
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2322
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2323
|
+
}
|
|
2324
|
+
export declare enum M3u8TimedMetadataBehavior {
|
|
2325
|
+
NO_PASSTHROUGH = "NO_PASSTHROUGH",
|
|
2326
|
+
PASSTHROUGH = "PASSTHROUGH"
|
|
2327
|
+
}
|
|
2328
|
+
|
|
2329
|
+
export interface M3u8Settings {
|
|
2330
|
+
|
|
2331
|
+
AudioFramesPerPes?: number;
|
|
2332
|
+
|
|
2333
|
+
AudioPids?: string;
|
|
2334
|
+
|
|
2335
|
+
EcmPid?: string;
|
|
2336
|
+
|
|
2337
|
+
NielsenId3Behavior?: M3u8NielsenId3Behavior | string;
|
|
2338
|
+
|
|
2339
|
+
PatInterval?: number;
|
|
2340
|
+
|
|
2341
|
+
PcrControl?: M3u8PcrControl | string;
|
|
2342
|
+
|
|
2343
|
+
PcrPeriod?: number;
|
|
2344
|
+
|
|
2345
|
+
PcrPid?: string;
|
|
2346
|
+
|
|
2347
|
+
PmtInterval?: number;
|
|
2348
|
+
|
|
2349
|
+
PmtPid?: string;
|
|
2350
|
+
|
|
2351
|
+
ProgramNum?: number;
|
|
2352
|
+
|
|
2353
|
+
Scte35Behavior?: M3u8Scte35Behavior | string;
|
|
2354
|
+
|
|
2355
|
+
Scte35Pid?: string;
|
|
2356
|
+
|
|
2357
|
+
TimedMetadataBehavior?: M3u8TimedMetadataBehavior | string;
|
|
2358
|
+
|
|
2359
|
+
TimedMetadataPid?: string;
|
|
2360
|
+
|
|
2361
|
+
TransportStreamId?: number;
|
|
2362
|
+
|
|
2363
|
+
VideoPid?: string;
|
|
2364
|
+
}
|
|
2365
|
+
export declare namespace M3u8Settings {
|
|
2366
|
+
|
|
2367
|
+
const filterSensitiveLog: (obj: M3u8Settings) => any;
|
|
2368
|
+
}
|
|
2369
|
+
|
|
2370
|
+
export interface StandardHlsSettings {
|
|
2371
|
+
|
|
2372
|
+
AudioRenditionSets?: string;
|
|
2373
|
+
|
|
2374
|
+
M3u8Settings: M3u8Settings | undefined;
|
|
2375
|
+
}
|
|
2376
|
+
export declare namespace StandardHlsSettings {
|
|
2377
|
+
|
|
2378
|
+
const filterSensitiveLog: (obj: StandardHlsSettings) => any;
|
|
2379
|
+
}
|
|
2380
|
+
|
|
2381
|
+
export interface HlsSettings {
|
|
2382
|
+
|
|
2383
|
+
AudioOnlyHlsSettings?: AudioOnlyHlsSettings;
|
|
2384
|
+
|
|
2385
|
+
Fmp4HlsSettings?: Fmp4HlsSettings;
|
|
2386
|
+
|
|
2387
|
+
FrameCaptureHlsSettings?: FrameCaptureHlsSettings;
|
|
2388
|
+
|
|
2389
|
+
StandardHlsSettings?: StandardHlsSettings;
|
|
2390
|
+
}
|
|
2391
|
+
export declare namespace HlsSettings {
|
|
2392
|
+
|
|
2393
|
+
const filterSensitiveLog: (obj: HlsSettings) => any;
|
|
2394
|
+
}
|
|
2395
|
+
|
|
2396
|
+
export interface HlsOutputSettings {
|
|
2397
|
+
|
|
2398
|
+
H265PackagingType?: HlsH265PackagingType | string;
|
|
2399
|
+
|
|
2400
|
+
HlsSettings: HlsSettings | undefined;
|
|
2401
|
+
|
|
2402
|
+
NameModifier?: string;
|
|
2403
|
+
|
|
2404
|
+
SegmentModifier?: string;
|
|
2405
|
+
}
|
|
2406
|
+
export declare namespace HlsOutputSettings {
|
|
2407
|
+
|
|
2408
|
+
const filterSensitiveLog: (obj: HlsOutputSettings) => any;
|
|
2409
|
+
}
|
|
2410
|
+
|
|
2411
|
+
export interface MediaPackageOutputSettings {
|
|
2412
|
+
}
|
|
2413
|
+
export declare namespace MediaPackageOutputSettings {
|
|
2414
|
+
|
|
2415
|
+
const filterSensitiveLog: (obj: MediaPackageOutputSettings) => any;
|
|
2416
|
+
}
|
|
2417
|
+
export declare enum MsSmoothH265PackagingType {
|
|
2418
|
+
HEV1 = "HEV1",
|
|
2419
|
+
HVC1 = "HVC1"
|
|
2420
|
+
}
|
|
2421
|
+
|
|
2422
|
+
export interface MsSmoothOutputSettings {
|
|
2423
|
+
|
|
2424
|
+
H265PackagingType?: MsSmoothH265PackagingType | string;
|
|
2425
|
+
|
|
2426
|
+
NameModifier?: string;
|
|
2427
|
+
}
|
|
2428
|
+
export declare namespace MsSmoothOutputSettings {
|
|
2429
|
+
|
|
2430
|
+
const filterSensitiveLog: (obj: MsSmoothOutputSettings) => any;
|
|
2431
|
+
}
|
|
2432
|
+
|
|
2433
|
+
export interface OutputLocationRef {
|
|
2434
|
+
|
|
2435
|
+
DestinationRefId?: string;
|
|
2436
|
+
}
|
|
2437
|
+
export declare namespace OutputLocationRef {
|
|
2438
|
+
|
|
2439
|
+
const filterSensitiveLog: (obj: OutputLocationRef) => any;
|
|
2440
|
+
}
|
|
2441
|
+
|
|
2442
|
+
export interface MultiplexOutputSettings {
|
|
2443
|
+
|
|
2444
|
+
Destination: OutputLocationRef | undefined;
|
|
2445
|
+
}
|
|
2446
|
+
export declare namespace MultiplexOutputSettings {
|
|
2447
|
+
|
|
2448
|
+
const filterSensitiveLog: (obj: MultiplexOutputSettings) => any;
|
|
2449
|
+
}
|
|
2450
|
+
export declare enum RtmpOutputCertificateMode {
|
|
2451
|
+
SELF_SIGNED = "SELF_SIGNED",
|
|
2452
|
+
VERIFY_AUTHENTICITY = "VERIFY_AUTHENTICITY"
|
|
2453
|
+
}
|
|
2454
|
+
|
|
2455
|
+
export interface RtmpOutputSettings {
|
|
2456
|
+
|
|
2457
|
+
CertificateMode?: RtmpOutputCertificateMode | string;
|
|
2458
|
+
|
|
2459
|
+
ConnectionRetryInterval?: number;
|
|
2460
|
+
|
|
2461
|
+
Destination: OutputLocationRef | undefined;
|
|
2462
|
+
|
|
2463
|
+
NumRetries?: number;
|
|
2464
|
+
}
|
|
2465
|
+
export declare namespace RtmpOutputSettings {
|
|
2466
|
+
|
|
2467
|
+
const filterSensitiveLog: (obj: RtmpOutputSettings) => any;
|
|
2468
|
+
}
|
|
2469
|
+
|
|
2470
|
+
export interface UdpContainerSettings {
|
|
2471
|
+
|
|
2472
|
+
M2tsSettings?: M2tsSettings;
|
|
2473
|
+
}
|
|
2474
|
+
export declare namespace UdpContainerSettings {
|
|
2475
|
+
|
|
2476
|
+
const filterSensitiveLog: (obj: UdpContainerSettings) => any;
|
|
2477
|
+
}
|
|
2478
|
+
export declare enum FecOutputIncludeFec {
|
|
2479
|
+
COLUMN = "COLUMN",
|
|
2480
|
+
COLUMN_AND_ROW = "COLUMN_AND_ROW"
|
|
2481
|
+
}
|
|
2482
|
+
|
|
2483
|
+
export interface FecOutputSettings {
|
|
2484
|
+
|
|
2485
|
+
ColumnDepth?: number;
|
|
2486
|
+
|
|
2487
|
+
IncludeFec?: FecOutputIncludeFec | string;
|
|
2488
|
+
|
|
2489
|
+
RowLength?: number;
|
|
2490
|
+
}
|
|
2491
|
+
export declare namespace FecOutputSettings {
|
|
2492
|
+
|
|
2493
|
+
const filterSensitiveLog: (obj: FecOutputSettings) => any;
|
|
2494
|
+
}
|
|
2495
|
+
|
|
2496
|
+
export interface UdpOutputSettings {
|
|
2497
|
+
|
|
2498
|
+
BufferMsec?: number;
|
|
2499
|
+
|
|
2500
|
+
ContainerSettings: UdpContainerSettings | undefined;
|
|
2501
|
+
|
|
2502
|
+
Destination: OutputLocationRef | undefined;
|
|
2503
|
+
|
|
2504
|
+
FecOutputSettings?: FecOutputSettings;
|
|
2505
|
+
}
|
|
2506
|
+
export declare namespace UdpOutputSettings {
|
|
2507
|
+
|
|
2508
|
+
const filterSensitiveLog: (obj: UdpOutputSettings) => any;
|
|
2509
|
+
}
|
|
2510
|
+
|
|
2511
|
+
export interface OutputSettings {
|
|
2512
|
+
|
|
2513
|
+
ArchiveOutputSettings?: ArchiveOutputSettings;
|
|
2514
|
+
|
|
2515
|
+
FrameCaptureOutputSettings?: FrameCaptureOutputSettings;
|
|
2516
|
+
|
|
2517
|
+
HlsOutputSettings?: HlsOutputSettings;
|
|
2518
|
+
|
|
2519
|
+
MediaPackageOutputSettings?: MediaPackageOutputSettings;
|
|
2520
|
+
|
|
2521
|
+
MsSmoothOutputSettings?: MsSmoothOutputSettings;
|
|
2522
|
+
|
|
2523
|
+
MultiplexOutputSettings?: MultiplexOutputSettings;
|
|
2524
|
+
|
|
2525
|
+
RtmpOutputSettings?: RtmpOutputSettings;
|
|
2526
|
+
|
|
2527
|
+
UdpOutputSettings?: UdpOutputSettings;
|
|
2528
|
+
}
|
|
2529
|
+
export declare namespace OutputSettings {
|
|
2530
|
+
|
|
2531
|
+
const filterSensitiveLog: (obj: OutputSettings) => any;
|
|
2532
|
+
}
|
|
2533
|
+
|
|
2534
|
+
export interface Output {
|
|
2535
|
+
|
|
2536
|
+
AudioDescriptionNames?: string[];
|
|
2537
|
+
|
|
2538
|
+
CaptionDescriptionNames?: string[];
|
|
2539
|
+
|
|
2540
|
+
OutputName?: string;
|
|
2541
|
+
|
|
2542
|
+
OutputSettings: OutputSettings | undefined;
|
|
2543
|
+
|
|
2544
|
+
VideoDescriptionName?: string;
|
|
2545
|
+
}
|
|
2546
|
+
export declare namespace Output {
|
|
2547
|
+
|
|
2548
|
+
const filterSensitiveLog: (obj: Output) => any;
|
|
2549
|
+
}
|
|
2550
|
+
export declare enum S3CannedAcl {
|
|
2551
|
+
AUTHENTICATED_READ = "AUTHENTICATED_READ",
|
|
2552
|
+
BUCKET_OWNER_FULL_CONTROL = "BUCKET_OWNER_FULL_CONTROL",
|
|
2553
|
+
BUCKET_OWNER_READ = "BUCKET_OWNER_READ",
|
|
2554
|
+
PUBLIC_READ = "PUBLIC_READ"
|
|
2555
|
+
}
|
|
2556
|
+
|
|
2557
|
+
export interface ArchiveS3Settings {
|
|
2558
|
+
|
|
2559
|
+
CannedAcl?: S3CannedAcl | string;
|
|
2560
|
+
}
|
|
2561
|
+
export declare namespace ArchiveS3Settings {
|
|
2562
|
+
|
|
2563
|
+
const filterSensitiveLog: (obj: ArchiveS3Settings) => any;
|
|
2564
|
+
}
|
|
2565
|
+
|
|
2566
|
+
export interface ArchiveCdnSettings {
|
|
2567
|
+
|
|
2568
|
+
ArchiveS3Settings?: ArchiveS3Settings;
|
|
2569
|
+
}
|
|
2570
|
+
export declare namespace ArchiveCdnSettings {
|
|
2571
|
+
|
|
2572
|
+
const filterSensitiveLog: (obj: ArchiveCdnSettings) => any;
|
|
2573
|
+
}
|
|
2574
|
+
|
|
2575
|
+
export interface ArchiveGroupSettings {
|
|
2576
|
+
|
|
2577
|
+
ArchiveCdnSettings?: ArchiveCdnSettings;
|
|
2578
|
+
|
|
2579
|
+
Destination: OutputLocationRef | undefined;
|
|
2580
|
+
|
|
2581
|
+
RolloverInterval?: number;
|
|
2582
|
+
}
|
|
2583
|
+
export declare namespace ArchiveGroupSettings {
|
|
2584
|
+
|
|
2585
|
+
const filterSensitiveLog: (obj: ArchiveGroupSettings) => any;
|
|
2586
|
+
}
|
|
2587
|
+
|
|
2588
|
+
export interface FrameCaptureS3Settings {
|
|
2589
|
+
|
|
2590
|
+
CannedAcl?: S3CannedAcl | string;
|
|
2591
|
+
}
|
|
2592
|
+
export declare namespace FrameCaptureS3Settings {
|
|
2593
|
+
|
|
2594
|
+
const filterSensitiveLog: (obj: FrameCaptureS3Settings) => any;
|
|
2595
|
+
}
|
|
2596
|
+
|
|
2597
|
+
export interface FrameCaptureCdnSettings {
|
|
2598
|
+
|
|
2599
|
+
FrameCaptureS3Settings?: FrameCaptureS3Settings;
|
|
2600
|
+
}
|
|
2601
|
+
export declare namespace FrameCaptureCdnSettings {
|
|
2602
|
+
|
|
2603
|
+
const filterSensitiveLog: (obj: FrameCaptureCdnSettings) => any;
|
|
2604
|
+
}
|
|
2605
|
+
|
|
2606
|
+
export interface FrameCaptureGroupSettings {
|
|
2607
|
+
|
|
2608
|
+
Destination: OutputLocationRef | undefined;
|
|
2609
|
+
|
|
2610
|
+
FrameCaptureCdnSettings?: FrameCaptureCdnSettings;
|
|
2611
|
+
}
|
|
2612
|
+
export declare namespace FrameCaptureGroupSettings {
|
|
2613
|
+
|
|
2614
|
+
const filterSensitiveLog: (obj: FrameCaptureGroupSettings) => any;
|
|
2615
|
+
}
|
|
2616
|
+
export declare enum HlsCaptionLanguageSetting {
|
|
2617
|
+
INSERT = "INSERT",
|
|
2618
|
+
NONE = "NONE",
|
|
2619
|
+
OMIT = "OMIT"
|
|
2620
|
+
}
|
|
2621
|
+
export declare enum HlsClientCache {
|
|
2622
|
+
DISABLED = "DISABLED",
|
|
2623
|
+
ENABLED = "ENABLED"
|
|
2624
|
+
}
|
|
2625
|
+
export declare enum HlsCodecSpecification {
|
|
2626
|
+
RFC_4281 = "RFC_4281",
|
|
2627
|
+
RFC_6381 = "RFC_6381"
|
|
2628
|
+
}
|
|
2629
|
+
export declare enum HlsDirectoryStructure {
|
|
2630
|
+
SINGLE_DIRECTORY = "SINGLE_DIRECTORY",
|
|
2631
|
+
SUBDIRECTORY_PER_STREAM = "SUBDIRECTORY_PER_STREAM"
|
|
2632
|
+
}
|
|
2633
|
+
export declare enum HlsDiscontinuityTags {
|
|
2634
|
+
INSERT = "INSERT",
|
|
2635
|
+
NEVER_INSERT = "NEVER_INSERT"
|
|
2636
|
+
}
|
|
2637
|
+
export declare enum HlsEncryptionType {
|
|
2638
|
+
AES128 = "AES128",
|
|
2639
|
+
SAMPLE_AES = "SAMPLE_AES"
|
|
2640
|
+
}
|
|
2641
|
+
export declare enum HlsAkamaiHttpTransferMode {
|
|
2642
|
+
CHUNKED = "CHUNKED",
|
|
2643
|
+
NON_CHUNKED = "NON_CHUNKED"
|
|
2644
|
+
}
|
|
2645
|
+
|
|
2646
|
+
export interface HlsAkamaiSettings {
|
|
2647
|
+
|
|
2648
|
+
ConnectionRetryInterval?: number;
|
|
2649
|
+
|
|
2650
|
+
FilecacheDuration?: number;
|
|
2651
|
+
|
|
2652
|
+
HttpTransferMode?: HlsAkamaiHttpTransferMode | string;
|
|
2653
|
+
|
|
2654
|
+
NumRetries?: number;
|
|
2655
|
+
|
|
2656
|
+
RestartDelay?: number;
|
|
2657
|
+
|
|
2658
|
+
Salt?: string;
|
|
2659
|
+
|
|
2660
|
+
Token?: string;
|
|
2661
|
+
}
|
|
2662
|
+
export declare namespace HlsAkamaiSettings {
|
|
2663
|
+
|
|
2664
|
+
const filterSensitiveLog: (obj: HlsAkamaiSettings) => any;
|
|
2665
|
+
}
|
|
2666
|
+
|
|
2667
|
+
export interface HlsBasicPutSettings {
|
|
2668
|
+
|
|
2669
|
+
ConnectionRetryInterval?: number;
|
|
2670
|
+
|
|
2671
|
+
FilecacheDuration?: number;
|
|
2672
|
+
|
|
2673
|
+
NumRetries?: number;
|
|
2674
|
+
|
|
2675
|
+
RestartDelay?: number;
|
|
2676
|
+
}
|
|
2677
|
+
export declare namespace HlsBasicPutSettings {
|
|
2678
|
+
|
|
2679
|
+
const filterSensitiveLog: (obj: HlsBasicPutSettings) => any;
|
|
2680
|
+
}
|
|
2681
|
+
export declare enum HlsMediaStoreStorageClass {
|
|
2682
|
+
TEMPORAL = "TEMPORAL"
|
|
2683
|
+
}
|
|
2684
|
+
|
|
2685
|
+
export interface HlsMediaStoreSettings {
|
|
2686
|
+
|
|
2687
|
+
ConnectionRetryInterval?: number;
|
|
2688
|
+
|
|
2689
|
+
FilecacheDuration?: number;
|
|
2690
|
+
|
|
2691
|
+
MediaStoreStorageClass?: HlsMediaStoreStorageClass | string;
|
|
2692
|
+
|
|
2693
|
+
NumRetries?: number;
|
|
2694
|
+
|
|
2695
|
+
RestartDelay?: number;
|
|
2696
|
+
}
|
|
2697
|
+
export declare namespace HlsMediaStoreSettings {
|
|
2698
|
+
|
|
2699
|
+
const filterSensitiveLog: (obj: HlsMediaStoreSettings) => any;
|
|
2700
|
+
}
|
|
2701
|
+
|
|
2702
|
+
export interface HlsS3Settings {
|
|
2703
|
+
|
|
2704
|
+
CannedAcl?: S3CannedAcl | string;
|
|
2705
|
+
}
|
|
2706
|
+
export declare namespace HlsS3Settings {
|
|
2707
|
+
|
|
2708
|
+
const filterSensitiveLog: (obj: HlsS3Settings) => any;
|
|
2709
|
+
}
|
|
2710
|
+
export declare enum HlsWebdavHttpTransferMode {
|
|
2711
|
+
CHUNKED = "CHUNKED",
|
|
2712
|
+
NON_CHUNKED = "NON_CHUNKED"
|
|
2713
|
+
}
|
|
2714
|
+
|
|
2715
|
+
export interface HlsWebdavSettings {
|
|
2716
|
+
|
|
2717
|
+
ConnectionRetryInterval?: number;
|
|
2718
|
+
|
|
2719
|
+
FilecacheDuration?: number;
|
|
2720
|
+
|
|
2721
|
+
HttpTransferMode?: HlsWebdavHttpTransferMode | string;
|
|
2722
|
+
|
|
2723
|
+
NumRetries?: number;
|
|
2724
|
+
|
|
2725
|
+
RestartDelay?: number;
|
|
2726
|
+
}
|
|
2727
|
+
export declare namespace HlsWebdavSettings {
|
|
2728
|
+
|
|
2729
|
+
const filterSensitiveLog: (obj: HlsWebdavSettings) => any;
|
|
2730
|
+
}
|
|
2731
|
+
|
|
2732
|
+
export interface HlsCdnSettings {
|
|
2733
|
+
|
|
2734
|
+
HlsAkamaiSettings?: HlsAkamaiSettings;
|
|
2735
|
+
|
|
2736
|
+
HlsBasicPutSettings?: HlsBasicPutSettings;
|
|
2737
|
+
|
|
2738
|
+
HlsMediaStoreSettings?: HlsMediaStoreSettings;
|
|
2739
|
+
|
|
2740
|
+
HlsS3Settings?: HlsS3Settings;
|
|
2741
|
+
|
|
2742
|
+
HlsWebdavSettings?: HlsWebdavSettings;
|
|
2743
|
+
}
|
|
2744
|
+
export declare namespace HlsCdnSettings {
|
|
2745
|
+
|
|
2746
|
+
const filterSensitiveLog: (obj: HlsCdnSettings) => any;
|
|
2747
|
+
}
|
|
2748
|
+
export declare enum HlsId3SegmentTaggingState {
|
|
2749
|
+
DISABLED = "DISABLED",
|
|
2750
|
+
ENABLED = "ENABLED"
|
|
2751
|
+
}
|
|
2752
|
+
export declare enum IFrameOnlyPlaylistType {
|
|
2753
|
+
DISABLED = "DISABLED",
|
|
2754
|
+
STANDARD = "STANDARD"
|
|
2755
|
+
}
|
|
2756
|
+
export declare enum HlsIncompleteSegmentBehavior {
|
|
2757
|
+
AUTO = "AUTO",
|
|
2758
|
+
SUPPRESS = "SUPPRESS"
|
|
2759
|
+
}
|
|
2760
|
+
export declare enum InputLossActionForHlsOut {
|
|
2761
|
+
EMIT_OUTPUT = "EMIT_OUTPUT",
|
|
2762
|
+
PAUSE_OUTPUT = "PAUSE_OUTPUT"
|
|
2763
|
+
}
|
|
2764
|
+
export declare enum HlsIvInManifest {
|
|
2765
|
+
EXCLUDE = "EXCLUDE",
|
|
2766
|
+
INCLUDE = "INCLUDE"
|
|
2767
|
+
}
|
|
2768
|
+
export declare enum HlsIvSource {
|
|
2769
|
+
EXPLICIT = "EXPLICIT",
|
|
2770
|
+
FOLLOWS_SEGMENT_NUMBER = "FOLLOWS_SEGMENT_NUMBER"
|
|
2771
|
+
}
|
|
2772
|
+
|
|
2773
|
+
export interface StaticKeySettings {
|
|
2774
|
+
|
|
2775
|
+
KeyProviderServer?: InputLocation;
|
|
2776
|
+
|
|
2777
|
+
StaticKeyValue: string | undefined;
|
|
2778
|
+
}
|
|
2779
|
+
export declare namespace StaticKeySettings {
|
|
2780
|
+
|
|
2781
|
+
const filterSensitiveLog: (obj: StaticKeySettings) => any;
|
|
2782
|
+
}
|
|
2783
|
+
|
|
2784
|
+
export interface KeyProviderSettings {
|
|
2785
|
+
|
|
2786
|
+
StaticKeySettings?: StaticKeySettings;
|
|
2787
|
+
}
|
|
2788
|
+
export declare namespace KeyProviderSettings {
|
|
2789
|
+
|
|
2790
|
+
const filterSensitiveLog: (obj: KeyProviderSettings) => any;
|
|
2791
|
+
}
|
|
2792
|
+
export declare enum HlsManifestCompression {
|
|
2793
|
+
GZIP = "GZIP",
|
|
2794
|
+
NONE = "NONE"
|
|
2795
|
+
}
|
|
2796
|
+
export declare enum HlsManifestDurationFormat {
|
|
2797
|
+
FLOATING_POINT = "FLOATING_POINT",
|
|
2798
|
+
INTEGER = "INTEGER"
|
|
2799
|
+
}
|
|
2800
|
+
export declare enum HlsMode {
|
|
2801
|
+
LIVE = "LIVE",
|
|
2802
|
+
VOD = "VOD"
|
|
2803
|
+
}
|
|
2804
|
+
export declare enum HlsOutputSelection {
|
|
2805
|
+
MANIFESTS_AND_SEGMENTS = "MANIFESTS_AND_SEGMENTS",
|
|
2806
|
+
SEGMENTS_ONLY = "SEGMENTS_ONLY",
|
|
2807
|
+
VARIANT_MANIFESTS_AND_SEGMENTS = "VARIANT_MANIFESTS_AND_SEGMENTS"
|
|
2808
|
+
}
|
|
2809
|
+
export declare enum HlsProgramDateTime {
|
|
2810
|
+
EXCLUDE = "EXCLUDE",
|
|
2811
|
+
INCLUDE = "INCLUDE"
|
|
2812
|
+
}
|
|
2813
|
+
export declare enum HlsProgramDateTimeClock {
|
|
2814
|
+
INITIALIZE_FROM_OUTPUT_TIMECODE = "INITIALIZE_FROM_OUTPUT_TIMECODE",
|
|
2815
|
+
SYSTEM_CLOCK = "SYSTEM_CLOCK"
|
|
2816
|
+
}
|
|
2817
|
+
export declare enum HlsRedundantManifest {
|
|
2818
|
+
DISABLED = "DISABLED",
|
|
2819
|
+
ENABLED = "ENABLED"
|
|
2820
|
+
}
|
|
2821
|
+
export declare enum HlsSegmentationMode {
|
|
2822
|
+
USE_INPUT_SEGMENTATION = "USE_INPUT_SEGMENTATION",
|
|
2823
|
+
USE_SEGMENT_DURATION = "USE_SEGMENT_DURATION"
|
|
2824
|
+
}
|
|
2825
|
+
export declare enum HlsStreamInfResolution {
|
|
2826
|
+
EXCLUDE = "EXCLUDE",
|
|
2827
|
+
INCLUDE = "INCLUDE"
|
|
2828
|
+
}
|
|
2829
|
+
export declare enum HlsTimedMetadataId3Frame {
|
|
2830
|
+
NONE = "NONE",
|
|
2831
|
+
PRIV = "PRIV",
|
|
2832
|
+
TDRL = "TDRL"
|
|
2833
|
+
}
|
|
2834
|
+
export declare enum HlsTsFileMode {
|
|
2835
|
+
SEGMENTED_FILES = "SEGMENTED_FILES",
|
|
2836
|
+
SINGLE_FILE = "SINGLE_FILE"
|
|
2837
|
+
}
|
|
2838
|
+
|
|
2839
|
+
export interface HlsGroupSettings {
|
|
2840
|
+
|
|
2841
|
+
AdMarkers?: (HlsAdMarkers | string)[];
|
|
2842
|
+
|
|
2843
|
+
BaseUrlContent?: string;
|
|
2844
|
+
|
|
2845
|
+
BaseUrlContent1?: string;
|
|
2846
|
+
|
|
2847
|
+
BaseUrlManifest?: string;
|
|
2848
|
+
|
|
2849
|
+
BaseUrlManifest1?: string;
|
|
2850
|
+
|
|
2851
|
+
CaptionLanguageMappings?: CaptionLanguageMapping[];
|
|
2852
|
+
|
|
2853
|
+
CaptionLanguageSetting?: HlsCaptionLanguageSetting | string;
|
|
2854
|
+
|
|
2855
|
+
ClientCache?: HlsClientCache | string;
|
|
2856
|
+
|
|
2857
|
+
CodecSpecification?: HlsCodecSpecification | string;
|
|
2858
|
+
|
|
2859
|
+
ConstantIv?: string;
|
|
2860
|
+
|
|
2861
|
+
Destination: OutputLocationRef | undefined;
|
|
2862
|
+
|
|
2863
|
+
DirectoryStructure?: HlsDirectoryStructure | string;
|
|
2864
|
+
|
|
2865
|
+
DiscontinuityTags?: HlsDiscontinuityTags | string;
|
|
2866
|
+
|
|
2867
|
+
EncryptionType?: HlsEncryptionType | string;
|
|
2868
|
+
|
|
2869
|
+
HlsCdnSettings?: HlsCdnSettings;
|
|
2870
|
+
|
|
2871
|
+
HlsId3SegmentTagging?: HlsId3SegmentTaggingState | string;
|
|
2872
|
+
|
|
2873
|
+
IFrameOnlyPlaylists?: IFrameOnlyPlaylistType | string;
|
|
2874
|
+
|
|
2875
|
+
IncompleteSegmentBehavior?: HlsIncompleteSegmentBehavior | string;
|
|
2876
|
+
|
|
2877
|
+
IndexNSegments?: number;
|
|
2878
|
+
|
|
2879
|
+
InputLossAction?: InputLossActionForHlsOut | string;
|
|
2880
|
+
|
|
2881
|
+
IvInManifest?: HlsIvInManifest | string;
|
|
2882
|
+
|
|
2883
|
+
IvSource?: HlsIvSource | string;
|
|
2884
|
+
|
|
2885
|
+
KeepSegments?: number;
|
|
2886
|
+
|
|
2887
|
+
KeyFormat?: string;
|
|
2888
|
+
|
|
2889
|
+
KeyFormatVersions?: string;
|
|
2890
|
+
|
|
2891
|
+
KeyProviderSettings?: KeyProviderSettings;
|
|
2892
|
+
|
|
2893
|
+
ManifestCompression?: HlsManifestCompression | string;
|
|
2894
|
+
|
|
2895
|
+
ManifestDurationFormat?: HlsManifestDurationFormat | string;
|
|
2896
|
+
|
|
2897
|
+
MinSegmentLength?: number;
|
|
2898
|
+
|
|
2899
|
+
Mode?: HlsMode | string;
|
|
2900
|
+
|
|
2901
|
+
OutputSelection?: HlsOutputSelection | string;
|
|
2902
|
+
|
|
2903
|
+
ProgramDateTime?: HlsProgramDateTime | string;
|
|
2904
|
+
|
|
2905
|
+
ProgramDateTimeClock?: HlsProgramDateTimeClock | string;
|
|
2906
|
+
|
|
2907
|
+
ProgramDateTimePeriod?: number;
|
|
2908
|
+
|
|
2909
|
+
RedundantManifest?: HlsRedundantManifest | string;
|
|
2910
|
+
|
|
2911
|
+
SegmentLength?: number;
|
|
2912
|
+
|
|
2913
|
+
SegmentationMode?: HlsSegmentationMode | string;
|
|
2914
|
+
|
|
2915
|
+
SegmentsPerSubdirectory?: number;
|
|
2916
|
+
|
|
2917
|
+
StreamInfResolution?: HlsStreamInfResolution | string;
|
|
2918
|
+
|
|
2919
|
+
TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | string;
|
|
2920
|
+
|
|
2921
|
+
TimedMetadataId3Period?: number;
|
|
2922
|
+
|
|
2923
|
+
TimestampDeltaMilliseconds?: number;
|
|
2924
|
+
|
|
2925
|
+
TsFileMode?: HlsTsFileMode | string;
|
|
2926
|
+
}
|
|
2927
|
+
export declare namespace HlsGroupSettings {
|
|
2928
|
+
|
|
2929
|
+
const filterSensitiveLog: (obj: HlsGroupSettings) => any;
|
|
2930
|
+
}
|