You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apis/medialive/2017-10-14/docs-2.json
+58-2Lines changed: 58 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4818,7 +4818,8 @@
4818
4818
"UpdateClusterResult$ChannelIds": "An array of the IDs of the Channels that are associated with this Cluster. One Channel is associated with the Cluster as follows: A Channel belongs to a ChannelPlacementGroup. A ChannelPlacementGroup is attached to a Node. A Node belongs to a Cluster.",
4819
4819
"UpdateNetworkResult$AssociatedClusterIds": null,
4820
4820
"SdiSource$Inputs": "The list of inputs that are currently using this SDI source. This list will be empty if the SdiSource has just been deleted.",
4821
-
"SdiSourceSummary$Inputs": "The list of inputs that are currently using this SDI source. This list will be empty if the SdiSource has just been deleted."
4821
+
"SdiSourceSummary$Inputs": "The list of inputs that are currently using this SDI source. This list will be empty if the SdiSource has just been deleted.",
4822
+
"DescribePrimaryChannelSettings$FollowingChannelArns": "The ARNs of the following channels for this primary channel"
4822
4823
}
4823
4824
},
4824
4825
"__longMin0Max1099511627775": {
@@ -5286,7 +5287,9 @@
5286
5287
"RouterDestinationSettings$AvailabilityZoneName": "Availability Zone for this MediaConnect Router destination.",
5287
5288
"RouterInputSettings$SecretArn": "ARN of the secret used to encrypt this input.",
5288
5289
"RouterSettings$SecretArn": "ARN of the secret used to encrypt this input.",
5289
-
"SpecialRouterSettings$RouterArn": "This is the arn of the MediaConnect Router resource being associated with the MediaLive Input."
5290
+
"SpecialRouterSettings$RouterArn": "This is the arn of the MediaConnect Router resource being associated with the MediaLive Input.",
5291
+
"DescribeFollowerChannelSettings$PrimaryChannelArn": "The ARN of the primary channel this channel follows",
5292
+
"FollowerChannelSettings$PrimaryChannelArn": "The ARN of the primary channel to follow"
5290
5293
}
5291
5294
},
5292
5295
"__stringMax1000": {
@@ -7419,6 +7422,59 @@
7419
7422
"refs": {
7420
7423
"RouterSettings$Destinations": "Destinations for the input from MediaConnect Router. Provide one for a single-pipeline input and two for a standard input."
7421
7424
}
7425
+
},
7426
+
"DescribeFollowerChannelSettings": {
7427
+
"base": "Details of a follower channel in a linked pair",
"base": "Configuration for linked channel relationships",
7453
+
"refs": {
7454
+
"CreateChannel$LinkedChannelSettings": "The linked channel settings for the channel.",
7455
+
"UpdateChannel$LinkedChannelSettings": "The linked channel settings for the channel."
7456
+
}
7457
+
},
7458
+
"LinkedChannelType": {
7459
+
"base": "The values for the role for a linked channel.",
7460
+
"refs": {
7461
+
"DescribeFollowerChannelSettings$LinkedChannelType": "Specifies this as a follower channel",
7462
+
"DescribePrimaryChannelSettings$LinkedChannelType": "Specifies this as a primary channel",
7463
+
"FollowerChannelSettings$LinkedChannelType": "Specifies this as a follower channel",
7464
+
"PrimaryChannelSettings$LinkedChannelType": "Specifies this as a primary channel"
7465
+
}
7466
+
},
7467
+
"PipelineLockingMethod": {
7468
+
"base": "Pipeline Locking Method",
7469
+
"refs": {
7470
+
"PipelineLockingSettings$PipelineLockingMethod": "The method to use to lock the video frames in the pipelines. sourceTimecode (default): Use the timecode in the source. videoAlignment: Lock frames that the encoder identifies as having matching content. If videoAlignment is selected, existing timecodes will not be used for any locking decisions."
7471
+
}
7472
+
},
7473
+
"PrimaryChannelSettings": {
7474
+
"base": "Settings for a primary (leader) channel in a linked pair",
Copy file name to clipboardExpand all lines: gems/aws-sdk-medialive/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
Unreleased Changes
2
2
------------------
3
3
4
+
1.171.0 (2025-12-26)
5
+
------------------
6
+
7
+
* Feature - AWS Elemental MediaLive now supports Pipeline Locking using Video Alignment as well as linked single pipeline channels to enable cross-channel and cross-region Pipeline Locking workflows.
0 commit comments