@aws-sdk/client-mediaconvert 3.279.0 → 3.281.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/README.md +227 -0
- package/dist-cjs/commands/GetJobCommand.js +2 -1
- package/dist-cjs/commands/GetJobTemplateCommand.js +3 -3
- package/dist-cjs/commands/GetPolicyCommand.js +1 -2
- package/dist-cjs/endpoint/ruleset.js +3 -3
- package/dist-cjs/models/models_1.js +29 -21
- package/dist-cjs/models/models_2.js +17 -1
- package/dist-cjs/protocols/Aws_restJson1.js +20 -0
- package/dist-es/commands/GetJobCommand.js +2 -1
- package/dist-es/commands/GetJobTemplateCommand.js +1 -1
- package/dist-es/commands/GetPolicyCommand.js +1 -2
- package/dist-es/endpoint/ruleset.js +3 -3
- package/dist-es/models/models_1.js +23 -12
- package/dist-es/models/models_2.js +12 -0
- package/dist-es/protocols/Aws_restJson1.js +20 -0
- package/dist-types/commands/AssociateCertificateCommand.d.ts +6 -0
- package/dist-types/commands/CancelJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateJobTemplateCommand.d.ts +6 -0
- package/dist-types/commands/CreatePresetCommand.d.ts +6 -0
- package/dist-types/commands/CreateQueueCommand.d.ts +6 -0
- package/dist-types/commands/DeleteJobTemplateCommand.d.ts +6 -0
- package/dist-types/commands/DeletePolicyCommand.d.ts +6 -0
- package/dist-types/commands/DeletePresetCommand.d.ts +6 -0
- package/dist-types/commands/DeleteQueueCommand.d.ts +6 -0
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -0
- package/dist-types/commands/DisassociateCertificateCommand.d.ts +6 -0
- package/dist-types/commands/GetJobCommand.d.ts +8 -1
- package/dist-types/commands/GetJobTemplateCommand.d.ts +7 -1
- package/dist-types/commands/GetPolicyCommand.d.ts +7 -2
- package/dist-types/commands/GetPresetCommand.d.ts +6 -0
- package/dist-types/commands/GetQueueCommand.d.ts +6 -0
- package/dist-types/commands/ListJobTemplatesCommand.d.ts +6 -0
- package/dist-types/commands/ListJobsCommand.d.ts +6 -0
- package/dist-types/commands/ListPresetsCommand.d.ts +6 -0
- package/dist-types/commands/ListQueuesCommand.d.ts +6 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/PutPolicyCommand.d.ts +6 -0
- package/dist-types/commands/TagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateJobTemplateCommand.d.ts +6 -0
- package/dist-types/commands/UpdatePresetCommand.d.ts +6 -0
- package/dist-types/commands/UpdateQueueCommand.d.ts +6 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +3 -3
- package/dist-types/models/models_1.d.ts +46 -40
- package/dist-types/models/models_2.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetJobCommand.d.ts +2 -1
- package/dist-types/ts3.4/commands/GetJobTemplateCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +1 -2
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +26 -22
- package/dist-types/ts3.4/models/models_2.d.ts +22 -0
- package/package.json +3 -3
|
@@ -334,6 +334,21 @@ export var H264AdaptiveQuantization;
|
|
|
334
334
|
H264AdaptiveQuantization["MEDIUM"] = "MEDIUM";
|
|
335
335
|
H264AdaptiveQuantization["OFF"] = "OFF";
|
|
336
336
|
})(H264AdaptiveQuantization || (H264AdaptiveQuantization = {}));
|
|
337
|
+
export var BandwidthReductionFilterSharpening;
|
|
338
|
+
(function (BandwidthReductionFilterSharpening) {
|
|
339
|
+
BandwidthReductionFilterSharpening["HIGH"] = "HIGH";
|
|
340
|
+
BandwidthReductionFilterSharpening["LOW"] = "LOW";
|
|
341
|
+
BandwidthReductionFilterSharpening["MEDIUM"] = "MEDIUM";
|
|
342
|
+
BandwidthReductionFilterSharpening["OFF"] = "OFF";
|
|
343
|
+
})(BandwidthReductionFilterSharpening || (BandwidthReductionFilterSharpening = {}));
|
|
344
|
+
export var BandwidthReductionFilterStrength;
|
|
345
|
+
(function (BandwidthReductionFilterStrength) {
|
|
346
|
+
BandwidthReductionFilterStrength["AUTO"] = "AUTO";
|
|
347
|
+
BandwidthReductionFilterStrength["HIGH"] = "HIGH";
|
|
348
|
+
BandwidthReductionFilterStrength["LOW"] = "LOW";
|
|
349
|
+
BandwidthReductionFilterStrength["MEDIUM"] = "MEDIUM";
|
|
350
|
+
BandwidthReductionFilterStrength["OFF"] = "OFF";
|
|
351
|
+
})(BandwidthReductionFilterStrength || (BandwidthReductionFilterStrength = {}));
|
|
337
352
|
export var H264CodecLevel;
|
|
338
353
|
(function (H264CodecLevel) {
|
|
339
354
|
H264CodecLevel["AUTO"] = "AUTO";
|
|
@@ -1040,6 +1055,11 @@ export var ColorSpaceConversion;
|
|
|
1040
1055
|
ColorSpaceConversion["FORCE_P3DCI"] = "FORCE_P3DCI";
|
|
1041
1056
|
ColorSpaceConversion["NONE"] = "NONE";
|
|
1042
1057
|
})(ColorSpaceConversion || (ColorSpaceConversion = {}));
|
|
1058
|
+
export var HDRToSDRToneMapper;
|
|
1059
|
+
(function (HDRToSDRToneMapper) {
|
|
1060
|
+
HDRToSDRToneMapper["PRESERVE_DETAILS"] = "PRESERVE_DETAILS";
|
|
1061
|
+
HDRToSDRToneMapper["VIBRANT"] = "VIBRANT";
|
|
1062
|
+
})(HDRToSDRToneMapper || (HDRToSDRToneMapper = {}));
|
|
1043
1063
|
export var SampleRangeConversion;
|
|
1044
1064
|
(function (SampleRangeConversion) {
|
|
1045
1065
|
SampleRangeConversion["LIMITED_RANGE_CLIP"] = "LIMITED_RANGE_CLIP";
|
|
@@ -1326,6 +1346,9 @@ export const AvcIntraSettingsFilterSensitiveLog = (obj) => ({
|
|
|
1326
1346
|
export const FrameCaptureSettingsFilterSensitiveLog = (obj) => ({
|
|
1327
1347
|
...obj,
|
|
1328
1348
|
});
|
|
1349
|
+
export const BandwidthReductionFilterFilterSensitiveLog = (obj) => ({
|
|
1350
|
+
...obj,
|
|
1351
|
+
});
|
|
1329
1352
|
export const H264QvbrSettingsFilterSensitiveLog = (obj) => ({
|
|
1330
1353
|
...obj,
|
|
1331
1354
|
});
|
|
@@ -1536,15 +1559,3 @@ export const DisassociateCertificateResponseFilterSensitiveLog = (obj) => ({
|
|
|
1536
1559
|
export const GetJobRequestFilterSensitiveLog = (obj) => ({
|
|
1537
1560
|
...obj,
|
|
1538
1561
|
});
|
|
1539
|
-
export const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
1540
|
-
...obj,
|
|
1541
|
-
});
|
|
1542
|
-
export const GetJobTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
1543
|
-
...obj,
|
|
1544
|
-
});
|
|
1545
|
-
export const GetJobTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
1546
|
-
...obj,
|
|
1547
|
-
});
|
|
1548
|
-
export const GetPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
1549
|
-
...obj,
|
|
1550
|
-
});
|
|
@@ -25,6 +25,18 @@ export var QueueListBy;
|
|
|
25
25
|
QueueListBy["CREATION_DATE"] = "CREATION_DATE";
|
|
26
26
|
QueueListBy["NAME"] = "NAME";
|
|
27
27
|
})(QueueListBy || (QueueListBy = {}));
|
|
28
|
+
export const GetJobResponseFilterSensitiveLog = (obj) => ({
|
|
29
|
+
...obj,
|
|
30
|
+
});
|
|
31
|
+
export const GetJobTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
32
|
+
...obj,
|
|
33
|
+
});
|
|
34
|
+
export const GetJobTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
35
|
+
...obj,
|
|
36
|
+
});
|
|
37
|
+
export const GetPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
38
|
+
...obj,
|
|
39
|
+
});
|
|
28
40
|
export const PolicyFilterSensitiveLog = (obj) => ({
|
|
29
41
|
...obj,
|
|
30
42
|
});
|
|
@@ -2503,6 +2503,12 @@ const serializeAws_restJson1AvcIntraUhdSettings = (input, context) => {
|
|
|
2503
2503
|
...(input.QualityTuningLevel != null && { qualityTuningLevel: input.QualityTuningLevel }),
|
|
2504
2504
|
};
|
|
2505
2505
|
};
|
|
2506
|
+
const serializeAws_restJson1BandwidthReductionFilter = (input, context) => {
|
|
2507
|
+
return {
|
|
2508
|
+
...(input.Sharpening != null && { sharpening: input.Sharpening }),
|
|
2509
|
+
...(input.Strength != null && { strength: input.Strength }),
|
|
2510
|
+
};
|
|
2511
|
+
};
|
|
2506
2512
|
const serializeAws_restJson1BurninDestinationSettings = (input, context) => {
|
|
2507
2513
|
return {
|
|
2508
2514
|
...(input.Alignment != null && { alignment: input.Alignment }),
|
|
@@ -2749,6 +2755,7 @@ const serializeAws_restJson1ColorCorrector = (input, context) => {
|
|
|
2749
2755
|
...(input.Hdr10Metadata != null && {
|
|
2750
2756
|
hdr10Metadata: serializeAws_restJson1Hdr10Metadata(input.Hdr10Metadata, context),
|
|
2751
2757
|
}),
|
|
2758
|
+
...(input.HdrToSdrToneMapper != null && { hdrToSdrToneMapper: input.HdrToSdrToneMapper }),
|
|
2752
2759
|
...(input.Hue != null && { hue: input.Hue }),
|
|
2753
2760
|
...(input.SampleRangeConversion != null && { sampleRangeConversion: input.SampleRangeConversion }),
|
|
2754
2761
|
...(input.Saturation != null && { saturation: input.Saturation }),
|
|
@@ -3074,6 +3081,9 @@ const serializeAws_restJson1H264QvbrSettings = (input, context) => {
|
|
|
3074
3081
|
const serializeAws_restJson1H264Settings = (input, context) => {
|
|
3075
3082
|
return {
|
|
3076
3083
|
...(input.AdaptiveQuantization != null && { adaptiveQuantization: input.AdaptiveQuantization }),
|
|
3084
|
+
...(input.BandwidthReductionFilter != null && {
|
|
3085
|
+
bandwidthReductionFilter: serializeAws_restJson1BandwidthReductionFilter(input.BandwidthReductionFilter, context),
|
|
3086
|
+
}),
|
|
3077
3087
|
...(input.Bitrate != null && { bitrate: input.Bitrate }),
|
|
3078
3088
|
...(input.CodecLevel != null && { codecLevel: input.CodecLevel }),
|
|
3079
3089
|
...(input.CodecProfile != null && { codecProfile: input.CodecProfile }),
|
|
@@ -5096,6 +5106,12 @@ const deserializeAws_restJson1AvcIntraUhdSettings = (output, context) => {
|
|
|
5096
5106
|
QualityTuningLevel: __expectString(output.qualityTuningLevel),
|
|
5097
5107
|
};
|
|
5098
5108
|
};
|
|
5109
|
+
const deserializeAws_restJson1BandwidthReductionFilter = (output, context) => {
|
|
5110
|
+
return {
|
|
5111
|
+
Sharpening: __expectString(output.sharpening),
|
|
5112
|
+
Strength: __expectString(output.strength),
|
|
5113
|
+
};
|
|
5114
|
+
};
|
|
5099
5115
|
const deserializeAws_restJson1BurninDestinationSettings = (output, context) => {
|
|
5100
5116
|
return {
|
|
5101
5117
|
Alignment: __expectString(output.alignment),
|
|
@@ -5326,6 +5342,7 @@ const deserializeAws_restJson1ColorCorrector = (output, context) => {
|
|
|
5326
5342
|
ColorSpaceConversion: __expectString(output.colorSpaceConversion),
|
|
5327
5343
|
Contrast: __expectInt32(output.contrast),
|
|
5328
5344
|
Hdr10Metadata: output.hdr10Metadata != null ? deserializeAws_restJson1Hdr10Metadata(output.hdr10Metadata, context) : undefined,
|
|
5345
|
+
HdrToSdrToneMapper: __expectString(output.hdrToSdrToneMapper),
|
|
5329
5346
|
Hue: __expectInt32(output.hue),
|
|
5330
5347
|
SampleRangeConversion: __expectString(output.sampleRangeConversion),
|
|
5331
5348
|
Saturation: __expectInt32(output.saturation),
|
|
@@ -5626,6 +5643,9 @@ const deserializeAws_restJson1H264QvbrSettings = (output, context) => {
|
|
|
5626
5643
|
const deserializeAws_restJson1H264Settings = (output, context) => {
|
|
5627
5644
|
return {
|
|
5628
5645
|
AdaptiveQuantization: __expectString(output.adaptiveQuantization),
|
|
5646
|
+
BandwidthReductionFilter: output.bandwidthReductionFilter != null
|
|
5647
|
+
? deserializeAws_restJson1BandwidthReductionFilter(output.bandwidthReductionFilter, context)
|
|
5648
|
+
: undefined,
|
|
5629
5649
|
Bitrate: __expectInt32(output.bitrate),
|
|
5630
5650
|
CodecLevel: __expectString(output.codecLevel),
|
|
5631
5651
|
CodecProfile: __expectString(output.codecProfile),
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { AssociateCertificateRequest, AssociateCertificateResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link AssociateCertificateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface AssociateCertificateCommandInput extends AssociateCertificateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link AssociateCertificateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface AssociateCertificateCommandOutput extends AssociateCertificateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CancelJobRequest, CancelJobResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CancelJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CancelJobCommandInput extends CancelJobRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CancelJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CancelJobCommandOutput extends CancelJobResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CreateJobRequest, CreateJobResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateJobCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateJobCommandInput extends CreateJobRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateJobCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateJobCommandOutput extends CreateJobResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CreateJobTemplateRequest, CreateJobTemplateResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateJobTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateJobTemplateCommandInput extends CreateJobTemplateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateJobTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateJobTemplateCommandOutput extends CreateJobTemplateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CreatePresetRequest, CreatePresetResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreatePresetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreatePresetCommandInput extends CreatePresetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreatePresetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreatePresetCommandOutput extends CreatePresetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { CreateQueueRequest, CreateQueueResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link CreateQueueCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface CreateQueueCommandInput extends CreateQueueRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link CreateQueueCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface CreateQueueCommandOutput extends CreateQueueResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DeleteJobTemplateRequest, DeleteJobTemplateResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteJobTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteJobTemplateCommandInput extends DeleteJobTemplateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteJobTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteJobTemplateCommandOutput extends DeleteJobTemplateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DeletePolicyRequest, DeletePolicyResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeletePolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeletePolicyCommandInput extends DeletePolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeletePolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeletePolicyCommandOutput extends DeletePolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DeletePresetRequest, DeletePresetResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeletePresetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeletePresetCommandInput extends DeletePresetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeletePresetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeletePresetCommandOutput extends DeletePresetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DeleteQueueRequest, DeleteQueueResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DeleteQueueCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DeleteQueueCommandInput extends DeleteQueueRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DeleteQueueCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DeleteQueueCommandOutput extends DeleteQueueResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DescribeEndpointsRequest, DescribeEndpointsResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DescribeEndpointsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DescribeEndpointsCommandInput extends DescribeEndpointsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DescribeEndpointsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DescribeEndpointsCommandOutput extends DescribeEndpointsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { DisassociateCertificateRequest, DisassociateCertificateResponse } from "../models/models_1";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link DisassociateCertificateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface DisassociateCertificateCommandInput extends DisassociateCertificateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link DisassociateCertificateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface DisassociateCertificateCommandOutput extends DisassociateCertificateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -2,9 +2,16 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetJobRequest
|
|
5
|
+
import { GetJobRequest } from "../models/models_1";
|
|
6
|
+
import { GetJobResponse } from "../models/models_2";
|
|
7
|
+
/**
|
|
8
|
+
* The input for {@link GetJobCommand}.
|
|
9
|
+
*/
|
|
6
10
|
export interface GetJobCommandInput extends GetJobRequest {
|
|
7
11
|
}
|
|
12
|
+
/**
|
|
13
|
+
* The output of {@link GetJobCommand}.
|
|
14
|
+
*/
|
|
8
15
|
export interface GetJobCommandOutput extends GetJobResponse, __MetadataBearer {
|
|
9
16
|
}
|
|
10
17
|
/**
|
|
@@ -2,9 +2,15 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/
|
|
5
|
+
import { GetJobTemplateRequest, GetJobTemplateResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetJobTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetJobTemplateCommandInput extends GetJobTemplateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetJobTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetJobTemplateCommandOutput extends GetJobTemplateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -2,10 +2,15 @@ import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
|
2
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
|
-
import { GetPolicyRequest } from "../models/
|
|
6
|
-
|
|
5
|
+
import { GetPolicyRequest, GetPolicyResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetPolicyCommand}.
|
|
8
|
+
*/
|
|
7
9
|
export interface GetPolicyCommandInput extends GetPolicyRequest {
|
|
8
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetPolicyCommand}.
|
|
13
|
+
*/
|
|
9
14
|
export interface GetPolicyCommandOutput extends GetPolicyResponse, __MetadataBearer {
|
|
10
15
|
}
|
|
11
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { GetPresetRequest, GetPresetResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetPresetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetPresetCommandInput extends GetPresetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetPresetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetPresetCommandOutput extends GetPresetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { GetQueueRequest, GetQueueResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link GetQueueCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface GetQueueCommandInput extends GetQueueRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link GetQueueCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface GetQueueCommandOutput extends GetQueueResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListJobTemplatesRequest, ListJobTemplatesResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListJobTemplatesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListJobTemplatesCommandInput extends ListJobTemplatesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListJobTemplatesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListJobTemplatesCommandOutput extends ListJobTemplatesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListJobsRequest, ListJobsResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListJobsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListJobsCommandInput extends ListJobsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListJobsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListPresetsRequest, ListPresetsResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListPresetsCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListPresetsCommandInput extends ListPresetsRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListPresetsCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListPresetsCommandOutput extends ListPresetsResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListQueuesRequest, ListQueuesResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListQueuesCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListQueuesCommandInput extends ListQueuesRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListQueuesCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListQueuesCommandOutput extends ListQueuesResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link ListTagsForResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link ListTagsForResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { PutPolicyRequest, PutPolicyResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link PutPolicyCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface PutPolicyCommandInput extends PutPolicyRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link PutPolicyCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface PutPolicyCommandOutput extends PutPolicyResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link TagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link TagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UntagResourceCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UntagResourceCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { UpdateJobTemplateRequest, UpdateJobTemplateResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateJobTemplateCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateJobTemplateCommandInput extends UpdateJobTemplateRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateJobTemplateCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateJobTemplateCommandOutput extends UpdateJobTemplateResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { UpdatePresetRequest, UpdatePresetResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdatePresetCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdatePresetCommandInput extends UpdatePresetRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdatePresetCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdatePresetCommandOutput extends UpdatePresetResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { MediaConvertClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaConvertClient";
|
|
5
5
|
import { UpdateQueueRequest, UpdateQueueResponse } from "../models/models_2";
|
|
6
|
+
/**
|
|
7
|
+
* The input for {@link UpdateQueueCommand}.
|
|
8
|
+
*/
|
|
6
9
|
export interface UpdateQueueCommandInput extends UpdateQueueRequest {
|
|
7
10
|
}
|
|
11
|
+
/**
|
|
12
|
+
* The output of {@link UpdateQueueCommand}.
|
|
13
|
+
*/
|
|
8
14
|
export interface UpdateQueueCommandOutput extends UpdateQueueResponse, __MetadataBearer {
|
|
9
15
|
}
|
|
10
16
|
/**
|
|
@@ -12,7 +12,7 @@ export declare const resolveClientEndpointParameters: <T>(options: T & ClientInp
|
|
|
12
12
|
defaultSigningName: string;
|
|
13
13
|
};
|
|
14
14
|
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
-
Region
|
|
15
|
+
Region?: string;
|
|
16
16
|
UseDualStack?: boolean;
|
|
17
17
|
UseFIPS?: boolean;
|
|
18
18
|
Endpoint?: string;
|
|
@@ -2676,7 +2676,7 @@ export declare enum VchipAction {
|
|
|
2676
2676
|
*/
|
|
2677
2677
|
export interface ExtendedDataServices {
|
|
2678
2678
|
/**
|
|
2679
|
-
* The action to take on
|
|
2679
|
+
* The action to take on copy and redistribution control XDS packets. If you select PASSTHROUGH, packets will not be changed. If you select STRIP, any packets will be removed in output captions.
|
|
2680
2680
|
*/
|
|
2681
2681
|
CopyProtectionAction?: CopyProtectionAction | string;
|
|
2682
2682
|
/**
|
|
@@ -3970,11 +3970,11 @@ export interface CmfcSettings {
|
|
|
3970
3970
|
*/
|
|
3971
3971
|
TimedMetadataBoxVersion?: CmfcTimedMetadataBoxVersion | string;
|
|
3972
3972
|
/**
|
|
3973
|
-
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more
|
|
3973
|
+
* Specify the event message box (eMSG) scheme ID URI (scheme_id_uri) for ID3 timed metadata in your output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. Leave blank to use the default value: https://aomedia.org/emsg/ID3 When you specify a value for ID3 metadata scheme ID URI, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
3974
3974
|
*/
|
|
3975
3975
|
TimedMetadataSchemeIdUri?: string;
|
|
3976
3976
|
/**
|
|
3977
|
-
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more
|
|
3977
|
+
* Specify the event message box (eMSG) value for ID3 timed metadata in your output. For more information, see ISO/IEC 23009-1:2022 section 5.10.3.3.4 Semantics. When you specify a value for ID3 Metadata Value, you must also set ID3 metadata (timedMetadata) to Passthrough.
|
|
3978
3978
|
*/
|
|
3979
3979
|
TimedMetadataValue?: string;
|
|
3980
3980
|
}
|