@aws-sdk/client-mediaconvert 3.80.0 → 3.85.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.
@@ -1653,6 +1653,15 @@ export declare enum InputTimecodeSource {
1653
1653
  SPECIFIEDSTART = "SPECIFIEDSTART",
1654
1654
  ZEROBASED = "ZEROBASED"
1655
1655
  }
1656
+
1657
+ export interface InputVideoGenerator {
1658
+
1659
+ Duration?: number;
1660
+ }
1661
+ export declare namespace InputVideoGenerator {
1662
+
1663
+ const filterSensitiveLog: (obj: InputVideoGenerator) => any;
1664
+ }
1656
1665
  export declare enum AlphaBehavior {
1657
1666
  DISCARD = "DISCARD",
1658
1667
  REMAP_TO_LUMA = "REMAP_TO_LUMA"
@@ -1703,6 +1712,10 @@ export declare namespace Hdr10Metadata {
1703
1712
 
1704
1713
  const filterSensitiveLog: (obj: Hdr10Metadata) => any;
1705
1714
  }
1715
+ export declare enum PadVideo {
1716
+ BLACK = "BLACK",
1717
+ DISABLED = "DISABLED"
1718
+ }
1706
1719
  export declare enum InputRotate {
1707
1720
  AUTO = "AUTO",
1708
1721
  DEGREES_180 = "DEGREES_180",
@@ -1728,6 +1741,8 @@ export interface VideoSelector {
1728
1741
 
1729
1742
  Hdr10Metadata?: Hdr10Metadata;
1730
1743
 
1744
+ PadVideo?: PadVideo | string;
1745
+
1731
1746
  Pid?: number;
1732
1747
 
1733
1748
  ProgramNumber?: number;
@@ -1789,6 +1804,8 @@ export interface Input {
1789
1804
 
1790
1805
  TimecodeStart?: string;
1791
1806
 
1807
+ VideoGenerator?: InputVideoGenerator;
1808
+
1792
1809
  VideoSelector?: VideoSelector;
1793
1810
  }
1794
1811
  export declare namespace Input {
@@ -3018,92 +3035,3 @@ export declare enum M2tsSegmentationStyle {
3018
3035
  MAINTAIN_CADENCE = "MAINTAIN_CADENCE",
3019
3036
  RESET_CADENCE = "RESET_CADENCE"
3020
3037
  }
3021
-
3022
- export interface M2tsSettings {
3023
-
3024
- AudioBufferModel?: M2tsAudioBufferModel | string;
3025
-
3026
- AudioDuration?: M2tsAudioDuration | string;
3027
-
3028
- AudioFramesPerPes?: number;
3029
-
3030
- AudioPids?: number[];
3031
-
3032
- Bitrate?: number;
3033
-
3034
- BufferModel?: M2tsBufferModel | string;
3035
-
3036
- DataPTSControl?: M2tsDataPtsControl | string;
3037
-
3038
- DvbNitSettings?: DvbNitSettings;
3039
-
3040
- DvbSdtSettings?: DvbSdtSettings;
3041
-
3042
- DvbSubPids?: number[];
3043
-
3044
- DvbTdtSettings?: DvbTdtSettings;
3045
-
3046
- DvbTeletextPid?: number;
3047
-
3048
- EbpAudioInterval?: M2tsEbpAudioInterval | string;
3049
-
3050
- EbpPlacement?: M2tsEbpPlacement | string;
3051
-
3052
- EsRateInPes?: M2tsEsRateInPes | string;
3053
-
3054
- ForceTsVideoEbpOrder?: M2tsForceTsVideoEbpOrder | string;
3055
-
3056
- FragmentTime?: number;
3057
-
3058
- KlvMetadata?: M2tsKlvMetadata | string;
3059
-
3060
- MaxPcrInterval?: number;
3061
-
3062
- MinEbpInterval?: number;
3063
-
3064
- NielsenId3?: M2tsNielsenId3 | string;
3065
-
3066
- NullPacketBitrate?: number;
3067
-
3068
- PatInterval?: number;
3069
-
3070
- PcrControl?: M2tsPcrControl | string;
3071
-
3072
- PcrPid?: number;
3073
-
3074
- PmtInterval?: number;
3075
-
3076
- PmtPid?: number;
3077
-
3078
- PrivateMetadataPid?: number;
3079
-
3080
- ProgramNumber?: number;
3081
-
3082
- RateMode?: M2tsRateMode | string;
3083
-
3084
- Scte35Esam?: M2tsScte35Esam;
3085
-
3086
- Scte35Pid?: number;
3087
-
3088
- Scte35Source?: M2tsScte35Source | string;
3089
-
3090
- SegmentationMarkers?: M2tsSegmentationMarkers | string;
3091
-
3092
- SegmentationStyle?: M2tsSegmentationStyle | string;
3093
-
3094
- SegmentationTime?: number;
3095
-
3096
- TimedMetadataPid?: number;
3097
-
3098
- TransportStreamId?: number;
3099
-
3100
- VideoPid?: number;
3101
- }
3102
- export declare namespace M2tsSettings {
3103
-
3104
- const filterSensitiveLog: (obj: M2tsSettings) => any;
3105
- }
3106
- export declare enum M3u8AudioDuration {
3107
- DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
3108
- MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
3109
- }
@@ -1,6 +1,95 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { MediaConvertServiceException as __BaseException } from "./MediaConvertServiceException";
3
- 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, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
3
+ import { AccelerationSettings, AccelerationStatus, AudioDescription, AutomatedEncodingSettings, AvailBlanking, BillingTagsSource, CaptionDescription, CaptionDescriptionPreset, CmfcAudioDuration, CmfcSettings, ContainerType, DvbNitSettings, DvbSdtSettings, DvbTdtSettings, Endpoint, EsamSettings, ExtendedDataServices, F4vSettings, Hdr10Metadata, HopDestination, Id3Insertion, ImageInserter, Input, InputTemplate, JobMessages, JobPhase, KantarWatermarkSettings, M2tsAudioBufferModel, M2tsAudioDuration, M2tsBufferModel, M2tsDataPtsControl, M2tsEbpAudioInterval, M2tsEbpPlacement, M2tsEsRateInPes, M2tsForceTsVideoEbpOrder, M2tsKlvMetadata, M2tsNielsenId3, M2tsPcrControl, M2tsRateMode, M2tsScte35Esam, M2tsScte35Source, M2tsSegmentationMarkers, M2tsSegmentationStyle, MotionImageInserter, NielsenConfiguration, NielsenNonLinearWatermarkSettings, OutputGroupDetail, OutputGroupSettings, QueueTransition, Rectangle } from "./models_0";
4
+
5
+ export interface M2tsSettings {
6
+
7
+ AudioBufferModel?: M2tsAudioBufferModel | string;
8
+
9
+ AudioDuration?: M2tsAudioDuration | string;
10
+
11
+ AudioFramesPerPes?: number;
12
+
13
+ AudioPids?: number[];
14
+
15
+ Bitrate?: number;
16
+
17
+ BufferModel?: M2tsBufferModel | string;
18
+
19
+ DataPTSControl?: M2tsDataPtsControl | string;
20
+
21
+ DvbNitSettings?: DvbNitSettings;
22
+
23
+ DvbSdtSettings?: DvbSdtSettings;
24
+
25
+ DvbSubPids?: number[];
26
+
27
+ DvbTdtSettings?: DvbTdtSettings;
28
+
29
+ DvbTeletextPid?: number;
30
+
31
+ EbpAudioInterval?: M2tsEbpAudioInterval | string;
32
+
33
+ EbpPlacement?: M2tsEbpPlacement | string;
34
+
35
+ EsRateInPes?: M2tsEsRateInPes | string;
36
+
37
+ ForceTsVideoEbpOrder?: M2tsForceTsVideoEbpOrder | string;
38
+
39
+ FragmentTime?: number;
40
+
41
+ KlvMetadata?: M2tsKlvMetadata | string;
42
+
43
+ MaxPcrInterval?: number;
44
+
45
+ MinEbpInterval?: number;
46
+
47
+ NielsenId3?: M2tsNielsenId3 | string;
48
+
49
+ NullPacketBitrate?: number;
50
+
51
+ PatInterval?: number;
52
+
53
+ PcrControl?: M2tsPcrControl | string;
54
+
55
+ PcrPid?: number;
56
+
57
+ PmtInterval?: number;
58
+
59
+ PmtPid?: number;
60
+
61
+ PrivateMetadataPid?: number;
62
+
63
+ ProgramNumber?: number;
64
+
65
+ RateMode?: M2tsRateMode | string;
66
+
67
+ Scte35Esam?: M2tsScte35Esam;
68
+
69
+ Scte35Pid?: number;
70
+
71
+ Scte35Source?: M2tsScte35Source | string;
72
+
73
+ SegmentationMarkers?: M2tsSegmentationMarkers | string;
74
+
75
+ SegmentationStyle?: M2tsSegmentationStyle | string;
76
+
77
+ SegmentationTime?: number;
78
+
79
+ TimedMetadataPid?: number;
80
+
81
+ TransportStreamId?: number;
82
+
83
+ VideoPid?: number;
84
+ }
85
+ export declare namespace M2tsSettings {
86
+
87
+ const filterSensitiveLog: (obj: M2tsSettings) => any;
88
+ }
89
+ export declare enum M3u8AudioDuration {
90
+ DEFAULT_CODEC_DURATION = "DEFAULT_CODEC_DURATION",
91
+ MATCH_VIDEO_DURATION = "MATCH_VIDEO_DURATION"
92
+ }
4
93
  export declare enum M3u8DataPtsControl {
5
94
  ALIGN_TO_VIDEO = "ALIGN_TO_VIDEO",
6
95
  AUTO = "AUTO"
@@ -1680,8 +1769,13 @@ export declare enum DolbyVisionLevel6Mode {
1680
1769
  RECALCULATE = "RECALCULATE",
1681
1770
  SPECIFY = "SPECIFY"
1682
1771
  }
1772
+ export declare enum DolbyVisionMapping {
1773
+ HDR10_1000 = "HDR10_1000",
1774
+ HDR10_NOMAP = "HDR10_NOMAP"
1775
+ }
1683
1776
  export declare enum DolbyVisionProfile {
1684
- PROFILE_5 = "PROFILE_5"
1777
+ PROFILE_5 = "PROFILE_5",
1778
+ PROFILE_8_1 = "PROFILE_8_1"
1685
1779
  }
1686
1780
 
1687
1781
  export interface DolbyVision {
@@ -1690,6 +1784,8 @@ export interface DolbyVision {
1690
1784
 
1691
1785
  L6Mode?: DolbyVisionLevel6Mode | string;
1692
1786
 
1787
+ Mapping?: DolbyVisionMapping | string;
1788
+
1693
1789
  Profile?: DolbyVisionProfile | string;
1694
1790
  }
1695
1791
  export declare namespace DolbyVision {
@@ -2792,34 +2888,3 @@ export declare namespace ListQueuesRequest {
2792
2888
 
2793
2889
  const filterSensitiveLog: (obj: ListQueuesRequest) => any;
2794
2890
  }
2795
- export interface ListQueuesResponse {
2796
-
2797
- NextToken?: string;
2798
-
2799
- Queues?: Queue[];
2800
- }
2801
- export declare namespace ListQueuesResponse {
2802
-
2803
- const filterSensitiveLog: (obj: ListQueuesResponse) => any;
2804
- }
2805
- export interface ListTagsForResourceRequest {
2806
-
2807
- Arn: string | undefined;
2808
- }
2809
- export declare namespace ListTagsForResourceRequest {
2810
-
2811
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2812
- }
2813
-
2814
- export interface ResourceTags {
2815
-
2816
- Arn?: string;
2817
-
2818
- Tags?: {
2819
- [key: string]: string;
2820
- };
2821
- }
2822
- export declare namespace ResourceTags {
2823
-
2824
- const filterSensitiveLog: (obj: ResourceTags) => any;
2825
- }
@@ -1,5 +1,36 @@
1
1
  import { AccelerationSettings, HopDestination } from "./models_0";
2
- import { JobTemplate, JobTemplateSettings, Policy, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, ResourceTags, StatusUpdateInterval } from "./models_1";
2
+ import { JobTemplate, JobTemplateSettings, Policy, Preset, PresetSettings, Queue, QueueStatus, ReservationPlanSettings, StatusUpdateInterval } from "./models_1";
3
+ export interface ListQueuesResponse {
4
+
5
+ NextToken?: string;
6
+
7
+ Queues?: Queue[];
8
+ }
9
+ export declare namespace ListQueuesResponse {
10
+
11
+ const filterSensitiveLog: (obj: ListQueuesResponse) => any;
12
+ }
13
+ export interface ListTagsForResourceRequest {
14
+
15
+ Arn: string | undefined;
16
+ }
17
+ export declare namespace ListTagsForResourceRequest {
18
+
19
+ const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
20
+ }
21
+
22
+ export interface ResourceTags {
23
+
24
+ Arn?: string;
25
+
26
+ Tags?: {
27
+ [key: string]: string;
28
+ };
29
+ }
30
+ export declare namespace ResourceTags {
31
+
32
+ const filterSensitiveLog: (obj: ResourceTags) => any;
33
+ }
3
34
  export interface ListTagsForResourceResponse {
4
35
 
5
36
  ResourceTags?: ResourceTags;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-mediaconvert",
3
3
  "description": "AWS SDK for JavaScript Mediaconvert Client for Node.js, Browser and React Native",
4
- "version": "3.80.0",
4
+ "version": "3.85.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -18,9 +18,9 @@
18
18
  "dependencies": {
19
19
  "@aws-crypto/sha256-browser": "2.0.0",
20
20
  "@aws-crypto/sha256-js": "2.0.0",
21
- "@aws-sdk/client-sts": "3.80.0",
21
+ "@aws-sdk/client-sts": "3.85.0",
22
22
  "@aws-sdk/config-resolver": "3.80.0",
23
- "@aws-sdk/credential-provider-node": "3.80.0",
23
+ "@aws-sdk/credential-provider-node": "3.85.0",
24
24
  "@aws-sdk/fetch-http-handler": "3.78.0",
25
25
  "@aws-sdk/hash-node": "3.78.0",
26
26
  "@aws-sdk/invalid-dependency": "3.78.0",
@@ -33,17 +33,17 @@
33
33
  "@aws-sdk/middleware-stack": "3.78.0",
34
34
  "@aws-sdk/middleware-user-agent": "3.78.0",
35
35
  "@aws-sdk/node-config-provider": "3.80.0",
36
- "@aws-sdk/node-http-handler": "3.78.0",
36
+ "@aws-sdk/node-http-handler": "3.82.0",
37
37
  "@aws-sdk/protocol-http": "3.78.0",
38
- "@aws-sdk/smithy-client": "3.78.0",
38
+ "@aws-sdk/smithy-client": "3.85.0",
39
39
  "@aws-sdk/types": "3.78.0",
40
40
  "@aws-sdk/url-parser": "3.78.0",
41
41
  "@aws-sdk/util-base64-browser": "3.58.0",
42
42
  "@aws-sdk/util-base64-node": "3.55.0",
43
43
  "@aws-sdk/util-body-length-browser": "3.55.0",
44
44
  "@aws-sdk/util-body-length-node": "3.55.0",
45
- "@aws-sdk/util-defaults-mode-browser": "3.78.0",
46
- "@aws-sdk/util-defaults-mode-node": "3.80.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.85.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.85.0",
47
47
  "@aws-sdk/util-user-agent-browser": "3.78.0",
48
48
  "@aws-sdk/util-user-agent-node": "3.80.0",
49
49
  "@aws-sdk/util-utf8-browser": "3.55.0",