@aws-sdk/client-mediaconvert 3.46.0 → 3.48.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/commands/UntagResourceCommand.js +3 -3
  3. package/dist-cjs/commands/UpdateJobTemplateCommand.js +3 -3
  4. package/dist-cjs/commands/UpdatePresetCommand.js +1 -2
  5. package/dist-cjs/endpoints.js +0 -20
  6. package/dist-cjs/models/models_0.js +21 -21
  7. package/dist-cjs/models/models_1.js +33 -72
  8. package/dist-cjs/models/models_2.js +31 -1
  9. package/dist-cjs/protocols/Aws_restJson1.js +16 -0
  10. package/dist-cjs/runtimeConfig.browser.js +7 -2
  11. package/dist-cjs/runtimeConfig.js +10 -2
  12. package/dist-es/commands/UntagResourceCommand.js +1 -1
  13. package/dist-es/commands/UpdateJobTemplateCommand.js +1 -1
  14. package/dist-es/commands/UpdatePresetCommand.js +1 -2
  15. package/dist-es/endpoints.js +0 -20
  16. package/dist-es/models/models_0.js +16 -14
  17. package/dist-es/models/models_1.js +25 -44
  18. package/dist-es/models/models_2.js +20 -0
  19. package/dist-es/protocols/Aws_restJson1.js +21 -12
  20. package/dist-es/runtimeConfig.browser.js +12 -3
  21. package/dist-es/runtimeConfig.js +13 -4
  22. package/dist-types/MediaConvertClient.d.ts +5 -1
  23. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  24. package/dist-types/commands/UpdateJobTemplateCommand.d.ts +1 -1
  25. package/dist-types/commands/UpdatePresetCommand.d.ts +1 -2
  26. package/dist-types/models/models_0.d.ts +33 -95
  27. package/dist-types/models/models_1.d.ts +114 -142
  28. package/dist-types/models/models_2.d.ts +106 -1
  29. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  30. package/dist-types/runtimeConfig.d.ts +4 -3
  31. package/dist-types/runtimeConfig.native.d.ts +1 -0
  32. package/dist-types/ts3.4/MediaConvertClient.d.ts +3 -1
  33. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  34. package/dist-types/ts3.4/commands/UpdateJobTemplateCommand.d.ts +1 -1
  35. package/dist-types/ts3.4/commands/UpdatePresetCommand.d.ts +1 -2
  36. package/dist-types/ts3.4/models/models_0.d.ts +23 -53
  37. package/dist-types/ts3.4/models/models_1.d.ts +67 -87
  38. package/dist-types/ts3.4/models/models_2.d.ts +64 -1
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  42. package/package.json +35 -35
@@ -948,6 +948,7 @@ export declare enum LanguageCode {
948
948
  SQI = "SQI",
949
949
  SRB = "SRB",
950
950
  SRD = "SRD",
951
+ SRP = "SRP",
951
952
  SSW = "SSW",
952
953
  SUN = "SUN",
953
954
  SWA = "SWA",
@@ -1474,6 +1475,10 @@ export declare namespace EmbeddedDestinationSettings {
1474
1475
  */
1475
1476
  const filterSensitiveLog: (obj: EmbeddedDestinationSettings) => any;
1476
1477
  }
1478
+ export declare enum ImscAccessibilitySubs {
1479
+ DISABLED = "DISABLED",
1480
+ ENABLED = "ENABLED"
1481
+ }
1477
1482
  export declare enum ImscStylePassthrough {
1478
1483
  DISABLED = "DISABLED",
1479
1484
  ENABLED = "ENABLED"
@@ -1482,6 +1487,10 @@ export declare enum ImscStylePassthrough {
1482
1487
  * Settings related to IMSC captions. IMSC is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to IMSC.
1483
1488
  */
1484
1489
  export interface ImscDestinationSettings {
1490
+ /**
1491
+ * Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED, MediaConvert leaves this parameter out.
1492
+ */
1493
+ Accessibility?: ImscAccessibilitySubs | string;
1485
1494
  /**
1486
1495
  * Keep this setting enabled to have MediaConvert use the font style and position information from the captions source in the output. This option is available only when your input captions are IMSC, SMPTE-TT, or TTML. Disable this setting for simplified output captions.
1487
1496
  */
@@ -1579,6 +1588,10 @@ export declare namespace TtmlDestinationSettings {
1579
1588
  */
1580
1589
  const filterSensitiveLog: (obj: TtmlDestinationSettings) => any;
1581
1590
  }
1591
+ export declare enum WebvttAccessibilitySubs {
1592
+ DISABLED = "DISABLED",
1593
+ ENABLED = "ENABLED"
1594
+ }
1582
1595
  export declare enum WebvttStylePassthrough {
1583
1596
  DISABLED = "DISABLED",
1584
1597
  ENABLED = "ENABLED"
@@ -1587,6 +1600,10 @@ export declare enum WebvttStylePassthrough {
1587
1600
  * Settings related to WebVTT captions. WebVTT is a sidecar format that holds captions in a file that is separate from the video container. Set up sidecar captions in the same output group, but different output from your video. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/ttml-and-webvtt-output-captions.html. When you work directly in your JSON job specification, include this object and any required children when you set destinationType to WebVTT.
1588
1601
  */
1589
1602
  export interface WebvttDestinationSettings {
1603
+ /**
1604
+ * Specify whether to flag this caption track as accessibility in your HLS/CMAF parent manifest. When you choose ENABLED, MediaConvert includes the parameters CHARACTERISTICS="public.accessibility.describes-spoken-dialog,public.accessibility.describes-music-and-sound" and AUTOSELECT="YES" in the EXT-X-MEDIA entry for this track. When you keep the default choice, DISABLED, MediaConvert leaves this parameter out.
1605
+ */
1606
+ Accessibility?: WebvttAccessibilitySubs | string;
1590
1607
  /**
1591
1608
  * Set Style passthrough (StylePassthrough) to ENABLED to use the available style, color, and position information from your input captions. MediaConvert uses default settings for any missing style and position information in your input captions. Set Style passthrough to DISABLED, or leave blank, to ignore the style and position information from your input captions and use simplified output captions.
1592
1609
  */
@@ -2570,6 +2587,10 @@ export interface Input {
2570
2587
  * Enable Denoise (InputDenoiseFilter) to filter noise from the input. Default is disabled. Only applicable to MPEG2, H.264, H.265, and uncompressed video inputs.
2571
2588
  */
2572
2589
  DenoiseFilter?: InputDenoiseFilter | string;
2590
+ /**
2591
+ * Use this setting only when your video source has Dolby Vision studio mastering metadata that is carried in a separate XML file. Specify the Amazon S3 location for the metadata XML file. MediaConvert uses this file to provide global and frame-level metadata for Dolby Vision preprocessing. When you specify a file here and your input also has interleaved global and frame level metadata, MediaConvert ignores the interleaved metadata and uses only the the metadata from this external XML file. Note that your IAM service role must grant MediaConvert read permissions to this file. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
2592
+ */
2593
+ DolbyVisionMetadataXml?: string;
2573
2594
  /**
2574
2595
  * Specify the source file for your transcoding job. You can use multiple inputs in a single job. The service concatenates these inputs, in the order that you specify them in the job, to create the outputs. If your input format is IMF, specify your input by providing the path to your CPL. For example, "s3://bucket/vf/cpl.xml". If the CPL is in an incomplete IMP, make sure to use *Supplemental IMPs* (SupplementalImps) to specify any supplemental IMPs that contain assets referenced by the CPL.
2575
2596
  */
@@ -2663,6 +2684,10 @@ export interface InputTemplate {
2663
2684
  * Enable Denoise (InputDenoiseFilter) to filter noise from the input. Default is disabled. Only applicable to MPEG2, H.264, H.265, and uncompressed video inputs.
2664
2685
  */
2665
2686
  DenoiseFilter?: InputDenoiseFilter | string;
2687
+ /**
2688
+ * Use this setting only when your video source has Dolby Vision studio mastering metadata that is carried in a separate XML file. Specify the Amazon S3 location for the metadata XML file. MediaConvert uses this file to provide global and frame-level metadata for Dolby Vision preprocessing. When you specify a file here and your input also has interleaved global and frame level metadata, MediaConvert ignores the interleaved metadata and uses only the the metadata from this external XML file. Note that your IAM service role must grant MediaConvert read permissions to this file. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/iam-role.html.
2689
+ */
2690
+ DolbyVisionMetadataXml?: string;
2666
2691
  /**
2667
2692
  * Specify how the transcoding service applies the denoise and deblock filters. You must also enable the filters separately, with Denoise (InputDenoiseFilter) and Deblock (InputDeblockFilter). * Auto - The transcoding service determines whether to apply filtering, depending on input type and quality. * Disable - The input is not filtered. This is true even if you use the API to enable them in (InputDeblockFilter) and (InputDeblockFilter). * Force - The input is filtered regardless of input type.
2668
2693
  */
@@ -4272,6 +4297,10 @@ export declare enum CmfcScte35Source {
4272
4297
  NONE = "NONE",
4273
4298
  PASSTHROUGH = "PASSTHROUGH"
4274
4299
  }
4300
+ export declare enum CmfcTimedMetadata {
4301
+ NONE = "NONE",
4302
+ PASSTHROUGH = "PASSTHROUGH"
4303
+ }
4275
4304
  /**
4276
4305
  * These settings relate to the fragmented MP4 container for the segments in your CMAF outputs.
4277
4306
  */
@@ -4308,6 +4337,10 @@ export interface CmfcSettings {
4308
4337
  * Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want those SCTE-35 markers in this output.
4309
4338
  */
4310
4339
  Scte35Source?: CmfcScte35Source | string;
4340
+ /**
4341
+ * Applies to CMAF outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
4342
+ */
4343
+ TimedMetadata?: CmfcTimedMetadata | string;
4311
4344
  }
4312
4345
  export declare namespace CmfcSettings {
4313
4346
  /**
@@ -4676,98 +4709,3 @@ export declare enum M3u8Scte35Source {
4676
4709
  NONE = "NONE",
4677
4710
  PASSTHROUGH = "PASSTHROUGH"
4678
4711
  }
4679
- export declare enum TimedMetadata {
4680
- NONE = "NONE",
4681
- PASSTHROUGH = "PASSTHROUGH"
4682
- }
4683
- /**
4684
- * These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
4685
- */
4686
- export interface M3u8Settings {
4687
- /**
4688
- * Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.
4689
- */
4690
- AudioDuration?: M3u8AudioDuration | string;
4691
- /**
4692
- * The number of audio frames to insert for each PES packet.
4693
- */
4694
- AudioFramesPerPes?: number;
4695
- /**
4696
- * Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation.
4697
- */
4698
- AudioPids?: number[];
4699
- /**
4700
- * If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.
4701
- */
4702
- DataPTSControl?: M3u8DataPtsControl | string;
4703
- /**
4704
- * Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
4705
- */
4706
- MaxPcrInterval?: number;
4707
- /**
4708
- * If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
4709
- */
4710
- NielsenId3?: M3u8NielsenId3 | string;
4711
- /**
4712
- * The number of milliseconds between instances of this table in the output transport stream.
4713
- */
4714
- PatInterval?: number;
4715
- /**
4716
- * When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
4717
- */
4718
- PcrControl?: M3u8PcrControl | string;
4719
- /**
4720
- * Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID.
4721
- */
4722
- PcrPid?: number;
4723
- /**
4724
- * The number of milliseconds between instances of this table in the output transport stream.
4725
- */
4726
- PmtInterval?: number;
4727
- /**
4728
- * Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
4729
- */
4730
- PmtPid?: number;
4731
- /**
4732
- * Packet Identifier (PID) of the private metadata stream in the transport stream.
4733
- */
4734
- PrivateMetadataPid?: number;
4735
- /**
4736
- * The value of the program number field in the Program Map Table.
4737
- */
4738
- ProgramNumber?: number;
4739
- /**
4740
- * Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
4741
- */
4742
- Scte35Pid?: number;
4743
- /**
4744
- * For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE) if you don't want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers) if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml).
4745
- */
4746
- Scte35Source?: M3u8Scte35Source | string;
4747
- /**
4748
- * Applies only to HLS outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
4749
- */
4750
- TimedMetadata?: TimedMetadata | string;
4751
- /**
4752
- * Packet Identifier (PID) of the timed metadata stream in the transport stream.
4753
- */
4754
- TimedMetadataPid?: number;
4755
- /**
4756
- * The value of the transport stream ID field in the Program Map Table.
4757
- */
4758
- TransportStreamId?: number;
4759
- /**
4760
- * Packet Identifier (PID) of the elementary video stream in the transport stream.
4761
- */
4762
- VideoPid?: number;
4763
- }
4764
- export declare namespace M3u8Settings {
4765
- /**
4766
- * @internal
4767
- */
4768
- const filterSensitiveLog: (obj: M3u8Settings) => any;
4769
- }
4770
- export declare enum MovClapAtom {
4771
- EXCLUDE = "EXCLUDE",
4772
- INCLUDE = "INCLUDE"
4773
- }
@@ -1,5 +1,100 @@
1
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, M3u8Settings, MotionImageInserter, MovClapAtom, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
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
+ * These settings relate to the MPEG-2 transport stream (MPEG2-TS) container for the MPEG2-TS segments in your HLS outputs.
9
+ */
10
+ export interface M3u8Settings {
11
+ /**
12
+ * Specify this setting only when your output will be consumed by a downstream repackaging workflow that is sensitive to very small duration differences between video and audio. For this situation, choose Match video duration (MATCH_VIDEO_DURATION). In all other cases, keep the default value, Default codec duration (DEFAULT_CODEC_DURATION). When you choose Match video duration, MediaConvert pads the output audio streams with silence or trims them to ensure that the total duration of each audio stream is at least as long as the total duration of the video stream. After padding or trimming, the audio stream duration is no more than one frame longer than the video stream. MediaConvert applies audio padding or trimming only to the end of the last segment of the output. For unsegmented outputs, MediaConvert adds padding only to the end of the file. When you keep the default value, any minor discrepancies between audio and video duration will depend on your output audio codec.
13
+ */
14
+ AudioDuration?: M3u8AudioDuration | string;
15
+ /**
16
+ * The number of audio frames to insert for each PES packet.
17
+ */
18
+ AudioFramesPerPes?: number;
19
+ /**
20
+ * Packet Identifier (PID) of the elementary audio stream(s) in the transport stream. Multiple values are accepted, and can be entered in ranges and/or by comma separation.
21
+ */
22
+ AudioPids?: number[];
23
+ /**
24
+ * If you select ALIGN_TO_VIDEO, MediaConvert writes captions and data packets with Presentation Timestamp (PTS) values greater than or equal to the first video packet PTS (MediaConvert drops captions and data packets with lesser PTS values). Keep the default value (AUTO) to allow all PTS values.
25
+ */
26
+ DataPTSControl?: M3u8DataPtsControl | string;
27
+ /**
28
+ * Specify the maximum time, in milliseconds, between Program Clock References (PCRs) inserted into the transport stream.
29
+ */
30
+ MaxPcrInterval?: number;
31
+ /**
32
+ * If INSERT, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
33
+ */
34
+ NielsenId3?: M3u8NielsenId3 | string;
35
+ /**
36
+ * The number of milliseconds between instances of this table in the output transport stream.
37
+ */
38
+ PatInterval?: number;
39
+ /**
40
+ * When set to PCR_EVERY_PES_PACKET a Program Clock Reference value is inserted for every Packetized Elementary Stream (PES) header. This parameter is effective only when the PCR PID is the same as the video or audio elementary stream.
41
+ */
42
+ PcrControl?: M3u8PcrControl | string;
43
+ /**
44
+ * Packet Identifier (PID) of the Program Clock Reference (PCR) in the transport stream. When no value is given, the encoder will assign the same value as the Video PID.
45
+ */
46
+ PcrPid?: number;
47
+ /**
48
+ * The number of milliseconds between instances of this table in the output transport stream.
49
+ */
50
+ PmtInterval?: number;
51
+ /**
52
+ * Packet Identifier (PID) for the Program Map Table (PMT) in the transport stream.
53
+ */
54
+ PmtPid?: number;
55
+ /**
56
+ * Packet Identifier (PID) of the private metadata stream in the transport stream.
57
+ */
58
+ PrivateMetadataPid?: number;
59
+ /**
60
+ * The value of the program number field in the Program Map Table.
61
+ */
62
+ ProgramNumber?: number;
63
+ /**
64
+ * Packet Identifier (PID) of the SCTE-35 stream in the transport stream.
65
+ */
66
+ Scte35Pid?: number;
67
+ /**
68
+ * For SCTE-35 markers from your input-- Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want SCTE-35 markers in this output. For SCTE-35 markers from an ESAM XML document-- Choose None (NONE) if you don't want manifest conditioning. Choose Passthrough (PASSTHROUGH) and choose Ad markers (adMarkers) if you do want manifest conditioning. In both cases, also provide the ESAM XML as a string in the setting Signal processing notification XML (sccXml).
69
+ */
70
+ Scte35Source?: M3u8Scte35Source | string;
71
+ /**
72
+ * Applies to HLS outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
73
+ */
74
+ TimedMetadata?: TimedMetadata | string;
75
+ /**
76
+ * Packet Identifier (PID) of the timed metadata stream in the transport stream.
77
+ */
78
+ TimedMetadataPid?: number;
79
+ /**
80
+ * The value of the transport stream ID field in the Program Map Table.
81
+ */
82
+ TransportStreamId?: number;
83
+ /**
84
+ * Packet Identifier (PID) of the elementary video stream in the transport stream.
85
+ */
86
+ VideoPid?: number;
87
+ }
88
+ export declare namespace M3u8Settings {
89
+ /**
90
+ * @internal
91
+ */
92
+ const filterSensitiveLog: (obj: M3u8Settings) => any;
93
+ }
94
+ export declare enum MovClapAtom {
95
+ EXCLUDE = "EXCLUDE",
96
+ INCLUDE = "INCLUDE"
97
+ }
3
98
  export declare enum MovCslgAtom {
4
99
  EXCLUDE = "EXCLUDE",
5
100
  INCLUDE = "INCLUDE"
@@ -114,6 +209,10 @@ export declare enum MpdScte35Source {
114
209
  NONE = "NONE",
115
210
  PASSTHROUGH = "PASSTHROUGH"
116
211
  }
212
+ export declare enum MpdTimedMetadata {
213
+ NONE = "NONE",
214
+ PASSTHROUGH = "PASSTHROUGH"
215
+ }
117
216
  /**
118
217
  * These settings relate to the fragmented MP4 container for the segments in your DASH outputs.
119
218
  */
@@ -138,6 +237,10 @@ export interface MpdSettings {
138
237
  * Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don't want those SCTE-35 markers in this output.
139
238
  */
140
239
  Scte35Source?: MpdScte35Source | string;
240
+ /**
241
+ * Applies to DASH outputs. Use this setting to specify whether the service inserts the ID3 timed metadata from the input in this output.
242
+ */
243
+ TimedMetadata?: MpdTimedMetadata | string;
141
244
  }
142
245
  export declare namespace MpdSettings {
143
246
  /**
@@ -337,6 +440,10 @@ export declare enum Av1AdaptiveQuantization {
337
440
  MEDIUM = "MEDIUM",
338
441
  OFF = "OFF"
339
442
  }
443
+ export declare enum Av1BitDepth {
444
+ BIT_10 = "BIT_10",
445
+ BIT_8 = "BIT_8"
446
+ }
340
447
  export declare enum Av1FramerateControl {
341
448
  INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
342
449
  SPECIFIED = "SPECIFIED"
@@ -380,6 +487,10 @@ export interface Av1Settings {
380
487
  * Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to Spatial adaptive quantization (spatialAdaptiveQuantization).
381
488
  */
382
489
  AdaptiveQuantization?: Av1AdaptiveQuantization | string;
490
+ /**
491
+ * Specify the Bit depth (Av1BitDepth). You can choose 8-bit (BIT_8) or 10-bit (BIT_10).
492
+ */
493
+ BitDepth?: Av1BitDepth | string;
383
494
  /**
384
495
  * If you are using the console, use the Framerate setting to specify the frame rate for this output. If you want to keep the same frame rate as the input video, choose Follow source. If you want to do frame rate conversion, choose a frame rate from the dropdown list or choose Custom. The framerates shown in the dropdown list are decimal approximations of fractions. If you choose Custom, specify your frame rate as a fraction. If you are creating your transcoding job specification as a JSON file without the console, use FramerateControl to specify which value the service uses for the frame rate for this output. Choose INITIALIZE_FROM_SOURCE if you want the service to use the frame rate from the input. Choose SPECIFIED if you want the service to use the frame rate you specify in the settings FramerateNumerator and FramerateDenominator.
385
496
  */
@@ -900,6 +1011,7 @@ export declare namespace H264Settings {
900
1011
  const filterSensitiveLog: (obj: H264Settings) => any;
901
1012
  }
902
1013
  export declare enum H265AdaptiveQuantization {
1014
+ AUTO = "AUTO",
903
1015
  HIGH = "HIGH",
904
1016
  HIGHER = "HIGHER",
905
1017
  LOW = "LOW",
@@ -1059,7 +1171,7 @@ export declare enum H265WriteMp4PackagingType {
1059
1171
  */
1060
1172
  export interface H265Settings {
1061
1173
  /**
1062
- * Specify the strength of any adaptive quantization filters that you enable. The value that you choose here applies to the following settings: Flicker adaptive quantization (flickerAdaptiveQuantization), Spatial adaptive quantization (spatialAdaptiveQuantization), and Temporal adaptive quantization (temporalAdaptiveQuantization).
1174
+ * When you set Adaptive Quantization (H265AdaptiveQuantization) to Auto (AUTO), or leave blank, MediaConvert automatically applies quantization to improve the video quality of your output. Set Adaptive Quantization to Low (LOW), Medium (MEDIUM), High (HIGH), Higher (HIGHER), or Max (MAX) to manually control the strength of the quantization filter. When you do, you can specify a value for Spatial Adaptive Quantization (H265SpatialAdaptiveQuantization), Temporal Adaptive Quantization (H265TemporalAdaptiveQuantization), and Flicker Adaptive Quantization (H265FlickerAdaptiveQuantization), to further control the quantization filter. Set Adaptive Quantization to Off (OFF) to apply no quantization to your output.
1063
1175
  */
1064
1176
  AdaptiveQuantization?: H265AdaptiveQuantization | string;
1065
1177
  /**
@@ -3340,12 +3452,6 @@ export interface BadRequestException extends __SmithyException, $MetadataBearer
3340
3452
  $fault: "client";
3341
3453
  Message?: string;
3342
3454
  }
3343
- export declare namespace BadRequestException {
3344
- /**
3345
- * @internal
3346
- */
3347
- const filterSensitiveLog: (obj: BadRequestException) => any;
3348
- }
3349
3455
  /**
3350
3456
  * The service couldn't complete your request because there is a conflict with the current state of the resource.
3351
3457
  */
@@ -3354,12 +3460,6 @@ export interface ConflictException extends __SmithyException, $MetadataBearer {
3354
3460
  $fault: "client";
3355
3461
  Message?: string;
3356
3462
  }
3357
- export declare namespace ConflictException {
3358
- /**
3359
- * @internal
3360
- */
3361
- const filterSensitiveLog: (obj: ConflictException) => any;
3362
- }
3363
3463
  /**
3364
3464
  * You don't have permissions for this action with the credentials you sent.
3365
3465
  */
@@ -3368,12 +3468,6 @@ export interface ForbiddenException extends __SmithyException, $MetadataBearer {
3368
3468
  $fault: "client";
3369
3469
  Message?: string;
3370
3470
  }
3371
- export declare namespace ForbiddenException {
3372
- /**
3373
- * @internal
3374
- */
3375
- const filterSensitiveLog: (obj: ForbiddenException) => any;
3376
- }
3377
3471
  /**
3378
3472
  * The service encountered an unexpected condition and can't fulfill your request.
3379
3473
  */
@@ -3382,12 +3476,6 @@ export interface InternalServerErrorException extends __SmithyException, $Metada
3382
3476
  $fault: "server";
3383
3477
  Message?: string;
3384
3478
  }
3385
- export declare namespace InternalServerErrorException {
3386
- /**
3387
- * @internal
3388
- */
3389
- const filterSensitiveLog: (obj: InternalServerErrorException) => any;
3390
- }
3391
3479
  /**
3392
3480
  * The resource you requested doesn't exist.
3393
3481
  */
@@ -3396,12 +3484,6 @@ export interface NotFoundException extends __SmithyException, $MetadataBearer {
3396
3484
  $fault: "client";
3397
3485
  Message?: string;
3398
3486
  }
3399
- export declare namespace NotFoundException {
3400
- /**
3401
- * @internal
3402
- */
3403
- const filterSensitiveLog: (obj: NotFoundException) => any;
3404
- }
3405
3487
  /**
3406
3488
  * Too many requests have been sent in too short of a time. The service limits the rate at which it will accept requests.
3407
3489
  */
@@ -3410,12 +3492,6 @@ export interface TooManyRequestsException extends __SmithyException, $MetadataBe
3410
3492
  $fault: "client";
3411
3493
  Message?: string;
3412
3494
  }
3413
- export declare namespace TooManyRequestsException {
3414
- /**
3415
- * @internal
3416
- */
3417
- const filterSensitiveLog: (obj: TooManyRequestsException) => any;
3418
- }
3419
3495
  export interface CancelJobRequest {
3420
3496
  /**
3421
3497
  * The Job ID of the job to be cancelled.
@@ -4252,107 +4328,3 @@ export declare namespace TagResourceResponse {
4252
4328
  */
4253
4329
  const filterSensitiveLog: (obj: TagResourceResponse) => any;
4254
4330
  }
4255
- export interface UntagResourceRequest {
4256
- /**
4257
- * The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.
4258
- */
4259
- Arn: string | undefined;
4260
- /**
4261
- * The keys of the tags that you want to remove from the resource.
4262
- */
4263
- TagKeys?: string[];
4264
- }
4265
- export declare namespace UntagResourceRequest {
4266
- /**
4267
- * @internal
4268
- */
4269
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
4270
- }
4271
- export interface UntagResourceResponse {
4272
- }
4273
- export declare namespace UntagResourceResponse {
4274
- /**
4275
- * @internal
4276
- */
4277
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
4278
- }
4279
- export interface UpdateJobTemplateRequest {
4280
- /**
4281
- * Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
4282
- */
4283
- AccelerationSettings?: AccelerationSettings;
4284
- /**
4285
- * The new category for the job template, if you are changing it.
4286
- */
4287
- Category?: string;
4288
- /**
4289
- * The new description for the job template, if you are changing it.
4290
- */
4291
- Description?: string;
4292
- /**
4293
- * Optional list of hop destinations.
4294
- */
4295
- HopDestinations?: HopDestination[];
4296
- /**
4297
- * The name of the job template you are modifying
4298
- */
4299
- Name: string | undefined;
4300
- /**
4301
- * Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
4302
- */
4303
- Priority?: number;
4304
- /**
4305
- * The new queue for the job template, if you are changing it.
4306
- */
4307
- Queue?: string;
4308
- /**
4309
- * JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
4310
- */
4311
- Settings?: JobTemplateSettings;
4312
- /**
4313
- * Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
4314
- */
4315
- StatusUpdateInterval?: StatusUpdateInterval | string;
4316
- }
4317
- export declare namespace UpdateJobTemplateRequest {
4318
- /**
4319
- * @internal
4320
- */
4321
- const filterSensitiveLog: (obj: UpdateJobTemplateRequest) => any;
4322
- }
4323
- export interface UpdateJobTemplateResponse {
4324
- /**
4325
- * A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
4326
- */
4327
- JobTemplate?: JobTemplate;
4328
- }
4329
- export declare namespace UpdateJobTemplateResponse {
4330
- /**
4331
- * @internal
4332
- */
4333
- const filterSensitiveLog: (obj: UpdateJobTemplateResponse) => any;
4334
- }
4335
- export interface UpdatePresetRequest {
4336
- /**
4337
- * The new category for the preset, if you are changing it.
4338
- */
4339
- Category?: string;
4340
- /**
4341
- * The new description for the preset, if you are changing it.
4342
- */
4343
- Description?: string;
4344
- /**
4345
- * The name of the preset you are modifying.
4346
- */
4347
- Name: string | undefined;
4348
- /**
4349
- * Settings for preset
4350
- */
4351
- Settings?: PresetSettings;
4352
- }
4353
- export declare namespace UpdatePresetRequest {
4354
- /**
4355
- * @internal
4356
- */
4357
- const filterSensitiveLog: (obj: UpdatePresetRequest) => any;
4358
- }
@@ -1,4 +1,109 @@
1
- import { Preset, Queue, QueueStatus, ReservationPlanSettings } from "./models_1";
1
+ import { AccelerationSettings, HopDestination } from "./models_0";
2
+ import { JobTemplate, JobTemplateSettings, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
3
+ export interface UntagResourceRequest {
4
+ /**
5
+ * The Amazon Resource Name (ARN) of the resource that you want to remove tags from. To get the ARN, send a GET request with the resource name.
6
+ */
7
+ Arn: string | undefined;
8
+ /**
9
+ * The keys of the tags that you want to remove from the resource.
10
+ */
11
+ TagKeys?: string[];
12
+ }
13
+ export declare namespace UntagResourceRequest {
14
+ /**
15
+ * @internal
16
+ */
17
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
18
+ }
19
+ export interface UntagResourceResponse {
20
+ }
21
+ export declare namespace UntagResourceResponse {
22
+ /**
23
+ * @internal
24
+ */
25
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
26
+ }
27
+ export interface UpdateJobTemplateRequest {
28
+ /**
29
+ * Accelerated transcoding can significantly speed up jobs with long, visually complex content. Outputs that use this feature incur pro-tier pricing. For information about feature limitations, see the AWS Elemental MediaConvert User Guide.
30
+ */
31
+ AccelerationSettings?: AccelerationSettings;
32
+ /**
33
+ * The new category for the job template, if you are changing it.
34
+ */
35
+ Category?: string;
36
+ /**
37
+ * The new description for the job template, if you are changing it.
38
+ */
39
+ Description?: string;
40
+ /**
41
+ * Optional list of hop destinations.
42
+ */
43
+ HopDestinations?: HopDestination[];
44
+ /**
45
+ * The name of the job template you are modifying
46
+ */
47
+ Name: string | undefined;
48
+ /**
49
+ * Specify the relative priority for this job. In any given queue, the service begins processing the job with the highest value first. When more than one job has the same priority, the service begins processing the job that you submitted first. If you don't specify a priority, the service uses the default value 0.
50
+ */
51
+ Priority?: number;
52
+ /**
53
+ * The new queue for the job template, if you are changing it.
54
+ */
55
+ Queue?: string;
56
+ /**
57
+ * JobTemplateSettings contains all the transcode settings saved in the template that will be applied to jobs created from it.
58
+ */
59
+ Settings?: JobTemplateSettings;
60
+ /**
61
+ * Specify how often MediaConvert sends STATUS_UPDATE events to Amazon CloudWatch Events. Set the interval, in seconds, between status updates. MediaConvert sends an update at this interval from the time the service begins processing your job to the time it completes the transcode or encounters an error.
62
+ */
63
+ StatusUpdateInterval?: StatusUpdateInterval | string;
64
+ }
65
+ export declare namespace UpdateJobTemplateRequest {
66
+ /**
67
+ * @internal
68
+ */
69
+ const filterSensitiveLog: (obj: UpdateJobTemplateRequest) => any;
70
+ }
71
+ export interface UpdateJobTemplateResponse {
72
+ /**
73
+ * A job template is a pre-made set of encoding instructions that you can use to quickly create a job.
74
+ */
75
+ JobTemplate?: JobTemplate;
76
+ }
77
+ export declare namespace UpdateJobTemplateResponse {
78
+ /**
79
+ * @internal
80
+ */
81
+ const filterSensitiveLog: (obj: UpdateJobTemplateResponse) => any;
82
+ }
83
+ export interface UpdatePresetRequest {
84
+ /**
85
+ * The new category for the preset, if you are changing it.
86
+ */
87
+ Category?: string;
88
+ /**
89
+ * The new description for the preset, if you are changing it.
90
+ */
91
+ Description?: string;
92
+ /**
93
+ * The name of the preset you are modifying.
94
+ */
95
+ Name: string | undefined;
96
+ /**
97
+ * Settings for preset
98
+ */
99
+ Settings?: PresetSettings;
100
+ }
101
+ export declare namespace UpdatePresetRequest {
102
+ /**
103
+ * @internal
104
+ */
105
+ const filterSensitiveLog: (obj: UpdatePresetRequest) => any;
106
+ }
2
107
  export interface UpdatePresetResponse {
3
108
  /**
4
109
  * A preset is a collection of preconfigured media conversion settings that you want MediaConvert to apply to the output during the conversion process.
@@ -1,10 +1,11 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { MediaConvertClientConfig } from "./MediaConvertClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;