aws-sdk-medialive 1.86.0 → 1.89.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 377914505ac079c59b14af44f3b57b33df16225005a221b2c27b85b19be71eb9
4
- data.tar.gz: 3fad034644faa2b5e1a8eb30f702be78f7c832c2039654c55f6134fd2630b432
3
+ metadata.gz: 68e919aa5ff071c9c0e08189f83cdaf554dda3ca8015fd4bd13a005f959af5ee
4
+ data.tar.gz: b7dd6957827a7c776479d1a3c89cc34a960574f05fba6748fabb92bda8e23766
5
5
  SHA512:
6
- metadata.gz: 804b86d41f656564e0cd467744b9417057f55d3522f87c3cf1765e07bc0ccce1b3fb19b1b5cd5812860df4564a3dbf4c49553281839d1dbfae53792272fa9a20
7
- data.tar.gz: d19ce7565f65a202b9a6943a404c9eb511fb44cf9e762711deee47dd95975bdffbaf2b8c90248704320015b81b1174e538ff33282857cb7b316e35e60e1664d2
6
+ metadata.gz: '08f4a9a5214eaf24186c748c81603083e1b6e4c67107e74a6155483e174ba2736c9022b64b8d4cffe168af2799bd28553347e61a6edbc20a0cbc55622a70249c'
7
+ data.tar.gz: 89bc157e22e34cf8340e8c9235aab5e17522a7d5299816ace36722c9519fe51c86f36bf49b907ddae5527625206e60a7aa6c36593a0927d53740b5063d6b0340
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.89.0 (2022-09-08)
5
+ ------------------
6
+
7
+ * Feature - This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
8
+
9
+ 1.88.0 (2022-07-22)
10
+ ------------------
11
+
12
+ * Feature - Link devices now support remote rebooting. Link devices now support maintenance windows. Maintenance windows allow a Link device to install software updates without stopping the MediaLive channel. The channel will experience a brief loss of input from the device while updates are installed.
13
+
14
+ 1.87.0 (2022-06-29)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs.
18
+
4
19
  1.86.0 (2022-03-28)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.89.0
@@ -609,7 +609,7 @@ module Aws::MediaLive
609
609
  # height: 1,
610
610
  # image: { # required
611
611
  # password_param: "__string",
612
- # uri: "__string", # required
612
+ # uri: "__stringMax2048", # required
613
613
  # username: "__string",
614
614
  # },
615
615
  # image_x: 1,
@@ -935,6 +935,15 @@ module Aws::MediaLive
935
935
  # lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
936
936
  # metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
937
937
  # },
938
+ # eac_3_atmos_settings: {
939
+ # bitrate: 1.0,
940
+ # coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
941
+ # dialnorm: 1,
942
+ # drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
943
+ # drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
944
+ # height_trim: 1.0,
945
+ # surround_trim: 1.0,
946
+ # },
938
947
  # eac_3_settings: {
939
948
  # attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
940
949
  # bitrate: 1.0,
@@ -972,7 +981,7 @@ module Aws::MediaLive
972
981
  # },
973
982
  # language_code: "__stringMin1Max35",
974
983
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
975
- # name: "__string", # required
984
+ # name: "__stringMax255", # required
976
985
  # remix_settings: {
977
986
  # channel_mappings: [ # required
978
987
  # {
@@ -994,7 +1003,7 @@ module Aws::MediaLive
994
1003
  # avail_blanking: {
995
1004
  # avail_blanking_image: {
996
1005
  # password_param: "__string",
997
- # uri: "__string", # required
1006
+ # uri: "__stringMax2048", # required
998
1007
  # username: "__string",
999
1008
  # },
1000
1009
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -1016,13 +1025,13 @@ module Aws::MediaLive
1016
1025
  # blackout_slate: {
1017
1026
  # blackout_slate_image: {
1018
1027
  # password_param: "__string",
1019
- # uri: "__string", # required
1028
+ # uri: "__stringMax2048", # required
1020
1029
  # username: "__string",
1021
1030
  # },
1022
1031
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
1023
1032
  # network_end_blackout_image: {
1024
1033
  # password_param: "__string",
1025
- # uri: "__string", # required
1034
+ # uri: "__stringMax2048", # required
1026
1035
  # username: "__string",
1027
1036
  # },
1028
1037
  # network_id: "__stringMin34Max34",
@@ -1030,6 +1039,7 @@ module Aws::MediaLive
1030
1039
  # },
1031
1040
  # caption_descriptions: [
1032
1041
  # {
1042
+ # accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
1033
1043
  # caption_selector_name: "__string", # required
1034
1044
  # destination_settings: {
1035
1045
  # arib_destination_settings: {
@@ -1040,7 +1050,7 @@ module Aws::MediaLive
1040
1050
  # background_opacity: 1,
1041
1051
  # font: {
1042
1052
  # password_param: "__string",
1043
- # uri: "__string", # required
1053
+ # uri: "__stringMax2048", # required
1044
1054
  # username: "__string",
1045
1055
  # },
1046
1056
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1063,7 +1073,7 @@ module Aws::MediaLive
1063
1073
  # background_opacity: 1,
1064
1074
  # font: {
1065
1075
  # password_param: "__string",
1066
- # uri: "__string", # required
1076
+ # uri: "__stringMax2048", # required
1067
1077
  # username: "__string",
1068
1078
  # },
1069
1079
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1123,7 +1133,7 @@ module Aws::MediaLive
1123
1133
  # input_loss_image_color: "__stringMin6Max6",
1124
1134
  # input_loss_image_slate: {
1125
1135
  # password_param: "__string",
1126
- # uri: "__string", # required
1136
+ # uri: "__stringMax2048", # required
1127
1137
  # username: "__string",
1128
1138
  # },
1129
1139
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -1240,7 +1250,7 @@ module Aws::MediaLive
1240
1250
  # static_key_settings: {
1241
1251
  # key_provider_server: {
1242
1252
  # password_param: "__string",
1243
- # uri: "__string", # required
1253
+ # uri: "__stringMax2048", # required
1244
1254
  # username: "__string",
1245
1255
  # },
1246
1256
  # static_key_value: "__stringMin32Max32", # required
@@ -1393,7 +1403,7 @@ module Aws::MediaLive
1393
1403
  # audio_group_id: "__string",
1394
1404
  # audio_only_image: {
1395
1405
  # password_param: "__string",
1396
- # uri: "__string", # required
1406
+ # uri: "__stringMax2048", # required
1397
1407
  # username: "__string",
1398
1408
  # },
1399
1409
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
@@ -1606,6 +1616,8 @@ module Aws::MediaLive
1606
1616
  # color_space_settings: {
1607
1617
  # color_space_passthrough_settings: {
1608
1618
  # },
1619
+ # dolby_vision_81_settings: {
1620
+ # },
1609
1621
  # hdr_10_settings: {
1610
1622
  # max_cll: 1,
1611
1623
  # max_fall: 1,
@@ -1877,6 +1889,13 @@ module Aws::MediaLive
1877
1889
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
1878
1890
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
1879
1891
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
1892
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
1893
+ # 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"
1894
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
1895
+ # 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"
1896
+ # 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"
1897
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
1898
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
1880
1899
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
1881
1900
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
1882
1901
  # 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"
@@ -1934,6 +1953,7 @@ module Aws::MediaLive
1934
1953
  # resp.channel.encoder_settings.blackout_slate.network_id #=> String
1935
1954
  # resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
1936
1955
  # resp.channel.encoder_settings.caption_descriptions #=> Array
1956
+ # resp.channel.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
1937
1957
  # resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
1938
1958
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
1939
1959
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -2939,6 +2959,13 @@ module Aws::MediaLive
2939
2959
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
2940
2960
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
2941
2961
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
2962
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
2963
+ # 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"
2964
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
2965
+ # 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"
2966
+ # 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"
2967
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
2968
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
2942
2969
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
2943
2970
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
2944
2971
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
@@ -2996,6 +3023,7 @@ module Aws::MediaLive
2996
3023
  # resp.encoder_settings.blackout_slate.network_id #=> String
2997
3024
  # resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
2998
3025
  # resp.encoder_settings.caption_descriptions #=> Array
3026
+ # resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
2999
3027
  # resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
3000
3028
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
3001
3029
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -3697,6 +3725,7 @@ module Aws::MediaLive
3697
3725
  # * {Types::DeleteReservationResponse#offering_id #offering_id} => String
3698
3726
  # * {Types::DeleteReservationResponse#offering_type #offering_type} => String
3699
3727
  # * {Types::DeleteReservationResponse#region #region} => String
3728
+ # * {Types::DeleteReservationResponse#renewal_settings #renewal_settings} => Types::RenewalSettings
3700
3729
  # * {Types::DeleteReservationResponse#reservation_id #reservation_id} => String
3701
3730
  # * {Types::DeleteReservationResponse#resource_specification #resource_specification} => Types::ReservationResourceSpecification
3702
3731
  # * {Types::DeleteReservationResponse#start #start} => String
@@ -3724,6 +3753,8 @@ module Aws::MediaLive
3724
3753
  # resp.offering_id #=> String
3725
3754
  # resp.offering_type #=> String, one of "NO_UPFRONT"
3726
3755
  # resp.region #=> String
3756
+ # resp.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
3757
+ # resp.renewal_settings.renewal_count #=> Integer
3727
3758
  # resp.reservation_id #=> String
3728
3759
  # resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
3729
3760
  # resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -3871,6 +3902,13 @@ module Aws::MediaLive
3871
3902
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
3872
3903
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
3873
3904
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
3905
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
3906
+ # 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"
3907
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
3908
+ # 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"
3909
+ # 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"
3910
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
3911
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
3874
3912
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
3875
3913
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
3876
3914
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
@@ -3928,6 +3966,7 @@ module Aws::MediaLive
3928
3966
  # resp.encoder_settings.blackout_slate.network_id #=> String
3929
3967
  # resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
3930
3968
  # resp.encoder_settings.caption_descriptions #=> Array
3969
+ # resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
3931
3970
  # resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
3932
3971
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
3933
3972
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -4571,7 +4610,7 @@ module Aws::MediaLive
4571
4610
  # resp.arn #=> String
4572
4611
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4573
4612
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4574
- # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
4613
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
4575
4614
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4576
4615
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4577
4616
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -4881,6 +4920,7 @@ module Aws::MediaLive
4881
4920
  # * {Types::DescribeReservationResponse#offering_id #offering_id} => String
4882
4921
  # * {Types::DescribeReservationResponse#offering_type #offering_type} => String
4883
4922
  # * {Types::DescribeReservationResponse#region #region} => String
4923
+ # * {Types::DescribeReservationResponse#renewal_settings #renewal_settings} => Types::RenewalSettings
4884
4924
  # * {Types::DescribeReservationResponse#reservation_id #reservation_id} => String
4885
4925
  # * {Types::DescribeReservationResponse#resource_specification #resource_specification} => Types::ReservationResourceSpecification
4886
4926
  # * {Types::DescribeReservationResponse#start #start} => String
@@ -4908,6 +4948,8 @@ module Aws::MediaLive
4908
4948
  # resp.offering_id #=> String
4909
4949
  # resp.offering_type #=> String, one of "NO_UPFRONT"
4910
4950
  # resp.region #=> String
4951
+ # resp.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
4952
+ # resp.renewal_settings.renewal_count #=> Integer
4911
4953
  # resp.reservation_id #=> String
4912
4954
  # resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
4913
4955
  # resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -5228,7 +5270,7 @@ module Aws::MediaLive
5228
5270
  # resp.input_devices[0].arn #=> String
5229
5271
  # resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
5230
5272
  # resp.input_devices[0].device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
5231
- # resp.input_devices[0].device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
5273
+ # resp.input_devices[0].device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
5232
5274
  # resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
5233
5275
  # resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
5234
5276
  # resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -5600,6 +5642,8 @@ module Aws::MediaLive
5600
5642
  # resp.reservations[0].offering_id #=> String
5601
5643
  # resp.reservations[0].offering_type #=> String, one of "NO_UPFRONT"
5602
5644
  # resp.reservations[0].region #=> String
5645
+ # resp.reservations[0].renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
5646
+ # resp.reservations[0].renewal_settings.renewal_count #=> Integer
5603
5647
  # resp.reservations[0].reservation_id #=> String
5604
5648
  # resp.reservations[0].resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
5605
5649
  # resp.reservations[0].resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -5660,6 +5704,9 @@ module Aws::MediaLive
5660
5704
  #
5661
5705
  # @option params [required, String] :offering_id
5662
5706
  #
5707
+ # @option params [Types::RenewalSettings] :renewal_settings
5708
+ # The Renewal settings for Reservations
5709
+ #
5663
5710
  # @option params [String] :request_id
5664
5711
  # **A suitable default value is auto-generated.** You should normally
5665
5712
  # not need to pass this option.**
@@ -5678,6 +5725,10 @@ module Aws::MediaLive
5678
5725
  # count: 1, # required
5679
5726
  # name: "__string",
5680
5727
  # offering_id: "__string", # required
5728
+ # renewal_settings: {
5729
+ # automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
5730
+ # renewal_count: 1,
5731
+ # },
5681
5732
  # request_id: "__string",
5682
5733
  # start: "__string",
5683
5734
  # tags: {
@@ -5699,6 +5750,8 @@ module Aws::MediaLive
5699
5750
  # resp.reservation.offering_id #=> String
5700
5751
  # resp.reservation.offering_type #=> String, one of "NO_UPFRONT"
5701
5752
  # resp.reservation.region #=> String
5753
+ # resp.reservation.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
5754
+ # resp.reservation.renewal_settings.renewal_count #=> Integer
5702
5755
  # resp.reservation.reservation_id #=> String
5703
5756
  # resp.reservation.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
5704
5757
  # resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -5723,6 +5776,34 @@ module Aws::MediaLive
5723
5776
  req.send_request(options)
5724
5777
  end
5725
5778
 
5779
+ # Send a reboot command to the specified input device. The device will
5780
+ # begin rebooting within a few seconds of sending the command. When the
5781
+ # reboot is complete, the device’s connection status will change to
5782
+ # connected.
5783
+ #
5784
+ # @option params [String] :force
5785
+ # Whether or not to force reboot the input device.
5786
+ #
5787
+ # @option params [required, String] :input_device_id
5788
+ #
5789
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
5790
+ #
5791
+ # @example Request syntax with placeholder values
5792
+ #
5793
+ # resp = client.reboot_input_device({
5794
+ # force: "NO", # accepts NO, YES
5795
+ # input_device_id: "__string", # required
5796
+ # })
5797
+ #
5798
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RebootInputDevice AWS API Documentation
5799
+ #
5800
+ # @overload reboot_input_device(params = {})
5801
+ # @param [Hash] params ({})
5802
+ def reboot_input_device(params = {}, options = {})
5803
+ req = build_request(:reboot_input_device, params)
5804
+ req.send_request(options)
5805
+ end
5806
+
5726
5807
  # Reject the transfer of the specified input device to your AWS account.
5727
5808
  #
5728
5809
  # @option params [required, String] :input_device_id
@@ -5822,6 +5903,13 @@ module Aws::MediaLive
5822
5903
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
5823
5904
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
5824
5905
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
5906
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
5907
+ # 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"
5908
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
5909
+ # 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"
5910
+ # 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"
5911
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
5912
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
5825
5913
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
5826
5914
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
5827
5915
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
@@ -5879,6 +5967,7 @@ module Aws::MediaLive
5879
5967
  # resp.encoder_settings.blackout_slate.network_id #=> String
5880
5968
  # resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
5881
5969
  # resp.encoder_settings.caption_descriptions #=> Array
5970
+ # resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
5882
5971
  # resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
5883
5972
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
5884
5973
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -6406,6 +6495,35 @@ module Aws::MediaLive
6406
6495
  req.send_request(options)
6407
6496
  end
6408
6497
 
6498
+ # Start a maintenance window for the specified input device. Starting a
6499
+ # maintenance window will give the device up to two hours to install
6500
+ # software. If the device was streaming prior to the maintenance, it
6501
+ # will resume streaming when the software is fully installed. Devices
6502
+ # automatically install updates while they are powered on and their
6503
+ # MediaLive channels are stopped. A maintenance window allows you to
6504
+ # update a device without having to stop MediaLive channels that use the
6505
+ # device. The device must remain powered on and connected to the
6506
+ # internet for the duration of the maintenance.
6507
+ #
6508
+ # @option params [required, String] :input_device_id
6509
+ #
6510
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6511
+ #
6512
+ # @example Request syntax with placeholder values
6513
+ #
6514
+ # resp = client.start_input_device_maintenance_window({
6515
+ # input_device_id: "__string", # required
6516
+ # })
6517
+ #
6518
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartInputDeviceMaintenanceWindow AWS API Documentation
6519
+ #
6520
+ # @overload start_input_device_maintenance_window(params = {})
6521
+ # @param [Hash] params ({})
6522
+ def start_input_device_maintenance_window(params = {}, options = {})
6523
+ req = build_request(:start_input_device_maintenance_window, params)
6524
+ req.send_request(options)
6525
+ end
6526
+
6409
6527
  # Start (run) the multiplex. Starting the multiplex does not start the
6410
6528
  # channels. You must explicitly start each channel.
6411
6529
  #
@@ -6536,6 +6654,13 @@ module Aws::MediaLive
6536
6654
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
6537
6655
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
6538
6656
  # resp.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
6657
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
6658
+ # 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"
6659
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
6660
+ # 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"
6661
+ # 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"
6662
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
6663
+ # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
6539
6664
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
6540
6665
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
6541
6666
  # resp.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitstream_mode #=> String, one of "COMMENTARY", "COMPLETE_MAIN", "EMERGENCY", "HEARING_IMPAIRED", "VISUALLY_IMPAIRED"
@@ -6593,6 +6718,7 @@ module Aws::MediaLive
6593
6718
  # resp.encoder_settings.blackout_slate.network_id #=> String
6594
6719
  # resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
6595
6720
  # resp.encoder_settings.caption_descriptions #=> Array
6721
+ # resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
6596
6722
  # resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
6597
6723
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
6598
6724
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -7306,6 +7432,15 @@ module Aws::MediaLive
7306
7432
  # lfe_filter: "DISABLED", # accepts DISABLED, ENABLED
7307
7433
  # metadata_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
7308
7434
  # },
7435
+ # eac_3_atmos_settings: {
7436
+ # bitrate: 1.0,
7437
+ # coding_mode: "CODING_MODE_5_1_4", # accepts CODING_MODE_5_1_4, CODING_MODE_7_1_4, CODING_MODE_9_1_6
7438
+ # dialnorm: 1,
7439
+ # drc_line: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
7440
+ # drc_rf: "FILM_LIGHT", # accepts FILM_LIGHT, FILM_STANDARD, MUSIC_LIGHT, MUSIC_STANDARD, NONE, SPEECH
7441
+ # height_trim: 1.0,
7442
+ # surround_trim: 1.0,
7443
+ # },
7309
7444
  # eac_3_settings: {
7310
7445
  # attenuation_control: "ATTENUATE_3_DB", # accepts ATTENUATE_3_DB, NONE
7311
7446
  # bitrate: 1.0,
@@ -7343,7 +7478,7 @@ module Aws::MediaLive
7343
7478
  # },
7344
7479
  # language_code: "__stringMin1Max35",
7345
7480
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
7346
- # name: "__string", # required
7481
+ # name: "__stringMax255", # required
7347
7482
  # remix_settings: {
7348
7483
  # channel_mappings: [ # required
7349
7484
  # {
@@ -7365,7 +7500,7 @@ module Aws::MediaLive
7365
7500
  # avail_blanking: {
7366
7501
  # avail_blanking_image: {
7367
7502
  # password_param: "__string",
7368
- # uri: "__string", # required
7503
+ # uri: "__stringMax2048", # required
7369
7504
  # username: "__string",
7370
7505
  # },
7371
7506
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -7387,13 +7522,13 @@ module Aws::MediaLive
7387
7522
  # blackout_slate: {
7388
7523
  # blackout_slate_image: {
7389
7524
  # password_param: "__string",
7390
- # uri: "__string", # required
7525
+ # uri: "__stringMax2048", # required
7391
7526
  # username: "__string",
7392
7527
  # },
7393
7528
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
7394
7529
  # network_end_blackout_image: {
7395
7530
  # password_param: "__string",
7396
- # uri: "__string", # required
7531
+ # uri: "__stringMax2048", # required
7397
7532
  # username: "__string",
7398
7533
  # },
7399
7534
  # network_id: "__stringMin34Max34",
@@ -7401,6 +7536,7 @@ module Aws::MediaLive
7401
7536
  # },
7402
7537
  # caption_descriptions: [
7403
7538
  # {
7539
+ # accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
7404
7540
  # caption_selector_name: "__string", # required
7405
7541
  # destination_settings: {
7406
7542
  # arib_destination_settings: {
@@ -7411,7 +7547,7 @@ module Aws::MediaLive
7411
7547
  # background_opacity: 1,
7412
7548
  # font: {
7413
7549
  # password_param: "__string",
7414
- # uri: "__string", # required
7550
+ # uri: "__stringMax2048", # required
7415
7551
  # username: "__string",
7416
7552
  # },
7417
7553
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -7434,7 +7570,7 @@ module Aws::MediaLive
7434
7570
  # background_opacity: 1,
7435
7571
  # font: {
7436
7572
  # password_param: "__string",
7437
- # uri: "__string", # required
7573
+ # uri: "__stringMax2048", # required
7438
7574
  # username: "__string",
7439
7575
  # },
7440
7576
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -7494,7 +7630,7 @@ module Aws::MediaLive
7494
7630
  # input_loss_image_color: "__stringMin6Max6",
7495
7631
  # input_loss_image_slate: {
7496
7632
  # password_param: "__string",
7497
- # uri: "__string", # required
7633
+ # uri: "__stringMax2048", # required
7498
7634
  # username: "__string",
7499
7635
  # },
7500
7636
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -7611,7 +7747,7 @@ module Aws::MediaLive
7611
7747
  # static_key_settings: {
7612
7748
  # key_provider_server: {
7613
7749
  # password_param: "__string",
7614
- # uri: "__string", # required
7750
+ # uri: "__stringMax2048", # required
7615
7751
  # username: "__string",
7616
7752
  # },
7617
7753
  # static_key_value: "__stringMin32Max32", # required
@@ -7764,7 +7900,7 @@ module Aws::MediaLive
7764
7900
  # audio_group_id: "__string",
7765
7901
  # audio_only_image: {
7766
7902
  # password_param: "__string",
7767
- # uri: "__string", # required
7903
+ # uri: "__stringMax2048", # required
7768
7904
  # username: "__string",
7769
7905
  # },
7770
7906
  # audio_track_type: "ALTERNATE_AUDIO_AUTO_SELECT", # accepts ALTERNATE_AUDIO_AUTO_SELECT, ALTERNATE_AUDIO_AUTO_SELECT_DEFAULT, ALTERNATE_AUDIO_NOT_AUTO_SELECT, AUDIO_ONLY_VARIANT_STREAM
@@ -7977,6 +8113,8 @@ module Aws::MediaLive
7977
8113
  # color_space_settings: {
7978
8114
  # color_space_passthrough_settings: {
7979
8115
  # },
8116
+ # dolby_vision_81_settings: {
8117
+ # },
7980
8118
  # hdr_10_settings: {
7981
8119
  # max_cll: 1,
7982
8120
  # max_fall: 1,
@@ -8239,6 +8377,13 @@ module Aws::MediaLive
8239
8377
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
8240
8378
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
8241
8379
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
8380
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
8381
+ # 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"
8382
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
8383
+ # 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"
8384
+ # 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"
8385
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
8386
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
8242
8387
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
8243
8388
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
8244
8389
  # 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"
@@ -8296,6 +8441,7 @@ module Aws::MediaLive
8296
8441
  # resp.channel.encoder_settings.blackout_slate.network_id #=> String
8297
8442
  # resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
8298
8443
  # resp.channel.encoder_settings.caption_descriptions #=> Array
8444
+ # resp.channel.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
8299
8445
  # resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
8300
8446
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
8301
8447
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -8913,6 +9059,13 @@ module Aws::MediaLive
8913
9059
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.drc_profile #=> String, one of "FILM_STANDARD", "NONE"
8914
9060
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.lfe_filter #=> String, one of "DISABLED", "ENABLED"
8915
9061
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.ac_3_settings.metadata_control #=> String, one of "FOLLOW_INPUT", "USE_CONFIGURED"
9062
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.bitrate #=> Float
9063
+ # 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"
9064
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.dialnorm #=> Integer
9065
+ # 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"
9066
+ # 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"
9067
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.height_trim #=> Float
9068
+ # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_atmos_settings.surround_trim #=> Float
8916
9069
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.attenuation_control #=> String, one of "ATTENUATE_3_DB", "NONE"
8917
9070
  # resp.channel.encoder_settings.audio_descriptions[0].codec_settings.eac_3_settings.bitrate #=> Float
8918
9071
  # 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"
@@ -8970,6 +9123,7 @@ module Aws::MediaLive
8970
9123
  # resp.channel.encoder_settings.blackout_slate.network_id #=> String
8971
9124
  # resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
8972
9125
  # resp.channel.encoder_settings.caption_descriptions #=> Array
9126
+ # resp.channel.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
8973
9127
  # resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
8974
9128
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
8975
9129
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -9639,7 +9793,7 @@ module Aws::MediaLive
9639
9793
  # resp.arn #=> String
9640
9794
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
9641
9795
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
9642
- # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
9796
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
9643
9797
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
9644
9798
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
9645
9799
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -9860,6 +10014,9 @@ module Aws::MediaLive
9860
10014
  #
9861
10015
  # @option params [String] :name
9862
10016
  #
10017
+ # @option params [Types::RenewalSettings] :renewal_settings
10018
+ # The Renewal settings for Reservations
10019
+ #
9863
10020
  # @option params [required, String] :reservation_id
9864
10021
  #
9865
10022
  # @return [Types::UpdateReservationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -9870,6 +10027,10 @@ module Aws::MediaLive
9870
10027
  #
9871
10028
  # resp = client.update_reservation({
9872
10029
  # name: "__string",
10030
+ # renewal_settings: {
10031
+ # automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
10032
+ # renewal_count: 1,
10033
+ # },
9873
10034
  # reservation_id: "__string", # required
9874
10035
  # })
9875
10036
  #
@@ -9887,6 +10048,8 @@ module Aws::MediaLive
9887
10048
  # resp.reservation.offering_id #=> String
9888
10049
  # resp.reservation.offering_type #=> String, one of "NO_UPFRONT"
9889
10050
  # resp.reservation.region #=> String
10051
+ # resp.reservation.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
10052
+ # resp.reservation.renewal_settings.renewal_count #=> Integer
9890
10053
  # resp.reservation.reservation_id #=> String
9891
10054
  # resp.reservation.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
9892
10055
  # resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -9924,7 +10087,7 @@ module Aws::MediaLive
9924
10087
  params: params,
9925
10088
  config: config)
9926
10089
  context[:gem_name] = 'aws-sdk-medialive'
9927
- context[:gem_version] = '1.86.0'
10090
+ context[:gem_version] = '1.89.0'
9928
10091
  Seahorse::Client::Request.new(handlers, context)
9929
10092
  end
9930
10093