aws-sdk-medialive 1.47.1 → 1.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 803ba51e1996475f19bc9301eb3626a4cf6512de1fb43512051dd4040464cbea
4
- data.tar.gz: '097d529209548aa50976926bc58f6c50c4b5098a17d1274d240c356107a61aff'
3
+ metadata.gz: dd8fab4754916d515ab9df64607bedc0d80b77184a50c9600ce91a3e6a54fbd5
4
+ data.tar.gz: b13afac32559fd755b78e33ff2da935dbe05b7e250bf974b5dca57ff9fb4a3ff
5
5
  SHA512:
6
- metadata.gz: 2dc2d595aad2312b60f3aa8052c0291445f6b77a9f24a9db46faf2d95507b93fc67a5de3ef35ac73218667ee4e95be18c31ce945ec8963a07227d52246369b7c
7
- data.tar.gz: e8a9bcde42a654f25e20ae89c48c60b2e7c065991d81d544cff7f9f8af783f7416786877d7fcaa9d78fa60b430bcffc2caa60cc8a29e520247d72276f385a46e
6
+ metadata.gz: 7091a186e18c34bc6416ea683e709bfca8193f86609df9b5b6adc78db24ad30e00afca63c9cb31b69ec2449cdc7b79a942e2d4d66ae9a9b0984ff5c824b4e02d
7
+ data.tar.gz: fb3617e6cb7f7c5fd17f2174c6fcebb7f752cec85b535170e90f3716c648564240e4b20791d03695adffb6604fe8ebee050108a73a89433a4b9af846ff3af1d9
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-medialive/customizations'
46
48
  # @service
47
49
  module Aws::MediaLive
48
50
 
49
- GEM_VERSION = '1.47.1'
51
+ GEM_VERSION = '1.48.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -340,6 +342,20 @@ module Aws::MediaLive
340
342
  # hls_timed_metadata_settings: {
341
343
  # id_3: "__string", # required
342
344
  # },
345
+ # input_prepare_settings: {
346
+ # input_attachment_name_reference: "__string", # required
347
+ # input_clipping_settings: {
348
+ # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
349
+ # start_timecode: {
350
+ # timecode: "__string",
351
+ # },
352
+ # stop_timecode: {
353
+ # last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
354
+ # timecode: "__string",
355
+ # },
356
+ # },
357
+ # url_path: ["__string"],
358
+ # },
343
359
  # input_switch_settings: {
344
360
  # input_attachment_name_reference: "__string", # required
345
361
  # input_clipping_settings: {
@@ -440,6 +456,13 @@ module Aws::MediaLive
440
456
  # resp.creates.schedule_actions[0].action_name #=> String
441
457
  # resp.creates.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
442
458
  # resp.creates.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
459
+ # resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
460
+ # resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
461
+ # resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.start_timecode.timecode #=> String
462
+ # resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
463
+ # resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.timecode #=> String
464
+ # resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path #=> Array
465
+ # resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path[0] #=> String
443
466
  # resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
444
467
  # resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
445
468
  # resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
@@ -488,6 +511,13 @@ module Aws::MediaLive
488
511
  # resp.deletes.schedule_actions[0].action_name #=> String
489
512
  # resp.deletes.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
490
513
  # resp.deletes.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
514
+ # resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
515
+ # resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
516
+ # resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.start_timecode.timecode #=> String
517
+ # resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
518
+ # resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.timecode #=> String
519
+ # resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path #=> Array
520
+ # resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path[0] #=> String
491
521
  # resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
492
522
  # resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
493
523
  # resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
@@ -799,6 +829,9 @@ module Aws::MediaLive
799
829
  # name: "__string", # required
800
830
  # },
801
831
  # ],
832
+ # feature_activations: {
833
+ # input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
834
+ # },
802
835
  # global_configuration: {
803
836
  # initial_audio_gain: 1,
804
837
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
@@ -1544,6 +1577,7 @@ module Aws::MediaLive
1544
1577
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
1545
1578
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
1546
1579
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
1580
+ # resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
1547
1581
  # resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
1548
1582
  # resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
1549
1583
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -2451,6 +2485,7 @@ module Aws::MediaLive
2451
2485
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
2452
2486
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
2453
2487
  # resp.encoder_settings.caption_descriptions[0].name #=> String
2488
+ # resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
2454
2489
  # resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
2455
2490
  # resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
2456
2491
  # resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -3297,6 +3332,7 @@ module Aws::MediaLive
3297
3332
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
3298
3333
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
3299
3334
  # resp.encoder_settings.caption_descriptions[0].name #=> String
3335
+ # resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
3300
3336
  # resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
3301
3337
  # resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
3302
3338
  # resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -4163,6 +4199,13 @@ module Aws::MediaLive
4163
4199
  # resp.schedule_actions[0].action_name #=> String
4164
4200
  # resp.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
4165
4201
  # resp.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
4202
+ # resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
4203
+ # resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
4204
+ # resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.start_timecode.timecode #=> String
4205
+ # resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.last_frame_clipping_behavior #=> String, one of "EXCLUDE_LAST_FRAME", "INCLUDE_LAST_FRAME"
4206
+ # resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.stop_timecode.timecode #=> String
4207
+ # resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path #=> Array
4208
+ # resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.url_path[0] #=> String
4166
4209
  # resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
4167
4210
  # resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
4168
4211
  # resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_clipping_settings.start_timecode.timecode #=> String
@@ -4991,6 +5034,7 @@ module Aws::MediaLive
4991
5034
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
4992
5035
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
4993
5036
  # resp.encoder_settings.caption_descriptions[0].name #=> String
5037
+ # resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
4994
5038
  # resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
4995
5039
  # resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
4996
5040
  # resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -5624,6 +5668,7 @@ module Aws::MediaLive
5624
5668
  # resp.encoder_settings.caption_descriptions[0].language_code #=> String
5625
5669
  # resp.encoder_settings.caption_descriptions[0].language_description #=> String
5626
5670
  # resp.encoder_settings.caption_descriptions[0].name #=> String
5671
+ # resp.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
5627
5672
  # resp.encoder_settings.global_configuration.initial_audio_gain #=> Integer
5628
5673
  # resp.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
5629
5674
  # resp.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -6339,6 +6384,9 @@ module Aws::MediaLive
6339
6384
  # name: "__string", # required
6340
6385
  # },
6341
6386
  # ],
6387
+ # feature_activations: {
6388
+ # input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
6389
+ # },
6342
6390
  # global_configuration: {
6343
6391
  # initial_audio_gain: 1,
6344
6392
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
@@ -7079,6 +7127,7 @@ module Aws::MediaLive
7079
7127
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
7080
7128
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
7081
7129
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
7130
+ # resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
7082
7131
  # resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
7083
7132
  # resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
7084
7133
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -7675,6 +7724,7 @@ module Aws::MediaLive
7675
7724
  # resp.channel.encoder_settings.caption_descriptions[0].language_code #=> String
7676
7725
  # resp.channel.encoder_settings.caption_descriptions[0].language_description #=> String
7677
7726
  # resp.channel.encoder_settings.caption_descriptions[0].name #=> String
7727
+ # resp.channel.encoder_settings.feature_activations.input_prepare_schedule_actions #=> String, one of "DISABLED", "ENABLED"
7678
7728
  # resp.channel.encoder_settings.global_configuration.initial_audio_gain #=> Integer
7679
7729
  # resp.channel.encoder_settings.global_configuration.input_end_action #=> String, one of "NONE", "SWITCH_AND_LOOP_INPUTS"
7680
7730
  # resp.channel.encoder_settings.global_configuration.input_loss_behavior.black_frame_msec #=> Integer
@@ -8493,7 +8543,7 @@ module Aws::MediaLive
8493
8543
  params: params,
8494
8544
  config: config)
8495
8545
  context[:gem_name] = 'aws-sdk-medialive'
8496
- context[:gem_version] = '1.47.1'
8546
+ context[:gem_version] = '1.48.0'
8497
8547
  Seahorse::Client::Request.new(handlers, context)
8498
8548
  end
8499
8549
 
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -177,6 +179,8 @@ module Aws::MediaLive
177
179
  EmbeddedSourceSettings = Shapes::StructureShape.new(name: 'EmbeddedSourceSettings')
178
180
  Empty = Shapes::StructureShape.new(name: 'Empty')
179
181
  EncoderSettings = Shapes::StructureShape.new(name: 'EncoderSettings')
182
+ FeatureActivations = Shapes::StructureShape.new(name: 'FeatureActivations')
183
+ FeatureActivationsInputPrepareScheduleActions = Shapes::StringShape.new(name: 'FeatureActivationsInputPrepareScheduleActions')
180
184
  FecOutputIncludeFec = Shapes::StringShape.new(name: 'FecOutputIncludeFec')
181
185
  FecOutputSettings = Shapes::StructureShape.new(name: 'FecOutputSettings')
182
186
  FixedAfd = Shapes::StringShape.new(name: 'FixedAfd')
@@ -309,6 +313,7 @@ module Aws::MediaLive
309
313
  InputLossImageType = Shapes::StringShape.new(name: 'InputLossImageType')
310
314
  InputMaximumBitrate = Shapes::StringShape.new(name: 'InputMaximumBitrate')
311
315
  InputPreference = Shapes::StringShape.new(name: 'InputPreference')
316
+ InputPrepareScheduleActionSettings = Shapes::StructureShape.new(name: 'InputPrepareScheduleActionSettings')
312
317
  InputResolution = Shapes::StringShape.new(name: 'InputResolution')
313
318
  InputSecurityGroup = Shapes::StructureShape.new(name: 'InputSecurityGroup')
314
319
  InputSecurityGroupState = Shapes::StringShape.new(name: 'InputSecurityGroupState')
@@ -1349,6 +1354,7 @@ module Aws::MediaLive
1349
1354
  EncoderSettings.add_member(:avail_configuration, Shapes::ShapeRef.new(shape: AvailConfiguration, location_name: "availConfiguration"))
1350
1355
  EncoderSettings.add_member(:blackout_slate, Shapes::ShapeRef.new(shape: BlackoutSlate, location_name: "blackoutSlate"))
1351
1356
  EncoderSettings.add_member(:caption_descriptions, Shapes::ShapeRef.new(shape: __listOfCaptionDescription, location_name: "captionDescriptions"))
1357
+ EncoderSettings.add_member(:feature_activations, Shapes::ShapeRef.new(shape: FeatureActivations, location_name: "featureActivations"))
1352
1358
  EncoderSettings.add_member(:global_configuration, Shapes::ShapeRef.new(shape: GlobalConfiguration, location_name: "globalConfiguration"))
1353
1359
  EncoderSettings.add_member(:nielsen_configuration, Shapes::ShapeRef.new(shape: NielsenConfiguration, location_name: "nielsenConfiguration"))
1354
1360
  EncoderSettings.add_member(:output_groups, Shapes::ShapeRef.new(shape: __listOfOutputGroup, required: true, location_name: "outputGroups"))
@@ -1356,6 +1362,9 @@ module Aws::MediaLive
1356
1362
  EncoderSettings.add_member(:video_descriptions, Shapes::ShapeRef.new(shape: __listOfVideoDescription, required: true, location_name: "videoDescriptions"))
1357
1363
  EncoderSettings.struct_class = Types::EncoderSettings
1358
1364
 
1365
+ FeatureActivations.add_member(:input_prepare_schedule_actions, Shapes::ShapeRef.new(shape: FeatureActivationsInputPrepareScheduleActions, location_name: "inputPrepareScheduleActions"))
1366
+ FeatureActivations.struct_class = Types::FeatureActivations
1367
+
1359
1368
  FecOutputSettings.add_member(:column_depth, Shapes::ShapeRef.new(shape: __integerMin4Max20, location_name: "columnDepth"))
1360
1369
  FecOutputSettings.add_member(:include_fec, Shapes::ShapeRef.new(shape: FecOutputIncludeFec, location_name: "includeFec"))
1361
1370
  FecOutputSettings.add_member(:row_length, Shapes::ShapeRef.new(shape: __integerMin1Max20, location_name: "rowLength"))
@@ -1702,6 +1711,11 @@ module Aws::MediaLive
1702
1711
  InputLossBehavior.add_member(:repeat_frame_msec, Shapes::ShapeRef.new(shape: __integerMin0Max1000000, location_name: "repeatFrameMsec"))
1703
1712
  InputLossBehavior.struct_class = Types::InputLossBehavior
1704
1713
 
1714
+ InputPrepareScheduleActionSettings.add_member(:input_attachment_name_reference, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "inputAttachmentNameReference"))
1715
+ InputPrepareScheduleActionSettings.add_member(:input_clipping_settings, Shapes::ShapeRef.new(shape: InputClippingSettings, location_name: "inputClippingSettings"))
1716
+ InputPrepareScheduleActionSettings.add_member(:url_path, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "urlPath"))
1717
+ InputPrepareScheduleActionSettings.struct_class = Types::InputPrepareScheduleActionSettings
1718
+
1705
1719
  InputSecurityGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
1706
1720
  InputSecurityGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1707
1721
  InputSecurityGroup.add_member(:inputs, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "inputs"))
@@ -2271,6 +2285,7 @@ module Aws::MediaLive
2271
2285
 
2272
2286
  ScheduleActionSettings.add_member(:hls_id_3_segment_tagging_settings, Shapes::ShapeRef.new(shape: HlsId3SegmentTaggingScheduleActionSettings, location_name: "hlsId3SegmentTaggingSettings"))
2273
2287
  ScheduleActionSettings.add_member(:hls_timed_metadata_settings, Shapes::ShapeRef.new(shape: HlsTimedMetadataScheduleActionSettings, location_name: "hlsTimedMetadataSettings"))
2288
+ ScheduleActionSettings.add_member(:input_prepare_settings, Shapes::ShapeRef.new(shape: InputPrepareScheduleActionSettings, location_name: "inputPrepareSettings"))
2274
2289
  ScheduleActionSettings.add_member(:input_switch_settings, Shapes::ShapeRef.new(shape: InputSwitchScheduleActionSettings, location_name: "inputSwitchSettings"))
2275
2290
  ScheduleActionSettings.add_member(:pause_state_settings, Shapes::ShapeRef.new(shape: PauseStateScheduleActionSettings, location_name: "pauseStateSettings"))
2276
2291
  ScheduleActionSettings.add_member(:scte_35_return_to_network_settings, Shapes::ShapeRef.new(shape: Scte35ReturnToNetworkScheduleActionSettings, location_name: "scte35ReturnToNetworkSettings"))
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -1103,6 +1105,20 @@ module Aws::MediaLive
1103
1105
  # hls_timed_metadata_settings: {
1104
1106
  # id_3: "__string", # required
1105
1107
  # },
1108
+ # input_prepare_settings: {
1109
+ # input_attachment_name_reference: "__string", # required
1110
+ # input_clipping_settings: {
1111
+ # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
1112
+ # start_timecode: {
1113
+ # timecode: "__string",
1114
+ # },
1115
+ # stop_timecode: {
1116
+ # last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
1117
+ # timecode: "__string",
1118
+ # },
1119
+ # },
1120
+ # url_path: ["__string"],
1121
+ # },
1106
1122
  # input_switch_settings: {
1107
1123
  # input_attachment_name_reference: "__string", # required
1108
1124
  # input_clipping_settings: {
@@ -1270,6 +1286,20 @@ module Aws::MediaLive
1270
1286
  # hls_timed_metadata_settings: {
1271
1287
  # id_3: "__string", # required
1272
1288
  # },
1289
+ # input_prepare_settings: {
1290
+ # input_attachment_name_reference: "__string", # required
1291
+ # input_clipping_settings: {
1292
+ # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
1293
+ # start_timecode: {
1294
+ # timecode: "__string",
1295
+ # },
1296
+ # stop_timecode: {
1297
+ # last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
1298
+ # timecode: "__string",
1299
+ # },
1300
+ # },
1301
+ # url_path: ["__string"],
1302
+ # },
1273
1303
  # input_switch_settings: {
1274
1304
  # input_attachment_name_reference: "__string", # required
1275
1305
  # input_clipping_settings: {
@@ -2556,6 +2586,9 @@ module Aws::MediaLive
2556
2586
  # name: "__string", # required
2557
2587
  # },
2558
2588
  # ],
2589
+ # feature_activations: {
2590
+ # input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
2591
+ # },
2559
2592
  # global_configuration: {
2560
2593
  # initial_audio_gain: 1,
2561
2594
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
@@ -5422,6 +5455,9 @@ module Aws::MediaLive
5422
5455
  # name: "__string", # required
5423
5456
  # },
5424
5457
  # ],
5458
+ # feature_activations: {
5459
+ # input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
5460
+ # },
5425
5461
  # global_configuration: {
5426
5462
  # initial_audio_gain: 1,
5427
5463
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
@@ -5946,6 +5982,10 @@ module Aws::MediaLive
5946
5982
  # Settings for caption decriptions
5947
5983
  # @return [Array<Types::CaptionDescription>]
5948
5984
  #
5985
+ # @!attribute [rw] feature_activations
5986
+ # Feature Activations
5987
+ # @return [Types::FeatureActivations]
5988
+ #
5949
5989
  # @!attribute [rw] global_configuration
5950
5990
  # Configuration settings that apply to the event as a whole.
5951
5991
  # @return [Types::GlobalConfiguration]
@@ -5973,6 +6013,7 @@ module Aws::MediaLive
5973
6013
  :avail_configuration,
5974
6014
  :blackout_slate,
5975
6015
  :caption_descriptions,
6016
+ :feature_activations,
5976
6017
  :global_configuration,
5977
6018
  :nielsen_configuration,
5978
6019
  :output_groups,
@@ -5981,6 +6022,29 @@ module Aws::MediaLive
5981
6022
  include Aws::Structure
5982
6023
  end
5983
6024
 
6025
+ # Feature Activations
6026
+ #
6027
+ # @note When making an API call, you may pass FeatureActivations
6028
+ # data as a hash:
6029
+ #
6030
+ # {
6031
+ # input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
6032
+ # }
6033
+ #
6034
+ # @!attribute [rw] input_prepare_schedule_actions
6035
+ # Enables the Input Prepare feature. You can create Input Prepare
6036
+ # actions in the schedule only if this feature is enabled. If you
6037
+ # disable the feature on an existing schedule, make sure that you
6038
+ # first delete all input prepare actions from the schedule.
6039
+ # @return [String]
6040
+ #
6041
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FeatureActivations AWS API Documentation
6042
+ #
6043
+ class FeatureActivations < Struct.new(
6044
+ :input_prepare_schedule_actions)
6045
+ include Aws::Structure
6046
+ end
6047
+
5984
6048
  # Fec Output Settings
5985
6049
  #
5986
6050
  # @note When making an API call, you may pass FecOutputSettings
@@ -8656,6 +8720,53 @@ module Aws::MediaLive
8656
8720
  include Aws::Structure
8657
8721
  end
8658
8722
 
8723
+ # Action to prepare an input for a future immediate input switch.
8724
+ #
8725
+ # @note When making an API call, you may pass InputPrepareScheduleActionSettings
8726
+ # data as a hash:
8727
+ #
8728
+ # {
8729
+ # input_attachment_name_reference: "__string", # required
8730
+ # input_clipping_settings: {
8731
+ # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
8732
+ # start_timecode: {
8733
+ # timecode: "__string",
8734
+ # },
8735
+ # stop_timecode: {
8736
+ # last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
8737
+ # timecode: "__string",
8738
+ # },
8739
+ # },
8740
+ # url_path: ["__string"],
8741
+ # }
8742
+ #
8743
+ # @!attribute [rw] input_attachment_name_reference
8744
+ # The name of the input attachment that should be prepared by this
8745
+ # action. If no name is provided, the action will stop the most recent
8746
+ # prepare (if any) when activated.
8747
+ # @return [String]
8748
+ #
8749
+ # @!attribute [rw] input_clipping_settings
8750
+ # Settings to let you create a clip of the file input, in order to set
8751
+ # up the input to ingest only a portion of the file.
8752
+ # @return [Types::InputClippingSettings]
8753
+ #
8754
+ # @!attribute [rw] url_path
8755
+ # The value for the variable portion of the URL for the dynamic input,
8756
+ # for this instance of the input. Each time you use the same dynamic
8757
+ # input in an input switch action, you can provide a different value,
8758
+ # in order to connect the input to a different content source.
8759
+ # @return [Array<String>]
8760
+ #
8761
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputPrepareScheduleActionSettings AWS API Documentation
8762
+ #
8763
+ class InputPrepareScheduleActionSettings < Struct.new(
8764
+ :input_attachment_name_reference,
8765
+ :input_clipping_settings,
8766
+ :url_path)
8767
+ include Aws::Structure
8768
+ end
8769
+
8659
8770
  # An Input Security Group
8660
8771
  #
8661
8772
  # @!attribute [rw] arn
@@ -12935,6 +13046,20 @@ module Aws::MediaLive
12935
13046
  # hls_timed_metadata_settings: {
12936
13047
  # id_3: "__string", # required
12937
13048
  # },
13049
+ # input_prepare_settings: {
13050
+ # input_attachment_name_reference: "__string", # required
13051
+ # input_clipping_settings: {
13052
+ # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
13053
+ # start_timecode: {
13054
+ # timecode: "__string",
13055
+ # },
13056
+ # stop_timecode: {
13057
+ # last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
13058
+ # timecode: "__string",
13059
+ # },
13060
+ # },
13061
+ # url_path: ["__string"],
13062
+ # },
12938
13063
  # input_switch_settings: {
12939
13064
  # input_attachment_name_reference: "__string", # required
12940
13065
  # input_clipping_settings: {
@@ -13061,6 +13186,20 @@ module Aws::MediaLive
13061
13186
  # hls_timed_metadata_settings: {
13062
13187
  # id_3: "__string", # required
13063
13188
  # },
13189
+ # input_prepare_settings: {
13190
+ # input_attachment_name_reference: "__string", # required
13191
+ # input_clipping_settings: {
13192
+ # input_timecode_source: "ZEROBASED", # required, accepts ZEROBASED, EMBEDDED
13193
+ # start_timecode: {
13194
+ # timecode: "__string",
13195
+ # },
13196
+ # stop_timecode: {
13197
+ # last_frame_clipping_behavior: "EXCLUDE_LAST_FRAME", # accepts EXCLUDE_LAST_FRAME, INCLUDE_LAST_FRAME
13198
+ # timecode: "__string",
13199
+ # },
13200
+ # },
13201
+ # url_path: ["__string"],
13202
+ # },
13064
13203
  # input_switch_settings: {
13065
13204
  # input_attachment_name_reference: "__string", # required
13066
13205
  # input_clipping_settings: {
@@ -13145,6 +13284,10 @@ module Aws::MediaLive
13145
13284
  # Action to insert HLS metadata
13146
13285
  # @return [Types::HlsTimedMetadataScheduleActionSettings]
13147
13286
  #
13287
+ # @!attribute [rw] input_prepare_settings
13288
+ # Action to prepare an input for a future immediate input switch
13289
+ # @return [Types::InputPrepareScheduleActionSettings]
13290
+ #
13148
13291
  # @!attribute [rw] input_switch_settings
13149
13292
  # Action to switch the input
13150
13293
  # @return [Types::InputSwitchScheduleActionSettings]
@@ -13178,6 +13321,7 @@ module Aws::MediaLive
13178
13321
  class ScheduleActionSettings < Struct.new(
13179
13322
  :hls_id_3_segment_tagging_settings,
13180
13323
  :hls_timed_metadata_settings,
13324
+ :input_prepare_settings,
13181
13325
  :input_switch_settings,
13182
13326
  :pause_state_settings,
13183
13327
  :scte_35_return_to_network_settings,
@@ -15016,6 +15160,9 @@ module Aws::MediaLive
15016
15160
  # name: "__string", # required
15017
15161
  # },
15018
15162
  # ],
15163
+ # feature_activations: {
15164
+ # input_prepare_schedule_actions: "DISABLED", # accepts DISABLED, ENABLED
15165
+ # },
15019
15166
  # global_configuration: {
15020
15167
  # initial_audio_gain: 1,
15021
15168
  # input_end_action: "NONE", # accepts NONE, SWITCH_AND_LOOP_INPUTS
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
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.47.1
4
+ version: 1.48.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: 2020-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core