Skip to content

Commit 75bdfcd

Browse files
Release v1.52.3 (2024-05-06) (#5253)
Release v1.52.3 (2024-05-06) === ### Service Client Updates * `service/medialive`: Updates service API and documentation * AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
1 parent 417f8a9 commit 75bdfcd

File tree

7 files changed

+149
-2
lines changed

7 files changed

+149
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Release v1.52.3 (2024-05-06)
2+
===
3+
4+
### Service Client Updates
5+
* `service/medialive`: Updates service API and documentation
6+
* AWS Elemental MediaLive now supports configuring how SCTE 35 passthrough triggers segment breaks in HLS and MediaPackage output groups. Previously, messages triggered breaks in all these output groups. The new option is to trigger segment breaks only in groups that have SCTE 35 passthrough enabled.
7+
18
Release v1.52.2 (2024-05-03)
29
===
310

aws/endpoints/defaults.go

Lines changed: 51 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aws/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ package aws
55
const SDKName = "aws-sdk-go"
66

77
// SDKVersion is the version of this SDK
8-
const SDKVersion = "1.52.2"
8+
const SDKVersion = "1.52.3"

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4083,6 +4083,10 @@
40834083
"AvailSettings": {
40844084
"shape": "AvailSettings",
40854085
"locationName": "availSettings"
4086+
},
4087+
"Scte35SegmentationScope": {
4088+
"shape": "Scte35SegmentationScope",
4089+
"locationName": "scte35SegmentationScope"
40864090
}
40874091
}
40884092
},
@@ -19979,6 +19983,13 @@
1997919983
"__stringPatternS": {
1998019984
"type": "string",
1998119985
"pattern": "^[^\\s]+$"
19986+
},
19987+
"Scte35SegmentationScope": {
19988+
"type": "string",
19989+
"enum": [
19990+
"ALL_OUTPUT_GROUPS",
19991+
"SCTE35_ENABLED_OUTPUT_GROUPS"
19992+
]
1998219993
}
1998319994
}
1998419995
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5964,6 +5964,12 @@
59645964
"UpdateEventBridgeRuleTemplateRequestContent$GroupIdentifier": "An eventbridge rule template group's identifier. Can be either be its id or current name.",
59655965
"__listOf__stringPatternS$member": null
59665966
}
5967+
},
5968+
"Scte35SegmentationScope": {
5969+
"base": "Scte35 Segmentation Scope",
5970+
"refs": {
5971+
"AvailConfiguration$Scte35SegmentationScope": "Configures whether SCTE 35 passthrough triggers segment breaks in all output groups that use segmented outputs. Insertion of a SCTE 35 message typically results in a segment break, in addition to the regular cadence of breaks. The segment breaks appear in video outputs, audio outputs, and captions outputs (if any).\n\nALL_OUTPUT_GROUPS: Default. Insert the segment break in in all output groups that have segmented outputs. This is the legacy behavior.\nSCTE35_ENABLED_OUTPUT_GROUPS: Insert the segment break only in output groups that have SCTE 35 passthrough enabled. This is the recommended value, because it reduces unnecessary segment breaks."
5972+
}
59675973
}
59685974
},
59695975
"documentation": "API for AWS Elemental MediaLive"

models/endpoints/endpoints.json

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4434,6 +4434,19 @@
44344434
"deprecated" : true,
44354435
"hostname" : "controltower-fips.ca-central-1.amazonaws.com"
44364436
},
4437+
"ca-west-1" : {
4438+
"variants" : [ {
4439+
"hostname" : "controltower-fips.ca-west-1.amazonaws.com",
4440+
"tags" : [ "fips" ]
4441+
} ]
4442+
},
4443+
"ca-west-1-fips" : {
4444+
"credentialScope" : {
4445+
"region" : "ca-west-1"
4446+
},
4447+
"deprecated" : true,
4448+
"hostname" : "controltower-fips.ca-west-1.amazonaws.com"
4449+
},
44374450
"eu-central-1" : { },
44384451
"eu-central-2" : { },
44394452
"eu-north-1" : { },
@@ -7858,6 +7871,12 @@
78587871
"tags" : [ "fips" ]
78597872
} ]
78607873
},
7874+
"ca-west-1" : {
7875+
"variants" : [ {
7876+
"hostname" : "fms-fips.ca-west-1.amazonaws.com",
7877+
"tags" : [ "fips" ]
7878+
} ]
7879+
},
78617880
"eu-central-1" : {
78627881
"variants" : [ {
78637882
"hostname" : "fms-fips.eu-central-1.amazonaws.com",
@@ -7947,6 +7966,13 @@
79477966
"deprecated" : true,
79487967
"hostname" : "fms-fips.ca-central-1.amazonaws.com"
79497968
},
7969+
"fips-ca-west-1" : {
7970+
"credentialScope" : {
7971+
"region" : "ca-west-1"
7972+
},
7973+
"deprecated" : true,
7974+
"hostname" : "fms-fips.ca-west-1.amazonaws.com"
7975+
},
79507976
"fips-eu-central-1" : {
79517977
"credentialScope" : {
79527978
"region" : "eu-central-1"
@@ -19150,7 +19176,12 @@
1915019176
"tags" : [ "fips" ]
1915119177
} ]
1915219178
},
19153-
"ca-west-1" : { },
19179+
"ca-west-1" : {
19180+
"variants" : [ {
19181+
"hostname" : "transfer-fips.ca-west-1.amazonaws.com",
19182+
"tags" : [ "fips" ]
19183+
} ]
19184+
},
1915419185
"eu-central-1" : { },
1915519186
"eu-central-2" : { },
1915619187
"eu-north-1" : { },
@@ -19166,6 +19197,13 @@
1916619197
"deprecated" : true,
1916719198
"hostname" : "transfer-fips.ca-central-1.amazonaws.com"
1916819199
},
19200+
"fips-ca-west-1" : {
19201+
"credentialScope" : {
19202+
"region" : "ca-west-1"
19203+
},
19204+
"deprecated" : true,
19205+
"hostname" : "transfer-fips.ca-west-1.amazonaws.com"
19206+
},
1916919207
"fips-us-east-1" : {
1917019208
"credentialScope" : {
1917119209
"region" : "us-east-1"

service/medialive/api.go

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)