aws-sdk-medialive 1.85.0 → 1.88.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: 5bdff14fae238edffd8da82126502f57f3332d3e56ddf303f181d172dce90105
4
- data.tar.gz: 1b3f7aa920db7ada4fd407c9efc9ac8add1ad0ba9c816d0c6008c7fdc19b39b2
3
+ metadata.gz: 5ccde9f7a08ccac2ac74292723ad89f2f6d45b47a22d0ad1aa802b9fc074be1b
4
+ data.tar.gz: e570730d776d11a854494197e7f0feb824120edb31b13be6bb07b7a3c7a16cd7
5
5
  SHA512:
6
- metadata.gz: c4f571269d4a6a689c72d2eb4101f265e4890d66f2fa640ea90c0cd8acf4d9e78f831e9ed3ce714360c0f63f56275d29410bc02733e2bcb034a968ee952a9f2a
7
- data.tar.gz: ed3d56496817a4d573306c2718f511589f8a9d0907ecb55a39704254265875c4323386c6830ebf579c29a879e595a10d88e41a235389567a0fd24bb956f0e7dc
6
+ metadata.gz: 07d65b2352a2d6df8c84bff2774adb840f6e2271d8ccecc775f6ea0f8c3a5f1f88e8084ed454ba7db4169050318f93a76d15185f59528a3dafa0346744470b79
7
+ data.tar.gz: 610575d9cef119fde18dc48ad8fe781d02965bd52743efd8cc527fd848eb2e43b59c2194dde15e2a59c2bd7981c96070a5aea6a4e728f1de5defaa1e33fd12c6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.88.0 (2022-07-22)
5
+ ------------------
6
+
7
+ * 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.
8
+
9
+ 1.87.0 (2022-06-29)
10
+ ------------------
11
+
12
+ * 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.
13
+
14
+ 1.86.0 (2022-03-28)
15
+ ------------------
16
+
17
+ * Feature - This release adds support for selecting a maintenance window.
18
+
4
19
  1.85.0 (2022-02-24)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.85.0
1
+ 1.88.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,
@@ -837,6 +837,8 @@ module Aws::MediaLive
837
837
  # @option params [String] :log_level
838
838
  # The log level the user wants for their channel.
839
839
  #
840
+ # @option params [Types::MaintenanceCreateSettings] :maintenance
841
+ #
840
842
  # @option params [String] :name
841
843
  #
842
844
  # @option params [String] :request_id
@@ -970,7 +972,7 @@ module Aws::MediaLive
970
972
  # },
971
973
  # language_code: "__stringMin1Max35",
972
974
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
973
- # name: "__string", # required
975
+ # name: "__stringMax255", # required
974
976
  # remix_settings: {
975
977
  # channel_mappings: [ # required
976
978
  # {
@@ -992,7 +994,7 @@ module Aws::MediaLive
992
994
  # avail_blanking: {
993
995
  # avail_blanking_image: {
994
996
  # password_param: "__string",
995
- # uri: "__string", # required
997
+ # uri: "__stringMax2048", # required
996
998
  # username: "__string",
997
999
  # },
998
1000
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -1014,13 +1016,13 @@ module Aws::MediaLive
1014
1016
  # blackout_slate: {
1015
1017
  # blackout_slate_image: {
1016
1018
  # password_param: "__string",
1017
- # uri: "__string", # required
1019
+ # uri: "__stringMax2048", # required
1018
1020
  # username: "__string",
1019
1021
  # },
1020
1022
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
1021
1023
  # network_end_blackout_image: {
1022
1024
  # password_param: "__string",
1023
- # uri: "__string", # required
1025
+ # uri: "__stringMax2048", # required
1024
1026
  # username: "__string",
1025
1027
  # },
1026
1028
  # network_id: "__stringMin34Max34",
@@ -1028,6 +1030,7 @@ module Aws::MediaLive
1028
1030
  # },
1029
1031
  # caption_descriptions: [
1030
1032
  # {
1033
+ # accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
1031
1034
  # caption_selector_name: "__string", # required
1032
1035
  # destination_settings: {
1033
1036
  # arib_destination_settings: {
@@ -1038,7 +1041,7 @@ module Aws::MediaLive
1038
1041
  # background_opacity: 1,
1039
1042
  # font: {
1040
1043
  # password_param: "__string",
1041
- # uri: "__string", # required
1044
+ # uri: "__stringMax2048", # required
1042
1045
  # username: "__string",
1043
1046
  # },
1044
1047
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1061,7 +1064,7 @@ module Aws::MediaLive
1061
1064
  # background_opacity: 1,
1062
1065
  # font: {
1063
1066
  # password_param: "__string",
1064
- # uri: "__string", # required
1067
+ # uri: "__stringMax2048", # required
1065
1068
  # username: "__string",
1066
1069
  # },
1067
1070
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -1121,7 +1124,7 @@ module Aws::MediaLive
1121
1124
  # input_loss_image_color: "__stringMin6Max6",
1122
1125
  # input_loss_image_slate: {
1123
1126
  # password_param: "__string",
1124
- # uri: "__string", # required
1127
+ # uri: "__stringMax2048", # required
1125
1128
  # username: "__string",
1126
1129
  # },
1127
1130
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -1238,7 +1241,7 @@ module Aws::MediaLive
1238
1241
  # static_key_settings: {
1239
1242
  # key_provider_server: {
1240
1243
  # password_param: "__string",
1241
- # uri: "__string", # required
1244
+ # uri: "__stringMax2048", # required
1242
1245
  # username: "__string",
1243
1246
  # },
1244
1247
  # static_key_value: "__stringMin32Max32", # required
@@ -1391,7 +1394,7 @@ module Aws::MediaLive
1391
1394
  # audio_group_id: "__string",
1392
1395
  # audio_only_image: {
1393
1396
  # password_param: "__string",
1394
- # uri: "__string", # required
1397
+ # uri: "__stringMax2048", # required
1395
1398
  # username: "__string",
1396
1399
  # },
1397
1400
  # 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
@@ -1810,6 +1813,10 @@ module Aws::MediaLive
1810
1813
  # resolution: "SD", # accepts SD, HD, UHD
1811
1814
  # },
1812
1815
  # log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
1816
+ # maintenance: {
1817
+ # maintenance_day: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
1818
+ # maintenance_start_time: "__stringPattern010920300",
1819
+ # },
1813
1820
  # name: "__string",
1814
1821
  # request_id: "__string",
1815
1822
  # reserved: "__string",
@@ -1928,6 +1935,7 @@ module Aws::MediaLive
1928
1935
  # resp.channel.encoder_settings.blackout_slate.network_id #=> String
1929
1936
  # resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
1930
1937
  # resp.channel.encoder_settings.caption_descriptions #=> Array
1938
+ # resp.channel.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
1931
1939
  # resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
1932
1940
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
1933
1941
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -2421,6 +2429,10 @@ module Aws::MediaLive
2421
2429
  # resp.channel.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
2422
2430
  # resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
2423
2431
  # resp.channel.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
2432
+ # resp.channel.maintenance.maintenance_day #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
2433
+ # resp.channel.maintenance.maintenance_deadline #=> String
2434
+ # resp.channel.maintenance.maintenance_scheduled_date #=> String
2435
+ # resp.channel.maintenance.maintenance_start_time #=> String
2424
2436
  # resp.channel.name #=> String
2425
2437
  # resp.channel.pipeline_details #=> Array
2426
2438
  # resp.channel.pipeline_details[0].active_input_attachment_name #=> String
@@ -2867,6 +2879,7 @@ module Aws::MediaLive
2867
2879
  # * {Types::DeleteChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
2868
2880
  # * {Types::DeleteChannelResponse#input_specification #input_specification} => Types::InputSpecification
2869
2881
  # * {Types::DeleteChannelResponse#log_level #log_level} => String
2882
+ # * {Types::DeleteChannelResponse#maintenance #maintenance} => Types::MaintenanceStatus
2870
2883
  # * {Types::DeleteChannelResponse#name #name} => String
2871
2884
  # * {Types::DeleteChannelResponse#pipeline_details #pipeline_details} => Array<Types::PipelineDetail>
2872
2885
  # * {Types::DeleteChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
@@ -2985,6 +2998,7 @@ module Aws::MediaLive
2985
2998
  # resp.encoder_settings.blackout_slate.network_id #=> String
2986
2999
  # resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
2987
3000
  # resp.encoder_settings.caption_descriptions #=> Array
3001
+ # resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
2988
3002
  # resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
2989
3003
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
2990
3004
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -3478,6 +3492,10 @@ module Aws::MediaLive
3478
3492
  # resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
3479
3493
  # resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
3480
3494
  # resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
3495
+ # resp.maintenance.maintenance_day #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
3496
+ # resp.maintenance.maintenance_deadline #=> String
3497
+ # resp.maintenance.maintenance_scheduled_date #=> String
3498
+ # resp.maintenance.maintenance_start_time #=> String
3481
3499
  # resp.name #=> String
3482
3500
  # resp.pipeline_details #=> Array
3483
3501
  # resp.pipeline_details[0].active_input_attachment_name #=> String
@@ -3682,6 +3700,7 @@ module Aws::MediaLive
3682
3700
  # * {Types::DeleteReservationResponse#offering_id #offering_id} => String
3683
3701
  # * {Types::DeleteReservationResponse#offering_type #offering_type} => String
3684
3702
  # * {Types::DeleteReservationResponse#region #region} => String
3703
+ # * {Types::DeleteReservationResponse#renewal_settings #renewal_settings} => Types::RenewalSettings
3685
3704
  # * {Types::DeleteReservationResponse#reservation_id #reservation_id} => String
3686
3705
  # * {Types::DeleteReservationResponse#resource_specification #resource_specification} => Types::ReservationResourceSpecification
3687
3706
  # * {Types::DeleteReservationResponse#start #start} => String
@@ -3709,6 +3728,8 @@ module Aws::MediaLive
3709
3728
  # resp.offering_id #=> String
3710
3729
  # resp.offering_type #=> String, one of "NO_UPFRONT"
3711
3730
  # resp.region #=> String
3731
+ # resp.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
3732
+ # resp.renewal_settings.renewal_count #=> Integer
3712
3733
  # resp.reservation_id #=> String
3713
3734
  # resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
3714
3735
  # resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -3794,6 +3815,7 @@ module Aws::MediaLive
3794
3815
  # * {Types::DescribeChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
3795
3816
  # * {Types::DescribeChannelResponse#input_specification #input_specification} => Types::InputSpecification
3796
3817
  # * {Types::DescribeChannelResponse#log_level #log_level} => String
3818
+ # * {Types::DescribeChannelResponse#maintenance #maintenance} => Types::MaintenanceStatus
3797
3819
  # * {Types::DescribeChannelResponse#name #name} => String
3798
3820
  # * {Types::DescribeChannelResponse#pipeline_details #pipeline_details} => Array<Types::PipelineDetail>
3799
3821
  # * {Types::DescribeChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
@@ -3912,6 +3934,7 @@ module Aws::MediaLive
3912
3934
  # resp.encoder_settings.blackout_slate.network_id #=> String
3913
3935
  # resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
3914
3936
  # resp.encoder_settings.caption_descriptions #=> Array
3937
+ # resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
3915
3938
  # resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
3916
3939
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
3917
3940
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -4405,6 +4428,10 @@ module Aws::MediaLive
4405
4428
  # resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
4406
4429
  # resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
4407
4430
  # resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
4431
+ # resp.maintenance.maintenance_day #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
4432
+ # resp.maintenance.maintenance_deadline #=> String
4433
+ # resp.maintenance.maintenance_scheduled_date #=> String
4434
+ # resp.maintenance.maintenance_start_time #=> String
4408
4435
  # resp.name #=> String
4409
4436
  # resp.pipeline_details #=> Array
4410
4437
  # resp.pipeline_details[0].active_input_attachment_name #=> String
@@ -4551,7 +4578,7 @@ module Aws::MediaLive
4551
4578
  # resp.arn #=> String
4552
4579
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
4553
4580
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
4554
- # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
4581
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
4555
4582
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
4556
4583
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
4557
4584
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -4861,6 +4888,7 @@ module Aws::MediaLive
4861
4888
  # * {Types::DescribeReservationResponse#offering_id #offering_id} => String
4862
4889
  # * {Types::DescribeReservationResponse#offering_type #offering_type} => String
4863
4890
  # * {Types::DescribeReservationResponse#region #region} => String
4891
+ # * {Types::DescribeReservationResponse#renewal_settings #renewal_settings} => Types::RenewalSettings
4864
4892
  # * {Types::DescribeReservationResponse#reservation_id #reservation_id} => String
4865
4893
  # * {Types::DescribeReservationResponse#resource_specification #resource_specification} => Types::ReservationResourceSpecification
4866
4894
  # * {Types::DescribeReservationResponse#start #start} => String
@@ -4888,6 +4916,8 @@ module Aws::MediaLive
4888
4916
  # resp.offering_id #=> String
4889
4917
  # resp.offering_type #=> String, one of "NO_UPFRONT"
4890
4918
  # resp.region #=> String
4919
+ # resp.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
4920
+ # resp.renewal_settings.renewal_count #=> Integer
4891
4921
  # resp.reservation_id #=> String
4892
4922
  # resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
4893
4923
  # resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -5110,6 +5140,10 @@ module Aws::MediaLive
5110
5140
  # resp.channels[0].input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
5111
5141
  # resp.channels[0].input_specification.resolution #=> String, one of "SD", "HD", "UHD"
5112
5142
  # resp.channels[0].log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
5143
+ # resp.channels[0].maintenance.maintenance_day #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
5144
+ # resp.channels[0].maintenance.maintenance_deadline #=> String
5145
+ # resp.channels[0].maintenance.maintenance_scheduled_date #=> String
5146
+ # resp.channels[0].maintenance.maintenance_start_time #=> String
5113
5147
  # resp.channels[0].name #=> String
5114
5148
  # resp.channels[0].pipelines_running_count #=> Integer
5115
5149
  # resp.channels[0].role_arn #=> String
@@ -5204,7 +5238,7 @@ module Aws::MediaLive
5204
5238
  # resp.input_devices[0].arn #=> String
5205
5239
  # resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
5206
5240
  # resp.input_devices[0].device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
5207
- # resp.input_devices[0].device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
5241
+ # resp.input_devices[0].device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
5208
5242
  # resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
5209
5243
  # resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
5210
5244
  # resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -5576,6 +5610,8 @@ module Aws::MediaLive
5576
5610
  # resp.reservations[0].offering_id #=> String
5577
5611
  # resp.reservations[0].offering_type #=> String, one of "NO_UPFRONT"
5578
5612
  # resp.reservations[0].region #=> String
5613
+ # resp.reservations[0].renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
5614
+ # resp.reservations[0].renewal_settings.renewal_count #=> Integer
5579
5615
  # resp.reservations[0].reservation_id #=> String
5580
5616
  # resp.reservations[0].resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
5581
5617
  # resp.reservations[0].resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -5636,6 +5672,9 @@ module Aws::MediaLive
5636
5672
  #
5637
5673
  # @option params [required, String] :offering_id
5638
5674
  #
5675
+ # @option params [Types::RenewalSettings] :renewal_settings
5676
+ # The Renewal settings for Reservations
5677
+ #
5639
5678
  # @option params [String] :request_id
5640
5679
  # **A suitable default value is auto-generated.** You should normally
5641
5680
  # not need to pass this option.**
@@ -5654,6 +5693,10 @@ module Aws::MediaLive
5654
5693
  # count: 1, # required
5655
5694
  # name: "__string",
5656
5695
  # offering_id: "__string", # required
5696
+ # renewal_settings: {
5697
+ # automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
5698
+ # renewal_count: 1,
5699
+ # },
5657
5700
  # request_id: "__string",
5658
5701
  # start: "__string",
5659
5702
  # tags: {
@@ -5675,6 +5718,8 @@ module Aws::MediaLive
5675
5718
  # resp.reservation.offering_id #=> String
5676
5719
  # resp.reservation.offering_type #=> String, one of "NO_UPFRONT"
5677
5720
  # resp.reservation.region #=> String
5721
+ # resp.reservation.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
5722
+ # resp.reservation.renewal_settings.renewal_count #=> Integer
5678
5723
  # resp.reservation.reservation_id #=> String
5679
5724
  # resp.reservation.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
5680
5725
  # resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -5699,6 +5744,34 @@ module Aws::MediaLive
5699
5744
  req.send_request(options)
5700
5745
  end
5701
5746
 
5747
+ # Send a reboot command to the specified input device. The device will
5748
+ # begin rebooting within a few seconds of sending the command. When the
5749
+ # reboot is complete, the device’s connection status will change to
5750
+ # connected.
5751
+ #
5752
+ # @option params [String] :force
5753
+ # Whether or not to force reboot the input device.
5754
+ #
5755
+ # @option params [required, String] :input_device_id
5756
+ #
5757
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
5758
+ #
5759
+ # @example Request syntax with placeholder values
5760
+ #
5761
+ # resp = client.reboot_input_device({
5762
+ # force: "NO", # accepts NO, YES
5763
+ # input_device_id: "__string", # required
5764
+ # })
5765
+ #
5766
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RebootInputDevice AWS API Documentation
5767
+ #
5768
+ # @overload reboot_input_device(params = {})
5769
+ # @param [Hash] params ({})
5770
+ def reboot_input_device(params = {}, options = {})
5771
+ req = build_request(:reboot_input_device, params)
5772
+ req.send_request(options)
5773
+ end
5774
+
5702
5775
  # Reject the transfer of the specified input device to your AWS account.
5703
5776
  #
5704
5777
  # @option params [required, String] :input_device_id
@@ -5736,6 +5809,7 @@ module Aws::MediaLive
5736
5809
  # * {Types::StartChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
5737
5810
  # * {Types::StartChannelResponse#input_specification #input_specification} => Types::InputSpecification
5738
5811
  # * {Types::StartChannelResponse#log_level #log_level} => String
5812
+ # * {Types::StartChannelResponse#maintenance #maintenance} => Types::MaintenanceStatus
5739
5813
  # * {Types::StartChannelResponse#name #name} => String
5740
5814
  # * {Types::StartChannelResponse#pipeline_details #pipeline_details} => Array<Types::PipelineDetail>
5741
5815
  # * {Types::StartChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
@@ -5854,6 +5928,7 @@ module Aws::MediaLive
5854
5928
  # resp.encoder_settings.blackout_slate.network_id #=> String
5855
5929
  # resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
5856
5930
  # resp.encoder_settings.caption_descriptions #=> Array
5931
+ # resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
5857
5932
  # resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
5858
5933
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
5859
5934
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -6347,6 +6422,10 @@ module Aws::MediaLive
6347
6422
  # resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
6348
6423
  # resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
6349
6424
  # resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
6425
+ # resp.maintenance.maintenance_day #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
6426
+ # resp.maintenance.maintenance_deadline #=> String
6427
+ # resp.maintenance.maintenance_scheduled_date #=> String
6428
+ # resp.maintenance.maintenance_start_time #=> String
6350
6429
  # resp.name #=> String
6351
6430
  # resp.pipeline_details #=> Array
6352
6431
  # resp.pipeline_details[0].active_input_attachment_name #=> String
@@ -6377,6 +6456,35 @@ module Aws::MediaLive
6377
6456
  req.send_request(options)
6378
6457
  end
6379
6458
 
6459
+ # Start a maintenance window for the specified input device. Starting a
6460
+ # maintenance window will give the device up to two hours to install
6461
+ # software. If the device was streaming prior to the maintenance, it
6462
+ # will resume streaming when the software is fully installed. Devices
6463
+ # automatically install updates while they are powered on and their
6464
+ # MediaLive channels are stopped. A maintenance window allows you to
6465
+ # update a device without having to stop MediaLive channels that use the
6466
+ # device. The device must remain powered on and connected to the
6467
+ # internet for the duration of the maintenance.
6468
+ #
6469
+ # @option params [required, String] :input_device_id
6470
+ #
6471
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
6472
+ #
6473
+ # @example Request syntax with placeholder values
6474
+ #
6475
+ # resp = client.start_input_device_maintenance_window({
6476
+ # input_device_id: "__string", # required
6477
+ # })
6478
+ #
6479
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartInputDeviceMaintenanceWindow AWS API Documentation
6480
+ #
6481
+ # @overload start_input_device_maintenance_window(params = {})
6482
+ # @param [Hash] params ({})
6483
+ def start_input_device_maintenance_window(params = {}, options = {})
6484
+ req = build_request(:start_input_device_maintenance_window, params)
6485
+ req.send_request(options)
6486
+ end
6487
+
6380
6488
  # Start (run) the multiplex. Starting the multiplex does not start the
6381
6489
  # channels. You must explicitly start each channel.
6382
6490
  #
@@ -6445,6 +6553,7 @@ module Aws::MediaLive
6445
6553
  # * {Types::StopChannelResponse#input_attachments #input_attachments} => Array<Types::InputAttachment>
6446
6554
  # * {Types::StopChannelResponse#input_specification #input_specification} => Types::InputSpecification
6447
6555
  # * {Types::StopChannelResponse#log_level #log_level} => String
6556
+ # * {Types::StopChannelResponse#maintenance #maintenance} => Types::MaintenanceStatus
6448
6557
  # * {Types::StopChannelResponse#name #name} => String
6449
6558
  # * {Types::StopChannelResponse#pipeline_details #pipeline_details} => Array<Types::PipelineDetail>
6450
6559
  # * {Types::StopChannelResponse#pipelines_running_count #pipelines_running_count} => Integer
@@ -6563,6 +6672,7 @@ module Aws::MediaLive
6563
6672
  # resp.encoder_settings.blackout_slate.network_id #=> String
6564
6673
  # resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
6565
6674
  # resp.encoder_settings.caption_descriptions #=> Array
6675
+ # resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
6566
6676
  # resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
6567
6677
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
6568
6678
  # resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -7056,6 +7166,10 @@ module Aws::MediaLive
7056
7166
  # resp.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
7057
7167
  # resp.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
7058
7168
  # resp.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
7169
+ # resp.maintenance.maintenance_day #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
7170
+ # resp.maintenance.maintenance_deadline #=> String
7171
+ # resp.maintenance.maintenance_scheduled_date #=> String
7172
+ # resp.maintenance.maintenance_start_time #=> String
7059
7173
  # resp.name #=> String
7060
7174
  # resp.pipeline_details #=> Array
7061
7175
  # resp.pipeline_details[0].active_input_attachment_name #=> String
@@ -7187,6 +7301,8 @@ module Aws::MediaLive
7187
7301
  # @option params [String] :log_level
7188
7302
  # The log level the user wants for their channel.
7189
7303
  #
7304
+ # @option params [Types::MaintenanceUpdateSettings] :maintenance
7305
+ #
7190
7306
  # @option params [String] :name
7191
7307
  #
7192
7308
  # @option params [String] :role_arn
@@ -7307,7 +7423,7 @@ module Aws::MediaLive
7307
7423
  # },
7308
7424
  # language_code: "__stringMin1Max35",
7309
7425
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
7310
- # name: "__string", # required
7426
+ # name: "__stringMax255", # required
7311
7427
  # remix_settings: {
7312
7428
  # channel_mappings: [ # required
7313
7429
  # {
@@ -7329,7 +7445,7 @@ module Aws::MediaLive
7329
7445
  # avail_blanking: {
7330
7446
  # avail_blanking_image: {
7331
7447
  # password_param: "__string",
7332
- # uri: "__string", # required
7448
+ # uri: "__stringMax2048", # required
7333
7449
  # username: "__string",
7334
7450
  # },
7335
7451
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -7351,13 +7467,13 @@ module Aws::MediaLive
7351
7467
  # blackout_slate: {
7352
7468
  # blackout_slate_image: {
7353
7469
  # password_param: "__string",
7354
- # uri: "__string", # required
7470
+ # uri: "__stringMax2048", # required
7355
7471
  # username: "__string",
7356
7472
  # },
7357
7473
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
7358
7474
  # network_end_blackout_image: {
7359
7475
  # password_param: "__string",
7360
- # uri: "__string", # required
7476
+ # uri: "__stringMax2048", # required
7361
7477
  # username: "__string",
7362
7478
  # },
7363
7479
  # network_id: "__stringMin34Max34",
@@ -7365,6 +7481,7 @@ module Aws::MediaLive
7365
7481
  # },
7366
7482
  # caption_descriptions: [
7367
7483
  # {
7484
+ # accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
7368
7485
  # caption_selector_name: "__string", # required
7369
7486
  # destination_settings: {
7370
7487
  # arib_destination_settings: {
@@ -7375,7 +7492,7 @@ module Aws::MediaLive
7375
7492
  # background_opacity: 1,
7376
7493
  # font: {
7377
7494
  # password_param: "__string",
7378
- # uri: "__string", # required
7495
+ # uri: "__stringMax2048", # required
7379
7496
  # username: "__string",
7380
7497
  # },
7381
7498
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -7398,7 +7515,7 @@ module Aws::MediaLive
7398
7515
  # background_opacity: 1,
7399
7516
  # font: {
7400
7517
  # password_param: "__string",
7401
- # uri: "__string", # required
7518
+ # uri: "__stringMax2048", # required
7402
7519
  # username: "__string",
7403
7520
  # },
7404
7521
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -7458,7 +7575,7 @@ module Aws::MediaLive
7458
7575
  # input_loss_image_color: "__stringMin6Max6",
7459
7576
  # input_loss_image_slate: {
7460
7577
  # password_param: "__string",
7461
- # uri: "__string", # required
7578
+ # uri: "__stringMax2048", # required
7462
7579
  # username: "__string",
7463
7580
  # },
7464
7581
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -7575,7 +7692,7 @@ module Aws::MediaLive
7575
7692
  # static_key_settings: {
7576
7693
  # key_provider_server: {
7577
7694
  # password_param: "__string",
7578
- # uri: "__string", # required
7695
+ # uri: "__stringMax2048", # required
7579
7696
  # username: "__string",
7580
7697
  # },
7581
7698
  # static_key_value: "__stringMin32Max32", # required
@@ -7728,7 +7845,7 @@ module Aws::MediaLive
7728
7845
  # audio_group_id: "__string",
7729
7846
  # audio_only_image: {
7730
7847
  # password_param: "__string",
7731
- # uri: "__string", # required
7848
+ # uri: "__stringMax2048", # required
7732
7849
  # username: "__string",
7733
7850
  # },
7734
7851
  # 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
@@ -8147,6 +8264,11 @@ module Aws::MediaLive
8147
8264
  # resolution: "SD", # accepts SD, HD, UHD
8148
8265
  # },
8149
8266
  # log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
8267
+ # maintenance: {
8268
+ # maintenance_day: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
8269
+ # maintenance_scheduled_date: "__string",
8270
+ # maintenance_start_time: "__stringPattern010920300",
8271
+ # },
8150
8272
  # name: "__string",
8151
8273
  # role_arn: "__string",
8152
8274
  # })
@@ -8255,6 +8377,7 @@ module Aws::MediaLive
8255
8377
  # resp.channel.encoder_settings.blackout_slate.network_id #=> String
8256
8378
  # resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
8257
8379
  # resp.channel.encoder_settings.caption_descriptions #=> Array
8380
+ # resp.channel.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
8258
8381
  # resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
8259
8382
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
8260
8383
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -8748,6 +8871,10 @@ module Aws::MediaLive
8748
8871
  # resp.channel.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
8749
8872
  # resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
8750
8873
  # resp.channel.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
8874
+ # resp.channel.maintenance.maintenance_day #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
8875
+ # resp.channel.maintenance.maintenance_deadline #=> String
8876
+ # resp.channel.maintenance.maintenance_scheduled_date #=> String
8877
+ # resp.channel.maintenance.maintenance_start_time #=> String
8751
8878
  # resp.channel.name #=> String
8752
8879
  # resp.channel.pipeline_details #=> Array
8753
8880
  # resp.channel.pipeline_details[0].active_input_attachment_name #=> String
@@ -8925,6 +9052,7 @@ module Aws::MediaLive
8925
9052
  # resp.channel.encoder_settings.blackout_slate.network_id #=> String
8926
9053
  # resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
8927
9054
  # resp.channel.encoder_settings.caption_descriptions #=> Array
9055
+ # resp.channel.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
8928
9056
  # resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
8929
9057
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
8930
9058
  # resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
@@ -9418,6 +9546,10 @@ module Aws::MediaLive
9418
9546
  # resp.channel.input_specification.maximum_bitrate #=> String, one of "MAX_10_MBPS", "MAX_20_MBPS", "MAX_50_MBPS"
9419
9547
  # resp.channel.input_specification.resolution #=> String, one of "SD", "HD", "UHD"
9420
9548
  # resp.channel.log_level #=> String, one of "ERROR", "WARNING", "INFO", "DEBUG", "DISABLED"
9549
+ # resp.channel.maintenance.maintenance_day #=> String, one of "MONDAY", "TUESDAY", "WEDNESDAY", "THURSDAY", "FRIDAY", "SATURDAY", "SUNDAY"
9550
+ # resp.channel.maintenance.maintenance_deadline #=> String
9551
+ # resp.channel.maintenance.maintenance_scheduled_date #=> String
9552
+ # resp.channel.maintenance.maintenance_start_time #=> String
9421
9553
  # resp.channel.name #=> String
9422
9554
  # resp.channel.pipeline_details #=> Array
9423
9555
  # resp.channel.pipeline_details[0].active_input_attachment_name #=> String
@@ -9590,7 +9722,7 @@ module Aws::MediaLive
9590
9722
  # resp.arn #=> String
9591
9723
  # resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
9592
9724
  # resp.device_settings_sync_state #=> String, one of "SYNCED", "SYNCING"
9593
- # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE"
9725
+ # resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
9594
9726
  # resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
9595
9727
  # resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
9596
9728
  # resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
@@ -9811,6 +9943,9 @@ module Aws::MediaLive
9811
9943
  #
9812
9944
  # @option params [String] :name
9813
9945
  #
9946
+ # @option params [Types::RenewalSettings] :renewal_settings
9947
+ # The Renewal settings for Reservations
9948
+ #
9814
9949
  # @option params [required, String] :reservation_id
9815
9950
  #
9816
9951
  # @return [Types::UpdateReservationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -9821,6 +9956,10 @@ module Aws::MediaLive
9821
9956
  #
9822
9957
  # resp = client.update_reservation({
9823
9958
  # name: "__string",
9959
+ # renewal_settings: {
9960
+ # automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
9961
+ # renewal_count: 1,
9962
+ # },
9824
9963
  # reservation_id: "__string", # required
9825
9964
  # })
9826
9965
  #
@@ -9838,6 +9977,8 @@ module Aws::MediaLive
9838
9977
  # resp.reservation.offering_id #=> String
9839
9978
  # resp.reservation.offering_type #=> String, one of "NO_UPFRONT"
9840
9979
  # resp.reservation.region #=> String
9980
+ # resp.reservation.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
9981
+ # resp.reservation.renewal_settings.renewal_count #=> Integer
9841
9982
  # resp.reservation.reservation_id #=> String
9842
9983
  # resp.reservation.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
9843
9984
  # resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
@@ -9875,7 +10016,7 @@ module Aws::MediaLive
9875
10016
  params: params,
9876
10017
  config: config)
9877
10018
  context[:gem_name] = 'aws-sdk-medialive'
9878
- context[:gem_version] = '1.85.0'
10019
+ context[:gem_version] = '1.88.0'
9879
10020
  Seahorse::Client::Request.new(handlers, context)
9880
10021
  end
9881
10022