@aws-sdk/client-mediaconvert 3.49.0 → 3.50.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/package.json +25 -25
- package/dist-types/ts3.4/MediaConvert.d.ts +0 -145
- package/dist-types/ts3.4/MediaConvertClient.d.ts +0 -101
- package/dist-types/ts3.4/commands/AssociateCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateJobTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreatePresetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteJobTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeletePresetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeEndpointsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisassociateCertificateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetPresetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListJobTemplatesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListPresetsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListQueuesCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/PutPolicyCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateQueueCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -28
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -3
- package/dist-types/ts3.4/models/models_0.d.ts +0 -3100
- package/dist-types/ts3.4/models/models_1.d.ts +0 -2832
- package/dist-types/ts3.4/models/models_2.d.ts +0 -94
- package/dist-types/ts3.4/pagination/DescribeEndpointsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListJobTemplatesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListPresetsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListQueuesPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -6
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -86
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,2832 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsSettings, M3u8AudioDuration, M3u8DataPtsControl, M3u8NielsenId3, M3u8PcrControl, M3u8Scte35Source, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
|
|
3
|
-
export declare enum TimedMetadata {
|
|
4
|
-
NONE = "NONE",
|
|
5
|
-
PASSTHROUGH = "PASSTHROUGH"
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
export interface M3u8Settings {
|
|
9
|
-
|
|
10
|
-
AudioDuration?: M3u8AudioDuration | string;
|
|
11
|
-
|
|
12
|
-
AudioFramesPerPes?: number;
|
|
13
|
-
|
|
14
|
-
AudioPids?: number[];
|
|
15
|
-
|
|
16
|
-
DataPTSControl?: M3u8DataPtsControl | string;
|
|
17
|
-
|
|
18
|
-
MaxPcrInterval?: number;
|
|
19
|
-
|
|
20
|
-
NielsenId3?: M3u8NielsenId3 | string;
|
|
21
|
-
|
|
22
|
-
PatInterval?: number;
|
|
23
|
-
|
|
24
|
-
PcrControl?: M3u8PcrControl | string;
|
|
25
|
-
|
|
26
|
-
PcrPid?: number;
|
|
27
|
-
|
|
28
|
-
PmtInterval?: number;
|
|
29
|
-
|
|
30
|
-
PmtPid?: number;
|
|
31
|
-
|
|
32
|
-
PrivateMetadataPid?: number;
|
|
33
|
-
|
|
34
|
-
ProgramNumber?: number;
|
|
35
|
-
|
|
36
|
-
Scte35Pid?: number;
|
|
37
|
-
|
|
38
|
-
Scte35Source?: M3u8Scte35Source | string;
|
|
39
|
-
|
|
40
|
-
TimedMetadata?: TimedMetadata | string;
|
|
41
|
-
|
|
42
|
-
TimedMetadataPid?: number;
|
|
43
|
-
|
|
44
|
-
TransportStreamId?: number;
|
|
45
|
-
|
|
46
|
-
VideoPid?: number;
|
|
47
|
-
}
|
|
48
|
-
export declare namespace M3u8Settings {
|
|
49
|
-
|
|
50
|
-
const filterSensitiveLog: (obj: M3u8Settings) => any;
|
|
51
|
-
}
|
|
52
|
-
export declare enum MovClapAtom {
|
|
53
|
-
EXCLUDE = "EXCLUDE",
|
|
54
|
-
INCLUDE = "INCLUDE"
|
|
55
|
-
}
|
|
56
|
-
export declare enum MovCslgAtom {
|
|
57
|
-
EXCLUDE = "EXCLUDE",
|
|
58
|
-
INCLUDE = "INCLUDE"
|
|
59
|
-
}
|
|
60
|
-
export declare enum MovMpeg2FourCCControl {
|
|
61
|
-
MPEG = "MPEG",
|
|
62
|
-
XDCAM = "XDCAM"
|
|
63
|
-
}
|
|
64
|
-
export declare enum MovPaddingControl {
|
|
65
|
-
NONE = "NONE",
|
|
66
|
-
OMNEON = "OMNEON"
|
|
67
|
-
}
|
|
68
|
-
export declare enum MovReference {
|
|
69
|
-
EXTERNAL = "EXTERNAL",
|
|
70
|
-
SELF_CONTAINED = "SELF_CONTAINED"
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export interface MovSettings {
|
|
74
|
-
|
|
75
|
-
ClapAtom?: MovClapAtom | string;
|
|
76
|
-
|
|
77
|
-
CslgAtom?: MovCslgAtom | string;
|
|
78
|
-
|
|
79
|
-
Mpeg2FourCCControl?: MovMpeg2FourCCControl | string;
|
|
80
|
-
|
|
81
|
-
PaddingControl?: MovPaddingControl | string;
|
|
82
|
-
|
|
83
|
-
Reference?: MovReference | string;
|
|
84
|
-
}
|
|
85
|
-
export declare namespace MovSettings {
|
|
86
|
-
|
|
87
|
-
const filterSensitiveLog: (obj: MovSettings) => any;
|
|
88
|
-
}
|
|
89
|
-
export declare enum Mp4CslgAtom {
|
|
90
|
-
EXCLUDE = "EXCLUDE",
|
|
91
|
-
INCLUDE = "INCLUDE"
|
|
92
|
-
}
|
|
93
|
-
export declare enum Mp4FreeSpaceBox {
|
|
94
|
-
EXCLUDE = "EXCLUDE",
|
|
95
|
-
INCLUDE = "INCLUDE"
|
|
96
|
-
}
|
|
97
|
-
export declare enum Mp4MoovPlacement {
|
|
98
|
-
NORMAL = "NORMAL",
|
|
99
|
-
PROGRESSIVE_DOWNLOAD = "PROGRESSIVE_DOWNLOAD"
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
export interface Mp4Settings {
|
|
103
|
-
|
|
104
|
-
AudioDuration?: CmfcAudioDuration | string;
|
|
105
|
-
|
|
106
|
-
CslgAtom?: Mp4CslgAtom | string;
|
|
107
|
-
|
|
108
|
-
CttsVersion?: number;
|
|
109
|
-
|
|
110
|
-
FreeSpaceBox?: Mp4FreeSpaceBox | string;
|
|
111
|
-
|
|
112
|
-
MoovPlacement?: Mp4MoovPlacement | string;
|
|
113
|
-
|
|
114
|
-
Mp4MajorBrand?: string;
|
|
115
|
-
}
|
|
116
|
-
export declare namespace Mp4Settings {
|
|
117
|
-
|
|
118
|
-
const filterSensitiveLog: (obj: Mp4Settings) => any;
|
|
119
|
-
}
|
|
120
|
-
export declare enum MpdAccessibilityCaptionHints {
|
|
121
|
-
EXCLUDE = "EXCLUDE",
|
|
122
|
-
INCLUDE = "INCLUDE"
|
|
123
|
-
}
|
|
124
|
-
export declare enum MpdAudioDuration {
|
|
125
|
-
DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
|
|
126
|
-
MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
|
|
127
|
-
}
|
|
128
|
-
export declare enum MpdCaptionContainerType {
|
|
129
|
-
FRAGMENTED_MP4 = "FRAGMENTED_MP4",
|
|
130
|
-
RAW = "RAW"
|
|
131
|
-
}
|
|
132
|
-
export declare enum MpdScte35Esam {
|
|
133
|
-
INSERT = "INSERT",
|
|
134
|
-
NONE = "NONE"
|
|
135
|
-
}
|
|
136
|
-
export declare enum MpdScte35Source {
|
|
137
|
-
NONE = "NONE",
|
|
138
|
-
PASSTHROUGH = "PASSTHROUGH"
|
|
139
|
-
}
|
|
140
|
-
export declare enum MpdTimedMetadata {
|
|
141
|
-
NONE = "NONE",
|
|
142
|
-
PASSTHROUGH = "PASSTHROUGH"
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
export interface MpdSettings {
|
|
146
|
-
|
|
147
|
-
AccessibilityCaptionHints?: MpdAccessibilityCaptionHints | string;
|
|
148
|
-
|
|
149
|
-
AudioDuration?: MpdAudioDuration | string;
|
|
150
|
-
|
|
151
|
-
CaptionContainerType?: MpdCaptionContainerType | string;
|
|
152
|
-
|
|
153
|
-
Scte35Esam?: MpdScte35Esam | string;
|
|
154
|
-
|
|
155
|
-
Scte35Source?: MpdScte35Source | string;
|
|
156
|
-
|
|
157
|
-
TimedMetadata?: MpdTimedMetadata | string;
|
|
158
|
-
}
|
|
159
|
-
export declare namespace MpdSettings {
|
|
160
|
-
|
|
161
|
-
const filterSensitiveLog: (obj: MpdSettings) => any;
|
|
162
|
-
}
|
|
163
|
-
export declare enum MxfAfdSignaling {
|
|
164
|
-
COPY_FROM_VIDEO = "COPY_FROM_VIDEO",
|
|
165
|
-
NO_COPY = "NO_COPY"
|
|
166
|
-
}
|
|
167
|
-
export declare enum MxfProfile {
|
|
168
|
-
D_10 = "D_10",
|
|
169
|
-
OP1A = "OP1A",
|
|
170
|
-
XAVC = "XAVC",
|
|
171
|
-
XDCAM = "XDCAM"
|
|
172
|
-
}
|
|
173
|
-
export declare enum MxfXavcDurationMode {
|
|
174
|
-
ALLOW_ANY_DURATION = "ALLOW_ANY_DURATION",
|
|
175
|
-
DROP_FRAMES_FOR_COMPLIANCE = "DROP_FRAMES_FOR_COMPLIANCE"
|
|
176
|
-
}
|
|
177
|
-
|
|
178
|
-
export interface MxfXavcProfileSettings {
|
|
179
|
-
|
|
180
|
-
DurationMode?: MxfXavcDurationMode | string;
|
|
181
|
-
|
|
182
|
-
MaxAncDataSize?: number;
|
|
183
|
-
}
|
|
184
|
-
export declare namespace MxfXavcProfileSettings {
|
|
185
|
-
|
|
186
|
-
const filterSensitiveLog: (obj: MxfXavcProfileSettings) => any;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export interface MxfSettings {
|
|
190
|
-
|
|
191
|
-
AfdSignaling?: MxfAfdSignaling | string;
|
|
192
|
-
|
|
193
|
-
Profile?: MxfProfile | string;
|
|
194
|
-
|
|
195
|
-
XavcProfileSettings?: MxfXavcProfileSettings;
|
|
196
|
-
}
|
|
197
|
-
export declare namespace MxfSettings {
|
|
198
|
-
|
|
199
|
-
const filterSensitiveLog: (obj: MxfSettings) => any;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
export interface ContainerSettings {
|
|
203
|
-
|
|
204
|
-
CmfcSettings?: CmfcSettings;
|
|
205
|
-
|
|
206
|
-
Container?: ContainerType | string;
|
|
207
|
-
|
|
208
|
-
F4vSettings?: F4vSettings;
|
|
209
|
-
|
|
210
|
-
M2tsSettings?: M2tsSettings;
|
|
211
|
-
|
|
212
|
-
M3u8Settings?: M3u8Settings;
|
|
213
|
-
|
|
214
|
-
MovSettings?: MovSettings;
|
|
215
|
-
|
|
216
|
-
Mp4Settings?: Mp4Settings;
|
|
217
|
-
|
|
218
|
-
MpdSettings?: MpdSettings;
|
|
219
|
-
|
|
220
|
-
MxfSettings?: MxfSettings;
|
|
221
|
-
}
|
|
222
|
-
export declare namespace ContainerSettings {
|
|
223
|
-
|
|
224
|
-
const filterSensitiveLog: (obj: ContainerSettings) => any;
|
|
225
|
-
}
|
|
226
|
-
export declare enum HlsAudioOnlyContainer {
|
|
227
|
-
AUTOMATIC = "AUTOMATIC",
|
|
228
|
-
M2TS = "M2TS"
|
|
229
|
-
}
|
|
230
|
-
export declare enum HlsAudioTrackType {
|
|
231
|
-
ALTERNATE_AUDIO_AUTO_SELECT = "ALTERNATE_AUDIO_AUTO_SELECT",
|
|
232
|
-
ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT = "ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT",
|
|
233
|
-
ALTERNATE_AUDIO_NOT_AUTO_SELECT = "ALTERNATE_AUDIO_NOT_AUTO_SELECT",
|
|
234
|
-
AUDIO_ONLY_VARIANT_STREAM = "AUDIO_ONLY_VARIANT_STREAM"
|
|
235
|
-
}
|
|
236
|
-
export declare enum HlsDescriptiveVideoServiceFlag {
|
|
237
|
-
DONT_FLAG = "DONT_FLAG",
|
|
238
|
-
FLAG = "FLAG"
|
|
239
|
-
}
|
|
240
|
-
export declare enum HlsIFrameOnlyManifest {
|
|
241
|
-
EXCLUDE = "EXCLUDE",
|
|
242
|
-
INCLUDE = "INCLUDE"
|
|
243
|
-
}
|
|
244
|
-
|
|
245
|
-
export interface HlsSettings {
|
|
246
|
-
|
|
247
|
-
AudioGroupId?: string;
|
|
248
|
-
|
|
249
|
-
AudioOnlyContainer?: HlsAudioOnlyContainer | string;
|
|
250
|
-
|
|
251
|
-
AudioRenditionSets?: string;
|
|
252
|
-
|
|
253
|
-
AudioTrackType?: HlsAudioTrackType | string;
|
|
254
|
-
|
|
255
|
-
DescriptiveVideoServiceFlag?: HlsDescriptiveVideoServiceFlag | string;
|
|
256
|
-
|
|
257
|
-
IFrameOnlyManifest?: HlsIFrameOnlyManifest | string;
|
|
258
|
-
|
|
259
|
-
SegmentModifier?: string;
|
|
260
|
-
}
|
|
261
|
-
export declare namespace HlsSettings {
|
|
262
|
-
|
|
263
|
-
const filterSensitiveLog: (obj: HlsSettings) => any;
|
|
264
|
-
}
|
|
265
|
-
|
|
266
|
-
export interface OutputSettings {
|
|
267
|
-
|
|
268
|
-
HlsSettings?: HlsSettings;
|
|
269
|
-
}
|
|
270
|
-
export declare namespace OutputSettings {
|
|
271
|
-
|
|
272
|
-
const filterSensitiveLog: (obj: OutputSettings) => any;
|
|
273
|
-
}
|
|
274
|
-
export declare enum AfdSignaling {
|
|
275
|
-
AUTO = "AUTO",
|
|
276
|
-
FIXED = "FIXED",
|
|
277
|
-
NONE = "NONE"
|
|
278
|
-
}
|
|
279
|
-
export declare enum AntiAlias {
|
|
280
|
-
DISABLED = "DISABLED",
|
|
281
|
-
ENABLED = "ENABLED"
|
|
282
|
-
}
|
|
283
|
-
export declare enum Av1AdaptiveQuantization {
|
|
284
|
-
HIGH = "HIGH",
|
|
285
|
-
HIGHER = "HIGHER",
|
|
286
|
-
LOW = "LOW",
|
|
287
|
-
MAX = "MAX",
|
|
288
|
-
MEDIUM = "MEDIUM",
|
|
289
|
-
OFF = "OFF"
|
|
290
|
-
}
|
|
291
|
-
export declare enum Av1BitDepth {
|
|
292
|
-
BIT_10 = "BIT_10",
|
|
293
|
-
BIT_8 = "BIT_8"
|
|
294
|
-
}
|
|
295
|
-
export declare enum Av1FramerateControl {
|
|
296
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
297
|
-
SPECIFIED = "SPECIFIED"
|
|
298
|
-
}
|
|
299
|
-
export declare enum Av1FramerateConversionAlgorithm {
|
|
300
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
301
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
302
|
-
INTERPOLATE = "INTERPOLATE"
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
export interface Av1QvbrSettings {
|
|
306
|
-
|
|
307
|
-
QvbrQualityLevel?: number;
|
|
308
|
-
|
|
309
|
-
QvbrQualityLevelFineTune?: number;
|
|
310
|
-
}
|
|
311
|
-
export declare namespace Av1QvbrSettings {
|
|
312
|
-
|
|
313
|
-
const filterSensitiveLog: (obj: Av1QvbrSettings) => any;
|
|
314
|
-
}
|
|
315
|
-
export declare enum Av1RateControlMode {
|
|
316
|
-
QVBR = "QVBR"
|
|
317
|
-
}
|
|
318
|
-
export declare enum Av1SpatialAdaptiveQuantization {
|
|
319
|
-
DISABLED = "DISABLED",
|
|
320
|
-
ENABLED = "ENABLED"
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
export interface Av1Settings {
|
|
324
|
-
|
|
325
|
-
AdaptiveQuantization?: Av1AdaptiveQuantization | string;
|
|
326
|
-
|
|
327
|
-
BitDepth?: Av1BitDepth | string;
|
|
328
|
-
|
|
329
|
-
FramerateControl?: Av1FramerateControl | string;
|
|
330
|
-
|
|
331
|
-
FramerateConversionAlgorithm?: Av1FramerateConversionAlgorithm | string;
|
|
332
|
-
|
|
333
|
-
FramerateDenominator?: number;
|
|
334
|
-
|
|
335
|
-
FramerateNumerator?: number;
|
|
336
|
-
|
|
337
|
-
GopSize?: number;
|
|
338
|
-
|
|
339
|
-
MaxBitrate?: number;
|
|
340
|
-
|
|
341
|
-
NumberBFramesBetweenReferenceFrames?: number;
|
|
342
|
-
|
|
343
|
-
QvbrSettings?: Av1QvbrSettings;
|
|
344
|
-
|
|
345
|
-
RateControlMode?: Av1RateControlMode | string;
|
|
346
|
-
|
|
347
|
-
Slices?: number;
|
|
348
|
-
|
|
349
|
-
SpatialAdaptiveQuantization?: Av1SpatialAdaptiveQuantization | string;
|
|
350
|
-
}
|
|
351
|
-
export declare namespace Av1Settings {
|
|
352
|
-
|
|
353
|
-
const filterSensitiveLog: (obj: Av1Settings) => any;
|
|
354
|
-
}
|
|
355
|
-
export declare enum AvcIntraClass {
|
|
356
|
-
CLASS_100 = "CLASS_100",
|
|
357
|
-
CLASS_200 = "CLASS_200",
|
|
358
|
-
CLASS_4K_2K = "CLASS_4K_2K",
|
|
359
|
-
CLASS_50 = "CLASS_50"
|
|
360
|
-
}
|
|
361
|
-
export declare enum AvcIntraUhdQualityTuningLevel {
|
|
362
|
-
MULTI_PASS = "MULTI_PASS",
|
|
363
|
-
SINGLE_PASS = "SINGLE_PASS"
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
export interface AvcIntraUhdSettings {
|
|
367
|
-
|
|
368
|
-
QualityTuningLevel?: AvcIntraUhdQualityTuningLevel | string;
|
|
369
|
-
}
|
|
370
|
-
export declare namespace AvcIntraUhdSettings {
|
|
371
|
-
|
|
372
|
-
const filterSensitiveLog: (obj: AvcIntraUhdSettings) => any;
|
|
373
|
-
}
|
|
374
|
-
export declare enum AvcIntraFramerateControl {
|
|
375
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
376
|
-
SPECIFIED = "SPECIFIED"
|
|
377
|
-
}
|
|
378
|
-
export declare enum AvcIntraFramerateConversionAlgorithm {
|
|
379
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
380
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
381
|
-
INTERPOLATE = "INTERPOLATE"
|
|
382
|
-
}
|
|
383
|
-
export declare enum AvcIntraInterlaceMode {
|
|
384
|
-
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
385
|
-
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
386
|
-
FOLLOW_TOP_FIELD = "FOLLOW_TOP_FIELD",
|
|
387
|
-
PROGRESSIVE = "PROGRESSIVE",
|
|
388
|
-
TOP_FIELD = "TOP_FIELD"
|
|
389
|
-
}
|
|
390
|
-
export declare enum AvcIntraScanTypeConversionMode {
|
|
391
|
-
INTERLACED = "INTERLACED",
|
|
392
|
-
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
393
|
-
}
|
|
394
|
-
export declare enum AvcIntraSlowPal {
|
|
395
|
-
DISABLED = "DISABLED",
|
|
396
|
-
ENABLED = "ENABLED"
|
|
397
|
-
}
|
|
398
|
-
export declare enum AvcIntraTelecine {
|
|
399
|
-
HARD = "HARD",
|
|
400
|
-
NONE = "NONE"
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
export interface AvcIntraSettings {
|
|
404
|
-
|
|
405
|
-
AvcIntraClass?: AvcIntraClass | string;
|
|
406
|
-
|
|
407
|
-
AvcIntraUhdSettings?: AvcIntraUhdSettings;
|
|
408
|
-
|
|
409
|
-
FramerateControl?: AvcIntraFramerateControl | string;
|
|
410
|
-
|
|
411
|
-
FramerateConversionAlgorithm?: AvcIntraFramerateConversionAlgorithm | string;
|
|
412
|
-
|
|
413
|
-
FramerateDenominator?: number;
|
|
414
|
-
|
|
415
|
-
FramerateNumerator?: number;
|
|
416
|
-
|
|
417
|
-
InterlaceMode?: AvcIntraInterlaceMode | string;
|
|
418
|
-
|
|
419
|
-
ScanTypeConversionMode?: AvcIntraScanTypeConversionMode | string;
|
|
420
|
-
|
|
421
|
-
SlowPal?: AvcIntraSlowPal | string;
|
|
422
|
-
|
|
423
|
-
Telecine?: AvcIntraTelecine | string;
|
|
424
|
-
}
|
|
425
|
-
export declare namespace AvcIntraSettings {
|
|
426
|
-
|
|
427
|
-
const filterSensitiveLog: (obj: AvcIntraSettings) => any;
|
|
428
|
-
}
|
|
429
|
-
export declare enum VideoCodec {
|
|
430
|
-
AV1 = "AV1",
|
|
431
|
-
AVC_INTRA = "AVC_INTRA",
|
|
432
|
-
FRAME_CAPTURE = "FRAME_CAPTURE",
|
|
433
|
-
H_264 = "H_264",
|
|
434
|
-
H_265 = "H_265",
|
|
435
|
-
MPEG2 = "MPEG2",
|
|
436
|
-
PRORES = "PRORES",
|
|
437
|
-
VC3 = "VC3",
|
|
438
|
-
VP8 = "VP8",
|
|
439
|
-
VP9 = "VP9",
|
|
440
|
-
XAVC = "XAVC"
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
export interface FrameCaptureSettings {
|
|
444
|
-
|
|
445
|
-
FramerateDenominator?: number;
|
|
446
|
-
|
|
447
|
-
FramerateNumerator?: number;
|
|
448
|
-
|
|
449
|
-
MaxCaptures?: number;
|
|
450
|
-
|
|
451
|
-
Quality?: number;
|
|
452
|
-
}
|
|
453
|
-
export declare namespace FrameCaptureSettings {
|
|
454
|
-
|
|
455
|
-
const filterSensitiveLog: (obj: FrameCaptureSettings) => any;
|
|
456
|
-
}
|
|
457
|
-
export declare enum H264AdaptiveQuantization {
|
|
458
|
-
AUTO = "AUTO",
|
|
459
|
-
HIGH = "HIGH",
|
|
460
|
-
HIGHER = "HIGHER",
|
|
461
|
-
LOW = "LOW",
|
|
462
|
-
MAX = "MAX",
|
|
463
|
-
MEDIUM = "MEDIUM",
|
|
464
|
-
OFF = "OFF"
|
|
465
|
-
}
|
|
466
|
-
export declare enum H264CodecLevel {
|
|
467
|
-
AUTO = "AUTO",
|
|
468
|
-
LEVEL_1 = "LEVEL_1",
|
|
469
|
-
LEVEL_1_1 = "LEVEL_1_1",
|
|
470
|
-
LEVEL_1_2 = "LEVEL_1_2",
|
|
471
|
-
LEVEL_1_3 = "LEVEL_1_3",
|
|
472
|
-
LEVEL_2 = "LEVEL_2",
|
|
473
|
-
LEVEL_2_1 = "LEVEL_2_1",
|
|
474
|
-
LEVEL_2_2 = "LEVEL_2_2",
|
|
475
|
-
LEVEL_3 = "LEVEL_3",
|
|
476
|
-
LEVEL_3_1 = "LEVEL_3_1",
|
|
477
|
-
LEVEL_3_2 = "LEVEL_3_2",
|
|
478
|
-
LEVEL_4 = "LEVEL_4",
|
|
479
|
-
LEVEL_4_1 = "LEVEL_4_1",
|
|
480
|
-
LEVEL_4_2 = "LEVEL_4_2",
|
|
481
|
-
LEVEL_5 = "LEVEL_5",
|
|
482
|
-
LEVEL_5_1 = "LEVEL_5_1",
|
|
483
|
-
LEVEL_5_2 = "LEVEL_5_2"
|
|
484
|
-
}
|
|
485
|
-
export declare enum H264CodecProfile {
|
|
486
|
-
BASELINE = "BASELINE",
|
|
487
|
-
HIGH = "HIGH",
|
|
488
|
-
HIGH_10BIT = "HIGH_10BIT",
|
|
489
|
-
HIGH_422 = "HIGH_422",
|
|
490
|
-
HIGH_422_10BIT = "HIGH_422_10BIT",
|
|
491
|
-
MAIN = "MAIN"
|
|
492
|
-
}
|
|
493
|
-
export declare enum H264DynamicSubGop {
|
|
494
|
-
ADAPTIVE = "ADAPTIVE",
|
|
495
|
-
STATIC = "STATIC"
|
|
496
|
-
}
|
|
497
|
-
export declare enum H264EntropyEncoding {
|
|
498
|
-
CABAC = "CABAC",
|
|
499
|
-
CAVLC = "CAVLC"
|
|
500
|
-
}
|
|
501
|
-
export declare enum H264FieldEncoding {
|
|
502
|
-
FORCE_FIELD = "FORCE_FIELD",
|
|
503
|
-
MBAFF = "MBAFF",
|
|
504
|
-
PAFF = "PAFF"
|
|
505
|
-
}
|
|
506
|
-
export declare enum H264FlickerAdaptiveQuantization {
|
|
507
|
-
DISABLED = "DISABLED",
|
|
508
|
-
ENABLED = "ENABLED"
|
|
509
|
-
}
|
|
510
|
-
export declare enum H264FramerateControl {
|
|
511
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
512
|
-
SPECIFIED = "SPECIFIED"
|
|
513
|
-
}
|
|
514
|
-
export declare enum H264FramerateConversionAlgorithm {
|
|
515
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
516
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
517
|
-
INTERPOLATE = "INTERPOLATE"
|
|
518
|
-
}
|
|
519
|
-
export declare enum H264GopBReference {
|
|
520
|
-
DISABLED = "DISABLED",
|
|
521
|
-
ENABLED = "ENABLED"
|
|
522
|
-
}
|
|
523
|
-
export declare enum H264GopSizeUnits {
|
|
524
|
-
AUTO = "AUTO",
|
|
525
|
-
FRAMES = "FRAMES",
|
|
526
|
-
SECONDS = "SECONDS"
|
|
527
|
-
}
|
|
528
|
-
export declare enum H264InterlaceMode {
|
|
529
|
-
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
530
|
-
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
531
|
-
FOLLOW_TOP_FIELD = "FOLLOW_TOP_FIELD",
|
|
532
|
-
PROGRESSIVE = "PROGRESSIVE",
|
|
533
|
-
TOP_FIELD = "TOP_FIELD"
|
|
534
|
-
}
|
|
535
|
-
export declare enum H264ParControl {
|
|
536
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
537
|
-
SPECIFIED = "SPECIFIED"
|
|
538
|
-
}
|
|
539
|
-
export declare enum H264QualityTuningLevel {
|
|
540
|
-
MULTI_PASS_HQ = "MULTI_PASS_HQ",
|
|
541
|
-
SINGLE_PASS = "SINGLE_PASS",
|
|
542
|
-
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
543
|
-
}
|
|
544
|
-
|
|
545
|
-
export interface H264QvbrSettings {
|
|
546
|
-
|
|
547
|
-
MaxAverageBitrate?: number;
|
|
548
|
-
|
|
549
|
-
QvbrQualityLevel?: number;
|
|
550
|
-
|
|
551
|
-
QvbrQualityLevelFineTune?: number;
|
|
552
|
-
}
|
|
553
|
-
export declare namespace H264QvbrSettings {
|
|
554
|
-
|
|
555
|
-
const filterSensitiveLog: (obj: H264QvbrSettings) => any;
|
|
556
|
-
}
|
|
557
|
-
export declare enum H264RateControlMode {
|
|
558
|
-
CBR = "CBR",
|
|
559
|
-
QVBR = "QVBR",
|
|
560
|
-
VBR = "VBR"
|
|
561
|
-
}
|
|
562
|
-
export declare enum H264RepeatPps {
|
|
563
|
-
DISABLED = "DISABLED",
|
|
564
|
-
ENABLED = "ENABLED"
|
|
565
|
-
}
|
|
566
|
-
export declare enum H264ScanTypeConversionMode {
|
|
567
|
-
INTERLACED = "INTERLACED",
|
|
568
|
-
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
569
|
-
}
|
|
570
|
-
export declare enum H264SceneChangeDetect {
|
|
571
|
-
DISABLED = "DISABLED",
|
|
572
|
-
ENABLED = "ENABLED",
|
|
573
|
-
TRANSITION_DETECTION = "TRANSITION_DETECTION"
|
|
574
|
-
}
|
|
575
|
-
export declare enum H264SlowPal {
|
|
576
|
-
DISABLED = "DISABLED",
|
|
577
|
-
ENABLED = "ENABLED"
|
|
578
|
-
}
|
|
579
|
-
export declare enum H264SpatialAdaptiveQuantization {
|
|
580
|
-
DISABLED = "DISABLED",
|
|
581
|
-
ENABLED = "ENABLED"
|
|
582
|
-
}
|
|
583
|
-
export declare enum H264Syntax {
|
|
584
|
-
DEFAULT = "DEFAULT",
|
|
585
|
-
RP2027 = "RP2027"
|
|
586
|
-
}
|
|
587
|
-
export declare enum H264Telecine {
|
|
588
|
-
HARD = "HARD",
|
|
589
|
-
NONE = "NONE",
|
|
590
|
-
SOFT = "SOFT"
|
|
591
|
-
}
|
|
592
|
-
export declare enum H264TemporalAdaptiveQuantization {
|
|
593
|
-
DISABLED = "DISABLED",
|
|
594
|
-
ENABLED = "ENABLED"
|
|
595
|
-
}
|
|
596
|
-
export declare enum H264UnregisteredSeiTimecode {
|
|
597
|
-
DISABLED = "DISABLED",
|
|
598
|
-
ENABLED = "ENABLED"
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
export interface H264Settings {
|
|
602
|
-
|
|
603
|
-
AdaptiveQuantization?: H264AdaptiveQuantization | string;
|
|
604
|
-
|
|
605
|
-
Bitrate?: number;
|
|
606
|
-
|
|
607
|
-
CodecLevel?: H264CodecLevel | string;
|
|
608
|
-
|
|
609
|
-
CodecProfile?: H264CodecProfile | string;
|
|
610
|
-
|
|
611
|
-
DynamicSubGop?: H264DynamicSubGop | string;
|
|
612
|
-
|
|
613
|
-
EntropyEncoding?: H264EntropyEncoding | string;
|
|
614
|
-
|
|
615
|
-
FieldEncoding?: H264FieldEncoding | string;
|
|
616
|
-
|
|
617
|
-
FlickerAdaptiveQuantization?: H264FlickerAdaptiveQuantization | string;
|
|
618
|
-
|
|
619
|
-
FramerateControl?: H264FramerateControl | string;
|
|
620
|
-
|
|
621
|
-
FramerateConversionAlgorithm?: H264FramerateConversionAlgorithm | string;
|
|
622
|
-
|
|
623
|
-
FramerateDenominator?: number;
|
|
624
|
-
|
|
625
|
-
FramerateNumerator?: number;
|
|
626
|
-
|
|
627
|
-
GopBReference?: H264GopBReference | string;
|
|
628
|
-
|
|
629
|
-
GopClosedCadence?: number;
|
|
630
|
-
|
|
631
|
-
GopSize?: number;
|
|
632
|
-
|
|
633
|
-
GopSizeUnits?: H264GopSizeUnits | string;
|
|
634
|
-
|
|
635
|
-
HrdBufferInitialFillPercentage?: number;
|
|
636
|
-
|
|
637
|
-
HrdBufferSize?: number;
|
|
638
|
-
|
|
639
|
-
InterlaceMode?: H264InterlaceMode | string;
|
|
640
|
-
|
|
641
|
-
MaxBitrate?: number;
|
|
642
|
-
|
|
643
|
-
MinIInterval?: number;
|
|
644
|
-
|
|
645
|
-
NumberBFramesBetweenReferenceFrames?: number;
|
|
646
|
-
|
|
647
|
-
NumberReferenceFrames?: number;
|
|
648
|
-
|
|
649
|
-
ParControl?: H264ParControl | string;
|
|
650
|
-
|
|
651
|
-
ParDenominator?: number;
|
|
652
|
-
|
|
653
|
-
ParNumerator?: number;
|
|
654
|
-
|
|
655
|
-
QualityTuningLevel?: H264QualityTuningLevel | string;
|
|
656
|
-
|
|
657
|
-
QvbrSettings?: H264QvbrSettings;
|
|
658
|
-
|
|
659
|
-
RateControlMode?: H264RateControlMode | string;
|
|
660
|
-
|
|
661
|
-
RepeatPps?: H264RepeatPps | string;
|
|
662
|
-
|
|
663
|
-
ScanTypeConversionMode?: H264ScanTypeConversionMode | string;
|
|
664
|
-
|
|
665
|
-
SceneChangeDetect?: H264SceneChangeDetect | string;
|
|
666
|
-
|
|
667
|
-
Slices?: number;
|
|
668
|
-
|
|
669
|
-
SlowPal?: H264SlowPal | string;
|
|
670
|
-
|
|
671
|
-
Softness?: number;
|
|
672
|
-
|
|
673
|
-
SpatialAdaptiveQuantization?: H264SpatialAdaptiveQuantization | string;
|
|
674
|
-
|
|
675
|
-
Syntax?: H264Syntax | string;
|
|
676
|
-
|
|
677
|
-
Telecine?: H264Telecine | string;
|
|
678
|
-
|
|
679
|
-
TemporalAdaptiveQuantization?: H264TemporalAdaptiveQuantization | string;
|
|
680
|
-
|
|
681
|
-
UnregisteredSeiTimecode?: H264UnregisteredSeiTimecode | string;
|
|
682
|
-
}
|
|
683
|
-
export declare namespace H264Settings {
|
|
684
|
-
|
|
685
|
-
const filterSensitiveLog: (obj: H264Settings) => any;
|
|
686
|
-
}
|
|
687
|
-
export declare enum H265AdaptiveQuantization {
|
|
688
|
-
AUTO = "AUTO",
|
|
689
|
-
HIGH = "HIGH",
|
|
690
|
-
HIGHER = "HIGHER",
|
|
691
|
-
LOW = "LOW",
|
|
692
|
-
MAX = "MAX",
|
|
693
|
-
MEDIUM = "MEDIUM",
|
|
694
|
-
OFF = "OFF"
|
|
695
|
-
}
|
|
696
|
-
export declare enum H265AlternateTransferFunctionSei {
|
|
697
|
-
DISABLED = "DISABLED",
|
|
698
|
-
ENABLED = "ENABLED"
|
|
699
|
-
}
|
|
700
|
-
export declare enum H265CodecLevel {
|
|
701
|
-
AUTO = "AUTO",
|
|
702
|
-
LEVEL_1 = "LEVEL_1",
|
|
703
|
-
LEVEL_2 = "LEVEL_2",
|
|
704
|
-
LEVEL_2_1 = "LEVEL_2_1",
|
|
705
|
-
LEVEL_3 = "LEVEL_3",
|
|
706
|
-
LEVEL_3_1 = "LEVEL_3_1",
|
|
707
|
-
LEVEL_4 = "LEVEL_4",
|
|
708
|
-
LEVEL_4_1 = "LEVEL_4_1",
|
|
709
|
-
LEVEL_5 = "LEVEL_5",
|
|
710
|
-
LEVEL_5_1 = "LEVEL_5_1",
|
|
711
|
-
LEVEL_5_2 = "LEVEL_5_2",
|
|
712
|
-
LEVEL_6 = "LEVEL_6",
|
|
713
|
-
LEVEL_6_1 = "LEVEL_6_1",
|
|
714
|
-
LEVEL_6_2 = "LEVEL_6_2"
|
|
715
|
-
}
|
|
716
|
-
export declare enum H265CodecProfile {
|
|
717
|
-
MAIN10_HIGH = "MAIN10_HIGH",
|
|
718
|
-
MAIN10_MAIN = "MAIN10_MAIN",
|
|
719
|
-
MAIN_422_10BIT_HIGH = "MAIN_422_10BIT_HIGH",
|
|
720
|
-
MAIN_422_10BIT_MAIN = "MAIN_422_10BIT_MAIN",
|
|
721
|
-
MAIN_422_8BIT_HIGH = "MAIN_422_8BIT_HIGH",
|
|
722
|
-
MAIN_422_8BIT_MAIN = "MAIN_422_8BIT_MAIN",
|
|
723
|
-
MAIN_HIGH = "MAIN_HIGH",
|
|
724
|
-
MAIN_MAIN = "MAIN_MAIN"
|
|
725
|
-
}
|
|
726
|
-
export declare enum H265DynamicSubGop {
|
|
727
|
-
ADAPTIVE = "ADAPTIVE",
|
|
728
|
-
STATIC = "STATIC"
|
|
729
|
-
}
|
|
730
|
-
export declare enum H265FlickerAdaptiveQuantization {
|
|
731
|
-
DISABLED = "DISABLED",
|
|
732
|
-
ENABLED = "ENABLED"
|
|
733
|
-
}
|
|
734
|
-
export declare enum H265FramerateControl {
|
|
735
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
736
|
-
SPECIFIED = "SPECIFIED"
|
|
737
|
-
}
|
|
738
|
-
export declare enum H265FramerateConversionAlgorithm {
|
|
739
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
740
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
741
|
-
INTERPOLATE = "INTERPOLATE"
|
|
742
|
-
}
|
|
743
|
-
export declare enum H265GopBReference {
|
|
744
|
-
DISABLED = "DISABLED",
|
|
745
|
-
ENABLED = "ENABLED"
|
|
746
|
-
}
|
|
747
|
-
export declare enum H265GopSizeUnits {
|
|
748
|
-
AUTO = "AUTO",
|
|
749
|
-
FRAMES = "FRAMES",
|
|
750
|
-
SECONDS = "SECONDS"
|
|
751
|
-
}
|
|
752
|
-
export declare enum H265InterlaceMode {
|
|
753
|
-
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
754
|
-
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
755
|
-
FOLLOW_TOP_FIELD = "FOLLOW_TOP_FIELD",
|
|
756
|
-
PROGRESSIVE = "PROGRESSIVE",
|
|
757
|
-
TOP_FIELD = "TOP_FIELD"
|
|
758
|
-
}
|
|
759
|
-
export declare enum H265ParControl {
|
|
760
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
761
|
-
SPECIFIED = "SPECIFIED"
|
|
762
|
-
}
|
|
763
|
-
export declare enum H265QualityTuningLevel {
|
|
764
|
-
MULTI_PASS_HQ = "MULTI_PASS_HQ",
|
|
765
|
-
SINGLE_PASS = "SINGLE_PASS",
|
|
766
|
-
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
export interface H265QvbrSettings {
|
|
770
|
-
|
|
771
|
-
MaxAverageBitrate?: number;
|
|
772
|
-
|
|
773
|
-
QvbrQualityLevel?: number;
|
|
774
|
-
|
|
775
|
-
QvbrQualityLevelFineTune?: number;
|
|
776
|
-
}
|
|
777
|
-
export declare namespace H265QvbrSettings {
|
|
778
|
-
|
|
779
|
-
const filterSensitiveLog: (obj: H265QvbrSettings) => any;
|
|
780
|
-
}
|
|
781
|
-
export declare enum H265RateControlMode {
|
|
782
|
-
CBR = "CBR",
|
|
783
|
-
QVBR = "QVBR",
|
|
784
|
-
VBR = "VBR"
|
|
785
|
-
}
|
|
786
|
-
export declare enum H265SampleAdaptiveOffsetFilterMode {
|
|
787
|
-
ADAPTIVE = "ADAPTIVE",
|
|
788
|
-
DEFAULT = "DEFAULT",
|
|
789
|
-
OFF = "OFF"
|
|
790
|
-
}
|
|
791
|
-
export declare enum H265ScanTypeConversionMode {
|
|
792
|
-
INTERLACED = "INTERLACED",
|
|
793
|
-
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
794
|
-
}
|
|
795
|
-
export declare enum H265SceneChangeDetect {
|
|
796
|
-
DISABLED = "DISABLED",
|
|
797
|
-
ENABLED = "ENABLED",
|
|
798
|
-
TRANSITION_DETECTION = "TRANSITION_DETECTION"
|
|
799
|
-
}
|
|
800
|
-
export declare enum H265SlowPal {
|
|
801
|
-
DISABLED = "DISABLED",
|
|
802
|
-
ENABLED = "ENABLED"
|
|
803
|
-
}
|
|
804
|
-
export declare enum H265SpatialAdaptiveQuantization {
|
|
805
|
-
DISABLED = "DISABLED",
|
|
806
|
-
ENABLED = "ENABLED"
|
|
807
|
-
}
|
|
808
|
-
export declare enum H265Telecine {
|
|
809
|
-
HARD = "HARD",
|
|
810
|
-
NONE = "NONE",
|
|
811
|
-
SOFT = "SOFT"
|
|
812
|
-
}
|
|
813
|
-
export declare enum H265TemporalAdaptiveQuantization {
|
|
814
|
-
DISABLED = "DISABLED",
|
|
815
|
-
ENABLED = "ENABLED"
|
|
816
|
-
}
|
|
817
|
-
export declare enum H265TemporalIds {
|
|
818
|
-
DISABLED = "DISABLED",
|
|
819
|
-
ENABLED = "ENABLED"
|
|
820
|
-
}
|
|
821
|
-
export declare enum H265Tiles {
|
|
822
|
-
DISABLED = "DISABLED",
|
|
823
|
-
ENABLED = "ENABLED"
|
|
824
|
-
}
|
|
825
|
-
export declare enum H265UnregisteredSeiTimecode {
|
|
826
|
-
DISABLED = "DISABLED",
|
|
827
|
-
ENABLED = "ENABLED"
|
|
828
|
-
}
|
|
829
|
-
export declare enum H265WriteMp4PackagingType {
|
|
830
|
-
HEV1 = "HEV1",
|
|
831
|
-
HVC1 = "HVC1"
|
|
832
|
-
}
|
|
833
|
-
|
|
834
|
-
export interface H265Settings {
|
|
835
|
-
|
|
836
|
-
AdaptiveQuantization?: H265AdaptiveQuantization | string;
|
|
837
|
-
|
|
838
|
-
AlternateTransferFunctionSei?: H265AlternateTransferFunctionSei | string;
|
|
839
|
-
|
|
840
|
-
Bitrate?: number;
|
|
841
|
-
|
|
842
|
-
CodecLevel?: H265CodecLevel | string;
|
|
843
|
-
|
|
844
|
-
CodecProfile?: H265CodecProfile | string;
|
|
845
|
-
|
|
846
|
-
DynamicSubGop?: H265DynamicSubGop | string;
|
|
847
|
-
|
|
848
|
-
FlickerAdaptiveQuantization?: H265FlickerAdaptiveQuantization | string;
|
|
849
|
-
|
|
850
|
-
FramerateControl?: H265FramerateControl | string;
|
|
851
|
-
|
|
852
|
-
FramerateConversionAlgorithm?: H265FramerateConversionAlgorithm | string;
|
|
853
|
-
|
|
854
|
-
FramerateDenominator?: number;
|
|
855
|
-
|
|
856
|
-
FramerateNumerator?: number;
|
|
857
|
-
|
|
858
|
-
GopBReference?: H265GopBReference | string;
|
|
859
|
-
|
|
860
|
-
GopClosedCadence?: number;
|
|
861
|
-
|
|
862
|
-
GopSize?: number;
|
|
863
|
-
|
|
864
|
-
GopSizeUnits?: H265GopSizeUnits | string;
|
|
865
|
-
|
|
866
|
-
HrdBufferInitialFillPercentage?: number;
|
|
867
|
-
|
|
868
|
-
HrdBufferSize?: number;
|
|
869
|
-
|
|
870
|
-
InterlaceMode?: H265InterlaceMode | string;
|
|
871
|
-
|
|
872
|
-
MaxBitrate?: number;
|
|
873
|
-
|
|
874
|
-
MinIInterval?: number;
|
|
875
|
-
|
|
876
|
-
NumberBFramesBetweenReferenceFrames?: number;
|
|
877
|
-
|
|
878
|
-
NumberReferenceFrames?: number;
|
|
879
|
-
|
|
880
|
-
ParControl?: H265ParControl | string;
|
|
881
|
-
|
|
882
|
-
ParDenominator?: number;
|
|
883
|
-
|
|
884
|
-
ParNumerator?: number;
|
|
885
|
-
|
|
886
|
-
QualityTuningLevel?: H265QualityTuningLevel | string;
|
|
887
|
-
|
|
888
|
-
QvbrSettings?: H265QvbrSettings;
|
|
889
|
-
|
|
890
|
-
RateControlMode?: H265RateControlMode | string;
|
|
891
|
-
|
|
892
|
-
SampleAdaptiveOffsetFilterMode?: H265SampleAdaptiveOffsetFilterMode | string;
|
|
893
|
-
|
|
894
|
-
ScanTypeConversionMode?: H265ScanTypeConversionMode | string;
|
|
895
|
-
|
|
896
|
-
SceneChangeDetect?: H265SceneChangeDetect | string;
|
|
897
|
-
|
|
898
|
-
Slices?: number;
|
|
899
|
-
|
|
900
|
-
SlowPal?: H265SlowPal | string;
|
|
901
|
-
|
|
902
|
-
SpatialAdaptiveQuantization?: H265SpatialAdaptiveQuantization | string;
|
|
903
|
-
|
|
904
|
-
Telecine?: H265Telecine | string;
|
|
905
|
-
|
|
906
|
-
TemporalAdaptiveQuantization?: H265TemporalAdaptiveQuantization | string;
|
|
907
|
-
|
|
908
|
-
TemporalIds?: H265TemporalIds | string;
|
|
909
|
-
|
|
910
|
-
Tiles?: H265Tiles | string;
|
|
911
|
-
|
|
912
|
-
UnregisteredSeiTimecode?: H265UnregisteredSeiTimecode | string;
|
|
913
|
-
|
|
914
|
-
WriteMp4PackagingType?: H265WriteMp4PackagingType | string;
|
|
915
|
-
}
|
|
916
|
-
export declare namespace H265Settings {
|
|
917
|
-
|
|
918
|
-
const filterSensitiveLog: (obj: H265Settings) => any;
|
|
919
|
-
}
|
|
920
|
-
export declare enum Mpeg2AdaptiveQuantization {
|
|
921
|
-
HIGH = "HIGH",
|
|
922
|
-
LOW = "LOW",
|
|
923
|
-
MEDIUM = "MEDIUM",
|
|
924
|
-
OFF = "OFF"
|
|
925
|
-
}
|
|
926
|
-
export declare enum Mpeg2CodecLevel {
|
|
927
|
-
AUTO = "AUTO",
|
|
928
|
-
HIGH = "HIGH",
|
|
929
|
-
HIGH1440 = "HIGH1440",
|
|
930
|
-
LOW = "LOW",
|
|
931
|
-
MAIN = "MAIN"
|
|
932
|
-
}
|
|
933
|
-
export declare enum Mpeg2CodecProfile {
|
|
934
|
-
MAIN = "MAIN",
|
|
935
|
-
PROFILE_422 = "PROFILE_422"
|
|
936
|
-
}
|
|
937
|
-
export declare enum Mpeg2DynamicSubGop {
|
|
938
|
-
ADAPTIVE = "ADAPTIVE",
|
|
939
|
-
STATIC = "STATIC"
|
|
940
|
-
}
|
|
941
|
-
export declare enum Mpeg2FramerateControl {
|
|
942
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
943
|
-
SPECIFIED = "SPECIFIED"
|
|
944
|
-
}
|
|
945
|
-
export declare enum Mpeg2FramerateConversionAlgorithm {
|
|
946
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
947
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
948
|
-
INTERPOLATE = "INTERPOLATE"
|
|
949
|
-
}
|
|
950
|
-
export declare enum Mpeg2GopSizeUnits {
|
|
951
|
-
FRAMES = "FRAMES",
|
|
952
|
-
SECONDS = "SECONDS"
|
|
953
|
-
}
|
|
954
|
-
export declare enum Mpeg2InterlaceMode {
|
|
955
|
-
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
956
|
-
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
957
|
-
FOLLOW_TOP_FIELD = "FOLLOW_TOP_FIELD",
|
|
958
|
-
PROGRESSIVE = "PROGRESSIVE",
|
|
959
|
-
TOP_FIELD = "TOP_FIELD"
|
|
960
|
-
}
|
|
961
|
-
export declare enum Mpeg2IntraDcPrecision {
|
|
962
|
-
AUTO = "AUTO",
|
|
963
|
-
INTRA_DC_PRECISION_10 = "INTRA_DC_PRECISION_10",
|
|
964
|
-
INTRA_DC_PRECISION_11 = "INTRA_DC_PRECISION_11",
|
|
965
|
-
INTRA_DC_PRECISION_8 = "INTRA_DC_PRECISION_8",
|
|
966
|
-
INTRA_DC_PRECISION_9 = "INTRA_DC_PRECISION_9"
|
|
967
|
-
}
|
|
968
|
-
export declare enum Mpeg2ParControl {
|
|
969
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
970
|
-
SPECIFIED = "SPECIFIED"
|
|
971
|
-
}
|
|
972
|
-
export declare enum Mpeg2QualityTuningLevel {
|
|
973
|
-
MULTI_PASS = "MULTI_PASS",
|
|
974
|
-
SINGLE_PASS = "SINGLE_PASS"
|
|
975
|
-
}
|
|
976
|
-
export declare enum Mpeg2RateControlMode {
|
|
977
|
-
CBR = "CBR",
|
|
978
|
-
VBR = "VBR"
|
|
979
|
-
}
|
|
980
|
-
export declare enum Mpeg2ScanTypeConversionMode {
|
|
981
|
-
INTERLACED = "INTERLACED",
|
|
982
|
-
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
983
|
-
}
|
|
984
|
-
export declare enum Mpeg2SceneChangeDetect {
|
|
985
|
-
DISABLED = "DISABLED",
|
|
986
|
-
ENABLED = "ENABLED"
|
|
987
|
-
}
|
|
988
|
-
export declare enum Mpeg2SlowPal {
|
|
989
|
-
DISABLED = "DISABLED",
|
|
990
|
-
ENABLED = "ENABLED"
|
|
991
|
-
}
|
|
992
|
-
export declare enum Mpeg2SpatialAdaptiveQuantization {
|
|
993
|
-
DISABLED = "DISABLED",
|
|
994
|
-
ENABLED = "ENABLED"
|
|
995
|
-
}
|
|
996
|
-
export declare enum Mpeg2Syntax {
|
|
997
|
-
DEFAULT = "DEFAULT",
|
|
998
|
-
D_10 = "D_10"
|
|
999
|
-
}
|
|
1000
|
-
export declare enum Mpeg2Telecine {
|
|
1001
|
-
HARD = "HARD",
|
|
1002
|
-
NONE = "NONE",
|
|
1003
|
-
SOFT = "SOFT"
|
|
1004
|
-
}
|
|
1005
|
-
export declare enum Mpeg2TemporalAdaptiveQuantization {
|
|
1006
|
-
DISABLED = "DISABLED",
|
|
1007
|
-
ENABLED = "ENABLED"
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
export interface Mpeg2Settings {
|
|
1011
|
-
|
|
1012
|
-
AdaptiveQuantization?: Mpeg2AdaptiveQuantization | string;
|
|
1013
|
-
|
|
1014
|
-
Bitrate?: number;
|
|
1015
|
-
|
|
1016
|
-
CodecLevel?: Mpeg2CodecLevel | string;
|
|
1017
|
-
|
|
1018
|
-
CodecProfile?: Mpeg2CodecProfile | string;
|
|
1019
|
-
|
|
1020
|
-
DynamicSubGop?: Mpeg2DynamicSubGop | string;
|
|
1021
|
-
|
|
1022
|
-
FramerateControl?: Mpeg2FramerateControl | string;
|
|
1023
|
-
|
|
1024
|
-
FramerateConversionAlgorithm?: Mpeg2FramerateConversionAlgorithm | string;
|
|
1025
|
-
|
|
1026
|
-
FramerateDenominator?: number;
|
|
1027
|
-
|
|
1028
|
-
FramerateNumerator?: number;
|
|
1029
|
-
|
|
1030
|
-
GopClosedCadence?: number;
|
|
1031
|
-
|
|
1032
|
-
GopSize?: number;
|
|
1033
|
-
|
|
1034
|
-
GopSizeUnits?: Mpeg2GopSizeUnits | string;
|
|
1035
|
-
|
|
1036
|
-
HrdBufferInitialFillPercentage?: number;
|
|
1037
|
-
|
|
1038
|
-
HrdBufferSize?: number;
|
|
1039
|
-
|
|
1040
|
-
InterlaceMode?: Mpeg2InterlaceMode | string;
|
|
1041
|
-
|
|
1042
|
-
IntraDcPrecision?: Mpeg2IntraDcPrecision | string;
|
|
1043
|
-
|
|
1044
|
-
MaxBitrate?: number;
|
|
1045
|
-
|
|
1046
|
-
MinIInterval?: number;
|
|
1047
|
-
|
|
1048
|
-
NumberBFramesBetweenReferenceFrames?: number;
|
|
1049
|
-
|
|
1050
|
-
ParControl?: Mpeg2ParControl | string;
|
|
1051
|
-
|
|
1052
|
-
ParDenominator?: number;
|
|
1053
|
-
|
|
1054
|
-
ParNumerator?: number;
|
|
1055
|
-
|
|
1056
|
-
QualityTuningLevel?: Mpeg2QualityTuningLevel | string;
|
|
1057
|
-
|
|
1058
|
-
RateControlMode?: Mpeg2RateControlMode | string;
|
|
1059
|
-
|
|
1060
|
-
ScanTypeConversionMode?: Mpeg2ScanTypeConversionMode | string;
|
|
1061
|
-
|
|
1062
|
-
SceneChangeDetect?: Mpeg2SceneChangeDetect | string;
|
|
1063
|
-
|
|
1064
|
-
SlowPal?: Mpeg2SlowPal | string;
|
|
1065
|
-
|
|
1066
|
-
Softness?: number;
|
|
1067
|
-
|
|
1068
|
-
SpatialAdaptiveQuantization?: Mpeg2SpatialAdaptiveQuantization | string;
|
|
1069
|
-
|
|
1070
|
-
Syntax?: Mpeg2Syntax | string;
|
|
1071
|
-
|
|
1072
|
-
Telecine?: Mpeg2Telecine | string;
|
|
1073
|
-
|
|
1074
|
-
TemporalAdaptiveQuantization?: Mpeg2TemporalAdaptiveQuantization | string;
|
|
1075
|
-
}
|
|
1076
|
-
export declare namespace Mpeg2Settings {
|
|
1077
|
-
|
|
1078
|
-
const filterSensitiveLog: (obj: Mpeg2Settings) => any;
|
|
1079
|
-
}
|
|
1080
|
-
export declare enum ProresChromaSampling {
|
|
1081
|
-
PRESERVE_444_SAMPLING = "PRESERVE_444_SAMPLING",
|
|
1082
|
-
SUBSAMPLE_TO_422 = "SUBSAMPLE_TO_422"
|
|
1083
|
-
}
|
|
1084
|
-
export declare enum ProresCodecProfile {
|
|
1085
|
-
APPLE_PRORES_422 = "APPLE_PRORES_422",
|
|
1086
|
-
APPLE_PRORES_422_HQ = "APPLE_PRORES_422_HQ",
|
|
1087
|
-
APPLE_PRORES_422_LT = "APPLE_PRORES_422_LT",
|
|
1088
|
-
APPLE_PRORES_422_PROXY = "APPLE_PRORES_422_PROXY",
|
|
1089
|
-
APPLE_PRORES_4444 = "APPLE_PRORES_4444",
|
|
1090
|
-
APPLE_PRORES_4444_XQ = "APPLE_PRORES_4444_XQ"
|
|
1091
|
-
}
|
|
1092
|
-
export declare enum ProresFramerateControl {
|
|
1093
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1094
|
-
SPECIFIED = "SPECIFIED"
|
|
1095
|
-
}
|
|
1096
|
-
export declare enum ProresFramerateConversionAlgorithm {
|
|
1097
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1098
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
1099
|
-
INTERPOLATE = "INTERPOLATE"
|
|
1100
|
-
}
|
|
1101
|
-
export declare enum ProresInterlaceMode {
|
|
1102
|
-
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
1103
|
-
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
1104
|
-
FOLLOW_TOP_FIELD = "FOLLOW_TOP_FIELD",
|
|
1105
|
-
PROGRESSIVE = "PROGRESSIVE",
|
|
1106
|
-
TOP_FIELD = "TOP_FIELD"
|
|
1107
|
-
}
|
|
1108
|
-
export declare enum ProresParControl {
|
|
1109
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1110
|
-
SPECIFIED = "SPECIFIED"
|
|
1111
|
-
}
|
|
1112
|
-
export declare enum ProresScanTypeConversionMode {
|
|
1113
|
-
INTERLACED = "INTERLACED",
|
|
1114
|
-
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
1115
|
-
}
|
|
1116
|
-
export declare enum ProresSlowPal {
|
|
1117
|
-
DISABLED = "DISABLED",
|
|
1118
|
-
ENABLED = "ENABLED"
|
|
1119
|
-
}
|
|
1120
|
-
export declare enum ProresTelecine {
|
|
1121
|
-
HARD = "HARD",
|
|
1122
|
-
NONE = "NONE"
|
|
1123
|
-
}
|
|
1124
|
-
|
|
1125
|
-
export interface ProresSettings {
|
|
1126
|
-
|
|
1127
|
-
ChromaSampling?: ProresChromaSampling | string;
|
|
1128
|
-
|
|
1129
|
-
CodecProfile?: ProresCodecProfile | string;
|
|
1130
|
-
|
|
1131
|
-
FramerateControl?: ProresFramerateControl | string;
|
|
1132
|
-
|
|
1133
|
-
FramerateConversionAlgorithm?: ProresFramerateConversionAlgorithm | string;
|
|
1134
|
-
|
|
1135
|
-
FramerateDenominator?: number;
|
|
1136
|
-
|
|
1137
|
-
FramerateNumerator?: number;
|
|
1138
|
-
|
|
1139
|
-
InterlaceMode?: ProresInterlaceMode | string;
|
|
1140
|
-
|
|
1141
|
-
ParControl?: ProresParControl | string;
|
|
1142
|
-
|
|
1143
|
-
ParDenominator?: number;
|
|
1144
|
-
|
|
1145
|
-
ParNumerator?: number;
|
|
1146
|
-
|
|
1147
|
-
ScanTypeConversionMode?: ProresScanTypeConversionMode | string;
|
|
1148
|
-
|
|
1149
|
-
SlowPal?: ProresSlowPal | string;
|
|
1150
|
-
|
|
1151
|
-
Telecine?: ProresTelecine | string;
|
|
1152
|
-
}
|
|
1153
|
-
export declare namespace ProresSettings {
|
|
1154
|
-
|
|
1155
|
-
const filterSensitiveLog: (obj: ProresSettings) => any;
|
|
1156
|
-
}
|
|
1157
|
-
export declare enum Vc3FramerateControl {
|
|
1158
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1159
|
-
SPECIFIED = "SPECIFIED"
|
|
1160
|
-
}
|
|
1161
|
-
export declare enum Vc3FramerateConversionAlgorithm {
|
|
1162
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1163
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
1164
|
-
INTERPOLATE = "INTERPOLATE"
|
|
1165
|
-
}
|
|
1166
|
-
export declare enum Vc3InterlaceMode {
|
|
1167
|
-
INTERLACED = "INTERLACED",
|
|
1168
|
-
PROGRESSIVE = "PROGRESSIVE"
|
|
1169
|
-
}
|
|
1170
|
-
export declare enum Vc3ScanTypeConversionMode {
|
|
1171
|
-
INTERLACED = "INTERLACED",
|
|
1172
|
-
INTERLACED_OPTIMIZE = "INTERLACED_OPTIMIZE"
|
|
1173
|
-
}
|
|
1174
|
-
export declare enum Vc3SlowPal {
|
|
1175
|
-
DISABLED = "DISABLED",
|
|
1176
|
-
ENABLED = "ENABLED"
|
|
1177
|
-
}
|
|
1178
|
-
export declare enum Vc3Telecine {
|
|
1179
|
-
HARD = "HARD",
|
|
1180
|
-
NONE = "NONE"
|
|
1181
|
-
}
|
|
1182
|
-
export declare enum Vc3Class {
|
|
1183
|
-
CLASS_145_8BIT = "CLASS_145_8BIT",
|
|
1184
|
-
CLASS_220_10BIT = "CLASS_220_10BIT",
|
|
1185
|
-
CLASS_220_8BIT = "CLASS_220_8BIT"
|
|
1186
|
-
}
|
|
1187
|
-
|
|
1188
|
-
export interface Vc3Settings {
|
|
1189
|
-
|
|
1190
|
-
FramerateControl?: Vc3FramerateControl | string;
|
|
1191
|
-
|
|
1192
|
-
FramerateConversionAlgorithm?: Vc3FramerateConversionAlgorithm | string;
|
|
1193
|
-
|
|
1194
|
-
FramerateDenominator?: number;
|
|
1195
|
-
|
|
1196
|
-
FramerateNumerator?: number;
|
|
1197
|
-
|
|
1198
|
-
InterlaceMode?: Vc3InterlaceMode | string;
|
|
1199
|
-
|
|
1200
|
-
ScanTypeConversionMode?: Vc3ScanTypeConversionMode | string;
|
|
1201
|
-
|
|
1202
|
-
SlowPal?: Vc3SlowPal | string;
|
|
1203
|
-
|
|
1204
|
-
Telecine?: Vc3Telecine | string;
|
|
1205
|
-
|
|
1206
|
-
Vc3Class?: Vc3Class | string;
|
|
1207
|
-
}
|
|
1208
|
-
export declare namespace Vc3Settings {
|
|
1209
|
-
|
|
1210
|
-
const filterSensitiveLog: (obj: Vc3Settings) => any;
|
|
1211
|
-
}
|
|
1212
|
-
export declare enum Vp8FramerateControl {
|
|
1213
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1214
|
-
SPECIFIED = "SPECIFIED"
|
|
1215
|
-
}
|
|
1216
|
-
export declare enum Vp8FramerateConversionAlgorithm {
|
|
1217
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1218
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
1219
|
-
INTERPOLATE = "INTERPOLATE"
|
|
1220
|
-
}
|
|
1221
|
-
export declare enum Vp8ParControl {
|
|
1222
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1223
|
-
SPECIFIED = "SPECIFIED"
|
|
1224
|
-
}
|
|
1225
|
-
export declare enum Vp8QualityTuningLevel {
|
|
1226
|
-
MULTI_PASS = "MULTI_PASS",
|
|
1227
|
-
MULTI_PASS_HQ = "MULTI_PASS_HQ"
|
|
1228
|
-
}
|
|
1229
|
-
export declare enum Vp8RateControlMode {
|
|
1230
|
-
VBR = "VBR"
|
|
1231
|
-
}
|
|
1232
|
-
|
|
1233
|
-
export interface Vp8Settings {
|
|
1234
|
-
|
|
1235
|
-
Bitrate?: number;
|
|
1236
|
-
|
|
1237
|
-
FramerateControl?: Vp8FramerateControl | string;
|
|
1238
|
-
|
|
1239
|
-
FramerateConversionAlgorithm?: Vp8FramerateConversionAlgorithm | string;
|
|
1240
|
-
|
|
1241
|
-
FramerateDenominator?: number;
|
|
1242
|
-
|
|
1243
|
-
FramerateNumerator?: number;
|
|
1244
|
-
|
|
1245
|
-
GopSize?: number;
|
|
1246
|
-
|
|
1247
|
-
HrdBufferSize?: number;
|
|
1248
|
-
|
|
1249
|
-
MaxBitrate?: number;
|
|
1250
|
-
|
|
1251
|
-
ParControl?: Vp8ParControl | string;
|
|
1252
|
-
|
|
1253
|
-
ParDenominator?: number;
|
|
1254
|
-
|
|
1255
|
-
ParNumerator?: number;
|
|
1256
|
-
|
|
1257
|
-
QualityTuningLevel?: Vp8QualityTuningLevel | string;
|
|
1258
|
-
|
|
1259
|
-
RateControlMode?: Vp8RateControlMode | string;
|
|
1260
|
-
}
|
|
1261
|
-
export declare namespace Vp8Settings {
|
|
1262
|
-
|
|
1263
|
-
const filterSensitiveLog: (obj: Vp8Settings) => any;
|
|
1264
|
-
}
|
|
1265
|
-
export declare enum Vp9FramerateControl {
|
|
1266
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1267
|
-
SPECIFIED = "SPECIFIED"
|
|
1268
|
-
}
|
|
1269
|
-
export declare enum Vp9FramerateConversionAlgorithm {
|
|
1270
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1271
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
1272
|
-
INTERPOLATE = "INTERPOLATE"
|
|
1273
|
-
}
|
|
1274
|
-
export declare enum Vp9ParControl {
|
|
1275
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1276
|
-
SPECIFIED = "SPECIFIED"
|
|
1277
|
-
}
|
|
1278
|
-
export declare enum Vp9QualityTuningLevel {
|
|
1279
|
-
MULTI_PASS = "MULTI_PASS",
|
|
1280
|
-
MULTI_PASS_HQ = "MULTI_PASS_HQ"
|
|
1281
|
-
}
|
|
1282
|
-
export declare enum Vp9RateControlMode {
|
|
1283
|
-
VBR = "VBR"
|
|
1284
|
-
}
|
|
1285
|
-
|
|
1286
|
-
export interface Vp9Settings {
|
|
1287
|
-
|
|
1288
|
-
Bitrate?: number;
|
|
1289
|
-
|
|
1290
|
-
FramerateControl?: Vp9FramerateControl | string;
|
|
1291
|
-
|
|
1292
|
-
FramerateConversionAlgorithm?: Vp9FramerateConversionAlgorithm | string;
|
|
1293
|
-
|
|
1294
|
-
FramerateDenominator?: number;
|
|
1295
|
-
|
|
1296
|
-
FramerateNumerator?: number;
|
|
1297
|
-
|
|
1298
|
-
GopSize?: number;
|
|
1299
|
-
|
|
1300
|
-
HrdBufferSize?: number;
|
|
1301
|
-
|
|
1302
|
-
MaxBitrate?: number;
|
|
1303
|
-
|
|
1304
|
-
ParControl?: Vp9ParControl | string;
|
|
1305
|
-
|
|
1306
|
-
ParDenominator?: number;
|
|
1307
|
-
|
|
1308
|
-
ParNumerator?: number;
|
|
1309
|
-
|
|
1310
|
-
QualityTuningLevel?: Vp9QualityTuningLevel | string;
|
|
1311
|
-
|
|
1312
|
-
RateControlMode?: Vp9RateControlMode | string;
|
|
1313
|
-
}
|
|
1314
|
-
export declare namespace Vp9Settings {
|
|
1315
|
-
|
|
1316
|
-
const filterSensitiveLog: (obj: Vp9Settings) => any;
|
|
1317
|
-
}
|
|
1318
|
-
export declare enum XavcAdaptiveQuantization {
|
|
1319
|
-
AUTO = "AUTO",
|
|
1320
|
-
HIGH = "HIGH",
|
|
1321
|
-
HIGHER = "HIGHER",
|
|
1322
|
-
LOW = "LOW",
|
|
1323
|
-
MAX = "MAX",
|
|
1324
|
-
MEDIUM = "MEDIUM",
|
|
1325
|
-
OFF = "OFF"
|
|
1326
|
-
}
|
|
1327
|
-
export declare enum XavcEntropyEncoding {
|
|
1328
|
-
AUTO = "AUTO",
|
|
1329
|
-
CABAC = "CABAC",
|
|
1330
|
-
CAVLC = "CAVLC"
|
|
1331
|
-
}
|
|
1332
|
-
export declare enum XavcFramerateControl {
|
|
1333
|
-
INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
|
|
1334
|
-
SPECIFIED = "SPECIFIED"
|
|
1335
|
-
}
|
|
1336
|
-
export declare enum XavcFramerateConversionAlgorithm {
|
|
1337
|
-
DUPLICATE_DROP = "DUPLICATE_DROP",
|
|
1338
|
-
FRAMEFORMER = "FRAMEFORMER",
|
|
1339
|
-
INTERPOLATE = "INTERPOLATE"
|
|
1340
|
-
}
|
|
1341
|
-
export declare enum XavcProfile {
|
|
1342
|
-
XAVC_4K = "XAVC_4K",
|
|
1343
|
-
XAVC_4K_INTRA_CBG = "XAVC_4K_INTRA_CBG",
|
|
1344
|
-
XAVC_4K_INTRA_VBR = "XAVC_4K_INTRA_VBR",
|
|
1345
|
-
XAVC_HD = "XAVC_HD",
|
|
1346
|
-
XAVC_HD_INTRA_CBG = "XAVC_HD_INTRA_CBG"
|
|
1347
|
-
}
|
|
1348
|
-
export declare enum XavcSlowPal {
|
|
1349
|
-
DISABLED = "DISABLED",
|
|
1350
|
-
ENABLED = "ENABLED"
|
|
1351
|
-
}
|
|
1352
|
-
export declare enum XavcSpatialAdaptiveQuantization {
|
|
1353
|
-
DISABLED = "DISABLED",
|
|
1354
|
-
ENABLED = "ENABLED"
|
|
1355
|
-
}
|
|
1356
|
-
export declare enum XavcTemporalAdaptiveQuantization {
|
|
1357
|
-
DISABLED = "DISABLED",
|
|
1358
|
-
ENABLED = "ENABLED"
|
|
1359
|
-
}
|
|
1360
|
-
export declare enum Xavc4kIntraCbgProfileClass {
|
|
1361
|
-
CLASS_100 = "CLASS_100",
|
|
1362
|
-
CLASS_300 = "CLASS_300",
|
|
1363
|
-
CLASS_480 = "CLASS_480"
|
|
1364
|
-
}
|
|
1365
|
-
|
|
1366
|
-
export interface Xavc4kIntraCbgProfileSettings {
|
|
1367
|
-
|
|
1368
|
-
XavcClass?: Xavc4kIntraCbgProfileClass | string;
|
|
1369
|
-
}
|
|
1370
|
-
export declare namespace Xavc4kIntraCbgProfileSettings {
|
|
1371
|
-
|
|
1372
|
-
const filterSensitiveLog: (obj: Xavc4kIntraCbgProfileSettings) => any;
|
|
1373
|
-
}
|
|
1374
|
-
export declare enum Xavc4kIntraVbrProfileClass {
|
|
1375
|
-
CLASS_100 = "CLASS_100",
|
|
1376
|
-
CLASS_300 = "CLASS_300",
|
|
1377
|
-
CLASS_480 = "CLASS_480"
|
|
1378
|
-
}
|
|
1379
|
-
|
|
1380
|
-
export interface Xavc4kIntraVbrProfileSettings {
|
|
1381
|
-
|
|
1382
|
-
XavcClass?: Xavc4kIntraVbrProfileClass | string;
|
|
1383
|
-
}
|
|
1384
|
-
export declare namespace Xavc4kIntraVbrProfileSettings {
|
|
1385
|
-
|
|
1386
|
-
const filterSensitiveLog: (obj: Xavc4kIntraVbrProfileSettings) => any;
|
|
1387
|
-
}
|
|
1388
|
-
export declare enum Xavc4kProfileBitrateClass {
|
|
1389
|
-
BITRATE_CLASS_100 = "BITRATE_CLASS_100",
|
|
1390
|
-
BITRATE_CLASS_140 = "BITRATE_CLASS_140",
|
|
1391
|
-
BITRATE_CLASS_200 = "BITRATE_CLASS_200"
|
|
1392
|
-
}
|
|
1393
|
-
export declare enum Xavc4kProfileCodecProfile {
|
|
1394
|
-
HIGH = "HIGH",
|
|
1395
|
-
HIGH_422 = "HIGH_422"
|
|
1396
|
-
}
|
|
1397
|
-
export declare enum XavcFlickerAdaptiveQuantization {
|
|
1398
|
-
DISABLED = "DISABLED",
|
|
1399
|
-
ENABLED = "ENABLED"
|
|
1400
|
-
}
|
|
1401
|
-
export declare enum XavcGopBReference {
|
|
1402
|
-
DISABLED = "DISABLED",
|
|
1403
|
-
ENABLED = "ENABLED"
|
|
1404
|
-
}
|
|
1405
|
-
export declare enum Xavc4kProfileQualityTuningLevel {
|
|
1406
|
-
MULTI_PASS_HQ = "MULTI_PASS_HQ",
|
|
1407
|
-
SINGLE_PASS = "SINGLE_PASS",
|
|
1408
|
-
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
1409
|
-
}
|
|
1410
|
-
|
|
1411
|
-
export interface Xavc4kProfileSettings {
|
|
1412
|
-
|
|
1413
|
-
BitrateClass?: Xavc4kProfileBitrateClass | string;
|
|
1414
|
-
|
|
1415
|
-
CodecProfile?: Xavc4kProfileCodecProfile | string;
|
|
1416
|
-
|
|
1417
|
-
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization | string;
|
|
1418
|
-
|
|
1419
|
-
GopBReference?: XavcGopBReference | string;
|
|
1420
|
-
|
|
1421
|
-
GopClosedCadence?: number;
|
|
1422
|
-
|
|
1423
|
-
HrdBufferSize?: number;
|
|
1424
|
-
|
|
1425
|
-
QualityTuningLevel?: Xavc4kProfileQualityTuningLevel | string;
|
|
1426
|
-
|
|
1427
|
-
Slices?: number;
|
|
1428
|
-
}
|
|
1429
|
-
export declare namespace Xavc4kProfileSettings {
|
|
1430
|
-
|
|
1431
|
-
const filterSensitiveLog: (obj: Xavc4kProfileSettings) => any;
|
|
1432
|
-
}
|
|
1433
|
-
export declare enum XavcHdIntraCbgProfileClass {
|
|
1434
|
-
CLASS_100 = "CLASS_100",
|
|
1435
|
-
CLASS_200 = "CLASS_200",
|
|
1436
|
-
CLASS_50 = "CLASS_50"
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
export interface XavcHdIntraCbgProfileSettings {
|
|
1440
|
-
|
|
1441
|
-
XavcClass?: XavcHdIntraCbgProfileClass | string;
|
|
1442
|
-
}
|
|
1443
|
-
export declare namespace XavcHdIntraCbgProfileSettings {
|
|
1444
|
-
|
|
1445
|
-
const filterSensitiveLog: (obj: XavcHdIntraCbgProfileSettings) => any;
|
|
1446
|
-
}
|
|
1447
|
-
export declare enum XavcHdProfileBitrateClass {
|
|
1448
|
-
BITRATE_CLASS_25 = "BITRATE_CLASS_25",
|
|
1449
|
-
BITRATE_CLASS_35 = "BITRATE_CLASS_35",
|
|
1450
|
-
BITRATE_CLASS_50 = "BITRATE_CLASS_50"
|
|
1451
|
-
}
|
|
1452
|
-
export declare enum XavcInterlaceMode {
|
|
1453
|
-
BOTTOM_FIELD = "BOTTOM_FIELD",
|
|
1454
|
-
FOLLOW_BOTTOM_FIELD = "FOLLOW_BOTTOM_FIELD",
|
|
1455
|
-
FOLLOW_TOP_FIELD = "FOLLOW_TOP_FIELD",
|
|
1456
|
-
PROGRESSIVE = "PROGRESSIVE",
|
|
1457
|
-
TOP_FIELD = "TOP_FIELD"
|
|
1458
|
-
}
|
|
1459
|
-
export declare enum XavcHdProfileQualityTuningLevel {
|
|
1460
|
-
MULTI_PASS_HQ = "MULTI_PASS_HQ",
|
|
1461
|
-
SINGLE_PASS = "SINGLE_PASS",
|
|
1462
|
-
SINGLE_PASS_HQ = "SINGLE_PASS_HQ"
|
|
1463
|
-
}
|
|
1464
|
-
export declare enum XavcHdProfileTelecine {
|
|
1465
|
-
HARD = "HARD",
|
|
1466
|
-
NONE = "NONE"
|
|
1467
|
-
}
|
|
1468
|
-
|
|
1469
|
-
export interface XavcHdProfileSettings {
|
|
1470
|
-
|
|
1471
|
-
BitrateClass?: XavcHdProfileBitrateClass | string;
|
|
1472
|
-
|
|
1473
|
-
FlickerAdaptiveQuantization?: XavcFlickerAdaptiveQuantization | string;
|
|
1474
|
-
|
|
1475
|
-
GopBReference?: XavcGopBReference | string;
|
|
1476
|
-
|
|
1477
|
-
GopClosedCadence?: number;
|
|
1478
|
-
|
|
1479
|
-
HrdBufferSize?: number;
|
|
1480
|
-
|
|
1481
|
-
InterlaceMode?: XavcInterlaceMode | string;
|
|
1482
|
-
|
|
1483
|
-
QualityTuningLevel?: XavcHdProfileQualityTuningLevel | string;
|
|
1484
|
-
|
|
1485
|
-
Slices?: number;
|
|
1486
|
-
|
|
1487
|
-
Telecine?: XavcHdProfileTelecine | string;
|
|
1488
|
-
}
|
|
1489
|
-
export declare namespace XavcHdProfileSettings {
|
|
1490
|
-
|
|
1491
|
-
const filterSensitiveLog: (obj: XavcHdProfileSettings) => any;
|
|
1492
|
-
}
|
|
1493
|
-
|
|
1494
|
-
export interface XavcSettings {
|
|
1495
|
-
|
|
1496
|
-
AdaptiveQuantization?: XavcAdaptiveQuantization | string;
|
|
1497
|
-
|
|
1498
|
-
EntropyEncoding?: XavcEntropyEncoding | string;
|
|
1499
|
-
|
|
1500
|
-
FramerateControl?: XavcFramerateControl | string;
|
|
1501
|
-
|
|
1502
|
-
FramerateConversionAlgorithm?: XavcFramerateConversionAlgorithm | string;
|
|
1503
|
-
|
|
1504
|
-
FramerateDenominator?: number;
|
|
1505
|
-
|
|
1506
|
-
FramerateNumerator?: number;
|
|
1507
|
-
|
|
1508
|
-
Profile?: XavcProfile | string;
|
|
1509
|
-
|
|
1510
|
-
SlowPal?: XavcSlowPal | string;
|
|
1511
|
-
|
|
1512
|
-
Softness?: number;
|
|
1513
|
-
|
|
1514
|
-
SpatialAdaptiveQuantization?: XavcSpatialAdaptiveQuantization | string;
|
|
1515
|
-
|
|
1516
|
-
TemporalAdaptiveQuantization?: XavcTemporalAdaptiveQuantization | string;
|
|
1517
|
-
|
|
1518
|
-
Xavc4kIntraCbgProfileSettings?: Xavc4kIntraCbgProfileSettings;
|
|
1519
|
-
|
|
1520
|
-
Xavc4kIntraVbrProfileSettings?: Xavc4kIntraVbrProfileSettings;
|
|
1521
|
-
|
|
1522
|
-
Xavc4kProfileSettings?: Xavc4kProfileSettings;
|
|
1523
|
-
|
|
1524
|
-
XavcHdIntraCbgProfileSettings?: XavcHdIntraCbgProfileSettings;
|
|
1525
|
-
|
|
1526
|
-
XavcHdProfileSettings?: XavcHdProfileSettings;
|
|
1527
|
-
}
|
|
1528
|
-
export declare namespace XavcSettings {
|
|
1529
|
-
|
|
1530
|
-
const filterSensitiveLog: (obj: XavcSettings) => any;
|
|
1531
|
-
}
|
|
1532
|
-
|
|
1533
|
-
export interface VideoCodecSettings {
|
|
1534
|
-
|
|
1535
|
-
Av1Settings?: Av1Settings;
|
|
1536
|
-
|
|
1537
|
-
AvcIntraSettings?: AvcIntraSettings;
|
|
1538
|
-
|
|
1539
|
-
Codec?: VideoCodec | string;
|
|
1540
|
-
|
|
1541
|
-
FrameCaptureSettings?: FrameCaptureSettings;
|
|
1542
|
-
|
|
1543
|
-
H264Settings?: H264Settings;
|
|
1544
|
-
|
|
1545
|
-
H265Settings?: H265Settings;
|
|
1546
|
-
|
|
1547
|
-
Mpeg2Settings?: Mpeg2Settings;
|
|
1548
|
-
|
|
1549
|
-
ProresSettings?: ProresSettings;
|
|
1550
|
-
|
|
1551
|
-
Vc3Settings?: Vc3Settings;
|
|
1552
|
-
|
|
1553
|
-
Vp8Settings?: Vp8Settings;
|
|
1554
|
-
|
|
1555
|
-
Vp9Settings?: Vp9Settings;
|
|
1556
|
-
|
|
1557
|
-
XavcSettings?: XavcSettings;
|
|
1558
|
-
}
|
|
1559
|
-
export declare namespace VideoCodecSettings {
|
|
1560
|
-
|
|
1561
|
-
const filterSensitiveLog: (obj: VideoCodecSettings) => any;
|
|
1562
|
-
}
|
|
1563
|
-
export declare enum ColorMetadata {
|
|
1564
|
-
IGNORE = "IGNORE",
|
|
1565
|
-
INSERT = "INSERT"
|
|
1566
|
-
}
|
|
1567
|
-
export declare enum DropFrameTimecode {
|
|
1568
|
-
DISABLED = "DISABLED",
|
|
1569
|
-
ENABLED = "ENABLED"
|
|
1570
|
-
}
|
|
1571
|
-
export declare enum RespondToAfd {
|
|
1572
|
-
NONE = "NONE",
|
|
1573
|
-
PASSTHROUGH = "PASSTHROUGH",
|
|
1574
|
-
RESPOND = "RESPOND"
|
|
1575
|
-
}
|
|
1576
|
-
export declare enum ScalingBehavior {
|
|
1577
|
-
DEFAULT = "DEFAULT",
|
|
1578
|
-
STRETCH_TO_OUTPUT = "STRETCH_TO_OUTPUT"
|
|
1579
|
-
}
|
|
1580
|
-
export declare enum VideoTimecodeInsertion {
|
|
1581
|
-
DISABLED = "DISABLED",
|
|
1582
|
-
PIC_TIMING_SEI = "PIC_TIMING_SEI"
|
|
1583
|
-
}
|
|
1584
|
-
export declare enum ColorSpaceConversion {
|
|
1585
|
-
FORCE_601 = "FORCE_601",
|
|
1586
|
-
FORCE_709 = "FORCE_709",
|
|
1587
|
-
FORCE_HDR10 = "FORCE_HDR10",
|
|
1588
|
-
FORCE_HLG_2020 = "FORCE_HLG_2020",
|
|
1589
|
-
NONE = "NONE"
|
|
1590
|
-
}
|
|
1591
|
-
export declare enum SampleRangeConversion {
|
|
1592
|
-
LIMITED_RANGE_SQUEEZE = "LIMITED_RANGE_SQUEEZE",
|
|
1593
|
-
NONE = "NONE"
|
|
1594
|
-
}
|
|
1595
|
-
|
|
1596
|
-
export interface ColorCorrector {
|
|
1597
|
-
|
|
1598
|
-
Brightness?: number;
|
|
1599
|
-
|
|
1600
|
-
ColorSpaceConversion?: ColorSpaceConversion | string;
|
|
1601
|
-
|
|
1602
|
-
Contrast?: number;
|
|
1603
|
-
|
|
1604
|
-
Hdr10Metadata?: Hdr10Metadata;
|
|
1605
|
-
|
|
1606
|
-
Hue?: number;
|
|
1607
|
-
|
|
1608
|
-
SampleRangeConversion?: SampleRangeConversion | string;
|
|
1609
|
-
|
|
1610
|
-
Saturation?: number;
|
|
1611
|
-
}
|
|
1612
|
-
export declare namespace ColorCorrector {
|
|
1613
|
-
|
|
1614
|
-
const filterSensitiveLog: (obj: ColorCorrector) => any;
|
|
1615
|
-
}
|
|
1616
|
-
export declare enum DeinterlaceAlgorithm {
|
|
1617
|
-
BLEND = "BLEND",
|
|
1618
|
-
BLEND_TICKER = "BLEND_TICKER",
|
|
1619
|
-
INTERPOLATE = "INTERPOLATE",
|
|
1620
|
-
INTERPOLATE_TICKER = "INTERPOLATE_TICKER"
|
|
1621
|
-
}
|
|
1622
|
-
export declare enum DeinterlacerControl {
|
|
1623
|
-
FORCE_ALL_FRAMES = "FORCE_ALL_FRAMES",
|
|
1624
|
-
NORMAL = "NORMAL"
|
|
1625
|
-
}
|
|
1626
|
-
export declare enum DeinterlacerMode {
|
|
1627
|
-
ADAPTIVE = "ADAPTIVE",
|
|
1628
|
-
DEINTERLACE = "DEINTERLACE",
|
|
1629
|
-
INVERSE_TELECINE = "INVERSE_TELECINE"
|
|
1630
|
-
}
|
|
1631
|
-
|
|
1632
|
-
export interface Deinterlacer {
|
|
1633
|
-
|
|
1634
|
-
Algorithm?: DeinterlaceAlgorithm | string;
|
|
1635
|
-
|
|
1636
|
-
Control?: DeinterlacerControl | string;
|
|
1637
|
-
|
|
1638
|
-
Mode?: DeinterlacerMode | string;
|
|
1639
|
-
}
|
|
1640
|
-
export declare namespace Deinterlacer {
|
|
1641
|
-
|
|
1642
|
-
const filterSensitiveLog: (obj: Deinterlacer) => any;
|
|
1643
|
-
}
|
|
1644
|
-
|
|
1645
|
-
export interface DolbyVisionLevel6Metadata {
|
|
1646
|
-
|
|
1647
|
-
MaxCll?: number;
|
|
1648
|
-
|
|
1649
|
-
MaxFall?: number;
|
|
1650
|
-
}
|
|
1651
|
-
export declare namespace DolbyVisionLevel6Metadata {
|
|
1652
|
-
|
|
1653
|
-
const filterSensitiveLog: (obj: DolbyVisionLevel6Metadata) => any;
|
|
1654
|
-
}
|
|
1655
|
-
export declare enum DolbyVisionLevel6Mode {
|
|
1656
|
-
PASSTHROUGH = "PASSTHROUGH",
|
|
1657
|
-
RECALCULATE = "RECALCULATE",
|
|
1658
|
-
SPECIFY = "SPECIFY"
|
|
1659
|
-
}
|
|
1660
|
-
export declare enum DolbyVisionProfile {
|
|
1661
|
-
PROFILE_5 = "PROFILE_5"
|
|
1662
|
-
}
|
|
1663
|
-
|
|
1664
|
-
export interface DolbyVision {
|
|
1665
|
-
|
|
1666
|
-
L6Metadata?: DolbyVisionLevel6Metadata;
|
|
1667
|
-
|
|
1668
|
-
L6Mode?: DolbyVisionLevel6Mode | string;
|
|
1669
|
-
|
|
1670
|
-
Profile?: DolbyVisionProfile | string;
|
|
1671
|
-
}
|
|
1672
|
-
export declare namespace DolbyVision {
|
|
1673
|
-
|
|
1674
|
-
const filterSensitiveLog: (obj: DolbyVision) => any;
|
|
1675
|
-
}
|
|
1676
|
-
|
|
1677
|
-
export interface Hdr10Plus {
|
|
1678
|
-
|
|
1679
|
-
MasteringMonitorNits?: number;
|
|
1680
|
-
|
|
1681
|
-
TargetMonitorNits?: number;
|
|
1682
|
-
}
|
|
1683
|
-
export declare namespace Hdr10Plus {
|
|
1684
|
-
|
|
1685
|
-
const filterSensitiveLog: (obj: Hdr10Plus) => any;
|
|
1686
|
-
}
|
|
1687
|
-
export declare enum NoiseReducerFilter {
|
|
1688
|
-
BILATERAL = "BILATERAL",
|
|
1689
|
-
CONSERVE = "CONSERVE",
|
|
1690
|
-
GAUSSIAN = "GAUSSIAN",
|
|
1691
|
-
LANCZOS = "LANCZOS",
|
|
1692
|
-
MEAN = "MEAN",
|
|
1693
|
-
SHARPEN = "SHARPEN",
|
|
1694
|
-
SPATIAL = "SPATIAL",
|
|
1695
|
-
TEMPORAL = "TEMPORAL"
|
|
1696
|
-
}
|
|
1697
|
-
|
|
1698
|
-
export interface NoiseReducerFilterSettings {
|
|
1699
|
-
|
|
1700
|
-
Strength?: number;
|
|
1701
|
-
}
|
|
1702
|
-
export declare namespace NoiseReducerFilterSettings {
|
|
1703
|
-
|
|
1704
|
-
const filterSensitiveLog: (obj: NoiseReducerFilterSettings) => any;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
export interface NoiseReducerSpatialFilterSettings {
|
|
1708
|
-
|
|
1709
|
-
PostFilterSharpenStrength?: number;
|
|
1710
|
-
|
|
1711
|
-
Speed?: number;
|
|
1712
|
-
|
|
1713
|
-
Strength?: number;
|
|
1714
|
-
}
|
|
1715
|
-
export declare namespace NoiseReducerSpatialFilterSettings {
|
|
1716
|
-
|
|
1717
|
-
const filterSensitiveLog: (obj: NoiseReducerSpatialFilterSettings) => any;
|
|
1718
|
-
}
|
|
1719
|
-
export declare enum NoiseFilterPostTemporalSharpening {
|
|
1720
|
-
AUTO = "AUTO",
|
|
1721
|
-
DISABLED = "DISABLED",
|
|
1722
|
-
ENABLED = "ENABLED"
|
|
1723
|
-
}
|
|
1724
|
-
export declare enum NoiseFilterPostTemporalSharpeningStrength {
|
|
1725
|
-
HIGH = "HIGH",
|
|
1726
|
-
LOW = "LOW",
|
|
1727
|
-
MEDIUM = "MEDIUM"
|
|
1728
|
-
}
|
|
1729
|
-
|
|
1730
|
-
export interface NoiseReducerTemporalFilterSettings {
|
|
1731
|
-
|
|
1732
|
-
AggressiveMode?: number;
|
|
1733
|
-
|
|
1734
|
-
PostTemporalSharpening?: NoiseFilterPostTemporalSharpening | string;
|
|
1735
|
-
|
|
1736
|
-
PostTemporalSharpeningStrength?: NoiseFilterPostTemporalSharpeningStrength | string;
|
|
1737
|
-
|
|
1738
|
-
Speed?: number;
|
|
1739
|
-
|
|
1740
|
-
Strength?: number;
|
|
1741
|
-
}
|
|
1742
|
-
export declare namespace NoiseReducerTemporalFilterSettings {
|
|
1743
|
-
|
|
1744
|
-
const filterSensitiveLog: (obj: NoiseReducerTemporalFilterSettings) => any;
|
|
1745
|
-
}
|
|
1746
|
-
|
|
1747
|
-
export interface NoiseReducer {
|
|
1748
|
-
|
|
1749
|
-
Filter?: NoiseReducerFilter | string;
|
|
1750
|
-
|
|
1751
|
-
FilterSettings?: NoiseReducerFilterSettings;
|
|
1752
|
-
|
|
1753
|
-
SpatialFilterSettings?: NoiseReducerSpatialFilterSettings;
|
|
1754
|
-
|
|
1755
|
-
TemporalFilterSettings?: NoiseReducerTemporalFilterSettings;
|
|
1756
|
-
}
|
|
1757
|
-
export declare namespace NoiseReducer {
|
|
1758
|
-
|
|
1759
|
-
const filterSensitiveLog: (obj: NoiseReducer) => any;
|
|
1760
|
-
}
|
|
1761
|
-
export declare enum WatermarkingStrength {
|
|
1762
|
-
DEFAULT = "DEFAULT",
|
|
1763
|
-
LIGHTER = "LIGHTER",
|
|
1764
|
-
LIGHTEST = "LIGHTEST",
|
|
1765
|
-
STRONGER = "STRONGER",
|
|
1766
|
-
STRONGEST = "STRONGEST"
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
export interface NexGuardFileMarkerSettings {
|
|
1770
|
-
|
|
1771
|
-
License?: string;
|
|
1772
|
-
|
|
1773
|
-
Payload?: number;
|
|
1774
|
-
|
|
1775
|
-
Preset?: string;
|
|
1776
|
-
|
|
1777
|
-
Strength?: WatermarkingStrength | string;
|
|
1778
|
-
}
|
|
1779
|
-
export declare namespace NexGuardFileMarkerSettings {
|
|
1780
|
-
|
|
1781
|
-
const filterSensitiveLog: (obj: NexGuardFileMarkerSettings) => any;
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
|
-
export interface PartnerWatermarking {
|
|
1785
|
-
|
|
1786
|
-
NexguardFileMarkerSettings?: NexGuardFileMarkerSettings;
|
|
1787
|
-
}
|
|
1788
|
-
export declare namespace PartnerWatermarking {
|
|
1789
|
-
|
|
1790
|
-
const filterSensitiveLog: (obj: PartnerWatermarking) => any;
|
|
1791
|
-
}
|
|
1792
|
-
export declare enum TimecodeBurninPosition {
|
|
1793
|
-
BOTTOM_CENTER = "BOTTOM_CENTER",
|
|
1794
|
-
BOTTOM_LEFT = "BOTTOM_LEFT",
|
|
1795
|
-
BOTTOM_RIGHT = "BOTTOM_RIGHT",
|
|
1796
|
-
MIDDLE_CENTER = "MIDDLE_CENTER",
|
|
1797
|
-
MIDDLE_LEFT = "MIDDLE_LEFT",
|
|
1798
|
-
MIDDLE_RIGHT = "MIDDLE_RIGHT",
|
|
1799
|
-
TOP_CENTER = "TOP_CENTER",
|
|
1800
|
-
TOP_LEFT = "TOP_LEFT",
|
|
1801
|
-
TOP_RIGHT = "TOP_RIGHT"
|
|
1802
|
-
}
|
|
1803
|
-
|
|
1804
|
-
export interface TimecodeBurnin {
|
|
1805
|
-
|
|
1806
|
-
FontSize?: number;
|
|
1807
|
-
|
|
1808
|
-
Position?: TimecodeBurninPosition | string;
|
|
1809
|
-
|
|
1810
|
-
Prefix?: string;
|
|
1811
|
-
}
|
|
1812
|
-
export declare namespace TimecodeBurnin {
|
|
1813
|
-
|
|
1814
|
-
const filterSensitiveLog: (obj: TimecodeBurnin) => any;
|
|
1815
|
-
}
|
|
1816
|
-
|
|
1817
|
-
export interface VideoPreprocessor {
|
|
1818
|
-
|
|
1819
|
-
ColorCorrector?: ColorCorrector;
|
|
1820
|
-
|
|
1821
|
-
Deinterlacer?: Deinterlacer;
|
|
1822
|
-
|
|
1823
|
-
DolbyVision?: DolbyVision;
|
|
1824
|
-
|
|
1825
|
-
Hdr10Plus?: Hdr10Plus;
|
|
1826
|
-
|
|
1827
|
-
ImageInserter?: ImageInserter;
|
|
1828
|
-
|
|
1829
|
-
NoiseReducer?: NoiseReducer;
|
|
1830
|
-
|
|
1831
|
-
PartnerWatermarking?: PartnerWatermarking;
|
|
1832
|
-
|
|
1833
|
-
TimecodeBurnin?: TimecodeBurnin;
|
|
1834
|
-
}
|
|
1835
|
-
export declare namespace VideoPreprocessor {
|
|
1836
|
-
|
|
1837
|
-
const filterSensitiveLog: (obj: VideoPreprocessor) => any;
|
|
1838
|
-
}
|
|
1839
|
-
|
|
1840
|
-
export interface VideoDescription {
|
|
1841
|
-
|
|
1842
|
-
AfdSignaling?: AfdSignaling | string;
|
|
1843
|
-
|
|
1844
|
-
AntiAlias?: AntiAlias | string;
|
|
1845
|
-
|
|
1846
|
-
CodecSettings?: VideoCodecSettings;
|
|
1847
|
-
|
|
1848
|
-
ColorMetadata?: ColorMetadata | string;
|
|
1849
|
-
|
|
1850
|
-
Crop?: Rectangle;
|
|
1851
|
-
|
|
1852
|
-
DropFrameTimecode?: DropFrameTimecode | string;
|
|
1853
|
-
|
|
1854
|
-
FixedAfd?: number;
|
|
1855
|
-
|
|
1856
|
-
Height?: number;
|
|
1857
|
-
|
|
1858
|
-
Position?: Rectangle;
|
|
1859
|
-
|
|
1860
|
-
RespondToAfd?: RespondToAfd | string;
|
|
1861
|
-
|
|
1862
|
-
ScalingBehavior?: ScalingBehavior | string;
|
|
1863
|
-
|
|
1864
|
-
Sharpness?: number;
|
|
1865
|
-
|
|
1866
|
-
TimecodeInsertion?: VideoTimecodeInsertion | string;
|
|
1867
|
-
|
|
1868
|
-
VideoPreprocessors?: VideoPreprocessor;
|
|
1869
|
-
|
|
1870
|
-
Width?: number;
|
|
1871
|
-
}
|
|
1872
|
-
export declare namespace VideoDescription {
|
|
1873
|
-
|
|
1874
|
-
const filterSensitiveLog: (obj: VideoDescription) => any;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
export interface Output {
|
|
1878
|
-
|
|
1879
|
-
AudioDescriptions?: AudioDescription[];
|
|
1880
|
-
|
|
1881
|
-
CaptionDescriptions?: CaptionDescription[];
|
|
1882
|
-
|
|
1883
|
-
ContainerSettings?: ContainerSettings;
|
|
1884
|
-
|
|
1885
|
-
Extension?: string;
|
|
1886
|
-
|
|
1887
|
-
NameModifier?: string;
|
|
1888
|
-
|
|
1889
|
-
OutputSettings?: OutputSettings;
|
|
1890
|
-
|
|
1891
|
-
Preset?: string;
|
|
1892
|
-
|
|
1893
|
-
VideoDescription?: VideoDescription;
|
|
1894
|
-
}
|
|
1895
|
-
export declare namespace Output {
|
|
1896
|
-
|
|
1897
|
-
const filterSensitiveLog: (obj: Output) => any;
|
|
1898
|
-
}
|
|
1899
|
-
|
|
1900
|
-
export interface OutputGroup {
|
|
1901
|
-
|
|
1902
|
-
AutomatedEncodingSettings?: AutomatedEncodingSettings;
|
|
1903
|
-
|
|
1904
|
-
CustomName?: string;
|
|
1905
|
-
|
|
1906
|
-
Name?: string;
|
|
1907
|
-
|
|
1908
|
-
OutputGroupSettings?: OutputGroupSettings;
|
|
1909
|
-
|
|
1910
|
-
Outputs?: Output[];
|
|
1911
|
-
}
|
|
1912
|
-
export declare namespace OutputGroup {
|
|
1913
|
-
|
|
1914
|
-
const filterSensitiveLog: (obj: OutputGroup) => any;
|
|
1915
|
-
}
|
|
1916
|
-
export declare enum TimecodeSource {
|
|
1917
|
-
EMBEDDED = "EMBEDDED",
|
|
1918
|
-
SPECIFIEDSTART = "SPECIFIEDSTART",
|
|
1919
|
-
ZEROBASED = "ZEROBASED"
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
|
-
export interface TimecodeConfig {
|
|
1923
|
-
|
|
1924
|
-
Anchor?: string;
|
|
1925
|
-
|
|
1926
|
-
Source?: TimecodeSource | string;
|
|
1927
|
-
|
|
1928
|
-
Start?: string;
|
|
1929
|
-
|
|
1930
|
-
TimestampOffset?: string;
|
|
1931
|
-
}
|
|
1932
|
-
export declare namespace TimecodeConfig {
|
|
1933
|
-
|
|
1934
|
-
const filterSensitiveLog: (obj: TimecodeConfig) => any;
|
|
1935
|
-
}
|
|
1936
|
-
|
|
1937
|
-
export interface TimedMetadataInsertion {
|
|
1938
|
-
|
|
1939
|
-
Id3Insertions?: Id3Insertion[];
|
|
1940
|
-
}
|
|
1941
|
-
export declare namespace TimedMetadataInsertion {
|
|
1942
|
-
|
|
1943
|
-
const filterSensitiveLog: (obj: TimedMetadataInsertion) => any;
|
|
1944
|
-
}
|
|
1945
|
-
|
|
1946
|
-
export interface JobSettings {
|
|
1947
|
-
|
|
1948
|
-
AdAvailOffset?: number;
|
|
1949
|
-
|
|
1950
|
-
AvailBlanking?: AvailBlanking;
|
|
1951
|
-
|
|
1952
|
-
Esam?: EsamSettings;
|
|
1953
|
-
|
|
1954
|
-
ExtendedDataServices?: ExtendedDataServices;
|
|
1955
|
-
|
|
1956
|
-
Inputs?: Input[];
|
|
1957
|
-
|
|
1958
|
-
KantarWatermark?: KantarWatermarkSettings;
|
|
1959
|
-
|
|
1960
|
-
MotionImageInserter?: MotionImageInserter;
|
|
1961
|
-
|
|
1962
|
-
NielsenConfiguration?: NielsenConfiguration;
|
|
1963
|
-
|
|
1964
|
-
NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings;
|
|
1965
|
-
|
|
1966
|
-
OutputGroups?: OutputGroup[];
|
|
1967
|
-
|
|
1968
|
-
TimecodeConfig?: TimecodeConfig;
|
|
1969
|
-
|
|
1970
|
-
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
1971
|
-
}
|
|
1972
|
-
export declare namespace JobSettings {
|
|
1973
|
-
|
|
1974
|
-
const filterSensitiveLog: (obj: JobSettings) => any;
|
|
1975
|
-
}
|
|
1976
|
-
export declare enum SimulateReservedQueue {
|
|
1977
|
-
DISABLED = "DISABLED",
|
|
1978
|
-
ENABLED = "ENABLED"
|
|
1979
|
-
}
|
|
1980
|
-
export declare enum JobStatus {
|
|
1981
|
-
CANCELED = "CANCELED",
|
|
1982
|
-
COMPLETE = "COMPLETE",
|
|
1983
|
-
ERROR = "ERROR",
|
|
1984
|
-
PROGRESSING = "PROGRESSING",
|
|
1985
|
-
SUBMITTED = "SUBMITTED"
|
|
1986
|
-
}
|
|
1987
|
-
export declare enum StatusUpdateInterval {
|
|
1988
|
-
SECONDS_10 = "SECONDS_10",
|
|
1989
|
-
SECONDS_12 = "SECONDS_12",
|
|
1990
|
-
SECONDS_120 = "SECONDS_120",
|
|
1991
|
-
SECONDS_15 = "SECONDS_15",
|
|
1992
|
-
SECONDS_180 = "SECONDS_180",
|
|
1993
|
-
SECONDS_20 = "SECONDS_20",
|
|
1994
|
-
SECONDS_240 = "SECONDS_240",
|
|
1995
|
-
SECONDS_30 = "SECONDS_30",
|
|
1996
|
-
SECONDS_300 = "SECONDS_300",
|
|
1997
|
-
SECONDS_360 = "SECONDS_360",
|
|
1998
|
-
SECONDS_420 = "SECONDS_420",
|
|
1999
|
-
SECONDS_480 = "SECONDS_480",
|
|
2000
|
-
SECONDS_540 = "SECONDS_540",
|
|
2001
|
-
SECONDS_60 = "SECONDS_60",
|
|
2002
|
-
SECONDS_600 = "SECONDS_600"
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
export interface Timing {
|
|
2006
|
-
|
|
2007
|
-
FinishTime?: Date;
|
|
2008
|
-
|
|
2009
|
-
StartTime?: Date;
|
|
2010
|
-
|
|
2011
|
-
SubmitTime?: Date;
|
|
2012
|
-
}
|
|
2013
|
-
export declare namespace Timing {
|
|
2014
|
-
|
|
2015
|
-
const filterSensitiveLog: (obj: Timing) => any;
|
|
2016
|
-
}
|
|
2017
|
-
|
|
2018
|
-
export interface Job {
|
|
2019
|
-
|
|
2020
|
-
AccelerationSettings?: AccelerationSettings;
|
|
2021
|
-
|
|
2022
|
-
AccelerationStatus?: AccelerationStatus | string;
|
|
2023
|
-
|
|
2024
|
-
Arn?: string;
|
|
2025
|
-
|
|
2026
|
-
BillingTagsSource?: BillingTagsSource | string;
|
|
2027
|
-
|
|
2028
|
-
CreatedAt?: Date;
|
|
2029
|
-
|
|
2030
|
-
CurrentPhase?: JobPhase | string;
|
|
2031
|
-
|
|
2032
|
-
ErrorCode?: number;
|
|
2033
|
-
|
|
2034
|
-
ErrorMessage?: string;
|
|
2035
|
-
|
|
2036
|
-
HopDestinations?: HopDestination[];
|
|
2037
|
-
|
|
2038
|
-
Id?: string;
|
|
2039
|
-
|
|
2040
|
-
JobPercentComplete?: number;
|
|
2041
|
-
|
|
2042
|
-
JobTemplate?: string;
|
|
2043
|
-
|
|
2044
|
-
Messages?: JobMessages;
|
|
2045
|
-
|
|
2046
|
-
OutputGroupDetails?: OutputGroupDetail[];
|
|
2047
|
-
|
|
2048
|
-
Priority?: number;
|
|
2049
|
-
|
|
2050
|
-
Queue?: string;
|
|
2051
|
-
|
|
2052
|
-
QueueTransitions?: QueueTransition[];
|
|
2053
|
-
|
|
2054
|
-
RetryCount?: number;
|
|
2055
|
-
|
|
2056
|
-
Role: string | undefined;
|
|
2057
|
-
|
|
2058
|
-
Settings: JobSettings | undefined;
|
|
2059
|
-
|
|
2060
|
-
SimulateReservedQueue?: SimulateReservedQueue | string;
|
|
2061
|
-
|
|
2062
|
-
Status?: JobStatus | string;
|
|
2063
|
-
|
|
2064
|
-
StatusUpdateInterval?: StatusUpdateInterval | string;
|
|
2065
|
-
|
|
2066
|
-
Timing?: Timing;
|
|
2067
|
-
|
|
2068
|
-
UserMetadata?: {
|
|
2069
|
-
[key: string]: string;
|
|
2070
|
-
};
|
|
2071
|
-
}
|
|
2072
|
-
export declare namespace Job {
|
|
2073
|
-
|
|
2074
|
-
const filterSensitiveLog: (obj: Job) => any;
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
export interface JobTemplateSettings {
|
|
2078
|
-
|
|
2079
|
-
AdAvailOffset?: number;
|
|
2080
|
-
|
|
2081
|
-
AvailBlanking?: AvailBlanking;
|
|
2082
|
-
|
|
2083
|
-
Esam?: EsamSettings;
|
|
2084
|
-
|
|
2085
|
-
ExtendedDataServices?: ExtendedDataServices;
|
|
2086
|
-
|
|
2087
|
-
Inputs?: InputTemplate[];
|
|
2088
|
-
|
|
2089
|
-
KantarWatermark?: KantarWatermarkSettings;
|
|
2090
|
-
|
|
2091
|
-
MotionImageInserter?: MotionImageInserter;
|
|
2092
|
-
|
|
2093
|
-
NielsenConfiguration?: NielsenConfiguration;
|
|
2094
|
-
|
|
2095
|
-
NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings;
|
|
2096
|
-
|
|
2097
|
-
OutputGroups?: OutputGroup[];
|
|
2098
|
-
|
|
2099
|
-
TimecodeConfig?: TimecodeConfig;
|
|
2100
|
-
|
|
2101
|
-
TimedMetadataInsertion?: TimedMetadataInsertion;
|
|
2102
|
-
}
|
|
2103
|
-
export declare namespace JobTemplateSettings {
|
|
2104
|
-
|
|
2105
|
-
const filterSensitiveLog: (obj: JobTemplateSettings) => any;
|
|
2106
|
-
}
|
|
2107
|
-
export declare enum Type {
|
|
2108
|
-
CUSTOM = "CUSTOM",
|
|
2109
|
-
SYSTEM = "SYSTEM"
|
|
2110
|
-
}
|
|
2111
|
-
|
|
2112
|
-
export interface JobTemplate {
|
|
2113
|
-
|
|
2114
|
-
AccelerationSettings?: AccelerationSettings;
|
|
2115
|
-
|
|
2116
|
-
Arn?: string;
|
|
2117
|
-
|
|
2118
|
-
Category?: string;
|
|
2119
|
-
|
|
2120
|
-
CreatedAt?: Date;
|
|
2121
|
-
|
|
2122
|
-
Description?: string;
|
|
2123
|
-
|
|
2124
|
-
HopDestinations?: HopDestination[];
|
|
2125
|
-
|
|
2126
|
-
LastUpdated?: Date;
|
|
2127
|
-
|
|
2128
|
-
Name: string | undefined;
|
|
2129
|
-
|
|
2130
|
-
Priority?: number;
|
|
2131
|
-
|
|
2132
|
-
Queue?: string;
|
|
2133
|
-
|
|
2134
|
-
Settings: JobTemplateSettings | undefined;
|
|
2135
|
-
|
|
2136
|
-
StatusUpdateInterval?: StatusUpdateInterval | string;
|
|
2137
|
-
|
|
2138
|
-
Type?: Type | string;
|
|
2139
|
-
}
|
|
2140
|
-
export declare namespace JobTemplate {
|
|
2141
|
-
|
|
2142
|
-
const filterSensitiveLog: (obj: JobTemplate) => any;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
export interface PresetSettings {
|
|
2146
|
-
|
|
2147
|
-
AudioDescriptions?: AudioDescription[];
|
|
2148
|
-
|
|
2149
|
-
CaptionDescriptions?: CaptionDescriptionPreset[];
|
|
2150
|
-
|
|
2151
|
-
ContainerSettings?: ContainerSettings;
|
|
2152
|
-
|
|
2153
|
-
VideoDescription?: VideoDescription;
|
|
2154
|
-
}
|
|
2155
|
-
export declare namespace PresetSettings {
|
|
2156
|
-
|
|
2157
|
-
const filterSensitiveLog: (obj: PresetSettings) => any;
|
|
2158
|
-
}
|
|
2159
|
-
|
|
2160
|
-
export interface Preset {
|
|
2161
|
-
|
|
2162
|
-
Arn?: string;
|
|
2163
|
-
|
|
2164
|
-
Category?: string;
|
|
2165
|
-
|
|
2166
|
-
CreatedAt?: Date;
|
|
2167
|
-
|
|
2168
|
-
Description?: string;
|
|
2169
|
-
|
|
2170
|
-
LastUpdated?: Date;
|
|
2171
|
-
|
|
2172
|
-
Name: string | undefined;
|
|
2173
|
-
|
|
2174
|
-
Settings: PresetSettings | undefined;
|
|
2175
|
-
|
|
2176
|
-
Type?: Type | string;
|
|
2177
|
-
}
|
|
2178
|
-
export declare namespace Preset {
|
|
2179
|
-
|
|
2180
|
-
const filterSensitiveLog: (obj: Preset) => any;
|
|
2181
|
-
}
|
|
2182
|
-
export declare enum PricingPlan {
|
|
2183
|
-
ON_DEMAND = "ON_DEMAND",
|
|
2184
|
-
RESERVED = "RESERVED"
|
|
2185
|
-
}
|
|
2186
|
-
export declare enum Commitment {
|
|
2187
|
-
ONE_YEAR = "ONE_YEAR"
|
|
2188
|
-
}
|
|
2189
|
-
export declare enum RenewalType {
|
|
2190
|
-
AUTO_RENEW = "AUTO_RENEW",
|
|
2191
|
-
EXPIRE = "EXPIRE"
|
|
2192
|
-
}
|
|
2193
|
-
export declare enum ReservationPlanStatus {
|
|
2194
|
-
ACTIVE = "ACTIVE",
|
|
2195
|
-
EXPIRED = "EXPIRED"
|
|
2196
|
-
}
|
|
2197
|
-
|
|
2198
|
-
export interface ReservationPlan {
|
|
2199
|
-
|
|
2200
|
-
Commitment?: Commitment | string;
|
|
2201
|
-
|
|
2202
|
-
ExpiresAt?: Date;
|
|
2203
|
-
|
|
2204
|
-
PurchasedAt?: Date;
|
|
2205
|
-
|
|
2206
|
-
RenewalType?: RenewalType | string;
|
|
2207
|
-
|
|
2208
|
-
ReservedSlots?: number;
|
|
2209
|
-
|
|
2210
|
-
Status?: ReservationPlanStatus | string;
|
|
2211
|
-
}
|
|
2212
|
-
export declare namespace ReservationPlan {
|
|
2213
|
-
|
|
2214
|
-
const filterSensitiveLog: (obj: ReservationPlan) => any;
|
|
2215
|
-
}
|
|
2216
|
-
export declare enum QueueStatus {
|
|
2217
|
-
ACTIVE = "ACTIVE",
|
|
2218
|
-
PAUSED = "PAUSED"
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
export interface Queue {
|
|
2222
|
-
|
|
2223
|
-
Arn?: string;
|
|
2224
|
-
|
|
2225
|
-
CreatedAt?: Date;
|
|
2226
|
-
|
|
2227
|
-
Description?: string;
|
|
2228
|
-
|
|
2229
|
-
LastUpdated?: Date;
|
|
2230
|
-
|
|
2231
|
-
Name: string | undefined;
|
|
2232
|
-
|
|
2233
|
-
PricingPlan?: PricingPlan | string;
|
|
2234
|
-
|
|
2235
|
-
ProgressingJobsCount?: number;
|
|
2236
|
-
|
|
2237
|
-
ReservationPlan?: ReservationPlan;
|
|
2238
|
-
|
|
2239
|
-
Status?: QueueStatus | string;
|
|
2240
|
-
|
|
2241
|
-
SubmittedJobsCount?: number;
|
|
2242
|
-
|
|
2243
|
-
Type?: Type | string;
|
|
2244
|
-
}
|
|
2245
|
-
export declare namespace Queue {
|
|
2246
|
-
|
|
2247
|
-
const filterSensitiveLog: (obj: Queue) => any;
|
|
2248
|
-
}
|
|
2249
|
-
export interface AssociateCertificateRequest {
|
|
2250
|
-
|
|
2251
|
-
Arn: string | undefined;
|
|
2252
|
-
}
|
|
2253
|
-
export declare namespace AssociateCertificateRequest {
|
|
2254
|
-
|
|
2255
|
-
const filterSensitiveLog: (obj: AssociateCertificateRequest) => any;
|
|
2256
|
-
}
|
|
2257
|
-
export interface AssociateCertificateResponse {
|
|
2258
|
-
}
|
|
2259
|
-
export declare namespace AssociateCertificateResponse {
|
|
2260
|
-
|
|
2261
|
-
const filterSensitiveLog: (obj: AssociateCertificateResponse) => any;
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
export interface BadRequestException extends __SmithyException, $MetadataBearer {
|
|
2265
|
-
name: "BadRequestException";
|
|
2266
|
-
$fault: "client";
|
|
2267
|
-
Message?: string;
|
|
2268
|
-
}
|
|
2269
|
-
|
|
2270
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
2271
|
-
name: "ConflictException";
|
|
2272
|
-
$fault: "client";
|
|
2273
|
-
Message?: string;
|
|
2274
|
-
}
|
|
2275
|
-
|
|
2276
|
-
export interface ForbiddenException extends __SmithyException, $MetadataBearer {
|
|
2277
|
-
name: "ForbiddenException";
|
|
2278
|
-
$fault: "client";
|
|
2279
|
-
Message?: string;
|
|
2280
|
-
}
|
|
2281
|
-
|
|
2282
|
-
export interface InternalServerErrorException extends __SmithyException, $MetadataBearer {
|
|
2283
|
-
name: "InternalServerErrorException";
|
|
2284
|
-
$fault: "server";
|
|
2285
|
-
Message?: string;
|
|
2286
|
-
}
|
|
2287
|
-
|
|
2288
|
-
export interface NotFoundException extends __SmithyException, $MetadataBearer {
|
|
2289
|
-
name: "NotFoundException";
|
|
2290
|
-
$fault: "client";
|
|
2291
|
-
Message?: string;
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
2295
|
-
name: "TooManyRequestsException";
|
|
2296
|
-
$fault: "client";
|
|
2297
|
-
Message?: string;
|
|
2298
|
-
}
|
|
2299
|
-
export interface CancelJobRequest {
|
|
2300
|
-
|
|
2301
|
-
Id: string | undefined;
|
|
2302
|
-
}
|
|
2303
|
-
export declare namespace CancelJobRequest {
|
|
2304
|
-
|
|
2305
|
-
const filterSensitiveLog: (obj: CancelJobRequest) => any;
|
|
2306
|
-
}
|
|
2307
|
-
export interface CancelJobResponse {
|
|
2308
|
-
}
|
|
2309
|
-
export declare namespace CancelJobResponse {
|
|
2310
|
-
|
|
2311
|
-
const filterSensitiveLog: (obj: CancelJobResponse) => any;
|
|
2312
|
-
}
|
|
2313
|
-
export interface CreateJobRequest {
|
|
2314
|
-
|
|
2315
|
-
AccelerationSettings?: AccelerationSettings;
|
|
2316
|
-
|
|
2317
|
-
BillingTagsSource?: BillingTagsSource | string;
|
|
2318
|
-
|
|
2319
|
-
ClientRequestToken?: string;
|
|
2320
|
-
|
|
2321
|
-
HopDestinations?: HopDestination[];
|
|
2322
|
-
|
|
2323
|
-
JobTemplate?: string;
|
|
2324
|
-
|
|
2325
|
-
Priority?: number;
|
|
2326
|
-
|
|
2327
|
-
Queue?: string;
|
|
2328
|
-
|
|
2329
|
-
Role: string | undefined;
|
|
2330
|
-
|
|
2331
|
-
Settings: JobSettings | undefined;
|
|
2332
|
-
|
|
2333
|
-
SimulateReservedQueue?: SimulateReservedQueue | string;
|
|
2334
|
-
|
|
2335
|
-
StatusUpdateInterval?: StatusUpdateInterval | string;
|
|
2336
|
-
|
|
2337
|
-
Tags?: {
|
|
2338
|
-
[key: string]: string;
|
|
2339
|
-
};
|
|
2340
|
-
|
|
2341
|
-
UserMetadata?: {
|
|
2342
|
-
[key: string]: string;
|
|
2343
|
-
};
|
|
2344
|
-
}
|
|
2345
|
-
export declare namespace CreateJobRequest {
|
|
2346
|
-
|
|
2347
|
-
const filterSensitiveLog: (obj: CreateJobRequest) => any;
|
|
2348
|
-
}
|
|
2349
|
-
export interface CreateJobResponse {
|
|
2350
|
-
|
|
2351
|
-
Job?: Job;
|
|
2352
|
-
}
|
|
2353
|
-
export declare namespace CreateJobResponse {
|
|
2354
|
-
|
|
2355
|
-
const filterSensitiveLog: (obj: CreateJobResponse) => any;
|
|
2356
|
-
}
|
|
2357
|
-
export interface CreateJobTemplateRequest {
|
|
2358
|
-
|
|
2359
|
-
AccelerationSettings?: AccelerationSettings;
|
|
2360
|
-
|
|
2361
|
-
Category?: string;
|
|
2362
|
-
|
|
2363
|
-
Description?: string;
|
|
2364
|
-
|
|
2365
|
-
HopDestinations?: HopDestination[];
|
|
2366
|
-
|
|
2367
|
-
Name: string | undefined;
|
|
2368
|
-
|
|
2369
|
-
Priority?: number;
|
|
2370
|
-
|
|
2371
|
-
Queue?: string;
|
|
2372
|
-
|
|
2373
|
-
Settings: JobTemplateSettings | undefined;
|
|
2374
|
-
|
|
2375
|
-
StatusUpdateInterval?: StatusUpdateInterval | string;
|
|
2376
|
-
|
|
2377
|
-
Tags?: {
|
|
2378
|
-
[key: string]: string;
|
|
2379
|
-
};
|
|
2380
|
-
}
|
|
2381
|
-
export declare namespace CreateJobTemplateRequest {
|
|
2382
|
-
|
|
2383
|
-
const filterSensitiveLog: (obj: CreateJobTemplateRequest) => any;
|
|
2384
|
-
}
|
|
2385
|
-
export interface CreateJobTemplateResponse {
|
|
2386
|
-
|
|
2387
|
-
JobTemplate?: JobTemplate;
|
|
2388
|
-
}
|
|
2389
|
-
export declare namespace CreateJobTemplateResponse {
|
|
2390
|
-
|
|
2391
|
-
const filterSensitiveLog: (obj: CreateJobTemplateResponse) => any;
|
|
2392
|
-
}
|
|
2393
|
-
export interface CreatePresetRequest {
|
|
2394
|
-
|
|
2395
|
-
Category?: string;
|
|
2396
|
-
|
|
2397
|
-
Description?: string;
|
|
2398
|
-
|
|
2399
|
-
Name: string | undefined;
|
|
2400
|
-
|
|
2401
|
-
Settings: PresetSettings | undefined;
|
|
2402
|
-
|
|
2403
|
-
Tags?: {
|
|
2404
|
-
[key: string]: string;
|
|
2405
|
-
};
|
|
2406
|
-
}
|
|
2407
|
-
export declare namespace CreatePresetRequest {
|
|
2408
|
-
|
|
2409
|
-
const filterSensitiveLog: (obj: CreatePresetRequest) => any;
|
|
2410
|
-
}
|
|
2411
|
-
export interface CreatePresetResponse {
|
|
2412
|
-
|
|
2413
|
-
Preset?: Preset;
|
|
2414
|
-
}
|
|
2415
|
-
export declare namespace CreatePresetResponse {
|
|
2416
|
-
|
|
2417
|
-
const filterSensitiveLog: (obj: CreatePresetResponse) => any;
|
|
2418
|
-
}
|
|
2419
|
-
|
|
2420
|
-
export interface ReservationPlanSettings {
|
|
2421
|
-
|
|
2422
|
-
Commitment: Commitment | string | undefined;
|
|
2423
|
-
|
|
2424
|
-
RenewalType: RenewalType | string | undefined;
|
|
2425
|
-
|
|
2426
|
-
ReservedSlots: number | undefined;
|
|
2427
|
-
}
|
|
2428
|
-
export declare namespace ReservationPlanSettings {
|
|
2429
|
-
|
|
2430
|
-
const filterSensitiveLog: (obj: ReservationPlanSettings) => any;
|
|
2431
|
-
}
|
|
2432
|
-
export interface CreateQueueRequest {
|
|
2433
|
-
|
|
2434
|
-
Description?: string;
|
|
2435
|
-
|
|
2436
|
-
Name: string | undefined;
|
|
2437
|
-
|
|
2438
|
-
PricingPlan?: PricingPlan | string;
|
|
2439
|
-
|
|
2440
|
-
ReservationPlanSettings?: ReservationPlanSettings;
|
|
2441
|
-
|
|
2442
|
-
Status?: QueueStatus | string;
|
|
2443
|
-
|
|
2444
|
-
Tags?: {
|
|
2445
|
-
[key: string]: string;
|
|
2446
|
-
};
|
|
2447
|
-
}
|
|
2448
|
-
export declare namespace CreateQueueRequest {
|
|
2449
|
-
|
|
2450
|
-
const filterSensitiveLog: (obj: CreateQueueRequest) => any;
|
|
2451
|
-
}
|
|
2452
|
-
export interface CreateQueueResponse {
|
|
2453
|
-
|
|
2454
|
-
Queue?: Queue;
|
|
2455
|
-
}
|
|
2456
|
-
export declare namespace CreateQueueResponse {
|
|
2457
|
-
|
|
2458
|
-
const filterSensitiveLog: (obj: CreateQueueResponse) => any;
|
|
2459
|
-
}
|
|
2460
|
-
export interface DeleteJobTemplateRequest {
|
|
2461
|
-
|
|
2462
|
-
Name: string | undefined;
|
|
2463
|
-
}
|
|
2464
|
-
export declare namespace DeleteJobTemplateRequest {
|
|
2465
|
-
|
|
2466
|
-
const filterSensitiveLog: (obj: DeleteJobTemplateRequest) => any;
|
|
2467
|
-
}
|
|
2468
|
-
export interface DeleteJobTemplateResponse {
|
|
2469
|
-
}
|
|
2470
|
-
export declare namespace DeleteJobTemplateResponse {
|
|
2471
|
-
|
|
2472
|
-
const filterSensitiveLog: (obj: DeleteJobTemplateResponse) => any;
|
|
2473
|
-
}
|
|
2474
|
-
export interface DeletePolicyRequest {
|
|
2475
|
-
}
|
|
2476
|
-
export declare namespace DeletePolicyRequest {
|
|
2477
|
-
|
|
2478
|
-
const filterSensitiveLog: (obj: DeletePolicyRequest) => any;
|
|
2479
|
-
}
|
|
2480
|
-
export interface DeletePolicyResponse {
|
|
2481
|
-
}
|
|
2482
|
-
export declare namespace DeletePolicyResponse {
|
|
2483
|
-
|
|
2484
|
-
const filterSensitiveLog: (obj: DeletePolicyResponse) => any;
|
|
2485
|
-
}
|
|
2486
|
-
export interface DeletePresetRequest {
|
|
2487
|
-
|
|
2488
|
-
Name: string | undefined;
|
|
2489
|
-
}
|
|
2490
|
-
export declare namespace DeletePresetRequest {
|
|
2491
|
-
|
|
2492
|
-
const filterSensitiveLog: (obj: DeletePresetRequest) => any;
|
|
2493
|
-
}
|
|
2494
|
-
export interface DeletePresetResponse {
|
|
2495
|
-
}
|
|
2496
|
-
export declare namespace DeletePresetResponse {
|
|
2497
|
-
|
|
2498
|
-
const filterSensitiveLog: (obj: DeletePresetResponse) => any;
|
|
2499
|
-
}
|
|
2500
|
-
export interface DeleteQueueRequest {
|
|
2501
|
-
|
|
2502
|
-
Name: string | undefined;
|
|
2503
|
-
}
|
|
2504
|
-
export declare namespace DeleteQueueRequest {
|
|
2505
|
-
|
|
2506
|
-
const filterSensitiveLog: (obj: DeleteQueueRequest) => any;
|
|
2507
|
-
}
|
|
2508
|
-
export interface DeleteQueueResponse {
|
|
2509
|
-
}
|
|
2510
|
-
export declare namespace DeleteQueueResponse {
|
|
2511
|
-
|
|
2512
|
-
const filterSensitiveLog: (obj: DeleteQueueResponse) => any;
|
|
2513
|
-
}
|
|
2514
|
-
export declare enum DescribeEndpointsMode {
|
|
2515
|
-
DEFAULT = "DEFAULT",
|
|
2516
|
-
GET_ONLY = "GET_ONLY"
|
|
2517
|
-
}
|
|
2518
|
-
|
|
2519
|
-
export interface DescribeEndpointsRequest {
|
|
2520
|
-
|
|
2521
|
-
MaxResults?: number;
|
|
2522
|
-
|
|
2523
|
-
Mode?: DescribeEndpointsMode | string;
|
|
2524
|
-
|
|
2525
|
-
NextToken?: string;
|
|
2526
|
-
}
|
|
2527
|
-
export declare namespace DescribeEndpointsRequest {
|
|
2528
|
-
|
|
2529
|
-
const filterSensitiveLog: (obj: DescribeEndpointsRequest) => any;
|
|
2530
|
-
}
|
|
2531
|
-
export interface DescribeEndpointsResponse {
|
|
2532
|
-
|
|
2533
|
-
Endpoints?: Endpoint[];
|
|
2534
|
-
|
|
2535
|
-
NextToken?: string;
|
|
2536
|
-
}
|
|
2537
|
-
export declare namespace DescribeEndpointsResponse {
|
|
2538
|
-
|
|
2539
|
-
const filterSensitiveLog: (obj: DescribeEndpointsResponse) => any;
|
|
2540
|
-
}
|
|
2541
|
-
export interface DisassociateCertificateRequest {
|
|
2542
|
-
|
|
2543
|
-
Arn: string | undefined;
|
|
2544
|
-
}
|
|
2545
|
-
export declare namespace DisassociateCertificateRequest {
|
|
2546
|
-
|
|
2547
|
-
const filterSensitiveLog: (obj: DisassociateCertificateRequest) => any;
|
|
2548
|
-
}
|
|
2549
|
-
export interface DisassociateCertificateResponse {
|
|
2550
|
-
}
|
|
2551
|
-
export declare namespace DisassociateCertificateResponse {
|
|
2552
|
-
|
|
2553
|
-
const filterSensitiveLog: (obj: DisassociateCertificateResponse) => any;
|
|
2554
|
-
}
|
|
2555
|
-
export interface GetJobRequest {
|
|
2556
|
-
|
|
2557
|
-
Id: string | undefined;
|
|
2558
|
-
}
|
|
2559
|
-
export declare namespace GetJobRequest {
|
|
2560
|
-
|
|
2561
|
-
const filterSensitiveLog: (obj: GetJobRequest) => any;
|
|
2562
|
-
}
|
|
2563
|
-
export interface GetJobResponse {
|
|
2564
|
-
|
|
2565
|
-
Job?: Job;
|
|
2566
|
-
}
|
|
2567
|
-
export declare namespace GetJobResponse {
|
|
2568
|
-
|
|
2569
|
-
const filterSensitiveLog: (obj: GetJobResponse) => any;
|
|
2570
|
-
}
|
|
2571
|
-
export interface GetJobTemplateRequest {
|
|
2572
|
-
|
|
2573
|
-
Name: string | undefined;
|
|
2574
|
-
}
|
|
2575
|
-
export declare namespace GetJobTemplateRequest {
|
|
2576
|
-
|
|
2577
|
-
const filterSensitiveLog: (obj: GetJobTemplateRequest) => any;
|
|
2578
|
-
}
|
|
2579
|
-
export interface GetJobTemplateResponse {
|
|
2580
|
-
|
|
2581
|
-
JobTemplate?: JobTemplate;
|
|
2582
|
-
}
|
|
2583
|
-
export declare namespace GetJobTemplateResponse {
|
|
2584
|
-
|
|
2585
|
-
const filterSensitiveLog: (obj: GetJobTemplateResponse) => any;
|
|
2586
|
-
}
|
|
2587
|
-
export interface GetPolicyRequest {
|
|
2588
|
-
}
|
|
2589
|
-
export declare namespace GetPolicyRequest {
|
|
2590
|
-
|
|
2591
|
-
const filterSensitiveLog: (obj: GetPolicyRequest) => any;
|
|
2592
|
-
}
|
|
2593
|
-
export declare enum InputPolicy {
|
|
2594
|
-
ALLOWED = "ALLOWED",
|
|
2595
|
-
DISALLOWED = "DISALLOWED"
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
export interface Policy {
|
|
2599
|
-
|
|
2600
|
-
HttpInputs?: InputPolicy | string;
|
|
2601
|
-
|
|
2602
|
-
HttpsInputs?: InputPolicy | string;
|
|
2603
|
-
|
|
2604
|
-
S3Inputs?: InputPolicy | string;
|
|
2605
|
-
}
|
|
2606
|
-
export declare namespace Policy {
|
|
2607
|
-
|
|
2608
|
-
const filterSensitiveLog: (obj: Policy) => any;
|
|
2609
|
-
}
|
|
2610
|
-
export interface GetPolicyResponse {
|
|
2611
|
-
|
|
2612
|
-
Policy?: Policy;
|
|
2613
|
-
}
|
|
2614
|
-
export declare namespace GetPolicyResponse {
|
|
2615
|
-
|
|
2616
|
-
const filterSensitiveLog: (obj: GetPolicyResponse) => any;
|
|
2617
|
-
}
|
|
2618
|
-
export interface GetPresetRequest {
|
|
2619
|
-
|
|
2620
|
-
Name: string | undefined;
|
|
2621
|
-
}
|
|
2622
|
-
export declare namespace GetPresetRequest {
|
|
2623
|
-
|
|
2624
|
-
const filterSensitiveLog: (obj: GetPresetRequest) => any;
|
|
2625
|
-
}
|
|
2626
|
-
export interface GetPresetResponse {
|
|
2627
|
-
|
|
2628
|
-
Preset?: Preset;
|
|
2629
|
-
}
|
|
2630
|
-
export declare namespace GetPresetResponse {
|
|
2631
|
-
|
|
2632
|
-
const filterSensitiveLog: (obj: GetPresetResponse) => any;
|
|
2633
|
-
}
|
|
2634
|
-
export interface GetQueueRequest {
|
|
2635
|
-
|
|
2636
|
-
Name: string | undefined;
|
|
2637
|
-
}
|
|
2638
|
-
export declare namespace GetQueueRequest {
|
|
2639
|
-
|
|
2640
|
-
const filterSensitiveLog: (obj: GetQueueRequest) => any;
|
|
2641
|
-
}
|
|
2642
|
-
export interface GetQueueResponse {
|
|
2643
|
-
|
|
2644
|
-
Queue?: Queue;
|
|
2645
|
-
}
|
|
2646
|
-
export declare namespace GetQueueResponse {
|
|
2647
|
-
|
|
2648
|
-
const filterSensitiveLog: (obj: GetQueueResponse) => any;
|
|
2649
|
-
}
|
|
2650
|
-
export declare enum JobTemplateListBy {
|
|
2651
|
-
CREATION_DATE = "CREATION_DATE",
|
|
2652
|
-
NAME = "NAME",
|
|
2653
|
-
SYSTEM = "SYSTEM"
|
|
2654
|
-
}
|
|
2655
|
-
export declare enum Order {
|
|
2656
|
-
ASCENDING = "ASCENDING",
|
|
2657
|
-
DESCENDING = "DESCENDING"
|
|
2658
|
-
}
|
|
2659
|
-
export interface ListJobsRequest {
|
|
2660
|
-
|
|
2661
|
-
MaxResults?: number;
|
|
2662
|
-
|
|
2663
|
-
NextToken?: string;
|
|
2664
|
-
|
|
2665
|
-
Order?: Order | string;
|
|
2666
|
-
|
|
2667
|
-
Queue?: string;
|
|
2668
|
-
|
|
2669
|
-
Status?: JobStatus | string;
|
|
2670
|
-
}
|
|
2671
|
-
export declare namespace ListJobsRequest {
|
|
2672
|
-
|
|
2673
|
-
const filterSensitiveLog: (obj: ListJobsRequest) => any;
|
|
2674
|
-
}
|
|
2675
|
-
export interface ListJobsResponse {
|
|
2676
|
-
|
|
2677
|
-
Jobs?: Job[];
|
|
2678
|
-
|
|
2679
|
-
NextToken?: string;
|
|
2680
|
-
}
|
|
2681
|
-
export declare namespace ListJobsResponse {
|
|
2682
|
-
|
|
2683
|
-
const filterSensitiveLog: (obj: ListJobsResponse) => any;
|
|
2684
|
-
}
|
|
2685
|
-
export interface ListJobTemplatesRequest {
|
|
2686
|
-
|
|
2687
|
-
Category?: string;
|
|
2688
|
-
|
|
2689
|
-
ListBy?: JobTemplateListBy | string;
|
|
2690
|
-
|
|
2691
|
-
MaxResults?: number;
|
|
2692
|
-
|
|
2693
|
-
NextToken?: string;
|
|
2694
|
-
|
|
2695
|
-
Order?: Order | string;
|
|
2696
|
-
}
|
|
2697
|
-
export declare namespace ListJobTemplatesRequest {
|
|
2698
|
-
|
|
2699
|
-
const filterSensitiveLog: (obj: ListJobTemplatesRequest) => any;
|
|
2700
|
-
}
|
|
2701
|
-
export interface ListJobTemplatesResponse {
|
|
2702
|
-
|
|
2703
|
-
JobTemplates?: JobTemplate[];
|
|
2704
|
-
|
|
2705
|
-
NextToken?: string;
|
|
2706
|
-
}
|
|
2707
|
-
export declare namespace ListJobTemplatesResponse {
|
|
2708
|
-
|
|
2709
|
-
const filterSensitiveLog: (obj: ListJobTemplatesResponse) => any;
|
|
2710
|
-
}
|
|
2711
|
-
export declare enum PresetListBy {
|
|
2712
|
-
CREATION_DATE = "CREATION_DATE",
|
|
2713
|
-
NAME = "NAME",
|
|
2714
|
-
SYSTEM = "SYSTEM"
|
|
2715
|
-
}
|
|
2716
|
-
export interface ListPresetsRequest {
|
|
2717
|
-
|
|
2718
|
-
Category?: string;
|
|
2719
|
-
|
|
2720
|
-
ListBy?: PresetListBy | string;
|
|
2721
|
-
|
|
2722
|
-
MaxResults?: number;
|
|
2723
|
-
|
|
2724
|
-
NextToken?: string;
|
|
2725
|
-
|
|
2726
|
-
Order?: Order | string;
|
|
2727
|
-
}
|
|
2728
|
-
export declare namespace ListPresetsRequest {
|
|
2729
|
-
|
|
2730
|
-
const filterSensitiveLog: (obj: ListPresetsRequest) => any;
|
|
2731
|
-
}
|
|
2732
|
-
export interface ListPresetsResponse {
|
|
2733
|
-
|
|
2734
|
-
NextToken?: string;
|
|
2735
|
-
|
|
2736
|
-
Presets?: Preset[];
|
|
2737
|
-
}
|
|
2738
|
-
export declare namespace ListPresetsResponse {
|
|
2739
|
-
|
|
2740
|
-
const filterSensitiveLog: (obj: ListPresetsResponse) => any;
|
|
2741
|
-
}
|
|
2742
|
-
export declare enum QueueListBy {
|
|
2743
|
-
CREATION_DATE = "CREATION_DATE",
|
|
2744
|
-
NAME = "NAME"
|
|
2745
|
-
}
|
|
2746
|
-
export interface ListQueuesRequest {
|
|
2747
|
-
|
|
2748
|
-
ListBy?: QueueListBy | string;
|
|
2749
|
-
|
|
2750
|
-
MaxResults?: number;
|
|
2751
|
-
|
|
2752
|
-
NextToken?: string;
|
|
2753
|
-
|
|
2754
|
-
Order?: Order | string;
|
|
2755
|
-
}
|
|
2756
|
-
export declare namespace ListQueuesRequest {
|
|
2757
|
-
|
|
2758
|
-
const filterSensitiveLog: (obj: ListQueuesRequest) => any;
|
|
2759
|
-
}
|
|
2760
|
-
export interface ListQueuesResponse {
|
|
2761
|
-
|
|
2762
|
-
NextToken?: string;
|
|
2763
|
-
|
|
2764
|
-
Queues?: Queue[];
|
|
2765
|
-
}
|
|
2766
|
-
export declare namespace ListQueuesResponse {
|
|
2767
|
-
|
|
2768
|
-
const filterSensitiveLog: (obj: ListQueuesResponse) => any;
|
|
2769
|
-
}
|
|
2770
|
-
export interface ListTagsForResourceRequest {
|
|
2771
|
-
|
|
2772
|
-
Arn: string | undefined;
|
|
2773
|
-
}
|
|
2774
|
-
export declare namespace ListTagsForResourceRequest {
|
|
2775
|
-
|
|
2776
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2777
|
-
}
|
|
2778
|
-
|
|
2779
|
-
export interface ResourceTags {
|
|
2780
|
-
|
|
2781
|
-
Arn?: string;
|
|
2782
|
-
|
|
2783
|
-
Tags?: {
|
|
2784
|
-
[key: string]: string;
|
|
2785
|
-
};
|
|
2786
|
-
}
|
|
2787
|
-
export declare namespace ResourceTags {
|
|
2788
|
-
|
|
2789
|
-
const filterSensitiveLog: (obj: ResourceTags) => any;
|
|
2790
|
-
}
|
|
2791
|
-
export interface ListTagsForResourceResponse {
|
|
2792
|
-
|
|
2793
|
-
ResourceTags?: ResourceTags;
|
|
2794
|
-
}
|
|
2795
|
-
export declare namespace ListTagsForResourceResponse {
|
|
2796
|
-
|
|
2797
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2798
|
-
}
|
|
2799
|
-
export interface PutPolicyRequest {
|
|
2800
|
-
|
|
2801
|
-
Policy: Policy | undefined;
|
|
2802
|
-
}
|
|
2803
|
-
export declare namespace PutPolicyRequest {
|
|
2804
|
-
|
|
2805
|
-
const filterSensitiveLog: (obj: PutPolicyRequest) => any;
|
|
2806
|
-
}
|
|
2807
|
-
export interface PutPolicyResponse {
|
|
2808
|
-
|
|
2809
|
-
Policy?: Policy;
|
|
2810
|
-
}
|
|
2811
|
-
export declare namespace PutPolicyResponse {
|
|
2812
|
-
|
|
2813
|
-
const filterSensitiveLog: (obj: PutPolicyResponse) => any;
|
|
2814
|
-
}
|
|
2815
|
-
export interface TagResourceRequest {
|
|
2816
|
-
|
|
2817
|
-
Arn: string | undefined;
|
|
2818
|
-
|
|
2819
|
-
Tags: {
|
|
2820
|
-
[key: string]: string;
|
|
2821
|
-
} | undefined;
|
|
2822
|
-
}
|
|
2823
|
-
export declare namespace TagResourceRequest {
|
|
2824
|
-
|
|
2825
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2826
|
-
}
|
|
2827
|
-
export interface TagResourceResponse {
|
|
2828
|
-
}
|
|
2829
|
-
export declare namespace TagResourceResponse {
|
|
2830
|
-
|
|
2831
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2832
|
-
}
|