Skip to content

Commit 04d6738

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: AWS Elemental MediaLive now supports the ability to configure the Preferred Channel Pipeline for channels contributing to a Multiplex.
1 parent fa913fc commit 04d6738

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Elemental MediaLive",
4+
"description": "AWS Elemental MediaLive now supports the ability to configure the Preferred Channel Pipeline for channels contributing to a Multiplex."
5+
}

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9188,6 +9188,11 @@
91889188
"MultiplexProgramSettings": {
91899189
"type": "structure",
91909190
"members": {
9191+
"PreferredChannelPipeline": {
9192+
"shape": "PreferredChannelPipeline",
9193+
"locationName": "preferredChannelPipeline",
9194+
"documentation": "Indicates which pipeline is preferred by the multiplex for program ingest."
9195+
},
91919196
"ProgramNumber": {
91929197
"shape": "__integerMin0Max65535",
91939198
"locationName": "programNumber",
@@ -9772,6 +9777,15 @@
97729777
"PipelineId"
97739778
]
97749779
},
9780+
"PreferredChannelPipeline": {
9781+
"type": "string",
9782+
"documentation": "Indicates which pipeline is preferred by the multiplex for program ingest.\nIf set to \\\"PIPELINE_0\\\" or \\\"PIPELINE_1\\\" and an unhealthy ingest causes the multiplex to switch to the non-preferred pipeline,\nit will switch back once that ingest is healthy again. If set to \\\"CURRENTLY_ACTIVE\\\",\nit will not switch back to the other pipeline based on it recovering to a healthy state,\nit will only switch if the active pipeline becomes unhealthy.\n",
9783+
"enum": [
9784+
"CURRENTLY_ACTIVE",
9785+
"PIPELINE_0",
9786+
"PIPELINE_1"
9787+
]
9788+
},
97759789
"PurchaseOffering": {
97769790
"type": "structure",
97779791
"members": {

0 commit comments

Comments
 (0)