aws-sdk-medialive 1.17.0 → 1.18.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5fa6f71e8b93f74b68bece6888667644a001d8c1
4
- data.tar.gz: 0f8645f7520fef4fcee89a10476d25f77b8ae964
3
+ metadata.gz: 8fe7465b06fa8872418605958629f1f544b9a439
4
+ data.tar.gz: a83c01a356fab647e2f93c1c3e8e86035195ba18
5
5
  SHA512:
6
- metadata.gz: 7fe28731b7762acca730d70a4ee835d46d2d097bdfdd24a4f0ab3777dc2a3e1df049a38af9ae3c4338a7e7418558cb787a8333ef83dc984e031d5b51cc873a24
7
- data.tar.gz: 6a87fa35382247f1efae431c2ccc8a663b854ef097e03d8c5c12bbf8be4c6e6813bcfdc35362611d3dc8c566dd0a852b809871055cdb9caa38138746c99dcb9f
6
+ metadata.gz: f7a17988eede09083a731241aa6ec8729d626c7067e8c6ee702b5af29cdd83a3073fe401c07f852358e51b6095f82982edd36287a1de858961adfa557866b8a6
7
+ data.tar.gz: a00d802c6c2f8b2a5750a2f15c001459a20b7513989cbdf1b2cedf96b367dd8a06931dd31289204add6dd033d40a72795f8a64d74fe57220ba67bacbb67f03ac
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-medialive/customizations'
42
42
  # @service
43
43
  module Aws::MediaLive
44
44
 
45
- GEM_VERSION = '1.17.0'
45
+ GEM_VERSION = '1.18.0'
46
46
 
47
47
  end
@@ -229,6 +229,9 @@ module Aws::MediaLive
229
229
  # {
230
230
  # action_name: "__string", # required
231
231
  # schedule_action_settings: { # required
232
+ # hls_timed_metadata_settings: {
233
+ # id_3: "__string", # required
234
+ # },
232
235
  # input_switch_settings: {
233
236
  # input_attachment_name_reference: "__string", # required
234
237
  # },
@@ -307,6 +310,7 @@ module Aws::MediaLive
307
310
  #
308
311
  # resp.creates.schedule_actions #=> Array
309
312
  # resp.creates.schedule_actions[0].action_name #=> String
313
+ # resp.creates.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
310
314
  # resp.creates.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
311
315
  # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
312
316
  # resp.creates.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
@@ -345,6 +349,7 @@ module Aws::MediaLive
345
349
  # resp.creates.schedule_actions[0].schedule_action_start_settings.follow_mode_schedule_action_start_settings.reference_action_name #=> String
346
350
  # resp.deletes.schedule_actions #=> Array
347
351
  # resp.deletes.schedule_actions[0].action_name #=> String
352
+ # resp.deletes.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
348
353
  # resp.deletes.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
349
354
  # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
350
355
  # resp.deletes.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
@@ -1017,6 +1022,7 @@ module Aws::MediaLive
1017
1022
  # slices: 1,
1018
1023
  # softness: 1,
1019
1024
  # spatial_aq: "DISABLED", # accepts DISABLED, ENABLED
1025
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
1020
1026
  # syntax: "DEFAULT", # accepts DEFAULT, RP2027
1021
1027
  # temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
1022
1028
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
@@ -1539,6 +1545,7 @@ module Aws::MediaLive
1539
1545
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
1540
1546
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.softness #=> Integer
1541
1547
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
1548
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
1542
1549
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
1543
1550
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
1544
1551
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
@@ -2165,6 +2172,7 @@ module Aws::MediaLive
2165
2172
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
2166
2173
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.softness #=> Integer
2167
2174
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
2175
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
2168
2176
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
2169
2177
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
2170
2178
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
@@ -2778,6 +2786,7 @@ module Aws::MediaLive
2778
2786
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
2779
2787
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.softness #=> Integer
2780
2788
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
2789
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
2781
2790
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
2782
2791
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
2783
2792
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
@@ -3077,6 +3086,7 @@ module Aws::MediaLive
3077
3086
  # resp.next_token #=> String
3078
3087
  # resp.schedule_actions #=> Array
3079
3088
  # resp.schedule_actions[0].action_name #=> String
3089
+ # resp.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
3080
3090
  # resp.schedule_actions[0].schedule_action_settings.input_switch_settings.input_attachment_name_reference #=> String
3081
3091
  # resp.schedule_actions[0].schedule_action_settings.scte_35_return_to_network_settings.splice_event_id #=> Integer
3082
3092
  # resp.schedule_actions[0].schedule_action_settings.scte_35_splice_insert_settings.duration #=> Integer
@@ -3955,6 +3965,7 @@ module Aws::MediaLive
3955
3965
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
3956
3966
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.softness #=> Integer
3957
3967
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
3968
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
3958
3969
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
3959
3970
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
3960
3971
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
@@ -4461,6 +4472,7 @@ module Aws::MediaLive
4461
4472
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
4462
4473
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.softness #=> Integer
4463
4474
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
4475
+ # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
4464
4476
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
4465
4477
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
4466
4478
  # resp.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
@@ -5146,6 +5158,7 @@ module Aws::MediaLive
5146
5158
  # slices: 1,
5147
5159
  # softness: 1,
5148
5160
  # spatial_aq: "DISABLED", # accepts DISABLED, ENABLED
5161
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
5149
5162
  # syntax: "DEFAULT", # accepts DEFAULT, RP2027
5150
5163
  # temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
5151
5164
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
@@ -5666,6 +5679,7 @@ module Aws::MediaLive
5666
5679
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.slices #=> Integer
5667
5680
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.softness #=> Integer
5668
5681
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.spatial_aq #=> String, one of "DISABLED", "ENABLED"
5682
+ # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.subgop_length #=> String, one of "DYNAMIC", "FIXED"
5669
5683
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.syntax #=> String, one of "DEFAULT", "RP2027"
5670
5684
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.temporal_aq #=> String, one of "DISABLED", "ENABLED"
5671
5685
  # resp.channel.encoder_settings.video_descriptions[0].codec_settings.h264_settings.timecode_insertion #=> String, one of "DISABLED", "PIC_TIMING_SEI"
@@ -5859,7 +5873,7 @@ module Aws::MediaLive
5859
5873
  params: params,
5860
5874
  config: config)
5861
5875
  context[:gem_name] = 'aws-sdk-medialive'
5862
- context[:gem_version] = '1.17.0'
5876
+ context[:gem_version] = '1.18.0'
5863
5877
  Seahorse::Client::Request.new(handlers, context)
5864
5878
  end
5865
5879
 
@@ -176,6 +176,7 @@ module Aws::MediaLive
176
176
  H264SceneChangeDetect = Shapes::StringShape.new(name: 'H264SceneChangeDetect')
177
177
  H264Settings = Shapes::StructureShape.new(name: 'H264Settings')
178
178
  H264SpatialAq = Shapes::StringShape.new(name: 'H264SpatialAq')
179
+ H264SubGopLength = Shapes::StringShape.new(name: 'H264SubGopLength')
179
180
  H264Syntax = Shapes::StringShape.new(name: 'H264Syntax')
180
181
  H264TemporalAq = Shapes::StringShape.new(name: 'H264TemporalAq')
181
182
  H264TimecodeInsertionBehavior = Shapes::StringShape.new(name: 'H264TimecodeInsertionBehavior')
@@ -206,6 +207,7 @@ module Aws::MediaLive
206
207
  HlsSettings = Shapes::StructureShape.new(name: 'HlsSettings')
207
208
  HlsStreamInfResolution = Shapes::StringShape.new(name: 'HlsStreamInfResolution')
208
209
  HlsTimedMetadataId3Frame = Shapes::StringShape.new(name: 'HlsTimedMetadataId3Frame')
210
+ HlsTimedMetadataScheduleActionSettings = Shapes::StructureShape.new(name: 'HlsTimedMetadataScheduleActionSettings')
209
211
  HlsTsFileMode = Shapes::StringShape.new(name: 'HlsTsFileMode')
210
212
  HlsWebdavHttpTransferMode = Shapes::StringShape.new(name: 'HlsWebdavHttpTransferMode')
211
213
  HlsWebdavSettings = Shapes::StructureShape.new(name: 'HlsWebdavSettings')
@@ -1057,6 +1059,7 @@ module Aws::MediaLive
1057
1059
  H264Settings.add_member(:slices, Shapes::ShapeRef.new(shape: __integerMin1Max32, location_name: "slices"))
1058
1060
  H264Settings.add_member(:softness, Shapes::ShapeRef.new(shape: __integerMin0Max128, location_name: "softness"))
1059
1061
  H264Settings.add_member(:spatial_aq, Shapes::ShapeRef.new(shape: H264SpatialAq, location_name: "spatialAq"))
1062
+ H264Settings.add_member(:subgop_length, Shapes::ShapeRef.new(shape: H264SubGopLength, location_name: "subgopLength"))
1060
1063
  H264Settings.add_member(:syntax, Shapes::ShapeRef.new(shape: H264Syntax, location_name: "syntax"))
1061
1064
  H264Settings.add_member(:temporal_aq, Shapes::ShapeRef.new(shape: H264TemporalAq, location_name: "temporalAq"))
1062
1065
  H264Settings.add_member(:timecode_insertion, Shapes::ShapeRef.new(shape: H264TimecodeInsertionBehavior, location_name: "timecodeInsertion"))
@@ -1143,6 +1146,9 @@ module Aws::MediaLive
1143
1146
  HlsSettings.add_member(:standard_hls_settings, Shapes::ShapeRef.new(shape: StandardHlsSettings, location_name: "standardHlsSettings"))
1144
1147
  HlsSettings.struct_class = Types::HlsSettings
1145
1148
 
1149
+ HlsTimedMetadataScheduleActionSettings.add_member(:id_3, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id3"))
1150
+ HlsTimedMetadataScheduleActionSettings.struct_class = Types::HlsTimedMetadataScheduleActionSettings
1151
+
1146
1152
  HlsWebdavSettings.add_member(:connection_retry_interval, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "connectionRetryInterval"))
1147
1153
  HlsWebdavSettings.add_member(:filecache_duration, Shapes::ShapeRef.new(shape: __integerMin0Max600, location_name: "filecacheDuration"))
1148
1154
  HlsWebdavSettings.add_member(:http_transfer_mode, Shapes::ShapeRef.new(shape: HlsWebdavHttpTransferMode, location_name: "httpTransferMode"))
@@ -1562,6 +1568,7 @@ module Aws::MediaLive
1562
1568
  ScheduleAction.add_member(:schedule_action_start_settings, Shapes::ShapeRef.new(shape: ScheduleActionStartSettings, required: true, location_name: "scheduleActionStartSettings"))
1563
1569
  ScheduleAction.struct_class = Types::ScheduleAction
1564
1570
 
1571
+ ScheduleActionSettings.add_member(:hls_timed_metadata_settings, Shapes::ShapeRef.new(shape: HlsTimedMetadataScheduleActionSettings, location_name: "hlsTimedMetadataSettings"))
1565
1572
  ScheduleActionSettings.add_member(:input_switch_settings, Shapes::ShapeRef.new(shape: InputSwitchScheduleActionSettings, location_name: "inputSwitchSettings"))
1566
1573
  ScheduleActionSettings.add_member(:scte_35_return_to_network_settings, Shapes::ShapeRef.new(shape: Scte35ReturnToNetworkScheduleActionSettings, location_name: "scte35ReturnToNetworkSettings"))
1567
1574
  ScheduleActionSettings.add_member(:scte_35_splice_insert_settings, Shapes::ShapeRef.new(shape: Scte35SpliceInsertScheduleActionSettings, location_name: "scte35SpliceInsertSettings"))
@@ -935,6 +935,9 @@ module Aws::MediaLive
935
935
  # {
936
936
  # action_name: "__string", # required
937
937
  # schedule_action_settings: { # required
938
+ # hls_timed_metadata_settings: {
939
+ # id_3: "__string", # required
940
+ # },
938
941
  # input_switch_settings: {
939
942
  # input_attachment_name_reference: "__string", # required
940
943
  # },
@@ -1076,6 +1079,9 @@ module Aws::MediaLive
1076
1079
  # {
1077
1080
  # action_name: "__string", # required
1078
1081
  # schedule_action_settings: { # required
1082
+ # hls_timed_metadata_settings: {
1083
+ # id_3: "__string", # required
1084
+ # },
1079
1085
  # input_switch_settings: {
1080
1086
  # input_attachment_name_reference: "__string", # required
1081
1087
  # },
@@ -2635,6 +2641,7 @@ module Aws::MediaLive
2635
2641
  # slices: 1,
2636
2642
  # softness: 1,
2637
2643
  # spatial_aq: "DISABLED", # accepts DISABLED, ENABLED
2644
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
2638
2645
  # syntax: "DEFAULT", # accepts DEFAULT, RP2027
2639
2646
  # temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
2640
2647
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
@@ -4678,6 +4685,7 @@ module Aws::MediaLive
4678
4685
  # slices: 1,
4679
4686
  # softness: 1,
4680
4687
  # spatial_aq: "DISABLED", # accepts DISABLED, ENABLED
4688
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
4681
4689
  # syntax: "DEFAULT", # accepts DEFAULT, RP2027
4682
4690
  # temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
4683
4691
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
@@ -4931,6 +4939,7 @@ module Aws::MediaLive
4931
4939
  # slices: 1,
4932
4940
  # softness: 1,
4933
4941
  # spatial_aq: "DISABLED", # accepts DISABLED, ENABLED
4942
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
4934
4943
  # syntax: "DEFAULT", # accepts DEFAULT, RP2027
4935
4944
  # temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
4936
4945
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
@@ -5131,6 +5140,12 @@ module Aws::MediaLive
5131
5140
  # spatial variation of content complexity.
5132
5141
  # @return [String]
5133
5142
  #
5143
+ # @!attribute [rw] subgop_length
5144
+ # If set to fixed, use gopNumBFrames B-frames per sub-GOP. If set to
5145
+ # dynamic, optimize the number of B-frames used for each sub-GOP to
5146
+ # improve visual quality.
5147
+ # @return [String]
5148
+ #
5134
5149
  # @!attribute [rw] syntax
5135
5150
  # Produces a bitstream compliant with SMPTE RP-2027.
5136
5151
  # @return [String]
@@ -5183,6 +5198,7 @@ module Aws::MediaLive
5183
5198
  :slices,
5184
5199
  :softness,
5185
5200
  :spatial_aq,
5201
+ :subgop_length,
5186
5202
  :syntax,
5187
5203
  :temporal_aq,
5188
5204
  :timecode_insertion)
@@ -5605,8 +5621,8 @@ module Aws::MediaLive
5605
5621
  # @return [Integer]
5606
5622
  #
5607
5623
  # @!attribute [rw] segmentation_mode
5608
- # When set to useInputSegmentation, the output segment or fragment
5609
- # points are set by the RAI markers from the input streams.
5624
+ # useInputSegmentation has been deprecated. The configured segment
5625
+ # size is always used.
5610
5626
  # @return [String]
5611
5627
  #
5612
5628
  # @!attribute [rw] segments_per_subdirectory
@@ -5885,6 +5901,27 @@ module Aws::MediaLive
5885
5901
  include Aws::Structure
5886
5902
  end
5887
5903
 
5904
+ # Settings for the action to emit HLS metadata
5905
+ #
5906
+ # @note When making an API call, you may pass HlsTimedMetadataScheduleActionSettings
5907
+ # data as a hash:
5908
+ #
5909
+ # {
5910
+ # id_3: "__string", # required
5911
+ # }
5912
+ #
5913
+ # @!attribute [rw] id_3
5914
+ # Base64 string formatted according to the ID3 specification:
5915
+ # http://id3.org/id3v2.4.0-structure
5916
+ # @return [String]
5917
+ #
5918
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsTimedMetadataScheduleActionSettings AWS API Documentation
5919
+ #
5920
+ class HlsTimedMetadataScheduleActionSettings < Struct.new(
5921
+ :id_3)
5922
+ include Aws::Structure
5923
+ end
5924
+
5888
5925
  # @note When making an API call, you may pass HlsWebdavSettings
5889
5926
  # data as a hash:
5890
5927
  #
@@ -7667,8 +7704,8 @@ module Aws::MediaLive
7667
7704
  # @return [Integer]
7668
7705
  #
7669
7706
  # @!attribute [rw] segmentation_mode
7670
- # When set to useInputSegmentation, the output segment or fragment
7671
- # points are set by the RAI markers from the input streams.
7707
+ # useInputSegmentation has been deprecated. The configured segment
7708
+ # size is always used.
7672
7709
  # @return [String]
7673
7710
  #
7674
7711
  # @!attribute [rw] send_delay_ms
@@ -9318,6 +9355,9 @@ module Aws::MediaLive
9318
9355
  # {
9319
9356
  # action_name: "__string", # required
9320
9357
  # schedule_action_settings: { # required
9358
+ # hls_timed_metadata_settings: {
9359
+ # id_3: "__string", # required
9360
+ # },
9321
9361
  # input_switch_settings: {
9322
9362
  # input_attachment_name_reference: "__string", # required
9323
9363
  # },
@@ -9418,6 +9458,9 @@ module Aws::MediaLive
9418
9458
  # data as a hash:
9419
9459
  #
9420
9460
  # {
9461
+ # hls_timed_metadata_settings: {
9462
+ # id_3: "__string", # required
9463
+ # },
9421
9464
  # input_switch_settings: {
9422
9465
  # input_attachment_name_reference: "__string", # required
9423
9466
  # },
@@ -9476,6 +9519,10 @@ module Aws::MediaLive
9476
9519
  # },
9477
9520
  # }
9478
9521
  #
9522
+ # @!attribute [rw] hls_timed_metadata_settings
9523
+ # Settings to emit HLS metadata
9524
+ # @return [Types::HlsTimedMetadataScheduleActionSettings]
9525
+ #
9479
9526
  # @!attribute [rw] input_switch_settings
9480
9527
  # Settings to switch an input
9481
9528
  # @return [Types::InputSwitchScheduleActionSettings]
@@ -9503,6 +9550,7 @@ module Aws::MediaLive
9503
9550
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ScheduleActionSettings AWS API Documentation
9504
9551
  #
9505
9552
  class ScheduleActionSettings < Struct.new(
9553
+ :hls_timed_metadata_settings,
9506
9554
  :input_switch_settings,
9507
9555
  :scte_35_return_to_network_settings,
9508
9556
  :scte_35_splice_insert_settings,
@@ -11312,6 +11360,7 @@ module Aws::MediaLive
11312
11360
  # slices: 1,
11313
11361
  # softness: 1,
11314
11362
  # spatial_aq: "DISABLED", # accepts DISABLED, ENABLED
11363
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
11315
11364
  # syntax: "DEFAULT", # accepts DEFAULT, RP2027
11316
11365
  # temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
11317
11366
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
@@ -11698,6 +11747,7 @@ module Aws::MediaLive
11698
11747
  # slices: 1,
11699
11748
  # softness: 1,
11700
11749
  # spatial_aq: "DISABLED", # accepts DISABLED, ENABLED
11750
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
11701
11751
  # syntax: "DEFAULT", # accepts DEFAULT, RP2027
11702
11752
  # temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
11703
11753
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
@@ -11755,6 +11805,7 @@ module Aws::MediaLive
11755
11805
  # slices: 1,
11756
11806
  # softness: 1,
11757
11807
  # spatial_aq: "DISABLED", # accepts DISABLED, ENABLED
11808
+ # subgop_length: "DYNAMIC", # accepts DYNAMIC, FIXED
11758
11809
  # syntax: "DEFAULT", # accepts DEFAULT, RP2027
11759
11810
  # temporal_aq: "DISABLED", # accepts DISABLED, ENABLED
11760
11811
  # timecode_insertion: "DISABLED", # accepts DISABLED, PIC_TIMING_SEI
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.17.0
4
+ version: 1.18.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: 2018-12-06 00:00:00.000000000 Z
11
+ date: 2018-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core