@aws-sdk/client-mediaconvert 3.47.2 → 3.51.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,5 +1,58 @@
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
+ 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
+ }
3
56
  export declare enum MovCslgAtom {
4
57
  EXCLUDE = "EXCLUDE",
5
58
  INCLUDE = "INCLUDE"
@@ -84,6 +137,10 @@ export declare enum MpdScte35Source {
84
137
  NONE = "NONE",
85
138
  PASSTHROUGH = "PASSTHROUGH"
86
139
  }
140
+ export declare enum MpdTimedMetadata {
141
+ NONE = "NONE",
142
+ PASSTHROUGH = "PASSTHROUGH"
143
+ }
87
144
 
88
145
  export interface MpdSettings {
89
146
 
@@ -96,6 +153,8 @@ export interface MpdSettings {
96
153
  Scte35Esam?: MpdScte35Esam | string;
97
154
 
98
155
  Scte35Source?: MpdScte35Source | string;
156
+
157
+ TimedMetadata?: MpdTimedMetadata | string;
99
158
  }
100
159
  export declare namespace MpdSettings {
101
160
 
@@ -229,6 +288,10 @@ export declare enum Av1AdaptiveQuantization {
229
288
  MEDIUM = "MEDIUM",
230
289
  OFF = "OFF"
231
290
  }
291
+ export declare enum Av1BitDepth {
292
+ BIT_10 = "BIT_10",
293
+ BIT_8 = "BIT_8"
294
+ }
232
295
  export declare enum Av1FramerateControl {
233
296
  INITIALIZE_FROM_SOURCE = "INITIALIZE_FROM_SOURCE",
234
297
  SPECIFIED = "SPECIFIED"
@@ -261,6 +324,8 @@ export interface Av1Settings {
261
324
 
262
325
  AdaptiveQuantization?: Av1AdaptiveQuantization | string;
263
326
 
327
+ BitDepth?: Av1BitDepth | string;
328
+
264
329
  FramerateControl?: Av1FramerateControl | string;
265
330
 
266
331
  FramerateConversionAlgorithm?: Av1FramerateConversionAlgorithm | string;
@@ -620,6 +685,7 @@ export declare namespace H264Settings {
620
685
  const filterSensitiveLog: (obj: H264Settings) => any;
621
686
  }
622
687
  export declare enum H265AdaptiveQuantization {
688
+ AUTO = "AUTO",
623
689
  HIGH = "HIGH",
624
690
  HIGHER = "HIGHER",
625
691
  LOW = "LOW",
@@ -2764,65 +2830,3 @@ export declare namespace TagResourceResponse {
2764
2830
 
2765
2831
  const filterSensitiveLog: (obj: TagResourceResponse) => any;
2766
2832
  }
2767
- export interface UntagResourceRequest {
2768
-
2769
- Arn: string | undefined;
2770
-
2771
- TagKeys?: string[];
2772
- }
2773
- export declare namespace UntagResourceRequest {
2774
-
2775
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
2776
- }
2777
- export interface UntagResourceResponse {
2778
- }
2779
- export declare namespace UntagResourceResponse {
2780
-
2781
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
2782
- }
2783
- export interface UpdateJobTemplateRequest {
2784
-
2785
- AccelerationSettings?: AccelerationSettings;
2786
-
2787
- Category?: string;
2788
-
2789
- Description?: string;
2790
-
2791
- HopDestinations?: HopDestination[];
2792
-
2793
- Name: string | undefined;
2794
-
2795
- Priority?: number;
2796
-
2797
- Queue?: string;
2798
-
2799
- Settings?: JobTemplateSettings;
2800
-
2801
- StatusUpdateInterval?: StatusUpdateInterval | string;
2802
- }
2803
- export declare namespace UpdateJobTemplateRequest {
2804
-
2805
- const filterSensitiveLog: (obj: UpdateJobTemplateRequest) => any;
2806
- }
2807
- export interface UpdateJobTemplateResponse {
2808
-
2809
- JobTemplate?: JobTemplate;
2810
- }
2811
- export declare namespace UpdateJobTemplateResponse {
2812
-
2813
- const filterSensitiveLog: (obj: UpdateJobTemplateResponse) => any;
2814
- }
2815
- export interface UpdatePresetRequest {
2816
-
2817
- Category?: string;
2818
-
2819
- Description?: string;
2820
-
2821
- Name: string | undefined;
2822
-
2823
- Settings?: PresetSettings;
2824
- }
2825
- export declare namespace UpdatePresetRequest {
2826
-
2827
- const filterSensitiveLog: (obj: UpdatePresetRequest) => any;
2828
- }
@@ -1,4 +1,67 @@
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
+ Arn: string | undefined;
6
+
7
+ TagKeys?: string[];
8
+ }
9
+ export declare namespace UntagResourceRequest {
10
+
11
+ const filterSensitiveLog: (obj: UntagResourceRequest) => any;
12
+ }
13
+ export interface UntagResourceResponse {
14
+ }
15
+ export declare namespace UntagResourceResponse {
16
+
17
+ const filterSensitiveLog: (obj: UntagResourceResponse) => any;
18
+ }
19
+ export interface UpdateJobTemplateRequest {
20
+
21
+ AccelerationSettings?: AccelerationSettings;
22
+
23
+ Category?: string;
24
+
25
+ Description?: string;
26
+
27
+ HopDestinations?: HopDestination[];
28
+
29
+ Name: string | undefined;
30
+
31
+ Priority?: number;
32
+
33
+ Queue?: string;
34
+
35
+ Settings?: JobTemplateSettings;
36
+
37
+ StatusUpdateInterval?: StatusUpdateInterval | string;
38
+ }
39
+ export declare namespace UpdateJobTemplateRequest {
40
+
41
+ const filterSensitiveLog: (obj: UpdateJobTemplateRequest) => any;
42
+ }
43
+ export interface UpdateJobTemplateResponse {
44
+
45
+ JobTemplate?: JobTemplate;
46
+ }
47
+ export declare namespace UpdateJobTemplateResponse {
48
+
49
+ const filterSensitiveLog: (obj: UpdateJobTemplateResponse) => any;
50
+ }
51
+ export interface UpdatePresetRequest {
52
+
53
+ Category?: string;
54
+
55
+ Description?: string;
56
+
57
+ Name: string | undefined;
58
+
59
+ Settings?: PresetSettings;
60
+ }
61
+ export declare namespace UpdatePresetRequest {
62
+
63
+ const filterSensitiveLog: (obj: UpdatePresetRequest) => any;
64
+ }
2
65
  export interface UpdatePresetResponse {
3
66
 
4
67
  Preset?: Preset;
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.47.2",
4
+ "version": "3.51.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,43 +18,49 @@
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.47.2",
22
- "@aws-sdk/config-resolver": "3.47.2",
23
- "@aws-sdk/credential-provider-node": "3.47.2",
24
- "@aws-sdk/fetch-http-handler": "3.47.2",
25
- "@aws-sdk/hash-node": "3.47.2",
26
- "@aws-sdk/invalid-dependency": "3.47.2",
27
- "@aws-sdk/middleware-content-length": "3.47.2",
28
- "@aws-sdk/middleware-host-header": "3.47.2",
29
- "@aws-sdk/middleware-logger": "3.47.2",
30
- "@aws-sdk/middleware-retry": "3.47.2",
31
- "@aws-sdk/middleware-serde": "3.47.2",
32
- "@aws-sdk/middleware-signing": "3.47.2",
33
- "@aws-sdk/middleware-stack": "3.47.2",
34
- "@aws-sdk/middleware-user-agent": "3.47.2",
35
- "@aws-sdk/node-config-provider": "3.47.2",
36
- "@aws-sdk/node-http-handler": "3.47.2",
37
- "@aws-sdk/protocol-http": "3.47.2",
38
- "@aws-sdk/smithy-client": "3.47.2",
39
- "@aws-sdk/types": "3.47.1",
40
- "@aws-sdk/url-parser": "3.47.2",
41
- "@aws-sdk/util-base64-browser": "3.47.1",
42
- "@aws-sdk/util-base64-node": "3.47.2",
43
- "@aws-sdk/util-body-length-browser": "3.47.1",
44
- "@aws-sdk/util-body-length-node": "3.47.1",
45
- "@aws-sdk/util-defaults-mode-browser": "3.47.2",
46
- "@aws-sdk/util-defaults-mode-node": "3.47.2",
47
- "@aws-sdk/util-user-agent-browser": "3.47.2",
48
- "@aws-sdk/util-user-agent-node": "3.47.2",
49
- "@aws-sdk/util-utf8-browser": "3.47.1",
50
- "@aws-sdk/util-utf8-node": "3.47.2",
21
+ "@aws-sdk/client-sts": "3.51.0",
22
+ "@aws-sdk/config-resolver": "3.51.0",
23
+ "@aws-sdk/credential-provider-node": "3.51.0",
24
+ "@aws-sdk/fetch-http-handler": "3.50.0",
25
+ "@aws-sdk/hash-node": "3.50.0",
26
+ "@aws-sdk/invalid-dependency": "3.50.0",
27
+ "@aws-sdk/middleware-content-length": "3.50.0",
28
+ "@aws-sdk/middleware-host-header": "3.50.0",
29
+ "@aws-sdk/middleware-logger": "3.50.0",
30
+ "@aws-sdk/middleware-retry": "3.51.0",
31
+ "@aws-sdk/middleware-serde": "3.50.0",
32
+ "@aws-sdk/middleware-signing": "3.50.0",
33
+ "@aws-sdk/middleware-stack": "3.50.0",
34
+ "@aws-sdk/middleware-user-agent": "3.50.0",
35
+ "@aws-sdk/node-config-provider": "3.51.0",
36
+ "@aws-sdk/node-http-handler": "3.50.0",
37
+ "@aws-sdk/protocol-http": "3.50.0",
38
+ "@aws-sdk/smithy-client": "3.50.0",
39
+ "@aws-sdk/types": "3.50.0",
40
+ "@aws-sdk/url-parser": "3.50.0",
41
+ "@aws-sdk/util-base64-browser": "3.49.0",
42
+ "@aws-sdk/util-base64-node": "3.49.0",
43
+ "@aws-sdk/util-body-length-browser": "3.49.0",
44
+ "@aws-sdk/util-body-length-node": "3.49.0",
45
+ "@aws-sdk/util-defaults-mode-browser": "3.50.0",
46
+ "@aws-sdk/util-defaults-mode-node": "3.51.0",
47
+ "@aws-sdk/util-user-agent-browser": "3.50.0",
48
+ "@aws-sdk/util-user-agent-node": "3.51.0",
49
+ "@aws-sdk/util-utf8-browser": "3.49.0",
50
+ "@aws-sdk/util-utf8-node": "3.49.0",
51
51
  "tslib": "^2.3.0",
52
52
  "uuid": "^8.3.2"
53
53
  },
54
54
  "devDependencies": {
55
- "@aws-sdk/service-client-documentation-generator": "3.47.1",
55
+ "@aws-sdk/service-client-documentation-generator": "3.49.0",
56
+ "@tsconfig/recommended": "1.0.1",
56
57
  "@types/node": "^12.7.5",
57
- "@types/uuid": "^8.3.0"
58
+ "@types/uuid": "^8.3.0",
59
+ "concurrently": "7.0.0",
60
+ "downlevel-dts": "0.7.0",
61
+ "rimraf": "3.0.2",
62
+ "typedoc": "0.19.2",
63
+ "typescript": "~4.3.5"
58
64
  },
59
65
  "engines": {
60
66
  "node": ">=12.0.0"