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 +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +164 -23
- data/lib/aws-sdk-medialive/client_api.rb +101 -2
- data/lib/aws-sdk-medialive/types.rb +351 -67
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +2 -2
@@ -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
|
# {
|
@@ -932,7 +932,7 @@ module Aws::MediaLive
|
|
932
932
|
# audio_group_id: "__string",
|
933
933
|
# audio_only_image: {
|
934
934
|
# password_param: "__string",
|
935
|
-
# uri: "
|
935
|
+
# uri: "__stringMax2048", # required
|
936
936
|
# username: "__string",
|
937
937
|
# },
|
938
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
|
@@ -1281,7 +1281,7 @@ module Aws::MediaLive
|
|
1281
1281
|
# {
|
1282
1282
|
# avail_blanking_image: {
|
1283
1283
|
# password_param: "__string",
|
1284
|
-
# uri: "
|
1284
|
+
# uri: "__stringMax2048", # required
|
1285
1285
|
# username: "__string",
|
1286
1286
|
# },
|
1287
1287
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -1620,7 +1620,7 @@ module Aws::MediaLive
|
|
1620
1620
|
# height: 1,
|
1621
1621
|
# image: { # required
|
1622
1622
|
# password_param: "__string",
|
1623
|
-
# uri: "
|
1623
|
+
# uri: "__stringMax2048", # required
|
1624
1624
|
# username: "__string",
|
1625
1625
|
# },
|
1626
1626
|
# image_x: 1,
|
@@ -1989,7 +1989,7 @@ module Aws::MediaLive
|
|
1989
1989
|
# height: 1,
|
1990
1990
|
# image: { # required
|
1991
1991
|
# password_param: "__string",
|
1992
|
-
# uri: "
|
1992
|
+
# uri: "__stringMax2048", # required
|
1993
1993
|
# username: "__string",
|
1994
1994
|
# },
|
1995
1995
|
# image_x: 1,
|
@@ -2087,13 +2087,13 @@ module Aws::MediaLive
|
|
2087
2087
|
# {
|
2088
2088
|
# blackout_slate_image: {
|
2089
2089
|
# password_param: "__string",
|
2090
|
-
# uri: "
|
2090
|
+
# uri: "__stringMax2048", # required
|
2091
2091
|
# username: "__string",
|
2092
2092
|
# },
|
2093
2093
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
2094
2094
|
# network_end_blackout_image: {
|
2095
2095
|
# password_param: "__string",
|
2096
|
-
# uri: "
|
2096
|
+
# uri: "__stringMax2048", # required
|
2097
2097
|
# username: "__string",
|
2098
2098
|
# },
|
2099
2099
|
# network_id: "__stringMin34Max34",
|
@@ -2153,7 +2153,7 @@ module Aws::MediaLive
|
|
2153
2153
|
# background_opacity: 1,
|
2154
2154
|
# font: {
|
2155
2155
|
# password_param: "__string",
|
2156
|
-
# uri: "
|
2156
|
+
# uri: "__stringMax2048", # required
|
2157
2157
|
# username: "__string",
|
2158
2158
|
# },
|
2159
2159
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2342,6 +2342,7 @@ module Aws::MediaLive
|
|
2342
2342
|
# data as a hash:
|
2343
2343
|
#
|
2344
2344
|
# {
|
2345
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
2345
2346
|
# caption_selector_name: "__string", # required
|
2346
2347
|
# destination_settings: {
|
2347
2348
|
# arib_destination_settings: {
|
@@ -2352,7 +2353,7 @@ module Aws::MediaLive
|
|
2352
2353
|
# background_opacity: 1,
|
2353
2354
|
# font: {
|
2354
2355
|
# password_param: "__string",
|
2355
|
-
# uri: "
|
2356
|
+
# uri: "__stringMax2048", # required
|
2356
2357
|
# username: "__string",
|
2357
2358
|
# },
|
2358
2359
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2375,7 +2376,7 @@ module Aws::MediaLive
|
|
2375
2376
|
# background_opacity: 1,
|
2376
2377
|
# font: {
|
2377
2378
|
# password_param: "__string",
|
2378
|
-
# uri: "
|
2379
|
+
# uri: "__stringMax2048", # required
|
2379
2380
|
# username: "__string",
|
2380
2381
|
# },
|
2381
2382
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2424,6 +2425,12 @@ module Aws::MediaLive
|
|
2424
2425
|
# name: "__string", # required
|
2425
2426
|
# }
|
2426
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
|
+
#
|
2427
2434
|
# @!attribute [rw] caption_selector_name
|
2428
2435
|
# Specifies which input caption selector to use as a caption source
|
2429
2436
|
# when generating output captions. This field should match a
|
@@ -2452,6 +2459,7 @@ module Aws::MediaLive
|
|
2452
2459
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CaptionDescription AWS API Documentation
|
2453
2460
|
#
|
2454
2461
|
class CaptionDescription < Struct.new(
|
2462
|
+
:accessibility,
|
2455
2463
|
:caption_selector_name,
|
2456
2464
|
:destination_settings,
|
2457
2465
|
:language_code,
|
@@ -2475,7 +2483,7 @@ module Aws::MediaLive
|
|
2475
2483
|
# background_opacity: 1,
|
2476
2484
|
# font: {
|
2477
2485
|
# password_param: "__string",
|
2478
|
-
# uri: "
|
2486
|
+
# uri: "__stringMax2048", # required
|
2479
2487
|
# username: "__string",
|
2480
2488
|
# },
|
2481
2489
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2498,7 +2506,7 @@ module Aws::MediaLive
|
|
2498
2506
|
# background_opacity: 1,
|
2499
2507
|
# font: {
|
2500
2508
|
# password_param: "__string",
|
2501
|
-
# uri: "
|
2509
|
+
# uri: "__stringMax2048", # required
|
2502
2510
|
# username: "__string",
|
2503
2511
|
# },
|
2504
2512
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -2935,6 +2943,10 @@ module Aws::MediaLive
|
|
2935
2943
|
# The log level being written to CloudWatch Logs.
|
2936
2944
|
# @return [String]
|
2937
2945
|
#
|
2946
|
+
# @!attribute [rw] maintenance
|
2947
|
+
# Maintenance settings for this channel.
|
2948
|
+
# @return [Types::MaintenanceStatus]
|
2949
|
+
#
|
2938
2950
|
# @!attribute [rw] name
|
2939
2951
|
# The name of the channel. (user-mutable)
|
2940
2952
|
# @return [String]
|
@@ -2976,6 +2988,7 @@ module Aws::MediaLive
|
|
2976
2988
|
:input_attachments,
|
2977
2989
|
:input_specification,
|
2978
2990
|
:log_level,
|
2991
|
+
:maintenance,
|
2979
2992
|
:name,
|
2980
2993
|
:pipeline_details,
|
2981
2994
|
:pipelines_running_count,
|
@@ -3054,6 +3067,10 @@ module Aws::MediaLive
|
|
3054
3067
|
# The log level being written to CloudWatch Logs.
|
3055
3068
|
# @return [String]
|
3056
3069
|
#
|
3070
|
+
# @!attribute [rw] maintenance
|
3071
|
+
# Maintenance settings for this channel.
|
3072
|
+
# @return [Types::MaintenanceStatus]
|
3073
|
+
#
|
3057
3074
|
# @!attribute [rw] name
|
3058
3075
|
# The name of the channel. (user-mutable)
|
3059
3076
|
# @return [String]
|
@@ -3090,6 +3107,7 @@ module Aws::MediaLive
|
|
3090
3107
|
:input_attachments,
|
3091
3108
|
:input_specification,
|
3092
3109
|
:log_level,
|
3110
|
+
:maintenance,
|
3093
3111
|
:name,
|
3094
3112
|
:pipelines_running_count,
|
3095
3113
|
:role_arn,
|
@@ -3173,6 +3191,10 @@ module Aws::MediaLive
|
|
3173
3191
|
# The log level to write to CloudWatch Logs.
|
3174
3192
|
# @return [String]
|
3175
3193
|
#
|
3194
|
+
# @!attribute [rw] maintenance
|
3195
|
+
# Maintenance settings for this channel.
|
3196
|
+
# @return [Types::MaintenanceCreateSettings]
|
3197
|
+
#
|
3176
3198
|
# @!attribute [rw] name
|
3177
3199
|
# Name of channel.
|
3178
3200
|
# @return [String]
|
@@ -3209,6 +3231,7 @@ module Aws::MediaLive
|
|
3209
3231
|
:input_attachments,
|
3210
3232
|
:input_specification,
|
3211
3233
|
:log_level,
|
3234
|
+
:maintenance,
|
3212
3235
|
:name,
|
3213
3236
|
:request_id,
|
3214
3237
|
:reserved,
|
@@ -3332,7 +3355,7 @@ module Aws::MediaLive
|
|
3332
3355
|
# },
|
3333
3356
|
# language_code: "__stringMin1Max35",
|
3334
3357
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
3335
|
-
# name: "
|
3358
|
+
# name: "__stringMax255", # required
|
3336
3359
|
# remix_settings: {
|
3337
3360
|
# channel_mappings: [ # required
|
3338
3361
|
# {
|
@@ -3354,7 +3377,7 @@ module Aws::MediaLive
|
|
3354
3377
|
# avail_blanking: {
|
3355
3378
|
# avail_blanking_image: {
|
3356
3379
|
# password_param: "__string",
|
3357
|
-
# uri: "
|
3380
|
+
# uri: "__stringMax2048", # required
|
3358
3381
|
# username: "__string",
|
3359
3382
|
# },
|
3360
3383
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -3376,13 +3399,13 @@ module Aws::MediaLive
|
|
3376
3399
|
# blackout_slate: {
|
3377
3400
|
# blackout_slate_image: {
|
3378
3401
|
# password_param: "__string",
|
3379
|
-
# uri: "
|
3402
|
+
# uri: "__stringMax2048", # required
|
3380
3403
|
# username: "__string",
|
3381
3404
|
# },
|
3382
3405
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
3383
3406
|
# network_end_blackout_image: {
|
3384
3407
|
# password_param: "__string",
|
3385
|
-
# uri: "
|
3408
|
+
# uri: "__stringMax2048", # required
|
3386
3409
|
# username: "__string",
|
3387
3410
|
# },
|
3388
3411
|
# network_id: "__stringMin34Max34",
|
@@ -3390,6 +3413,7 @@ module Aws::MediaLive
|
|
3390
3413
|
# },
|
3391
3414
|
# caption_descriptions: [
|
3392
3415
|
# {
|
3416
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
3393
3417
|
# caption_selector_name: "__string", # required
|
3394
3418
|
# destination_settings: {
|
3395
3419
|
# arib_destination_settings: {
|
@@ -3400,7 +3424,7 @@ module Aws::MediaLive
|
|
3400
3424
|
# background_opacity: 1,
|
3401
3425
|
# font: {
|
3402
3426
|
# password_param: "__string",
|
3403
|
-
# uri: "
|
3427
|
+
# uri: "__stringMax2048", # required
|
3404
3428
|
# username: "__string",
|
3405
3429
|
# },
|
3406
3430
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -3423,7 +3447,7 @@ module Aws::MediaLive
|
|
3423
3447
|
# background_opacity: 1,
|
3424
3448
|
# font: {
|
3425
3449
|
# password_param: "__string",
|
3426
|
-
# uri: "
|
3450
|
+
# uri: "__stringMax2048", # required
|
3427
3451
|
# username: "__string",
|
3428
3452
|
# },
|
3429
3453
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -3483,7 +3507,7 @@ module Aws::MediaLive
|
|
3483
3507
|
# input_loss_image_color: "__stringMin6Max6",
|
3484
3508
|
# input_loss_image_slate: {
|
3485
3509
|
# password_param: "__string",
|
3486
|
-
# uri: "
|
3510
|
+
# uri: "__stringMax2048", # required
|
3487
3511
|
# username: "__string",
|
3488
3512
|
# },
|
3489
3513
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -3600,7 +3624,7 @@ module Aws::MediaLive
|
|
3600
3624
|
# static_key_settings: {
|
3601
3625
|
# key_provider_server: {
|
3602
3626
|
# password_param: "__string",
|
3603
|
-
# uri: "
|
3627
|
+
# uri: "__stringMax2048", # required
|
3604
3628
|
# username: "__string",
|
3605
3629
|
# },
|
3606
3630
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -3753,7 +3777,7 @@ module Aws::MediaLive
|
|
3753
3777
|
# audio_group_id: "__string",
|
3754
3778
|
# audio_only_image: {
|
3755
3779
|
# password_param: "__string",
|
3756
|
-
# uri: "
|
3780
|
+
# uri: "__stringMax2048", # required
|
3757
3781
|
# username: "__string",
|
3758
3782
|
# },
|
3759
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
|
@@ -4172,6 +4196,10 @@ module Aws::MediaLive
|
|
4172
4196
|
# resolution: "SD", # accepts SD, HD, UHD
|
4173
4197
|
# },
|
4174
4198
|
# log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
|
4199
|
+
# maintenance: {
|
4200
|
+
# maintenance_day: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
4201
|
+
# maintenance_start_time: "__stringPattern010920300",
|
4202
|
+
# },
|
4175
4203
|
# name: "__string",
|
4176
4204
|
# request_id: "__string",
|
4177
4205
|
# reserved: "__string",
|
@@ -4211,6 +4239,9 @@ module Aws::MediaLive
|
|
4211
4239
|
# The log level the user wants for their channel.
|
4212
4240
|
# @return [String]
|
4213
4241
|
#
|
4242
|
+
# @!attribute [rw] maintenance
|
4243
|
+
# @return [Types::MaintenanceCreateSettings]
|
4244
|
+
#
|
4214
4245
|
# @!attribute [rw] name
|
4215
4246
|
# @return [String]
|
4216
4247
|
#
|
@@ -4244,6 +4275,7 @@ module Aws::MediaLive
|
|
4244
4275
|
:input_attachments,
|
4245
4276
|
:input_specification,
|
4246
4277
|
:log_level,
|
4278
|
+
:maintenance,
|
4247
4279
|
:name,
|
4248
4280
|
:request_id,
|
4249
4281
|
:reserved,
|
@@ -4877,6 +4909,9 @@ module Aws::MediaLive
|
|
4877
4909
|
# The log level the user wants for their channel.
|
4878
4910
|
# @return [String]
|
4879
4911
|
#
|
4912
|
+
# @!attribute [rw] maintenance
|
4913
|
+
# @return [Types::MaintenanceStatus]
|
4914
|
+
#
|
4880
4915
|
# @!attribute [rw] name
|
4881
4916
|
# @return [String]
|
4882
4917
|
#
|
@@ -4912,6 +4947,7 @@ module Aws::MediaLive
|
|
4912
4947
|
:input_attachments,
|
4913
4948
|
:input_specification,
|
4914
4949
|
:log_level,
|
4950
|
+
:maintenance,
|
4915
4951
|
:name,
|
4916
4952
|
:pipeline_details,
|
4917
4953
|
:pipelines_running_count,
|
@@ -5142,6 +5178,10 @@ module Aws::MediaLive
|
|
5142
5178
|
# @!attribute [rw] region
|
5143
5179
|
# @return [String]
|
5144
5180
|
#
|
5181
|
+
# @!attribute [rw] renewal_settings
|
5182
|
+
# The Renewal settings for Reservations
|
5183
|
+
# @return [Types::RenewalSettings]
|
5184
|
+
#
|
5145
5185
|
# @!attribute [rw] reservation_id
|
5146
5186
|
# @return [String]
|
5147
5187
|
#
|
@@ -5177,6 +5217,7 @@ module Aws::MediaLive
|
|
5177
5217
|
:offering_id,
|
5178
5218
|
:offering_type,
|
5179
5219
|
:region,
|
5220
|
+
:renewal_settings,
|
5180
5221
|
:reservation_id,
|
5181
5222
|
:resource_specification,
|
5182
5223
|
:start,
|
@@ -5284,6 +5325,9 @@ module Aws::MediaLive
|
|
5284
5325
|
# The log level the user wants for their channel.
|
5285
5326
|
# @return [String]
|
5286
5327
|
#
|
5328
|
+
# @!attribute [rw] maintenance
|
5329
|
+
# @return [Types::MaintenanceStatus]
|
5330
|
+
#
|
5287
5331
|
# @!attribute [rw] name
|
5288
5332
|
# @return [String]
|
5289
5333
|
#
|
@@ -5319,6 +5363,7 @@ module Aws::MediaLive
|
|
5319
5363
|
:input_attachments,
|
5320
5364
|
:input_specification,
|
5321
5365
|
:log_level,
|
5366
|
+
:maintenance,
|
5322
5367
|
:name,
|
5323
5368
|
:pipeline_details,
|
5324
5369
|
:pipelines_running_count,
|
@@ -5861,6 +5906,10 @@ module Aws::MediaLive
|
|
5861
5906
|
# @!attribute [rw] region
|
5862
5907
|
# @return [String]
|
5863
5908
|
#
|
5909
|
+
# @!attribute [rw] renewal_settings
|
5910
|
+
# The Renewal settings for Reservations
|
5911
|
+
# @return [Types::RenewalSettings]
|
5912
|
+
#
|
5864
5913
|
# @!attribute [rw] reservation_id
|
5865
5914
|
# @return [String]
|
5866
5915
|
#
|
@@ -5896,6 +5945,7 @@ module Aws::MediaLive
|
|
5896
5945
|
:offering_id,
|
5897
5946
|
:offering_type,
|
5898
5947
|
:region,
|
5948
|
+
:renewal_settings,
|
5899
5949
|
:reservation_id,
|
5900
5950
|
:resource_specification,
|
5901
5951
|
:start,
|
@@ -6044,7 +6094,7 @@ module Aws::MediaLive
|
|
6044
6094
|
# background_opacity: 1,
|
6045
6095
|
# font: {
|
6046
6096
|
# password_param: "__string",
|
6047
|
-
# uri: "
|
6097
|
+
# uri: "__stringMax2048", # required
|
6048
6098
|
# username: "__string",
|
6049
6099
|
# },
|
6050
6100
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -6433,10 +6483,8 @@ module Aws::MediaLive
|
|
6433
6483
|
# }
|
6434
6484
|
#
|
6435
6485
|
# @!attribute [rw] copyright_holder
|
6436
|
-
#
|
6437
|
-
#
|
6438
|
-
# include the name of the copyright holder in the copyright metadata
|
6439
|
-
# tag in the TTML
|
6486
|
+
# Complete this field if you want to include the name of the copyright
|
6487
|
+
# holder in the copyright tag in the captions metadata.
|
6440
6488
|
# @return [String]
|
6441
6489
|
#
|
6442
6490
|
# @!attribute [rw] fill_line_gap
|
@@ -6637,7 +6685,7 @@ module Aws::MediaLive
|
|
6637
6685
|
# },
|
6638
6686
|
# language_code: "__stringMin1Max35",
|
6639
6687
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
6640
|
-
# name: "
|
6688
|
+
# name: "__stringMax255", # required
|
6641
6689
|
# remix_settings: {
|
6642
6690
|
# channel_mappings: [ # required
|
6643
6691
|
# {
|
@@ -6659,7 +6707,7 @@ module Aws::MediaLive
|
|
6659
6707
|
# avail_blanking: {
|
6660
6708
|
# avail_blanking_image: {
|
6661
6709
|
# password_param: "__string",
|
6662
|
-
# uri: "
|
6710
|
+
# uri: "__stringMax2048", # required
|
6663
6711
|
# username: "__string",
|
6664
6712
|
# },
|
6665
6713
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -6681,13 +6729,13 @@ module Aws::MediaLive
|
|
6681
6729
|
# blackout_slate: {
|
6682
6730
|
# blackout_slate_image: {
|
6683
6731
|
# password_param: "__string",
|
6684
|
-
# uri: "
|
6732
|
+
# uri: "__stringMax2048", # required
|
6685
6733
|
# username: "__string",
|
6686
6734
|
# },
|
6687
6735
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
6688
6736
|
# network_end_blackout_image: {
|
6689
6737
|
# password_param: "__string",
|
6690
|
-
# uri: "
|
6738
|
+
# uri: "__stringMax2048", # required
|
6691
6739
|
# username: "__string",
|
6692
6740
|
# },
|
6693
6741
|
# network_id: "__stringMin34Max34",
|
@@ -6695,6 +6743,7 @@ module Aws::MediaLive
|
|
6695
6743
|
# },
|
6696
6744
|
# caption_descriptions: [
|
6697
6745
|
# {
|
6746
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
6698
6747
|
# caption_selector_name: "__string", # required
|
6699
6748
|
# destination_settings: {
|
6700
6749
|
# arib_destination_settings: {
|
@@ -6705,7 +6754,7 @@ module Aws::MediaLive
|
|
6705
6754
|
# background_opacity: 1,
|
6706
6755
|
# font: {
|
6707
6756
|
# password_param: "__string",
|
6708
|
-
# uri: "
|
6757
|
+
# uri: "__stringMax2048", # required
|
6709
6758
|
# username: "__string",
|
6710
6759
|
# },
|
6711
6760
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -6728,7 +6777,7 @@ module Aws::MediaLive
|
|
6728
6777
|
# background_opacity: 1,
|
6729
6778
|
# font: {
|
6730
6779
|
# password_param: "__string",
|
6731
|
-
# uri: "
|
6780
|
+
# uri: "__stringMax2048", # required
|
6732
6781
|
# username: "__string",
|
6733
6782
|
# },
|
6734
6783
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -6788,7 +6837,7 @@ module Aws::MediaLive
|
|
6788
6837
|
# input_loss_image_color: "__stringMin6Max6",
|
6789
6838
|
# input_loss_image_slate: {
|
6790
6839
|
# password_param: "__string",
|
6791
|
-
# uri: "
|
6840
|
+
# uri: "__stringMax2048", # required
|
6792
6841
|
# username: "__string",
|
6793
6842
|
# },
|
6794
6843
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -6905,7 +6954,7 @@ module Aws::MediaLive
|
|
6905
6954
|
# static_key_settings: {
|
6906
6955
|
# key_provider_server: {
|
6907
6956
|
# password_param: "__string",
|
6908
|
-
# uri: "
|
6957
|
+
# uri: "__stringMax2048", # required
|
6909
6958
|
# username: "__string",
|
6910
6959
|
# },
|
6911
6960
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -7058,7 +7107,7 @@ module Aws::MediaLive
|
|
7058
7107
|
# audio_group_id: "__string",
|
7059
7108
|
# audio_only_image: {
|
7060
7109
|
# password_param: "__string",
|
7061
|
-
# uri: "
|
7110
|
+
# uri: "__stringMax2048", # required
|
7062
7111
|
# username: "__string",
|
7063
7112
|
# },
|
7064
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
|
@@ -7821,7 +7870,7 @@ module Aws::MediaLive
|
|
7821
7870
|
# input_loss_image_color: "__stringMin6Max6",
|
7822
7871
|
# input_loss_image_slate: {
|
7823
7872
|
# password_param: "__string",
|
7824
|
-
# uri: "
|
7873
|
+
# uri: "__stringMax2048", # required
|
7825
7874
|
# username: "__string",
|
7826
7875
|
# },
|
7827
7876
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -8956,7 +9005,7 @@ module Aws::MediaLive
|
|
8956
9005
|
# static_key_settings: {
|
8957
9006
|
# key_provider_server: {
|
8958
9007
|
# password_param: "__string",
|
8959
|
-
# uri: "
|
9008
|
+
# uri: "__stringMax2048", # required
|
8960
9009
|
# username: "__string",
|
8961
9010
|
# },
|
8962
9011
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -9463,7 +9512,7 @@ module Aws::MediaLive
|
|
9463
9512
|
# audio_group_id: "__string",
|
9464
9513
|
# audio_only_image: {
|
9465
9514
|
# password_param: "__string",
|
9466
|
-
# uri: "
|
9515
|
+
# uri: "__stringMax2048", # required
|
9467
9516
|
# username: "__string",
|
9468
9517
|
# },
|
9469
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
|
@@ -9566,7 +9615,7 @@ module Aws::MediaLive
|
|
9566
9615
|
# audio_group_id: "__string",
|
9567
9616
|
# audio_only_image: {
|
9568
9617
|
# password_param: "__string",
|
9569
|
-
# uri: "
|
9618
|
+
# uri: "__stringMax2048", # required
|
9570
9619
|
# username: "__string",
|
9571
9620
|
# },
|
9572
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
|
@@ -10502,7 +10551,7 @@ module Aws::MediaLive
|
|
10502
10551
|
#
|
10503
10552
|
# {
|
10504
10553
|
# password_param: "__string",
|
10505
|
-
# uri: "
|
10554
|
+
# uri: "__stringMax2048", # required
|
10506
10555
|
# username: "__string",
|
10507
10556
|
# }
|
10508
10557
|
#
|
@@ -10545,7 +10594,7 @@ module Aws::MediaLive
|
|
10545
10594
|
# input_loss_image_color: "__stringMin6Max6",
|
10546
10595
|
# input_loss_image_slate: {
|
10547
10596
|
# password_param: "__string",
|
10548
|
-
# uri: "
|
10597
|
+
# uri: "__stringMax2048", # required
|
10549
10598
|
# username: "__string",
|
10550
10599
|
# },
|
10551
10600
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -11158,7 +11207,7 @@ module Aws::MediaLive
|
|
11158
11207
|
# static_key_settings: {
|
11159
11208
|
# key_provider_server: {
|
11160
11209
|
# password_param: "__string",
|
11161
|
-
# uri: "
|
11210
|
+
# uri: "__stringMax2048", # required
|
11162
11211
|
# username: "__string",
|
11163
11212
|
# },
|
11164
11213
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -12373,6 +12422,96 @@ module Aws::MediaLive
|
|
12373
12422
|
include Aws::Structure
|
12374
12423
|
end
|
12375
12424
|
|
12425
|
+
# @note When making an API call, you may pass MaintenanceCreateSettings
|
12426
|
+
# data as a hash:
|
12427
|
+
#
|
12428
|
+
# {
|
12429
|
+
# maintenance_day: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
12430
|
+
# maintenance_start_time: "__stringPattern010920300",
|
12431
|
+
# }
|
12432
|
+
#
|
12433
|
+
# @!attribute [rw] maintenance_day
|
12434
|
+
# Choose one day of the week for maintenance. The chosen day is used
|
12435
|
+
# for all future maintenance windows.
|
12436
|
+
# @return [String]
|
12437
|
+
#
|
12438
|
+
# @!attribute [rw] maintenance_start_time
|
12439
|
+
# Choose the hour that maintenance will start. The chosen time is used
|
12440
|
+
# for all future maintenance windows.
|
12441
|
+
# @return [String]
|
12442
|
+
#
|
12443
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MaintenanceCreateSettings AWS API Documentation
|
12444
|
+
#
|
12445
|
+
class MaintenanceCreateSettings < Struct.new(
|
12446
|
+
:maintenance_day,
|
12447
|
+
:maintenance_start_time)
|
12448
|
+
SENSITIVE = []
|
12449
|
+
include Aws::Structure
|
12450
|
+
end
|
12451
|
+
|
12452
|
+
# @!attribute [rw] maintenance_day
|
12453
|
+
# The currently selected maintenance day.
|
12454
|
+
# @return [String]
|
12455
|
+
#
|
12456
|
+
# @!attribute [rw] maintenance_deadline
|
12457
|
+
# Maintenance is required by the displayed date and time. Date and
|
12458
|
+
# time is in ISO.
|
12459
|
+
# @return [String]
|
12460
|
+
#
|
12461
|
+
# @!attribute [rw] maintenance_scheduled_date
|
12462
|
+
# The currently scheduled maintenance date and time. Date and time is
|
12463
|
+
# in ISO.
|
12464
|
+
# @return [String]
|
12465
|
+
#
|
12466
|
+
# @!attribute [rw] maintenance_start_time
|
12467
|
+
# The currently selected maintenance start time. Time is in UTC.
|
12468
|
+
# @return [String]
|
12469
|
+
#
|
12470
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MaintenanceStatus AWS API Documentation
|
12471
|
+
#
|
12472
|
+
class MaintenanceStatus < Struct.new(
|
12473
|
+
:maintenance_day,
|
12474
|
+
:maintenance_deadline,
|
12475
|
+
:maintenance_scheduled_date,
|
12476
|
+
:maintenance_start_time)
|
12477
|
+
SENSITIVE = []
|
12478
|
+
include Aws::Structure
|
12479
|
+
end
|
12480
|
+
|
12481
|
+
# @note When making an API call, you may pass MaintenanceUpdateSettings
|
12482
|
+
# data as a hash:
|
12483
|
+
#
|
12484
|
+
# {
|
12485
|
+
# maintenance_day: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
12486
|
+
# maintenance_scheduled_date: "__string",
|
12487
|
+
# maintenance_start_time: "__stringPattern010920300",
|
12488
|
+
# }
|
12489
|
+
#
|
12490
|
+
# @!attribute [rw] maintenance_day
|
12491
|
+
# Choose one day of the week for maintenance. The chosen day is used
|
12492
|
+
# for all future maintenance windows.
|
12493
|
+
# @return [String]
|
12494
|
+
#
|
12495
|
+
# @!attribute [rw] maintenance_scheduled_date
|
12496
|
+
# Choose a specific date for maintenance to occur. The chosen date is
|
12497
|
+
# used for the next maintenance window only.
|
12498
|
+
# @return [String]
|
12499
|
+
#
|
12500
|
+
# @!attribute [rw] maintenance_start_time
|
12501
|
+
# Choose the hour that maintenance will start. The chosen time is used
|
12502
|
+
# for all future maintenance windows.
|
12503
|
+
# @return [String]
|
12504
|
+
#
|
12505
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MaintenanceUpdateSettings AWS API Documentation
|
12506
|
+
#
|
12507
|
+
class MaintenanceUpdateSettings < Struct.new(
|
12508
|
+
:maintenance_day,
|
12509
|
+
:maintenance_scheduled_date,
|
12510
|
+
:maintenance_start_time)
|
12511
|
+
SENSITIVE = []
|
12512
|
+
include Aws::Structure
|
12513
|
+
end
|
12514
|
+
|
12376
12515
|
# The settings for a MediaConnect Flow.
|
12377
12516
|
#
|
12378
12517
|
# @!attribute [rw] flow_arn
|
@@ -13885,7 +14024,7 @@ module Aws::MediaLive
|
|
13885
14024
|
# audio_group_id: "__string",
|
13886
14025
|
# audio_only_image: {
|
13887
14026
|
# password_param: "__string",
|
13888
|
-
# uri: "
|
14027
|
+
# uri: "__stringMax2048", # required
|
13889
14028
|
# username: "__string",
|
13890
14029
|
# },
|
13891
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
|
@@ -14246,7 +14385,7 @@ module Aws::MediaLive
|
|
14246
14385
|
# static_key_settings: {
|
14247
14386
|
# key_provider_server: {
|
14248
14387
|
# password_param: "__string",
|
14249
|
-
# uri: "
|
14388
|
+
# uri: "__stringMax2048", # required
|
14250
14389
|
# username: "__string",
|
14251
14390
|
# },
|
14252
14391
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -14399,7 +14538,7 @@ module Aws::MediaLive
|
|
14399
14538
|
# audio_group_id: "__string",
|
14400
14539
|
# audio_only_image: {
|
14401
14540
|
# password_param: "__string",
|
14402
|
-
# uri: "
|
14541
|
+
# uri: "__stringMax2048", # required
|
14403
14542
|
# username: "__string",
|
14404
14543
|
# },
|
14405
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
|
@@ -14537,9 +14676,7 @@ module Aws::MediaLive
|
|
14537
14676
|
# }
|
14538
14677
|
#
|
14539
14678
|
# @!attribute [rw] name
|
14540
|
-
# Custom output group name optionally defined by the user.
|
14541
|
-
# letters, numbers, and the underscore character allowed; only 32
|
14542
|
-
# characters allowed.
|
14679
|
+
# Custom output group name optionally defined by the user.
|
14543
14680
|
# @return [String]
|
14544
14681
|
#
|
14545
14682
|
# @!attribute [rw] output_group_settings
|
@@ -14657,7 +14794,7 @@ module Aws::MediaLive
|
|
14657
14794
|
# static_key_settings: {
|
14658
14795
|
# key_provider_server: {
|
14659
14796
|
# password_param: "__string",
|
14660
|
-
# uri: "
|
14797
|
+
# uri: "__stringMax2048", # required
|
14661
14798
|
# username: "__string",
|
14662
14799
|
# },
|
14663
14800
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -14878,7 +15015,7 @@ module Aws::MediaLive
|
|
14878
15015
|
# audio_group_id: "__string",
|
14879
15016
|
# audio_only_image: {
|
14880
15017
|
# password_param: "__string",
|
14881
|
-
# uri: "
|
15018
|
+
# uri: "__stringMax2048", # required
|
14882
15019
|
# username: "__string",
|
14883
15020
|
# },
|
14884
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
|
@@ -15161,6 +15298,10 @@ module Aws::MediaLive
|
|
15161
15298
|
# Name for the new reservation
|
15162
15299
|
# @return [String]
|
15163
15300
|
#
|
15301
|
+
# @!attribute [rw] renewal_settings
|
15302
|
+
# Renewal settings for the reservation
|
15303
|
+
# @return [Types::RenewalSettings]
|
15304
|
+
#
|
15164
15305
|
# @!attribute [rw] request_id
|
15165
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
|
15166
15307
|
# not need to pass this option.
|
@@ -15181,6 +15322,7 @@ module Aws::MediaLive
|
|
15181
15322
|
class PurchaseOffering < Struct.new(
|
15182
15323
|
:count,
|
15183
15324
|
:name,
|
15325
|
+
:renewal_settings,
|
15184
15326
|
:request_id,
|
15185
15327
|
:start,
|
15186
15328
|
:tags)
|
@@ -15195,6 +15337,10 @@ module Aws::MediaLive
|
|
15195
15337
|
# count: 1, # required
|
15196
15338
|
# name: "__string",
|
15197
15339
|
# offering_id: "__string", # required
|
15340
|
+
# renewal_settings: {
|
15341
|
+
# automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
|
15342
|
+
# renewal_count: 1,
|
15343
|
+
# },
|
15198
15344
|
# request_id: "__string",
|
15199
15345
|
# start: "__string",
|
15200
15346
|
# tags: {
|
@@ -15211,6 +15357,10 @@ module Aws::MediaLive
|
|
15211
15357
|
# @!attribute [rw] offering_id
|
15212
15358
|
# @return [String]
|
15213
15359
|
#
|
15360
|
+
# @!attribute [rw] renewal_settings
|
15361
|
+
# The Renewal settings for Reservations
|
15362
|
+
# @return [Types::RenewalSettings]
|
15363
|
+
#
|
15214
15364
|
# @!attribute [rw] request_id
|
15215
15365
|
# **A suitable default value is auto-generated.** You should normally
|
15216
15366
|
# not need to pass this option.
|
@@ -15228,6 +15378,7 @@ module Aws::MediaLive
|
|
15228
15378
|
:count,
|
15229
15379
|
:name,
|
15230
15380
|
:offering_id,
|
15381
|
+
:renewal_settings,
|
15231
15382
|
:request_id,
|
15232
15383
|
:start,
|
15233
15384
|
:tags)
|
@@ -15269,6 +15420,49 @@ module Aws::MediaLive
|
|
15269
15420
|
#
|
15270
15421
|
class RawSettings < Aws::EmptyStructure; end
|
15271
15422
|
|
15423
|
+
# @!attribute [rw] force
|
15424
|
+
# Force a reboot of an input device. If the device is streaming, it
|
15425
|
+
# will stop streaming and begin rebooting within a few seconds of
|
15426
|
+
# sending the command. If the device was streaming prior to the
|
15427
|
+
# reboot, the device will resume streaming when the reboot completes.
|
15428
|
+
# @return [String]
|
15429
|
+
#
|
15430
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RebootInputDevice AWS API Documentation
|
15431
|
+
#
|
15432
|
+
class RebootInputDevice < Struct.new(
|
15433
|
+
:force)
|
15434
|
+
SENSITIVE = []
|
15435
|
+
include Aws::Structure
|
15436
|
+
end
|
15437
|
+
|
15438
|
+
# @note When making an API call, you may pass RebootInputDeviceRequest
|
15439
|
+
# data as a hash:
|
15440
|
+
#
|
15441
|
+
# {
|
15442
|
+
# force: "NO", # accepts NO, YES
|
15443
|
+
# input_device_id: "__string", # required
|
15444
|
+
# }
|
15445
|
+
#
|
15446
|
+
# @!attribute [rw] force
|
15447
|
+
# Whether or not to force reboot the input device.
|
15448
|
+
# @return [String]
|
15449
|
+
#
|
15450
|
+
# @!attribute [rw] input_device_id
|
15451
|
+
# @return [String]
|
15452
|
+
#
|
15453
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RebootInputDeviceRequest AWS API Documentation
|
15454
|
+
#
|
15455
|
+
class RebootInputDeviceRequest < Struct.new(
|
15456
|
+
:force,
|
15457
|
+
:input_device_id)
|
15458
|
+
SENSITIVE = []
|
15459
|
+
include Aws::Structure
|
15460
|
+
end
|
15461
|
+
|
15462
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RebootInputDeviceResponse AWS API Documentation
|
15463
|
+
#
|
15464
|
+
class RebootInputDeviceResponse < Aws::EmptyStructure; end
|
15465
|
+
|
15272
15466
|
# Rec601 Settings
|
15273
15467
|
#
|
15274
15468
|
# @api private
|
@@ -15352,6 +15546,33 @@ module Aws::MediaLive
|
|
15352
15546
|
include Aws::Structure
|
15353
15547
|
end
|
15354
15548
|
|
15549
|
+
# The Renewal settings for Reservations
|
15550
|
+
#
|
15551
|
+
# @note When making an API call, you may pass RenewalSettings
|
15552
|
+
# data as a hash:
|
15553
|
+
#
|
15554
|
+
# {
|
15555
|
+
# automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
|
15556
|
+
# renewal_count: 1,
|
15557
|
+
# }
|
15558
|
+
#
|
15559
|
+
# @!attribute [rw] automatic_renewal
|
15560
|
+
# Automatic renewal status for the reservation
|
15561
|
+
# @return [String]
|
15562
|
+
#
|
15563
|
+
# @!attribute [rw] renewal_count
|
15564
|
+
# Count for the reservation renewal
|
15565
|
+
# @return [Integer]
|
15566
|
+
#
|
15567
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RenewalSettings AWS API Documentation
|
15568
|
+
#
|
15569
|
+
class RenewalSettings < Struct.new(
|
15570
|
+
:automatic_renewal,
|
15571
|
+
:renewal_count)
|
15572
|
+
SENSITIVE = []
|
15573
|
+
include Aws::Structure
|
15574
|
+
end
|
15575
|
+
|
15355
15576
|
# Reserved resources available to use
|
15356
15577
|
#
|
15357
15578
|
# @!attribute [rw] arn
|
@@ -15407,6 +15628,10 @@ module Aws::MediaLive
|
|
15407
15628
|
# AWS region, e.g. 'us-west-2'
|
15408
15629
|
# @return [String]
|
15409
15630
|
#
|
15631
|
+
# @!attribute [rw] renewal_settings
|
15632
|
+
# Renewal settings for the reservation
|
15633
|
+
# @return [Types::RenewalSettings]
|
15634
|
+
#
|
15410
15635
|
# @!attribute [rw] reservation_id
|
15411
15636
|
# Unique reservation ID, e.g. '1234567'
|
15412
15637
|
# @return [String]
|
@@ -15447,6 +15672,7 @@ module Aws::MediaLive
|
|
15447
15672
|
:offering_id,
|
15448
15673
|
:offering_type,
|
15449
15674
|
:region,
|
15675
|
+
:renewal_settings,
|
15450
15676
|
:reservation_id,
|
15451
15677
|
:resource_specification,
|
15452
15678
|
:start,
|
@@ -15755,7 +15981,7 @@ module Aws::MediaLive
|
|
15755
15981
|
# height: 1,
|
15756
15982
|
# image: { # required
|
15757
15983
|
# password_param: "__string",
|
15758
|
-
# uri: "
|
15984
|
+
# uri: "__stringMax2048", # required
|
15759
15985
|
# username: "__string",
|
15760
15986
|
# },
|
15761
15987
|
# image_x: 1,
|
@@ -15904,7 +16130,7 @@ module Aws::MediaLive
|
|
15904
16130
|
# height: 1,
|
15905
16131
|
# image: { # required
|
15906
16132
|
# password_param: "__string",
|
15907
|
-
# uri: "
|
16133
|
+
# uri: "__stringMax2048", # required
|
15908
16134
|
# username: "__string",
|
15909
16135
|
# },
|
15910
16136
|
# image_x: 1,
|
@@ -16645,6 +16871,9 @@ module Aws::MediaLive
|
|
16645
16871
|
# The log level the user wants for their channel.
|
16646
16872
|
# @return [String]
|
16647
16873
|
#
|
16874
|
+
# @!attribute [rw] maintenance
|
16875
|
+
# @return [Types::MaintenanceStatus]
|
16876
|
+
#
|
16648
16877
|
# @!attribute [rw] name
|
16649
16878
|
# @return [String]
|
16650
16879
|
#
|
@@ -16680,6 +16909,7 @@ module Aws::MediaLive
|
|
16680
16909
|
:input_attachments,
|
16681
16910
|
:input_specification,
|
16682
16911
|
:log_level,
|
16912
|
+
:maintenance,
|
16683
16913
|
:name,
|
16684
16914
|
:pipeline_details,
|
16685
16915
|
:pipelines_running_count,
|
@@ -16691,6 +16921,28 @@ module Aws::MediaLive
|
|
16691
16921
|
include Aws::Structure
|
16692
16922
|
end
|
16693
16923
|
|
16924
|
+
# @note When making an API call, you may pass StartInputDeviceMaintenanceWindowRequest
|
16925
|
+
# data as a hash:
|
16926
|
+
#
|
16927
|
+
# {
|
16928
|
+
# input_device_id: "__string", # required
|
16929
|
+
# }
|
16930
|
+
#
|
16931
|
+
# @!attribute [rw] input_device_id
|
16932
|
+
# @return [String]
|
16933
|
+
#
|
16934
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartInputDeviceMaintenanceWindowRequest AWS API Documentation
|
16935
|
+
#
|
16936
|
+
class StartInputDeviceMaintenanceWindowRequest < Struct.new(
|
16937
|
+
:input_device_id)
|
16938
|
+
SENSITIVE = []
|
16939
|
+
include Aws::Structure
|
16940
|
+
end
|
16941
|
+
|
16942
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartInputDeviceMaintenanceWindowResponse AWS API Documentation
|
16943
|
+
#
|
16944
|
+
class StartInputDeviceMaintenanceWindowResponse < Aws::EmptyStructure; end
|
16945
|
+
|
16694
16946
|
# @note When making an API call, you may pass StartMultiplexRequest
|
16695
16947
|
# data as a hash:
|
16696
16948
|
#
|
@@ -16793,7 +17045,7 @@ module Aws::MediaLive
|
|
16793
17045
|
# height: 1,
|
16794
17046
|
# image: { # required
|
16795
17047
|
# password_param: "__string",
|
16796
|
-
# uri: "
|
17048
|
+
# uri: "__stringMax2048", # required
|
16797
17049
|
# username: "__string",
|
16798
17050
|
# },
|
16799
17051
|
# image_x: 1,
|
@@ -16921,7 +17173,7 @@ module Aws::MediaLive
|
|
16921
17173
|
# {
|
16922
17174
|
# key_provider_server: {
|
16923
17175
|
# password_param: "__string",
|
16924
|
-
# uri: "
|
17176
|
+
# uri: "__stringMax2048", # required
|
16925
17177
|
# username: "__string",
|
16926
17178
|
# },
|
16927
17179
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -16996,6 +17248,9 @@ module Aws::MediaLive
|
|
16996
17248
|
# The log level the user wants for their channel.
|
16997
17249
|
# @return [String]
|
16998
17250
|
#
|
17251
|
+
# @!attribute [rw] maintenance
|
17252
|
+
# @return [Types::MaintenanceStatus]
|
17253
|
+
#
|
16999
17254
|
# @!attribute [rw] name
|
17000
17255
|
# @return [String]
|
17001
17256
|
#
|
@@ -17031,6 +17286,7 @@ module Aws::MediaLive
|
|
17031
17286
|
:input_attachments,
|
17032
17287
|
:input_specification,
|
17033
17288
|
:log_level,
|
17289
|
+
:maintenance,
|
17034
17290
|
:name,
|
17035
17291
|
:pipeline_details,
|
17036
17292
|
:pipelines_running_count,
|
@@ -17392,9 +17648,8 @@ module Aws::MediaLive
|
|
17392
17648
|
# }
|
17393
17649
|
#
|
17394
17650
|
# @!attribute [rw] style_control
|
17395
|
-
#
|
17396
|
-
#
|
17397
|
-
# to the CFF-TT output or TTML output.
|
17651
|
+
# This field is not currently supported and will not affect the output
|
17652
|
+
# styling. Leave the default value.
|
17398
17653
|
# @return [String]
|
17399
17654
|
#
|
17400
17655
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TtmlDestinationSettings AWS API Documentation
|
@@ -17676,6 +17931,10 @@ module Aws::MediaLive
|
|
17676
17931
|
# The log level to write to CloudWatch Logs.
|
17677
17932
|
# @return [String]
|
17678
17933
|
#
|
17934
|
+
# @!attribute [rw] maintenance
|
17935
|
+
# Maintenance settings for this channel.
|
17936
|
+
# @return [Types::MaintenanceUpdateSettings]
|
17937
|
+
#
|
17679
17938
|
# @!attribute [rw] name
|
17680
17939
|
# The name of the channel.
|
17681
17940
|
# @return [String]
|
@@ -17695,6 +17954,7 @@ module Aws::MediaLive
|
|
17695
17954
|
:input_attachments,
|
17696
17955
|
:input_specification,
|
17697
17956
|
:log_level,
|
17957
|
+
:maintenance,
|
17698
17958
|
:name,
|
17699
17959
|
:role_arn)
|
17700
17960
|
SENSITIVE = []
|
@@ -17893,7 +18153,7 @@ module Aws::MediaLive
|
|
17893
18153
|
# },
|
17894
18154
|
# language_code: "__stringMin1Max35",
|
17895
18155
|
# language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
|
17896
|
-
# name: "
|
18156
|
+
# name: "__stringMax255", # required
|
17897
18157
|
# remix_settings: {
|
17898
18158
|
# channel_mappings: [ # required
|
17899
18159
|
# {
|
@@ -17915,7 +18175,7 @@ module Aws::MediaLive
|
|
17915
18175
|
# avail_blanking: {
|
17916
18176
|
# avail_blanking_image: {
|
17917
18177
|
# password_param: "__string",
|
17918
|
-
# uri: "
|
18178
|
+
# uri: "__stringMax2048", # required
|
17919
18179
|
# username: "__string",
|
17920
18180
|
# },
|
17921
18181
|
# state: "DISABLED", # accepts DISABLED, ENABLED
|
@@ -17937,13 +18197,13 @@ module Aws::MediaLive
|
|
17937
18197
|
# blackout_slate: {
|
17938
18198
|
# blackout_slate_image: {
|
17939
18199
|
# password_param: "__string",
|
17940
|
-
# uri: "
|
18200
|
+
# uri: "__stringMax2048", # required
|
17941
18201
|
# username: "__string",
|
17942
18202
|
# },
|
17943
18203
|
# network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
|
17944
18204
|
# network_end_blackout_image: {
|
17945
18205
|
# password_param: "__string",
|
17946
|
-
# uri: "
|
18206
|
+
# uri: "__stringMax2048", # required
|
17947
18207
|
# username: "__string",
|
17948
18208
|
# },
|
17949
18209
|
# network_id: "__stringMin34Max34",
|
@@ -17951,6 +18211,7 @@ module Aws::MediaLive
|
|
17951
18211
|
# },
|
17952
18212
|
# caption_descriptions: [
|
17953
18213
|
# {
|
18214
|
+
# accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
|
17954
18215
|
# caption_selector_name: "__string", # required
|
17955
18216
|
# destination_settings: {
|
17956
18217
|
# arib_destination_settings: {
|
@@ -17961,7 +18222,7 @@ module Aws::MediaLive
|
|
17961
18222
|
# background_opacity: 1,
|
17962
18223
|
# font: {
|
17963
18224
|
# password_param: "__string",
|
17964
|
-
# uri: "
|
18225
|
+
# uri: "__stringMax2048", # required
|
17965
18226
|
# username: "__string",
|
17966
18227
|
# },
|
17967
18228
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -17984,7 +18245,7 @@ module Aws::MediaLive
|
|
17984
18245
|
# background_opacity: 1,
|
17985
18246
|
# font: {
|
17986
18247
|
# password_param: "__string",
|
17987
|
-
# uri: "
|
18248
|
+
# uri: "__stringMax2048", # required
|
17988
18249
|
# username: "__string",
|
17989
18250
|
# },
|
17990
18251
|
# font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
|
@@ -18044,7 +18305,7 @@ module Aws::MediaLive
|
|
18044
18305
|
# input_loss_image_color: "__stringMin6Max6",
|
18045
18306
|
# input_loss_image_slate: {
|
18046
18307
|
# password_param: "__string",
|
18047
|
-
# uri: "
|
18308
|
+
# uri: "__stringMax2048", # required
|
18048
18309
|
# username: "__string",
|
18049
18310
|
# },
|
18050
18311
|
# input_loss_image_type: "COLOR", # accepts COLOR, SLATE
|
@@ -18161,7 +18422,7 @@ module Aws::MediaLive
|
|
18161
18422
|
# static_key_settings: {
|
18162
18423
|
# key_provider_server: {
|
18163
18424
|
# password_param: "__string",
|
18164
|
-
# uri: "
|
18425
|
+
# uri: "__stringMax2048", # required
|
18165
18426
|
# username: "__string",
|
18166
18427
|
# },
|
18167
18428
|
# static_key_value: "__stringMin32Max32", # required
|
@@ -18314,7 +18575,7 @@ module Aws::MediaLive
|
|
18314
18575
|
# audio_group_id: "__string",
|
18315
18576
|
# audio_only_image: {
|
18316
18577
|
# password_param: "__string",
|
18317
|
-
# uri: "
|
18578
|
+
# uri: "__stringMax2048", # required
|
18318
18579
|
# username: "__string",
|
18319
18580
|
# },
|
18320
18581
|
# 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
|
@@ -18733,6 +18994,11 @@ module Aws::MediaLive
|
|
18733
18994
|
# resolution: "SD", # accepts SD, HD, UHD
|
18734
18995
|
# },
|
18735
18996
|
# log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
|
18997
|
+
# maintenance: {
|
18998
|
+
# maintenance_day: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
|
18999
|
+
# maintenance_scheduled_date: "__string",
|
19000
|
+
# maintenance_start_time: "__stringPattern010920300",
|
19001
|
+
# },
|
18736
19002
|
# name: "__string",
|
18737
19003
|
# role_arn: "__string",
|
18738
19004
|
# }
|
@@ -18760,6 +19026,9 @@ module Aws::MediaLive
|
|
18760
19026
|
# The log level the user wants for their channel.
|
18761
19027
|
# @return [String]
|
18762
19028
|
#
|
19029
|
+
# @!attribute [rw] maintenance
|
19030
|
+
# @return [Types::MaintenanceUpdateSettings]
|
19031
|
+
#
|
18763
19032
|
# @!attribute [rw] name
|
18764
19033
|
# @return [String]
|
18765
19034
|
#
|
@@ -18776,6 +19045,7 @@ module Aws::MediaLive
|
|
18776
19045
|
:input_attachments,
|
18777
19046
|
:input_specification,
|
18778
19047
|
:log_level,
|
19048
|
+
:maintenance,
|
18779
19049
|
:name,
|
18780
19050
|
:role_arn)
|
18781
19051
|
SENSITIVE = []
|
@@ -19302,10 +19572,15 @@ module Aws::MediaLive
|
|
19302
19572
|
# Name of the reservation
|
19303
19573
|
# @return [String]
|
19304
19574
|
#
|
19575
|
+
# @!attribute [rw] renewal_settings
|
19576
|
+
# Renewal settings for the reservation
|
19577
|
+
# @return [Types::RenewalSettings]
|
19578
|
+
#
|
19305
19579
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateReservation AWS API Documentation
|
19306
19580
|
#
|
19307
19581
|
class UpdateReservation < Struct.new(
|
19308
|
-
:name
|
19582
|
+
:name,
|
19583
|
+
:renewal_settings)
|
19309
19584
|
SENSITIVE = []
|
19310
19585
|
include Aws::Structure
|
19311
19586
|
end
|
@@ -19315,12 +19590,20 @@ module Aws::MediaLive
|
|
19315
19590
|
#
|
19316
19591
|
# {
|
19317
19592
|
# name: "__string",
|
19593
|
+
# renewal_settings: {
|
19594
|
+
# automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
|
19595
|
+
# renewal_count: 1,
|
19596
|
+
# },
|
19318
19597
|
# reservation_id: "__string", # required
|
19319
19598
|
# }
|
19320
19599
|
#
|
19321
19600
|
# @!attribute [rw] name
|
19322
19601
|
# @return [String]
|
19323
19602
|
#
|
19603
|
+
# @!attribute [rw] renewal_settings
|
19604
|
+
# The Renewal settings for Reservations
|
19605
|
+
# @return [Types::RenewalSettings]
|
19606
|
+
#
|
19324
19607
|
# @!attribute [rw] reservation_id
|
19325
19608
|
# @return [String]
|
19326
19609
|
#
|
@@ -19328,6 +19611,7 @@ module Aws::MediaLive
|
|
19328
19611
|
#
|
19329
19612
|
class UpdateReservationRequest < Struct.new(
|
19330
19613
|
:name,
|
19614
|
+
:renewal_settings,
|
19331
19615
|
:reservation_id)
|
19332
19616
|
SENSITIVE = []
|
19333
19617
|
include Aws::Structure
|