aws-sdk-medialive 1.22.0 → 1.23.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
  SHA1:
3
- metadata.gz: 2d491f3c01f04d3dca1f0fc73ca21a544aac95ec
4
- data.tar.gz: 2934513a4c60c6e90122096b5781d79fc7ccad34
3
+ metadata.gz: 904028346d10adec3e406a6cd21194475241bcde
4
+ data.tar.gz: 148444eb1c89e3e11f2ac761f614eff1950ea08c
5
5
  SHA512:
6
- metadata.gz: d4fd0772ce403f0472a9337cf7746b1b6ec4cc123d29ec1c768d4030ffc932f7c0c9065bb1ffc85e22a18a1480f42352371de54d5d022b3aaa90b8f29cd2f0e5
7
- data.tar.gz: 1c2bb0440d103c16ddadc2c97eb94f74217f71b4375b3ffd5c65181a4b535ca621c4bef7538d3ed0b77a7ac012e056b707d3dd69260729b284d27aa4d9e8572b
6
+ metadata.gz: e231d819c16b823e5aaa66bd34dc708f6d1c68999513758747be9207ea13b45aec692ba87799c9ec2d9d58f83a2f6fa24c70aef5bbdf0c68a5405b25a79f74bb
7
+ data.tar.gz: 5d6007667eb5aa8e9e91df0bde48cfb5942b71aa86a70cc50aaa18d525d6c4b36a97c22c9407d92d81ab4f6149bb767cda621a156660cfd211e423fd1010dad4
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-medialive/customizations'
42
42
  # @service
43
43
  module Aws::MediaLive
44
44
 
45
- GEM_VERSION = '1.22.0'
45
+ GEM_VERSION = '1.23.0'
46
46
 
47
47
  end
@@ -442,6 +442,11 @@ module Aws::MediaLive
442
442
  # destinations: [
443
443
  # {
444
444
  # id: "__string",
445
+ # media_package_settings: [
446
+ # {
447
+ # channel_id: "__stringMin1",
448
+ # },
449
+ # ],
445
450
  # settings: [
446
451
  # {
447
452
  # password_param: "__string",
@@ -767,6 +772,11 @@ module Aws::MediaLive
767
772
  # timestamp_delta_milliseconds: 1,
768
773
  # ts_file_mode: "SEGMENTED_FILES", # accepts SEGMENTED_FILES, SINGLE_FILE
769
774
  # },
775
+ # media_package_group_settings: {
776
+ # destination: { # required
777
+ # destination_ref_id: "__string",
778
+ # },
779
+ # },
770
780
  # ms_smooth_group_settings: {
771
781
  # acquisition_point_id: "__string",
772
782
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
@@ -914,6 +924,8 @@ module Aws::MediaLive
914
924
  # name_modifier: "__stringMin1",
915
925
  # segment_modifier: "__string",
916
926
  # },
927
+ # media_package_output_settings: {
928
+ # },
917
929
  # ms_smooth_output_settings: {
918
930
  # name_modifier: "__string",
919
931
  # },
@@ -1159,6 +1171,8 @@ module Aws::MediaLive
1159
1171
  # resp.channel.arn #=> String
1160
1172
  # resp.channel.destinations #=> Array
1161
1173
  # resp.channel.destinations[0].id #=> String
1174
+ # resp.channel.destinations[0].media_package_settings #=> Array
1175
+ # resp.channel.destinations[0].media_package_settings[0].channel_id #=> String
1162
1176
  # resp.channel.destinations[0].settings #=> Array
1163
1177
  # resp.channel.destinations[0].settings[0].password_param #=> String
1164
1178
  # resp.channel.destinations[0].settings[0].stream_name #=> String
@@ -1366,6 +1380,7 @@ module Aws::MediaLive
1366
1380
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timed_metadata_id_3_period #=> Integer
1367
1381
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timestamp_delta_milliseconds #=> Integer
1368
1382
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ts_file_mode #=> String, one of "SEGMENTED_FILES", "SINGLE_FILE"
1383
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.media_package_group_settings.destination.destination_ref_id #=> String
1369
1384
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.acquisition_point_id #=> String
1370
1385
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.audio_only_timecode_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED_CLOCK"
1371
1386
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
@@ -1846,6 +1861,8 @@ module Aws::MediaLive
1846
1861
  # resp.arn #=> String
1847
1862
  # resp.destinations #=> Array
1848
1863
  # resp.destinations[0].id #=> String
1864
+ # resp.destinations[0].media_package_settings #=> Array
1865
+ # resp.destinations[0].media_package_settings[0].channel_id #=> String
1849
1866
  # resp.destinations[0].settings #=> Array
1850
1867
  # resp.destinations[0].settings[0].password_param #=> String
1851
1868
  # resp.destinations[0].settings[0].stream_name #=> String
@@ -2053,6 +2070,7 @@ module Aws::MediaLive
2053
2070
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timed_metadata_id_3_period #=> Integer
2054
2071
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timestamp_delta_milliseconds #=> Integer
2055
2072
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ts_file_mode #=> String, one of "SEGMENTED_FILES", "SINGLE_FILE"
2073
+ # resp.encoder_settings.output_groups[0].output_group_settings.media_package_group_settings.destination.destination_ref_id #=> String
2056
2074
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.acquisition_point_id #=> String
2057
2075
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.audio_only_timecode_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED_CLOCK"
2058
2076
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
@@ -2491,6 +2509,8 @@ module Aws::MediaLive
2491
2509
  # resp.arn #=> String
2492
2510
  # resp.destinations #=> Array
2493
2511
  # resp.destinations[0].id #=> String
2512
+ # resp.destinations[0].media_package_settings #=> Array
2513
+ # resp.destinations[0].media_package_settings[0].channel_id #=> String
2494
2514
  # resp.destinations[0].settings #=> Array
2495
2515
  # resp.destinations[0].settings[0].password_param #=> String
2496
2516
  # resp.destinations[0].settings[0].stream_name #=> String
@@ -2698,6 +2718,7 @@ module Aws::MediaLive
2698
2718
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timed_metadata_id_3_period #=> Integer
2699
2719
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timestamp_delta_milliseconds #=> Integer
2700
2720
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ts_file_mode #=> String, one of "SEGMENTED_FILES", "SINGLE_FILE"
2721
+ # resp.encoder_settings.output_groups[0].output_group_settings.media_package_group_settings.destination.destination_ref_id #=> String
2701
2722
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.acquisition_point_id #=> String
2702
2723
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.audio_only_timecode_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED_CLOCK"
2703
2724
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
@@ -3292,6 +3313,8 @@ module Aws::MediaLive
3292
3313
  # resp.channels[0].arn #=> String
3293
3314
  # resp.channels[0].destinations #=> Array
3294
3315
  # resp.channels[0].destinations[0].id #=> String
3316
+ # resp.channels[0].destinations[0].media_package_settings #=> Array
3317
+ # resp.channels[0].destinations[0].media_package_settings[0].channel_id #=> String
3295
3318
  # resp.channels[0].destinations[0].settings #=> Array
3296
3319
  # resp.channels[0].destinations[0].settings[0].password_param #=> String
3297
3320
  # resp.channels[0].destinations[0].settings[0].stream_name #=> String
@@ -3723,6 +3746,8 @@ module Aws::MediaLive
3723
3746
  # resp.arn #=> String
3724
3747
  # resp.destinations #=> Array
3725
3748
  # resp.destinations[0].id #=> String
3749
+ # resp.destinations[0].media_package_settings #=> Array
3750
+ # resp.destinations[0].media_package_settings[0].channel_id #=> String
3726
3751
  # resp.destinations[0].settings #=> Array
3727
3752
  # resp.destinations[0].settings[0].password_param #=> String
3728
3753
  # resp.destinations[0].settings[0].stream_name #=> String
@@ -3930,6 +3955,7 @@ module Aws::MediaLive
3930
3955
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timed_metadata_id_3_period #=> Integer
3931
3956
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timestamp_delta_milliseconds #=> Integer
3932
3957
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ts_file_mode #=> String, one of "SEGMENTED_FILES", "SINGLE_FILE"
3958
+ # resp.encoder_settings.output_groups[0].output_group_settings.media_package_group_settings.destination.destination_ref_id #=> String
3933
3959
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.acquisition_point_id #=> String
3934
3960
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.audio_only_timecode_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED_CLOCK"
3935
3961
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
@@ -4237,6 +4263,8 @@ module Aws::MediaLive
4237
4263
  # resp.arn #=> String
4238
4264
  # resp.destinations #=> Array
4239
4265
  # resp.destinations[0].id #=> String
4266
+ # resp.destinations[0].media_package_settings #=> Array
4267
+ # resp.destinations[0].media_package_settings[0].channel_id #=> String
4240
4268
  # resp.destinations[0].settings #=> Array
4241
4269
  # resp.destinations[0].settings[0].password_param #=> String
4242
4270
  # resp.destinations[0].settings[0].stream_name #=> String
@@ -4444,6 +4472,7 @@ module Aws::MediaLive
4444
4472
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timed_metadata_id_3_period #=> Integer
4445
4473
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timestamp_delta_milliseconds #=> Integer
4446
4474
  # resp.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ts_file_mode #=> String, one of "SEGMENTED_FILES", "SINGLE_FILE"
4475
+ # resp.encoder_settings.output_groups[0].output_group_settings.media_package_group_settings.destination.destination_ref_id #=> String
4447
4476
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.acquisition_point_id #=> String
4448
4477
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.audio_only_timecode_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED_CLOCK"
4449
4478
  # resp.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
@@ -4750,6 +4779,11 @@ module Aws::MediaLive
4750
4779
  # destinations: [
4751
4780
  # {
4752
4781
  # id: "__string",
4782
+ # media_package_settings: [
4783
+ # {
4784
+ # channel_id: "__stringMin1",
4785
+ # },
4786
+ # ],
4753
4787
  # settings: [
4754
4788
  # {
4755
4789
  # password_param: "__string",
@@ -5075,6 +5109,11 @@ module Aws::MediaLive
5075
5109
  # timestamp_delta_milliseconds: 1,
5076
5110
  # ts_file_mode: "SEGMENTED_FILES", # accepts SEGMENTED_FILES, SINGLE_FILE
5077
5111
  # },
5112
+ # media_package_group_settings: {
5113
+ # destination: { # required
5114
+ # destination_ref_id: "__string",
5115
+ # },
5116
+ # },
5078
5117
  # ms_smooth_group_settings: {
5079
5118
  # acquisition_point_id: "__string",
5080
5119
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
@@ -5222,6 +5261,8 @@ module Aws::MediaLive
5222
5261
  # name_modifier: "__stringMin1",
5223
5262
  # segment_modifier: "__string",
5224
5263
  # },
5264
+ # media_package_output_settings: {
5265
+ # },
5225
5266
  # ms_smooth_output_settings: {
5226
5267
  # name_modifier: "__string",
5227
5268
  # },
@@ -5462,6 +5503,8 @@ module Aws::MediaLive
5462
5503
  # resp.channel.arn #=> String
5463
5504
  # resp.channel.destinations #=> Array
5464
5505
  # resp.channel.destinations[0].id #=> String
5506
+ # resp.channel.destinations[0].media_package_settings #=> Array
5507
+ # resp.channel.destinations[0].media_package_settings[0].channel_id #=> String
5465
5508
  # resp.channel.destinations[0].settings #=> Array
5466
5509
  # resp.channel.destinations[0].settings[0].password_param #=> String
5467
5510
  # resp.channel.destinations[0].settings[0].stream_name #=> String
@@ -5669,6 +5712,7 @@ module Aws::MediaLive
5669
5712
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timed_metadata_id_3_period #=> Integer
5670
5713
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.timestamp_delta_milliseconds #=> Integer
5671
5714
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.hls_group_settings.ts_file_mode #=> String, one of "SEGMENTED_FILES", "SINGLE_FILE"
5715
+ # resp.channel.encoder_settings.output_groups[0].output_group_settings.media_package_group_settings.destination.destination_ref_id #=> String
5672
5716
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.acquisition_point_id #=> String
5673
5717
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.audio_only_timecode_control #=> String, one of "PASSTHROUGH", "USE_CONFIGURED_CLOCK"
5674
5718
  # resp.channel.encoder_settings.output_groups[0].output_group_settings.ms_smooth_group_settings.certificate_mode #=> String, one of "SELF_SIGNED", "VERIFY_AUTHENTICITY"
@@ -6087,7 +6131,7 @@ module Aws::MediaLive
6087
6131
  params: params,
6088
6132
  config: config)
6089
6133
  context[:gem_name] = 'aws-sdk-medialive'
6090
- context[:gem_version] = '1.22.0'
6134
+ context[:gem_version] = '1.23.0'
6091
6135
  Seahorse::Client::Request.new(handlers, context)
6092
6136
  end
6093
6137
 
@@ -299,6 +299,9 @@ module Aws::MediaLive
299
299
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
300
300
  MediaConnectFlow = Shapes::StructureShape.new(name: 'MediaConnectFlow')
301
301
  MediaConnectFlowRequest = Shapes::StructureShape.new(name: 'MediaConnectFlowRequest')
302
+ MediaPackageGroupSettings = Shapes::StructureShape.new(name: 'MediaPackageGroupSettings')
303
+ MediaPackageOutputDestinationSettings = Shapes::StructureShape.new(name: 'MediaPackageOutputDestinationSettings')
304
+ MediaPackageOutputSettings = Shapes::StructureShape.new(name: 'MediaPackageOutputSettings')
302
305
  Mp2CodingMode = Shapes::StringShape.new(name: 'Mp2CodingMode')
303
306
  Mp2Settings = Shapes::StructureShape.new(name: 'Mp2Settings')
304
307
  MsSmoothGroupSettings = Shapes::StructureShape.new(name: 'MsSmoothGroupSettings')
@@ -494,6 +497,7 @@ module Aws::MediaLive
494
497
  __listOfInputWhitelistRuleCidr = Shapes::ListShape.new(name: '__listOfInputWhitelistRuleCidr')
495
498
  __listOfMediaConnectFlow = Shapes::ListShape.new(name: '__listOfMediaConnectFlow')
496
499
  __listOfMediaConnectFlowRequest = Shapes::ListShape.new(name: '__listOfMediaConnectFlowRequest')
500
+ __listOfMediaPackageOutputDestinationSettings = Shapes::ListShape.new(name: '__listOfMediaPackageOutputDestinationSettings')
497
501
  __listOfOffering = Shapes::ListShape.new(name: '__listOfOffering')
498
502
  __listOfOutput = Shapes::ListShape.new(name: '__listOfOutput')
499
503
  __listOfOutputDestination = Shapes::ListShape.new(name: '__listOfOutputDestination')
@@ -1468,6 +1472,14 @@ module Aws::MediaLive
1468
1472
  MediaConnectFlowRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
1469
1473
  MediaConnectFlowRequest.struct_class = Types::MediaConnectFlowRequest
1470
1474
 
1475
+ MediaPackageGroupSettings.add_member(:destination, Shapes::ShapeRef.new(shape: OutputLocationRef, required: true, location_name: "destination"))
1476
+ MediaPackageGroupSettings.struct_class = Types::MediaPackageGroupSettings
1477
+
1478
+ MediaPackageOutputDestinationSettings.add_member(:channel_id, Shapes::ShapeRef.new(shape: __stringMin1, location_name: "channelId"))
1479
+ MediaPackageOutputDestinationSettings.struct_class = Types::MediaPackageOutputDestinationSettings
1480
+
1481
+ MediaPackageOutputSettings.struct_class = Types::MediaPackageOutputSettings
1482
+
1471
1483
  Mp2Settings.add_member(:bitrate, Shapes::ShapeRef.new(shape: __double, location_name: "bitrate"))
1472
1484
  Mp2Settings.add_member(:coding_mode, Shapes::ShapeRef.new(shape: Mp2CodingMode, location_name: "codingMode"))
1473
1485
  Mp2Settings.add_member(:sample_rate, Shapes::ShapeRef.new(shape: __double, location_name: "sampleRate"))
@@ -1522,6 +1534,7 @@ module Aws::MediaLive
1522
1534
  Output.struct_class = Types::Output
1523
1535
 
1524
1536
  OutputDestination.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
1537
+ OutputDestination.add_member(:media_package_settings, Shapes::ShapeRef.new(shape: __listOfMediaPackageOutputDestinationSettings, location_name: "mediaPackageSettings"))
1525
1538
  OutputDestination.add_member(:settings, Shapes::ShapeRef.new(shape: __listOfOutputDestinationSettings, location_name: "settings"))
1526
1539
  OutputDestination.struct_class = Types::OutputDestination
1527
1540
 
@@ -1539,6 +1552,7 @@ module Aws::MediaLive
1539
1552
  OutputGroupSettings.add_member(:archive_group_settings, Shapes::ShapeRef.new(shape: ArchiveGroupSettings, location_name: "archiveGroupSettings"))
1540
1553
  OutputGroupSettings.add_member(:frame_capture_group_settings, Shapes::ShapeRef.new(shape: FrameCaptureGroupSettings, location_name: "frameCaptureGroupSettings"))
1541
1554
  OutputGroupSettings.add_member(:hls_group_settings, Shapes::ShapeRef.new(shape: HlsGroupSettings, location_name: "hlsGroupSettings"))
1555
+ OutputGroupSettings.add_member(:media_package_group_settings, Shapes::ShapeRef.new(shape: MediaPackageGroupSettings, location_name: "mediaPackageGroupSettings"))
1542
1556
  OutputGroupSettings.add_member(:ms_smooth_group_settings, Shapes::ShapeRef.new(shape: MsSmoothGroupSettings, location_name: "msSmoothGroupSettings"))
1543
1557
  OutputGroupSettings.add_member(:rtmp_group_settings, Shapes::ShapeRef.new(shape: RtmpGroupSettings, location_name: "rtmpGroupSettings"))
1544
1558
  OutputGroupSettings.add_member(:udp_group_settings, Shapes::ShapeRef.new(shape: UdpGroupSettings, location_name: "udpGroupSettings"))
@@ -1550,6 +1564,7 @@ module Aws::MediaLive
1550
1564
  OutputSettings.add_member(:archive_output_settings, Shapes::ShapeRef.new(shape: ArchiveOutputSettings, location_name: "archiveOutputSettings"))
1551
1565
  OutputSettings.add_member(:frame_capture_output_settings, Shapes::ShapeRef.new(shape: FrameCaptureOutputSettings, location_name: "frameCaptureOutputSettings"))
1552
1566
  OutputSettings.add_member(:hls_output_settings, Shapes::ShapeRef.new(shape: HlsOutputSettings, location_name: "hlsOutputSettings"))
1567
+ OutputSettings.add_member(:media_package_output_settings, Shapes::ShapeRef.new(shape: MediaPackageOutputSettings, location_name: "mediaPackageOutputSettings"))
1553
1568
  OutputSettings.add_member(:ms_smooth_output_settings, Shapes::ShapeRef.new(shape: MsSmoothOutputSettings, location_name: "msSmoothOutputSettings"))
1554
1569
  OutputSettings.add_member(:rtmp_output_settings, Shapes::ShapeRef.new(shape: RtmpOutputSettings, location_name: "rtmpOutputSettings"))
1555
1570
  OutputSettings.add_member(:udp_output_settings, Shapes::ShapeRef.new(shape: UdpOutputSettings, location_name: "udpOutputSettings"))
@@ -1945,6 +1960,8 @@ module Aws::MediaLive
1945
1960
 
1946
1961
  __listOfMediaConnectFlowRequest.member = Shapes::ShapeRef.new(shape: MediaConnectFlowRequest)
1947
1962
 
1963
+ __listOfMediaPackageOutputDestinationSettings.member = Shapes::ShapeRef.new(shape: MediaPackageOutputDestinationSettings)
1964
+
1948
1965
  __listOfOffering.member = Shapes::ShapeRef.new(shape: Offering)
1949
1966
 
1950
1967
  __listOfOutput.member = Shapes::ShapeRef.new(shape: Output)
@@ -2075,6 +2075,11 @@ module Aws::MediaLive
2075
2075
  # destinations: [
2076
2076
  # {
2077
2077
  # id: "__string",
2078
+ # media_package_settings: [
2079
+ # {
2080
+ # channel_id: "__stringMin1",
2081
+ # },
2082
+ # ],
2078
2083
  # settings: [
2079
2084
  # {
2080
2085
  # password_param: "__string",
@@ -2400,6 +2405,11 @@ module Aws::MediaLive
2400
2405
  # timestamp_delta_milliseconds: 1,
2401
2406
  # ts_file_mode: "SEGMENTED_FILES", # accepts SEGMENTED_FILES, SINGLE_FILE
2402
2407
  # },
2408
+ # media_package_group_settings: {
2409
+ # destination: { # required
2410
+ # destination_ref_id: "__string",
2411
+ # },
2412
+ # },
2403
2413
  # ms_smooth_group_settings: {
2404
2414
  # acquisition_point_id: "__string",
2405
2415
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
@@ -2547,6 +2557,8 @@ module Aws::MediaLive
2547
2557
  # name_modifier: "__stringMin1",
2548
2558
  # segment_modifier: "__string",
2549
2559
  # },
2560
+ # media_package_output_settings: {
2561
+ # },
2550
2562
  # ms_smooth_output_settings: {
2551
2563
  # name_modifier: "__string",
2552
2564
  # },
@@ -4566,6 +4578,11 @@ module Aws::MediaLive
4566
4578
  # timestamp_delta_milliseconds: 1,
4567
4579
  # ts_file_mode: "SEGMENTED_FILES", # accepts SEGMENTED_FILES, SINGLE_FILE
4568
4580
  # },
4581
+ # media_package_group_settings: {
4582
+ # destination: { # required
4583
+ # destination_ref_id: "__string",
4584
+ # },
4585
+ # },
4569
4586
  # ms_smooth_group_settings: {
4570
4587
  # acquisition_point_id: "__string",
4571
4588
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
@@ -4713,6 +4730,8 @@ module Aws::MediaLive
4713
4730
  # name_modifier: "__stringMin1",
4714
4731
  # segment_modifier: "__string",
4715
4732
  # },
4733
+ # media_package_output_settings: {
4734
+ # },
4716
4735
  # ms_smooth_output_settings: {
4717
4736
  # name_modifier: "__string",
4718
4737
  # },
@@ -5856,8 +5875,18 @@ module Aws::MediaLive
5856
5875
  # @return [Integer]
5857
5876
  #
5858
5877
  # @!attribute [rw] redundant_manifest
5859
- # When set to "enabled", includes the media playlists from both
5860
- # pipelines in the master manifest (.m3u8) file.
5878
+ # ENABLED: The master manifest (.m3u8 file) for each pipeline includes
5879
+ # information about both pipelines: first its own media files, then
5880
+ # the media files of the other pipeline. This feature allows playout
5881
+ # device that support stale manifest detection to switch from one
5882
+ # manifest to the other, when the current manifest seems to be stale.
5883
+ # There are still two destinations and two master manifests, but both
5884
+ # master manifests reference the media files from both pipelines.
5885
+ # DISABLED: The master manifest (.m3u8 file) for each pipeline
5886
+ # includes information about its own pipeline only. For an HLS output
5887
+ # group with MediaPackage as the destination, the DISABLED behavior is
5888
+ # always followed. MediaPackage regenerates the manifests it serves to
5889
+ # players so a redundant manifest from MediaLive is irrelevant.
5861
5890
  # @return [String]
5862
5891
  #
5863
5892
  # @!attribute [rw] segment_length
@@ -7922,6 +7951,60 @@ module Aws::MediaLive
7922
7951
  include Aws::Structure
7923
7952
  end
7924
7953
 
7954
+ # Media Package Group Settings
7955
+ #
7956
+ # @note When making an API call, you may pass MediaPackageGroupSettings
7957
+ # data as a hash:
7958
+ #
7959
+ # {
7960
+ # destination: { # required
7961
+ # destination_ref_id: "__string",
7962
+ # },
7963
+ # }
7964
+ #
7965
+ # @!attribute [rw] destination
7966
+ # MediaPackage channel destination.
7967
+ # @return [Types::OutputLocationRef]
7968
+ #
7969
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MediaPackageGroupSettings AWS API Documentation
7970
+ #
7971
+ class MediaPackageGroupSettings < Struct.new(
7972
+ :destination)
7973
+ include Aws::Structure
7974
+ end
7975
+
7976
+ # Media Package Output Destination Settings
7977
+ #
7978
+ # @note When making an API call, you may pass MediaPackageOutputDestinationSettings
7979
+ # data as a hash:
7980
+ #
7981
+ # {
7982
+ # channel_id: "__stringMin1",
7983
+ # }
7984
+ #
7985
+ # @!attribute [rw] channel_id
7986
+ # ID of the channel in MediaPackage that is the destination for this
7987
+ # output group. You do not need to specify the individual inputs in
7988
+ # MediaPackage; MediaLive will handle the connection of the two
7989
+ # MediaLive pipelines to the two MediaPackage inputs. The MediaPackage
7990
+ # channel and MediaLive channel must be in the same region.
7991
+ # @return [String]
7992
+ #
7993
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MediaPackageOutputDestinationSettings AWS API Documentation
7994
+ #
7995
+ class MediaPackageOutputDestinationSettings < Struct.new(
7996
+ :channel_id)
7997
+ include Aws::Structure
7998
+ end
7999
+
8000
+ # Media Package Output Settings
8001
+ #
8002
+ # @api private
8003
+ #
8004
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MediaPackageOutputSettings AWS API Documentation
8005
+ #
8006
+ class MediaPackageOutputSettings < Aws::EmptyStructure; end
8007
+
7925
8008
  # @note When making an API call, you may pass Mp2Settings
7926
8009
  # data as a hash:
7927
8010
  #
@@ -8346,6 +8429,8 @@ module Aws::MediaLive
8346
8429
  # name_modifier: "__stringMin1",
8347
8430
  # segment_modifier: "__string",
8348
8431
  # },
8432
+ # media_package_output_settings: {
8433
+ # },
8349
8434
  # ms_smooth_output_settings: {
8350
8435
  # name_modifier: "__string",
8351
8436
  # },
@@ -8471,6 +8556,11 @@ module Aws::MediaLive
8471
8556
  #
8472
8557
  # {
8473
8558
  # id: "__string",
8559
+ # media_package_settings: [
8560
+ # {
8561
+ # channel_id: "__stringMin1",
8562
+ # },
8563
+ # ],
8474
8564
  # settings: [
8475
8565
  # {
8476
8566
  # password_param: "__string",
@@ -8485,14 +8575,21 @@ module Aws::MediaLive
8485
8575
  # User-specified id. This is used in an output group or an output.
8486
8576
  # @return [String]
8487
8577
  #
8578
+ # @!attribute [rw] media_package_settings
8579
+ # Destination settings for a MediaPackage output; one destination for
8580
+ # both encoders.
8581
+ # @return [Array<Types::MediaPackageOutputDestinationSettings>]
8582
+ #
8488
8583
  # @!attribute [rw] settings
8489
- # Destination settings for output; one for each redundant encoder.
8584
+ # Destination settings for a standard output; one destination for each
8585
+ # redundant encoder.
8490
8586
  # @return [Array<Types::OutputDestinationSettings>]
8491
8587
  #
8492
8588
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/OutputDestination AWS API Documentation
8493
8589
  #
8494
8590
  class OutputDestination < Struct.new(
8495
8591
  :id,
8592
+ :media_package_settings,
8496
8593
  :settings)
8497
8594
  include Aws::Structure
8498
8595
  end
@@ -8639,6 +8736,11 @@ module Aws::MediaLive
8639
8736
  # timestamp_delta_milliseconds: 1,
8640
8737
  # ts_file_mode: "SEGMENTED_FILES", # accepts SEGMENTED_FILES, SINGLE_FILE
8641
8738
  # },
8739
+ # media_package_group_settings: {
8740
+ # destination: { # required
8741
+ # destination_ref_id: "__string",
8742
+ # },
8743
+ # },
8642
8744
  # ms_smooth_group_settings: {
8643
8745
  # acquisition_point_id: "__string",
8644
8746
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
@@ -8786,6 +8888,8 @@ module Aws::MediaLive
8786
8888
  # name_modifier: "__stringMin1",
8787
8889
  # segment_modifier: "__string",
8788
8890
  # },
8891
+ # media_package_output_settings: {
8892
+ # },
8789
8893
  # ms_smooth_output_settings: {
8790
8894
  # name_modifier: "__string",
8791
8895
  # },
@@ -8998,6 +9102,11 @@ module Aws::MediaLive
8998
9102
  # timestamp_delta_milliseconds: 1,
8999
9103
  # ts_file_mode: "SEGMENTED_FILES", # accepts SEGMENTED_FILES, SINGLE_FILE
9000
9104
  # },
9105
+ # media_package_group_settings: {
9106
+ # destination: { # required
9107
+ # destination_ref_id: "__string",
9108
+ # },
9109
+ # },
9001
9110
  # ms_smooth_group_settings: {
9002
9111
  # acquisition_point_id: "__string",
9003
9112
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
@@ -9046,6 +9155,10 @@ module Aws::MediaLive
9046
9155
  # @!attribute [rw] hls_group_settings
9047
9156
  # @return [Types::HlsGroupSettings]
9048
9157
  #
9158
+ # @!attribute [rw] media_package_group_settings
9159
+ # Media Package Group Settings
9160
+ # @return [Types::MediaPackageGroupSettings]
9161
+ #
9049
9162
  # @!attribute [rw] ms_smooth_group_settings
9050
9163
  # @return [Types::MsSmoothGroupSettings]
9051
9164
  #
@@ -9061,6 +9174,7 @@ module Aws::MediaLive
9061
9174
  :archive_group_settings,
9062
9175
  :frame_capture_group_settings,
9063
9176
  :hls_group_settings,
9177
+ :media_package_group_settings,
9064
9178
  :ms_smooth_group_settings,
9065
9179
  :rtmp_group_settings,
9066
9180
  :udp_group_settings)
@@ -9194,6 +9308,8 @@ module Aws::MediaLive
9194
9308
  # name_modifier: "__stringMin1",
9195
9309
  # segment_modifier: "__string",
9196
9310
  # },
9311
+ # media_package_output_settings: {
9312
+ # },
9197
9313
  # ms_smooth_output_settings: {
9198
9314
  # name_modifier: "__string",
9199
9315
  # },
@@ -9289,6 +9405,10 @@ module Aws::MediaLive
9289
9405
  # @!attribute [rw] hls_output_settings
9290
9406
  # @return [Types::HlsOutputSettings]
9291
9407
  #
9408
+ # @!attribute [rw] media_package_output_settings
9409
+ # Media Package Output Settings
9410
+ # @return [Types::MediaPackageOutputSettings]
9411
+ #
9292
9412
  # @!attribute [rw] ms_smooth_output_settings
9293
9413
  # @return [Types::MsSmoothOutputSettings]
9294
9414
  #
@@ -9304,6 +9424,7 @@ module Aws::MediaLive
9304
9424
  :archive_output_settings,
9305
9425
  :frame_capture_output_settings,
9306
9426
  :hls_output_settings,
9427
+ :media_package_output_settings,
9307
9428
  :ms_smooth_output_settings,
9308
9429
  :rtmp_output_settings,
9309
9430
  :udp_output_settings)
@@ -11228,6 +11349,11 @@ module Aws::MediaLive
11228
11349
  # destinations: [
11229
11350
  # {
11230
11351
  # id: "__string",
11352
+ # media_package_settings: [
11353
+ # {
11354
+ # channel_id: "__stringMin1",
11355
+ # },
11356
+ # ],
11231
11357
  # settings: [
11232
11358
  # {
11233
11359
  # password_param: "__string",
@@ -11553,6 +11679,11 @@ module Aws::MediaLive
11553
11679
  # timestamp_delta_milliseconds: 1,
11554
11680
  # ts_file_mode: "SEGMENTED_FILES", # accepts SEGMENTED_FILES, SINGLE_FILE
11555
11681
  # },
11682
+ # media_package_group_settings: {
11683
+ # destination: { # required
11684
+ # destination_ref_id: "__string",
11685
+ # },
11686
+ # },
11556
11687
  # ms_smooth_group_settings: {
11557
11688
  # acquisition_point_id: "__string",
11558
11689
  # audio_only_timecode_control: "PASSTHROUGH", # accepts PASSTHROUGH, USE_CONFIGURED_CLOCK
@@ -11700,6 +11831,8 @@ module Aws::MediaLive
11700
11831
  # name_modifier: "__stringMin1",
11701
11832
  # segment_modifier: "__string",
11702
11833
  # },
11834
+ # media_package_output_settings: {
11835
+ # },
11703
11836
  # ms_smooth_output_settings: {
11704
11837
  # name_modifier: "__string",
11705
11838
  # },
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.22.0
4
+ version: 1.23.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: 2019-03-05 00:00:00.000000000 Z
11
+ date: 2019-03-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core