aws-sdk-medialive 1.88.0 → 1.90.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +140 -1
- data/lib/aws-sdk-medialive/client_api.rb +35 -0
- data/lib/aws-sdk-medialive/types.rb +298 -0
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a734892656e24ce3b66076838b233020608351cb213206352a847eecb59b0cb1
|
4
|
+
data.tar.gz: 14a78f071442a636bef9b0e4e855a0c708823fea939b0108fda93b0cb99c748c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb727e44fb68d5215c106b2c12f2b8b16c7942ae5381029a439b2422f1ebf8beeb4ecf0472430f8c4fe3b63644f08de0cc609ed613e16c4848ac6874ee0e22d9
|
7
|
+
data.tar.gz: 312a7316361a036be3a4fb329eb7bc9b56b1e321101dc65e086f0c1902c245d1bc344693fa5e6c1bff988f666330bfcf30f04e1a50dd3c77e26397b9288c7cce
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.90.0 (2022-10-13)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.
|
8
|
+
|
9
|
+
1.89.0 (2022-09-08)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
|
13
|
+
|
4
14
|
1.88.0 (2022-07-22)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.90.0
|
@@ -569,6 +569,10 @@ module Aws::MediaLive
|
|
569
569
|
# },
|
570
570
|
# ],
|
571
571
|
# },
|
572
|
+
# scte_35_input_settings: {
|
573
|
+
# input_attachment_name_reference: "__string",
|
574
|
+
# mode: "FIXED", # required, accepts FIXED, FOLLOW_ACTIVE
|
575
|
+
# },
|
572
576
|
# scte_35_return_to_network_settings: {
|
573
577
|
# splice_event_id: 1, # required
|
574
578
|
# },
|
@@ -668,6 +672,8 @@ module Aws::MediaLive
|
|
668
672
|
# resp.creates.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.username #=> String
|
669
673
|
# resp.creates.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
|
670
674
|
# resp.creates.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
675
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.scte_35_input_settings.input_attachment_name_reference #=> String
|
676
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.scte_35_input_settings.mode #=> String, one of "FIXED", "FOLLOW_ACTIVE"
|
671
677
|
# resp.creates.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
|
672
678
|
# resp.creates.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
|
673
679
|
# resp.creates.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
|
@@ -727,6 +733,8 @@ module Aws::MediaLive
|
|
727
733
|
# resp.deletes.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.username #=> String
|
728
734
|
# resp.deletes.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
|
729
735
|
# resp.deletes.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
736
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_input_settings.input_attachment_name_reference #=> String
|
737
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_input_settings.mode #=> String, one of "FIXED", "FOLLOW_ACTIVE"
|
730
738
|
# resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
|
731
739
|
# resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
|
732
740
|
# resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
|
@@ -935,6 +943,15 @@ module Aws::MediaLive
|
|
935
943
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
936
944
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
937
945
|
# },
|
946
|
+
# eac_3_atmos_settings: {
|
947
|
+
# bitrate: 1.0,
|
948
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
949
|
+
# dialnorm: 1,
|
950
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
951
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
952
|
+
# height_trim: 1.0,
|
953
|
+
# surround_trim: 1.0,
|
954
|
+
# },
|
938
955
|
# eac_3_settings: {
|
939
956
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
940
957
|
# bitrate: 1.0,
|
@@ -1001,6 +1018,14 @@ module Aws::MediaLive
|
|
1001
1018
|
# },
|
1002
1019
|
# avail_configuration: {
|
1003
1020
|
# avail_settings: {
|
1021
|
+
# esam: {
|
1022
|
+
# acquisition_point_id: "__stringMax256", # required
|
1023
|
+
# ad_avail_offset: 1,
|
1024
|
+
# password: "__string",
|
1025
|
+
# pois_endpoint: "__string", # required
|
1026
|
+
# username: "__string",
|
1027
|
+
# zone_identity: "__stringMax256",
|
1028
|
+
# },
|
1004
1029
|
# scte_35_splice_insert: {
|
1005
1030
|
# ad_avail_offset: 1,
|
1006
1031
|
# no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
|
@@ -1607,6 +1632,8 @@ module Aws::MediaLive
|
|
1607
1632
|
# color_space_settings: {
|
1608
1633
|
# color_space_passthrough_settings: {
|
1609
1634
|
# },
|
1635
|
+
# dolby_vision_81_settings: {
|
1636
|
+
# },
|
1610
1637
|
# hdr_10_settings: {
|
1611
1638
|
# max_cll: 1,
|
1612
1639
|
# max_fall: 1,
|
@@ -1878,6 +1905,13 @@ module Aws::MediaLive
|
|
1878
1905
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
1879
1906
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
1880
1907
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
1908
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
1909
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
1910
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
1911
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
1912
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
1913
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
1914
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
1881
1915
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
1882
1916
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
1883
1917
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
@@ -1919,6 +1953,12 @@ module Aws::MediaLive
|
|
1919
1953
|
# resp.channel.encoder_settings.avail_blanking.avail_blanking_image.uri #=> String
|
1920
1954
|
# resp.channel.encoder_settings.avail_blanking.avail_blanking_image.username #=> String
|
1921
1955
|
# resp.channel.encoder_settings.avail_blanking.state #=> String, one of "DISABLED", "ENABLED"
|
1956
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.acquisition_point_id #=> String
|
1957
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.ad_avail_offset #=> Integer
|
1958
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.password #=> String
|
1959
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.pois_endpoint #=> String
|
1960
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.username #=> String
|
1961
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.zone_identity #=> String
|
1922
1962
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.ad_avail_offset #=> Integer
|
1923
1963
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
|
1924
1964
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
|
@@ -2941,6 +2981,13 @@ module Aws::MediaLive
|
|
2941
2981
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
2942
2982
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
2943
2983
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
2984
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
2985
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
2986
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
2987
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
2988
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
2989
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
2990
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
2944
2991
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
2945
2992
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
2946
2993
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
@@ -2982,6 +3029,12 @@ module Aws::MediaLive
|
|
2982
3029
|
# resp.encoder_settings.avail_blanking.avail_blanking_image.uri #=> String
|
2983
3030
|
# resp.encoder_settings.avail_blanking.avail_blanking_image.username #=> String
|
2984
3031
|
# resp.encoder_settings.avail_blanking.state #=> String, one of "DISABLED", "ENABLED"
|
3032
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.acquisition_point_id #=> String
|
3033
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.ad_avail_offset #=> Integer
|
3034
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.password #=> String
|
3035
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.pois_endpoint #=> String
|
3036
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.username #=> String
|
3037
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.zone_identity #=> String
|
2985
3038
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.ad_avail_offset #=> Integer
|
2986
3039
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
|
2987
3040
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
|
@@ -3877,6 +3930,13 @@ module Aws::MediaLive
|
|
3877
3930
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
3878
3931
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
3879
3932
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
3933
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
3934
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
3935
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
3936
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
3937
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
3938
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
3939
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
3880
3940
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
3881
3941
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
3882
3942
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
@@ -3918,6 +3978,12 @@ module Aws::MediaLive
|
|
3918
3978
|
# resp.encoder_settings.avail_blanking.avail_blanking_image.uri #=> String
|
3919
3979
|
# resp.encoder_settings.avail_blanking.avail_blanking_image.username #=> String
|
3920
3980
|
# resp.encoder_settings.avail_blanking.state #=> String, one of "DISABLED", "ENABLED"
|
3981
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.acquisition_point_id #=> String
|
3982
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.ad_avail_offset #=> Integer
|
3983
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.password #=> String
|
3984
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.pois_endpoint #=> String
|
3985
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.username #=> String
|
3986
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.zone_identity #=> String
|
3921
3987
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.ad_avail_offset #=> Integer
|
3922
3988
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
|
3923
3989
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
|
@@ -4992,6 +5058,8 @@ module Aws::MediaLive
|
|
4992
5058
|
# resp.schedule_actions[0].schedule_action_settings.motion_graphics_image_activate_settings.username #=> String
|
4993
5059
|
# resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines #=> Array
|
4994
5060
|
# resp.schedule_actions[0].schedule_action_settings.pause_state_settings.pipelines[0].pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
5061
|
+
# resp.schedule_actions[0].schedule_action_settings.scte_35_input_settings.input_attachment_name_reference #=> String
|
5062
|
+
# resp.schedule_actions[0].schedule_action_settings.scte_35_input_settings.mode #=> String, one of "FIXED", "FOLLOW_ACTIVE"
|
4995
5063
|
# resp.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
|
4996
5064
|
# resp.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
|
4997
5065
|
# resp.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.splice_event_id #=> Integer
|
@@ -5871,6 +5939,13 @@ module Aws::MediaLive
|
|
5871
5939
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
5872
5940
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
5873
5941
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
5942
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
5943
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
5944
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
5945
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
5946
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
5947
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
5948
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
5874
5949
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
5875
5950
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
5876
5951
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
@@ -5912,6 +5987,12 @@ module Aws::MediaLive
|
|
5912
5987
|
# resp.encoder_settings.avail_blanking.avail_blanking_image.uri #=> String
|
5913
5988
|
# resp.encoder_settings.avail_blanking.avail_blanking_image.username #=> String
|
5914
5989
|
# resp.encoder_settings.avail_blanking.state #=> String, one of "DISABLED", "ENABLED"
|
5990
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.acquisition_point_id #=> String
|
5991
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.ad_avail_offset #=> Integer
|
5992
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.password #=> String
|
5993
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.pois_endpoint #=> String
|
5994
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.username #=> String
|
5995
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.zone_identity #=> String
|
5915
5996
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.ad_avail_offset #=> Integer
|
5916
5997
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
|
5917
5998
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
|
@@ -6615,6 +6696,13 @@ module Aws::MediaLive
|
|
6615
6696
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
6616
6697
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
6617
6698
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
6699
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
6700
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
6701
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
6702
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
6703
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
6704
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
6705
|
+
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
6618
6706
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
6619
6707
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
6620
6708
|
# resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
@@ -6656,6 +6744,12 @@ module Aws::MediaLive
|
|
6656
6744
|
# resp.encoder_settings.avail_blanking.avail_blanking_image.uri #=> String
|
6657
6745
|
# resp.encoder_settings.avail_blanking.avail_blanking_image.username #=> String
|
6658
6746
|
# resp.encoder_settings.avail_blanking.state #=> String, one of "DISABLED", "ENABLED"
|
6747
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.acquisition_point_id #=> String
|
6748
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.ad_avail_offset #=> Integer
|
6749
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.password #=> String
|
6750
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.pois_endpoint #=> String
|
6751
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.username #=> String
|
6752
|
+
# resp.encoder_settings.avail_configuration.avail_settings.esam.zone_identity #=> String
|
6659
6753
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.ad_avail_offset #=> Integer
|
6660
6754
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
|
6661
6755
|
# resp.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
|
@@ -7386,6 +7480,15 @@ module Aws::MediaLive
|
|
7386
7480
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
7387
7481
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
7388
7482
|
# },
|
7483
|
+
# eac_3_atmos_settings: {
|
7484
|
+
# bitrate: 1.0,
|
7485
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
7486
|
+
# dialnorm: 1,
|
7487
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
7488
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
7489
|
+
# height_trim: 1.0,
|
7490
|
+
# surround_trim: 1.0,
|
7491
|
+
# },
|
7389
7492
|
# eac_3_settings: {
|
7390
7493
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
7391
7494
|
# bitrate: 1.0,
|
@@ -7452,6 +7555,14 @@ module Aws::MediaLive
|
|
7452
7555
|
# },
|
7453
7556
|
# avail_configuration: {
|
7454
7557
|
# avail_settings: {
|
7558
|
+
# esam: {
|
7559
|
+
# acquisition_point_id: "__stringMax256", # required
|
7560
|
+
# ad_avail_offset: 1,
|
7561
|
+
# password: "__string",
|
7562
|
+
# pois_endpoint: "__string", # required
|
7563
|
+
# username: "__string",
|
7564
|
+
# zone_identity: "__stringMax256",
|
7565
|
+
# },
|
7455
7566
|
# scte_35_splice_insert: {
|
7456
7567
|
# ad_avail_offset: 1,
|
7457
7568
|
# no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
|
@@ -8058,6 +8169,8 @@ module Aws::MediaLive
|
|
8058
8169
|
# color_space_settings: {
|
8059
8170
|
# color_space_passthrough_settings: {
|
8060
8171
|
# },
|
8172
|
+
# dolby_vision_81_settings: {
|
8173
|
+
# },
|
8061
8174
|
# hdr_10_settings: {
|
8062
8175
|
# max_cll: 1,
|
8063
8176
|
# max_fall: 1,
|
@@ -8320,6 +8433,13 @@ module Aws::MediaLive
|
|
8320
8433
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
8321
8434
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
8322
8435
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
8436
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
8437
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
8438
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
8439
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
8440
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
8441
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
8442
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
8323
8443
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
8324
8444
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
8325
8445
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
@@ -8361,6 +8481,12 @@ module Aws::MediaLive
|
|
8361
8481
|
# resp.channel.encoder_settings.avail_blanking.avail_blanking_image.uri #=> String
|
8362
8482
|
# resp.channel.encoder_settings.avail_blanking.avail_blanking_image.username #=> String
|
8363
8483
|
# resp.channel.encoder_settings.avail_blanking.state #=> String, one of "DISABLED", "ENABLED"
|
8484
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.acquisition_point_id #=> String
|
8485
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.ad_avail_offset #=> Integer
|
8486
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.password #=> String
|
8487
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.pois_endpoint #=> String
|
8488
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.username #=> String
|
8489
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.zone_identity #=> String
|
8364
8490
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.ad_avail_offset #=> Integer
|
8365
8491
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
|
8366
8492
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
|
@@ -8995,6 +9121,13 @@ module Aws::MediaLive
|
|
8995
9121
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
|
8996
9122
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
|
8997
9123
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
|
9124
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
|
9125
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.coding_mode #=> String, one of "CODING_MODE_5_1_4", "CODING_MODE_7_1_4", "CODING_MODE_9_1_6"
|
9126
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
|
9127
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_line #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
9128
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.drc_rf #=> String, one of "FILM_LIGHT", "FILM_STANDARD", "MUSIC_LIGHT", "MUSIC_STANDARD", "NONE", "SPEECH"
|
9129
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
|
9130
|
+
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
|
8998
9131
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
|
8999
9132
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
|
9000
9133
|
# resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
|
@@ -9036,6 +9169,12 @@ module Aws::MediaLive
|
|
9036
9169
|
# resp.channel.encoder_settings.avail_blanking.avail_blanking_image.uri #=> String
|
9037
9170
|
# resp.channel.encoder_settings.avail_blanking.avail_blanking_image.username #=> String
|
9038
9171
|
# resp.channel.encoder_settings.avail_blanking.state #=> String, one of "DISABLED", "ENABLED"
|
9172
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.acquisition_point_id #=> String
|
9173
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.ad_avail_offset #=> Integer
|
9174
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.password #=> String
|
9175
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.pois_endpoint #=> String
|
9176
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.username #=> String
|
9177
|
+
# resp.channel.encoder_settings.avail_configuration.avail_settings.esam.zone_identity #=> String
|
9039
9178
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.ad_avail_offset #=> Integer
|
9040
9179
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.no_regional_blackout_flag #=> String, one of "FOLLOW", "IGNORE"
|
9041
9180
|
# resp.channel.encoder_settings.avail_configuration.avail_settings.scte_35_splice_insert.web_delivery_allowed_flag #=> String, one of "FOLLOW", "IGNORE"
|
@@ -10016,7 +10155,7 @@ module Aws::MediaLive
|
|
10016
10155
|
params: params,
|
10017
10156
|
config: config)
|
10018
10157
|
context[:gem_name] = 'aws-sdk-medialive'
|
10019
|
-
context[:gem_version] = '1.
|
10158
|
+
context[:gem_version] = '1.90.0'
|
10020
10159
|
Seahorse::Client::Request.new(handlers, context)
|
10021
10160
|
end
|
10022
10161
|
|
@@ -185,6 +185,7 @@ module Aws::MediaLive
|
|
185
185
|
DescribeScheduleResponse = Shapes::StructureShape.new(name: 'DescribeScheduleResponse')
|
186
186
|
DeviceSettingsSyncState = Shapes::StringShape.new(name: 'DeviceSettingsSyncState')
|
187
187
|
DeviceUpdateStatus = Shapes::StringShape.new(name: 'DeviceUpdateStatus')
|
188
|
+
DolbyVision81Settings = Shapes::StructureShape.new(name: 'DolbyVision81Settings')
|
188
189
|
DvbNitSettings = Shapes::StructureShape.new(name: 'DvbNitSettings')
|
189
190
|
DvbSdtOutputSdt = Shapes::StringShape.new(name: 'DvbSdtOutputSdt')
|
190
191
|
DvbSdtSettings = Shapes::StructureShape.new(name: 'DvbSdtSettings')
|
@@ -198,6 +199,10 @@ module Aws::MediaLive
|
|
198
199
|
DvbSubOcrLanguage = Shapes::StringShape.new(name: 'DvbSubOcrLanguage')
|
199
200
|
DvbSubSourceSettings = Shapes::StructureShape.new(name: 'DvbSubSourceSettings')
|
200
201
|
DvbTdtSettings = Shapes::StructureShape.new(name: 'DvbTdtSettings')
|
202
|
+
Eac3AtmosCodingMode = Shapes::StringShape.new(name: 'Eac3AtmosCodingMode')
|
203
|
+
Eac3AtmosDrcLine = Shapes::StringShape.new(name: 'Eac3AtmosDrcLine')
|
204
|
+
Eac3AtmosDrcRf = Shapes::StringShape.new(name: 'Eac3AtmosDrcRf')
|
205
|
+
Eac3AtmosSettings = Shapes::StructureShape.new(name: 'Eac3AtmosSettings')
|
201
206
|
Eac3AttenuationControl = Shapes::StringShape.new(name: 'Eac3AttenuationControl')
|
202
207
|
Eac3BitstreamMode = Shapes::StringShape.new(name: 'Eac3BitstreamMode')
|
203
208
|
Eac3CodingMode = Shapes::StringShape.new(name: 'Eac3CodingMode')
|
@@ -223,6 +228,7 @@ module Aws::MediaLive
|
|
223
228
|
EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
|
224
229
|
Empty = Shapes::StructureShape.new(name: 'Empty')
|
225
230
|
EncoderSettings = Shapes::StructureShape.new(name: 'EncoderSettings')
|
231
|
+
Esam = Shapes::StructureShape.new(name: 'Esam')
|
226
232
|
FailoverCondition = Shapes::StructureShape.new(name: 'FailoverCondition')
|
227
233
|
FailoverConditionSettings = Shapes::StructureShape.new(name: 'FailoverConditionSettings')
|
228
234
|
FeatureActivations = Shapes::StructureShape.new(name: 'FeatureActivations')
|
@@ -583,6 +589,8 @@ module Aws::MediaLive
|
|
583
589
|
Scte35Descriptor = Shapes::StructureShape.new(name: 'Scte35Descriptor')
|
584
590
|
Scte35DescriptorSettings = Shapes::StructureShape.new(name: 'Scte35DescriptorSettings')
|
585
591
|
Scte35DeviceRestrictions = Shapes::StringShape.new(name: 'Scte35DeviceRestrictions')
|
592
|
+
Scte35InputMode = Shapes::StringShape.new(name: 'Scte35InputMode')
|
593
|
+
Scte35InputScheduleActionSettings = Shapes::StructureShape.new(name: 'Scte35InputScheduleActionSettings')
|
586
594
|
Scte35NoRegionalBlackoutFlag = Shapes::StringShape.new(name: 'Scte35NoRegionalBlackoutFlag')
|
587
595
|
Scte35ReturnToNetworkScheduleActionSettings = Shapes::StructureShape.new(name: 'Scte35ReturnToNetworkScheduleActionSettings')
|
588
596
|
Scte35SegmentationCancelIndicator = Shapes::StringShape.new(name: 'Scte35SegmentationCancelIndicator')
|
@@ -886,6 +894,7 @@ module Aws::MediaLive
|
|
886
894
|
|
887
895
|
AudioCodecSettings.add_member(:aac_settings, Shapes::ShapeRef.new(shape: AacSettings, location_name: "aacSettings"))
|
888
896
|
AudioCodecSettings.add_member(:ac_3_settings, Shapes::ShapeRef.new(shape: Ac3Settings, location_name: "ac3Settings"))
|
897
|
+
AudioCodecSettings.add_member(:eac_3_atmos_settings, Shapes::ShapeRef.new(shape: Eac3AtmosSettings, location_name: "eac3AtmosSettings"))
|
889
898
|
AudioCodecSettings.add_member(:eac_3_settings, Shapes::ShapeRef.new(shape: Eac3Settings, location_name: "eac3Settings"))
|
890
899
|
AudioCodecSettings.add_member(:mp_2_settings, Shapes::ShapeRef.new(shape: Mp2Settings, location_name: "mp2Settings"))
|
891
900
|
AudioCodecSettings.add_member(:pass_through_settings, Shapes::ShapeRef.new(shape: PassThroughSettings, location_name: "passThroughSettings"))
|
@@ -963,6 +972,7 @@ module Aws::MediaLive
|
|
963
972
|
AvailConfiguration.add_member(:avail_settings, Shapes::ShapeRef.new(shape: AvailSettings, location_name: "availSettings"))
|
964
973
|
AvailConfiguration.struct_class = Types::AvailConfiguration
|
965
974
|
|
975
|
+
AvailSettings.add_member(:esam, Shapes::ShapeRef.new(shape: Esam, location_name: "esam"))
|
966
976
|
AvailSettings.add_member(:scte_35_splice_insert, Shapes::ShapeRef.new(shape: Scte35SpliceInsert, location_name: "scte35SpliceInsert"))
|
967
977
|
AvailSettings.add_member(:scte_35_time_signal_apos, Shapes::ShapeRef.new(shape: Scte35TimeSignalApos, location_name: "scte35TimeSignalApos"))
|
968
978
|
AvailSettings.struct_class = Types::AvailSettings
|
@@ -1586,6 +1596,8 @@ module Aws::MediaLive
|
|
1586
1596
|
DescribeScheduleResponse.add_member(:schedule_actions, Shapes::ShapeRef.new(shape: __listOfScheduleAction, location_name: "scheduleActions"))
|
1587
1597
|
DescribeScheduleResponse.struct_class = Types::DescribeScheduleResponse
|
1588
1598
|
|
1599
|
+
DolbyVision81Settings.struct_class = Types::DolbyVision81Settings
|
1600
|
+
|
1589
1601
|
DvbNitSettings.add_member(:network_id, Shapes::ShapeRef.new(shape: __integerMin0Max65536, required: true, location_name: "networkId"))
|
1590
1602
|
DvbNitSettings.add_member(:network_name, Shapes::ShapeRef.new(shape: __stringMin1Max256, required: true, location_name: "networkName"))
|
1591
1603
|
DvbNitSettings.add_member(:rep_interval, Shapes::ShapeRef.new(shape: __integerMin25Max10000, location_name: "repInterval"))
|
@@ -1623,6 +1635,15 @@ module Aws::MediaLive
|
|
1623
1635
|
DvbTdtSettings.add_member(:rep_interval, Shapes::ShapeRef.new(shape: __integerMin1000Max30000, location_name: "repInterval"))
|
1624
1636
|
DvbTdtSettings.struct_class = Types::DvbTdtSettings
|
1625
1637
|
|
1638
|
+
Eac3AtmosSettings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
|
1639
|
+
Eac3AtmosSettings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Eac3AtmosCodingMode, location_name: "codingMode"))
|
1640
|
+
Eac3AtmosSettings.add_member(:dialnorm, Shapes::ShapeRef.new(shape: __integerMin1Max31, location_name: "dialnorm"))
|
1641
|
+
Eac3AtmosSettings.add_member(:drc_line, Shapes::ShapeRef.new(shape: Eac3AtmosDrcLine, location_name: "drcLine"))
|
1642
|
+
Eac3AtmosSettings.add_member(:drc_rf, Shapes::ShapeRef.new(shape: Eac3AtmosDrcRf, location_name: "drcRf"))
|
1643
|
+
Eac3AtmosSettings.add_member(:height_trim, Shapes::ShapeRef.new(shape: __double, location_name: "heightTrim"))
|
1644
|
+
Eac3AtmosSettings.add_member(:surround_trim, Shapes::ShapeRef.new(shape: __double, location_name: "surroundTrim"))
|
1645
|
+
Eac3AtmosSettings.struct_class = Types::Eac3AtmosSettings
|
1646
|
+
|
1626
1647
|
Eac3Settings.add_member(:attenuation_control, Shapes::ShapeRef.new(shape: Eac3AttenuationControl, location_name: "attenuationControl"))
|
1627
1648
|
Eac3Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
|
1628
1649
|
Eac3Settings.add_member(:bitstream_mode, Shapes::ShapeRef.new(shape: Eac3BitstreamMode, location_name: "bitstreamMode"))
|
@@ -1677,6 +1698,14 @@ module Aws::MediaLive
|
|
1677
1698
|
EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
|
1678
1699
|
EncoderSettings.struct_class = Types::EncoderSettings
|
1679
1700
|
|
1701
|
+
Esam.add_member(:acquisition_point_id, Shapes::ShapeRef.new(shape: __stringMax256, required: true, location_name: "acquisitionPointId"))
|
1702
|
+
Esam.add_member(:ad_avail_offset, Shapes::ShapeRef.new(shape: __integerMinNegative1000Max1000, location_name: "adAvailOffset"))
|
1703
|
+
Esam.add_member(:password, Shapes::ShapeRef.new(shape: __string, location_name: "password"))
|
1704
|
+
Esam.add_member(:pois_endpoint, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "poisEndpoint"))
|
1705
|
+
Esam.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
1706
|
+
Esam.add_member(:zone_identity, Shapes::ShapeRef.new(shape: __stringMax256, location_name: "zoneIdentity"))
|
1707
|
+
Esam.struct_class = Types::Esam
|
1708
|
+
|
1680
1709
|
FailoverCondition.add_member(:failover_condition_settings, Shapes::ShapeRef.new(shape: FailoverConditionSettings, location_name: "failoverConditionSettings"))
|
1681
1710
|
FailoverCondition.struct_class = Types::FailoverCondition
|
1682
1711
|
|
@@ -1790,6 +1819,7 @@ module Aws::MediaLive
|
|
1790
1819
|
H264Settings.struct_class = Types::H264Settings
|
1791
1820
|
|
1792
1821
|
H265ColorSpaceSettings.add_member(:color_space_passthrough_settings, Shapes::ShapeRef.new(shape: ColorSpacePassthroughSettings, location_name: "colorSpacePassthroughSettings"))
|
1822
|
+
H265ColorSpaceSettings.add_member(:dolby_vision_81_settings, Shapes::ShapeRef.new(shape: DolbyVision81Settings, location_name: "dolbyVision81Settings"))
|
1793
1823
|
H265ColorSpaceSettings.add_member(:hdr_10_settings, Shapes::ShapeRef.new(shape: Hdr10Settings, location_name: "hdr10Settings"))
|
1794
1824
|
H265ColorSpaceSettings.add_member(:rec_601_settings, Shapes::ShapeRef.new(shape: Rec601Settings, location_name: "rec601Settings"))
|
1795
1825
|
H265ColorSpaceSettings.add_member(:rec_709_settings, Shapes::ShapeRef.new(shape: Rec709Settings, location_name: "rec709Settings"))
|
@@ -2766,6 +2796,7 @@ module Aws::MediaLive
|
|
2766
2796
|
ScheduleActionSettings.add_member(:motion_graphics_image_activate_settings, Shapes::ShapeRef.new(shape: MotionGraphicsActivateScheduleActionSettings, location_name: "motionGraphicsImageActivateSettings"))
|
2767
2797
|
ScheduleActionSettings.add_member(:motion_graphics_image_deactivate_settings, Shapes::ShapeRef.new(shape: MotionGraphicsDeactivateScheduleActionSettings, location_name: "motionGraphicsImageDeactivateSettings"))
|
2768
2798
|
ScheduleActionSettings.add_member(:pause_state_settings, Shapes::ShapeRef.new(shape: PauseStateScheduleActionSettings, location_name: "pauseStateSettings"))
|
2799
|
+
ScheduleActionSettings.add_member(:scte_35_input_settings, Shapes::ShapeRef.new(shape: Scte35InputScheduleActionSettings, location_name: "scte35InputSettings"))
|
2769
2800
|
ScheduleActionSettings.add_member(:scte_35_return_to_network_settings, Shapes::ShapeRef.new(shape: Scte35ReturnToNetworkScheduleActionSettings, location_name: "scte35ReturnToNetworkSettings"))
|
2770
2801
|
ScheduleActionSettings.add_member(:scte_35_splice_insert_settings, Shapes::ShapeRef.new(shape: Scte35SpliceInsertScheduleActionSettings, location_name: "scte35SpliceInsertSettings"))
|
2771
2802
|
ScheduleActionSettings.add_member(:scte_35_time_signal_settings, Shapes::ShapeRef.new(shape: Scte35TimeSignalScheduleActionSettings, location_name: "scte35TimeSignalSettings"))
|
@@ -2808,6 +2839,10 @@ module Aws::MediaLive
|
|
2808
2839
|
Scte35DescriptorSettings.add_member(:segmentation_descriptor_scte_35_descriptor_settings, Shapes::ShapeRef.new(shape: Scte35SegmentationDescriptor, required: true, location_name: "segmentationDescriptorScte35DescriptorSettings"))
|
2809
2840
|
Scte35DescriptorSettings.struct_class = Types::Scte35DescriptorSettings
|
2810
2841
|
|
2842
|
+
Scte35InputScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, location_name: "inputAttachmentNameReference"))
|
2843
|
+
Scte35InputScheduleActionSettings.add_member(:mode, Shapes::ShapeRef.new(shape: Scte35InputMode, required: true, location_name: "mode"))
|
2844
|
+
Scte35InputScheduleActionSettings.struct_class = Types::Scte35InputScheduleActionSettings
|
2845
|
+
|
2811
2846
|
Scte35ReturnToNetworkScheduleActionSettings.add_member(:splice_event_id, Shapes::ShapeRef.new(shape: __longMin0Max4294967295, required: true, location_name: "spliceEventId"))
|
2812
2847
|
Scte35ReturnToNetworkScheduleActionSettings.struct_class = Types::Scte35ReturnToNetworkScheduleActionSettings
|
2813
2848
|
|
@@ -563,6 +563,15 @@ module Aws::MediaLive
|
|
563
563
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
564
564
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
565
565
|
# },
|
566
|
+
# eac_3_atmos_settings: {
|
567
|
+
# bitrate: 1.0,
|
568
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
569
|
+
# dialnorm: 1,
|
570
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
571
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
572
|
+
# height_trim: 1.0,
|
573
|
+
# surround_trim: 1.0,
|
574
|
+
# },
|
566
575
|
# eac_3_settings: {
|
567
576
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
568
577
|
# bitrate: 1.0,
|
@@ -607,6 +616,10 @@ module Aws::MediaLive
|
|
607
616
|
# Ac3 Settings
|
608
617
|
# @return [Types::Ac3Settings]
|
609
618
|
#
|
619
|
+
# @!attribute [rw] eac_3_atmos_settings
|
620
|
+
# Eac3 Atmos Settings
|
621
|
+
# @return [Types::Eac3AtmosSettings]
|
622
|
+
#
|
610
623
|
# @!attribute [rw] eac_3_settings
|
611
624
|
# Eac3 Settings
|
612
625
|
# @return [Types::Eac3Settings]
|
@@ -628,6 +641,7 @@ module Aws::MediaLive
|
|
628
641
|
class AudioCodecSettings < Struct.new(
|
629
642
|
:aac_settings,
|
630
643
|
:ac_3_settings,
|
644
|
+
:eac_3_atmos_settings,
|
631
645
|
:eac_3_settings,
|
632
646
|
:mp_2_settings,
|
633
647
|
:pass_through_settings,
|
@@ -685,6 +699,15 @@ module Aws::MediaLive
|
|
685
699
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
686
700
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
687
701
|
# },
|
702
|
+
# eac_3_atmos_settings: {
|
703
|
+
# bitrate: 1.0,
|
704
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
705
|
+
# dialnorm: 1,
|
706
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
707
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
708
|
+
# height_trim: 1.0,
|
709
|
+
# surround_trim: 1.0,
|
710
|
+
# },
|
688
711
|
# eac_3_settings: {
|
689
712
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
690
713
|
# bitrate: 1.0,
|
@@ -1313,6 +1336,14 @@ module Aws::MediaLive
|
|
1313
1336
|
#
|
1314
1337
|
# {
|
1315
1338
|
# avail_settings: {
|
1339
|
+
# esam: {
|
1340
|
+
# acquisition_point_id: "__stringMax256", # required
|
1341
|
+
# ad_avail_offset: 1,
|
1342
|
+
# password: "__string",
|
1343
|
+
# pois_endpoint: "__string", # required
|
1344
|
+
# username: "__string",
|
1345
|
+
# zone_identity: "__stringMax256",
|
1346
|
+
# },
|
1316
1347
|
# scte_35_splice_insert: {
|
1317
1348
|
# ad_avail_offset: 1,
|
1318
1349
|
# no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
|
@@ -1344,6 +1375,14 @@ module Aws::MediaLive
|
|
1344
1375
|
# data as a hash:
|
1345
1376
|
#
|
1346
1377
|
# {
|
1378
|
+
# esam: {
|
1379
|
+
# acquisition_point_id: "__stringMax256", # required
|
1380
|
+
# ad_avail_offset: 1,
|
1381
|
+
# password: "__string",
|
1382
|
+
# pois_endpoint: "__string", # required
|
1383
|
+
# username: "__string",
|
1384
|
+
# zone_identity: "__stringMax256",
|
1385
|
+
# },
|
1347
1386
|
# scte_35_splice_insert: {
|
1348
1387
|
# ad_avail_offset: 1,
|
1349
1388
|
# no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
|
@@ -1356,6 +1395,10 @@ module Aws::MediaLive
|
|
1356
1395
|
# },
|
1357
1396
|
# }
|
1358
1397
|
#
|
1398
|
+
# @!attribute [rw] esam
|
1399
|
+
# Esam
|
1400
|
+
# @return [Types::Esam]
|
1401
|
+
#
|
1359
1402
|
# @!attribute [rw] scte_35_splice_insert
|
1360
1403
|
# Scte35 Splice Insert
|
1361
1404
|
# @return [Types::Scte35SpliceInsert]
|
@@ -1367,6 +1410,7 @@ module Aws::MediaLive
|
|
1367
1410
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/AvailSettings AWS API Documentation
|
1368
1411
|
#
|
1369
1412
|
class AvailSettings < Struct.new(
|
1413
|
+
:esam,
|
1370
1414
|
:scte_35_splice_insert,
|
1371
1415
|
:scte_35_time_signal_apos)
|
1372
1416
|
SENSITIVE = []
|
@@ -1580,6 +1624,10 @@ module Aws::MediaLive
|
|
1580
1624
|
# },
|
1581
1625
|
# ],
|
1582
1626
|
# },
|
1627
|
+
# scte_35_input_settings: {
|
1628
|
+
# input_attachment_name_reference: "__string",
|
1629
|
+
# mode: "FIXED", # required, accepts FIXED, FOLLOW_ACTIVE
|
1630
|
+
# },
|
1583
1631
|
# scte_35_return_to_network_settings: {
|
1584
1632
|
# splice_event_id: 1, # required
|
1585
1633
|
# },
|
@@ -1949,6 +1997,10 @@ module Aws::MediaLive
|
|
1949
1997
|
# },
|
1950
1998
|
# ],
|
1951
1999
|
# },
|
2000
|
+
# scte_35_input_settings: {
|
2001
|
+
# input_attachment_name_reference: "__string",
|
2002
|
+
# mode: "FIXED", # required, accepts FIXED, FOLLOW_ACTIVE
|
2003
|
+
# },
|
1952
2004
|
# scte_35_return_to_network_settings: {
|
1953
2005
|
# splice_event_id: 1, # required
|
1954
2006
|
# },
|
@@ -3318,6 +3370,15 @@ module Aws::MediaLive
|
|
3318
3370
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
3319
3371
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
3320
3372
|
# },
|
3373
|
+
# eac_3_atmos_settings: {
|
3374
|
+
# bitrate: 1.0,
|
3375
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
3376
|
+
# dialnorm: 1,
|
3377
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
3378
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
3379
|
+
# height_trim: 1.0,
|
3380
|
+
# surround_trim: 1.0,
|
3381
|
+
# },
|
3321
3382
|
# eac_3_settings: {
|
3322
3383
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
3323
3384
|
# bitrate: 1.0,
|
@@ -3384,6 +3445,14 @@ module Aws::MediaLive
|
|
3384
3445
|
# },
|
3385
3446
|
# avail_configuration: {
|
3386
3447
|
# avail_settings: {
|
3448
|
+
# esam: {
|
3449
|
+
# acquisition_point_id: "__stringMax256", # required
|
3450
|
+
# ad_avail_offset: 1,
|
3451
|
+
# password: "__string",
|
3452
|
+
# pois_endpoint: "__string", # required
|
3453
|
+
# username: "__string",
|
3454
|
+
# zone_identity: "__stringMax256",
|
3455
|
+
# },
|
3387
3456
|
# scte_35_splice_insert: {
|
3388
3457
|
# ad_avail_offset: 1,
|
3389
3458
|
# no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
|
@@ -3990,6 +4059,8 @@ module Aws::MediaLive
|
|
3990
4059
|
# color_space_settings: {
|
3991
4060
|
# color_space_passthrough_settings: {
|
3992
4061
|
# },
|
4062
|
+
# dolby_vision_81_settings: {
|
4063
|
+
# },
|
3993
4064
|
# hdr_10_settings: {
|
3994
4065
|
# max_cll: 1,
|
3995
4066
|
# max_fall: 1,
|
@@ -5999,6 +6070,14 @@ module Aws::MediaLive
|
|
5999
6070
|
include Aws::Structure
|
6000
6071
|
end
|
6001
6072
|
|
6073
|
+
# Dolby Vision Profile 8.1 Settings
|
6074
|
+
#
|
6075
|
+
# @api private
|
6076
|
+
#
|
6077
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DolbyVision81Settings AWS API Documentation
|
6078
|
+
#
|
6079
|
+
class DolbyVision81Settings < Aws::EmptyStructure; end
|
6080
|
+
|
6002
6081
|
# DVB Network Information Table (NIT)
|
6003
6082
|
#
|
6004
6083
|
# @note When making an API call, you may pass DvbNitSettings
|
@@ -6314,6 +6393,72 @@ module Aws::MediaLive
|
|
6314
6393
|
include Aws::Structure
|
6315
6394
|
end
|
6316
6395
|
|
6396
|
+
# Eac3 Atmos Settings
|
6397
|
+
#
|
6398
|
+
# @note When making an API call, you may pass Eac3AtmosSettings
|
6399
|
+
# data as a hash:
|
6400
|
+
#
|
6401
|
+
# {
|
6402
|
+
# bitrate: 1.0,
|
6403
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
6404
|
+
# dialnorm: 1,
|
6405
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
6406
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
6407
|
+
# height_trim: 1.0,
|
6408
|
+
# surround_trim: 1.0,
|
6409
|
+
# }
|
6410
|
+
#
|
6411
|
+
# @!attribute [rw] bitrate
|
6412
|
+
# Average bitrate in bits/second. Valid bitrates depend on the coding
|
6413
|
+
# mode. // * @affectsRightSizing true
|
6414
|
+
# @return [Float]
|
6415
|
+
#
|
6416
|
+
# @!attribute [rw] coding_mode
|
6417
|
+
# Dolby Digital Plus with Dolby Atmos coding mode. Determines number
|
6418
|
+
# of channels.
|
6419
|
+
# @return [String]
|
6420
|
+
#
|
6421
|
+
# @!attribute [rw] dialnorm
|
6422
|
+
# Sets the dialnorm for the output. Default 23.
|
6423
|
+
# @return [Integer]
|
6424
|
+
#
|
6425
|
+
# @!attribute [rw] drc_line
|
6426
|
+
# Sets the Dolby dynamic range compression profile.
|
6427
|
+
# @return [String]
|
6428
|
+
#
|
6429
|
+
# @!attribute [rw] drc_rf
|
6430
|
+
# Sets the profile for heavy Dolby dynamic range compression, ensures
|
6431
|
+
# that the instantaneous signal peaks do not exceed specified levels.
|
6432
|
+
# @return [String]
|
6433
|
+
#
|
6434
|
+
# @!attribute [rw] height_trim
|
6435
|
+
# Height dimensional trim. Sets the maximum amount to attenuate the
|
6436
|
+
# height channels when the downstream player isn??t configured to
|
6437
|
+
# handle Dolby Digital Plus with Dolby Atmos and must remix the
|
6438
|
+
# channels.
|
6439
|
+
# @return [Float]
|
6440
|
+
#
|
6441
|
+
# @!attribute [rw] surround_trim
|
6442
|
+
# Surround dimensional trim. Sets the maximum amount to attenuate the
|
6443
|
+
# surround channels when the downstream player isn't configured to
|
6444
|
+
# handle Dolby Digital Plus with Dolby Atmos and must remix the
|
6445
|
+
# channels.
|
6446
|
+
# @return [Float]
|
6447
|
+
#
|
6448
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Eac3AtmosSettings AWS API Documentation
|
6449
|
+
#
|
6450
|
+
class Eac3AtmosSettings < Struct.new(
|
6451
|
+
:bitrate,
|
6452
|
+
:coding_mode,
|
6453
|
+
:dialnorm,
|
6454
|
+
:drc_line,
|
6455
|
+
:drc_rf,
|
6456
|
+
:height_trim,
|
6457
|
+
:surround_trim)
|
6458
|
+
SENSITIVE = []
|
6459
|
+
include Aws::Structure
|
6460
|
+
end
|
6461
|
+
|
6317
6462
|
# Eac3 Settings
|
6318
6463
|
#
|
6319
6464
|
# @note When making an API call, you may pass Eac3Settings
|
@@ -6648,6 +6793,15 @@ module Aws::MediaLive
|
|
6648
6793
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
6649
6794
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
6650
6795
|
# },
|
6796
|
+
# eac_3_atmos_settings: {
|
6797
|
+
# bitrate: 1.0,
|
6798
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
6799
|
+
# dialnorm: 1,
|
6800
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
6801
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
6802
|
+
# height_trim: 1.0,
|
6803
|
+
# surround_trim: 1.0,
|
6804
|
+
# },
|
6651
6805
|
# eac_3_settings: {
|
6652
6806
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
6653
6807
|
# bitrate: 1.0,
|
@@ -6714,6 +6868,14 @@ module Aws::MediaLive
|
|
6714
6868
|
# },
|
6715
6869
|
# avail_configuration: {
|
6716
6870
|
# avail_settings: {
|
6871
|
+
# esam: {
|
6872
|
+
# acquisition_point_id: "__stringMax256", # required
|
6873
|
+
# ad_avail_offset: 1,
|
6874
|
+
# password: "__string",
|
6875
|
+
# pois_endpoint: "__string", # required
|
6876
|
+
# username: "__string",
|
6877
|
+
# zone_identity: "__stringMax256",
|
6878
|
+
# },
|
6717
6879
|
# scte_35_splice_insert: {
|
6718
6880
|
# ad_avail_offset: 1,
|
6719
6881
|
# no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
|
@@ -7320,6 +7482,8 @@ module Aws::MediaLive
|
|
7320
7482
|
# color_space_settings: {
|
7321
7483
|
# color_space_passthrough_settings: {
|
7322
7484
|
# },
|
7485
|
+
# dolby_vision_81_settings: {
|
7486
|
+
# },
|
7323
7487
|
# hdr_10_settings: {
|
7324
7488
|
# max_cll: 1,
|
7325
7489
|
# max_fall: 1,
|
@@ -7456,6 +7620,66 @@ module Aws::MediaLive
|
|
7456
7620
|
include Aws::Structure
|
7457
7621
|
end
|
7458
7622
|
|
7623
|
+
# Esam
|
7624
|
+
#
|
7625
|
+
# @note When making an API call, you may pass Esam
|
7626
|
+
# data as a hash:
|
7627
|
+
#
|
7628
|
+
# {
|
7629
|
+
# acquisition_point_id: "__stringMax256", # required
|
7630
|
+
# ad_avail_offset: 1,
|
7631
|
+
# password: "__string",
|
7632
|
+
# pois_endpoint: "__string", # required
|
7633
|
+
# username: "__string",
|
7634
|
+
# zone_identity: "__stringMax256",
|
7635
|
+
# }
|
7636
|
+
#
|
7637
|
+
# @!attribute [rw] acquisition_point_id
|
7638
|
+
# Sent as acquisitionPointIdentity to identify the MediaLive channel
|
7639
|
+
# to the POIS.
|
7640
|
+
# @return [String]
|
7641
|
+
#
|
7642
|
+
# @!attribute [rw] ad_avail_offset
|
7643
|
+
# When specified, this offset (in milliseconds) is added to the input
|
7644
|
+
# Ad Avail PTS time. This only applies to embedded SCTE 104/35
|
7645
|
+
# messages and does not apply to OOB messages.
|
7646
|
+
# @return [Integer]
|
7647
|
+
#
|
7648
|
+
# @!attribute [rw] password
|
7649
|
+
# @return [String]
|
7650
|
+
#
|
7651
|
+
# @!attribute [rw] pois_endpoint
|
7652
|
+
# The URL of the signal conditioner endpoint on the Placement
|
7653
|
+
# Opportunity Information System (POIS). MediaLive sends
|
7654
|
+
# SignalProcessingEvents here when SCTE-35 messages are read.
|
7655
|
+
# @return [String]
|
7656
|
+
#
|
7657
|
+
# @!attribute [rw] username
|
7658
|
+
# Username if credentials are required to access the POIS endpoint.
|
7659
|
+
# This can be either a plaintext username, or a reference to an AWS
|
7660
|
+
# parameter store name from which the username can be retrieved. AWS
|
7661
|
+
# Parameter store format: "ssm://<parameter name="">"</p>
|
7662
|
+
# </parameter>
|
7663
|
+
# @return [String]
|
7664
|
+
#
|
7665
|
+
# @!attribute [rw] zone_identity
|
7666
|
+
# Optional data sent as zoneIdentity to identify the MediaLive channel
|
7667
|
+
# to the POIS.
|
7668
|
+
# @return [String]
|
7669
|
+
#
|
7670
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Esam AWS API Documentation
|
7671
|
+
#
|
7672
|
+
class Esam < Struct.new(
|
7673
|
+
:acquisition_point_id,
|
7674
|
+
:ad_avail_offset,
|
7675
|
+
:password,
|
7676
|
+
:pois_endpoint,
|
7677
|
+
:username,
|
7678
|
+
:zone_identity)
|
7679
|
+
SENSITIVE = []
|
7680
|
+
include Aws::Structure
|
7681
|
+
end
|
7682
|
+
|
7459
7683
|
# Failover Condition settings. There can be multiple failover conditions
|
7460
7684
|
# inside AutomaticInputFailoverSettings.
|
7461
7685
|
#
|
@@ -8405,6 +8629,8 @@ module Aws::MediaLive
|
|
8405
8629
|
# {
|
8406
8630
|
# color_space_passthrough_settings: {
|
8407
8631
|
# },
|
8632
|
+
# dolby_vision_81_settings: {
|
8633
|
+
# },
|
8408
8634
|
# hdr_10_settings: {
|
8409
8635
|
# max_cll: 1,
|
8410
8636
|
# max_fall: 1,
|
@@ -8419,6 +8645,10 @@ module Aws::MediaLive
|
|
8419
8645
|
# Passthrough applies no color space conversion to the output
|
8420
8646
|
# @return [Types::ColorSpacePassthroughSettings]
|
8421
8647
|
#
|
8648
|
+
# @!attribute [rw] dolby_vision_81_settings
|
8649
|
+
# Dolby Vision Profile 8.1 Settings
|
8650
|
+
# @return [Types::DolbyVision81Settings]
|
8651
|
+
#
|
8422
8652
|
# @!attribute [rw] hdr_10_settings
|
8423
8653
|
# Hdr10 Settings
|
8424
8654
|
# @return [Types::Hdr10Settings]
|
@@ -8435,6 +8665,7 @@ module Aws::MediaLive
|
|
8435
8665
|
#
|
8436
8666
|
class H265ColorSpaceSettings < Struct.new(
|
8437
8667
|
:color_space_passthrough_settings,
|
8668
|
+
:dolby_vision_81_settings,
|
8438
8669
|
:hdr_10_settings,
|
8439
8670
|
:rec_601_settings,
|
8440
8671
|
:rec_709_settings)
|
@@ -8481,6 +8712,8 @@ module Aws::MediaLive
|
|
8481
8712
|
# color_space_settings: {
|
8482
8713
|
# color_space_passthrough_settings: {
|
8483
8714
|
# },
|
8715
|
+
# dolby_vision_81_settings: {
|
8716
|
+
# },
|
8484
8717
|
# hdr_10_settings: {
|
8485
8718
|
# max_cll: 1,
|
8486
8719
|
# max_fall: 1,
|
@@ -15941,6 +16174,10 @@ module Aws::MediaLive
|
|
15941
16174
|
# },
|
15942
16175
|
# ],
|
15943
16176
|
# },
|
16177
|
+
# scte_35_input_settings: {
|
16178
|
+
# input_attachment_name_reference: "__string",
|
16179
|
+
# mode: "FIXED", # required, accepts FIXED, FOLLOW_ACTIVE
|
16180
|
+
# },
|
15944
16181
|
# scte_35_return_to_network_settings: {
|
15945
16182
|
# splice_event_id: 1, # required
|
15946
16183
|
# },
|
@@ -16090,6 +16327,10 @@ module Aws::MediaLive
|
|
16090
16327
|
# },
|
16091
16328
|
# ],
|
16092
16329
|
# },
|
16330
|
+
# scte_35_input_settings: {
|
16331
|
+
# input_attachment_name_reference: "__string",
|
16332
|
+
# mode: "FIXED", # required, accepts FIXED, FOLLOW_ACTIVE
|
16333
|
+
# },
|
16093
16334
|
# scte_35_return_to_network_settings: {
|
16094
16335
|
# splice_event_id: 1, # required
|
16095
16336
|
# },
|
@@ -16173,6 +16414,10 @@ module Aws::MediaLive
|
|
16173
16414
|
# Action to pause or unpause one or both channel pipelines
|
16174
16415
|
# @return [Types::PauseStateScheduleActionSettings]
|
16175
16416
|
#
|
16417
|
+
# @!attribute [rw] scte_35_input_settings
|
16418
|
+
# Action to get scte35 input
|
16419
|
+
# @return [Types::Scte35InputScheduleActionSettings]
|
16420
|
+
#
|
16176
16421
|
# @!attribute [rw] scte_35_return_to_network_settings
|
16177
16422
|
# Action to insert SCTE-35 return\_to\_network message
|
16178
16423
|
# @return [Types::Scte35ReturnToNetworkScheduleActionSettings]
|
@@ -16203,6 +16448,7 @@ module Aws::MediaLive
|
|
16203
16448
|
:motion_graphics_image_activate_settings,
|
16204
16449
|
:motion_graphics_image_deactivate_settings,
|
16205
16450
|
:pause_state_settings,
|
16451
|
+
:scte_35_input_settings,
|
16206
16452
|
:scte_35_return_to_network_settings,
|
16207
16453
|
:scte_35_splice_insert_settings,
|
16208
16454
|
:scte_35_time_signal_settings,
|
@@ -16480,6 +16726,35 @@ module Aws::MediaLive
|
|
16480
16726
|
include Aws::Structure
|
16481
16727
|
end
|
16482
16728
|
|
16729
|
+
# Settings for the "scte35 input" action
|
16730
|
+
#
|
16731
|
+
# @note When making an API call, you may pass Scte35InputScheduleActionSettings
|
16732
|
+
# data as a hash:
|
16733
|
+
#
|
16734
|
+
# {
|
16735
|
+
# input_attachment_name_reference: "__string",
|
16736
|
+
# mode: "FIXED", # required, accepts FIXED, FOLLOW_ACTIVE
|
16737
|
+
# }
|
16738
|
+
#
|
16739
|
+
# @!attribute [rw] input_attachment_name_reference
|
16740
|
+
# In fixed mode, enter the name of the input attachment that you want
|
16741
|
+
# to use as a SCTE-35 input. (Don't enter the ID of the input.)"
|
16742
|
+
# @return [String]
|
16743
|
+
#
|
16744
|
+
# @!attribute [rw] mode
|
16745
|
+
# Whether the SCTE-35 input should be the active input or a fixed
|
16746
|
+
# input.
|
16747
|
+
# @return [String]
|
16748
|
+
#
|
16749
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Scte35InputScheduleActionSettings AWS API Documentation
|
16750
|
+
#
|
16751
|
+
class Scte35InputScheduleActionSettings < Struct.new(
|
16752
|
+
:input_attachment_name_reference,
|
16753
|
+
:mode)
|
16754
|
+
SENSITIVE = []
|
16755
|
+
include Aws::Structure
|
16756
|
+
end
|
16757
|
+
|
16483
16758
|
# Settings for a SCTE-35 return\_to\_network message.
|
16484
16759
|
#
|
16485
16760
|
# @note When making an API call, you may pass Scte35ReturnToNetworkScheduleActionSettings
|
@@ -18116,6 +18391,15 @@ module Aws::MediaLive
|
|
18116
18391
|
# lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
|
18117
18392
|
# metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
18118
18393
|
# },
|
18394
|
+
# eac_3_atmos_settings: {
|
18395
|
+
# bitrate: 1.0,
|
18396
|
+
# coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
|
18397
|
+
# dialnorm: 1,
|
18398
|
+
# drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
18399
|
+
# drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
|
18400
|
+
# height_trim: 1.0,
|
18401
|
+
# surround_trim: 1.0,
|
18402
|
+
# },
|
18119
18403
|
# eac_3_settings: {
|
18120
18404
|
# attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
|
18121
18405
|
# bitrate: 1.0,
|
@@ -18182,6 +18466,14 @@ module Aws::MediaLive
|
|
18182
18466
|
# },
|
18183
18467
|
# avail_configuration: {
|
18184
18468
|
# avail_settings: {
|
18469
|
+
# esam: {
|
18470
|
+
# acquisition_point_id: "__stringMax256", # required
|
18471
|
+
# ad_avail_offset: 1,
|
18472
|
+
# password: "__string",
|
18473
|
+
# pois_endpoint: "__string", # required
|
18474
|
+
# username: "__string",
|
18475
|
+
# zone_identity: "__stringMax256",
|
18476
|
+
# },
|
18185
18477
|
# scte_35_splice_insert: {
|
18186
18478
|
# ad_avail_offset: 1,
|
18187
18479
|
# no_regional_blackout_flag: "FOLLOW", # accepts FOLLOW, IGNORE
|
@@ -18788,6 +19080,8 @@ module Aws::MediaLive
|
|
18788
19080
|
# color_space_settings: {
|
18789
19081
|
# color_space_passthrough_settings: {
|
18790
19082
|
# },
|
19083
|
+
# dolby_vision_81_settings: {
|
19084
|
+
# },
|
18791
19085
|
# hdr_10_settings: {
|
18792
19086
|
# max_cll: 1,
|
18793
19087
|
# max_fall: 1,
|
@@ -19771,6 +20065,8 @@ module Aws::MediaLive
|
|
19771
20065
|
# color_space_settings: {
|
19772
20066
|
# color_space_passthrough_settings: {
|
19773
20067
|
# },
|
20068
|
+
# dolby_vision_81_settings: {
|
20069
|
+
# },
|
19774
20070
|
# hdr_10_settings: {
|
19775
20071
|
# max_cll: 1,
|
19776
20072
|
# max_fall: 1,
|
@@ -19936,6 +20232,8 @@ module Aws::MediaLive
|
|
19936
20232
|
# color_space_settings: {
|
19937
20233
|
# color_space_passthrough_settings: {
|
19938
20234
|
# },
|
20235
|
+
# dolby_vision_81_settings: {
|
20236
|
+
# },
|
19939
20237
|
# hdr_10_settings: {
|
19940
20238
|
# max_cll: 1,
|
19941
20239
|
# max_fall: 1,
|
data/lib/aws-sdk-medialive.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-medialive
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.90.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|