aws-sdk-medialive 1.84.0 → 1.87.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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
- # Applies only if you plan to convert these source captions to
6437
- # EBU-TT-D or TTML in an output. Complete this field if you want to
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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: "__string", # required
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. Only
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: "__string", # required
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: "__string", # required
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)
@@ -15352,6 +15503,33 @@ module Aws::MediaLive
15352
15503
  include Aws::Structure
15353
15504
  end
15354
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
+
15355
15533
  # Reserved resources available to use
15356
15534
  #
15357
15535
  # @!attribute [rw] arn
@@ -15407,6 +15585,10 @@ module Aws::MediaLive
15407
15585
  # AWS region, e.g. 'us-west-2'
15408
15586
  # @return [String]
15409
15587
  #
15588
+ # @!attribute [rw] renewal_settings
15589
+ # Renewal settings for the reservation
15590
+ # @return [Types::RenewalSettings]
15591
+ #
15410
15592
  # @!attribute [rw] reservation_id
15411
15593
  # Unique reservation ID, e.g. '1234567'
15412
15594
  # @return [String]
@@ -15447,6 +15629,7 @@ module Aws::MediaLive
15447
15629
  :offering_id,
15448
15630
  :offering_type,
15449
15631
  :region,
15632
+ :renewal_settings,
15450
15633
  :reservation_id,
15451
15634
  :resource_specification,
15452
15635
  :start,
@@ -15755,7 +15938,7 @@ module Aws::MediaLive
15755
15938
  # height: 1,
15756
15939
  # image: { # required
15757
15940
  # password_param: "__string",
15758
- # uri: "__string", # required
15941
+ # uri: "__stringMax2048", # required
15759
15942
  # username: "__string",
15760
15943
  # },
15761
15944
  # image_x: 1,
@@ -15904,7 +16087,7 @@ module Aws::MediaLive
15904
16087
  # height: 1,
15905
16088
  # image: { # required
15906
16089
  # password_param: "__string",
15907
- # uri: "__string", # required
16090
+ # uri: "__stringMax2048", # required
15908
16091
  # username: "__string",
15909
16092
  # },
15910
16093
  # image_x: 1,
@@ -16645,6 +16828,9 @@ module Aws::MediaLive
16645
16828
  # The log level the user wants for their channel.
16646
16829
  # @return [String]
16647
16830
  #
16831
+ # @!attribute [rw] maintenance
16832
+ # @return [Types::MaintenanceStatus]
16833
+ #
16648
16834
  # @!attribute [rw] name
16649
16835
  # @return [String]
16650
16836
  #
@@ -16680,6 +16866,7 @@ module Aws::MediaLive
16680
16866
  :input_attachments,
16681
16867
  :input_specification,
16682
16868
  :log_level,
16869
+ :maintenance,
16683
16870
  :name,
16684
16871
  :pipeline_details,
16685
16872
  :pipelines_running_count,
@@ -16793,7 +16980,7 @@ module Aws::MediaLive
16793
16980
  # height: 1,
16794
16981
  # image: { # required
16795
16982
  # password_param: "__string",
16796
- # uri: "__string", # required
16983
+ # uri: "__stringMax2048", # required
16797
16984
  # username: "__string",
16798
16985
  # },
16799
16986
  # image_x: 1,
@@ -16921,7 +17108,7 @@ module Aws::MediaLive
16921
17108
  # {
16922
17109
  # key_provider_server: {
16923
17110
  # password_param: "__string",
16924
- # uri: "__string", # required
17111
+ # uri: "__stringMax2048", # required
16925
17112
  # username: "__string",
16926
17113
  # },
16927
17114
  # static_key_value: "__stringMin32Max32", # required
@@ -16996,6 +17183,9 @@ module Aws::MediaLive
16996
17183
  # The log level the user wants for their channel.
16997
17184
  # @return [String]
16998
17185
  #
17186
+ # @!attribute [rw] maintenance
17187
+ # @return [Types::MaintenanceStatus]
17188
+ #
16999
17189
  # @!attribute [rw] name
17000
17190
  # @return [String]
17001
17191
  #
@@ -17031,6 +17221,7 @@ module Aws::MediaLive
17031
17221
  :input_attachments,
17032
17222
  :input_specification,
17033
17223
  :log_level,
17224
+ :maintenance,
17034
17225
  :name,
17035
17226
  :pipeline_details,
17036
17227
  :pipelines_running_count,
@@ -17392,9 +17583,8 @@ module Aws::MediaLive
17392
17583
  # }
17393
17584
  #
17394
17585
  # @!attribute [rw] style_control
17395
- # When set to passthrough, passes through style and position
17396
- # information from a TTML-like input source (TTML, SMPTE-TT, CFF-TT)
17397
- # to the CFF-TT output or TTML output.
17586
+ # This field is not currently supported and will not affect the output
17587
+ # styling. Leave the default value.
17398
17588
  # @return [String]
17399
17589
  #
17400
17590
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/TtmlDestinationSettings AWS API Documentation
@@ -17676,6 +17866,10 @@ module Aws::MediaLive
17676
17866
  # The log level to write to CloudWatch Logs.
17677
17867
  # @return [String]
17678
17868
  #
17869
+ # @!attribute [rw] maintenance
17870
+ # Maintenance settings for this channel.
17871
+ # @return [Types::MaintenanceUpdateSettings]
17872
+ #
17679
17873
  # @!attribute [rw] name
17680
17874
  # The name of the channel.
17681
17875
  # @return [String]
@@ -17695,6 +17889,7 @@ module Aws::MediaLive
17695
17889
  :input_attachments,
17696
17890
  :input_specification,
17697
17891
  :log_level,
17892
+ :maintenance,
17698
17893
  :name,
17699
17894
  :role_arn)
17700
17895
  SENSITIVE = []
@@ -17893,7 +18088,7 @@ module Aws::MediaLive
17893
18088
  # },
17894
18089
  # language_code: "__stringMin1Max35",
17895
18090
  # language_code_control: "FOLLOW_INPUT", # accepts FOLLOW_INPUT, USE_CONFIGURED
17896
- # name: "__string", # required
18091
+ # name: "__stringMax255", # required
17897
18092
  # remix_settings: {
17898
18093
  # channel_mappings: [ # required
17899
18094
  # {
@@ -17915,7 +18110,7 @@ module Aws::MediaLive
17915
18110
  # avail_blanking: {
17916
18111
  # avail_blanking_image: {
17917
18112
  # password_param: "__string",
17918
- # uri: "__string", # required
18113
+ # uri: "__stringMax2048", # required
17919
18114
  # username: "__string",
17920
18115
  # },
17921
18116
  # state: "DISABLED", # accepts DISABLED, ENABLED
@@ -17937,13 +18132,13 @@ module Aws::MediaLive
17937
18132
  # blackout_slate: {
17938
18133
  # blackout_slate_image: {
17939
18134
  # password_param: "__string",
17940
- # uri: "__string", # required
18135
+ # uri: "__stringMax2048", # required
17941
18136
  # username: "__string",
17942
18137
  # },
17943
18138
  # network_end_blackout: "DISABLED", # accepts DISABLED, ENABLED
17944
18139
  # network_end_blackout_image: {
17945
18140
  # password_param: "__string",
17946
- # uri: "__string", # required
18141
+ # uri: "__stringMax2048", # required
17947
18142
  # username: "__string",
17948
18143
  # },
17949
18144
  # network_id: "__stringMin34Max34",
@@ -17951,6 +18146,7 @@ module Aws::MediaLive
17951
18146
  # },
17952
18147
  # caption_descriptions: [
17953
18148
  # {
18149
+ # accessibility: "DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES", # accepts DOES_NOT_IMPLEMENT_ACCESSIBILITY_FEATURES, IMPLEMENTS_ACCESSIBILITY_FEATURES
17954
18150
  # caption_selector_name: "__string", # required
17955
18151
  # destination_settings: {
17956
18152
  # arib_destination_settings: {
@@ -17961,7 +18157,7 @@ module Aws::MediaLive
17961
18157
  # background_opacity: 1,
17962
18158
  # font: {
17963
18159
  # password_param: "__string",
17964
- # uri: "__string", # required
18160
+ # uri: "__stringMax2048", # required
17965
18161
  # username: "__string",
17966
18162
  # },
17967
18163
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -17984,7 +18180,7 @@ module Aws::MediaLive
17984
18180
  # background_opacity: 1,
17985
18181
  # font: {
17986
18182
  # password_param: "__string",
17987
- # uri: "__string", # required
18183
+ # uri: "__stringMax2048", # required
17988
18184
  # username: "__string",
17989
18185
  # },
17990
18186
  # font_color: "BLACK", # accepts BLACK, BLUE, GREEN, RED, WHITE, YELLOW
@@ -18044,7 +18240,7 @@ module Aws::MediaLive
18044
18240
  # input_loss_image_color: "__stringMin6Max6",
18045
18241
  # input_loss_image_slate: {
18046
18242
  # password_param: "__string",
18047
- # uri: "__string", # required
18243
+ # uri: "__stringMax2048", # required
18048
18244
  # username: "__string",
18049
18245
  # },
18050
18246
  # input_loss_image_type: "COLOR", # accepts COLOR, SLATE
@@ -18161,7 +18357,7 @@ module Aws::MediaLive
18161
18357
  # static_key_settings: {
18162
18358
  # key_provider_server: {
18163
18359
  # password_param: "__string",
18164
- # uri: "__string", # required
18360
+ # uri: "__stringMax2048", # required
18165
18361
  # username: "__string",
18166
18362
  # },
18167
18363
  # static_key_value: "__stringMin32Max32", # required
@@ -18314,7 +18510,7 @@ module Aws::MediaLive
18314
18510
  # audio_group_id: "__string",
18315
18511
  # audio_only_image: {
18316
18512
  # password_param: "__string",
18317
- # uri: "__string", # required
18513
+ # uri: "__stringMax2048", # required
18318
18514
  # username: "__string",
18319
18515
  # },
18320
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
@@ -18733,6 +18929,11 @@ module Aws::MediaLive
18733
18929
  # resolution: "SD", # accepts SD, HD, UHD
18734
18930
  # },
18735
18931
  # log_level: "ERROR", # accepts ERROR, WARNING, INFO, DEBUG, DISABLED
18932
+ # maintenance: {
18933
+ # maintenance_day: "MONDAY", # accepts MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY
18934
+ # maintenance_scheduled_date: "__string",
18935
+ # maintenance_start_time: "__stringPattern010920300",
18936
+ # },
18736
18937
  # name: "__string",
18737
18938
  # role_arn: "__string",
18738
18939
  # }
@@ -18760,6 +18961,9 @@ module Aws::MediaLive
18760
18961
  # The log level the user wants for their channel.
18761
18962
  # @return [String]
18762
18963
  #
18964
+ # @!attribute [rw] maintenance
18965
+ # @return [Types::MaintenanceUpdateSettings]
18966
+ #
18763
18967
  # @!attribute [rw] name
18764
18968
  # @return [String]
18765
18969
  #
@@ -18776,6 +18980,7 @@ module Aws::MediaLive
18776
18980
  :input_attachments,
18777
18981
  :input_specification,
18778
18982
  :log_level,
18983
+ :maintenance,
18779
18984
  :name,
18780
18985
  :role_arn)
18781
18986
  SENSITIVE = []
@@ -19302,10 +19507,15 @@ module Aws::MediaLive
19302
19507
  # Name of the reservation
19303
19508
  # @return [String]
19304
19509
  #
19510
+ # @!attribute [rw] renewal_settings
19511
+ # Renewal settings for the reservation
19512
+ # @return [Types::RenewalSettings]
19513
+ #
19305
19514
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateReservation AWS API Documentation
19306
19515
  #
19307
19516
  class UpdateReservation < Struct.new(
19308
- :name)
19517
+ :name,
19518
+ :renewal_settings)
19309
19519
  SENSITIVE = []
19310
19520
  include Aws::Structure
19311
19521
  end
@@ -19315,12 +19525,20 @@ module Aws::MediaLive
19315
19525
  #
19316
19526
  # {
19317
19527
  # name: "__string",
19528
+ # renewal_settings: {
19529
+ # automatic_renewal: "DISABLED", # accepts DISABLED, ENABLED, UNAVAILABLE
19530
+ # renewal_count: 1,
19531
+ # },
19318
19532
  # reservation_id: "__string", # required
19319
19533
  # }
19320
19534
  #
19321
19535
  # @!attribute [rw] name
19322
19536
  # @return [String]
19323
19537
  #
19538
+ # @!attribute [rw] renewal_settings
19539
+ # The Renewal settings for Reservations
19540
+ # @return [Types::RenewalSettings]
19541
+ #
19324
19542
  # @!attribute [rw] reservation_id
19325
19543
  # @return [String]
19326
19544
  #
@@ -19328,6 +19546,7 @@ module Aws::MediaLive
19328
19546
  #
19329
19547
  class UpdateReservationRequest < Struct.new(
19330
19548
  :name,
19549
+ :renewal_settings,
19331
19550
  :reservation_id)
19332
19551
  SENSITIVE = []
19333
19552
  include Aws::Structure