@aws-sdk/client-mediaconvert 3.846.0 → 3.849.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.
@@ -1,29 +1,86 @@
1
1
  import {
2
2
  AudioDescription,
3
3
  AutomatedEncodingSettings,
4
- AvailBlanking,
5
4
  CaptionDescription,
6
5
  CmafGroupSettings,
7
- ColorConversion3DLUTSetting,
8
6
  DashIsoGroupSettings,
9
7
  DestinationSettings,
10
- EsamSettings,
11
- ExtendedDataServices,
12
8
  FileGroupSettings,
13
9
  FrameMetricType,
14
10
  Hdr10Metadata,
15
- HlsGroupSettings,
11
+ HlsAdditionalManifest,
12
+ HlsAdMarkers,
13
+ HlsAudioOnlyHeader,
14
+ HlsCaptionLanguageMapping,
15
+ HlsCaptionLanguageSetting,
16
+ HlsCaptionSegmentLengthControl,
17
+ HlsClientCache,
18
+ HlsCodecSpecification,
19
+ HlsDirectoryStructure,
20
+ HlsEncryptionSettings,
21
+ HlsImageBasedTrickPlay,
22
+ HlsImageBasedTrickPlaySettings,
23
+ HlsManifestCompression,
24
+ HlsManifestDurationFormat,
25
+ HlsOutputSelection,
26
+ HlsProgramDateTime,
27
+ HlsProgressiveWriteHlsManifest,
28
+ HlsSegmentControl,
29
+ HlsSegmentLengthControl,
30
+ HlsStreamInfResolution,
31
+ HlsTargetDurationCompatibilityMode,
16
32
  Id3Insertion,
17
33
  ImageInserter,
18
- Input,
19
- KantarWatermarkSettings,
20
- MotionImageInserter,
21
- MsSmoothAdditionalManifest,
22
- NielsenConfiguration,
23
- NielsenNonLinearWatermarkSettings,
24
34
  Rectangle,
25
35
  SpekeKeyProvider,
26
36
  } from "./models_0";
37
+ export declare const HlsTimedMetadataId3Frame: {
38
+ readonly NONE: "NONE";
39
+ readonly PRIV: "PRIV";
40
+ readonly TDRL: "TDRL";
41
+ };
42
+ export type HlsTimedMetadataId3Frame =
43
+ (typeof HlsTimedMetadataId3Frame)[keyof typeof HlsTimedMetadataId3Frame];
44
+ export interface HlsGroupSettings {
45
+ AdMarkers?: HlsAdMarkers[] | undefined;
46
+ AdditionalManifests?: HlsAdditionalManifest[] | undefined;
47
+ AudioOnlyHeader?: HlsAudioOnlyHeader | undefined;
48
+ BaseUrl?: string | undefined;
49
+ CaptionLanguageMappings?: HlsCaptionLanguageMapping[] | undefined;
50
+ CaptionLanguageSetting?: HlsCaptionLanguageSetting | undefined;
51
+ CaptionSegmentLengthControl?: HlsCaptionSegmentLengthControl | undefined;
52
+ ClientCache?: HlsClientCache | undefined;
53
+ CodecSpecification?: HlsCodecSpecification | undefined;
54
+ Destination?: string | undefined;
55
+ DestinationSettings?: DestinationSettings | undefined;
56
+ DirectoryStructure?: HlsDirectoryStructure | undefined;
57
+ Encryption?: HlsEncryptionSettings | undefined;
58
+ ImageBasedTrickPlay?: HlsImageBasedTrickPlay | undefined;
59
+ ImageBasedTrickPlaySettings?: HlsImageBasedTrickPlaySettings | undefined;
60
+ ManifestCompression?: HlsManifestCompression | undefined;
61
+ ManifestDurationFormat?: HlsManifestDurationFormat | undefined;
62
+ MinFinalSegmentLength?: number | undefined;
63
+ MinSegmentLength?: number | undefined;
64
+ OutputSelection?: HlsOutputSelection | undefined;
65
+ ProgramDateTime?: HlsProgramDateTime | undefined;
66
+ ProgramDateTimePeriod?: number | undefined;
67
+ ProgressiveWriteHlsManifest?: HlsProgressiveWriteHlsManifest | undefined;
68
+ SegmentControl?: HlsSegmentControl | undefined;
69
+ SegmentLength?: number | undefined;
70
+ SegmentLengthControl?: HlsSegmentLengthControl | undefined;
71
+ SegmentsPerSubdirectory?: number | undefined;
72
+ StreamInfResolution?: HlsStreamInfResolution | undefined;
73
+ TargetDurationCompatibilityMode?:
74
+ | HlsTargetDurationCompatibilityMode
75
+ | undefined;
76
+ TimedMetadataId3Frame?: HlsTimedMetadataId3Frame | undefined;
77
+ TimedMetadataId3Period?: number | undefined;
78
+ TimestampDeltaMilliseconds?: number | undefined;
79
+ }
80
+ export interface MsSmoothAdditionalManifest {
81
+ ManifestNameModifier?: string | undefined;
82
+ SelectedOutputs?: string[] | undefined;
83
+ }
27
84
  export declare const MsSmoothAudioDeduplication: {
28
85
  readonly COMBINE_DUPLICATE_STREAMS: "COMBINE_DUPLICATE_STREAMS";
29
86
  readonly NONE: "NONE";
@@ -2266,33 +2323,3 @@ export interface TimecodeConfig {
2266
2323
  export interface TimedMetadataInsertion {
2267
2324
  Id3Insertions?: Id3Insertion[] | undefined;
2268
2325
  }
2269
- export interface JobSettings {
2270
- AdAvailOffset?: number | undefined;
2271
- AvailBlanking?: AvailBlanking | undefined;
2272
- ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
2273
- Esam?: EsamSettings | undefined;
2274
- ExtendedDataServices?: ExtendedDataServices | undefined;
2275
- FollowSource?: number | undefined;
2276
- Inputs?: Input[] | undefined;
2277
- KantarWatermark?: KantarWatermarkSettings | undefined;
2278
- MotionImageInserter?: MotionImageInserter | undefined;
2279
- NielsenConfiguration?: NielsenConfiguration | undefined;
2280
- NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
2281
- OutputGroups?: OutputGroup[] | undefined;
2282
- TimecodeConfig?: TimecodeConfig | undefined;
2283
- TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
2284
- }
2285
- export declare const SimulateReservedQueue: {
2286
- readonly DISABLED: "DISABLED";
2287
- readonly ENABLED: "ENABLED";
2288
- };
2289
- export type SimulateReservedQueue =
2290
- (typeof SimulateReservedQueue)[keyof typeof SimulateReservedQueue];
2291
- export declare const JobStatus: {
2292
- readonly CANCELED: "CANCELED";
2293
- readonly COMPLETE: "COMPLETE";
2294
- readonly ERROR: "ERROR";
2295
- readonly PROGRESSING: "PROGRESSING";
2296
- readonly SUBMITTED: "SUBMITTED";
2297
- };
2298
- export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
@@ -12,6 +12,7 @@ import {
12
12
  EsamSettings,
13
13
  ExtendedDataServices,
14
14
  HopDestination,
15
+ Input,
15
16
  InputTemplate,
16
17
  JobMessages,
17
18
  JobPhase,
@@ -24,14 +25,41 @@ import {
24
25
  } from "./models_0";
25
26
  import {
26
27
  ContainerSettings,
27
- JobSettings,
28
- JobStatus,
29
28
  OutputGroup,
30
- SimulateReservedQueue,
31
29
  TimecodeConfig,
32
30
  TimedMetadataInsertion,
33
31
  VideoDescription,
34
32
  } from "./models_1";
33
+ export interface JobSettings {
34
+ AdAvailOffset?: number | undefined;
35
+ AvailBlanking?: AvailBlanking | undefined;
36
+ ColorConversion3DLUTSettings?: ColorConversion3DLUTSetting[] | undefined;
37
+ Esam?: EsamSettings | undefined;
38
+ ExtendedDataServices?: ExtendedDataServices | undefined;
39
+ FollowSource?: number | undefined;
40
+ Inputs?: Input[] | undefined;
41
+ KantarWatermark?: KantarWatermarkSettings | undefined;
42
+ MotionImageInserter?: MotionImageInserter | undefined;
43
+ NielsenConfiguration?: NielsenConfiguration | undefined;
44
+ NielsenNonLinearWatermark?: NielsenNonLinearWatermarkSettings | undefined;
45
+ OutputGroups?: OutputGroup[] | undefined;
46
+ TimecodeConfig?: TimecodeConfig | undefined;
47
+ TimedMetadataInsertion?: TimedMetadataInsertion | undefined;
48
+ }
49
+ export declare const SimulateReservedQueue: {
50
+ readonly DISABLED: "DISABLED";
51
+ readonly ENABLED: "ENABLED";
52
+ };
53
+ export type SimulateReservedQueue =
54
+ (typeof SimulateReservedQueue)[keyof typeof SimulateReservedQueue];
55
+ export declare const JobStatus: {
56
+ readonly CANCELED: "CANCELED";
57
+ readonly COMPLETE: "COMPLETE";
58
+ readonly ERROR: "ERROR";
59
+ readonly PROGRESSING: "PROGRESSING";
60
+ readonly SUBMITTED: "SUBMITTED";
61
+ };
62
+ export type JobStatus = (typeof JobStatus)[keyof typeof JobStatus];
35
63
  export declare const StatusUpdateInterval: {
36
64
  readonly SECONDS_10: "SECONDS_10";
37
65
  readonly SECONDS_12: "SECONDS_12";
@@ -153,6 +181,7 @@ export interface ProbeInputFile {
153
181
  export declare const Format: {
154
182
  readonly matroska: "matroska";
155
183
  readonly mp4: "mp4";
184
+ readonly mxf: "mxf";
156
185
  readonly quicktime: "quicktime";
157
186
  readonly webm: "webm";
158
187
  };
@@ -179,6 +208,7 @@ export declare const Codec: {
179
208
  readonly EAC3: "EAC3";
180
209
  readonly FLAC: "FLAC";
181
210
  readonly HEVC: "HEVC";
211
+ readonly JPEG2000: "JPEG2000";
182
212
  readonly MJPEG: "MJPEG";
183
213
  readonly MP3: "MP3";
184
214
  readonly MP4V: "MP4V";
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.846.0",
4
+ "version": "3.849.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-mediaconvert",
@@ -21,16 +21,16 @@
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
23
  "@aws-sdk/core": "3.846.0",
24
- "@aws-sdk/credential-provider-node": "3.846.0",
24
+ "@aws-sdk/credential-provider-node": "3.848.0",
25
25
  "@aws-sdk/middleware-host-header": "3.840.0",
26
26
  "@aws-sdk/middleware-logger": "3.840.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.840.0",
28
- "@aws-sdk/middleware-user-agent": "3.846.0",
28
+ "@aws-sdk/middleware-user-agent": "3.848.0",
29
29
  "@aws-sdk/region-config-resolver": "3.840.0",
30
30
  "@aws-sdk/types": "3.840.0",
31
- "@aws-sdk/util-endpoints": "3.845.0",
31
+ "@aws-sdk/util-endpoints": "3.848.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.840.0",
33
- "@aws-sdk/util-user-agent-node": "3.846.0",
33
+ "@aws-sdk/util-user-agent-node": "3.848.0",
34
34
  "@smithy/config-resolver": "^4.1.4",
35
35
  "@smithy/core": "^3.7.0",
36
36
  "@smithy/fetch-http-handler": "^5.1.0",