@aws-sdk/client-medialive 3.777.0 → 3.781.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/dist-cjs/index.js +97 -8
- package/dist-es/models/models_0.js +1 -0
- package/dist-es/models/models_1.js +0 -8
- package/dist-es/models/models_2.js +8 -0
- package/dist-es/protocols/Aws_restJson1.js +96 -0
- package/dist-types/commands/CreateInputCommand.d.ts +50 -2
- package/dist-types/commands/CreatePartnerInputCommand.d.ts +25 -1
- package/dist-types/commands/DescribeInputCommand.d.ts +25 -1
- package/dist-types/commands/ListInputsCommand.d.ts +25 -1
- package/dist-types/commands/UpdateInputCommand.d.ts +49 -1
- package/dist-types/models/models_0.d.ts +66 -293
- package/dist-types/models/models_1.d.ts +294 -74
- package/dist-types/models/models_2.d.ts +90 -2
- package/dist-types/ts3.4/models/models_0.d.ts +17 -60
- package/dist-types/ts3.4/models/models_1.d.ts +71 -29
- package/dist-types/ts3.4/models/models_2.d.ts +34 -3
- package/package.json +1 -1
|
@@ -1,6 +1,299 @@
|
|
|
1
1
|
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
|
|
2
2
|
import { MediaLiveServiceException as __BaseException } from "./MediaLiveServiceException";
|
|
3
|
-
import { Algorithm,
|
|
3
|
+
import { Algorithm, BatchFailedResultModel, BatchSuccessfulResultModel, CaptionLanguageMapping, ChannelEngineVersionResponse, ColorCorrection, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Hdr10Settings, HlsAdMarkers, InputLocation, M2tsAbsentInputAudioBehavior, M2tsArib, M2tsAribCaptionsPidControl, M2tsAudioBufferModel, M2tsAudioInterval, M2tsAudioStreamType, M2tsBufferModel, M2tsCcDescriptor, M2tsEbifControl, M2tsEbpPlacement, M2tsEsRateInPes, M2tsKlv, M2tsNielsenId3Behavior, M2tsPcrControl, M2tsRateMode, M2tsScte35Control, M2tsSegmentationMarkers, M2tsSegmentationStyle, M2tsTimedMetadataBehavior, OfferingDurationUnits, OfferingType, ReservationResourceSpecification } from "./models_0";
|
|
4
|
+
/**
|
|
5
|
+
* M2ts Settings
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface M2tsSettings {
|
|
9
|
+
/**
|
|
10
|
+
* When set to drop, output audio streams will be removed from the program if the selected input audio stream is removed from the input. This allows the output audio configuration to dynamically change based on input configuration. If this is set to encodeSilence, all output audio streams will output encoded silence when not connected to an active input stream.
|
|
11
|
+
* @public
|
|
12
|
+
*/
|
|
13
|
+
AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior | undefined;
|
|
14
|
+
/**
|
|
15
|
+
* When set to enabled, uses ARIB-compliant field muxing and removes video descriptor.
|
|
16
|
+
* @public
|
|
17
|
+
*/
|
|
18
|
+
Arib?: M2tsArib | undefined;
|
|
19
|
+
/**
|
|
20
|
+
* Packet Identifier (PID) for ARIB Captions in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
21
|
+
* @public
|
|
22
|
+
*/
|
|
23
|
+
AribCaptionsPid?: string | undefined;
|
|
24
|
+
/**
|
|
25
|
+
* If set to auto, pid number used for ARIB Captions will be auto-selected from unused pids. If set to useConfigured, ARIB Captions will be on the configured pid number.
|
|
26
|
+
* @public
|
|
27
|
+
*/
|
|
28
|
+
AribCaptionsPidControl?: M2tsAribCaptionsPidControl | undefined;
|
|
29
|
+
/**
|
|
30
|
+
* When set to dvb, uses DVB buffer model for Dolby Digital audio. When set to atsc, the ATSC model is used.
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
AudioBufferModel?: M2tsAudioBufferModel | undefined;
|
|
34
|
+
/**
|
|
35
|
+
* The number of audio frames to insert for each PES packet.
|
|
36
|
+
* @public
|
|
37
|
+
*/
|
|
38
|
+
AudioFramesPerPes?: number | undefined;
|
|
39
|
+
/**
|
|
40
|
+
* Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
|
|
41
|
+
* @public
|
|
42
|
+
*/
|
|
43
|
+
AudioPids?: string | undefined;
|
|
44
|
+
/**
|
|
45
|
+
* When set to atsc, uses stream type = 0x81 for AC3 and stream type = 0x87 for EAC3. When set to dvb, uses stream type = 0x06.
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
AudioStreamType?: M2tsAudioStreamType | undefined;
|
|
49
|
+
/**
|
|
50
|
+
* The output bitrate of the transport stream in bits per second. Setting to 0 lets the muxer automatically determine the appropriate bitrate.
|
|
51
|
+
* @public
|
|
52
|
+
*/
|
|
53
|
+
Bitrate?: number | undefined;
|
|
54
|
+
/**
|
|
55
|
+
* Controls the timing accuracy for output network traffic. Leave as MULTIPLEX to ensure accurate network packet timing. Or set to NONE, which might result in lower latency but will result in more variability in output network packet timing. This variability might cause interruptions, jitter, or bursty behavior in your playback or receiving devices.
|
|
56
|
+
* @public
|
|
57
|
+
*/
|
|
58
|
+
BufferModel?: M2tsBufferModel | undefined;
|
|
59
|
+
/**
|
|
60
|
+
* When set to enabled, generates captionServiceDescriptor in PMT.
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
CcDescriptor?: M2tsCcDescriptor | undefined;
|
|
64
|
+
/**
|
|
65
|
+
* Inserts DVB Network Information Table (NIT) at the specified table repetition interval.
|
|
66
|
+
* @public
|
|
67
|
+
*/
|
|
68
|
+
DvbNitSettings?: DvbNitSettings | undefined;
|
|
69
|
+
/**
|
|
70
|
+
* Inserts DVB Service Description Table (SDT) at the specified table repetition interval.
|
|
71
|
+
* @public
|
|
72
|
+
*/
|
|
73
|
+
DvbSdtSettings?: DvbSdtSettings | undefined;
|
|
74
|
+
/**
|
|
75
|
+
* Packet Identifier (PID) for input source DVB Subtitle data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
|
|
76
|
+
* @public
|
|
77
|
+
*/
|
|
78
|
+
DvbSubPids?: string | undefined;
|
|
79
|
+
/**
|
|
80
|
+
* Inserts DVB Time and Date Table (TDT) at the specified table repetition interval.
|
|
81
|
+
* @public
|
|
82
|
+
*/
|
|
83
|
+
DvbTdtSettings?: DvbTdtSettings | undefined;
|
|
84
|
+
/**
|
|
85
|
+
* Packet Identifier (PID) for input source DVB Teletext data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
86
|
+
* @public
|
|
87
|
+
*/
|
|
88
|
+
DvbTeletextPid?: string | undefined;
|
|
89
|
+
/**
|
|
90
|
+
* If set to passthrough, passes any EBIF data from the input source to this output.
|
|
91
|
+
* @public
|
|
92
|
+
*/
|
|
93
|
+
Ebif?: M2tsEbifControl | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* When videoAndFixedIntervals is selected, audio EBP markers will be added to partitions 3 and 4. The interval between these additional markers will be fixed, and will be slightly shorter than the video EBP marker interval. Only available when EBP Cablelabs segmentation markers are selected. Partitions 1 and 2 will always follow the video interval.
|
|
96
|
+
* @public
|
|
97
|
+
*/
|
|
98
|
+
EbpAudioInterval?: M2tsAudioInterval | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* When set, enforces that Encoder Boundary Points do not come within the specified time interval of each other by looking ahead at input video. If another EBP is going to come in within the specified time interval, the current EBP is not emitted, and the segment is "stretched" to the next marker. The lookahead value does not add latency to the system. The Live Event must be configured elsewhere to create sufficient latency to make the lookahead accurate.
|
|
101
|
+
* @public
|
|
102
|
+
*/
|
|
103
|
+
EbpLookaheadMs?: number | undefined;
|
|
104
|
+
/**
|
|
105
|
+
* Controls placement of EBP on Audio PIDs. If set to videoAndAudioPids, EBP markers will be placed on the video PID and all audio PIDs. If set to videoPid, EBP markers will be placed on only the video PID.
|
|
106
|
+
* @public
|
|
107
|
+
*/
|
|
108
|
+
EbpPlacement?: M2tsEbpPlacement | undefined;
|
|
109
|
+
/**
|
|
110
|
+
* This field is unused and deprecated.
|
|
111
|
+
* @public
|
|
112
|
+
*/
|
|
113
|
+
EcmPid?: string | undefined;
|
|
114
|
+
/**
|
|
115
|
+
* Include or exclude the ES Rate field in the PES header.
|
|
116
|
+
* @public
|
|
117
|
+
*/
|
|
118
|
+
EsRateInPes?: M2tsEsRateInPes | undefined;
|
|
119
|
+
/**
|
|
120
|
+
* Packet Identifier (PID) for input source ETV Platform data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
121
|
+
* @public
|
|
122
|
+
*/
|
|
123
|
+
EtvPlatformPid?: string | undefined;
|
|
124
|
+
/**
|
|
125
|
+
* Packet Identifier (PID) for input source ETV Signal data to this output. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
126
|
+
* @public
|
|
127
|
+
*/
|
|
128
|
+
EtvSignalPid?: string | undefined;
|
|
129
|
+
/**
|
|
130
|
+
* The length in seconds of each fragment. Only used with EBP markers.
|
|
131
|
+
* @public
|
|
132
|
+
*/
|
|
133
|
+
FragmentTime?: number | undefined;
|
|
134
|
+
/**
|
|
135
|
+
* If set to passthrough, passes any KLV data from the input source to this output.
|
|
136
|
+
* @public
|
|
137
|
+
*/
|
|
138
|
+
Klv?: M2tsKlv | undefined;
|
|
139
|
+
/**
|
|
140
|
+
* Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
|
|
141
|
+
* @public
|
|
142
|
+
*/
|
|
143
|
+
KlvDataPids?: string | undefined;
|
|
144
|
+
/**
|
|
145
|
+
* If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
|
|
146
|
+
* @public
|
|
147
|
+
*/
|
|
148
|
+
NielsenId3Behavior?: M2tsNielsenId3Behavior | undefined;
|
|
149
|
+
/**
|
|
150
|
+
* Value in bits per second of extra null packets to insert into the transport stream. This can be used if a downstream encryption system requires periodic null packets.
|
|
151
|
+
* @public
|
|
152
|
+
*/
|
|
153
|
+
NullPacketBitrate?: number | undefined;
|
|
154
|
+
/**
|
|
155
|
+
* The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.
|
|
156
|
+
* @public
|
|
157
|
+
*/
|
|
158
|
+
PatInterval?: number | undefined;
|
|
159
|
+
/**
|
|
160
|
+
* When set to pcrEveryPesPacket, a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
|
|
161
|
+
* @public
|
|
162
|
+
*/
|
|
163
|
+
PcrControl?: M2tsPcrControl | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* Maximum time in milliseconds between Program Clock Reference (PCRs) inserted into the transport stream.
|
|
166
|
+
* @public
|
|
167
|
+
*/
|
|
168
|
+
PcrPeriod?: number | undefined;
|
|
169
|
+
/**
|
|
170
|
+
* Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
171
|
+
* @public
|
|
172
|
+
*/
|
|
173
|
+
PcrPid?: string | undefined;
|
|
174
|
+
/**
|
|
175
|
+
* The number of milliseconds between instances of this table in the output transport stream. Valid values are 0, 10..1000.
|
|
176
|
+
* @public
|
|
177
|
+
*/
|
|
178
|
+
PmtInterval?: number | undefined;
|
|
179
|
+
/**
|
|
180
|
+
* Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
181
|
+
* @public
|
|
182
|
+
*/
|
|
183
|
+
PmtPid?: string | undefined;
|
|
184
|
+
/**
|
|
185
|
+
* The value of the program number field in the Program Map Table.
|
|
186
|
+
* @public
|
|
187
|
+
*/
|
|
188
|
+
ProgramNum?: number | undefined;
|
|
189
|
+
/**
|
|
190
|
+
* When vbr, does not insert null packets into transport stream to fill specified bitrate. The bitrate setting acts as the maximum bitrate when vbr is set.
|
|
191
|
+
* @public
|
|
192
|
+
*/
|
|
193
|
+
RateMode?: M2tsRateMode | undefined;
|
|
194
|
+
/**
|
|
195
|
+
* Packet Identifier (PID) for input source SCTE-27 data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
|
|
196
|
+
* @public
|
|
197
|
+
*/
|
|
198
|
+
Scte27Pids?: string | undefined;
|
|
199
|
+
/**
|
|
200
|
+
* Optionally pass SCTE-35 signals from the input source to this output.
|
|
201
|
+
* @public
|
|
202
|
+
*/
|
|
203
|
+
Scte35Control?: M2tsScte35Control | undefined;
|
|
204
|
+
/**
|
|
205
|
+
* Packet Identifier (PID) of the SCTE-35 stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
206
|
+
* @public
|
|
207
|
+
*/
|
|
208
|
+
Scte35Pid?: string | undefined;
|
|
209
|
+
/**
|
|
210
|
+
* Inserts segmentation markers at each segmentationTime period. raiSegstart sets the Random Access Indicator bit in the adaptation field. raiAdapt sets the RAI bit and adds the current timecode in the private data bytes. psiSegstart inserts PAT and PMT tables at the start of segments. ebp adds Encoder Boundary Point information to the adaptation field as per OpenCable specification OC-SP-EBP-I01-130118. ebpLegacy adds Encoder Boundary Point information to the adaptation field using a legacy proprietary format.
|
|
211
|
+
* @public
|
|
212
|
+
*/
|
|
213
|
+
SegmentationMarkers?: M2tsSegmentationMarkers | undefined;
|
|
214
|
+
/**
|
|
215
|
+
* The segmentation style parameter controls how segmentation markers are inserted into the transport stream. With avails, it is possible that segments may be truncated, which can influence where future segmentation markers are inserted.
|
|
216
|
+
*
|
|
217
|
+
* When a segmentation style of "resetCadence" is selected and a segment is truncated due to an avail, we will reset the segmentation cadence. This means the subsequent segment will have a duration of $segmentationTime seconds.
|
|
218
|
+
*
|
|
219
|
+
* When a segmentation style of "maintainCadence" is selected and a segment is truncated due to an avail, we will not reset the segmentation cadence. This means the subsequent segment will likely be truncated as well. However, all segments after that will have a duration of $segmentationTime seconds. Note that EBP lookahead is a slight exception to this rule.
|
|
220
|
+
* @public
|
|
221
|
+
*/
|
|
222
|
+
SegmentationStyle?: M2tsSegmentationStyle | undefined;
|
|
223
|
+
/**
|
|
224
|
+
* The length in seconds of each segment. Required unless markers is set to _none_.
|
|
225
|
+
* @public
|
|
226
|
+
*/
|
|
227
|
+
SegmentationTime?: number | undefined;
|
|
228
|
+
/**
|
|
229
|
+
* When set to passthrough, timed metadata will be passed through from input to output.
|
|
230
|
+
* @public
|
|
231
|
+
*/
|
|
232
|
+
TimedMetadataBehavior?: M2tsTimedMetadataBehavior | undefined;
|
|
233
|
+
/**
|
|
234
|
+
* Packet Identifier (PID) of the timed metadata stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
235
|
+
* @public
|
|
236
|
+
*/
|
|
237
|
+
TimedMetadataPid?: string | undefined;
|
|
238
|
+
/**
|
|
239
|
+
* The value of the transport stream ID field in the Program Map Table.
|
|
240
|
+
* @public
|
|
241
|
+
*/
|
|
242
|
+
TransportStreamId?: number | undefined;
|
|
243
|
+
/**
|
|
244
|
+
* Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value. Valid values are 32 (or 0x20)..8182 (or 0x1ff6).
|
|
245
|
+
* @public
|
|
246
|
+
*/
|
|
247
|
+
VideoPid?: string | undefined;
|
|
248
|
+
/**
|
|
249
|
+
* Defines the amount SCTE-35 preroll will be increased (in milliseconds) on the output. Preroll is the amount of time between the presence of a SCTE-35 indication in a transport stream and the PTS of the video frame it references. Zero means don't add pullup (it doesn't mean set the preroll to zero). Negative pullup is not supported, which means that you can't make the preroll shorter. Be aware that latency in the output will increase by the pullup amount.
|
|
250
|
+
* @public
|
|
251
|
+
*/
|
|
252
|
+
Scte35PrerollPullupMilliseconds?: number | undefined;
|
|
253
|
+
}
|
|
254
|
+
/**
|
|
255
|
+
* Raw Settings
|
|
256
|
+
* @public
|
|
257
|
+
*/
|
|
258
|
+
export interface RawSettings {
|
|
259
|
+
}
|
|
260
|
+
/**
|
|
261
|
+
* Archive Container Settings
|
|
262
|
+
* @public
|
|
263
|
+
*/
|
|
264
|
+
export interface ArchiveContainerSettings {
|
|
265
|
+
/**
|
|
266
|
+
* M2ts Settings
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
M2tsSettings?: M2tsSettings | undefined;
|
|
270
|
+
/**
|
|
271
|
+
* Raw Settings
|
|
272
|
+
* @public
|
|
273
|
+
*/
|
|
274
|
+
RawSettings?: RawSettings | undefined;
|
|
275
|
+
}
|
|
276
|
+
/**
|
|
277
|
+
* Archive Output Settings
|
|
278
|
+
* @public
|
|
279
|
+
*/
|
|
280
|
+
export interface ArchiveOutputSettings {
|
|
281
|
+
/**
|
|
282
|
+
* Settings specific to the container type of the file.
|
|
283
|
+
* @public
|
|
284
|
+
*/
|
|
285
|
+
ContainerSettings: ArchiveContainerSettings | undefined;
|
|
286
|
+
/**
|
|
287
|
+
* Output file extension. If excluded, this will be auto-selected from the container type.
|
|
288
|
+
* @public
|
|
289
|
+
*/
|
|
290
|
+
Extension?: string | undefined;
|
|
291
|
+
/**
|
|
292
|
+
* String concatenated to the end of the destination filename. Required for multiple outputs of the same type.
|
|
293
|
+
* @public
|
|
294
|
+
*/
|
|
295
|
+
NameModifier?: string | undefined;
|
|
296
|
+
}
|
|
4
297
|
/**
|
|
5
298
|
* Cmaf Ingest Output Settings
|
|
6
299
|
* @public
|
|
@@ -6080,76 +6373,3 @@ export declare const FeatureActivationsOutputStaticImageOverlayScheduleActions:
|
|
|
6080
6373
|
* @public
|
|
6081
6374
|
*/
|
|
6082
6375
|
export type FeatureActivationsOutputStaticImageOverlayScheduleActions = (typeof FeatureActivationsOutputStaticImageOverlayScheduleActions)[keyof typeof FeatureActivationsOutputStaticImageOverlayScheduleActions];
|
|
6083
|
-
/**
|
|
6084
|
-
* Feature Activations
|
|
6085
|
-
* @public
|
|
6086
|
-
*/
|
|
6087
|
-
export interface FeatureActivations {
|
|
6088
|
-
/**
|
|
6089
|
-
* Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled.
|
|
6090
|
-
* If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
|
|
6091
|
-
* @public
|
|
6092
|
-
*/
|
|
6093
|
-
InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions | undefined;
|
|
6094
|
-
/**
|
|
6095
|
-
* Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates
|
|
6096
|
-
* to display/clear/modify image overlays on an output-by-output bases.
|
|
6097
|
-
* @public
|
|
6098
|
-
*/
|
|
6099
|
-
OutputStaticImageOverlayScheduleActions?: FeatureActivationsOutputStaticImageOverlayScheduleActions | undefined;
|
|
6100
|
-
}
|
|
6101
|
-
/**
|
|
6102
|
-
* @public
|
|
6103
|
-
* @enum
|
|
6104
|
-
*/
|
|
6105
|
-
export declare const GlobalConfigurationInputEndAction: {
|
|
6106
|
-
readonly NONE: "NONE";
|
|
6107
|
-
readonly SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS";
|
|
6108
|
-
};
|
|
6109
|
-
/**
|
|
6110
|
-
* @public
|
|
6111
|
-
*/
|
|
6112
|
-
export type GlobalConfigurationInputEndAction = (typeof GlobalConfigurationInputEndAction)[keyof typeof GlobalConfigurationInputEndAction];
|
|
6113
|
-
/**
|
|
6114
|
-
* @public
|
|
6115
|
-
* @enum
|
|
6116
|
-
*/
|
|
6117
|
-
export declare const InputLossImageType: {
|
|
6118
|
-
readonly COLOR: "COLOR";
|
|
6119
|
-
readonly SLATE: "SLATE";
|
|
6120
|
-
};
|
|
6121
|
-
/**
|
|
6122
|
-
* @public
|
|
6123
|
-
*/
|
|
6124
|
-
export type InputLossImageType = (typeof InputLossImageType)[keyof typeof InputLossImageType];
|
|
6125
|
-
/**
|
|
6126
|
-
* Input Loss Behavior
|
|
6127
|
-
* @public
|
|
6128
|
-
*/
|
|
6129
|
-
export interface InputLossBehavior {
|
|
6130
|
-
/**
|
|
6131
|
-
* Documentation update needed
|
|
6132
|
-
* @public
|
|
6133
|
-
*/
|
|
6134
|
-
BlackFrameMsec?: number | undefined;
|
|
6135
|
-
/**
|
|
6136
|
-
* When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.
|
|
6137
|
-
* @public
|
|
6138
|
-
*/
|
|
6139
|
-
InputLossImageColor?: string | undefined;
|
|
6140
|
-
/**
|
|
6141
|
-
* When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
|
6142
|
-
* @public
|
|
6143
|
-
*/
|
|
6144
|
-
InputLossImageSlate?: InputLocation | undefined;
|
|
6145
|
-
/**
|
|
6146
|
-
* Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
|
6147
|
-
* @public
|
|
6148
|
-
*/
|
|
6149
|
-
InputLossImageType?: InputLossImageType | undefined;
|
|
6150
|
-
/**
|
|
6151
|
-
* Documentation update needed
|
|
6152
|
-
* @public
|
|
6153
|
-
*/
|
|
6154
|
-
RepeatFrameMsec?: number | undefined;
|
|
6155
|
-
}
|
|
@@ -1,6 +1,79 @@
|
|
|
1
1
|
import { StreamingBlobTypes } from "@smithy/types";
|
|
2
|
-
import { AudioDescription, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterNetworkSettings, ClusterState, ClusterType, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeNetworkSummary, DescribeNodeSummary, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputNetworkLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, NetworkState, NodeConnectionState, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, NodeRole, NodeState, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, Route, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
|
|
3
|
-
import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, BlackoutSlate, ColorCorrectionSettings,
|
|
2
|
+
import { AudioDescription, CaptionDescription, CdiInputSpecification, ChannelClass, ChannelEgressEndpoint, ChannelEngineVersionResponse, ChannelPipelineIdToRestart, ChannelPlacementGroupState, ChannelState, ChannelSummary, CloudWatchAlarmTemplateComparisonOperator, CloudWatchAlarmTemplateGroupSummary, CloudWatchAlarmTemplateStatistic, CloudWatchAlarmTemplateSummary, CloudWatchAlarmTemplateTargetResourceType, CloudWatchAlarmTemplateTreatMissingData, ClusterNetworkSettings, ClusterState, ClusterType, DescribeAnywhereSettings, DescribeChannelPlacementGroupSummary, DescribeClusterSummary, DescribeNetworkSummary, DescribeNodeSummary, DeviceSettingsSyncState, DeviceUpdateStatus, EventBridgeRuleTemplateEventType, EventBridgeRuleTemplateGroupSummary, EventBridgeRuleTemplateSummary, EventBridgeRuleTemplateTarget, Input, InputAttachment, InputClass, InputDestination, InputDestinationRequest, InputDeviceCodec, InputDeviceConfigurableAudioChannelPairConfig, InputDeviceConfiguredInput, InputDeviceConnectionState, InputDeviceHdSettings, InputDeviceNetworkSettings, InputDeviceOutputType, InputDeviceRequest, InputDeviceSettings, InputDeviceSummary, InputDeviceType, InputDeviceUhdSettings, InputLocation, InputNetworkLocation, InputSecurityGroup, InputSecurityGroupState, InputSource, InputSourceRequest, InputSourceType, InputSpecification, InputState, InputType, InputWhitelistRule, InputWhitelistRuleCidr, InterfaceMappingCreateRequest, InterfaceMappingUpdateRequest, IpPool, IpPoolCreateRequest, IpPoolUpdateRequest, LogLevel, MaintenanceDay, MaintenanceStatus, MediaConnectFlow, MediaConnectFlowRequest, MediaResourceNeighbor, MulticastSettings, MulticastSourceCreateRequest, MulticastSourceUpdateRequest, MultiplexOutputDestination, MultiplexProgramPipelineDetail, MultiplexProgramSummary, MultiplexState, MultiplexSummary, NetworkState, NodeConnectionState, NodeInterfaceMapping, NodeInterfaceMappingCreateRequest, NodeRole, NodeState, Offering, OfferingDurationUnits, OfferingType, OutputDestination, ReservationResourceSpecification, Route, Smpte2110ReceiverGroupSettings, SrtSettings, VpcOutputSettingsDescription } from "./models_0";
|
|
3
|
+
import { AcceptHeader, AccountConfiguration, AnywhereSettings, AvailBlanking, AvailConfiguration, BlackoutSlate, ColorCorrectionSettings, FeatureActivationsInputPrepareScheduleActions, FeatureActivationsOutputStaticImageOverlayScheduleActions, OutputGroup, PipelineDetail, RenewalSettings, Reservation, ReservationState, RouteCreateRequest, RouteUpdateRequest, ScheduleAction, SignalMapMonitorDeploymentStatus, SignalMapStatus, SignalMapSummary, SrtCallerSourceRequest, ThumbnailDetail, TransferringInputDeviceSummary, VideoDescription } from "./models_1";
|
|
4
|
+
/**
|
|
5
|
+
* Feature Activations
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export interface FeatureActivations {
|
|
9
|
+
/**
|
|
10
|
+
* Enables the Input Prepare feature. You can create Input Prepare actions in the schedule only if this feature is enabled.
|
|
11
|
+
* If you disable the feature on an existing schedule, make sure that you first delete all input prepare actions from the schedule.
|
|
12
|
+
* @public
|
|
13
|
+
*/
|
|
14
|
+
InputPrepareScheduleActions?: FeatureActivationsInputPrepareScheduleActions | undefined;
|
|
15
|
+
/**
|
|
16
|
+
* Enables the output static image overlay feature. Enabling this feature allows you to send channel schedule updates
|
|
17
|
+
* to display/clear/modify image overlays on an output-by-output bases.
|
|
18
|
+
* @public
|
|
19
|
+
*/
|
|
20
|
+
OutputStaticImageOverlayScheduleActions?: FeatureActivationsOutputStaticImageOverlayScheduleActions | undefined;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* @public
|
|
24
|
+
* @enum
|
|
25
|
+
*/
|
|
26
|
+
export declare const GlobalConfigurationInputEndAction: {
|
|
27
|
+
readonly NONE: "NONE";
|
|
28
|
+
readonly SWITCH_AND_LOOP_INPUTS: "SWITCH_AND_LOOP_INPUTS";
|
|
29
|
+
};
|
|
30
|
+
/**
|
|
31
|
+
* @public
|
|
32
|
+
*/
|
|
33
|
+
export type GlobalConfigurationInputEndAction = (typeof GlobalConfigurationInputEndAction)[keyof typeof GlobalConfigurationInputEndAction];
|
|
34
|
+
/**
|
|
35
|
+
* @public
|
|
36
|
+
* @enum
|
|
37
|
+
*/
|
|
38
|
+
export declare const InputLossImageType: {
|
|
39
|
+
readonly COLOR: "COLOR";
|
|
40
|
+
readonly SLATE: "SLATE";
|
|
41
|
+
};
|
|
42
|
+
/**
|
|
43
|
+
* @public
|
|
44
|
+
*/
|
|
45
|
+
export type InputLossImageType = (typeof InputLossImageType)[keyof typeof InputLossImageType];
|
|
46
|
+
/**
|
|
47
|
+
* Input Loss Behavior
|
|
48
|
+
* @public
|
|
49
|
+
*/
|
|
50
|
+
export interface InputLossBehavior {
|
|
51
|
+
/**
|
|
52
|
+
* Documentation update needed
|
|
53
|
+
* @public
|
|
54
|
+
*/
|
|
55
|
+
BlackFrameMsec?: number | undefined;
|
|
56
|
+
/**
|
|
57
|
+
* When input loss image type is "color" this field specifies the color to use. Value: 6 hex characters representing the values of RGB.
|
|
58
|
+
* @public
|
|
59
|
+
*/
|
|
60
|
+
InputLossImageColor?: string | undefined;
|
|
61
|
+
/**
|
|
62
|
+
* When input loss image type is "slate" these fields specify the parameters for accessing the slate.
|
|
63
|
+
* @public
|
|
64
|
+
*/
|
|
65
|
+
InputLossImageSlate?: InputLocation | undefined;
|
|
66
|
+
/**
|
|
67
|
+
* Indicates whether to substitute a solid color or a slate into the output after input loss exceeds blackFrameMsec.
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
InputLossImageType?: InputLossImageType | undefined;
|
|
71
|
+
/**
|
|
72
|
+
* Documentation update needed
|
|
73
|
+
* @public
|
|
74
|
+
*/
|
|
75
|
+
RepeatFrameMsec?: number | undefined;
|
|
76
|
+
}
|
|
4
77
|
/**
|
|
5
78
|
* @public
|
|
6
79
|
* @enum
|
|
@@ -1329,6 +1402,11 @@ export interface CreateInputRequest {
|
|
|
1329
1402
|
* @public
|
|
1330
1403
|
*/
|
|
1331
1404
|
MulticastSettings?: MulticastSettingsCreateRequest | undefined;
|
|
1405
|
+
/**
|
|
1406
|
+
* Include this parameter if the input is a SMPTE 2110 input, to identify the stream sources for this input.
|
|
1407
|
+
* @public
|
|
1408
|
+
*/
|
|
1409
|
+
Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings | undefined;
|
|
1332
1410
|
}
|
|
1333
1411
|
/**
|
|
1334
1412
|
* Placeholder documentation for CreateInputResponse
|
|
@@ -3271,6 +3349,11 @@ export interface DescribeInputResponse {
|
|
|
3271
3349
|
* @public
|
|
3272
3350
|
*/
|
|
3273
3351
|
MulticastSettings?: MulticastSettings | undefined;
|
|
3352
|
+
/**
|
|
3353
|
+
* Include this parameter if the input is a SMPTE 2110 input, to identify the stream sources for this input.
|
|
3354
|
+
* @public
|
|
3355
|
+
*/
|
|
3356
|
+
Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings | undefined;
|
|
3274
3357
|
}
|
|
3275
3358
|
/**
|
|
3276
3359
|
* Placeholder documentation for DescribeInputDeviceRequest
|
|
@@ -6933,6 +7016,11 @@ export interface UpdateInputRequest {
|
|
|
6933
7016
|
* @public
|
|
6934
7017
|
*/
|
|
6935
7018
|
MulticastSettings?: MulticastSettingsUpdateRequest | undefined;
|
|
7019
|
+
/**
|
|
7020
|
+
* Include this parameter if the input is a SMPTE 2110 input, to identify the stream sources for this input.
|
|
7021
|
+
* @public
|
|
7022
|
+
*/
|
|
7023
|
+
Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings | undefined;
|
|
6936
7024
|
}
|
|
6937
7025
|
/**
|
|
6938
7026
|
* Placeholder documentation for UpdateInputResponse
|
|
@@ -1404,6 +1404,21 @@ export interface MulticastSource {
|
|
|
1404
1404
|
export interface MulticastSettings {
|
|
1405
1405
|
Sources?: MulticastSource[] | undefined;
|
|
1406
1406
|
}
|
|
1407
|
+
export interface InputSdpLocation {
|
|
1408
|
+
MediaIndex?: number | undefined;
|
|
1409
|
+
SdpUrl?: string | undefined;
|
|
1410
|
+
}
|
|
1411
|
+
export interface Smpte2110ReceiverGroupSdpSettings {
|
|
1412
|
+
AncillarySdps?: InputSdpLocation[] | undefined;
|
|
1413
|
+
AudioSdps?: InputSdpLocation[] | undefined;
|
|
1414
|
+
VideoSdp?: InputSdpLocation | undefined;
|
|
1415
|
+
}
|
|
1416
|
+
export interface Smpte2110ReceiverGroup {
|
|
1417
|
+
SdpSettings?: Smpte2110ReceiverGroupSdpSettings | undefined;
|
|
1418
|
+
}
|
|
1419
|
+
export interface Smpte2110ReceiverGroupSettings {
|
|
1420
|
+
Smpte2110ReceiverGroups?: Smpte2110ReceiverGroup[] | undefined;
|
|
1421
|
+
}
|
|
1407
1422
|
export interface InputSource {
|
|
1408
1423
|
PasswordParam?: string | undefined;
|
|
1409
1424
|
Url?: string | undefined;
|
|
@@ -1446,6 +1461,7 @@ export declare const InputType: {
|
|
|
1446
1461
|
readonly RTMP_PULL: "RTMP_PULL";
|
|
1447
1462
|
readonly RTMP_PUSH: "RTMP_PUSH";
|
|
1448
1463
|
readonly RTP_PUSH: "RTP_PUSH";
|
|
1464
|
+
readonly SMPTE_2110_RECEIVER_GROUP: "SMPTE_2110_RECEIVER_GROUP";
|
|
1449
1465
|
readonly SRT_CALLER: "SRT_CALLER";
|
|
1450
1466
|
readonly TS_FILE: "TS_FILE";
|
|
1451
1467
|
readonly UDP_PUSH: "UDP_PUSH";
|
|
@@ -1472,6 +1488,7 @@ export interface Input {
|
|
|
1472
1488
|
SrtSettings?: SrtSettings | undefined;
|
|
1473
1489
|
InputNetworkLocation?: InputNetworkLocation | undefined;
|
|
1474
1490
|
MulticastSettings?: MulticastSettings | undefined;
|
|
1491
|
+
Smpte2110ReceiverGroupSettings?: Smpte2110ReceiverGroupSettings | undefined;
|
|
1475
1492
|
}
|
|
1476
1493
|
export interface InputRequestDestinationRoute {
|
|
1477
1494
|
Cidr?: string | undefined;
|
|
@@ -1970,63 +1987,3 @@ export declare const M2tsTimedMetadataBehavior: {
|
|
|
1970
1987
|
};
|
|
1971
1988
|
export type M2tsTimedMetadataBehavior =
|
|
1972
1989
|
(typeof M2tsTimedMetadataBehavior)[keyof typeof M2tsTimedMetadataBehavior];
|
|
1973
|
-
export interface M2tsSettings {
|
|
1974
|
-
AbsentInputAudioBehavior?: M2tsAbsentInputAudioBehavior | undefined;
|
|
1975
|
-
Arib?: M2tsArib | undefined;
|
|
1976
|
-
AribCaptionsPid?: string | undefined;
|
|
1977
|
-
AribCaptionsPidControl?: M2tsAribCaptionsPidControl | undefined;
|
|
1978
|
-
AudioBufferModel?: M2tsAudioBufferModel | undefined;
|
|
1979
|
-
AudioFramesPerPes?: number | undefined;
|
|
1980
|
-
AudioPids?: string | undefined;
|
|
1981
|
-
AudioStreamType?: M2tsAudioStreamType | undefined;
|
|
1982
|
-
Bitrate?: number | undefined;
|
|
1983
|
-
BufferModel?: M2tsBufferModel | undefined;
|
|
1984
|
-
CcDescriptor?: M2tsCcDescriptor | undefined;
|
|
1985
|
-
DvbNitSettings?: DvbNitSettings | undefined;
|
|
1986
|
-
DvbSdtSettings?: DvbSdtSettings | undefined;
|
|
1987
|
-
DvbSubPids?: string | undefined;
|
|
1988
|
-
DvbTdtSettings?: DvbTdtSettings | undefined;
|
|
1989
|
-
DvbTeletextPid?: string | undefined;
|
|
1990
|
-
Ebif?: M2tsEbifControl | undefined;
|
|
1991
|
-
EbpAudioInterval?: M2tsAudioInterval | undefined;
|
|
1992
|
-
EbpLookaheadMs?: number | undefined;
|
|
1993
|
-
EbpPlacement?: M2tsEbpPlacement | undefined;
|
|
1994
|
-
EcmPid?: string | undefined;
|
|
1995
|
-
EsRateInPes?: M2tsEsRateInPes | undefined;
|
|
1996
|
-
EtvPlatformPid?: string | undefined;
|
|
1997
|
-
EtvSignalPid?: string | undefined;
|
|
1998
|
-
FragmentTime?: number | undefined;
|
|
1999
|
-
Klv?: M2tsKlv | undefined;
|
|
2000
|
-
KlvDataPids?: string | undefined;
|
|
2001
|
-
NielsenId3Behavior?: M2tsNielsenId3Behavior | undefined;
|
|
2002
|
-
NullPacketBitrate?: number | undefined;
|
|
2003
|
-
PatInterval?: number | undefined;
|
|
2004
|
-
PcrControl?: M2tsPcrControl | undefined;
|
|
2005
|
-
PcrPeriod?: number | undefined;
|
|
2006
|
-
PcrPid?: string | undefined;
|
|
2007
|
-
PmtInterval?: number | undefined;
|
|
2008
|
-
PmtPid?: string | undefined;
|
|
2009
|
-
ProgramNum?: number | undefined;
|
|
2010
|
-
RateMode?: M2tsRateMode | undefined;
|
|
2011
|
-
Scte27Pids?: string | undefined;
|
|
2012
|
-
Scte35Control?: M2tsScte35Control | undefined;
|
|
2013
|
-
Scte35Pid?: string | undefined;
|
|
2014
|
-
SegmentationMarkers?: M2tsSegmentationMarkers | undefined;
|
|
2015
|
-
SegmentationStyle?: M2tsSegmentationStyle | undefined;
|
|
2016
|
-
SegmentationTime?: number | undefined;
|
|
2017
|
-
TimedMetadataBehavior?: M2tsTimedMetadataBehavior | undefined;
|
|
2018
|
-
TimedMetadataPid?: string | undefined;
|
|
2019
|
-
TransportStreamId?: number | undefined;
|
|
2020
|
-
VideoPid?: string | undefined;
|
|
2021
|
-
Scte35PrerollPullupMilliseconds?: number | undefined;
|
|
2022
|
-
}
|
|
2023
|
-
export interface RawSettings {}
|
|
2024
|
-
export interface ArchiveContainerSettings {
|
|
2025
|
-
M2tsSettings?: M2tsSettings | undefined;
|
|
2026
|
-
RawSettings?: RawSettings | undefined;
|
|
2027
|
-
}
|
|
2028
|
-
export interface ArchiveOutputSettings {
|
|
2029
|
-
ContainerSettings: ArchiveContainerSettings | undefined;
|
|
2030
|
-
Extension?: string | undefined;
|
|
2031
|
-
NameModifier?: string | undefined;
|
|
2032
|
-
}
|