Skip to content

Commit 22eb746

Browse files
author
AWS
committed
AWS Elemental MediaPackage v2 Update: This release adds support for specifying a preferred input for channels using CMAF ingest.
1 parent 8e52b5d commit 22eb746

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaPackage v2",
4+
"contributor": "",
5+
"description": "This release adds support for specifying a preferred input for channels using CMAF ingest."
6+
}

services/mediapackagev2/src/main/resources/codegen-resources/service-2.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@
228228
{"shape":"ValidationException"},
229229
{"shape":"ResourceNotFoundException"}
230230
],
231-
"documentation":"<p>Retrieves the specified channel that's configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.</p>"
231+
"documentation":"<p>Retrieves the specified channel that's configured in AWS Elemental MediaPackage.</p>"
232232
},
233233
"GetChannelGroup":{
234234
"name":"GetChannelGroup",
@@ -246,7 +246,7 @@
246246
{"shape":"ValidationException"},
247247
{"shape":"ResourceNotFoundException"}
248248
],
249-
"documentation":"<p>Retrieves the specified channel group that's configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.</p>"
249+
"documentation":"<p>Retrieves the specified channel group that's configured in AWS Elemental MediaPackage.</p>"
250250
},
251251
"GetChannelPolicy":{
252252
"name":"GetChannelPolicy",
@@ -353,7 +353,7 @@
353353
{"shape":"ValidationException"},
354354
{"shape":"ResourceNotFoundException"}
355355
],
356-
"documentation":"<p>Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.</p>"
356+
"documentation":"<p>Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage.</p>"
357357
},
358358
"ListHarvestJobs":{
359359
"name":"ListHarvestJobs",
@@ -2951,10 +2951,20 @@
29512951
"MQCSInputSwitching":{
29522952
"shape":"Boolean",
29532953
"documentation":"<p>When true, AWS Elemental MediaPackage performs input switching based on the MQCS. Default is true. This setting is valid only when <code>InputType</code> is <code>CMAF</code>.</p>"
2954+
},
2955+
"PreferredInput":{
2956+
"shape":"InputSwitchConfigurationPreferredInputInteger",
2957+
"documentation":"<p>For CMAF inputs, indicates which input MediaPackage should prefer when both inputs have equal MQCS scores. Select <code>1</code> to prefer the first ingest endpoint, or <code>2</code> to prefer the second ingest endpoint. If you don't specify a preferred input, MediaPackage uses its default switching behavior when MQCS scores are equal.</p>"
29542958
}
29552959
},
29562960
"documentation":"<p>The configuration for input switching based on the media quality confidence score (MQCS) as provided from AWS Elemental MediaLive.</p>"
29572961
},
2962+
"InputSwitchConfigurationPreferredInputInteger":{
2963+
"type":"integer",
2964+
"box":true,
2965+
"max":2,
2966+
"min":1
2967+
},
29582968
"InputType":{
29592969
"type":"string",
29602970
"enum":[
@@ -4302,6 +4312,7 @@
43024312
"CMAF_EXCLUDE_SEGMENT_DRM_METADATA_INCOMPATIBLE_CONTAINER_TYPE",
43034313
"ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING",
43044314
"ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION",
4315+
"ONLY_CMAF_INPUT_TYPE_ALLOW_PREFERRED_INPUT_CONFIGURATION",
43054316
"TS_CONTAINER_TYPE_WITH_MSS_MANIFEST",
43064317
"CMAF_CONTAINER_TYPE_WITH_MSS_MANIFEST",
43074318
"ISM_CONTAINER_TYPE_WITH_HLS_MANIFEST",

0 commit comments

Comments
 (0)