aws-sdk-medialive 1.38.0 → 1.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-medialive.rb +1 -1
- data/lib/aws-sdk-medialive/client.rb +805 -31
- data/lib/aws-sdk-medialive/client_api.rb +559 -8
- data/lib/aws-sdk-medialive/types.rb +1608 -133
- data/lib/aws-sdk-medialive/waiters.rb +206 -0
- metadata +2 -2
@@ -210,6 +210,7 @@ module Aws::MediaLive
|
|
210
210
|
# fragment_time: 1.0,
|
211
211
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
212
212
|
# klv_data_pids: "__string",
|
213
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
213
214
|
# null_packet_bitrate: 1.0,
|
214
215
|
# pat_interval: 1,
|
215
216
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -318,6 +319,7 @@ module Aws::MediaLive
|
|
318
319
|
# fragment_time: 1.0,
|
319
320
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
320
321
|
# klv_data_pids: "__string",
|
322
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
321
323
|
# null_packet_bitrate: 1.0,
|
322
324
|
# pat_interval: 1,
|
323
325
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -1546,8 +1548,7 @@ module Aws::MediaLive
|
|
1546
1548
|
include Aws::Structure
|
1547
1549
|
end
|
1548
1550
|
|
1549
|
-
#
|
1550
|
-
# about where streams should be distributed.
|
1551
|
+
# Caption Description
|
1551
1552
|
#
|
1552
1553
|
# @note When making an API call, you may pass CaptionDescription
|
1553
1554
|
# data as a hash:
|
@@ -2241,6 +2242,10 @@ module Aws::MediaLive
|
|
2241
2242
|
# channel_id: "__stringMin1",
|
2242
2243
|
# },
|
2243
2244
|
# ],
|
2245
|
+
# multiplex_settings: {
|
2246
|
+
# multiplex_id: "__stringMin1",
|
2247
|
+
# program_name: "__stringMin1",
|
2248
|
+
# },
|
2244
2249
|
# settings: [
|
2245
2250
|
# {
|
2246
2251
|
# password_param: "__string",
|
@@ -2466,6 +2471,10 @@ module Aws::MediaLive
|
|
2466
2471
|
# output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
|
2467
2472
|
# support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
|
2468
2473
|
# },
|
2474
|
+
# nielsen_configuration: {
|
2475
|
+
# distributor_id: "__string",
|
2476
|
+
# nielsen_pcm_to_id_3_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
2477
|
+
# },
|
2469
2478
|
# output_groups: [ # required
|
2470
2479
|
# {
|
2471
2480
|
# name: "__stringMax32",
|
@@ -2595,6 +2604,8 @@ module Aws::MediaLive
|
|
2595
2604
|
# timestamp_offset: "__string",
|
2596
2605
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
2597
2606
|
# },
|
2607
|
+
# multiplex_group_settings: {
|
2608
|
+
# },
|
2598
2609
|
# rtmp_group_settings: {
|
2599
2610
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
2600
2611
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
@@ -2656,6 +2667,7 @@ module Aws::MediaLive
|
|
2656
2667
|
# fragment_time: 1.0,
|
2657
2668
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
2658
2669
|
# klv_data_pids: "__string",
|
2670
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
2659
2671
|
# null_packet_bitrate: 1.0,
|
2660
2672
|
# pat_interval: 1,
|
2661
2673
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -2700,6 +2712,7 @@ module Aws::MediaLive
|
|
2700
2712
|
# audio_frames_per_pes: 1,
|
2701
2713
|
# audio_pids: "__string",
|
2702
2714
|
# ecm_pid: "__string",
|
2715
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
2703
2716
|
# pat_interval: 1,
|
2704
2717
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
2705
2718
|
# pcr_period: 1,
|
@@ -2725,6 +2738,11 @@ module Aws::MediaLive
|
|
2725
2738
|
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
2726
2739
|
# name_modifier: "__string",
|
2727
2740
|
# },
|
2741
|
+
# multiplex_output_settings: {
|
2742
|
+
# destination: { # required
|
2743
|
+
# destination_ref_id: "__string",
|
2744
|
+
# },
|
2745
|
+
# },
|
2728
2746
|
# rtmp_output_settings: {
|
2729
2747
|
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
2730
2748
|
# connection_retry_interval: 1,
|
@@ -2775,6 +2793,7 @@ module Aws::MediaLive
|
|
2775
2793
|
# fragment_time: 1.0,
|
2776
2794
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
2777
2795
|
# klv_data_pids: "__string",
|
2796
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
2778
2797
|
# null_packet_bitrate: 1.0,
|
2779
2798
|
# pat_interval: 1,
|
2780
2799
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -2902,7 +2921,7 @@ module Aws::MediaLive
|
|
2902
2921
|
# par_numerator: 1,
|
2903
2922
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
2904
2923
|
# qvbr_quality_level: 1,
|
2905
|
-
# rate_control_mode: "CBR", # accepts CBR, QVBR
|
2924
|
+
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
2906
2925
|
# scan_type: "PROGRESSIVE", # accepts PROGRESSIVE
|
2907
2926
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
2908
2927
|
# slices: 1,
|
@@ -3312,6 +3331,200 @@ module Aws::MediaLive
|
|
3312
3331
|
include Aws::Structure
|
3313
3332
|
end
|
3314
3333
|
|
3334
|
+
# @!attribute [rw] availability_zones
|
3335
|
+
# A list of availability zones for the multiplex. You must specify
|
3336
|
+
# exactly two.
|
3337
|
+
# @return [Array<String>]
|
3338
|
+
#
|
3339
|
+
# @!attribute [rw] multiplex_settings
|
3340
|
+
# Configuration for a multiplex event.
|
3341
|
+
# @return [Types::MultiplexSettings]
|
3342
|
+
#
|
3343
|
+
# @!attribute [rw] name
|
3344
|
+
# Name of multiplex.
|
3345
|
+
# @return [String]
|
3346
|
+
#
|
3347
|
+
# @!attribute [rw] request_id
|
3348
|
+
# Unique request ID. This prevents retries from creating multiple resources. **A suitable default value is auto-generated.** You should normally
|
3349
|
+
# not need to pass this option.
|
3350
|
+
# @return [String]
|
3351
|
+
#
|
3352
|
+
# @!attribute [rw] tags
|
3353
|
+
# A collection of key-value pairs.
|
3354
|
+
# @return [Hash<String,String>]
|
3355
|
+
#
|
3356
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplex AWS API Documentation
|
3357
|
+
#
|
3358
|
+
class CreateMultiplex < Struct.new(
|
3359
|
+
:availability_zones,
|
3360
|
+
:multiplex_settings,
|
3361
|
+
:name,
|
3362
|
+
:request_id,
|
3363
|
+
:tags)
|
3364
|
+
include Aws::Structure
|
3365
|
+
end
|
3366
|
+
|
3367
|
+
# @!attribute [rw] multiplex_program_settings
|
3368
|
+
# The settings for this multiplex program.
|
3369
|
+
# @return [Types::MultiplexProgramSettings]
|
3370
|
+
#
|
3371
|
+
# @!attribute [rw] program_name
|
3372
|
+
# Name of multiplex program.
|
3373
|
+
# @return [String]
|
3374
|
+
#
|
3375
|
+
# @!attribute [rw] request_id
|
3376
|
+
# Unique request ID. This prevents retries from creating multiple resources. **A suitable default value is auto-generated.** You should normally
|
3377
|
+
# not need to pass this option.
|
3378
|
+
# @return [String]
|
3379
|
+
#
|
3380
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplexProgram AWS API Documentation
|
3381
|
+
#
|
3382
|
+
class CreateMultiplexProgram < Struct.new(
|
3383
|
+
:multiplex_program_settings,
|
3384
|
+
:program_name,
|
3385
|
+
:request_id)
|
3386
|
+
include Aws::Structure
|
3387
|
+
end
|
3388
|
+
|
3389
|
+
# @note When making an API call, you may pass CreateMultiplexProgramRequest
|
3390
|
+
# data as a hash:
|
3391
|
+
#
|
3392
|
+
# {
|
3393
|
+
# multiplex_id: "__string", # required
|
3394
|
+
# multiplex_program_settings: { # required
|
3395
|
+
# program_number: 1, # required
|
3396
|
+
# service_descriptor: {
|
3397
|
+
# provider_name: "__stringMax256", # required
|
3398
|
+
# service_name: "__stringMax256", # required
|
3399
|
+
# },
|
3400
|
+
# video_settings: {
|
3401
|
+
# constant_bitrate: 1,
|
3402
|
+
# statmux_settings: {
|
3403
|
+
# maximum_bitrate: 1,
|
3404
|
+
# minimum_bitrate: 1,
|
3405
|
+
# },
|
3406
|
+
# },
|
3407
|
+
# },
|
3408
|
+
# program_name: "__string", # required
|
3409
|
+
# request_id: "__string", # required
|
3410
|
+
# }
|
3411
|
+
#
|
3412
|
+
# @!attribute [rw] multiplex_id
|
3413
|
+
# @return [String]
|
3414
|
+
#
|
3415
|
+
# @!attribute [rw] multiplex_program_settings
|
3416
|
+
# Multiplex Program settings configuration.
|
3417
|
+
# @return [Types::MultiplexProgramSettings]
|
3418
|
+
#
|
3419
|
+
# @!attribute [rw] program_name
|
3420
|
+
# @return [String]
|
3421
|
+
#
|
3422
|
+
# @!attribute [rw] request_id
|
3423
|
+
# **A suitable default value is auto-generated.** You should normally
|
3424
|
+
# not need to pass this option.
|
3425
|
+
# @return [String]
|
3426
|
+
#
|
3427
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplexProgramRequest AWS API Documentation
|
3428
|
+
#
|
3429
|
+
class CreateMultiplexProgramRequest < Struct.new(
|
3430
|
+
:multiplex_id,
|
3431
|
+
:multiplex_program_settings,
|
3432
|
+
:program_name,
|
3433
|
+
:request_id)
|
3434
|
+
include Aws::Structure
|
3435
|
+
end
|
3436
|
+
|
3437
|
+
# @!attribute [rw] multiplex_program
|
3438
|
+
# The multiplex program object.
|
3439
|
+
# @return [Types::MultiplexProgram]
|
3440
|
+
#
|
3441
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplexProgramResponse AWS API Documentation
|
3442
|
+
#
|
3443
|
+
class CreateMultiplexProgramResponse < Struct.new(
|
3444
|
+
:multiplex_program)
|
3445
|
+
include Aws::Structure
|
3446
|
+
end
|
3447
|
+
|
3448
|
+
# @!attribute [rw] multiplex_program
|
3449
|
+
# The newly created multiplex program.
|
3450
|
+
# @return [Types::MultiplexProgram]
|
3451
|
+
#
|
3452
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplexProgramResultModel AWS API Documentation
|
3453
|
+
#
|
3454
|
+
class CreateMultiplexProgramResultModel < Struct.new(
|
3455
|
+
:multiplex_program)
|
3456
|
+
include Aws::Structure
|
3457
|
+
end
|
3458
|
+
|
3459
|
+
# @note When making an API call, you may pass CreateMultiplexRequest
|
3460
|
+
# data as a hash:
|
3461
|
+
#
|
3462
|
+
# {
|
3463
|
+
# availability_zones: ["__string"], # required
|
3464
|
+
# multiplex_settings: { # required
|
3465
|
+
# maximum_video_buffer_delay_milliseconds: 1,
|
3466
|
+
# transport_stream_bitrate: 1, # required
|
3467
|
+
# transport_stream_id: 1, # required
|
3468
|
+
# transport_stream_reserved_bitrate: 1,
|
3469
|
+
# },
|
3470
|
+
# name: "__string", # required
|
3471
|
+
# request_id: "__string", # required
|
3472
|
+
# tags: {
|
3473
|
+
# "__string" => "__string",
|
3474
|
+
# },
|
3475
|
+
# }
|
3476
|
+
#
|
3477
|
+
# @!attribute [rw] availability_zones
|
3478
|
+
# @return [Array<String>]
|
3479
|
+
#
|
3480
|
+
# @!attribute [rw] multiplex_settings
|
3481
|
+
# Contains configuration for a Multiplex event
|
3482
|
+
# @return [Types::MultiplexSettings]
|
3483
|
+
#
|
3484
|
+
# @!attribute [rw] name
|
3485
|
+
# @return [String]
|
3486
|
+
#
|
3487
|
+
# @!attribute [rw] request_id
|
3488
|
+
# **A suitable default value is auto-generated.** You should normally
|
3489
|
+
# not need to pass this option.
|
3490
|
+
# @return [String]
|
3491
|
+
#
|
3492
|
+
# @!attribute [rw] tags
|
3493
|
+
# @return [Hash<String,String>]
|
3494
|
+
#
|
3495
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplexRequest AWS API Documentation
|
3496
|
+
#
|
3497
|
+
class CreateMultiplexRequest < Struct.new(
|
3498
|
+
:availability_zones,
|
3499
|
+
:multiplex_settings,
|
3500
|
+
:name,
|
3501
|
+
:request_id,
|
3502
|
+
:tags)
|
3503
|
+
include Aws::Structure
|
3504
|
+
end
|
3505
|
+
|
3506
|
+
# @!attribute [rw] multiplex
|
3507
|
+
# The multiplex object.
|
3508
|
+
# @return [Types::Multiplex]
|
3509
|
+
#
|
3510
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplexResponse AWS API Documentation
|
3511
|
+
#
|
3512
|
+
class CreateMultiplexResponse < Struct.new(
|
3513
|
+
:multiplex)
|
3514
|
+
include Aws::Structure
|
3515
|
+
end
|
3516
|
+
|
3517
|
+
# @!attribute [rw] multiplex
|
3518
|
+
# The newly created multiplex.
|
3519
|
+
# @return [Types::Multiplex]
|
3520
|
+
#
|
3521
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateMultiplexResultModel AWS API Documentation
|
3522
|
+
#
|
3523
|
+
class CreateMultiplexResultModel < Struct.new(
|
3524
|
+
:multiplex)
|
3525
|
+
include Aws::Structure
|
3526
|
+
end
|
3527
|
+
|
3315
3528
|
# @note When making an API call, you may pass CreateTagsRequest
|
3316
3529
|
# data as a hash:
|
3317
3530
|
#
|
@@ -3465,6 +3678,117 @@ module Aws::MediaLive
|
|
3465
3678
|
#
|
3466
3679
|
class DeleteInputSecurityGroupResponse < Aws::EmptyStructure; end
|
3467
3680
|
|
3681
|
+
# @note When making an API call, you may pass DeleteMultiplexProgramRequest
|
3682
|
+
# data as a hash:
|
3683
|
+
#
|
3684
|
+
# {
|
3685
|
+
# multiplex_id: "__string", # required
|
3686
|
+
# program_name: "__string", # required
|
3687
|
+
# }
|
3688
|
+
#
|
3689
|
+
# @!attribute [rw] multiplex_id
|
3690
|
+
# @return [String]
|
3691
|
+
#
|
3692
|
+
# @!attribute [rw] program_name
|
3693
|
+
# @return [String]
|
3694
|
+
#
|
3695
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteMultiplexProgramRequest AWS API Documentation
|
3696
|
+
#
|
3697
|
+
class DeleteMultiplexProgramRequest < Struct.new(
|
3698
|
+
:multiplex_id,
|
3699
|
+
:program_name)
|
3700
|
+
include Aws::Structure
|
3701
|
+
end
|
3702
|
+
|
3703
|
+
# @!attribute [rw] channel_id
|
3704
|
+
# @return [String]
|
3705
|
+
#
|
3706
|
+
# @!attribute [rw] multiplex_program_settings
|
3707
|
+
# Multiplex Program settings configuration.
|
3708
|
+
# @return [Types::MultiplexProgramSettings]
|
3709
|
+
#
|
3710
|
+
# @!attribute [rw] packet_identifiers_map
|
3711
|
+
# Packet identifiers map for a given Multiplex program.
|
3712
|
+
# @return [Types::MultiplexProgramPacketIdentifiersMap]
|
3713
|
+
#
|
3714
|
+
# @!attribute [rw] program_name
|
3715
|
+
# @return [String]
|
3716
|
+
#
|
3717
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteMultiplexProgramResponse AWS API Documentation
|
3718
|
+
#
|
3719
|
+
class DeleteMultiplexProgramResponse < Struct.new(
|
3720
|
+
:channel_id,
|
3721
|
+
:multiplex_program_settings,
|
3722
|
+
:packet_identifiers_map,
|
3723
|
+
:program_name)
|
3724
|
+
include Aws::Structure
|
3725
|
+
end
|
3726
|
+
|
3727
|
+
# @note When making an API call, you may pass DeleteMultiplexRequest
|
3728
|
+
# data as a hash:
|
3729
|
+
#
|
3730
|
+
# {
|
3731
|
+
# multiplex_id: "__string", # required
|
3732
|
+
# }
|
3733
|
+
#
|
3734
|
+
# @!attribute [rw] multiplex_id
|
3735
|
+
# @return [String]
|
3736
|
+
#
|
3737
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteMultiplexRequest AWS API Documentation
|
3738
|
+
#
|
3739
|
+
class DeleteMultiplexRequest < Struct.new(
|
3740
|
+
:multiplex_id)
|
3741
|
+
include Aws::Structure
|
3742
|
+
end
|
3743
|
+
|
3744
|
+
# @!attribute [rw] arn
|
3745
|
+
# @return [String]
|
3746
|
+
#
|
3747
|
+
# @!attribute [rw] availability_zones
|
3748
|
+
# @return [Array<String>]
|
3749
|
+
#
|
3750
|
+
# @!attribute [rw] destinations
|
3751
|
+
# @return [Array<Types::MultiplexOutputDestination>]
|
3752
|
+
#
|
3753
|
+
# @!attribute [rw] id
|
3754
|
+
# @return [String]
|
3755
|
+
#
|
3756
|
+
# @!attribute [rw] multiplex_settings
|
3757
|
+
# Contains configuration for a Multiplex event
|
3758
|
+
# @return [Types::MultiplexSettings]
|
3759
|
+
#
|
3760
|
+
# @!attribute [rw] name
|
3761
|
+
# @return [String]
|
3762
|
+
#
|
3763
|
+
# @!attribute [rw] pipelines_running_count
|
3764
|
+
# @return [Integer]
|
3765
|
+
#
|
3766
|
+
# @!attribute [rw] program_count
|
3767
|
+
# @return [Integer]
|
3768
|
+
#
|
3769
|
+
# @!attribute [rw] state
|
3770
|
+
# The current state of the multiplex.
|
3771
|
+
# @return [String]
|
3772
|
+
#
|
3773
|
+
# @!attribute [rw] tags
|
3774
|
+
# @return [Hash<String,String>]
|
3775
|
+
#
|
3776
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteMultiplexResponse AWS API Documentation
|
3777
|
+
#
|
3778
|
+
class DeleteMultiplexResponse < Struct.new(
|
3779
|
+
:arn,
|
3780
|
+
:availability_zones,
|
3781
|
+
:destinations,
|
3782
|
+
:id,
|
3783
|
+
:multiplex_settings,
|
3784
|
+
:name,
|
3785
|
+
:pipelines_running_count,
|
3786
|
+
:program_count,
|
3787
|
+
:state,
|
3788
|
+
:tags)
|
3789
|
+
include Aws::Structure
|
3790
|
+
end
|
3791
|
+
|
3468
3792
|
# @note When making an API call, you may pass DeleteReservationRequest
|
3469
3793
|
# data as a hash:
|
3470
3794
|
#
|
@@ -3827,106 +4151,217 @@ module Aws::MediaLive
|
|
3827
4151
|
include Aws::Structure
|
3828
4152
|
end
|
3829
4153
|
|
3830
|
-
# @note When making an API call, you may pass
|
4154
|
+
# @note When making an API call, you may pass DescribeMultiplexProgramRequest
|
3831
4155
|
# data as a hash:
|
3832
4156
|
#
|
3833
4157
|
# {
|
3834
|
-
#
|
4158
|
+
# multiplex_id: "__string", # required
|
4159
|
+
# program_name: "__string", # required
|
3835
4160
|
# }
|
3836
4161
|
#
|
3837
|
-
# @!attribute [rw]
|
4162
|
+
# @!attribute [rw] multiplex_id
|
3838
4163
|
# @return [String]
|
3839
4164
|
#
|
3840
|
-
#
|
4165
|
+
# @!attribute [rw] program_name
|
4166
|
+
# @return [String]
|
3841
4167
|
#
|
3842
|
-
|
3843
|
-
|
4168
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeMultiplexProgramRequest AWS API Documentation
|
4169
|
+
#
|
4170
|
+
class DescribeMultiplexProgramRequest < Struct.new(
|
4171
|
+
:multiplex_id,
|
4172
|
+
:program_name)
|
3844
4173
|
include Aws::Structure
|
3845
4174
|
end
|
3846
4175
|
|
3847
|
-
# @!attribute [rw]
|
3848
|
-
# @return [String]
|
3849
|
-
#
|
3850
|
-
# @!attribute [rw] currency_code
|
3851
|
-
# @return [String]
|
3852
|
-
#
|
3853
|
-
# @!attribute [rw] duration
|
3854
|
-
# @return [Integer]
|
3855
|
-
#
|
3856
|
-
# @!attribute [rw] duration_units
|
3857
|
-
# Units for duration, e.g. 'MONTHS'
|
3858
|
-
# @return [String]
|
3859
|
-
#
|
3860
|
-
# @!attribute [rw] fixed_price
|
3861
|
-
# @return [Float]
|
3862
|
-
#
|
3863
|
-
# @!attribute [rw] offering_description
|
4176
|
+
# @!attribute [rw] channel_id
|
3864
4177
|
# @return [String]
|
3865
4178
|
#
|
3866
|
-
# @!attribute [rw]
|
3867
|
-
#
|
4179
|
+
# @!attribute [rw] multiplex_program_settings
|
4180
|
+
# Multiplex Program settings configuration.
|
4181
|
+
# @return [Types::MultiplexProgramSettings]
|
3868
4182
|
#
|
3869
|
-
# @!attribute [rw]
|
3870
|
-
#
|
3871
|
-
# @return [
|
4183
|
+
# @!attribute [rw] packet_identifiers_map
|
4184
|
+
# Packet identifiers map for a given Multiplex program.
|
4185
|
+
# @return [Types::MultiplexProgramPacketIdentifiersMap]
|
3872
4186
|
#
|
3873
|
-
# @!attribute [rw]
|
4187
|
+
# @!attribute [rw] program_name
|
3874
4188
|
# @return [String]
|
3875
4189
|
#
|
3876
|
-
#
|
3877
|
-
# Resource configuration (codec, resolution, bitrate, ...)
|
3878
|
-
# @return [Types::ReservationResourceSpecification]
|
3879
|
-
#
|
3880
|
-
# @!attribute [rw] usage_price
|
3881
|
-
# @return [Float]
|
3882
|
-
#
|
3883
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeOfferingResponse AWS API Documentation
|
4190
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeMultiplexProgramResponse AWS API Documentation
|
3884
4191
|
#
|
3885
|
-
class
|
3886
|
-
:
|
3887
|
-
:
|
3888
|
-
:
|
3889
|
-
:
|
3890
|
-
:fixed_price,
|
3891
|
-
:offering_description,
|
3892
|
-
:offering_id,
|
3893
|
-
:offering_type,
|
3894
|
-
:region,
|
3895
|
-
:resource_specification,
|
3896
|
-
:usage_price)
|
4192
|
+
class DescribeMultiplexProgramResponse < Struct.new(
|
4193
|
+
:channel_id,
|
4194
|
+
:multiplex_program_settings,
|
4195
|
+
:packet_identifiers_map,
|
4196
|
+
:program_name)
|
3897
4197
|
include Aws::Structure
|
3898
4198
|
end
|
3899
4199
|
|
3900
|
-
# @note When making an API call, you may pass
|
4200
|
+
# @note When making an API call, you may pass DescribeMultiplexRequest
|
3901
4201
|
# data as a hash:
|
3902
4202
|
#
|
3903
4203
|
# {
|
3904
|
-
#
|
4204
|
+
# multiplex_id: "__string", # required
|
3905
4205
|
# }
|
3906
4206
|
#
|
3907
|
-
# @!attribute [rw]
|
4207
|
+
# @!attribute [rw] multiplex_id
|
3908
4208
|
# @return [String]
|
3909
4209
|
#
|
3910
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/
|
4210
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeMultiplexRequest AWS API Documentation
|
3911
4211
|
#
|
3912
|
-
class
|
3913
|
-
:
|
4212
|
+
class DescribeMultiplexRequest < Struct.new(
|
4213
|
+
:multiplex_id)
|
3914
4214
|
include Aws::Structure
|
3915
4215
|
end
|
3916
4216
|
|
3917
4217
|
# @!attribute [rw] arn
|
3918
4218
|
# @return [String]
|
3919
4219
|
#
|
3920
|
-
# @!attribute [rw]
|
3921
|
-
# @return [
|
4220
|
+
# @!attribute [rw] availability_zones
|
4221
|
+
# @return [Array<String>]
|
3922
4222
|
#
|
3923
|
-
# @!attribute [rw]
|
4223
|
+
# @!attribute [rw] destinations
|
4224
|
+
# @return [Array<Types::MultiplexOutputDestination>]
|
4225
|
+
#
|
4226
|
+
# @!attribute [rw] id
|
3924
4227
|
# @return [String]
|
3925
4228
|
#
|
3926
|
-
# @!attribute [rw]
|
3927
|
-
#
|
4229
|
+
# @!attribute [rw] multiplex_settings
|
4230
|
+
# Contains configuration for a Multiplex event
|
4231
|
+
# @return [Types::MultiplexSettings]
|
3928
4232
|
#
|
3929
|
-
# @!attribute [rw]
|
4233
|
+
# @!attribute [rw] name
|
4234
|
+
# @return [String]
|
4235
|
+
#
|
4236
|
+
# @!attribute [rw] pipelines_running_count
|
4237
|
+
# @return [Integer]
|
4238
|
+
#
|
4239
|
+
# @!attribute [rw] program_count
|
4240
|
+
# @return [Integer]
|
4241
|
+
#
|
4242
|
+
# @!attribute [rw] state
|
4243
|
+
# The current state of the multiplex.
|
4244
|
+
# @return [String]
|
4245
|
+
#
|
4246
|
+
# @!attribute [rw] tags
|
4247
|
+
# @return [Hash<String,String>]
|
4248
|
+
#
|
4249
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeMultiplexResponse AWS API Documentation
|
4250
|
+
#
|
4251
|
+
class DescribeMultiplexResponse < Struct.new(
|
4252
|
+
:arn,
|
4253
|
+
:availability_zones,
|
4254
|
+
:destinations,
|
4255
|
+
:id,
|
4256
|
+
:multiplex_settings,
|
4257
|
+
:name,
|
4258
|
+
:pipelines_running_count,
|
4259
|
+
:program_count,
|
4260
|
+
:state,
|
4261
|
+
:tags)
|
4262
|
+
include Aws::Structure
|
4263
|
+
end
|
4264
|
+
|
4265
|
+
# @note When making an API call, you may pass DescribeOfferingRequest
|
4266
|
+
# data as a hash:
|
4267
|
+
#
|
4268
|
+
# {
|
4269
|
+
# offering_id: "__string", # required
|
4270
|
+
# }
|
4271
|
+
#
|
4272
|
+
# @!attribute [rw] offering_id
|
4273
|
+
# @return [String]
|
4274
|
+
#
|
4275
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeOfferingRequest AWS API Documentation
|
4276
|
+
#
|
4277
|
+
class DescribeOfferingRequest < Struct.new(
|
4278
|
+
:offering_id)
|
4279
|
+
include Aws::Structure
|
4280
|
+
end
|
4281
|
+
|
4282
|
+
# @!attribute [rw] arn
|
4283
|
+
# @return [String]
|
4284
|
+
#
|
4285
|
+
# @!attribute [rw] currency_code
|
4286
|
+
# @return [String]
|
4287
|
+
#
|
4288
|
+
# @!attribute [rw] duration
|
4289
|
+
# @return [Integer]
|
4290
|
+
#
|
4291
|
+
# @!attribute [rw] duration_units
|
4292
|
+
# Units for duration, e.g. 'MONTHS'
|
4293
|
+
# @return [String]
|
4294
|
+
#
|
4295
|
+
# @!attribute [rw] fixed_price
|
4296
|
+
# @return [Float]
|
4297
|
+
#
|
4298
|
+
# @!attribute [rw] offering_description
|
4299
|
+
# @return [String]
|
4300
|
+
#
|
4301
|
+
# @!attribute [rw] offering_id
|
4302
|
+
# @return [String]
|
4303
|
+
#
|
4304
|
+
# @!attribute [rw] offering_type
|
4305
|
+
# Offering type, e.g. 'NO\_UPFRONT'
|
4306
|
+
# @return [String]
|
4307
|
+
#
|
4308
|
+
# @!attribute [rw] region
|
4309
|
+
# @return [String]
|
4310
|
+
#
|
4311
|
+
# @!attribute [rw] resource_specification
|
4312
|
+
# Resource configuration (codec, resolution, bitrate, ...)
|
4313
|
+
# @return [Types::ReservationResourceSpecification]
|
4314
|
+
#
|
4315
|
+
# @!attribute [rw] usage_price
|
4316
|
+
# @return [Float]
|
4317
|
+
#
|
4318
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeOfferingResponse AWS API Documentation
|
4319
|
+
#
|
4320
|
+
class DescribeOfferingResponse < Struct.new(
|
4321
|
+
:arn,
|
4322
|
+
:currency_code,
|
4323
|
+
:duration,
|
4324
|
+
:duration_units,
|
4325
|
+
:fixed_price,
|
4326
|
+
:offering_description,
|
4327
|
+
:offering_id,
|
4328
|
+
:offering_type,
|
4329
|
+
:region,
|
4330
|
+
:resource_specification,
|
4331
|
+
:usage_price)
|
4332
|
+
include Aws::Structure
|
4333
|
+
end
|
4334
|
+
|
4335
|
+
# @note When making an API call, you may pass DescribeReservationRequest
|
4336
|
+
# data as a hash:
|
4337
|
+
#
|
4338
|
+
# {
|
4339
|
+
# reservation_id: "__string", # required
|
4340
|
+
# }
|
4341
|
+
#
|
4342
|
+
# @!attribute [rw] reservation_id
|
4343
|
+
# @return [String]
|
4344
|
+
#
|
4345
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeReservationRequest AWS API Documentation
|
4346
|
+
#
|
4347
|
+
class DescribeReservationRequest < Struct.new(
|
4348
|
+
:reservation_id)
|
4349
|
+
include Aws::Structure
|
4350
|
+
end
|
4351
|
+
|
4352
|
+
# @!attribute [rw] arn
|
4353
|
+
# @return [String]
|
4354
|
+
#
|
4355
|
+
# @!attribute [rw] count
|
4356
|
+
# @return [Integer]
|
4357
|
+
#
|
4358
|
+
# @!attribute [rw] currency_code
|
4359
|
+
# @return [String]
|
4360
|
+
#
|
4361
|
+
# @!attribute [rw] duration
|
4362
|
+
# @return [Integer]
|
4363
|
+
#
|
4364
|
+
# @!attribute [rw] duration_units
|
3930
4365
|
# Units for duration, e.g. 'MONTHS'
|
3931
4366
|
# @return [String]
|
3932
4367
|
#
|
@@ -4777,6 +5212,10 @@ module Aws::MediaLive
|
|
4777
5212
|
# output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
|
4778
5213
|
# support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
|
4779
5214
|
# },
|
5215
|
+
# nielsen_configuration: {
|
5216
|
+
# distributor_id: "__string",
|
5217
|
+
# nielsen_pcm_to_id_3_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
5218
|
+
# },
|
4780
5219
|
# output_groups: [ # required
|
4781
5220
|
# {
|
4782
5221
|
# name: "__stringMax32",
|
@@ -4906,6 +5345,8 @@ module Aws::MediaLive
|
|
4906
5345
|
# timestamp_offset: "__string",
|
4907
5346
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
4908
5347
|
# },
|
5348
|
+
# multiplex_group_settings: {
|
5349
|
+
# },
|
4909
5350
|
# rtmp_group_settings: {
|
4910
5351
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
4911
5352
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
@@ -4967,6 +5408,7 @@ module Aws::MediaLive
|
|
4967
5408
|
# fragment_time: 1.0,
|
4968
5409
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
4969
5410
|
# klv_data_pids: "__string",
|
5411
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
4970
5412
|
# null_packet_bitrate: 1.0,
|
4971
5413
|
# pat_interval: 1,
|
4972
5414
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -5011,6 +5453,7 @@ module Aws::MediaLive
|
|
5011
5453
|
# audio_frames_per_pes: 1,
|
5012
5454
|
# audio_pids: "__string",
|
5013
5455
|
# ecm_pid: "__string",
|
5456
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
5014
5457
|
# pat_interval: 1,
|
5015
5458
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
5016
5459
|
# pcr_period: 1,
|
@@ -5036,6 +5479,11 @@ module Aws::MediaLive
|
|
5036
5479
|
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
5037
5480
|
# name_modifier: "__string",
|
5038
5481
|
# },
|
5482
|
+
# multiplex_output_settings: {
|
5483
|
+
# destination: { # required
|
5484
|
+
# destination_ref_id: "__string",
|
5485
|
+
# },
|
5486
|
+
# },
|
5039
5487
|
# rtmp_output_settings: {
|
5040
5488
|
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
5041
5489
|
# connection_retry_interval: 1,
|
@@ -5086,6 +5534,7 @@ module Aws::MediaLive
|
|
5086
5534
|
# fragment_time: 1.0,
|
5087
5535
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
5088
5536
|
# klv_data_pids: "__string",
|
5537
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
5089
5538
|
# null_packet_bitrate: 1.0,
|
5090
5539
|
# pat_interval: 1,
|
5091
5540
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -5213,7 +5662,7 @@ module Aws::MediaLive
|
|
5213
5662
|
# par_numerator: 1,
|
5214
5663
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
5215
5664
|
# qvbr_quality_level: 1,
|
5216
|
-
# rate_control_mode: "CBR", # accepts CBR, QVBR
|
5665
|
+
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
5217
5666
|
# scan_type: "PROGRESSIVE", # accepts PROGRESSIVE
|
5218
5667
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
5219
5668
|
# slices: 1,
|
@@ -5254,6 +5703,10 @@ module Aws::MediaLive
|
|
5254
5703
|
# Configuration settings that apply to the event as a whole.
|
5255
5704
|
# @return [Types::GlobalConfiguration]
|
5256
5705
|
#
|
5706
|
+
# @!attribute [rw] nielsen_configuration
|
5707
|
+
# Nielsen configuration settings.
|
5708
|
+
# @return [Types::NielsenConfiguration]
|
5709
|
+
#
|
5257
5710
|
# @!attribute [rw] output_groups
|
5258
5711
|
# @return [Array<Types::OutputGroup>]
|
5259
5712
|
#
|
@@ -5274,6 +5727,7 @@ module Aws::MediaLive
|
|
5274
5727
|
:blackout_slate,
|
5275
5728
|
:caption_descriptions,
|
5276
5729
|
:global_configuration,
|
5730
|
+
:nielsen_configuration,
|
5277
5731
|
:output_groups,
|
5278
5732
|
:timecode_config,
|
5279
5733
|
:video_descriptions)
|
@@ -5442,8 +5896,9 @@ module Aws::MediaLive
|
|
5442
5896
|
# }
|
5443
5897
|
#
|
5444
5898
|
# @!attribute [rw] capture_interval
|
5445
|
-
# The frequency
|
5446
|
-
# output.
|
5899
|
+
# The frequency at which to capture frames for inclusion in the
|
5900
|
+
# output. May be specified in either seconds or milliseconds, as
|
5901
|
+
# specified by captureIntervalUnits.
|
5447
5902
|
# @return [Integer]
|
5448
5903
|
#
|
5449
5904
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureSettings AWS API Documentation
|
@@ -5713,7 +6168,9 @@ module Aws::MediaLive
|
|
5713
6168
|
#
|
5714
6169
|
# @!attribute [rw] gop_size
|
5715
6170
|
# GOP size (keyframe interval) in units of either frames or seconds
|
5716
|
-
# per gopSizeUnits.
|
6171
|
+
# per gopSizeUnits. If gopSizeUnits is frames, gopSize must be an
|
6172
|
+
# integer and must be greater than or equal to 1. If gopSizeUnits is
|
6173
|
+
# seconds, gopSize must be greater than 0, but need not be an integer.
|
5717
6174
|
# @return [Float]
|
5718
6175
|
#
|
5719
6176
|
# @!attribute [rw] gop_size_units
|
@@ -5738,14 +6195,14 @@ module Aws::MediaLive
|
|
5738
6195
|
# @return [Integer]
|
5739
6196
|
#
|
5740
6197
|
# @!attribute [rw] min_i_interval
|
5741
|
-
# Only meaningful if sceneChangeDetect is set to enabled.
|
5742
|
-
#
|
5743
|
-
#
|
5744
|
-
#
|
5745
|
-
#
|
5746
|
-
#
|
5747
|
-
#
|
5748
|
-
# Min-I-interval - 1
|
6198
|
+
# Only meaningful if sceneChangeDetect is set to enabled. Defaults to
|
6199
|
+
# 5 if multiplex rate control is used. Enforces separation between
|
6200
|
+
# repeated (cadence) I-frames and I-frames inserted by Scene Change
|
6201
|
+
# Detection. If a scene change I-frame is within I-interval frames of
|
6202
|
+
# a cadence I-frame, the GOP is shrunk and/or stretched to the scene
|
6203
|
+
# change I-frame. GOP stretch requires enabling lookahead as well as
|
6204
|
+
# setting I-interval. The normal cadence resumes for the next GOP.
|
6205
|
+
# Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
|
5749
6206
|
# @return [Integer]
|
5750
6207
|
#
|
5751
6208
|
# @!attribute [rw] num_ref_frames
|
@@ -5973,7 +6430,7 @@ module Aws::MediaLive
|
|
5973
6430
|
# par_numerator: 1,
|
5974
6431
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
5975
6432
|
# qvbr_quality_level: 1,
|
5976
|
-
# rate_control_mode: "CBR", # accepts CBR, QVBR
|
6433
|
+
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
5977
6434
|
# scan_type: "PROGRESSIVE", # accepts PROGRESSIVE
|
5978
6435
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
5979
6436
|
# slices: 1,
|
@@ -6047,7 +6504,9 @@ module Aws::MediaLive
|
|
6047
6504
|
#
|
6048
6505
|
# @!attribute [rw] gop_size
|
6049
6506
|
# GOP size (keyframe interval) in units of either frames or seconds
|
6050
|
-
# per gopSizeUnits.
|
6507
|
+
# per gopSizeUnits. If gopSizeUnits is frames, gopSize must be an
|
6508
|
+
# integer and must be greater than or equal to 1. If gopSizeUnits is
|
6509
|
+
# seconds, gopSize must be greater than 0, but need not be an integer.
|
6051
6510
|
# @return [Float]
|
6052
6511
|
#
|
6053
6512
|
# @!attribute [rw] gop_size_units
|
@@ -6070,14 +6529,14 @@ module Aws::MediaLive
|
|
6070
6529
|
# @return [Integer]
|
6071
6530
|
#
|
6072
6531
|
# @!attribute [rw] min_i_interval
|
6073
|
-
# Only meaningful if sceneChangeDetect is set to enabled.
|
6074
|
-
#
|
6075
|
-
#
|
6076
|
-
#
|
6077
|
-
#
|
6078
|
-
#
|
6079
|
-
#
|
6080
|
-
# Min-I-interval - 1
|
6532
|
+
# Only meaningful if sceneChangeDetect is set to enabled. Defaults to
|
6533
|
+
# 5 if multiplex rate control is used. Enforces separation between
|
6534
|
+
# repeated (cadence) I-frames and I-frames inserted by Scene Change
|
6535
|
+
# Detection. If a scene change I-frame is within I-interval frames of
|
6536
|
+
# a cadence I-frame, the GOP is shrunk and/or stretched to the scene
|
6537
|
+
# change I-frame. GOP stretch requires enabling lookahead as well as
|
6538
|
+
# setting I-interval. The normal cadence resumes for the next GOP.
|
6539
|
+
# Note: Maximum GOP stretch = GOP size + Min-I-interval - 1
|
6081
6540
|
# @return [Integer]
|
6082
6541
|
#
|
6083
6542
|
# @!attribute [rw] par_denominator
|
@@ -6852,6 +7311,7 @@ module Aws::MediaLive
|
|
6852
7311
|
# audio_frames_per_pes: 1,
|
6853
7312
|
# audio_pids: "__string",
|
6854
7313
|
# ecm_pid: "__string",
|
7314
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
6855
7315
|
# pat_interval: 1,
|
6856
7316
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
6857
7317
|
# pcr_period: 1,
|
@@ -6916,6 +7376,7 @@ module Aws::MediaLive
|
|
6916
7376
|
# audio_frames_per_pes: 1,
|
6917
7377
|
# audio_pids: "__string",
|
6918
7378
|
# ecm_pid: "__string",
|
7379
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
6919
7380
|
# pat_interval: 1,
|
6920
7381
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
6921
7382
|
# pcr_period: 1,
|
@@ -8057,6 +8518,115 @@ module Aws::MediaLive
|
|
8057
8518
|
include Aws::Structure
|
8058
8519
|
end
|
8059
8520
|
|
8521
|
+
# @note When making an API call, you may pass ListMultiplexProgramsRequest
|
8522
|
+
# data as a hash:
|
8523
|
+
#
|
8524
|
+
# {
|
8525
|
+
# max_results: 1,
|
8526
|
+
# multiplex_id: "__string", # required
|
8527
|
+
# next_token: "__string",
|
8528
|
+
# }
|
8529
|
+
#
|
8530
|
+
# @!attribute [rw] max_results
|
8531
|
+
# @return [Integer]
|
8532
|
+
#
|
8533
|
+
# @!attribute [rw] multiplex_id
|
8534
|
+
# @return [String]
|
8535
|
+
#
|
8536
|
+
# @!attribute [rw] next_token
|
8537
|
+
# @return [String]
|
8538
|
+
#
|
8539
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListMultiplexProgramsRequest AWS API Documentation
|
8540
|
+
#
|
8541
|
+
class ListMultiplexProgramsRequest < Struct.new(
|
8542
|
+
:max_results,
|
8543
|
+
:multiplex_id,
|
8544
|
+
:next_token)
|
8545
|
+
include Aws::Structure
|
8546
|
+
end
|
8547
|
+
|
8548
|
+
# @!attribute [rw] multiplex_programs
|
8549
|
+
# @return [Array<Types::MultiplexProgramSummary>]
|
8550
|
+
#
|
8551
|
+
# @!attribute [rw] next_token
|
8552
|
+
# @return [String]
|
8553
|
+
#
|
8554
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListMultiplexProgramsResponse AWS API Documentation
|
8555
|
+
#
|
8556
|
+
class ListMultiplexProgramsResponse < Struct.new(
|
8557
|
+
:multiplex_programs,
|
8558
|
+
:next_token)
|
8559
|
+
include Aws::Structure
|
8560
|
+
end
|
8561
|
+
|
8562
|
+
# @!attribute [rw] multiplex_programs
|
8563
|
+
# List of multiplex programs.
|
8564
|
+
# @return [Array<Types::MultiplexProgramSummary>]
|
8565
|
+
#
|
8566
|
+
# @!attribute [rw] next_token
|
8567
|
+
# Token for the next ListMultiplexProgram request.
|
8568
|
+
# @return [String]
|
8569
|
+
#
|
8570
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListMultiplexProgramsResultModel AWS API Documentation
|
8571
|
+
#
|
8572
|
+
class ListMultiplexProgramsResultModel < Struct.new(
|
8573
|
+
:multiplex_programs,
|
8574
|
+
:next_token)
|
8575
|
+
include Aws::Structure
|
8576
|
+
end
|
8577
|
+
|
8578
|
+
# @note When making an API call, you may pass ListMultiplexesRequest
|
8579
|
+
# data as a hash:
|
8580
|
+
#
|
8581
|
+
# {
|
8582
|
+
# max_results: 1,
|
8583
|
+
# next_token: "__string",
|
8584
|
+
# }
|
8585
|
+
#
|
8586
|
+
# @!attribute [rw] max_results
|
8587
|
+
# @return [Integer]
|
8588
|
+
#
|
8589
|
+
# @!attribute [rw] next_token
|
8590
|
+
# @return [String]
|
8591
|
+
#
|
8592
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListMultiplexesRequest AWS API Documentation
|
8593
|
+
#
|
8594
|
+
class ListMultiplexesRequest < Struct.new(
|
8595
|
+
:max_results,
|
8596
|
+
:next_token)
|
8597
|
+
include Aws::Structure
|
8598
|
+
end
|
8599
|
+
|
8600
|
+
# @!attribute [rw] multiplexes
|
8601
|
+
# @return [Array<Types::MultiplexSummary>]
|
8602
|
+
#
|
8603
|
+
# @!attribute [rw] next_token
|
8604
|
+
# @return [String]
|
8605
|
+
#
|
8606
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListMultiplexesResponse AWS API Documentation
|
8607
|
+
#
|
8608
|
+
class ListMultiplexesResponse < Struct.new(
|
8609
|
+
:multiplexes,
|
8610
|
+
:next_token)
|
8611
|
+
include Aws::Structure
|
8612
|
+
end
|
8613
|
+
|
8614
|
+
# @!attribute [rw] multiplexes
|
8615
|
+
# List of multiplexes.
|
8616
|
+
# @return [Array<Types::MultiplexSummary>]
|
8617
|
+
#
|
8618
|
+
# @!attribute [rw] next_token
|
8619
|
+
# Token for the next ListMultiplexes request.
|
8620
|
+
# @return [String]
|
8621
|
+
#
|
8622
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListMultiplexesResultModel AWS API Documentation
|
8623
|
+
#
|
8624
|
+
class ListMultiplexesResultModel < Struct.new(
|
8625
|
+
:multiplexes,
|
8626
|
+
:next_token)
|
8627
|
+
include Aws::Structure
|
8628
|
+
end
|
8629
|
+
|
8060
8630
|
# @note When making an API call, you may pass ListOfferingsRequest
|
8061
8631
|
# data as a hash:
|
8062
8632
|
#
|
@@ -8064,6 +8634,7 @@ module Aws::MediaLive
|
|
8064
8634
|
# channel_class: "__string",
|
8065
8635
|
# channel_configuration: "__string",
|
8066
8636
|
# codec: "__string",
|
8637
|
+
# duration: "__string",
|
8067
8638
|
# max_results: 1,
|
8068
8639
|
# maximum_bitrate: "__string",
|
8069
8640
|
# maximum_framerate: "__string",
|
@@ -8083,6 +8654,9 @@ module Aws::MediaLive
|
|
8083
8654
|
# @!attribute [rw] codec
|
8084
8655
|
# @return [String]
|
8085
8656
|
#
|
8657
|
+
# @!attribute [rw] duration
|
8658
|
+
# @return [String]
|
8659
|
+
#
|
8086
8660
|
# @!attribute [rw] max_results
|
8087
8661
|
# @return [Integer]
|
8088
8662
|
#
|
@@ -8113,6 +8687,7 @@ module Aws::MediaLive
|
|
8113
8687
|
:channel_class,
|
8114
8688
|
:channel_configuration,
|
8115
8689
|
:codec,
|
8690
|
+
:duration,
|
8116
8691
|
:max_results,
|
8117
8692
|
:maximum_bitrate,
|
8118
8693
|
:maximum_framerate,
|
@@ -8321,6 +8896,7 @@ module Aws::MediaLive
|
|
8321
8896
|
# fragment_time: 1.0,
|
8322
8897
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
8323
8898
|
# klv_data_pids: "__string",
|
8899
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
8324
8900
|
# null_packet_bitrate: 1.0,
|
8325
8901
|
# pat_interval: 1,
|
8326
8902
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -8504,6 +9080,12 @@ module Aws::MediaLive
|
|
8504
9080
|
# 0x1ff6).
|
8505
9081
|
# @return [String]
|
8506
9082
|
#
|
9083
|
+
# @!attribute [rw] nielsen_id_3_behavior
|
9084
|
+
# If set to passthrough, Nielsen inaudible tones for media tracking
|
9085
|
+
# will be detected in the input audio and an equivalent ID3 tag will
|
9086
|
+
# be inserted in the output.
|
9087
|
+
# @return [String]
|
9088
|
+
#
|
8507
9089
|
# @!attribute [rw] null_packet_bitrate
|
8508
9090
|
# Value in bits per second of extra null packets to insert into the
|
8509
9091
|
# transport stream. This can be used if a downstream encryption system
|
@@ -8658,6 +9240,7 @@ module Aws::MediaLive
|
|
8658
9240
|
:fragment_time,
|
8659
9241
|
:klv,
|
8660
9242
|
:klv_data_pids,
|
9243
|
+
:nielsen_id_3_behavior,
|
8661
9244
|
:null_packet_bitrate,
|
8662
9245
|
:pat_interval,
|
8663
9246
|
:pcr_control,
|
@@ -8689,6 +9272,7 @@ module Aws::MediaLive
|
|
8689
9272
|
# audio_frames_per_pes: 1,
|
8690
9273
|
# audio_pids: "__string",
|
8691
9274
|
# ecm_pid: "__string",
|
9275
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
8692
9276
|
# pat_interval: 1,
|
8693
9277
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
8694
9278
|
# pcr_period: 1,
|
@@ -8719,6 +9303,12 @@ module Aws::MediaLive
|
|
8719
9303
|
# This parameter is unused and deprecated.
|
8720
9304
|
# @return [String]
|
8721
9305
|
#
|
9306
|
+
# @!attribute [rw] nielsen_id_3_behavior
|
9307
|
+
# If set to passthrough, Nielsen inaudible tones for media tracking
|
9308
|
+
# will be detected in the input audio and an equivalent ID3 tag will
|
9309
|
+
# be inserted in the output.
|
9310
|
+
# @return [String]
|
9311
|
+
#
|
8722
9312
|
# @!attribute [rw] pat_interval
|
8723
9313
|
# The number of milliseconds between instances of this table in the
|
8724
9314
|
# output transport stream. A value of \\"0\\" writes out the PMT
|
@@ -8795,6 +9385,7 @@ module Aws::MediaLive
|
|
8795
9385
|
:audio_frames_per_pes,
|
8796
9386
|
:audio_pids,
|
8797
9387
|
:ecm_pid,
|
9388
|
+
:nielsen_id_3_behavior,
|
8798
9389
|
:pat_interval,
|
8799
9390
|
:pcr_control,
|
8800
9391
|
:pcr_period,
|
@@ -9057,63 +9648,573 @@ module Aws::MediaLive
|
|
9057
9648
|
# set to useConfiguredOffset.
|
9058
9649
|
# @return [String]
|
9059
9650
|
#
|
9060
|
-
# @!attribute [rw] timestamp_offset_mode
|
9061
|
-
# Type of timestamp date offset to use. - useEventStartDate: Use the
|
9062
|
-
# date the event was started as the offset - useConfiguredOffset: Use
|
9063
|
-
# an explicitly configured date as the offset
|
9651
|
+
# @!attribute [rw] timestamp_offset_mode
|
9652
|
+
# Type of timestamp date offset to use. - useEventStartDate: Use the
|
9653
|
+
# date the event was started as the offset - useConfiguredOffset: Use
|
9654
|
+
# an explicitly configured date as the offset
|
9655
|
+
# @return [String]
|
9656
|
+
#
|
9657
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MsSmoothGroupSettings AWS API Documentation
|
9658
|
+
#
|
9659
|
+
class MsSmoothGroupSettings < Struct.new(
|
9660
|
+
:acquisition_point_id,
|
9661
|
+
:audio_only_timecode_control,
|
9662
|
+
:certificate_mode,
|
9663
|
+
:connection_retry_interval,
|
9664
|
+
:destination,
|
9665
|
+
:event_id,
|
9666
|
+
:event_id_mode,
|
9667
|
+
:event_stop_behavior,
|
9668
|
+
:filecache_duration,
|
9669
|
+
:fragment_length,
|
9670
|
+
:input_loss_action,
|
9671
|
+
:num_retries,
|
9672
|
+
:restart_delay,
|
9673
|
+
:segmentation_mode,
|
9674
|
+
:send_delay_ms,
|
9675
|
+
:sparse_track_type,
|
9676
|
+
:stream_manifest_behavior,
|
9677
|
+
:timestamp_offset,
|
9678
|
+
:timestamp_offset_mode)
|
9679
|
+
include Aws::Structure
|
9680
|
+
end
|
9681
|
+
|
9682
|
+
# Ms Smooth Output Settings
|
9683
|
+
#
|
9684
|
+
# @note When making an API call, you may pass MsSmoothOutputSettings
|
9685
|
+
# data as a hash:
|
9686
|
+
#
|
9687
|
+
# {
|
9688
|
+
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
9689
|
+
# name_modifier: "__string",
|
9690
|
+
# }
|
9691
|
+
#
|
9692
|
+
# @!attribute [rw] h265_packaging_type
|
9693
|
+
# Only applicable when this output is referencing an H.265 video
|
9694
|
+
# description. Specifies whether MP4 segments should be packaged as
|
9695
|
+
# HEV1 or HVC1.
|
9696
|
+
# @return [String]
|
9697
|
+
#
|
9698
|
+
# @!attribute [rw] name_modifier
|
9699
|
+
# String concatenated to the end of the destination filename. Required
|
9700
|
+
# for multiple outputs of the same type.
|
9701
|
+
# @return [String]
|
9702
|
+
#
|
9703
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MsSmoothOutputSettings AWS API Documentation
|
9704
|
+
#
|
9705
|
+
class MsSmoothOutputSettings < Struct.new(
|
9706
|
+
:h265_packaging_type,
|
9707
|
+
:name_modifier)
|
9708
|
+
include Aws::Structure
|
9709
|
+
end
|
9710
|
+
|
9711
|
+
# The multiplex object.
|
9712
|
+
#
|
9713
|
+
# @!attribute [rw] arn
|
9714
|
+
# The unique arn of the multiplex.
|
9715
|
+
# @return [String]
|
9716
|
+
#
|
9717
|
+
# @!attribute [rw] availability_zones
|
9718
|
+
# A list of availability zones for the multiplex.
|
9719
|
+
# @return [Array<String>]
|
9720
|
+
#
|
9721
|
+
# @!attribute [rw] destinations
|
9722
|
+
# A list of the multiplex output destinations.
|
9723
|
+
# @return [Array<Types::MultiplexOutputDestination>]
|
9724
|
+
#
|
9725
|
+
# @!attribute [rw] id
|
9726
|
+
# The unique id of the multiplex.
|
9727
|
+
# @return [String]
|
9728
|
+
#
|
9729
|
+
# @!attribute [rw] multiplex_settings
|
9730
|
+
# Configuration for a multiplex event.
|
9731
|
+
# @return [Types::MultiplexSettings]
|
9732
|
+
#
|
9733
|
+
# @!attribute [rw] name
|
9734
|
+
# The name of the multiplex.
|
9735
|
+
# @return [String]
|
9736
|
+
#
|
9737
|
+
# @!attribute [rw] pipelines_running_count
|
9738
|
+
# The number of currently healthy pipelines.
|
9739
|
+
# @return [Integer]
|
9740
|
+
#
|
9741
|
+
# @!attribute [rw] program_count
|
9742
|
+
# The number of programs in the multiplex.
|
9743
|
+
# @return [Integer]
|
9744
|
+
#
|
9745
|
+
# @!attribute [rw] state
|
9746
|
+
# The current state of the multiplex.
|
9747
|
+
# @return [String]
|
9748
|
+
#
|
9749
|
+
# @!attribute [rw] tags
|
9750
|
+
# A collection of key-value pairs.
|
9751
|
+
# @return [Hash<String,String>]
|
9752
|
+
#
|
9753
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Multiplex AWS API Documentation
|
9754
|
+
#
|
9755
|
+
class Multiplex < Struct.new(
|
9756
|
+
:arn,
|
9757
|
+
:availability_zones,
|
9758
|
+
:destinations,
|
9759
|
+
:id,
|
9760
|
+
:multiplex_settings,
|
9761
|
+
:name,
|
9762
|
+
:pipelines_running_count,
|
9763
|
+
:program_count,
|
9764
|
+
:state,
|
9765
|
+
:tags)
|
9766
|
+
include Aws::Structure
|
9767
|
+
end
|
9768
|
+
|
9769
|
+
# @!attribute [rw] message
|
9770
|
+
# The error message.
|
9771
|
+
# @return [String]
|
9772
|
+
#
|
9773
|
+
# @!attribute [rw] validation_errors
|
9774
|
+
# A collection of validation error responses.
|
9775
|
+
# @return [Array<Types::MultiplexValidationError>]
|
9776
|
+
#
|
9777
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexConfigurationValidationError AWS API Documentation
|
9778
|
+
#
|
9779
|
+
class MultiplexConfigurationValidationError < Struct.new(
|
9780
|
+
:message,
|
9781
|
+
:validation_errors)
|
9782
|
+
include Aws::Structure
|
9783
|
+
end
|
9784
|
+
|
9785
|
+
# Multiplex Group Settings
|
9786
|
+
#
|
9787
|
+
# @api private
|
9788
|
+
#
|
9789
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexGroupSettings AWS API Documentation
|
9790
|
+
#
|
9791
|
+
class MultiplexGroupSettings < Aws::EmptyStructure; end
|
9792
|
+
|
9793
|
+
# Multiplex MediaConnect output destination settings.
|
9794
|
+
#
|
9795
|
+
# @!attribute [rw] entitlement_arn
|
9796
|
+
# The MediaConnect entitlement ARN available as a Flow source.
|
9797
|
+
# @return [String]
|
9798
|
+
#
|
9799
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexMediaConnectOutputDestinationSettings AWS API Documentation
|
9800
|
+
#
|
9801
|
+
class MultiplexMediaConnectOutputDestinationSettings < Struct.new(
|
9802
|
+
:entitlement_arn)
|
9803
|
+
include Aws::Structure
|
9804
|
+
end
|
9805
|
+
|
9806
|
+
# Multiplex output destination settings
|
9807
|
+
#
|
9808
|
+
# @!attribute [rw] media_connect_settings
|
9809
|
+
# Multiplex MediaConnect output destination settings.
|
9810
|
+
# @return [Types::MultiplexMediaConnectOutputDestinationSettings]
|
9811
|
+
#
|
9812
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexOutputDestination AWS API Documentation
|
9813
|
+
#
|
9814
|
+
class MultiplexOutputDestination < Struct.new(
|
9815
|
+
:media_connect_settings)
|
9816
|
+
include Aws::Structure
|
9817
|
+
end
|
9818
|
+
|
9819
|
+
# Multiplex Output Settings
|
9820
|
+
#
|
9821
|
+
# @note When making an API call, you may pass MultiplexOutputSettings
|
9822
|
+
# data as a hash:
|
9823
|
+
#
|
9824
|
+
# {
|
9825
|
+
# destination: { # required
|
9826
|
+
# destination_ref_id: "__string",
|
9827
|
+
# },
|
9828
|
+
# }
|
9829
|
+
#
|
9830
|
+
# @!attribute [rw] destination
|
9831
|
+
# Destination is a Multiplex.
|
9832
|
+
# @return [Types::OutputLocationRef]
|
9833
|
+
#
|
9834
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexOutputSettings AWS API Documentation
|
9835
|
+
#
|
9836
|
+
class MultiplexOutputSettings < Struct.new(
|
9837
|
+
:destination)
|
9838
|
+
include Aws::Structure
|
9839
|
+
end
|
9840
|
+
|
9841
|
+
# The multiplex program object.
|
9842
|
+
#
|
9843
|
+
# @!attribute [rw] channel_id
|
9844
|
+
# The MediaLive channel associated with the program.
|
9845
|
+
# @return [String]
|
9846
|
+
#
|
9847
|
+
# @!attribute [rw] multiplex_program_settings
|
9848
|
+
# The settings for this multiplex program.
|
9849
|
+
# @return [Types::MultiplexProgramSettings]
|
9850
|
+
#
|
9851
|
+
# @!attribute [rw] packet_identifiers_map
|
9852
|
+
# The packet identifier map for this multiplex program.
|
9853
|
+
# @return [Types::MultiplexProgramPacketIdentifiersMap]
|
9854
|
+
#
|
9855
|
+
# @!attribute [rw] program_name
|
9856
|
+
# The name of the multiplex program.
|
9857
|
+
# @return [String]
|
9858
|
+
#
|
9859
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgram AWS API Documentation
|
9860
|
+
#
|
9861
|
+
class MultiplexProgram < Struct.new(
|
9862
|
+
:channel_id,
|
9863
|
+
:multiplex_program_settings,
|
9864
|
+
:packet_identifiers_map,
|
9865
|
+
:program_name)
|
9866
|
+
include Aws::Structure
|
9867
|
+
end
|
9868
|
+
|
9869
|
+
# Multiplex Program Input Destination Settings for outputting a Channel
|
9870
|
+
# to a Multiplex
|
9871
|
+
#
|
9872
|
+
# @note When making an API call, you may pass MultiplexProgramChannelDestinationSettings
|
9873
|
+
# data as a hash:
|
9874
|
+
#
|
9875
|
+
# {
|
9876
|
+
# multiplex_id: "__stringMin1",
|
9877
|
+
# program_name: "__stringMin1",
|
9878
|
+
# }
|
9879
|
+
#
|
9880
|
+
# @!attribute [rw] multiplex_id
|
9881
|
+
# The ID of the Multiplex that the encoder is providing output to. You
|
9882
|
+
# do not need to specify the individual inputs to the Multiplex;
|
9883
|
+
# MediaLive will handle the connection of the two MediaLive pipelines
|
9884
|
+
# to the two Multiplex instances. The Multiplex must be in the same
|
9885
|
+
# region as the Channel.
|
9886
|
+
# @return [String]
|
9887
|
+
#
|
9888
|
+
# @!attribute [rw] program_name
|
9889
|
+
# The program name of the Multiplex program that the encoder is
|
9890
|
+
# providing output to.
|
9891
|
+
# @return [String]
|
9892
|
+
#
|
9893
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgramChannelDestinationSettings AWS API Documentation
|
9894
|
+
#
|
9895
|
+
class MultiplexProgramChannelDestinationSettings < Struct.new(
|
9896
|
+
:multiplex_id,
|
9897
|
+
:program_name)
|
9898
|
+
include Aws::Structure
|
9899
|
+
end
|
9900
|
+
|
9901
|
+
# Packet identifiers map for a given Multiplex program.
|
9902
|
+
#
|
9903
|
+
# @!attribute [rw] audio_pids
|
9904
|
+
# @return [Array<Integer>]
|
9905
|
+
#
|
9906
|
+
# @!attribute [rw] dvb_sub_pids
|
9907
|
+
# @return [Array<Integer>]
|
9908
|
+
#
|
9909
|
+
# @!attribute [rw] dvb_teletext_pid
|
9910
|
+
# @return [Integer]
|
9911
|
+
#
|
9912
|
+
# @!attribute [rw] etv_platform_pid
|
9913
|
+
# @return [Integer]
|
9914
|
+
#
|
9915
|
+
# @!attribute [rw] etv_signal_pid
|
9916
|
+
# @return [Integer]
|
9917
|
+
#
|
9918
|
+
# @!attribute [rw] klv_data_pids
|
9919
|
+
# @return [Array<Integer>]
|
9920
|
+
#
|
9921
|
+
# @!attribute [rw] pcr_pid
|
9922
|
+
# @return [Integer]
|
9923
|
+
#
|
9924
|
+
# @!attribute [rw] pmt_pid
|
9925
|
+
# @return [Integer]
|
9926
|
+
#
|
9927
|
+
# @!attribute [rw] private_metadata_pid
|
9928
|
+
# @return [Integer]
|
9929
|
+
#
|
9930
|
+
# @!attribute [rw] scte_27_pids
|
9931
|
+
# @return [Array<Integer>]
|
9932
|
+
#
|
9933
|
+
# @!attribute [rw] scte_35_pid
|
9934
|
+
# @return [Integer]
|
9935
|
+
#
|
9936
|
+
# @!attribute [rw] timed_metadata_pid
|
9937
|
+
# @return [Integer]
|
9938
|
+
#
|
9939
|
+
# @!attribute [rw] video_pid
|
9940
|
+
# @return [Integer]
|
9941
|
+
#
|
9942
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgramPacketIdentifiersMap AWS API Documentation
|
9943
|
+
#
|
9944
|
+
class MultiplexProgramPacketIdentifiersMap < Struct.new(
|
9945
|
+
:audio_pids,
|
9946
|
+
:dvb_sub_pids,
|
9947
|
+
:dvb_teletext_pid,
|
9948
|
+
:etv_platform_pid,
|
9949
|
+
:etv_signal_pid,
|
9950
|
+
:klv_data_pids,
|
9951
|
+
:pcr_pid,
|
9952
|
+
:pmt_pid,
|
9953
|
+
:private_metadata_pid,
|
9954
|
+
:scte_27_pids,
|
9955
|
+
:scte_35_pid,
|
9956
|
+
:timed_metadata_pid,
|
9957
|
+
:video_pid)
|
9958
|
+
include Aws::Structure
|
9959
|
+
end
|
9960
|
+
|
9961
|
+
# Transport stream service descriptor configuration for the Multiplex
|
9962
|
+
# program.
|
9963
|
+
#
|
9964
|
+
# @note When making an API call, you may pass MultiplexProgramServiceDescriptor
|
9965
|
+
# data as a hash:
|
9966
|
+
#
|
9967
|
+
# {
|
9968
|
+
# provider_name: "__stringMax256", # required
|
9969
|
+
# service_name: "__stringMax256", # required
|
9970
|
+
# }
|
9971
|
+
#
|
9972
|
+
# @!attribute [rw] provider_name
|
9973
|
+
# Name of the provider.
|
9974
|
+
# @return [String]
|
9975
|
+
#
|
9976
|
+
# @!attribute [rw] service_name
|
9977
|
+
# Name of the service.
|
9978
|
+
# @return [String]
|
9979
|
+
#
|
9980
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgramServiceDescriptor AWS API Documentation
|
9981
|
+
#
|
9982
|
+
class MultiplexProgramServiceDescriptor < Struct.new(
|
9983
|
+
:provider_name,
|
9984
|
+
:service_name)
|
9985
|
+
include Aws::Structure
|
9986
|
+
end
|
9987
|
+
|
9988
|
+
# Multiplex Program settings configuration.
|
9989
|
+
#
|
9990
|
+
# @note When making an API call, you may pass MultiplexProgramSettings
|
9991
|
+
# data as a hash:
|
9992
|
+
#
|
9993
|
+
# {
|
9994
|
+
# program_number: 1, # required
|
9995
|
+
# service_descriptor: {
|
9996
|
+
# provider_name: "__stringMax256", # required
|
9997
|
+
# service_name: "__stringMax256", # required
|
9998
|
+
# },
|
9999
|
+
# video_settings: {
|
10000
|
+
# constant_bitrate: 1,
|
10001
|
+
# statmux_settings: {
|
10002
|
+
# maximum_bitrate: 1,
|
10003
|
+
# minimum_bitrate: 1,
|
10004
|
+
# },
|
10005
|
+
# },
|
10006
|
+
# }
|
10007
|
+
#
|
10008
|
+
# @!attribute [rw] program_number
|
10009
|
+
# Unique program number.
|
10010
|
+
# @return [Integer]
|
10011
|
+
#
|
10012
|
+
# @!attribute [rw] service_descriptor
|
10013
|
+
# Transport stream service descriptor configuration for the Multiplex
|
10014
|
+
# program.
|
10015
|
+
# @return [Types::MultiplexProgramServiceDescriptor]
|
10016
|
+
#
|
10017
|
+
# @!attribute [rw] video_settings
|
10018
|
+
# Program video settings configuration.
|
10019
|
+
# @return [Types::MultiplexVideoSettings]
|
10020
|
+
#
|
10021
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgramSettings AWS API Documentation
|
10022
|
+
#
|
10023
|
+
class MultiplexProgramSettings < Struct.new(
|
10024
|
+
:program_number,
|
10025
|
+
:service_descriptor,
|
10026
|
+
:video_settings)
|
10027
|
+
include Aws::Structure
|
10028
|
+
end
|
10029
|
+
|
10030
|
+
# @!attribute [rw] channel_id
|
10031
|
+
# The MediaLive Channel associated with the program.
|
10032
|
+
# @return [String]
|
10033
|
+
#
|
10034
|
+
# @!attribute [rw] program_name
|
10035
|
+
# The name of the multiplex program.
|
10036
|
+
# @return [String]
|
10037
|
+
#
|
10038
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexProgramSummary AWS API Documentation
|
10039
|
+
#
|
10040
|
+
class MultiplexProgramSummary < Struct.new(
|
10041
|
+
:channel_id,
|
10042
|
+
:program_name)
|
10043
|
+
include Aws::Structure
|
10044
|
+
end
|
10045
|
+
|
10046
|
+
# Contains configuration for a Multiplex event
|
10047
|
+
#
|
10048
|
+
# @note When making an API call, you may pass MultiplexSettings
|
10049
|
+
# data as a hash:
|
10050
|
+
#
|
10051
|
+
# {
|
10052
|
+
# maximum_video_buffer_delay_milliseconds: 1,
|
10053
|
+
# transport_stream_bitrate: 1, # required
|
10054
|
+
# transport_stream_id: 1, # required
|
10055
|
+
# transport_stream_reserved_bitrate: 1,
|
10056
|
+
# }
|
10057
|
+
#
|
10058
|
+
# @!attribute [rw] maximum_video_buffer_delay_milliseconds
|
10059
|
+
# Maximum video buffer delay in milliseconds.
|
10060
|
+
# @return [Integer]
|
10061
|
+
#
|
10062
|
+
# @!attribute [rw] transport_stream_bitrate
|
10063
|
+
# Transport stream bit rate.
|
10064
|
+
# @return [Integer]
|
10065
|
+
#
|
10066
|
+
# @!attribute [rw] transport_stream_id
|
10067
|
+
# Transport stream ID.
|
10068
|
+
# @return [Integer]
|
10069
|
+
#
|
10070
|
+
# @!attribute [rw] transport_stream_reserved_bitrate
|
10071
|
+
# Transport stream reserved bit rate.
|
10072
|
+
# @return [Integer]
|
10073
|
+
#
|
10074
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexSettings AWS API Documentation
|
10075
|
+
#
|
10076
|
+
class MultiplexSettings < Struct.new(
|
10077
|
+
:maximum_video_buffer_delay_milliseconds,
|
10078
|
+
:transport_stream_bitrate,
|
10079
|
+
:transport_stream_id,
|
10080
|
+
:transport_stream_reserved_bitrate)
|
10081
|
+
include Aws::Structure
|
10082
|
+
end
|
10083
|
+
|
10084
|
+
# Contains summary configuration for a Multiplex event.
|
10085
|
+
#
|
10086
|
+
# @!attribute [rw] transport_stream_bitrate
|
10087
|
+
# Transport stream bit rate.
|
10088
|
+
# @return [Integer]
|
10089
|
+
#
|
10090
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexSettingsSummary AWS API Documentation
|
10091
|
+
#
|
10092
|
+
class MultiplexSettingsSummary < Struct.new(
|
10093
|
+
:transport_stream_bitrate)
|
10094
|
+
include Aws::Structure
|
10095
|
+
end
|
10096
|
+
|
10097
|
+
# Statmux rate control settings
|
10098
|
+
#
|
10099
|
+
# @note When making an API call, you may pass MultiplexStatmuxVideoSettings
|
10100
|
+
# data as a hash:
|
10101
|
+
#
|
10102
|
+
# {
|
10103
|
+
# maximum_bitrate: 1,
|
10104
|
+
# minimum_bitrate: 1,
|
10105
|
+
# }
|
10106
|
+
#
|
10107
|
+
# @!attribute [rw] maximum_bitrate
|
10108
|
+
# Maximum statmux bitrate.
|
10109
|
+
# @return [Integer]
|
10110
|
+
#
|
10111
|
+
# @!attribute [rw] minimum_bitrate
|
10112
|
+
# Minimum statmux bitrate.
|
10113
|
+
# @return [Integer]
|
10114
|
+
#
|
10115
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexStatmuxVideoSettings AWS API Documentation
|
10116
|
+
#
|
10117
|
+
class MultiplexStatmuxVideoSettings < Struct.new(
|
10118
|
+
:maximum_bitrate,
|
10119
|
+
:minimum_bitrate)
|
10120
|
+
include Aws::Structure
|
10121
|
+
end
|
10122
|
+
|
10123
|
+
# @!attribute [rw] arn
|
10124
|
+
# The unique arn of the multiplex.
|
10125
|
+
# @return [String]
|
10126
|
+
#
|
10127
|
+
# @!attribute [rw] availability_zones
|
10128
|
+
# A list of availability zones for the multiplex.
|
10129
|
+
# @return [Array<String>]
|
10130
|
+
#
|
10131
|
+
# @!attribute [rw] id
|
10132
|
+
# The unique id of the multiplex.
|
10133
|
+
# @return [String]
|
10134
|
+
#
|
10135
|
+
# @!attribute [rw] multiplex_settings
|
10136
|
+
# Configuration for a multiplex event.
|
10137
|
+
# @return [Types::MultiplexSettingsSummary]
|
10138
|
+
#
|
10139
|
+
# @!attribute [rw] name
|
10140
|
+
# The name of the multiplex.
|
10141
|
+
# @return [String]
|
10142
|
+
#
|
10143
|
+
# @!attribute [rw] pipelines_running_count
|
10144
|
+
# The number of currently healthy pipelines.
|
10145
|
+
# @return [Integer]
|
10146
|
+
#
|
10147
|
+
# @!attribute [rw] program_count
|
10148
|
+
# The number of programs in the multiplex.
|
10149
|
+
# @return [Integer]
|
10150
|
+
#
|
10151
|
+
# @!attribute [rw] state
|
10152
|
+
# The current state of the multiplex.
|
10153
|
+
# @return [String]
|
10154
|
+
#
|
10155
|
+
# @!attribute [rw] tags
|
10156
|
+
# A collection of key-value pairs.
|
10157
|
+
# @return [Hash<String,String>]
|
10158
|
+
#
|
10159
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexSummary AWS API Documentation
|
10160
|
+
#
|
10161
|
+
class MultiplexSummary < Struct.new(
|
10162
|
+
:arn,
|
10163
|
+
:availability_zones,
|
10164
|
+
:id,
|
10165
|
+
:multiplex_settings,
|
10166
|
+
:name,
|
10167
|
+
:pipelines_running_count,
|
10168
|
+
:program_count,
|
10169
|
+
:state,
|
10170
|
+
:tags)
|
10171
|
+
include Aws::Structure
|
10172
|
+
end
|
10173
|
+
|
10174
|
+
# @!attribute [rw] element_path
|
10175
|
+
# Path to the source of the error.
|
10176
|
+
# @return [String]
|
10177
|
+
#
|
10178
|
+
# @!attribute [rw] error_message
|
10179
|
+
# The error message.
|
9064
10180
|
# @return [String]
|
9065
10181
|
#
|
9066
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/
|
10182
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexValidationError AWS API Documentation
|
9067
10183
|
#
|
9068
|
-
class
|
9069
|
-
:
|
9070
|
-
:
|
9071
|
-
:certificate_mode,
|
9072
|
-
:connection_retry_interval,
|
9073
|
-
:destination,
|
9074
|
-
:event_id,
|
9075
|
-
:event_id_mode,
|
9076
|
-
:event_stop_behavior,
|
9077
|
-
:filecache_duration,
|
9078
|
-
:fragment_length,
|
9079
|
-
:input_loss_action,
|
9080
|
-
:num_retries,
|
9081
|
-
:restart_delay,
|
9082
|
-
:segmentation_mode,
|
9083
|
-
:send_delay_ms,
|
9084
|
-
:sparse_track_type,
|
9085
|
-
:stream_manifest_behavior,
|
9086
|
-
:timestamp_offset,
|
9087
|
-
:timestamp_offset_mode)
|
10184
|
+
class MultiplexValidationError < Struct.new(
|
10185
|
+
:element_path,
|
10186
|
+
:error_message)
|
9088
10187
|
include Aws::Structure
|
9089
10188
|
end
|
9090
10189
|
|
9091
|
-
#
|
10190
|
+
# The video configuration for each program in a multiplex.
|
9092
10191
|
#
|
9093
|
-
# @note When making an API call, you may pass
|
10192
|
+
# @note When making an API call, you may pass MultiplexVideoSettings
|
9094
10193
|
# data as a hash:
|
9095
10194
|
#
|
9096
10195
|
# {
|
9097
|
-
#
|
9098
|
-
#
|
10196
|
+
# constant_bitrate: 1,
|
10197
|
+
# statmux_settings: {
|
10198
|
+
# maximum_bitrate: 1,
|
10199
|
+
# minimum_bitrate: 1,
|
10200
|
+
# },
|
9099
10201
|
# }
|
9100
10202
|
#
|
9101
|
-
# @!attribute [rw]
|
9102
|
-
#
|
9103
|
-
#
|
9104
|
-
#
|
9105
|
-
# @return [String]
|
10203
|
+
# @!attribute [rw] constant_bitrate
|
10204
|
+
# The constant bitrate configuration for the video encode. When this
|
10205
|
+
# field is defined, StatmuxSettings must be undefined.
|
10206
|
+
# @return [Integer]
|
9106
10207
|
#
|
9107
|
-
# @!attribute [rw]
|
9108
|
-
#
|
9109
|
-
#
|
9110
|
-
# @return [
|
10208
|
+
# @!attribute [rw] statmux_settings
|
10209
|
+
# Statmux rate control settings. When this field is defined,
|
10210
|
+
# ConstantBitrate must be undefined.
|
10211
|
+
# @return [Types::MultiplexStatmuxVideoSettings]
|
9111
10212
|
#
|
9112
|
-
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/
|
10213
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/MultiplexVideoSettings AWS API Documentation
|
9113
10214
|
#
|
9114
|
-
class
|
9115
|
-
:
|
9116
|
-
:
|
10215
|
+
class MultiplexVideoSettings < Struct.new(
|
10216
|
+
:constant_bitrate,
|
10217
|
+
:statmux_settings)
|
9117
10218
|
include Aws::Structure
|
9118
10219
|
end
|
9119
10220
|
|
@@ -9155,6 +10256,32 @@ module Aws::MediaLive
|
|
9155
10256
|
include Aws::Structure
|
9156
10257
|
end
|
9157
10258
|
|
10259
|
+
# Nielsen Configuration
|
10260
|
+
#
|
10261
|
+
# @note When making an API call, you may pass NielsenConfiguration
|
10262
|
+
# data as a hash:
|
10263
|
+
#
|
10264
|
+
# {
|
10265
|
+
# distributor_id: "__string",
|
10266
|
+
# nielsen_pcm_to_id_3_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
10267
|
+
# }
|
10268
|
+
#
|
10269
|
+
# @!attribute [rw] distributor_id
|
10270
|
+
# Enter the Distributor ID assigned to your organization by Nielsen.
|
10271
|
+
# @return [String]
|
10272
|
+
#
|
10273
|
+
# @!attribute [rw] nielsen_pcm_to_id_3_tagging
|
10274
|
+
# Enables Nielsen PCM to ID3 tagging
|
10275
|
+
# @return [String]
|
10276
|
+
#
|
10277
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/NielsenConfiguration AWS API Documentation
|
10278
|
+
#
|
10279
|
+
class NielsenConfiguration < Struct.new(
|
10280
|
+
:distributor_id,
|
10281
|
+
:nielsen_pcm_to_id_3_tagging)
|
10282
|
+
include Aws::Structure
|
10283
|
+
end
|
10284
|
+
|
9158
10285
|
# @!attribute [rw] message
|
9159
10286
|
# @return [String]
|
9160
10287
|
#
|
@@ -9283,6 +10410,7 @@ module Aws::MediaLive
|
|
9283
10410
|
# fragment_time: 1.0,
|
9284
10411
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
9285
10412
|
# klv_data_pids: "__string",
|
10413
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
9286
10414
|
# null_packet_bitrate: 1.0,
|
9287
10415
|
# pat_interval: 1,
|
9288
10416
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -9327,6 +10455,7 @@ module Aws::MediaLive
|
|
9327
10455
|
# audio_frames_per_pes: 1,
|
9328
10456
|
# audio_pids: "__string",
|
9329
10457
|
# ecm_pid: "__string",
|
10458
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
9330
10459
|
# pat_interval: 1,
|
9331
10460
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
9332
10461
|
# pcr_period: 1,
|
@@ -9352,6 +10481,11 @@ module Aws::MediaLive
|
|
9352
10481
|
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
9353
10482
|
# name_modifier: "__string",
|
9354
10483
|
# },
|
10484
|
+
# multiplex_output_settings: {
|
10485
|
+
# destination: { # required
|
10486
|
+
# destination_ref_id: "__string",
|
10487
|
+
# },
|
10488
|
+
# },
|
9355
10489
|
# rtmp_output_settings: {
|
9356
10490
|
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
9357
10491
|
# connection_retry_interval: 1,
|
@@ -9402,6 +10536,7 @@ module Aws::MediaLive
|
|
9402
10536
|
# fragment_time: 1.0,
|
9403
10537
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
9404
10538
|
# klv_data_pids: "__string",
|
10539
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
9405
10540
|
# null_packet_bitrate: 1.0,
|
9406
10541
|
# pat_interval: 1,
|
9407
10542
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -9479,6 +10614,10 @@ module Aws::MediaLive
|
|
9479
10614
|
# channel_id: "__stringMin1",
|
9480
10615
|
# },
|
9481
10616
|
# ],
|
10617
|
+
# multiplex_settings: {
|
10618
|
+
# multiplex_id: "__stringMin1",
|
10619
|
+
# program_name: "__stringMin1",
|
10620
|
+
# },
|
9482
10621
|
# settings: [
|
9483
10622
|
# {
|
9484
10623
|
# password_param: "__string",
|
@@ -9498,6 +10637,11 @@ module Aws::MediaLive
|
|
9498
10637
|
# both encoders.
|
9499
10638
|
# @return [Array<Types::MediaPackageOutputDestinationSettings>]
|
9500
10639
|
#
|
10640
|
+
# @!attribute [rw] multiplex_settings
|
10641
|
+
# Destination settings for a Multiplex output; one destination for
|
10642
|
+
# both encoders.
|
10643
|
+
# @return [Types::MultiplexProgramChannelDestinationSettings]
|
10644
|
+
#
|
9501
10645
|
# @!attribute [rw] settings
|
9502
10646
|
# Destination settings for a standard output; one destination for each
|
9503
10647
|
# redundant encoder.
|
@@ -9508,6 +10652,7 @@ module Aws::MediaLive
|
|
9508
10652
|
class OutputDestination < Struct.new(
|
9509
10653
|
:id,
|
9510
10654
|
:media_package_settings,
|
10655
|
+
:multiplex_settings,
|
9511
10656
|
:settings)
|
9512
10657
|
include Aws::Structure
|
9513
10658
|
end
|
@@ -9682,6 +10827,8 @@ module Aws::MediaLive
|
|
9682
10827
|
# timestamp_offset: "__string",
|
9683
10828
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
9684
10829
|
# },
|
10830
|
+
# multiplex_group_settings: {
|
10831
|
+
# },
|
9685
10832
|
# rtmp_group_settings: {
|
9686
10833
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
9687
10834
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
@@ -9743,6 +10890,7 @@ module Aws::MediaLive
|
|
9743
10890
|
# fragment_time: 1.0,
|
9744
10891
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
9745
10892
|
# klv_data_pids: "__string",
|
10893
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
9746
10894
|
# null_packet_bitrate: 1.0,
|
9747
10895
|
# pat_interval: 1,
|
9748
10896
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -9787,6 +10935,7 @@ module Aws::MediaLive
|
|
9787
10935
|
# audio_frames_per_pes: 1,
|
9788
10936
|
# audio_pids: "__string",
|
9789
10937
|
# ecm_pid: "__string",
|
10938
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
9790
10939
|
# pat_interval: 1,
|
9791
10940
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
9792
10941
|
# pcr_period: 1,
|
@@ -9812,6 +10961,11 @@ module Aws::MediaLive
|
|
9812
10961
|
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
9813
10962
|
# name_modifier: "__string",
|
9814
10963
|
# },
|
10964
|
+
# multiplex_output_settings: {
|
10965
|
+
# destination: { # required
|
10966
|
+
# destination_ref_id: "__string",
|
10967
|
+
# },
|
10968
|
+
# },
|
9815
10969
|
# rtmp_output_settings: {
|
9816
10970
|
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
9817
10971
|
# connection_retry_interval: 1,
|
@@ -9862,6 +11016,7 @@ module Aws::MediaLive
|
|
9862
11016
|
# fragment_time: 1.0,
|
9863
11017
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
9864
11018
|
# klv_data_pids: "__string",
|
11019
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
9865
11020
|
# null_packet_bitrate: 1.0,
|
9866
11021
|
# pat_interval: 1,
|
9867
11022
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -10051,6 +11206,8 @@ module Aws::MediaLive
|
|
10051
11206
|
# timestamp_offset: "__string",
|
10052
11207
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
10053
11208
|
# },
|
11209
|
+
# multiplex_group_settings: {
|
11210
|
+
# },
|
10054
11211
|
# rtmp_group_settings: {
|
10055
11212
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
10056
11213
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
@@ -10086,6 +11243,10 @@ module Aws::MediaLive
|
|
10086
11243
|
# Ms Smooth Group Settings
|
10087
11244
|
# @return [Types::MsSmoothGroupSettings]
|
10088
11245
|
#
|
11246
|
+
# @!attribute [rw] multiplex_group_settings
|
11247
|
+
# Multiplex Group Settings
|
11248
|
+
# @return [Types::MultiplexGroupSettings]
|
11249
|
+
#
|
10089
11250
|
# @!attribute [rw] rtmp_group_settings
|
10090
11251
|
# Rtmp Group Settings
|
10091
11252
|
# @return [Types::RtmpGroupSettings]
|
@@ -10102,6 +11263,7 @@ module Aws::MediaLive
|
|
10102
11263
|
:hls_group_settings,
|
10103
11264
|
:media_package_group_settings,
|
10104
11265
|
:ms_smooth_group_settings,
|
11266
|
+
:multiplex_group_settings,
|
10105
11267
|
:rtmp_group_settings,
|
10106
11268
|
:udp_group_settings)
|
10107
11269
|
include Aws::Structure
|
@@ -10173,6 +11335,7 @@ module Aws::MediaLive
|
|
10173
11335
|
# fragment_time: 1.0,
|
10174
11336
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
10175
11337
|
# klv_data_pids: "__string",
|
11338
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
10176
11339
|
# null_packet_bitrate: 1.0,
|
10177
11340
|
# pat_interval: 1,
|
10178
11341
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -10217,6 +11380,7 @@ module Aws::MediaLive
|
|
10217
11380
|
# audio_frames_per_pes: 1,
|
10218
11381
|
# audio_pids: "__string",
|
10219
11382
|
# ecm_pid: "__string",
|
11383
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
10220
11384
|
# pat_interval: 1,
|
10221
11385
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
10222
11386
|
# pcr_period: 1,
|
@@ -10242,6 +11406,11 @@ module Aws::MediaLive
|
|
10242
11406
|
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
10243
11407
|
# name_modifier: "__string",
|
10244
11408
|
# },
|
11409
|
+
# multiplex_output_settings: {
|
11410
|
+
# destination: { # required
|
11411
|
+
# destination_ref_id: "__string",
|
11412
|
+
# },
|
11413
|
+
# },
|
10245
11414
|
# rtmp_output_settings: {
|
10246
11415
|
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
10247
11416
|
# connection_retry_interval: 1,
|
@@ -10292,6 +11461,7 @@ module Aws::MediaLive
|
|
10292
11461
|
# fragment_time: 1.0,
|
10293
11462
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
10294
11463
|
# klv_data_pids: "__string",
|
11464
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
10295
11465
|
# null_packet_bitrate: 1.0,
|
10296
11466
|
# pat_interval: 1,
|
10297
11467
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -10344,6 +11514,10 @@ module Aws::MediaLive
|
|
10344
11514
|
# Ms Smooth Output Settings
|
10345
11515
|
# @return [Types::MsSmoothOutputSettings]
|
10346
11516
|
#
|
11517
|
+
# @!attribute [rw] multiplex_output_settings
|
11518
|
+
# Multiplex Output Settings
|
11519
|
+
# @return [Types::MultiplexOutputSettings]
|
11520
|
+
#
|
10347
11521
|
# @!attribute [rw] rtmp_output_settings
|
10348
11522
|
# Rtmp Output Settings
|
10349
11523
|
# @return [Types::RtmpOutputSettings]
|
@@ -10360,6 +11534,7 @@ module Aws::MediaLive
|
|
10360
11534
|
:hls_output_settings,
|
10361
11535
|
:media_package_output_settings,
|
10362
11536
|
:ms_smooth_output_settings,
|
11537
|
+
:multiplex_output_settings,
|
10363
11538
|
:rtmp_output_settings,
|
10364
11539
|
:udp_output_settings)
|
10365
11540
|
include Aws::Structure
|
@@ -10735,7 +11910,7 @@ module Aws::MediaLive
|
|
10735
11910
|
# @return [String]
|
10736
11911
|
#
|
10737
11912
|
# @!attribute [rw] resource_type
|
10738
|
-
# Resource type, 'INPUT', 'OUTPUT', or 'CHANNEL'
|
11913
|
+
# Resource type, 'INPUT', 'OUTPUT', 'MULTIPLEX', or 'CHANNEL'
|
10739
11914
|
# @return [String]
|
10740
11915
|
#
|
10741
11916
|
# @!attribute [rw] special_feature
|
@@ -11706,6 +12881,7 @@ module Aws::MediaLive
|
|
11706
12881
|
# audio_frames_per_pes: 1,
|
11707
12882
|
# audio_pids: "__string",
|
11708
12883
|
# ecm_pid: "__string",
|
12884
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
11709
12885
|
# pat_interval: 1,
|
11710
12886
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
11711
12887
|
# pcr_period: 1,
|
@@ -11827,6 +13003,71 @@ module Aws::MediaLive
|
|
11827
13003
|
include Aws::Structure
|
11828
13004
|
end
|
11829
13005
|
|
13006
|
+
# @note When making an API call, you may pass StartMultiplexRequest
|
13007
|
+
# data as a hash:
|
13008
|
+
#
|
13009
|
+
# {
|
13010
|
+
# multiplex_id: "__string", # required
|
13011
|
+
# }
|
13012
|
+
#
|
13013
|
+
# @!attribute [rw] multiplex_id
|
13014
|
+
# @return [String]
|
13015
|
+
#
|
13016
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartMultiplexRequest AWS API Documentation
|
13017
|
+
#
|
13018
|
+
class StartMultiplexRequest < Struct.new(
|
13019
|
+
:multiplex_id)
|
13020
|
+
include Aws::Structure
|
13021
|
+
end
|
13022
|
+
|
13023
|
+
# @!attribute [rw] arn
|
13024
|
+
# @return [String]
|
13025
|
+
#
|
13026
|
+
# @!attribute [rw] availability_zones
|
13027
|
+
# @return [Array<String>]
|
13028
|
+
#
|
13029
|
+
# @!attribute [rw] destinations
|
13030
|
+
# @return [Array<Types::MultiplexOutputDestination>]
|
13031
|
+
#
|
13032
|
+
# @!attribute [rw] id
|
13033
|
+
# @return [String]
|
13034
|
+
#
|
13035
|
+
# @!attribute [rw] multiplex_settings
|
13036
|
+
# Contains configuration for a Multiplex event
|
13037
|
+
# @return [Types::MultiplexSettings]
|
13038
|
+
#
|
13039
|
+
# @!attribute [rw] name
|
13040
|
+
# @return [String]
|
13041
|
+
#
|
13042
|
+
# @!attribute [rw] pipelines_running_count
|
13043
|
+
# @return [Integer]
|
13044
|
+
#
|
13045
|
+
# @!attribute [rw] program_count
|
13046
|
+
# @return [Integer]
|
13047
|
+
#
|
13048
|
+
# @!attribute [rw] state
|
13049
|
+
# The current state of the multiplex.
|
13050
|
+
# @return [String]
|
13051
|
+
#
|
13052
|
+
# @!attribute [rw] tags
|
13053
|
+
# @return [Hash<String,String>]
|
13054
|
+
#
|
13055
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartMultiplexResponse AWS API Documentation
|
13056
|
+
#
|
13057
|
+
class StartMultiplexResponse < Struct.new(
|
13058
|
+
:arn,
|
13059
|
+
:availability_zones,
|
13060
|
+
:destinations,
|
13061
|
+
:id,
|
13062
|
+
:multiplex_settings,
|
13063
|
+
:name,
|
13064
|
+
:pipelines_running_count,
|
13065
|
+
:program_count,
|
13066
|
+
:state,
|
13067
|
+
:tags)
|
13068
|
+
include Aws::Structure
|
13069
|
+
end
|
13070
|
+
|
11830
13071
|
# Settings to identify the start of the clip.
|
11831
13072
|
#
|
11832
13073
|
# @note When making an API call, you may pass StartTimecode
|
@@ -12096,6 +13337,71 @@ module Aws::MediaLive
|
|
12096
13337
|
include Aws::Structure
|
12097
13338
|
end
|
12098
13339
|
|
13340
|
+
# @note When making an API call, you may pass StopMultiplexRequest
|
13341
|
+
# data as a hash:
|
13342
|
+
#
|
13343
|
+
# {
|
13344
|
+
# multiplex_id: "__string", # required
|
13345
|
+
# }
|
13346
|
+
#
|
13347
|
+
# @!attribute [rw] multiplex_id
|
13348
|
+
# @return [String]
|
13349
|
+
#
|
13350
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopMultiplexRequest AWS API Documentation
|
13351
|
+
#
|
13352
|
+
class StopMultiplexRequest < Struct.new(
|
13353
|
+
:multiplex_id)
|
13354
|
+
include Aws::Structure
|
13355
|
+
end
|
13356
|
+
|
13357
|
+
# @!attribute [rw] arn
|
13358
|
+
# @return [String]
|
13359
|
+
#
|
13360
|
+
# @!attribute [rw] availability_zones
|
13361
|
+
# @return [Array<String>]
|
13362
|
+
#
|
13363
|
+
# @!attribute [rw] destinations
|
13364
|
+
# @return [Array<Types::MultiplexOutputDestination>]
|
13365
|
+
#
|
13366
|
+
# @!attribute [rw] id
|
13367
|
+
# @return [String]
|
13368
|
+
#
|
13369
|
+
# @!attribute [rw] multiplex_settings
|
13370
|
+
# Contains configuration for a Multiplex event
|
13371
|
+
# @return [Types::MultiplexSettings]
|
13372
|
+
#
|
13373
|
+
# @!attribute [rw] name
|
13374
|
+
# @return [String]
|
13375
|
+
#
|
13376
|
+
# @!attribute [rw] pipelines_running_count
|
13377
|
+
# @return [Integer]
|
13378
|
+
#
|
13379
|
+
# @!attribute [rw] program_count
|
13380
|
+
# @return [Integer]
|
13381
|
+
#
|
13382
|
+
# @!attribute [rw] state
|
13383
|
+
# The current state of the multiplex.
|
13384
|
+
# @return [String]
|
13385
|
+
#
|
13386
|
+
# @!attribute [rw] tags
|
13387
|
+
# @return [Hash<String,String>]
|
13388
|
+
#
|
13389
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopMultiplexResponse AWS API Documentation
|
13390
|
+
#
|
13391
|
+
class StopMultiplexResponse < Struct.new(
|
13392
|
+
:arn,
|
13393
|
+
:availability_zones,
|
13394
|
+
:destinations,
|
13395
|
+
:id,
|
13396
|
+
:multiplex_settings,
|
13397
|
+
:name,
|
13398
|
+
:pipelines_running_count,
|
13399
|
+
:program_count,
|
13400
|
+
:state,
|
13401
|
+
:tags)
|
13402
|
+
include Aws::Structure
|
13403
|
+
end
|
13404
|
+
|
12099
13405
|
# Settings to identify the end of the clip.
|
12100
13406
|
#
|
12101
13407
|
# @note When making an API call, you may pass StopTimecode
|
@@ -12279,6 +13585,7 @@ module Aws::MediaLive
|
|
12279
13585
|
# fragment_time: 1.0,
|
12280
13586
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
12281
13587
|
# klv_data_pids: "__string",
|
13588
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
12282
13589
|
# null_packet_bitrate: 1.0,
|
12283
13590
|
# pat_interval: 1,
|
12284
13591
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -12398,6 +13705,7 @@ module Aws::MediaLive
|
|
12398
13705
|
# fragment_time: 1.0,
|
12399
13706
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
12400
13707
|
# klv_data_pids: "__string",
|
13708
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
12401
13709
|
# null_packet_bitrate: 1.0,
|
12402
13710
|
# pat_interval: 1,
|
12403
13711
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -12466,7 +13774,7 @@ module Aws::MediaLive
|
|
12466
13774
|
# @return [String]
|
12467
13775
|
#
|
12468
13776
|
# @!attribute [rw] validation_errors
|
12469
|
-
# @return [Array<Types::
|
13777
|
+
# @return [Array<Types::MultiplexValidationError>]
|
12470
13778
|
#
|
12471
13779
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UnprocessableEntityException AWS API Documentation
|
12472
13780
|
#
|
@@ -12549,6 +13857,10 @@ module Aws::MediaLive
|
|
12549
13857
|
# channel_id: "__stringMin1",
|
12550
13858
|
# },
|
12551
13859
|
# ],
|
13860
|
+
# multiplex_settings: {
|
13861
|
+
# multiplex_id: "__stringMin1",
|
13862
|
+
# program_name: "__stringMin1",
|
13863
|
+
# },
|
12552
13864
|
# settings: [
|
12553
13865
|
# {
|
12554
13866
|
# password_param: "__string",
|
@@ -12604,6 +13916,10 @@ module Aws::MediaLive
|
|
12604
13916
|
# channel_id: "__stringMin1",
|
12605
13917
|
# },
|
12606
13918
|
# ],
|
13919
|
+
# multiplex_settings: {
|
13920
|
+
# multiplex_id: "__stringMin1",
|
13921
|
+
# program_name: "__stringMin1",
|
13922
|
+
# },
|
12607
13923
|
# settings: [
|
12608
13924
|
# {
|
12609
13925
|
# password_param: "__string",
|
@@ -12829,6 +14145,10 @@ module Aws::MediaLive
|
|
12829
14145
|
# output_timing_source: "INPUT_CLOCK", # accepts INPUT_CLOCK, SYSTEM_CLOCK
|
12830
14146
|
# support_low_framerate_inputs: "DISABLED", # accepts DISABLED, ENABLED
|
12831
14147
|
# },
|
14148
|
+
# nielsen_configuration: {
|
14149
|
+
# distributor_id: "__string",
|
14150
|
+
# nielsen_pcm_to_id_3_tagging: "DISABLED", # accepts DISABLED, ENABLED
|
14151
|
+
# },
|
12832
14152
|
# output_groups: [ # required
|
12833
14153
|
# {
|
12834
14154
|
# name: "__stringMax32",
|
@@ -12958,6 +14278,8 @@ module Aws::MediaLive
|
|
12958
14278
|
# timestamp_offset: "__string",
|
12959
14279
|
# timestamp_offset_mode: "USE_CONFIGURED_OFFSET", # accepts USE_CONFIGURED_OFFSET, USE_EVENT_START_DATE
|
12960
14280
|
# },
|
14281
|
+
# multiplex_group_settings: {
|
14282
|
+
# },
|
12961
14283
|
# rtmp_group_settings: {
|
12962
14284
|
# authentication_scheme: "AKAMAI", # accepts AKAMAI, COMMON
|
12963
14285
|
# cache_full_behavior: "DISCONNECT_IMMEDIATELY", # accepts DISCONNECT_IMMEDIATELY, WAIT_FOR_SERVER
|
@@ -13019,6 +14341,7 @@ module Aws::MediaLive
|
|
13019
14341
|
# fragment_time: 1.0,
|
13020
14342
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
13021
14343
|
# klv_data_pids: "__string",
|
14344
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
13022
14345
|
# null_packet_bitrate: 1.0,
|
13023
14346
|
# pat_interval: 1,
|
13024
14347
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -13063,6 +14386,7 @@ module Aws::MediaLive
|
|
13063
14386
|
# audio_frames_per_pes: 1,
|
13064
14387
|
# audio_pids: "__string",
|
13065
14388
|
# ecm_pid: "__string",
|
14389
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
13066
14390
|
# pat_interval: 1,
|
13067
14391
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
13068
14392
|
# pcr_period: 1,
|
@@ -13088,6 +14412,11 @@ module Aws::MediaLive
|
|
13088
14412
|
# h265_packaging_type: "HEV1", # accepts HEV1, HVC1
|
13089
14413
|
# name_modifier: "__string",
|
13090
14414
|
# },
|
14415
|
+
# multiplex_output_settings: {
|
14416
|
+
# destination: { # required
|
14417
|
+
# destination_ref_id: "__string",
|
14418
|
+
# },
|
14419
|
+
# },
|
13091
14420
|
# rtmp_output_settings: {
|
13092
14421
|
# certificate_mode: "SELF_SIGNED", # accepts SELF_SIGNED, VERIFY_AUTHENTICITY
|
13093
14422
|
# connection_retry_interval: 1,
|
@@ -13138,6 +14467,7 @@ module Aws::MediaLive
|
|
13138
14467
|
# fragment_time: 1.0,
|
13139
14468
|
# klv: "NONE", # accepts NONE, PASSTHROUGH
|
13140
14469
|
# klv_data_pids: "__string",
|
14470
|
+
# nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
|
13141
14471
|
# null_packet_bitrate: 1.0,
|
13142
14472
|
# pat_interval: 1,
|
13143
14473
|
# pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
|
@@ -13265,7 +14595,7 @@ module Aws::MediaLive
|
|
13265
14595
|
# par_numerator: 1,
|
13266
14596
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
13267
14597
|
# qvbr_quality_level: 1,
|
13268
|
-
# rate_control_mode: "CBR", # accepts CBR, QVBR
|
14598
|
+
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
13269
14599
|
# scan_type: "PROGRESSIVE", # accepts PROGRESSIVE
|
13270
14600
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
13271
14601
|
# slices: 1,
|
@@ -13610,6 +14940,151 @@ module Aws::MediaLive
|
|
13610
14940
|
include Aws::Structure
|
13611
14941
|
end
|
13612
14942
|
|
14943
|
+
# @!attribute [rw] multiplex_settings
|
14944
|
+
# The new settings for a multiplex.
|
14945
|
+
# @return [Types::MultiplexSettings]
|
14946
|
+
#
|
14947
|
+
# @!attribute [rw] name
|
14948
|
+
# Name of the multiplex.
|
14949
|
+
# @return [String]
|
14950
|
+
#
|
14951
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplex AWS API Documentation
|
14952
|
+
#
|
14953
|
+
class UpdateMultiplex < Struct.new(
|
14954
|
+
:multiplex_settings,
|
14955
|
+
:name)
|
14956
|
+
include Aws::Structure
|
14957
|
+
end
|
14958
|
+
|
14959
|
+
# @!attribute [rw] multiplex_program_settings
|
14960
|
+
# The new settings for a multiplex program.
|
14961
|
+
# @return [Types::MultiplexProgramSettings]
|
14962
|
+
#
|
14963
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexProgram AWS API Documentation
|
14964
|
+
#
|
14965
|
+
class UpdateMultiplexProgram < Struct.new(
|
14966
|
+
:multiplex_program_settings)
|
14967
|
+
include Aws::Structure
|
14968
|
+
end
|
14969
|
+
|
14970
|
+
# @note When making an API call, you may pass UpdateMultiplexProgramRequest
|
14971
|
+
# data as a hash:
|
14972
|
+
#
|
14973
|
+
# {
|
14974
|
+
# multiplex_id: "__string", # required
|
14975
|
+
# multiplex_program_settings: {
|
14976
|
+
# program_number: 1, # required
|
14977
|
+
# service_descriptor: {
|
14978
|
+
# provider_name: "__stringMax256", # required
|
14979
|
+
# service_name: "__stringMax256", # required
|
14980
|
+
# },
|
14981
|
+
# video_settings: {
|
14982
|
+
# constant_bitrate: 1,
|
14983
|
+
# statmux_settings: {
|
14984
|
+
# maximum_bitrate: 1,
|
14985
|
+
# minimum_bitrate: 1,
|
14986
|
+
# },
|
14987
|
+
# },
|
14988
|
+
# },
|
14989
|
+
# program_name: "__string", # required
|
14990
|
+
# }
|
14991
|
+
#
|
14992
|
+
# @!attribute [rw] multiplex_id
|
14993
|
+
# @return [String]
|
14994
|
+
#
|
14995
|
+
# @!attribute [rw] multiplex_program_settings
|
14996
|
+
# Multiplex Program settings configuration.
|
14997
|
+
# @return [Types::MultiplexProgramSettings]
|
14998
|
+
#
|
14999
|
+
# @!attribute [rw] program_name
|
15000
|
+
# @return [String]
|
15001
|
+
#
|
15002
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexProgramRequest AWS API Documentation
|
15003
|
+
#
|
15004
|
+
class UpdateMultiplexProgramRequest < Struct.new(
|
15005
|
+
:multiplex_id,
|
15006
|
+
:multiplex_program_settings,
|
15007
|
+
:program_name)
|
15008
|
+
include Aws::Structure
|
15009
|
+
end
|
15010
|
+
|
15011
|
+
# @!attribute [rw] multiplex_program
|
15012
|
+
# The multiplex program object.
|
15013
|
+
# @return [Types::MultiplexProgram]
|
15014
|
+
#
|
15015
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexProgramResponse AWS API Documentation
|
15016
|
+
#
|
15017
|
+
class UpdateMultiplexProgramResponse < Struct.new(
|
15018
|
+
:multiplex_program)
|
15019
|
+
include Aws::Structure
|
15020
|
+
end
|
15021
|
+
|
15022
|
+
# @!attribute [rw] multiplex_program
|
15023
|
+
# The updated multiplex program.
|
15024
|
+
# @return [Types::MultiplexProgram]
|
15025
|
+
#
|
15026
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexProgramResultModel AWS API Documentation
|
15027
|
+
#
|
15028
|
+
class UpdateMultiplexProgramResultModel < Struct.new(
|
15029
|
+
:multiplex_program)
|
15030
|
+
include Aws::Structure
|
15031
|
+
end
|
15032
|
+
|
15033
|
+
# @note When making an API call, you may pass UpdateMultiplexRequest
|
15034
|
+
# data as a hash:
|
15035
|
+
#
|
15036
|
+
# {
|
15037
|
+
# multiplex_id: "__string", # required
|
15038
|
+
# multiplex_settings: {
|
15039
|
+
# maximum_video_buffer_delay_milliseconds: 1,
|
15040
|
+
# transport_stream_bitrate: 1, # required
|
15041
|
+
# transport_stream_id: 1, # required
|
15042
|
+
# transport_stream_reserved_bitrate: 1,
|
15043
|
+
# },
|
15044
|
+
# name: "__string",
|
15045
|
+
# }
|
15046
|
+
#
|
15047
|
+
# @!attribute [rw] multiplex_id
|
15048
|
+
# @return [String]
|
15049
|
+
#
|
15050
|
+
# @!attribute [rw] multiplex_settings
|
15051
|
+
# Contains configuration for a Multiplex event
|
15052
|
+
# @return [Types::MultiplexSettings]
|
15053
|
+
#
|
15054
|
+
# @!attribute [rw] name
|
15055
|
+
# @return [String]
|
15056
|
+
#
|
15057
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexRequest AWS API Documentation
|
15058
|
+
#
|
15059
|
+
class UpdateMultiplexRequest < Struct.new(
|
15060
|
+
:multiplex_id,
|
15061
|
+
:multiplex_settings,
|
15062
|
+
:name)
|
15063
|
+
include Aws::Structure
|
15064
|
+
end
|
15065
|
+
|
15066
|
+
# @!attribute [rw] multiplex
|
15067
|
+
# The multiplex object.
|
15068
|
+
# @return [Types::Multiplex]
|
15069
|
+
#
|
15070
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexResponse AWS API Documentation
|
15071
|
+
#
|
15072
|
+
class UpdateMultiplexResponse < Struct.new(
|
15073
|
+
:multiplex)
|
15074
|
+
include Aws::Structure
|
15075
|
+
end
|
15076
|
+
|
15077
|
+
# @!attribute [rw] multiplex
|
15078
|
+
# The updated multiplex.
|
15079
|
+
# @return [Types::Multiplex]
|
15080
|
+
#
|
15081
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateMultiplexResultModel AWS API Documentation
|
15082
|
+
#
|
15083
|
+
class UpdateMultiplexResultModel < Struct.new(
|
15084
|
+
:multiplex)
|
15085
|
+
include Aws::Structure
|
15086
|
+
end
|
15087
|
+
|
13613
15088
|
# UpdateReservation request
|
13614
15089
|
#
|
13615
15090
|
# @!attribute [rw] name
|
@@ -13773,7 +15248,7 @@ module Aws::MediaLive
|
|
13773
15248
|
# par_numerator: 1,
|
13774
15249
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
13775
15250
|
# qvbr_quality_level: 1,
|
13776
|
-
# rate_control_mode: "CBR", # accepts CBR, QVBR
|
15251
|
+
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
13777
15252
|
# scan_type: "PROGRESSIVE", # accepts PROGRESSIVE
|
13778
15253
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
13779
15254
|
# slices: 1,
|
@@ -13894,7 +15369,7 @@ module Aws::MediaLive
|
|
13894
15369
|
# par_numerator: 1,
|
13895
15370
|
# profile: "MAIN", # accepts MAIN, MAIN_10BIT
|
13896
15371
|
# qvbr_quality_level: 1,
|
13897
|
-
# rate_control_mode: "CBR", # accepts CBR, QVBR
|
15372
|
+
# rate_control_mode: "CBR", # accepts CBR, MULTIPLEX, QVBR
|
13898
15373
|
# scan_type: "PROGRESSIVE", # accepts PROGRESSIVE
|
13899
15374
|
# scene_change_detect: "DISABLED", # accepts DISABLED, ENABLED
|
13900
15375
|
# slices: 1,
|