Skip to content

Commit 5aae0f6

Browse files
author
AWS
committed
AWS Elemental MediaLive Update: Add an enum option DISABLED for Output Locking Mode under Global Configuration.
1 parent 4ca7b18 commit 5aae0f6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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 MediaLive",
4+
"contributor": "",
5+
"description": "Add an enum option DISABLED for Output Locking Mode under Global Configuration."
6+
}

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10478,7 +10478,7 @@
1047810478
"OutputLockingMode": {
1047910479
"shape": "GlobalConfigurationOutputLockingMode",
1048010480
"locationName": "outputLockingMode",
10481-
"documentation": "Indicates how MediaLive pipelines are synchronized.\n\nPIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other.\nEPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch."
10481+
"documentation": "Indicates how MediaLive pipelines are synchronized.\n\nPIPELINE_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the other.\nEPOCH_LOCKING - MediaLive will attempt to synchronize the output of each pipeline to the Unix epoch.\nDISABLED - MediaLive will not attempt to synchronize the output of pipelines. We advise against disabling output locking because it has negative side effects in most workflows. For more information, see the section about output locking (pipeline locking) in the Medialive user guide."
1048210482
},
1048310483
"OutputTimingSource": {
1048410484
"shape": "GlobalConfigurationOutputTimingSource",
@@ -10519,7 +10519,8 @@
1051910519
"documentation": "Global Configuration Output Locking Mode",
1052010520
"enum": [
1052110521
"EPOCH_LOCKING",
10522-
"PIPELINE_LOCKING"
10522+
"PIPELINE_LOCKING",
10523+
"DISABLED"
1052310524
]
1052410525
},
1052510526
"GlobalConfigurationOutputTimingSource": {

0 commit comments

Comments
 (0)