@aws-sdk/client-mediaconvert 3.952.0 → 3.954.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/dist-cjs/index.js +1062 -727
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateCertificateCommand.js +2 -2
- package/dist-es/commands/CancelJobCommand.js +2 -2
- package/dist-es/commands/CreateJobCommand.js +2 -2
- package/dist-es/commands/CreateJobTemplateCommand.js +2 -2
- package/dist-es/commands/CreatePresetCommand.js +2 -2
- package/dist-es/commands/CreateQueueCommand.js +2 -2
- package/dist-es/commands/CreateResourceShareCommand.js +2 -2
- package/dist-es/commands/DeleteJobTemplateCommand.js +2 -2
- package/dist-es/commands/DeletePolicyCommand.js +2 -2
- package/dist-es/commands/DeletePresetCommand.js +2 -2
- package/dist-es/commands/DeleteQueueCommand.js +2 -2
- package/dist-es/commands/DescribeEndpointsCommand.js +2 -2
- package/dist-es/commands/DisassociateCertificateCommand.js +2 -2
- package/dist-es/commands/GetJobCommand.js +2 -2
- package/dist-es/commands/GetJobTemplateCommand.js +2 -2
- package/dist-es/commands/GetJobsQueryResultsCommand.js +2 -2
- package/dist-es/commands/GetPolicyCommand.js +2 -2
- package/dist-es/commands/GetPresetCommand.js +2 -2
- package/dist-es/commands/GetQueueCommand.js +2 -2
- package/dist-es/commands/ListJobTemplatesCommand.js +2 -2
- package/dist-es/commands/ListJobsCommand.js +2 -2
- package/dist-es/commands/ListPresetsCommand.js +2 -2
- package/dist-es/commands/ListQueuesCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListVersionsCommand.js +2 -2
- package/dist-es/commands/ProbeCommand.js +2 -2
- package/dist-es/commands/PutPolicyCommand.js +2 -2
- package/dist-es/commands/SearchJobsCommand.js +2 -2
- package/dist-es/commands/StartJobsQueryCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateJobTemplateCommand.js +2 -2
- package/dist-es/commands/UpdatePresetCommand.js +2 -2
- package/dist-es/commands/UpdateQueueCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/models/enums.js +17 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +688 -688
- package/dist-types/MediaConvertClient.d.ts +1 -10
- package/dist-types/commands/CreateJobCommand.d.ts +104 -44
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +102 -44
- package/dist-types/commands/CreatePresetCommand.d.ts +12 -0
- package/dist-types/commands/GetJobCommand.d.ts +52 -22
- package/dist-types/commands/GetJobTemplateCommand.d.ts +51 -22
- package/dist-types/commands/GetJobsQueryResultsCommand.d.ts +52 -22
- package/dist-types/commands/GetPresetCommand.d.ts +6 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +51 -22
- package/dist-types/commands/ListJobsCommand.d.ts +52 -22
- package/dist-types/commands/ListPresetsCommand.d.ts +6 -0
- package/dist-types/commands/SearchJobsCommand.d.ts +52 -22
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +102 -44
- package/dist-types/commands/UpdatePresetCommand.d.ts +12 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/enums.d.ts +49 -0
- package/dist-types/models/models_0.d.ts +42 -2
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +315 -375
- package/dist-types/ts3.4/MediaConvertClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/enums.d.ts +25 -0
- package/dist-types/ts3.4/models/models_0.d.ts +12 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +314 -376
- package/package.json +34 -34
|
@@ -29,13 +29,10 @@ import {
|
|
|
29
29
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
30
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
31
|
ChecksumConstructor as __ChecksumConstructor,
|
|
32
|
-
ClientProtocol,
|
|
33
32
|
Decoder as __Decoder,
|
|
34
33
|
Encoder as __Encoder,
|
|
35
34
|
HashConstructor as __HashConstructor,
|
|
36
35
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
-
HttpRequest,
|
|
38
|
-
HttpResponse,
|
|
39
36
|
Logger as __Logger,
|
|
40
37
|
Provider as __Provider,
|
|
41
38
|
StreamCollector as __StreamCollector,
|
|
@@ -282,7 +279,6 @@ export interface ClientDefaults
|
|
|
282
279
|
retryMode?: string | __Provider<string>;
|
|
283
280
|
logger?: __Logger;
|
|
284
281
|
extensions?: RuntimeExtension[];
|
|
285
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
286
282
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
287
283
|
}
|
|
288
284
|
export type MediaConvertClientConfigType = Partial<
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { MediaConvertExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export * from "./schemas/schemas_0";
|
|
7
8
|
export * from "./pagination";
|
|
8
9
|
export * from "./models/enums";
|
|
9
10
|
export * from "./models/errors";
|
|
@@ -980,6 +980,7 @@ export declare const CaptionSourceType: {
|
|
|
980
980
|
readonly STL: "STL";
|
|
981
981
|
readonly TELETEXT: "TELETEXT";
|
|
982
982
|
readonly TTML: "TTML";
|
|
983
|
+
readonly TT_3GPP: "TT_3GPP";
|
|
983
984
|
readonly WEBVTT: "WEBVTT";
|
|
984
985
|
};
|
|
985
986
|
export type CaptionSourceType =
|
|
@@ -2443,6 +2444,18 @@ export declare const H265InterlaceMode: {
|
|
|
2443
2444
|
};
|
|
2444
2445
|
export type H265InterlaceMode =
|
|
2445
2446
|
(typeof H265InterlaceMode)[keyof typeof H265InterlaceMode];
|
|
2447
|
+
export declare const H265MvOverPictureBoundaries: {
|
|
2448
|
+
readonly DISABLED: "DISABLED";
|
|
2449
|
+
readonly ENABLED: "ENABLED";
|
|
2450
|
+
};
|
|
2451
|
+
export type H265MvOverPictureBoundaries =
|
|
2452
|
+
(typeof H265MvOverPictureBoundaries)[keyof typeof H265MvOverPictureBoundaries];
|
|
2453
|
+
export declare const H265MvTemporalPredictor: {
|
|
2454
|
+
readonly DISABLED: "DISABLED";
|
|
2455
|
+
readonly ENABLED: "ENABLED";
|
|
2456
|
+
};
|
|
2457
|
+
export type H265MvTemporalPredictor =
|
|
2458
|
+
(typeof H265MvTemporalPredictor)[keyof typeof H265MvTemporalPredictor];
|
|
2446
2459
|
export declare const H265ParControl: {
|
|
2447
2460
|
readonly INITIALIZE_FROM_SOURCE: "INITIALIZE_FROM_SOURCE";
|
|
2448
2461
|
readonly SPECIFIED: "SPECIFIED";
|
|
@@ -2512,11 +2525,23 @@ export declare const H265TemporalIds: {
|
|
|
2512
2525
|
};
|
|
2513
2526
|
export type H265TemporalIds =
|
|
2514
2527
|
(typeof H265TemporalIds)[keyof typeof H265TemporalIds];
|
|
2528
|
+
export declare const H265TilePadding: {
|
|
2529
|
+
readonly NONE: "NONE";
|
|
2530
|
+
readonly PADDED: "PADDED";
|
|
2531
|
+
};
|
|
2532
|
+
export type H265TilePadding =
|
|
2533
|
+
(typeof H265TilePadding)[keyof typeof H265TilePadding];
|
|
2515
2534
|
export declare const H265Tiles: {
|
|
2516
2535
|
readonly DISABLED: "DISABLED";
|
|
2517
2536
|
readonly ENABLED: "ENABLED";
|
|
2518
2537
|
};
|
|
2519
2538
|
export type H265Tiles = (typeof H265Tiles)[keyof typeof H265Tiles];
|
|
2539
|
+
export declare const H265TreeBlockSize: {
|
|
2540
|
+
readonly AUTO: "AUTO";
|
|
2541
|
+
readonly TREE_SIZE_32X32: "TREE_SIZE_32X32";
|
|
2542
|
+
};
|
|
2543
|
+
export type H265TreeBlockSize =
|
|
2544
|
+
(typeof H265TreeBlockSize)[keyof typeof H265TreeBlockSize];
|
|
2520
2545
|
export declare const H265UnregisteredSeiTimecode: {
|
|
2521
2546
|
readonly DISABLED: "DISABLED";
|
|
2522
2547
|
readonly ENABLED: "ENABLED";
|
|
@@ -218,6 +218,8 @@ import {
|
|
|
218
218
|
H265GopBReference,
|
|
219
219
|
H265GopSizeUnits,
|
|
220
220
|
H265InterlaceMode,
|
|
221
|
+
H265MvOverPictureBoundaries,
|
|
222
|
+
H265MvTemporalPredictor,
|
|
221
223
|
H265ParControl,
|
|
222
224
|
H265QualityTuningLevel,
|
|
223
225
|
H265RateControlMode,
|
|
@@ -229,7 +231,9 @@ import {
|
|
|
229
231
|
H265Telecine,
|
|
230
232
|
H265TemporalAdaptiveQuantization,
|
|
231
233
|
H265TemporalIds,
|
|
234
|
+
H265TilePadding,
|
|
232
235
|
H265Tiles,
|
|
236
|
+
H265TreeBlockSize,
|
|
233
237
|
H265UnregisteredSeiTimecode,
|
|
234
238
|
H265WriteMp4PackagingType,
|
|
235
239
|
HDRToSDRToneMapper,
|
|
@@ -933,6 +937,7 @@ export interface InputVideoGenerator {
|
|
|
933
937
|
FramerateDenominator?: number | undefined;
|
|
934
938
|
FramerateNumerator?: number | undefined;
|
|
935
939
|
Height?: number | undefined;
|
|
940
|
+
ImageInput?: string | undefined;
|
|
936
941
|
SampleRate?: number | undefined;
|
|
937
942
|
Width?: number | undefined;
|
|
938
943
|
}
|
|
@@ -956,6 +961,7 @@ export interface VideoOverlayInputClipping {
|
|
|
956
961
|
StartTimecode?: string | undefined;
|
|
957
962
|
}
|
|
958
963
|
export interface VideoOverlayInput {
|
|
964
|
+
AudioSelectors?: Record<string, AudioSelector> | undefined;
|
|
959
965
|
FileInput?: string | undefined;
|
|
960
966
|
InputClippings?: VideoOverlayInputClipping[] | undefined;
|
|
961
967
|
TimecodeSource?: InputTimecodeSource | undefined;
|
|
@@ -1688,6 +1694,8 @@ export interface H265Settings {
|
|
|
1688
1694
|
InterlaceMode?: H265InterlaceMode | undefined;
|
|
1689
1695
|
MaxBitrate?: number | undefined;
|
|
1690
1696
|
MinIInterval?: number | undefined;
|
|
1697
|
+
MvOverPictureBoundaries?: H265MvOverPictureBoundaries | undefined;
|
|
1698
|
+
MvTemporalPredictor?: H265MvTemporalPredictor | undefined;
|
|
1691
1699
|
NumberBFramesBetweenReferenceFrames?: number | undefined;
|
|
1692
1700
|
NumberReferenceFrames?: number | undefined;
|
|
1693
1701
|
ParControl?: H265ParControl | undefined;
|
|
@@ -1708,7 +1716,11 @@ export interface H265Settings {
|
|
|
1708
1716
|
Telecine?: H265Telecine | undefined;
|
|
1709
1717
|
TemporalAdaptiveQuantization?: H265TemporalAdaptiveQuantization | undefined;
|
|
1710
1718
|
TemporalIds?: H265TemporalIds | undefined;
|
|
1719
|
+
TileHeight?: number | undefined;
|
|
1720
|
+
TilePadding?: H265TilePadding | undefined;
|
|
1721
|
+
TileWidth?: number | undefined;
|
|
1711
1722
|
Tiles?: H265Tiles | undefined;
|
|
1723
|
+
TreeBlockSize?: H265TreeBlockSize | undefined;
|
|
1712
1724
|
UnregisteredSeiTimecode?: H265UnregisteredSeiTimecode | undefined;
|
|
1713
1725
|
WriteMp4PackagingType?: H265WriteMp4PackagingType | undefined;
|
|
1714
1726
|
}
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
26
26
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
27
27
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
|
|
28
28
|
(boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
userAgentAppId?:
|
|
47
51
|
| string
|
|
@@ -26,8 +26,16 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
26
26
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
27
27
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
28
28
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
29
|
-
apiVersion: string;
|
|
30
29
|
cacheMiddleware?: boolean | undefined;
|
|
30
|
+
protocol:
|
|
31
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
32
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
33
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
34
|
+
protocolSettings: {
|
|
35
|
+
defaultNamespace?: string;
|
|
36
|
+
[setting: string]: unknown;
|
|
37
|
+
};
|
|
38
|
+
apiVersion: string;
|
|
31
39
|
urlParser: import("@smithy/types").UrlParser;
|
|
32
40
|
base64Decoder: import("@smithy/types").Decoder;
|
|
33
41
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -38,10 +46,6 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
38
46
|
profile?: string;
|
|
39
47
|
logger: import("@smithy/types").Logger;
|
|
40
48
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
-
import("@smithy/types").HttpRequest,
|
|
43
|
-
import("@smithy/types").HttpResponse
|
|
44
|
-
>;
|
|
45
49
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
46
50
|
retryStrategy?:
|
|
47
51
|
| import("@smithy/types").RetryStrategy
|
|
@@ -8,8 +8,16 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
8
8
|
| Record<string, unknown>
|
|
9
9
|
| import("@smithy/protocol-http").HttpHandler<any>
|
|
10
10
|
| import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
11
|
-
apiVersion: string;
|
|
12
11
|
cacheMiddleware?: boolean;
|
|
12
|
+
protocol:
|
|
13
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
14
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
15
|
+
| typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
16
|
+
protocolSettings: {
|
|
17
|
+
defaultNamespace?: string;
|
|
18
|
+
[setting: string]: unknown;
|
|
19
|
+
};
|
|
20
|
+
apiVersion: string;
|
|
13
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
14
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
15
23
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
@@ -37,10 +45,6 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
37
45
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
46
|
logger: import("@smithy/types").Logger;
|
|
39
47
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
-
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
-
import("@smithy/types").HttpRequest,
|
|
42
|
-
import("@smithy/types").HttpResponse
|
|
43
|
-
>;
|
|
44
48
|
defaultsMode:
|
|
45
49
|
| import("@smithy/smithy-client").DefaultsMode
|
|
46
50
|
| import("@smithy/types").Provider<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
|
|
1
2
|
import { MediaConvertClientConfig } from "./MediaConvertClient";
|
|
2
3
|
export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
3
4
|
apiVersion: string;
|
|
@@ -14,10 +15,14 @@ export declare const getRuntimeConfig: (config: MediaConvertClientConfig) => {
|
|
|
14
15
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").MediaConvertHttpAuthSchemeProvider;
|
|
15
16
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
17
|
logger: import("@smithy/types").Logger;
|
|
17
|
-
protocol:
|
|
18
|
-
import("@smithy/types").
|
|
19
|
-
import("@smithy/types").
|
|
20
|
-
|
|
18
|
+
protocol:
|
|
19
|
+
| import("@smithy/types").ClientProtocol<any, any>
|
|
20
|
+
| import("@smithy/types").ClientProtocolCtor<any, any>
|
|
21
|
+
| typeof AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
[setting: string]: unknown;
|
|
24
|
+
defaultNamespace?: string;
|
|
25
|
+
};
|
|
21
26
|
serviceId: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
utf8Decoder: import("@smithy/types").Decoder;
|