Skip to content

Commit 68b7401

Browse files
Updated API models and rebuilt service gems.
1 parent aa020cd commit 68b7401

File tree

13 files changed

+580
-22
lines changed

13 files changed

+580
-22
lines changed

apis/medialive/2017-10-14/api-2.json

Lines changed: 138 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6080,6 +6080,10 @@
60806080
"ChannelEngineVersion": {
60816081
"shape": "ChannelEngineVersionResponse",
60826082
"locationName": "channelEngineVersion"
6083+
},
6084+
"LinkedChannelSettings": {
6085+
"shape": "DescribeLinkedChannelSettings",
6086+
"locationName": "linkedChannelSettings"
60836087
}
60846088
}
60856089
},
@@ -6206,6 +6210,10 @@
62066210
"UsedChannelEngineVersions": {
62076211
"shape": "__listOfChannelEngineVersionResponse",
62086212
"locationName": "usedChannelEngineVersions"
6213+
},
6214+
"LinkedChannelSettings": {
6215+
"shape": "DescribeLinkedChannelSettings",
6216+
"locationName": "linkedChannelSettings"
62096217
}
62106218
}
62116219
},
@@ -6354,6 +6362,10 @@
63546362
"DryRun": {
63556363
"shape": "__boolean",
63566364
"locationName": "dryRun"
6365+
},
6366+
"LinkedChannelSettings": {
6367+
"shape": "LinkedChannelSettings",
6368+
"locationName": "linkedChannelSettings"
63576369
}
63586370
}
63596371
},
@@ -6429,6 +6441,10 @@
64296441
"DryRun": {
64306442
"shape": "__boolean",
64316443
"locationName": "dryRun"
6444+
},
6445+
"LinkedChannelSettings": {
6446+
"shape": "LinkedChannelSettings",
6447+
"locationName": "linkedChannelSettings"
64326448
}
64336449
}
64346450
},
@@ -6965,6 +6981,10 @@
69656981
"ChannelEngineVersion": {
69666982
"shape": "ChannelEngineVersionResponse",
69676983
"locationName": "channelEngineVersion"
6984+
},
6985+
"LinkedChannelSettings": {
6986+
"shape": "DescribeLinkedChannelSettings",
6987+
"locationName": "linkedChannelSettings"
69686988
}
69696989
}
69706990
},
@@ -7351,6 +7371,10 @@
73517371
"ChannelEngineVersion": {
73527372
"shape": "ChannelEngineVersionResponse",
73537373
"locationName": "channelEngineVersion"
7374+
},
7375+
"LinkedChannelSettings": {
7376+
"shape": "DescribeLinkedChannelSettings",
7377+
"locationName": "linkedChannelSettings"
73547378
}
73557379
}
73567380
},
@@ -13781,7 +13805,12 @@
1378113805
},
1378213806
"PipelineLockingSettings": {
1378313807
"type": "structure",
13784-
"members": {}
13808+
"members": {
13809+
"PipelineLockingMethod": {
13810+
"shape": "PipelineLockingMethod",
13811+
"locationName": "pipelineLockingMethod"
13812+
}
13813+
}
1378513814
},
1378613815
"PipelinePauseStateSettings": {
1378713816
"type": "structure",
@@ -14938,6 +14967,10 @@
1493814967
"ChannelEngineVersion": {
1493914968
"shape": "ChannelEngineVersionResponse",
1494014969
"locationName": "channelEngineVersion"
14970+
},
14971+
"LinkedChannelSettings": {
14972+
"shape": "DescribeLinkedChannelSettings",
14973+
"locationName": "linkedChannelSettings"
1494114974
}
1494214975
}
1494314976
},
@@ -15287,6 +15320,10 @@
1528715320
"ChannelEngineVersion": {
1528815321
"shape": "ChannelEngineVersionResponse",
1528915322
"locationName": "channelEngineVersion"
15323+
},
15324+
"LinkedChannelSettings": {
15325+
"shape": "DescribeLinkedChannelSettings",
15326+
"locationName": "linkedChannelSettings"
1529015327
}
1529115328
}
1529215329
},
@@ -15855,6 +15892,10 @@
1585515892
"AnywhereSettings": {
1585615893
"shape": "AnywhereSettings",
1585715894
"locationName": "anywhereSettings"
15895+
},
15896+
"LinkedChannelSettings": {
15897+
"shape": "LinkedChannelSettings",
15898+
"locationName": "linkedChannelSettings"
1585815899
}
1585915900
}
1586015901
},
@@ -15960,6 +16001,10 @@
1596016001
"AnywhereSettings": {
1596116002
"shape": "AnywhereSettings",
1596216003
"locationName": "anywhereSettings"
16004+
},
16005+
"LinkedChannelSettings": {
16006+
"shape": "LinkedChannelSettings",
16007+
"locationName": "linkedChannelSettings"
1596316008
}
1596416009
},
1596516010
"required": [
@@ -17480,6 +17525,10 @@
1748017525
"ChannelEngineVersion": {
1748117526
"shape": "ChannelEngineVersionResponse",
1748217527
"locationName": "channelEngineVersion"
17528+
},
17529+
"LinkedChannelSettings": {
17530+
"shape": "DescribeLinkedChannelSettings",
17531+
"locationName": "linkedChannelSettings"
1748317532
}
1748417533
}
1748517534
},
@@ -25154,6 +25203,94 @@
2515425203
"member": {
2515525204
"shape": "RouterDestinationSettings"
2515625205
}
25206+
},
25207+
"DescribeFollowerChannelSettings": {
25208+
"type": "structure",
25209+
"members": {
25210+
"LinkedChannelType": {
25211+
"shape": "LinkedChannelType",
25212+
"locationName": "linkedChannelType"
25213+
},
25214+
"PrimaryChannelArn": {
25215+
"shape": "__string",
25216+
"locationName": "primaryChannelArn"
25217+
}
25218+
}
25219+
},
25220+
"DescribeLinkedChannelSettings": {
25221+
"type": "structure",
25222+
"members": {
25223+
"FollowerChannelSettings": {
25224+
"shape": "DescribeFollowerChannelSettings",
25225+
"locationName": "followerChannelSettings"
25226+
},
25227+
"PrimaryChannelSettings": {
25228+
"shape": "DescribePrimaryChannelSettings",
25229+
"locationName": "primaryChannelSettings"
25230+
}
25231+
}
25232+
},
25233+
"DescribePrimaryChannelSettings": {
25234+
"type": "structure",
25235+
"members": {
25236+
"FollowingChannelArns": {
25237+
"shape": "__listOf__string",
25238+
"locationName": "followingChannelArns"
25239+
},
25240+
"LinkedChannelType": {
25241+
"shape": "LinkedChannelType",
25242+
"locationName": "linkedChannelType"
25243+
}
25244+
}
25245+
},
25246+
"FollowerChannelSettings": {
25247+
"type": "structure",
25248+
"members": {
25249+
"LinkedChannelType": {
25250+
"shape": "LinkedChannelType",
25251+
"locationName": "linkedChannelType"
25252+
},
25253+
"PrimaryChannelArn": {
25254+
"shape": "__string",
25255+
"locationName": "primaryChannelArn"
25256+
}
25257+
}
25258+
},
25259+
"LinkedChannelSettings": {
25260+
"type": "structure",
25261+
"members": {
25262+
"FollowerChannelSettings": {
25263+
"shape": "FollowerChannelSettings",
25264+
"locationName": "followerChannelSettings"
25265+
},
25266+
"PrimaryChannelSettings": {
25267+
"shape": "PrimaryChannelSettings",
25268+
"locationName": "primaryChannelSettings"
25269+
}
25270+
}
25271+
},
25272+
"LinkedChannelType": {
25273+
"type": "string",
25274+
"enum": [
25275+
"FOLLOWING_CHANNEL",
25276+
"PRIMARY_CHANNEL"
25277+
]
25278+
},
25279+
"PipelineLockingMethod": {
25280+
"type": "string",
25281+
"enum": [
25282+
"SOURCE_TIMECODE",
25283+
"VIDEO_ALIGNMENT"
25284+
]
25285+
},
25286+
"PrimaryChannelSettings": {
25287+
"type": "structure",
25288+
"members": {
25289+
"LinkedChannelType": {
25290+
"shape": "LinkedChannelType",
25291+
"locationName": "linkedChannelType"
25292+
}
25293+
}
2515725294
}
2515825295
}
2515925296
}

apis/medialive/2017-10-14/docs-2.json

Lines changed: 58 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4818,7 +4818,8 @@
48184818
"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.",
48194819
"UpdateNetworkResult$AssociatedClusterIds": null,
48204820
"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"
48224823
}
48234824
},
48244825
"__longMin0Max1099511627775": {
@@ -5286,7 +5287,9 @@
52865287
"RouterDestinationSettings$AvailabilityZoneName": "Availability Zone for this MediaConnect Router destination.",
52875288
"RouterInputSettings$SecretArn": "ARN of the secret used to encrypt this input.",
52885289
"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"
52905293
}
52915294
},
52925295
"__stringMax1000": {
@@ -7419,6 +7422,59 @@
74197422
"refs": {
74207423
"RouterSettings$Destinations": "Destinations for the input from MediaConnect Router. Provide one for a single-pipeline input and two for a standard input."
74217424
}
7425+
},
7426+
"DescribeFollowerChannelSettings": {
7427+
"base": "Details of a follower channel in a linked pair",
7428+
"refs": {
7429+
"DescribeLinkedChannelSettings$FollowerChannelSettings": null
7430+
}
7431+
},
7432+
"DescribeLinkedChannelSettings": {
7433+
"base": "Linked channel configuration details",
7434+
"refs": {
7435+
"Channel$LinkedChannelSettings": "Linked Channel Settings for this channel.",
7436+
"ChannelSummary$LinkedChannelSettings": "Linked Channel Settings for this channel."
7437+
}
7438+
},
7439+
"DescribePrimaryChannelSettings": {
7440+
"base": "Details of a primary (leader) channel in a linked pair",
7441+
"refs": {
7442+
"DescribeLinkedChannelSettings$PrimaryChannelSettings": null
7443+
}
7444+
},
7445+
"FollowerChannelSettings": {
7446+
"base": "Settings for a follower channel in a linked pair",
7447+
"refs": {
7448+
"LinkedChannelSettings$FollowerChannelSettings": null
7449+
}
7450+
},
7451+
"LinkedChannelSettings": {
7452+
"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",
7475+
"refs": {
7476+
"LinkedChannelSettings$PrimaryChannelSettings": null
7477+
}
74227478
}
74237479
},
74247480
"documentation": "API for AWS Elemental MediaLive"

gems/aws-partitions/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

4+
1.1199.0 (2025-12-26)
5+
------------------
6+
7+
* Feature - Updated the partitions source data the determines the AWS service regions and endpoints.
8+
49
1.1198.0 (2025-12-19)
510
------------------
611

gems/aws-partitions/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.1198.0
1+
1.1199.0

gems/aws-partitions/partitions.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27224,6 +27224,7 @@
2722427224
"ap-southeast-3" : { },
2722527225
"ap-southeast-4" : { },
2722627226
"ap-southeast-5" : { },
27227+
"ap-southeast-6" : { },
2722727228
"ap-southeast-7" : { },
2722827229
"ca-central-1" : {
2722927230
"variants" : [ {

gems/aws-sdk-medialive/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Unreleased Changes
22
------------------
33

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.
8+
49
1.170.0 (2025-11-21)
510
------------------
611

gems/aws-sdk-medialive/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.170.0
1+
1.171.0

gems/aws-sdk-medialive/lib/aws-sdk-medialive.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ module Plugins
5555
autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
5656
autoload :Endpoints, 'aws-sdk-medialive/endpoints'
5757

58-
GEM_VERSION = '1.170.0'
58+
GEM_VERSION = '1.171.0'
5959

6060
end
6161

0 commit comments

Comments
 (0)