aws-sdk-medialive 1.86.0 → 1.87.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +58 -23
- data/lib/aws-sdk-medialive/client_api.rb +19 -2
- data/lib/aws-sdk-medialive/types.rb +141 -57
- 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: 11c5bda22f584cb04698512ba7e5df2f44103c28ee648cf092810f301cb9a593
|
4
|
+
data.tar.gz: 670df923410a057152558e940e16913a5f0c4ac9925cf7c64c63b8047d983cbe
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4cbc5b904955f9cad42905d6b755fc15615f52f94ffdad129ba5ad2e38c704e4e1106e26564d005ec7f2cbc3ceae96ddd9663828c3d3e6050a5a465ee92547a2
|
7
|
+
data.tar.gz: 934af92916d7e245e50883e4193c06052ea99ad3be9a7573195d1f52049619763f711430a5c68c7f478140892a683f7b73be10b2653d610b9e4d5d2332e84870
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.87.0 (2022-06-29)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
4
9
|
1.86.0 (2022-03-28)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.87.0
|
@@ -609,7 +609,7 @@ module Aws::MediaLive
|
|
609
609
|
# height: 1,
|
610
610
|
# image: { # required
|
611
611
|
# password_param: "__string",
|
612
|
-
# uri: "
|
612
|
+
# uri: "__stringMax2048", # required
|
613
613
|
# username: "__string",
|
614
614
|
# },
|
615
615
|
# image_x: 1,
|
@@ -972,7 +972,7 @@ module Aws::MediaLive
|
|
972
972
|
# },
|
973
973
|
# language_code: "__stringMin1Max35",
|
974
974
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
975
|
-
# name: "
|
975
|
+
# name: "__stringMax255", # required
|
976
976
|
# remix_settings: {
|
977
977
|
# channel_mappings: [ # required
|
978
978
|
# {
|
@@ -994,7 +994,7 @@ module Aws::MediaLive
|
|
994
994
|
# avail_blanking: {
|
995
995
|
# avail_blanking_image: {
|
996
996
|
# password_param: "__string",
|
997
|
-
# uri: "
|
997
|
+
# uri: "__stringMax2048", # required
|
998
998
|
# username: "__string",
|
999
999
|
# },
|
1000
1000
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -1016,13 +1016,13 @@ module Aws::MediaLive
|
|
1016
1016
|
# blackout_slate: {
|
1017
1017
|
# blackout_slate_image: {
|
1018
1018
|
# password_param: "__string",
|
1019
|
-
# uri: "
|
1019
|
+
# uri: "__stringMax2048", # required
|
1020
1020
|
# username: "__string",
|
1021
1021
|
# },
|
1022
1022
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
1023
1023
|
# network_end_blackout_image: {
|
1024
1024
|
# password_param: "__string",
|
1025
|
-
# uri: "
|
1025
|
+
# uri: "__stringMax2048", # required
|
1026
1026
|
# username: "__string",
|
1027
1027
|
# },
|
1028
1028
|
# network_id: "__stringMin34Max34",
|
@@ -1030,6 +1030,7 @@ module Aws::MediaLive
|
|
1030
1030
|
# },
|
1031
1031
|
# caption_descriptions: [
|
1032
1032
|
# {
|
1033
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
1033
1034
|
# caption_selector_name: "__string", # required
|
1034
1035
|
# destination_settings: {
|
1035
1036
|
# arib_destination_settings: {
|
@@ -1040,7 +1041,7 @@ module Aws::MediaLive
|
|
1040
1041
|
# background_opacity: 1,
|
1041
1042
|
# font: {
|
1042
1043
|
# password_param: "__string",
|
1043
|
-
# uri: "
|
1044
|
+
# uri: "__stringMax2048", # required
|
1044
1045
|
# username: "__string",
|
1045
1046
|
# },
|
1046
1047
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -1063,7 +1064,7 @@ module Aws::MediaLive
|
|
1063
1064
|
# background_opacity: 1,
|
1064
1065
|
# font: {
|
1065
1066
|
# password_param: "__string",
|
1066
|
-
# uri: "
|
1067
|
+
# uri: "__stringMax2048", # required
|
1067
1068
|
# username: "__string",
|
1068
1069
|
# },
|
1069
1070
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -1123,7 +1124,7 @@ module Aws::MediaLive
|
|
1123
1124
|
# input_loss_image_color: "__stringMin6Max6",
|
1124
1125
|
# input_loss_image_slate: {
|
1125
1126
|
# password_param: "__string",
|
1126
|
-
# uri: "
|
1127
|
+
# uri: "__stringMax2048", # required
|
1127
1128
|
# username: "__string",
|
1128
1129
|
# },
|
1129
1130
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -1240,7 +1241,7 @@ module Aws::MediaLive
|
|
1240
1241
|
# static_key_settings: {
|
1241
1242
|
# key_provider_server: {
|
1242
1243
|
# password_param: "__string",
|
1243
|
-
# uri: "
|
1244
|
+
# uri: "__stringMax2048", # required
|
1244
1245
|
# username: "__string",
|
1245
1246
|
# },
|
1246
1247
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -1393,7 +1394,7 @@ module Aws::MediaLive
|
|
1393
1394
|
# audio_group_id: "__string",
|
1394
1395
|
# audio_only_image: {
|
1395
1396
|
# password_param: "__string",
|
1396
|
-
# uri: "
|
1397
|
+
# uri: "__stringMax2048", # required
|
1397
1398
|
# username: "__string",
|
1398
1399
|
# },
|
1399
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
|
@@ -1934,6 +1935,7 @@ module Aws::MediaLive
|
|
1934
1935
|
# resp.channel.encoder_settings.blackout_slate.network_id #=> String
|
1935
1936
|
# resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
|
1936
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"
|
1937
1939
|
# resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
|
1938
1940
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
|
1939
1941
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
|
@@ -2996,6 +2998,7 @@ module Aws::MediaLive
|
|
2996
2998
|
# resp.encoder_settings.blackout_slate.network_id #=> String
|
2997
2999
|
# resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
|
2998
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"
|
2999
3002
|
# resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
|
3000
3003
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
|
3001
3004
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
|
@@ -3697,6 +3700,7 @@ module Aws::MediaLive
|
|
3697
3700
|
# * {Types::DeleteReservationResponse#offering_id #offering_id} => String
|
3698
3701
|
# * {Types::DeleteReservationResponse#offering_type #offering_type} => String
|
3699
3702
|
# * {Types::DeleteReservationResponse#region #region} => String
|
3703
|
+
# * {Types::DeleteReservationResponse#renewal_settings #renewal_settings} => Types::RenewalSettings
|
3700
3704
|
# * {Types::DeleteReservationResponse#reservation_id #reservation_id} => String
|
3701
3705
|
# * {Types::DeleteReservationResponse#resource_specification #resource_specification} => Types::ReservationResourceSpecification
|
3702
3706
|
# * {Types::DeleteReservationResponse#start #start} => String
|
@@ -3724,6 +3728,8 @@ module Aws::MediaLive
|
|
3724
3728
|
# resp.offering_id #=> String
|
3725
3729
|
# resp.offering_type #=> String, one of "NO_UPFRONT"
|
3726
3730
|
# resp.region #=> String
|
3731
|
+
# resp.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
|
3732
|
+
# resp.renewal_settings.renewal_count #=> Integer
|
3727
3733
|
# resp.reservation_id #=> String
|
3728
3734
|
# resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
3729
3735
|
# resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
@@ -3928,6 +3934,7 @@ module Aws::MediaLive
|
|
3928
3934
|
# resp.encoder_settings.blackout_slate.network_id #=> String
|
3929
3935
|
# resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
|
3930
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"
|
3931
3938
|
# resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
|
3932
3939
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
|
3933
3940
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
|
@@ -4571,7 +4578,7 @@ module Aws::MediaLive
|
|
4571
4578
|
# resp.arn #=> String
|
4572
4579
|
# resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
4573
4580
|
# 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"
|
4581
|
+
# resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
|
4575
4582
|
# resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
4576
4583
|
# resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
4577
4584
|
# resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
@@ -4881,6 +4888,7 @@ module Aws::MediaLive
|
|
4881
4888
|
# * {Types::DescribeReservationResponse#offering_id #offering_id} => String
|
4882
4889
|
# * {Types::DescribeReservationResponse#offering_type #offering_type} => String
|
4883
4890
|
# * {Types::DescribeReservationResponse#region #region} => String
|
4891
|
+
# * {Types::DescribeReservationResponse#renewal_settings #renewal_settings} => Types::RenewalSettings
|
4884
4892
|
# * {Types::DescribeReservationResponse#reservation_id #reservation_id} => String
|
4885
4893
|
# * {Types::DescribeReservationResponse#resource_specification #resource_specification} => Types::ReservationResourceSpecification
|
4886
4894
|
# * {Types::DescribeReservationResponse#start #start} => String
|
@@ -4908,6 +4916,8 @@ module Aws::MediaLive
|
|
4908
4916
|
# resp.offering_id #=> String
|
4909
4917
|
# resp.offering_type #=> String, one of "NO_UPFRONT"
|
4910
4918
|
# resp.region #=> String
|
4919
|
+
# resp.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
|
4920
|
+
# resp.renewal_settings.renewal_count #=> Integer
|
4911
4921
|
# resp.reservation_id #=> String
|
4912
4922
|
# resp.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
4913
4923
|
# resp.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
@@ -5228,7 +5238,7 @@ module Aws::MediaLive
|
|
5228
5238
|
# resp.input_devices[0].arn #=> String
|
5229
5239
|
# resp.input_devices[0].connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
5230
5240
|
# 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"
|
5241
|
+
# resp.input_devices[0].device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
|
5232
5242
|
# resp.input_devices[0].hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
5233
5243
|
# resp.input_devices[0].hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
5234
5244
|
# resp.input_devices[0].hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
@@ -5600,6 +5610,8 @@ module Aws::MediaLive
|
|
5600
5610
|
# resp.reservations[0].offering_id #=> String
|
5601
5611
|
# resp.reservations[0].offering_type #=> String, one of "NO_UPFRONT"
|
5602
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
|
5603
5615
|
# resp.reservations[0].reservation_id #=> String
|
5604
5616
|
# resp.reservations[0].resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
5605
5617
|
# resp.reservations[0].resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
@@ -5660,6 +5672,9 @@ module Aws::MediaLive
|
|
5660
5672
|
#
|
5661
5673
|
# @option params [required, String] :offering_id
|
5662
5674
|
#
|
5675
|
+
# @option params [Types::RenewalSettings] :renewal_settings
|
5676
|
+
# The Renewal settings for Reservations
|
5677
|
+
#
|
5663
5678
|
# @option params [String] :request_id
|
5664
5679
|
# **A suitable default value is auto-generated.** You should normally
|
5665
5680
|
# not need to pass this option.**
|
@@ -5678,6 +5693,10 @@ module Aws::MediaLive
|
|
5678
5693
|
# count: 1, # required
|
5679
5694
|
# name: "__string",
|
5680
5695
|
# offering_id: "__string", # required
|
5696
|
+
# renewal_settings: {
|
5697
|
+
# automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
|
5698
|
+
# renewal_count: 1,
|
5699
|
+
# },
|
5681
5700
|
# request_id: "__string",
|
5682
5701
|
# start: "__string",
|
5683
5702
|
# tags: {
|
@@ -5699,6 +5718,8 @@ module Aws::MediaLive
|
|
5699
5718
|
# resp.reservation.offering_id #=> String
|
5700
5719
|
# resp.reservation.offering_type #=> String, one of "NO_UPFRONT"
|
5701
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
|
5702
5723
|
# resp.reservation.reservation_id #=> String
|
5703
5724
|
# resp.reservation.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
5704
5725
|
# resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
@@ -5879,6 +5900,7 @@ module Aws::MediaLive
|
|
5879
5900
|
# resp.encoder_settings.blackout_slate.network_id #=> String
|
5880
5901
|
# resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
|
5881
5902
|
# resp.encoder_settings.caption_descriptions #=> Array
|
5903
|
+
# resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
|
5882
5904
|
# resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
|
5883
5905
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
|
5884
5906
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
|
@@ -6593,6 +6615,7 @@ module Aws::MediaLive
|
|
6593
6615
|
# resp.encoder_settings.blackout_slate.network_id #=> String
|
6594
6616
|
# resp.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
|
6595
6617
|
# resp.encoder_settings.caption_descriptions #=> Array
|
6618
|
+
# resp.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
|
6596
6619
|
# resp.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
|
6597
6620
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
|
6598
6621
|
# resp.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
|
@@ -7343,7 +7366,7 @@ module Aws::MediaLive
|
|
7343
7366
|
# },
|
7344
7367
|
# language_code: "__stringMin1Max35",
|
7345
7368
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
7346
|
-
# name: "
|
7369
|
+
# name: "__stringMax255", # required
|
7347
7370
|
# remix_settings: {
|
7348
7371
|
# channel_mappings: [ # required
|
7349
7372
|
# {
|
@@ -7365,7 +7388,7 @@ module Aws::MediaLive
|
|
7365
7388
|
# avail_blanking: {
|
7366
7389
|
# avail_blanking_image: {
|
7367
7390
|
# password_param: "__string",
|
7368
|
-
# uri: "
|
7391
|
+
# uri: "__stringMax2048", # required
|
7369
7392
|
# username: "__string",
|
7370
7393
|
# },
|
7371
7394
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -7387,13 +7410,13 @@ module Aws::MediaLive
|
|
7387
7410
|
# blackout_slate: {
|
7388
7411
|
# blackout_slate_image: {
|
7389
7412
|
# password_param: "__string",
|
7390
|
-
# uri: "
|
7413
|
+
# uri: "__stringMax2048", # required
|
7391
7414
|
# username: "__string",
|
7392
7415
|
# },
|
7393
7416
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
7394
7417
|
# network_end_blackout_image: {
|
7395
7418
|
# password_param: "__string",
|
7396
|
-
# uri: "
|
7419
|
+
# uri: "__stringMax2048", # required
|
7397
7420
|
# username: "__string",
|
7398
7421
|
# },
|
7399
7422
|
# network_id: "__stringMin34Max34",
|
@@ -7401,6 +7424,7 @@ module Aws::MediaLive
|
|
7401
7424
|
# },
|
7402
7425
|
# caption_descriptions: [
|
7403
7426
|
# {
|
7427
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
7404
7428
|
# caption_selector_name: "__string", # required
|
7405
7429
|
# destination_settings: {
|
7406
7430
|
# arib_destination_settings: {
|
@@ -7411,7 +7435,7 @@ module Aws::MediaLive
|
|
7411
7435
|
# background_opacity: 1,
|
7412
7436
|
# font: {
|
7413
7437
|
# password_param: "__string",
|
7414
|
-
# uri: "
|
7438
|
+
# uri: "__stringMax2048", # required
|
7415
7439
|
# username: "__string",
|
7416
7440
|
# },
|
7417
7441
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -7434,7 +7458,7 @@ module Aws::MediaLive
|
|
7434
7458
|
# background_opacity: 1,
|
7435
7459
|
# font: {
|
7436
7460
|
# password_param: "__string",
|
7437
|
-
# uri: "
|
7461
|
+
# uri: "__stringMax2048", # required
|
7438
7462
|
# username: "__string",
|
7439
7463
|
# },
|
7440
7464
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -7494,7 +7518,7 @@ module Aws::MediaLive
|
|
7494
7518
|
# input_loss_image_color: "__stringMin6Max6",
|
7495
7519
|
# input_loss_image_slate: {
|
7496
7520
|
# password_param: "__string",
|
7497
|
-
# uri: "
|
7521
|
+
# uri: "__stringMax2048", # required
|
7498
7522
|
# username: "__string",
|
7499
7523
|
# },
|
7500
7524
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -7611,7 +7635,7 @@ module Aws::MediaLive
|
|
7611
7635
|
# static_key_settings: {
|
7612
7636
|
# key_provider_server: {
|
7613
7637
|
# password_param: "__string",
|
7614
|
-
# uri: "
|
7638
|
+
# uri: "__stringMax2048", # required
|
7615
7639
|
# username: "__string",
|
7616
7640
|
# },
|
7617
7641
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -7764,7 +7788,7 @@ module Aws::MediaLive
|
|
7764
7788
|
# audio_group_id: "__string",
|
7765
7789
|
# audio_only_image: {
|
7766
7790
|
# password_param: "__string",
|
7767
|
-
# uri: "
|
7791
|
+
# uri: "__stringMax2048", # required
|
7768
7792
|
# username: "__string",
|
7769
7793
|
# },
|
7770
7794
|
# 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
|
@@ -8296,6 +8320,7 @@ module Aws::MediaLive
|
|
8296
8320
|
# resp.channel.encoder_settings.blackout_slate.network_id #=> String
|
8297
8321
|
# resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
|
8298
8322
|
# resp.channel.encoder_settings.caption_descriptions #=> Array
|
8323
|
+
# resp.channel.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
|
8299
8324
|
# resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
|
8300
8325
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
|
8301
8326
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
|
@@ -8970,6 +8995,7 @@ module Aws::MediaLive
|
|
8970
8995
|
# resp.channel.encoder_settings.blackout_slate.network_id #=> String
|
8971
8996
|
# resp.channel.encoder_settings.blackout_slate.state #=> String, one of "DISABLED", "ENABLED"
|
8972
8997
|
# resp.channel.encoder_settings.caption_descriptions #=> Array
|
8998
|
+
# resp.channel.encoder_settings.caption_descriptions[0].accessibility #=> String, one of "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", "IMPLEMENTS_ACCESSIBILITY_FEATURES"
|
8973
8999
|
# resp.channel.encoder_settings.caption_descriptions[0].caption_selector_name #=> String
|
8974
9000
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.alignment #=> String, one of "CENTERED", "LEFT", "SMART"
|
8975
9001
|
# resp.channel.encoder_settings.caption_descriptions[0].destination_settings.burn_in_destination_settings.background_color #=> String, one of "BLACK", "NONE", "WHITE"
|
@@ -9639,7 +9665,7 @@ module Aws::MediaLive
|
|
9639
9665
|
# resp.arn #=> String
|
9640
9666
|
# resp.connection_state #=> String, one of "DISCONNECTED", "CONNECTED"
|
9641
9667
|
# 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"
|
9668
|
+
# resp.device_update_status #=> String, one of "UP_TO_DATE", "NOT_UP_TO_DATE", "UPDATING"
|
9643
9669
|
# resp.hd_device_settings.active_input #=> String, one of "HDMI", "SDI"
|
9644
9670
|
# resp.hd_device_settings.configured_input #=> String, one of "AUTO", "HDMI", "SDI"
|
9645
9671
|
# resp.hd_device_settings.device_state #=> String, one of "IDLE", "STREAMING"
|
@@ -9860,6 +9886,9 @@ module Aws::MediaLive
|
|
9860
9886
|
#
|
9861
9887
|
# @option params [String] :name
|
9862
9888
|
#
|
9889
|
+
# @option params [Types::RenewalSettings] :renewal_settings
|
9890
|
+
# The Renewal settings for Reservations
|
9891
|
+
#
|
9863
9892
|
# @option params [required, String] :reservation_id
|
9864
9893
|
#
|
9865
9894
|
# @return [Types::UpdateReservationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -9870,6 +9899,10 @@ module Aws::MediaLive
|
|
9870
9899
|
#
|
9871
9900
|
# resp = client.update_reservation({
|
9872
9901
|
# name: "__string",
|
9902
|
+
# renewal_settings: {
|
9903
|
+
# automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
|
9904
|
+
# renewal_count: 1,
|
9905
|
+
# },
|
9873
9906
|
# reservation_id: "__string", # required
|
9874
9907
|
# })
|
9875
9908
|
#
|
@@ -9887,6 +9920,8 @@ module Aws::MediaLive
|
|
9887
9920
|
# resp.reservation.offering_id #=> String
|
9888
9921
|
# resp.reservation.offering_type #=> String, one of "NO_UPFRONT"
|
9889
9922
|
# resp.reservation.region #=> String
|
9923
|
+
# resp.reservation.renewal_settings.automatic_renewal #=> String, one of "DISABLED", "ENABLED", "UNAVAILABLE"
|
9924
|
+
# resp.reservation.renewal_settings.renewal_count #=> Integer
|
9890
9925
|
# resp.reservation.reservation_id #=> String
|
9891
9926
|
# resp.reservation.resource_specification.channel_class #=> String, one of "STANDARD", "SINGLE_PIPELINE"
|
9892
9927
|
# resp.reservation.resource_specification.codec #=> String, one of "MPEG2", "AVC", "HEVC", "AUDIO", "LINK"
|
@@ -9924,7 +9959,7 @@ module Aws::MediaLive
|
|
9924
9959
|
params: params,
|
9925
9960
|
config: config)
|
9926
9961
|
context[:gem_name] = 'aws-sdk-medialive'
|
9927
|
-
context[:gem_version] = '1.
|
9962
|
+
context[:gem_version] = '1.87.0'
|
9928
9963
|
Seahorse::Client::Request.new(handlers, context)
|
9929
9964
|
end
|
9930
9965
|
|
@@ -31,6 +31,7 @@ module Aws::MediaLive
|
|
31
31
|
AcceptInputDeviceTransferRequest = Shapes::StructureShape.new(name: 'AcceptInputDeviceTransferRequest')
|
32
32
|
AcceptInputDeviceTransferResponse = Shapes::StructureShape.new(name: 'AcceptInputDeviceTransferResponse')
|
33
33
|
AccessDenied = Shapes::StructureShape.new(name: 'AccessDenied')
|
34
|
+
AccessibilityType = Shapes::StringShape.new(name: 'AccessibilityType')
|
34
35
|
AfdSignaling = Shapes::StringShape.new(name: 'AfdSignaling')
|
35
36
|
AncillarySourceSettings = Shapes::StructureShape.new(name: 'AncillarySourceSettings')
|
36
37
|
ArchiveCdnSettings = Shapes::StructureShape.new(name: 'ArchiveCdnSettings')
|
@@ -538,7 +539,9 @@ module Aws::MediaLive
|
|
538
539
|
RejectInputDeviceTransferRequest = Shapes::StructureShape.new(name: 'RejectInputDeviceTransferRequest')
|
539
540
|
RejectInputDeviceTransferResponse = Shapes::StructureShape.new(name: 'RejectInputDeviceTransferResponse')
|
540
541
|
RemixSettings = Shapes::StructureShape.new(name: 'RemixSettings')
|
542
|
+
RenewalSettings = Shapes::StructureShape.new(name: 'RenewalSettings')
|
541
543
|
Reservation = Shapes::StructureShape.new(name: 'Reservation')
|
544
|
+
ReservationAutomaticRenewal = Shapes::StringShape.new(name: 'ReservationAutomaticRenewal')
|
542
545
|
ReservationCodec = Shapes::StringShape.new(name: 'ReservationCodec')
|
543
546
|
ReservationMaximumBitrate = Shapes::StringShape.new(name: 'ReservationMaximumBitrate')
|
544
547
|
ReservationMaximumFramerate = Shapes::StringShape.new(name: 'ReservationMaximumFramerate')
|
@@ -797,6 +800,8 @@ module Aws::MediaLive
|
|
797
800
|
__longMin0Max86400000 = Shapes::IntegerShape.new(name: '__longMin0Max86400000')
|
798
801
|
__string = Shapes::StringShape.new(name: '__string')
|
799
802
|
__stringMax1000 = Shapes::StringShape.new(name: '__stringMax1000')
|
803
|
+
__stringMax2048 = Shapes::StringShape.new(name: '__stringMax2048')
|
804
|
+
__stringMax255 = Shapes::StringShape.new(name: '__stringMax255')
|
800
805
|
__stringMax256 = Shapes::StringShape.new(name: '__stringMax256')
|
801
806
|
__stringMax32 = Shapes::StringShape.new(name: '__stringMax32')
|
802
807
|
__stringMin1 = Shapes::StringShape.new(name: '__stringMin1')
|
@@ -889,7 +894,7 @@ module Aws::MediaLive
|
|
889
894
|
AudioDescription.add_member(:codec_settings, Shapes::ShapeRef.new(shape: AudioCodecSettings, location_name: "codecSettings"))
|
890
895
|
AudioDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __stringMin1Max35, location_name: "languageCode"))
|
891
896
|
AudioDescription.add_member(:language_code_control, Shapes::ShapeRef.new(shape: AudioDescriptionLanguageCodeControl, location_name: "languageCodeControl"))
|
892
|
-
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape:
|
897
|
+
AudioDescription.add_member(:name, Shapes::ShapeRef.new(shape: __stringMax255, required: true, location_name: "name"))
|
893
898
|
AudioDescription.add_member(:remix_settings, Shapes::ShapeRef.new(shape: RemixSettings, location_name: "remixSettings"))
|
894
899
|
AudioDescription.add_member(:stream_name, Shapes::ShapeRef.new(shape: __string, location_name: "streamName"))
|
895
900
|
AudioDescription.struct_class = Types::AudioDescription
|
@@ -1081,6 +1086,7 @@ module Aws::MediaLive
|
|
1081
1086
|
|
1082
1087
|
CancelInputDeviceTransferResponse.struct_class = Types::CancelInputDeviceTransferResponse
|
1083
1088
|
|
1089
|
+
CaptionDescription.add_member(:accessibility, Shapes::ShapeRef.new(shape: AccessibilityType, location_name: "accessibility"))
|
1084
1090
|
CaptionDescription.add_member(:caption_selector_name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "captionSelectorName"))
|
1085
1091
|
CaptionDescription.add_member(:destination_settings, Shapes::ShapeRef.new(shape: CaptionDestinationSettings, location_name: "destinationSettings"))
|
1086
1092
|
CaptionDescription.add_member(:language_code, Shapes::ShapeRef.new(shape: __string, location_name: "languageCode"))
|
@@ -1396,6 +1402,7 @@ module Aws::MediaLive
|
|
1396
1402
|
DeleteReservationResponse.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
1397
1403
|
DeleteReservationResponse.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
1398
1404
|
DeleteReservationResponse.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
1405
|
+
DeleteReservationResponse.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
1399
1406
|
DeleteReservationResponse.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
1400
1407
|
DeleteReservationResponse.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
1401
1408
|
DeleteReservationResponse.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -1555,6 +1562,7 @@ module Aws::MediaLive
|
|
1555
1562
|
DescribeReservationResponse.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
1556
1563
|
DescribeReservationResponse.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
1557
1564
|
DescribeReservationResponse.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
1565
|
+
DescribeReservationResponse.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
1558
1566
|
DescribeReservationResponse.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
1559
1567
|
DescribeReservationResponse.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
1560
1568
|
DescribeReservationResponse.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -2048,7 +2056,7 @@ module Aws::MediaLive
|
|
2048
2056
|
InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
|
2049
2057
|
|
2050
2058
|
InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
|
2051
|
-
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape:
|
2059
|
+
InputLocation.add_member(:uri, Shapes::ShapeRef.new(shape: __stringMax2048, required: true, location_name: "uri"))
|
2052
2060
|
InputLocation.add_member(:username, Shapes::ShapeRef.new(shape: __string, location_name: "username"))
|
2053
2061
|
InputLocation.struct_class = Types::InputLocation
|
2054
2062
|
|
@@ -2636,6 +2644,7 @@ module Aws::MediaLive
|
|
2636
2644
|
|
2637
2645
|
PurchaseOffering.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
|
2638
2646
|
PurchaseOffering.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2647
|
+
PurchaseOffering.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2639
2648
|
PurchaseOffering.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2640
2649
|
PurchaseOffering.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
2641
2650
|
PurchaseOffering.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
@@ -2644,6 +2653,7 @@ module Aws::MediaLive
|
|
2644
2653
|
PurchaseOfferingRequest.add_member(:count, Shapes::ShapeRef.new(shape: __integerMin1, required: true, location_name: "count"))
|
2645
2654
|
PurchaseOfferingRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
2646
2655
|
PurchaseOfferingRequest.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "offeringId"))
|
2656
|
+
PurchaseOfferingRequest.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2647
2657
|
PurchaseOfferingRequest.add_member(:request_id, Shapes::ShapeRef.new(shape: __string, location_name: "requestId", metadata: {"idempotencyToken"=>true}))
|
2648
2658
|
PurchaseOfferingRequest.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
2649
2659
|
PurchaseOfferingRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
@@ -2671,6 +2681,10 @@ module Aws::MediaLive
|
|
2671
2681
|
RemixSettings.add_member(:channels_out, Shapes::ShapeRef.new(shape: __integerMin1Max8, location_name: "channelsOut"))
|
2672
2682
|
RemixSettings.struct_class = Types::RemixSettings
|
2673
2683
|
|
2684
|
+
RenewalSettings.add_member(:automatic_renewal, Shapes::ShapeRef.new(shape: ReservationAutomaticRenewal, location_name: "automaticRenewal"))
|
2685
|
+
RenewalSettings.add_member(:renewal_count, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "renewalCount"))
|
2686
|
+
RenewalSettings.struct_class = Types::RenewalSettings
|
2687
|
+
|
2674
2688
|
Reservation.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
|
2675
2689
|
Reservation.add_member(:count, Shapes::ShapeRef.new(shape: __integer, location_name: "count"))
|
2676
2690
|
Reservation.add_member(:currency_code, Shapes::ShapeRef.new(shape: __string, location_name: "currencyCode"))
|
@@ -2683,6 +2697,7 @@ module Aws::MediaLive
|
|
2683
2697
|
Reservation.add_member(:offering_id, Shapes::ShapeRef.new(shape: __string, location_name: "offeringId"))
|
2684
2698
|
Reservation.add_member(:offering_type, Shapes::ShapeRef.new(shape: OfferingType, location_name: "offeringType"))
|
2685
2699
|
Reservation.add_member(:region, Shapes::ShapeRef.new(shape: __string, location_name: "region"))
|
2700
|
+
Reservation.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
2686
2701
|
Reservation.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, location_name: "reservationId"))
|
2687
2702
|
Reservation.add_member(:resource_specification, Shapes::ShapeRef.new(shape: ReservationResourceSpecification, location_name: "resourceSpecification"))
|
2688
2703
|
Reservation.add_member(:start, Shapes::ShapeRef.new(shape: __string, location_name: "start"))
|
@@ -3118,9 +3133,11 @@ module Aws::MediaLive
|
|
3118
3133
|
UpdateMultiplexResultModel.struct_class = Types::UpdateMultiplexResultModel
|
3119
3134
|
|
3120
3135
|
UpdateReservation.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
3136
|
+
UpdateReservation.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
3121
3137
|
UpdateReservation.struct_class = Types::UpdateReservation
|
3122
3138
|
|
3123
3139
|
UpdateReservationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
3140
|
+
UpdateReservationRequest.add_member(:renewal_settings, Shapes::ShapeRef.new(shape: RenewalSettings, location_name: "renewalSettings"))
|
3124
3141
|
UpdateReservationRequest.add_member(:reservation_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "reservationId"))
|
3125
3142
|
UpdateReservationRequest.struct_class = Types::UpdateReservationRequest
|
3126
3143
|
|
@@ -722,7 +722,7 @@ module Aws::MediaLive
|
|
722
722
|
# },
|
723
723
|
# language_code: "__stringMin1Max35",
|
724
724
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
725
|
-
# name: "
|
725
|
+
# name: "__stringMax255", # required
|
726
726
|
# remix_settings: {
|
727
727
|
# channel_mappings: [ # required
|
728
728
|
# {
|
@@ -788,6 +788,9 @@ module Aws::MediaLive
|
|
788
788
|
# @return [String]
|
789
789
|
#
|
790
790
|
# @!attribute [rw] name
|
791
|
+
# The name of this AudioDescription. Outputs will use this name to
|
792
|
+
# uniquely identify this AudioDescription. Description names should be
|
793
|
+
# unique within this Live Event.
|
791
794
|
# @return [String]
|
792
795
|
#
|
793
796
|
# @!attribute [rw] remix_settings
|
@@ -929,7 +932,7 @@ module Aws::MediaLive
|
|
929
932
|
# audio_group_id: "__string",
|
930
933
|
# audio_only_image: {
|
931
934
|
# password_param: "__string",
|
932
|
-
# uri: "
|
935
|
+
# uri: "__stringMax2048", # required
|
933
936
|
# username: "__string",
|
934
937
|
# },
|
935
938
|
# 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
|
@@ -1278,7 +1281,7 @@ module Aws::MediaLive
|
|
1278
1281
|
# {
|
1279
1282
|
# avail_blanking_image: {
|
1280
1283
|
# password_param: "__string",
|
1281
|
-
# uri: "
|
1284
|
+
# uri: "__stringMax2048", # required
|
1282
1285
|
# username: "__string",
|
1283
1286
|
# },
|
1284
1287
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -1617,7 +1620,7 @@ module Aws::MediaLive
|
|
1617
1620
|
# height: 1,
|
1618
1621
|
# image: { # required
|
1619
1622
|
# password_param: "__string",
|
1620
|
-
# uri: "
|
1623
|
+
# uri: "__stringMax2048", # required
|
1621
1624
|
# username: "__string",
|
1622
1625
|
# },
|
1623
1626
|
# image_x: 1,
|
@@ -1986,7 +1989,7 @@ module Aws::MediaLive
|
|
1986
1989
|
# height: 1,
|
1987
1990
|
# image: { # required
|
1988
1991
|
# password_param: "__string",
|
1989
|
-
# uri: "
|
1992
|
+
# uri: "__stringMax2048", # required
|
1990
1993
|
# username: "__string",
|
1991
1994
|
# },
|
1992
1995
|
# image_x: 1,
|
@@ -2084,13 +2087,13 @@ module Aws::MediaLive
|
|
2084
2087
|
# {
|
2085
2088
|
# blackout_slate_image: {
|
2086
2089
|
# password_param: "__string",
|
2087
|
-
# uri: "
|
2090
|
+
# uri: "__stringMax2048", # required
|
2088
2091
|
# username: "__string",
|
2089
2092
|
# },
|
2090
2093
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
2091
2094
|
# network_end_blackout_image: {
|
2092
2095
|
# password_param: "__string",
|
2093
|
-
# uri: "
|
2096
|
+
# uri: "__stringMax2048", # required
|
2094
2097
|
# username: "__string",
|
2095
2098
|
# },
|
2096
2099
|
# network_id: "__stringMin34Max34",
|
@@ -2150,7 +2153,7 @@ module Aws::MediaLive
|
|
2150
2153
|
# background_opacity: 1,
|
2151
2154
|
# font: {
|
2152
2155
|
# password_param: "__string",
|
2153
|
-
# uri: "
|
2156
|
+
# uri: "__stringMax2048", # required
|
2154
2157
|
# username: "__string",
|
2155
2158
|
# },
|
2156
2159
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2339,6 +2342,7 @@ module Aws::MediaLive
|
|
2339
2342
|
# data as a hash:
|
2340
2343
|
#
|
2341
2344
|
# {
|
2345
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
2342
2346
|
# caption_selector_name: "__string", # required
|
2343
2347
|
# destination_settings: {
|
2344
2348
|
# arib_destination_settings: {
|
@@ -2349,7 +2353,7 @@ module Aws::MediaLive
|
|
2349
2353
|
# background_opacity: 1,
|
2350
2354
|
# font: {
|
2351
2355
|
# password_param: "__string",
|
2352
|
-
# uri: "
|
2356
|
+
# uri: "__stringMax2048", # required
|
2353
2357
|
# username: "__string",
|
2354
2358
|
# },
|
2355
2359
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2372,7 +2376,7 @@ module Aws::MediaLive
|
|
2372
2376
|
# background_opacity: 1,
|
2373
2377
|
# font: {
|
2374
2378
|
# password_param: "__string",
|
2375
|
-
# uri: "
|
2379
|
+
# uri: "__stringMax2048", # required
|
2376
2380
|
# username: "__string",
|
2377
2381
|
# },
|
2378
2382
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2421,6 +2425,12 @@ module Aws::MediaLive
|
|
2421
2425
|
# name: "__string", # required
|
2422
2426
|
# }
|
2423
2427
|
#
|
2428
|
+
# @!attribute [rw] accessibility
|
2429
|
+
# Indicates whether the caption track implements accessibility
|
2430
|
+
# features such as written descriptions of spoken dialog, music, and
|
2431
|
+
# sounds.
|
2432
|
+
# @return [String]
|
2433
|
+
#
|
2424
2434
|
# @!attribute [rw] caption_selector_name
|
2425
2435
|
# Specifies which input caption selector to use as a caption source
|
2426
2436
|
# when generating output captions. This field should match a
|
@@ -2449,6 +2459,7 @@ module Aws::MediaLive
|
|
2449
2459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CaptionDescription AWS API Documentation
|
2450
2460
|
#
|
2451
2461
|
class CaptionDescription < Struct.new(
|
2462
|
+
:accessibility,
|
2452
2463
|
:caption_selector_name,
|
2453
2464
|
:destination_settings,
|
2454
2465
|
:language_code,
|
@@ -2472,7 +2483,7 @@ module Aws::MediaLive
|
|
2472
2483
|
# background_opacity: 1,
|
2473
2484
|
# font: {
|
2474
2485
|
# password_param: "__string",
|
2475
|
-
# uri: "
|
2486
|
+
# uri: "__stringMax2048", # required
|
2476
2487
|
# username: "__string",
|
2477
2488
|
# },
|
2478
2489
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2495,7 +2506,7 @@ module Aws::MediaLive
|
|
2495
2506
|
# background_opacity: 1,
|
2496
2507
|
# font: {
|
2497
2508
|
# password_param: "__string",
|
2498
|
-
# uri: "
|
2509
|
+
# uri: "__stringMax2048", # required
|
2499
2510
|
# username: "__string",
|
2500
2511
|
# },
|
2501
2512
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -3344,7 +3355,7 @@ module Aws::MediaLive
|
|
3344
3355
|
# },
|
3345
3356
|
# language_code: "__stringMin1Max35",
|
3346
3357
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
3347
|
-
# name: "
|
3358
|
+
# name: "__stringMax255", # required
|
3348
3359
|
# remix_settings: {
|
3349
3360
|
# channel_mappings: [ # required
|
3350
3361
|
# {
|
@@ -3366,7 +3377,7 @@ module Aws::MediaLive
|
|
3366
3377
|
# avail_blanking: {
|
3367
3378
|
# avail_blanking_image: {
|
3368
3379
|
# password_param: "__string",
|
3369
|
-
# uri: "
|
3380
|
+
# uri: "__stringMax2048", # required
|
3370
3381
|
# username: "__string",
|
3371
3382
|
# },
|
3372
3383
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3388,13 +3399,13 @@ module Aws::MediaLive
|
|
3388
3399
|
# blackout_slate: {
|
3389
3400
|
# blackout_slate_image: {
|
3390
3401
|
# password_param: "__string",
|
3391
|
-
# uri: "
|
3402
|
+
# uri: "__stringMax2048", # required
|
3392
3403
|
# username: "__string",
|
3393
3404
|
# },
|
3394
3405
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
3395
3406
|
# network_end_blackout_image: {
|
3396
3407
|
# password_param: "__string",
|
3397
|
-
# uri: "
|
3408
|
+
# uri: "__stringMax2048", # required
|
3398
3409
|
# username: "__string",
|
3399
3410
|
# },
|
3400
3411
|
# network_id: "__stringMin34Max34",
|
@@ -3402,6 +3413,7 @@ module Aws::MediaLive
|
|
3402
3413
|
# },
|
3403
3414
|
# caption_descriptions: [
|
3404
3415
|
# {
|
3416
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
3405
3417
|
# caption_selector_name: "__string", # required
|
3406
3418
|
# destination_settings: {
|
3407
3419
|
# arib_destination_settings: {
|
@@ -3412,7 +3424,7 @@ module Aws::MediaLive
|
|
3412
3424
|
# background_opacity: 1,
|
3413
3425
|
# font: {
|
3414
3426
|
# password_param: "__string",
|
3415
|
-
# uri: "
|
3427
|
+
# uri: "__stringMax2048", # required
|
3416
3428
|
# username: "__string",
|
3417
3429
|
# },
|
3418
3430
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -3435,7 +3447,7 @@ module Aws::MediaLive
|
|
3435
3447
|
# background_opacity: 1,
|
3436
3448
|
# font: {
|
3437
3449
|
# password_param: "__string",
|
3438
|
-
# uri: "
|
3450
|
+
# uri: "__stringMax2048", # required
|
3439
3451
|
# username: "__string",
|
3440
3452
|
# },
|
3441
3453
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -3495,7 +3507,7 @@ module Aws::MediaLive
|
|
3495
3507
|
# input_loss_image_color: "__stringMin6Max6",
|
3496
3508
|
# input_loss_image_slate: {
|
3497
3509
|
# password_param: "__string",
|
3498
|
-
# uri: "
|
3510
|
+
# uri: "__stringMax2048", # required
|
3499
3511
|
# username: "__string",
|
3500
3512
|
# },
|
3501
3513
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -3612,7 +3624,7 @@ module Aws::MediaLive
|
|
3612
3624
|
# static_key_settings: {
|
3613
3625
|
# key_provider_server: {
|
3614
3626
|
# password_param: "__string",
|
3615
|
-
# uri: "
|
3627
|
+
# uri: "__stringMax2048", # required
|
3616
3628
|
# username: "__string",
|
3617
3629
|
# },
|
3618
3630
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -3765,7 +3777,7 @@ module Aws::MediaLive
|
|
3765
3777
|
# audio_group_id: "__string",
|
3766
3778
|
# audio_only_image: {
|
3767
3779
|
# password_param: "__string",
|
3768
|
-
# uri: "
|
3780
|
+
# uri: "__stringMax2048", # required
|
3769
3781
|
# username: "__string",
|
3770
3782
|
# },
|
3771
3783
|
# 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
|
@@ -5166,6 +5178,10 @@ module Aws::MediaLive
|
|
5166
5178
|
# @!attribute [rw] region
|
5167
5179
|
# @return [String]
|
5168
5180
|
#
|
5181
|
+
# @!attribute [rw] renewal_settings
|
5182
|
+
# The Renewal settings for Reservations
|
5183
|
+
# @return [Types::RenewalSettings]
|
5184
|
+
#
|
5169
5185
|
# @!attribute [rw] reservation_id
|
5170
5186
|
# @return [String]
|
5171
5187
|
#
|
@@ -5201,6 +5217,7 @@ module Aws::MediaLive
|
|
5201
5217
|
:offering_id,
|
5202
5218
|
:offering_type,
|
5203
5219
|
:region,
|
5220
|
+
:renewal_settings,
|
5204
5221
|
:reservation_id,
|
5205
5222
|
:resource_specification,
|
5206
5223
|
:start,
|
@@ -5889,6 +5906,10 @@ module Aws::MediaLive
|
|
5889
5906
|
# @!attribute [rw] region
|
5890
5907
|
# @return [String]
|
5891
5908
|
#
|
5909
|
+
# @!attribute [rw] renewal_settings
|
5910
|
+
# The Renewal settings for Reservations
|
5911
|
+
# @return [Types::RenewalSettings]
|
5912
|
+
#
|
5892
5913
|
# @!attribute [rw] reservation_id
|
5893
5914
|
# @return [String]
|
5894
5915
|
#
|
@@ -5924,6 +5945,7 @@ module Aws::MediaLive
|
|
5924
5945
|
:offering_id,
|
5925
5946
|
:offering_type,
|
5926
5947
|
:region,
|
5948
|
+
:renewal_settings,
|
5927
5949
|
:reservation_id,
|
5928
5950
|
:resource_specification,
|
5929
5951
|
:start,
|
@@ -6072,7 +6094,7 @@ module Aws::MediaLive
|
|
6072
6094
|
# background_opacity: 1,
|
6073
6095
|
# font: {
|
6074
6096
|
# password_param: "__string",
|
6075
|
-
# uri: "
|
6097
|
+
# uri: "__stringMax2048", # required
|
6076
6098
|
# username: "__string",
|
6077
6099
|
# },
|
6078
6100
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -6663,7 +6685,7 @@ module Aws::MediaLive
|
|
6663
6685
|
# },
|
6664
6686
|
# language_code: "__stringMin1Max35",
|
6665
6687
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
6666
|
-
# name: "
|
6688
|
+
# name: "__stringMax255", # required
|
6667
6689
|
# remix_settings: {
|
6668
6690
|
# channel_mappings: [ # required
|
6669
6691
|
# {
|
@@ -6685,7 +6707,7 @@ module Aws::MediaLive
|
|
6685
6707
|
# avail_blanking: {
|
6686
6708
|
# avail_blanking_image: {
|
6687
6709
|
# password_param: "__string",
|
6688
|
-
# uri: "
|
6710
|
+
# uri: "__stringMax2048", # required
|
6689
6711
|
# username: "__string",
|
6690
6712
|
# },
|
6691
6713
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -6707,13 +6729,13 @@ module Aws::MediaLive
|
|
6707
6729
|
# blackout_slate: {
|
6708
6730
|
# blackout_slate_image: {
|
6709
6731
|
# password_param: "__string",
|
6710
|
-
# uri: "
|
6732
|
+
# uri: "__stringMax2048", # required
|
6711
6733
|
# username: "__string",
|
6712
6734
|
# },
|
6713
6735
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
6714
6736
|
# network_end_blackout_image: {
|
6715
6737
|
# password_param: "__string",
|
6716
|
-
# uri: "
|
6738
|
+
# uri: "__stringMax2048", # required
|
6717
6739
|
# username: "__string",
|
6718
6740
|
# },
|
6719
6741
|
# network_id: "__stringMin34Max34",
|
@@ -6721,6 +6743,7 @@ module Aws::MediaLive
|
|
6721
6743
|
# },
|
6722
6744
|
# caption_descriptions: [
|
6723
6745
|
# {
|
6746
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
6724
6747
|
# caption_selector_name: "__string", # required
|
6725
6748
|
# destination_settings: {
|
6726
6749
|
# arib_destination_settings: {
|
@@ -6731,7 +6754,7 @@ module Aws::MediaLive
|
|
6731
6754
|
# background_opacity: 1,
|
6732
6755
|
# font: {
|
6733
6756
|
# password_param: "__string",
|
6734
|
-
# uri: "
|
6757
|
+
# uri: "__stringMax2048", # required
|
6735
6758
|
# username: "__string",
|
6736
6759
|
# },
|
6737
6760
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -6754,7 +6777,7 @@ module Aws::MediaLive
|
|
6754
6777
|
# background_opacity: 1,
|
6755
6778
|
# font: {
|
6756
6779
|
# password_param: "__string",
|
6757
|
-
# uri: "
|
6780
|
+
# uri: "__stringMax2048", # required
|
6758
6781
|
# username: "__string",
|
6759
6782
|
# },
|
6760
6783
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -6814,7 +6837,7 @@ module Aws::MediaLive
|
|
6814
6837
|
# input_loss_image_color: "__stringMin6Max6",
|
6815
6838
|
# input_loss_image_slate: {
|
6816
6839
|
# password_param: "__string",
|
6817
|
-
# uri: "
|
6840
|
+
# uri: "__stringMax2048", # required
|
6818
6841
|
# username: "__string",
|
6819
6842
|
# },
|
6820
6843
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -6931,7 +6954,7 @@ module Aws::MediaLive
|
|
6931
6954
|
# static_key_settings: {
|
6932
6955
|
# key_provider_server: {
|
6933
6956
|
# password_param: "__string",
|
6934
|
-
# uri: "
|
6957
|
+
# uri: "__stringMax2048", # required
|
6935
6958
|
# username: "__string",
|
6936
6959
|
# },
|
6937
6960
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -7084,7 +7107,7 @@ module Aws::MediaLive
|
|
7084
7107
|
# audio_group_id: "__string",
|
7085
7108
|
# audio_only_image: {
|
7086
7109
|
# password_param: "__string",
|
7087
|
-
# uri: "
|
7110
|
+
# uri: "__stringMax2048", # required
|
7088
7111
|
# username: "__string",
|
7089
7112
|
# },
|
7090
7113
|
# 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
|
@@ -7847,7 +7870,7 @@ module Aws::MediaLive
|
|
7847
7870
|
# input_loss_image_color: "__stringMin6Max6",
|
7848
7871
|
# input_loss_image_slate: {
|
7849
7872
|
# password_param: "__string",
|
7850
|
-
# uri: "
|
7873
|
+
# uri: "__stringMax2048", # required
|
7851
7874
|
# username: "__string",
|
7852
7875
|
# },
|
7853
7876
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -8982,7 +9005,7 @@ module Aws::MediaLive
|
|
8982
9005
|
# static_key_settings: {
|
8983
9006
|
# key_provider_server: {
|
8984
9007
|
# password_param: "__string",
|
8985
|
-
# uri: "
|
9008
|
+
# uri: "__stringMax2048", # required
|
8986
9009
|
# username: "__string",
|
8987
9010
|
# },
|
8988
9011
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -9489,7 +9512,7 @@ module Aws::MediaLive
|
|
9489
9512
|
# audio_group_id: "__string",
|
9490
9513
|
# audio_only_image: {
|
9491
9514
|
# password_param: "__string",
|
9492
|
-
# uri: "
|
9515
|
+
# uri: "__stringMax2048", # required
|
9493
9516
|
# username: "__string",
|
9494
9517
|
# },
|
9495
9518
|
# 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
|
@@ -9592,7 +9615,7 @@ module Aws::MediaLive
|
|
9592
9615
|
# audio_group_id: "__string",
|
9593
9616
|
# audio_only_image: {
|
9594
9617
|
# password_param: "__string",
|
9595
|
-
# uri: "
|
9618
|
+
# uri: "__stringMax2048", # required
|
9596
9619
|
# username: "__string",
|
9597
9620
|
# },
|
9598
9621
|
# 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
|
@@ -10528,7 +10551,7 @@ module Aws::MediaLive
|
|
10528
10551
|
#
|
10529
10552
|
# {
|
10530
10553
|
# password_param: "__string",
|
10531
|
-
# uri: "
|
10554
|
+
# uri: "__stringMax2048", # required
|
10532
10555
|
# username: "__string",
|
10533
10556
|
# }
|
10534
10557
|
#
|
@@ -10571,7 +10594,7 @@ module Aws::MediaLive
|
|
10571
10594
|
# input_loss_image_color: "__stringMin6Max6",
|
10572
10595
|
# input_loss_image_slate: {
|
10573
10596
|
# password_param: "__string",
|
10574
|
-
# uri: "
|
10597
|
+
# uri: "__stringMax2048", # required
|
10575
10598
|
# username: "__string",
|
10576
10599
|
# },
|
10577
10600
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -11184,7 +11207,7 @@ module Aws::MediaLive
|
|
11184
11207
|
# static_key_settings: {
|
11185
11208
|
# key_provider_server: {
|
11186
11209
|
# password_param: "__string",
|
11187
|
-
# uri: "
|
11210
|
+
# uri: "__stringMax2048", # required
|
11188
11211
|
# username: "__string",
|
11189
11212
|
# },
|
11190
11213
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -14001,7 +14024,7 @@ module Aws::MediaLive
|
|
14001
14024
|
# audio_group_id: "__string",
|
14002
14025
|
# audio_only_image: {
|
14003
14026
|
# password_param: "__string",
|
14004
|
-
# uri: "
|
14027
|
+
# uri: "__stringMax2048", # required
|
14005
14028
|
# username: "__string",
|
14006
14029
|
# },
|
14007
14030
|
# 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
|
@@ -14362,7 +14385,7 @@ module Aws::MediaLive
|
|
14362
14385
|
# static_key_settings: {
|
14363
14386
|
# key_provider_server: {
|
14364
14387
|
# password_param: "__string",
|
14365
|
-
# uri: "
|
14388
|
+
# uri: "__stringMax2048", # required
|
14366
14389
|
# username: "__string",
|
14367
14390
|
# },
|
14368
14391
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -14515,7 +14538,7 @@ module Aws::MediaLive
|
|
14515
14538
|
# audio_group_id: "__string",
|
14516
14539
|
# audio_only_image: {
|
14517
14540
|
# password_param: "__string",
|
14518
|
-
# uri: "
|
14541
|
+
# uri: "__stringMax2048", # required
|
14519
14542
|
# username: "__string",
|
14520
14543
|
# },
|
14521
14544
|
# 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
|
@@ -14771,7 +14794,7 @@ module Aws::MediaLive
|
|
14771
14794
|
# static_key_settings: {
|
14772
14795
|
# key_provider_server: {
|
14773
14796
|
# password_param: "__string",
|
14774
|
-
# uri: "
|
14797
|
+
# uri: "__stringMax2048", # required
|
14775
14798
|
# username: "__string",
|
14776
14799
|
# },
|
14777
14800
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -14992,7 +15015,7 @@ module Aws::MediaLive
|
|
14992
15015
|
# audio_group_id: "__string",
|
14993
15016
|
# audio_only_image: {
|
14994
15017
|
# password_param: "__string",
|
14995
|
-
# uri: "
|
15018
|
+
# uri: "__stringMax2048", # required
|
14996
15019
|
# username: "__string",
|
14997
15020
|
# },
|
14998
15021
|
# 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
|
@@ -15275,6 +15298,10 @@ module Aws::MediaLive
|
|
15275
15298
|
# Name for the new reservation
|
15276
15299
|
# @return [String]
|
15277
15300
|
#
|
15301
|
+
# @!attribute [rw] renewal_settings
|
15302
|
+
# Renewal settings for the reservation
|
15303
|
+
# @return [Types::RenewalSettings]
|
15304
|
+
#
|
15278
15305
|
# @!attribute [rw] request_id
|
15279
15306
|
# Unique request ID to be specified. This is needed to prevent retries from creating multiple resources.**A suitable default value is auto-generated.** You should normally
|
15280
15307
|
# not need to pass this option.
|
@@ -15295,6 +15322,7 @@ module Aws::MediaLive
|
|
15295
15322
|
class PurchaseOffering < Struct.new(
|
15296
15323
|
:count,
|
15297
15324
|
:name,
|
15325
|
+
:renewal_settings,
|
15298
15326
|
:request_id,
|
15299
15327
|
:start,
|
15300
15328
|
:tags)
|
@@ -15309,6 +15337,10 @@ module Aws::MediaLive
|
|
15309
15337
|
# count: 1, # required
|
15310
15338
|
# name: "__string",
|
15311
15339
|
# offering_id: "__string", # required
|
15340
|
+
# renewal_settings: {
|
15341
|
+
# automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
|
15342
|
+
# renewal_count: 1,
|
15343
|
+
# },
|
15312
15344
|
# request_id: "__string",
|
15313
15345
|
# start: "__string",
|
15314
15346
|
# tags: {
|
@@ -15325,6 +15357,10 @@ module Aws::MediaLive
|
|
15325
15357
|
# @!attribute [rw] offering_id
|
15326
15358
|
# @return [String]
|
15327
15359
|
#
|
15360
|
+
# @!attribute [rw] renewal_settings
|
15361
|
+
# The Renewal settings for Reservations
|
15362
|
+
# @return [Types::RenewalSettings]
|
15363
|
+
#
|
15328
15364
|
# @!attribute [rw] request_id
|
15329
15365
|
# **A suitable default value is auto-generated.** You should normally
|
15330
15366
|
# not need to pass this option.
|
@@ -15342,6 +15378,7 @@ module Aws::MediaLive
|
|
15342
15378
|
:count,
|
15343
15379
|
:name,
|
15344
15380
|
:offering_id,
|
15381
|
+
:renewal_settings,
|
15345
15382
|
:request_id,
|
15346
15383
|
:start,
|
15347
15384
|
:tags)
|
@@ -15466,6 +15503,33 @@ module Aws::MediaLive
|
|
15466
15503
|
include Aws::Structure
|
15467
15504
|
end
|
15468
15505
|
|
15506
|
+
# The Renewal settings for Reservations
|
15507
|
+
#
|
15508
|
+
# @note When making an API call, you may pass RenewalSettings
|
15509
|
+
# data as a hash:
|
15510
|
+
#
|
15511
|
+
# {
|
15512
|
+
# automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
|
15513
|
+
# renewal_count: 1,
|
15514
|
+
# }
|
15515
|
+
#
|
15516
|
+
# @!attribute [rw] automatic_renewal
|
15517
|
+
# Automatic renewal status for the reservation
|
15518
|
+
# @return [String]
|
15519
|
+
#
|
15520
|
+
# @!attribute [rw] renewal_count
|
15521
|
+
# Count for the reservation renewal
|
15522
|
+
# @return [Integer]
|
15523
|
+
#
|
15524
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RenewalSettings AWS API Documentation
|
15525
|
+
#
|
15526
|
+
class RenewalSettings < Struct.new(
|
15527
|
+
:automatic_renewal,
|
15528
|
+
:renewal_count)
|
15529
|
+
SENSITIVE = []
|
15530
|
+
include Aws::Structure
|
15531
|
+
end
|
15532
|
+
|
15469
15533
|
# Reserved resources available to use
|
15470
15534
|
#
|
15471
15535
|
# @!attribute [rw] arn
|
@@ -15521,6 +15585,10 @@ module Aws::MediaLive
|
|
15521
15585
|
# AWS region, e.g. 'us-west-2'
|
15522
15586
|
# @return [String]
|
15523
15587
|
#
|
15588
|
+
# @!attribute [rw] renewal_settings
|
15589
|
+
# Renewal settings for the reservation
|
15590
|
+
# @return [Types::RenewalSettings]
|
15591
|
+
#
|
15524
15592
|
# @!attribute [rw] reservation_id
|
15525
15593
|
# Unique reservation ID, e.g. '1234567'
|
15526
15594
|
# @return [String]
|
@@ -15561,6 +15629,7 @@ module Aws::MediaLive
|
|
15561
15629
|
:offering_id,
|
15562
15630
|
:offering_type,
|
15563
15631
|
:region,
|
15632
|
+
:renewal_settings,
|
15564
15633
|
:reservation_id,
|
15565
15634
|
:resource_specification,
|
15566
15635
|
:start,
|
@@ -15869,7 +15938,7 @@ module Aws::MediaLive
|
|
15869
15938
|
# height: 1,
|
15870
15939
|
# image: { # required
|
15871
15940
|
# password_param: "__string",
|
15872
|
-
# uri: "
|
15941
|
+
# uri: "__stringMax2048", # required
|
15873
15942
|
# username: "__string",
|
15874
15943
|
# },
|
15875
15944
|
# image_x: 1,
|
@@ -16018,7 +16087,7 @@ module Aws::MediaLive
|
|
16018
16087
|
# height: 1,
|
16019
16088
|
# image: { # required
|
16020
16089
|
# password_param: "__string",
|
16021
|
-
# uri: "
|
16090
|
+
# uri: "__stringMax2048", # required
|
16022
16091
|
# username: "__string",
|
16023
16092
|
# },
|
16024
16093
|
# image_x: 1,
|
@@ -16911,7 +16980,7 @@ module Aws::MediaLive
|
|
16911
16980
|
# height: 1,
|
16912
16981
|
# image: { # required
|
16913
16982
|
# password_param: "__string",
|
16914
|
-
# uri: "
|
16983
|
+
# uri: "__stringMax2048", # required
|
16915
16984
|
# username: "__string",
|
16916
16985
|
# },
|
16917
16986
|
# image_x: 1,
|
@@ -17039,7 +17108,7 @@ module Aws::MediaLive
|
|
17039
17108
|
# {
|
17040
17109
|
# key_provider_server: {
|
17041
17110
|
# password_param: "__string",
|
17042
|
-
# uri: "
|
17111
|
+
# uri: "__stringMax2048", # required
|
17043
17112
|
# username: "__string",
|
17044
17113
|
# },
|
17045
17114
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -18019,7 +18088,7 @@ module Aws::MediaLive
|
|
18019
18088
|
# },
|
18020
18089
|
# language_code: "__stringMin1Max35",
|
18021
18090
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
18022
|
-
# name: "
|
18091
|
+
# name: "__stringMax255", # required
|
18023
18092
|
# remix_settings: {
|
18024
18093
|
# channel_mappings: [ # required
|
18025
18094
|
# {
|
@@ -18041,7 +18110,7 @@ module Aws::MediaLive
|
|
18041
18110
|
# avail_blanking: {
|
18042
18111
|
# avail_blanking_image: {
|
18043
18112
|
# password_param: "__string",
|
18044
|
-
# uri: "
|
18113
|
+
# uri: "__stringMax2048", # required
|
18045
18114
|
# username: "__string",
|
18046
18115
|
# },
|
18047
18116
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -18063,13 +18132,13 @@ module Aws::MediaLive
|
|
18063
18132
|
# blackout_slate: {
|
18064
18133
|
# blackout_slate_image: {
|
18065
18134
|
# password_param: "__string",
|
18066
|
-
# uri: "
|
18135
|
+
# uri: "__stringMax2048", # required
|
18067
18136
|
# username: "__string",
|
18068
18137
|
# },
|
18069
18138
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
18070
18139
|
# network_end_blackout_image: {
|
18071
18140
|
# password_param: "__string",
|
18072
|
-
# uri: "
|
18141
|
+
# uri: "__stringMax2048", # required
|
18073
18142
|
# username: "__string",
|
18074
18143
|
# },
|
18075
18144
|
# network_id: "__stringMin34Max34",
|
@@ -18077,6 +18146,7 @@ module Aws::MediaLive
|
|
18077
18146
|
# },
|
18078
18147
|
# caption_descriptions: [
|
18079
18148
|
# {
|
18149
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
18080
18150
|
# caption_selector_name: "__string", # required
|
18081
18151
|
# destination_settings: {
|
18082
18152
|
# arib_destination_settings: {
|
@@ -18087,7 +18157,7 @@ module Aws::MediaLive
|
|
18087
18157
|
# background_opacity: 1,
|
18088
18158
|
# font: {
|
18089
18159
|
# password_param: "__string",
|
18090
|
-
# uri: "
|
18160
|
+
# uri: "__stringMax2048", # required
|
18091
18161
|
# username: "__string",
|
18092
18162
|
# },
|
18093
18163
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -18110,7 +18180,7 @@ module Aws::MediaLive
|
|
18110
18180
|
# background_opacity: 1,
|
18111
18181
|
# font: {
|
18112
18182
|
# password_param: "__string",
|
18113
|
-
# uri: "
|
18183
|
+
# uri: "__stringMax2048", # required
|
18114
18184
|
# username: "__string",
|
18115
18185
|
# },
|
18116
18186
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -18170,7 +18240,7 @@ module Aws::MediaLive
|
|
18170
18240
|
# input_loss_image_color: "__stringMin6Max6",
|
18171
18241
|
# input_loss_image_slate: {
|
18172
18242
|
# password_param: "__string",
|
18173
|
-
# uri: "
|
18243
|
+
# uri: "__stringMax2048", # required
|
18174
18244
|
# username: "__string",
|
18175
18245
|
# },
|
18176
18246
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -18287,7 +18357,7 @@ module Aws::MediaLive
|
|
18287
18357
|
# static_key_settings: {
|
18288
18358
|
# key_provider_server: {
|
18289
18359
|
# password_param: "__string",
|
18290
|
-
# uri: "
|
18360
|
+
# uri: "__stringMax2048", # required
|
18291
18361
|
# username: "__string",
|
18292
18362
|
# },
|
18293
18363
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -18440,7 +18510,7 @@ module Aws::MediaLive
|
|
18440
18510
|
# audio_group_id: "__string",
|
18441
18511
|
# audio_only_image: {
|
18442
18512
|
# password_param: "__string",
|
18443
|
-
# uri: "
|
18513
|
+
# uri: "__stringMax2048", # required
|
18444
18514
|
# username: "__string",
|
18445
18515
|
# },
|
18446
18516
|
# 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
|
@@ -19437,10 +19507,15 @@ module Aws::MediaLive
|
|
19437
19507
|
# Name of the reservation
|
19438
19508
|
# @return [String]
|
19439
19509
|
#
|
19510
|
+
# @!attribute [rw] renewal_settings
|
19511
|
+
# Renewal settings for the reservation
|
19512
|
+
# @return [Types::RenewalSettings]
|
19513
|
+
#
|
19440
19514
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateReservation AWS API Documentation
|
19441
19515
|
#
|
19442
19516
|
class UpdateReservation < Struct.new(
|
19443
|
-
:name
|
19517
|
+
:name,
|
19518
|
+
:renewal_settings)
|
19444
19519
|
SENSITIVE = []
|
19445
19520
|
include Aws::Structure
|
19446
19521
|
end
|
@@ -19450,12 +19525,20 @@ module Aws::MediaLive
|
|
19450
19525
|
#
|
19451
19526
|
# {
|
19452
19527
|
# name: "__string",
|
19528
|
+
# renewal_settings: {
|
19529
|
+
# automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
|
19530
|
+
# renewal_count: 1,
|
19531
|
+
# },
|
19453
19532
|
# reservation_id: "__string", # required
|
19454
19533
|
# }
|
19455
19534
|
#
|
19456
19535
|
# @!attribute [rw] name
|
19457
19536
|
# @return [String]
|
19458
19537
|
#
|
19538
|
+
# @!attribute [rw] renewal_settings
|
19539
|
+
# The Renewal settings for Reservations
|
19540
|
+
# @return [Types::RenewalSettings]
|
19541
|
+
#
|
19459
19542
|
# @!attribute [rw] reservation_id
|
19460
19543
|
# @return [String]
|
19461
19544
|
#
|
@@ -19463,6 +19546,7 @@ module Aws::MediaLive
|
|
19463
19546
|
#
|
19464
19547
|
class UpdateReservationRequest < Struct.new(
|
19465
19548
|
:name,
|
19549
|
+
:renewal_settings,
|
19466
19550
|
:reservation_id)
|
19467
19551
|
SENSITIVE = []
|
19468
19552
|
include Aws::Structure
|
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.87.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-06-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|