From ba81f3a383567a753a3a478d15842f8f65b95fa2 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 6 May 2024 18:10:36 +0000 Subject: [PATCH 1/3] Update to latest models --- .../next-release/api-change-medialive-72218.json | 5 +++++ botocore/data/medialive/2017-10-14/service-2.json | 13 +++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 .changes/next-release/api-change-medialive-72218.json diff --git a/.changes/next-release/api-change-medialive-72218.json b/.changes/next-release/api-change-medialive-72218.json new file mode 100644 index 0000000000..f0c7d5e723 --- /dev/null +++ b/.changes/next-release/api-change-medialive-72218.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``medialive``", + "description": "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." +} diff --git a/botocore/data/medialive/2017-10-14/service-2.json b/botocore/data/medialive/2017-10-14/service-2.json index c87daf8adc..7f9f2da0d5 100644 --- a/botocore/data/medialive/2017-10-14/service-2.json +++ b/botocore/data/medialive/2017-10-14/service-2.json @@ -5012,6 +5012,11 @@ "shape": "AvailSettings", "locationName": "availSettings", "documentation": "Controls how SCTE-35 messages create cues. Splice Insert mode treats all segmentation signals traditionally. With Time Signal APOS mode only Time Signal Placement Opportunity and Break messages create segment breaks. With ESAM mode, signals are forwarded to an ESAM server for possible update." + }, + "Scte35SegmentationScope": { + "shape": "Scte35SegmentationScope", + "locationName": "scte35SegmentationScope", + "documentation": "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." } }, "documentation": "Avail Configuration" @@ -23687,6 +23692,14 @@ "type": "string", "pattern": "^[^\\s]+$", "documentation": "Placeholder documentation for __stringPatternS" + }, + "Scte35SegmentationScope": { + "type": "string", + "documentation": "Scte35 Segmentation Scope", + "enum": [ + "ALL_OUTPUT_GROUPS", + "SCTE35_ENABLED_OUTPUT_GROUPS" + ] } }, "documentation": "API for AWS Elemental MediaLive" From b2acef6c334894f7ee7265f63450ad31e1571240 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 6 May 2024 18:10:37 +0000 Subject: [PATCH 2/3] Update endpoints model --- botocore/data/endpoints.json | 40 +++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/botocore/data/endpoints.json b/botocore/data/endpoints.json index 18e52890cd..0ab534e598 100644 --- a/botocore/data/endpoints.json +++ b/botocore/data/endpoints.json @@ -4434,6 +4434,19 @@ "deprecated" : true, "hostname" : "controltower-fips.ca-central-1.amazonaws.com" }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "controltower-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, + "ca-west-1-fips" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "controltower-fips.ca-west-1.amazonaws.com" + }, "eu-central-1" : { }, "eu-central-2" : { }, "eu-north-1" : { }, @@ -7858,6 +7871,12 @@ "tags" : [ "fips" ] } ] }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "fms-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, "eu-central-1" : { "variants" : [ { "hostname" : "fms-fips.eu-central-1.amazonaws.com", @@ -7947,6 +7966,13 @@ "deprecated" : true, "hostname" : "fms-fips.ca-central-1.amazonaws.com" }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "fms-fips.ca-west-1.amazonaws.com" + }, "fips-eu-central-1" : { "credentialScope" : { "region" : "eu-central-1" @@ -19150,7 +19176,12 @@ "tags" : [ "fips" ] } ] }, - "ca-west-1" : { }, + "ca-west-1" : { + "variants" : [ { + "hostname" : "transfer-fips.ca-west-1.amazonaws.com", + "tags" : [ "fips" ] + } ] + }, "eu-central-1" : { }, "eu-central-2" : { }, "eu-north-1" : { }, @@ -19166,6 +19197,13 @@ "deprecated" : true, "hostname" : "transfer-fips.ca-central-1.amazonaws.com" }, + "fips-ca-west-1" : { + "credentialScope" : { + "region" : "ca-west-1" + }, + "deprecated" : true, + "hostname" : "transfer-fips.ca-west-1.amazonaws.com" + }, "fips-us-east-1" : { "credentialScope" : { "region" : "us-east-1" From ce2468072dd5574d9c76cdd16475bf2bae182b78 Mon Sep 17 00:00:00 2001 From: aws-sdk-python-automation Date: Mon, 6 May 2024 18:11:28 +0000 Subject: [PATCH 3/3] Bumping version to 1.34.99 --- .changes/1.34.99.json | 7 +++++++ .changes/next-release/api-change-medialive-72218.json | 5 ----- CHANGELOG.rst | 6 ++++++ botocore/__init__.py | 2 +- docs/source/conf.py | 2 +- 5 files changed, 15 insertions(+), 7 deletions(-) create mode 100644 .changes/1.34.99.json delete mode 100644 .changes/next-release/api-change-medialive-72218.json diff --git a/.changes/1.34.99.json b/.changes/1.34.99.json new file mode 100644 index 0000000000..bb520f410a --- /dev/null +++ b/.changes/1.34.99.json @@ -0,0 +1,7 @@ +[ + { + "category": "``medialive``", + "description": "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.", + "type": "api-change" + } +] \ No newline at end of file diff --git a/.changes/next-release/api-change-medialive-72218.json b/.changes/next-release/api-change-medialive-72218.json deleted file mode 100644 index f0c7d5e723..0000000000 --- a/.changes/next-release/api-change-medialive-72218.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "type": "api-change", - "category": "``medialive``", - "description": "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." -} diff --git a/CHANGELOG.rst b/CHANGELOG.rst index cd556e8901..ddb5058cd4 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ CHANGELOG ========= +1.34.99 +======= + +* api-change:``medialive``: 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.34.98 ======= diff --git a/botocore/__init__.py b/botocore/__init__.py index 2054794153..72188eef10 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -16,7 +16,7 @@ import os import re -__version__ = '1.34.98' +__version__ = '1.34.99' class NullHandler(logging.Handler): diff --git a/docs/source/conf.py b/docs/source/conf.py index 998c1618e7..e452ce27e8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -59,7 +59,7 @@ # The short X.Y version. version = '1.34.' # The full version, including alpha/beta/rc tags. -release = '1.34.98' +release = '1.34.99' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.