aws-sdk-medialive 1.148.0 → 1.151.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +446 -7
- data/lib/aws-sdk-medialive/client_api.rb +238 -0
- data/lib/aws-sdk-medialive/types.rb +610 -17
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +152 -9
- data/sig/types.rbs +154 -4
- metadata +2 -2
@@ -2387,6 +2387,15 @@ module Aws::MediaLive
|
|
2387
2387
|
# Multicast Input settings.
|
2388
2388
|
# @return [Types::MulticastSettingsCreateRequest]
|
2389
2389
|
#
|
2390
|
+
# @!attribute [rw] smpte_2110_receiver_group_settings
|
2391
|
+
# Include this parameter if the input is a SMPTE 2110 input, to
|
2392
|
+
# identify the stream sources for this input.
|
2393
|
+
# @return [Types::Smpte2110ReceiverGroupSettings]
|
2394
|
+
#
|
2395
|
+
# @!attribute [rw] sdi_sources
|
2396
|
+
# SDI Sources for this Input.
|
2397
|
+
# @return [Array<String>]
|
2398
|
+
#
|
2390
2399
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInput AWS API Documentation
|
2391
2400
|
#
|
2392
2401
|
class CreateInput < Struct.new(
|
@@ -2403,7 +2412,9 @@ module Aws::MediaLive
|
|
2403
2412
|
:vpc,
|
2404
2413
|
:srt_settings,
|
2405
2414
|
:input_network_location,
|
2406
|
-
:multicast_settings
|
2415
|
+
:multicast_settings,
|
2416
|
+
:smpte_2110_receiver_group_settings,
|
2417
|
+
:sdi_sources)
|
2407
2418
|
SENSITIVE = []
|
2408
2419
|
include Aws::Structure
|
2409
2420
|
end
|
@@ -2466,6 +2477,14 @@ module Aws::MediaLive
|
|
2466
2477
|
# and optional source ip addresses.
|
2467
2478
|
# @return [Types::MulticastSettingsCreateRequest]
|
2468
2479
|
#
|
2480
|
+
# @!attribute [rw] smpte_2110_receiver_group_settings
|
2481
|
+
# Configures the sources for the SMPTE 2110 Receiver Group input.
|
2482
|
+
# @return [Types::Smpte2110ReceiverGroupSettings]
|
2483
|
+
#
|
2484
|
+
# @!attribute [rw] sdi_sources
|
2485
|
+
# SDI Sources for this Input.
|
2486
|
+
# @return [Array<String>]
|
2487
|
+
#
|
2469
2488
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInputRequest AWS API Documentation
|
2470
2489
|
#
|
2471
2490
|
class CreateInputRequest < Struct.new(
|
@@ -2482,7 +2501,9 @@ module Aws::MediaLive
|
|
2482
2501
|
:vpc,
|
2483
2502
|
:srt_settings,
|
2484
2503
|
:input_network_location,
|
2485
|
-
:multicast_settings
|
2504
|
+
:multicast_settings,
|
2505
|
+
:smpte_2110_receiver_group_settings,
|
2506
|
+
:sdi_sources)
|
2486
2507
|
SENSITIVE = []
|
2487
2508
|
include Aws::Structure
|
2488
2509
|
end
|
@@ -3514,6 +3535,14 @@ module Aws::MediaLive
|
|
3514
3535
|
# and optional source ip addresses.
|
3515
3536
|
# @return [Types::MulticastSettings]
|
3516
3537
|
#
|
3538
|
+
# @!attribute [rw] smpte_2110_receiver_group_settings
|
3539
|
+
# Configures the sources for the SMPTE 2110 Receiver Group input.
|
3540
|
+
# @return [Types::Smpte2110ReceiverGroupSettings]
|
3541
|
+
#
|
3542
|
+
# @!attribute [rw] sdi_sources
|
3543
|
+
# SDI Sources for this Input.
|
3544
|
+
# @return [Array<String>]
|
3545
|
+
#
|
3517
3546
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputResponse AWS API Documentation
|
3518
3547
|
#
|
3519
3548
|
class DescribeInputResponse < Struct.new(
|
@@ -3535,7 +3564,9 @@ module Aws::MediaLive
|
|
3535
3564
|
:type,
|
3536
3565
|
:srt_settings,
|
3537
3566
|
:input_network_location,
|
3538
|
-
:multicast_settings
|
3567
|
+
:multicast_settings,
|
3568
|
+
:smpte_2110_receiver_group_settings,
|
3569
|
+
:sdi_sources)
|
3539
3570
|
SENSITIVE = []
|
3540
3571
|
include Aws::Structure
|
3541
3572
|
end
|
@@ -6578,6 +6609,15 @@ module Aws::MediaLive
|
|
6578
6609
|
# Multicast Input settings.
|
6579
6610
|
# @return [Types::MulticastSettings]
|
6580
6611
|
#
|
6612
|
+
# @!attribute [rw] smpte_2110_receiver_group_settings
|
6613
|
+
# Include this parameter if the input is a SMPTE 2110 input, to
|
6614
|
+
# identify the stream sources for this input.
|
6615
|
+
# @return [Types::Smpte2110ReceiverGroupSettings]
|
6616
|
+
#
|
6617
|
+
# @!attribute [rw] sdi_sources
|
6618
|
+
# SDI Sources for this Input.
|
6619
|
+
# @return [Array<String>]
|
6620
|
+
#
|
6581
6621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Input AWS API Documentation
|
6582
6622
|
#
|
6583
6623
|
class Input < Struct.new(
|
@@ -6599,7 +6639,9 @@ module Aws::MediaLive
|
|
6599
6639
|
:type,
|
6600
6640
|
:srt_settings,
|
6601
6641
|
:input_network_location,
|
6602
|
-
:multicast_settings
|
6642
|
+
:multicast_settings,
|
6643
|
+
:smpte_2110_receiver_group_settings,
|
6644
|
+
:sdi_sources)
|
6603
6645
|
SENSITIVE = []
|
6604
6646
|
include Aws::Structure
|
6605
6647
|
end
|
@@ -6918,6 +6960,13 @@ module Aws::MediaLive
|
|
6918
6960
|
# channel configuration.
|
6919
6961
|
# @return [Array<Types::InputDeviceConfigurableAudioChannelPairConfig>]
|
6920
6962
|
#
|
6963
|
+
# @!attribute [rw] input_resolution
|
6964
|
+
# Choose the resolution of the Link device's source (HD or UHD). Make
|
6965
|
+
# sure the resolution matches the current source from the device. This
|
6966
|
+
# value determines MediaLive resource allocation and billing for this
|
6967
|
+
# input. Only UHD devices can specify this parameter.
|
6968
|
+
# @return [String]
|
6969
|
+
#
|
6921
6970
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableSettings AWS API Documentation
|
6922
6971
|
#
|
6923
6972
|
class InputDeviceConfigurableSettings < Struct.new(
|
@@ -6926,7 +6975,8 @@ module Aws::MediaLive
|
|
6926
6975
|
:latency_ms,
|
6927
6976
|
:codec,
|
6928
6977
|
:mediaconnect_settings,
|
6929
|
-
:audio_channel_pairs
|
6978
|
+
:audio_channel_pairs,
|
6979
|
+
:input_resolution)
|
6930
6980
|
SENSITIVE = []
|
6931
6981
|
include Aws::Structure
|
6932
6982
|
end
|
@@ -7291,6 +7341,11 @@ module Aws::MediaLive
|
|
7291
7341
|
# a MediaConnect flow.
|
7292
7342
|
# @return [Array<Types::InputDeviceUhdAudioChannelPairConfig>]
|
7293
7343
|
#
|
7344
|
+
# @!attribute [rw] input_resolution
|
7345
|
+
# The resolution of the Link device's source (HD or UHD). This value
|
7346
|
+
# determines MediaLive resource allocation and billing for this input.
|
7347
|
+
# @return [String]
|
7348
|
+
#
|
7294
7349
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
|
7295
7350
|
#
|
7296
7351
|
class InputDeviceUhdSettings < Struct.new(
|
@@ -7305,7 +7360,8 @@ module Aws::MediaLive
|
|
7305
7360
|
:latency_ms,
|
7306
7361
|
:codec,
|
7307
7362
|
:mediaconnect_settings,
|
7308
|
-
:audio_channel_pairs
|
7363
|
+
:audio_channel_pairs,
|
7364
|
+
:input_resolution)
|
7309
7365
|
SENSITIVE = []
|
7310
7366
|
include Aws::Structure
|
7311
7367
|
end
|
@@ -12871,6 +12927,15 @@ module Aws::MediaLive
|
|
12871
12927
|
# Multicast Input settings.
|
12872
12928
|
# @return [Types::MulticastSettingsUpdateRequest]
|
12873
12929
|
#
|
12930
|
+
# @!attribute [rw] smpte_2110_receiver_group_settings
|
12931
|
+
# Include this parameter if the input is a SMPTE 2110 input, to
|
12932
|
+
# identify the stream sources for this input.
|
12933
|
+
# @return [Types::Smpte2110ReceiverGroupSettings]
|
12934
|
+
#
|
12935
|
+
# @!attribute [rw] sdi_sources
|
12936
|
+
# SDI Sources for this Input.
|
12937
|
+
# @return [Array<String>]
|
12938
|
+
#
|
12874
12939
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInput AWS API Documentation
|
12875
12940
|
#
|
12876
12941
|
class UpdateInput < Struct.new(
|
@@ -12882,7 +12947,9 @@ module Aws::MediaLive
|
|
12882
12947
|
:role_arn,
|
12883
12948
|
:sources,
|
12884
12949
|
:srt_settings,
|
12885
|
-
:multicast_settings
|
12950
|
+
:multicast_settings,
|
12951
|
+
:smpte_2110_receiver_group_settings,
|
12952
|
+
:sdi_sources)
|
12886
12953
|
SENSITIVE = []
|
12887
12954
|
include Aws::Structure
|
12888
12955
|
end
|
@@ -13067,6 +13134,14 @@ module Aws::MediaLive
|
|
13067
13134
|
# and optional source ip addresses.
|
13068
13135
|
# @return [Types::MulticastSettingsUpdateRequest]
|
13069
13136
|
#
|
13137
|
+
# @!attribute [rw] smpte_2110_receiver_group_settings
|
13138
|
+
# Configures the sources for the SMPTE 2110 Receiver Group input.
|
13139
|
+
# @return [Types::Smpte2110ReceiverGroupSettings]
|
13140
|
+
#
|
13141
|
+
# @!attribute [rw] sdi_sources
|
13142
|
+
# SDI Sources for this Input.
|
13143
|
+
# @return [Array<String>]
|
13144
|
+
#
|
13070
13145
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputRequest AWS API Documentation
|
13071
13146
|
#
|
13072
13147
|
class UpdateInputRequest < Struct.new(
|
@@ -13079,7 +13154,9 @@ module Aws::MediaLive
|
|
13079
13154
|
:role_arn,
|
13080
13155
|
:sources,
|
13081
13156
|
:srt_settings,
|
13082
|
-
:multicast_settings
|
13157
|
+
:multicast_settings,
|
13158
|
+
:smpte_2110_receiver_group_settings,
|
13159
|
+
:sdi_sources)
|
13083
13160
|
SENSITIVE = []
|
13084
13161
|
include Aws::Structure
|
13085
13162
|
end
|
@@ -13942,6 +14019,25 @@ module Aws::MediaLive
|
|
13942
14019
|
# and period (.) and has a maximum length of 100 characters.
|
13943
14020
|
# @return [String]
|
13944
14021
|
#
|
14022
|
+
# @!attribute [rw] caption_language_mappings
|
14023
|
+
# An array that identifies the languages in the four caption channels
|
14024
|
+
# in the embedded captions.
|
14025
|
+
# @return [Array<Types::CmafIngestCaptionLanguageMapping>]
|
14026
|
+
#
|
14027
|
+
# @!attribute [rw] timed_metadata_id_3_frame
|
14028
|
+
# Set to none if you don't want to insert a timecode in the output.
|
14029
|
+
# Otherwise choose the frame type for the timecode.
|
14030
|
+
# @return [String]
|
14031
|
+
#
|
14032
|
+
# @!attribute [rw] timed_metadata_id_3_period
|
14033
|
+
# If you set up to insert a timecode in the output, specify the
|
14034
|
+
# frequency for the frame, in seconds.
|
14035
|
+
# @return [Integer]
|
14036
|
+
#
|
14037
|
+
# @!attribute [rw] timed_metadata_passthrough
|
14038
|
+
# Set to enabled to pass through ID3 metadata from the input sources.
|
14039
|
+
# @return [String]
|
14040
|
+
#
|
13945
14041
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CmafIngestGroupSettings AWS API Documentation
|
13946
14042
|
#
|
13947
14043
|
class CmafIngestGroupSettings < Struct.new(
|
@@ -13956,7 +14052,11 @@ module Aws::MediaLive
|
|
13956
14052
|
:nielsen_id_3_name_modifier,
|
13957
14053
|
:scte_35_name_modifier,
|
13958
14054
|
:id_3_behavior,
|
13959
|
-
:id_3_name_modifier
|
14055
|
+
:id_3_name_modifier,
|
14056
|
+
:caption_language_mappings,
|
14057
|
+
:timed_metadata_id_3_frame,
|
14058
|
+
:timed_metadata_id_3_period,
|
14059
|
+
:timed_metadata_passthrough)
|
13960
14060
|
SENSITIVE = []
|
13961
14061
|
include Aws::Structure
|
13962
14062
|
end
|
@@ -18751,6 +18851,10 @@ module Aws::MediaLive
|
|
18751
18851
|
# Used in DescribeNodeSummary.
|
18752
18852
|
# @return [String]
|
18753
18853
|
#
|
18854
|
+
# @!attribute [rw] sdi_source_mappings
|
18855
|
+
# Used in SdiSourceMappings.
|
18856
|
+
# @return [Array<Types::SdiSourceMapping>]
|
18857
|
+
#
|
18754
18858
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateNodeResponse AWS API Documentation
|
18755
18859
|
#
|
18756
18860
|
class CreateNodeResponse < Struct.new(
|
@@ -18763,7 +18867,8 @@ module Aws::MediaLive
|
|
18763
18867
|
:name,
|
18764
18868
|
:node_interface_mappings,
|
18765
18869
|
:role,
|
18766
|
-
:state
|
18870
|
+
:state,
|
18871
|
+
:sdi_source_mappings)
|
18767
18872
|
SENSITIVE = []
|
18768
18873
|
include Aws::Structure
|
18769
18874
|
end
|
@@ -18972,6 +19077,10 @@ module Aws::MediaLive
|
|
18972
19077
|
# Used in DescribeNodeSummary.
|
18973
19078
|
# @return [String]
|
18974
19079
|
#
|
19080
|
+
# @!attribute [rw] sdi_source_mappings
|
19081
|
+
# Used in SdiSourceMappings.
|
19082
|
+
# @return [Array<Types::SdiSourceMapping>]
|
19083
|
+
#
|
18975
19084
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteNodeResponse AWS API Documentation
|
18976
19085
|
#
|
18977
19086
|
class DeleteNodeResponse < Struct.new(
|
@@ -18984,7 +19093,8 @@ module Aws::MediaLive
|
|
18984
19093
|
:name,
|
18985
19094
|
:node_interface_mappings,
|
18986
19095
|
:role,
|
18987
|
-
:state
|
19096
|
+
:state,
|
19097
|
+
:sdi_source_mappings)
|
18988
19098
|
SENSITIVE = []
|
18989
19099
|
include Aws::Structure
|
18990
19100
|
end
|
@@ -19524,6 +19634,10 @@ module Aws::MediaLive
|
|
19524
19634
|
# Used in DescribeNodeSummary.
|
19525
19635
|
# @return [String]
|
19526
19636
|
#
|
19637
|
+
# @!attribute [rw] sdi_source_mappings
|
19638
|
+
# Used in SdiSourceMappings.
|
19639
|
+
# @return [Array<Types::SdiSourceMapping>]
|
19640
|
+
#
|
19527
19641
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNodeResponse AWS API Documentation
|
19528
19642
|
#
|
19529
19643
|
class DescribeNodeResponse < Struct.new(
|
@@ -19536,7 +19650,8 @@ module Aws::MediaLive
|
|
19536
19650
|
:name,
|
19537
19651
|
:node_interface_mappings,
|
19538
19652
|
:role,
|
19539
|
-
:state
|
19653
|
+
:state,
|
19654
|
+
:sdi_source_mappings)
|
19540
19655
|
SENSITIVE = []
|
19541
19656
|
include Aws::Structure
|
19542
19657
|
end
|
@@ -19595,6 +19710,12 @@ module Aws::MediaLive
|
|
19595
19710
|
# The current state of the Node.
|
19596
19711
|
# @return [String]
|
19597
19712
|
#
|
19713
|
+
# @!attribute [rw] sdi_source_mappings
|
19714
|
+
# An array of SDI source mappings. Each mapping connects one logical
|
19715
|
+
# SdiSource to the physical SDI card and port that the physical SDI
|
19716
|
+
# source uses.
|
19717
|
+
# @return [Array<Types::SdiSourceMapping>]
|
19718
|
+
#
|
19598
19719
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNodeResult AWS API Documentation
|
19599
19720
|
#
|
19600
19721
|
class DescribeNodeResult < Struct.new(
|
@@ -19607,7 +19728,8 @@ module Aws::MediaLive
|
|
19607
19728
|
:name,
|
19608
19729
|
:node_interface_mappings,
|
19609
19730
|
:role,
|
19610
|
-
:state
|
19731
|
+
:state,
|
19732
|
+
:sdi_source_mappings)
|
19611
19733
|
SENSITIVE = []
|
19612
19734
|
include Aws::Structure
|
19613
19735
|
end
|
@@ -19668,6 +19790,12 @@ module Aws::MediaLive
|
|
19668
19790
|
# The current state of the Node.
|
19669
19791
|
# @return [String]
|
19670
19792
|
#
|
19793
|
+
# @!attribute [rw] sdi_source_mappings
|
19794
|
+
# An array of SDI source mappings. Each mapping connects one logical
|
19795
|
+
# SdiSource to the physical SDI card and port that the physical SDI
|
19796
|
+
# source uses.
|
19797
|
+
# @return [Array<Types::SdiSourceMapping>]
|
19798
|
+
#
|
19671
19799
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeNodeSummary AWS API Documentation
|
19672
19800
|
#
|
19673
19801
|
class DescribeNodeSummary < Struct.new(
|
@@ -19681,7 +19809,8 @@ module Aws::MediaLive
|
|
19681
19809
|
:name,
|
19682
19810
|
:node_interface_mappings,
|
19683
19811
|
:role,
|
19684
|
-
:state
|
19812
|
+
:state,
|
19813
|
+
:sdi_source_mappings)
|
19685
19814
|
SENSITIVE = []
|
19686
19815
|
include Aws::Structure
|
19687
19816
|
end
|
@@ -20716,13 +20845,18 @@ module Aws::MediaLive
|
|
20716
20845
|
# and might get used if an ACTIVE Node fails.
|
20717
20846
|
# @return [String]
|
20718
20847
|
#
|
20848
|
+
# @!attribute [rw] sdi_source_mappings
|
20849
|
+
# The mappings of a SDI capture card port to a logical SDI data stream
|
20850
|
+
# @return [Array<Types::SdiSourceMappingUpdateRequest>]
|
20851
|
+
#
|
20719
20852
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNodeRequest AWS API Documentation
|
20720
20853
|
#
|
20721
20854
|
class UpdateNodeRequest < Struct.new(
|
20722
20855
|
:cluster_id,
|
20723
20856
|
:name,
|
20724
20857
|
:node_id,
|
20725
|
-
:role
|
20858
|
+
:role,
|
20859
|
+
:sdi_source_mappings)
|
20726
20860
|
SENSITIVE = []
|
20727
20861
|
include Aws::Structure
|
20728
20862
|
end
|
@@ -20761,6 +20895,10 @@ module Aws::MediaLive
|
|
20761
20895
|
# Used in DescribeNodeSummary.
|
20762
20896
|
# @return [String]
|
20763
20897
|
#
|
20898
|
+
# @!attribute [rw] sdi_source_mappings
|
20899
|
+
# Used in SdiSourceMappings.
|
20900
|
+
# @return [Array<Types::SdiSourceMapping>]
|
20901
|
+
#
|
20764
20902
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNodeResponse AWS API Documentation
|
20765
20903
|
#
|
20766
20904
|
class UpdateNodeResponse < Struct.new(
|
@@ -20773,7 +20911,8 @@ module Aws::MediaLive
|
|
20773
20911
|
:name,
|
20774
20912
|
:node_interface_mappings,
|
20775
20913
|
:role,
|
20776
|
-
:state
|
20914
|
+
:state,
|
20915
|
+
:sdi_source_mappings)
|
20777
20916
|
SENSITIVE = []
|
20778
20917
|
include Aws::Structure
|
20779
20918
|
end
|
@@ -20839,6 +20978,10 @@ module Aws::MediaLive
|
|
20839
20978
|
# Used in DescribeNodeSummary.
|
20840
20979
|
# @return [String]
|
20841
20980
|
#
|
20981
|
+
# @!attribute [rw] sdi_source_mappings
|
20982
|
+
# Used in SdiSourceMappings.
|
20983
|
+
# @return [Array<Types::SdiSourceMapping>]
|
20984
|
+
#
|
20842
20985
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateNodeStateResponse AWS API Documentation
|
20843
20986
|
#
|
20844
20987
|
class UpdateNodeStateResponse < Struct.new(
|
@@ -20851,7 +20994,8 @@ module Aws::MediaLive
|
|
20851
20994
|
:name,
|
20852
20995
|
:node_interface_mappings,
|
20853
20996
|
:role,
|
20854
|
-
:state
|
20997
|
+
:state,
|
20998
|
+
:sdi_source_mappings)
|
20855
20999
|
SENSITIVE = []
|
20856
21000
|
include Aws::Structure
|
20857
21001
|
end
|
@@ -21086,6 +21230,455 @@ module Aws::MediaLive
|
|
21086
21230
|
include Aws::Structure
|
21087
21231
|
end
|
21088
21232
|
|
21233
|
+
# The location of the SDP file for one of the SMPTE 2110 streams in a
|
21234
|
+
# receiver group.
|
21235
|
+
#
|
21236
|
+
# @!attribute [rw] media_index
|
21237
|
+
# The index of the media stream in the SDP file for one SMPTE 2110
|
21238
|
+
# stream.
|
21239
|
+
# @return [Integer]
|
21240
|
+
#
|
21241
|
+
# @!attribute [rw] sdp_url
|
21242
|
+
# The URL of the SDP file for one SMPTE 2110 stream.
|
21243
|
+
# @return [String]
|
21244
|
+
#
|
21245
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputSdpLocation AWS API Documentation
|
21246
|
+
#
|
21247
|
+
class InputSdpLocation < Struct.new(
|
21248
|
+
:media_index,
|
21249
|
+
:sdp_url)
|
21250
|
+
SENSITIVE = []
|
21251
|
+
include Aws::Structure
|
21252
|
+
end
|
21253
|
+
|
21254
|
+
# A receiver group is a collection of video, audio, and ancillary
|
21255
|
+
# streams that you want to group together and attach to one input.
|
21256
|
+
#
|
21257
|
+
# @!attribute [rw] sdp_settings
|
21258
|
+
# The single Smpte2110ReceiverGroupSdpSettings that identify the
|
21259
|
+
# video, audio, and ancillary streams for this receiver group.
|
21260
|
+
# @return [Types::Smpte2110ReceiverGroupSdpSettings]
|
21261
|
+
#
|
21262
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Smpte2110ReceiverGroup AWS API Documentation
|
21263
|
+
#
|
21264
|
+
class Smpte2110ReceiverGroup < Struct.new(
|
21265
|
+
:sdp_settings)
|
21266
|
+
SENSITIVE = []
|
21267
|
+
include Aws::Structure
|
21268
|
+
end
|
21269
|
+
|
21270
|
+
# Information about the SDP files that describe the SMPTE 2110 streams
|
21271
|
+
# that go into one SMPTE 2110 receiver group.
|
21272
|
+
#
|
21273
|
+
# @!attribute [rw] ancillary_sdps
|
21274
|
+
# A list of InputSdpLocations. Each item in the list specifies the SDP
|
21275
|
+
# file and index for one ancillary SMPTE 2110 stream. Each stream
|
21276
|
+
# encapsulates one captions stream (out of any number you can include)
|
21277
|
+
# or the single SCTE 35 stream that you can include.
|
21278
|
+
# @return [Array<Types::InputSdpLocation>]
|
21279
|
+
#
|
21280
|
+
# @!attribute [rw] audio_sdps
|
21281
|
+
# A list of InputSdpLocations. Each item in the list specifies the SDP
|
21282
|
+
# file and index for one audio SMPTE 2110 stream.
|
21283
|
+
# @return [Array<Types::InputSdpLocation>]
|
21284
|
+
#
|
21285
|
+
# @!attribute [rw] video_sdp
|
21286
|
+
# The InputSdpLocation that specifies the SDP file and index for the
|
21287
|
+
# single video SMPTE 2110 stream for this 2110 input.
|
21288
|
+
# @return [Types::InputSdpLocation]
|
21289
|
+
#
|
21290
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Smpte2110ReceiverGroupSdpSettings AWS API Documentation
|
21291
|
+
#
|
21292
|
+
class Smpte2110ReceiverGroupSdpSettings < Struct.new(
|
21293
|
+
:ancillary_sdps,
|
21294
|
+
:audio_sdps,
|
21295
|
+
:video_sdp)
|
21296
|
+
SENSITIVE = []
|
21297
|
+
include Aws::Structure
|
21298
|
+
end
|
21299
|
+
|
21300
|
+
# Configures the sources for the SMPTE 2110 Receiver Group input.
|
21301
|
+
#
|
21302
|
+
# @!attribute [rw] smpte_2110_receiver_groups
|
21303
|
+
# @return [Array<Types::Smpte2110ReceiverGroup>]
|
21304
|
+
#
|
21305
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Smpte2110ReceiverGroupSettings AWS API Documentation
|
21306
|
+
#
|
21307
|
+
class Smpte2110ReceiverGroupSettings < Struct.new(
|
21308
|
+
:smpte_2110_receiver_groups)
|
21309
|
+
SENSITIVE = []
|
21310
|
+
include Aws::Structure
|
21311
|
+
end
|
21312
|
+
|
21313
|
+
# Used in the CreateSdiSource operation.
|
21314
|
+
#
|
21315
|
+
# @!attribute [rw] mode
|
21316
|
+
# Applies only if the type is QUAD. Specify the mode for handling the
|
21317
|
+
# quad-link signal: QUADRANT or INTERLEAVE.
|
21318
|
+
# @return [String]
|
21319
|
+
#
|
21320
|
+
# @!attribute [rw] name
|
21321
|
+
# Specify a name that is unique in the AWS account. We recommend you
|
21322
|
+
# assign a name that describes the source, for example
|
21323
|
+
# curling-cameraA. Names are case-sensitive.
|
21324
|
+
# @return [String]
|
21325
|
+
#
|
21326
|
+
# @!attribute [rw] request_id
|
21327
|
+
# An ID that you assign to a create request. This ID ensures idempotency when creating resources.**A suitable default value is auto-generated.** You should normally
|
21328
|
+
# not need to pass this option.
|
21329
|
+
# @return [String]
|
21330
|
+
#
|
21331
|
+
# @!attribute [rw] tags
|
21332
|
+
# A collection of key-value pairs.
|
21333
|
+
# @return [Hash<String,String>]
|
21334
|
+
#
|
21335
|
+
# @!attribute [rw] type
|
21336
|
+
# Specify the type of the SDI source: SINGLE: The source is a
|
21337
|
+
# single-link source. QUAD: The source is one part of a quad-link
|
21338
|
+
# source.
|
21339
|
+
# @return [String]
|
21340
|
+
#
|
21341
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateSdiSourceRequest AWS API Documentation
|
21342
|
+
#
|
21343
|
+
class CreateSdiSourceRequest < Struct.new(
|
21344
|
+
:mode,
|
21345
|
+
:name,
|
21346
|
+
:request_id,
|
21347
|
+
:tags,
|
21348
|
+
:type)
|
21349
|
+
SENSITIVE = []
|
21350
|
+
include Aws::Structure
|
21351
|
+
end
|
21352
|
+
|
21353
|
+
# Used in CreateSdiSourceResponse.
|
21354
|
+
#
|
21355
|
+
# @!attribute [rw] sdi_source
|
21356
|
+
# Settings for the SDI source.
|
21357
|
+
# @return [Types::SdiSource]
|
21358
|
+
#
|
21359
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateSdiSourceResponse AWS API Documentation
|
21360
|
+
#
|
21361
|
+
class CreateSdiSourceResponse < Struct.new(
|
21362
|
+
:sdi_source)
|
21363
|
+
SENSITIVE = []
|
21364
|
+
include Aws::Structure
|
21365
|
+
end
|
21366
|
+
|
21367
|
+
# @!attribute [rw] sdi_source_id
|
21368
|
+
# @return [String]
|
21369
|
+
#
|
21370
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteSdiSourceRequest AWS API Documentation
|
21371
|
+
#
|
21372
|
+
class DeleteSdiSourceRequest < Struct.new(
|
21373
|
+
:sdi_source_id)
|
21374
|
+
SENSITIVE = []
|
21375
|
+
include Aws::Structure
|
21376
|
+
end
|
21377
|
+
|
21378
|
+
# Used in DeleteSdiSourceResponse.
|
21379
|
+
#
|
21380
|
+
# @!attribute [rw] sdi_source
|
21381
|
+
# Settings for the SDI source.
|
21382
|
+
# @return [Types::SdiSource]
|
21383
|
+
#
|
21384
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteSdiSourceResponse AWS API Documentation
|
21385
|
+
#
|
21386
|
+
class DeleteSdiSourceResponse < Struct.new(
|
21387
|
+
:sdi_source)
|
21388
|
+
SENSITIVE = []
|
21389
|
+
include Aws::Structure
|
21390
|
+
end
|
21391
|
+
|
21392
|
+
# @!attribute [rw] sdi_source_id
|
21393
|
+
# @return [String]
|
21394
|
+
#
|
21395
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeSdiSourceRequest AWS API Documentation
|
21396
|
+
#
|
21397
|
+
class DescribeSdiSourceRequest < Struct.new(
|
21398
|
+
:sdi_source_id)
|
21399
|
+
SENSITIVE = []
|
21400
|
+
include Aws::Structure
|
21401
|
+
end
|
21402
|
+
|
21403
|
+
# Used in DescribeSdiSourceResponse.
|
21404
|
+
#
|
21405
|
+
# @!attribute [rw] sdi_source
|
21406
|
+
# Settings for the SDI source.
|
21407
|
+
# @return [Types::SdiSource]
|
21408
|
+
#
|
21409
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeSdiSourceResponse AWS API Documentation
|
21410
|
+
#
|
21411
|
+
class DescribeSdiSourceResponse < Struct.new(
|
21412
|
+
:sdi_source)
|
21413
|
+
SENSITIVE = []
|
21414
|
+
include Aws::Structure
|
21415
|
+
end
|
21416
|
+
|
21417
|
+
# @!attribute [rw] max_results
|
21418
|
+
# @return [Integer]
|
21419
|
+
#
|
21420
|
+
# @!attribute [rw] next_token
|
21421
|
+
# @return [String]
|
21422
|
+
#
|
21423
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListSdiSourcesRequest AWS API Documentation
|
21424
|
+
#
|
21425
|
+
class ListSdiSourcesRequest < Struct.new(
|
21426
|
+
:max_results,
|
21427
|
+
:next_token)
|
21428
|
+
SENSITIVE = []
|
21429
|
+
include Aws::Structure
|
21430
|
+
end
|
21431
|
+
|
21432
|
+
# Response for the ListSdiSources operation.
|
21433
|
+
#
|
21434
|
+
# @!attribute [rw] next_token
|
21435
|
+
# @return [String]
|
21436
|
+
#
|
21437
|
+
# @!attribute [rw] sdi_sources
|
21438
|
+
# @return [Array<Types::SdiSourceSummary>]
|
21439
|
+
#
|
21440
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListSdiSourcesResponse AWS API Documentation
|
21441
|
+
#
|
21442
|
+
class ListSdiSourcesResponse < Struct.new(
|
21443
|
+
:next_token,
|
21444
|
+
:sdi_sources)
|
21445
|
+
SENSITIVE = []
|
21446
|
+
include Aws::Structure
|
21447
|
+
end
|
21448
|
+
|
21449
|
+
# Used in CreateSdiSourceResponse, DeleteSdiSourceResponse,
|
21450
|
+
# DescribeSdiSourceResponse, ListSdiSourcesResponse,
|
21451
|
+
# UpdateSdiSourceResponse
|
21452
|
+
#
|
21453
|
+
# @!attribute [rw] arn
|
21454
|
+
# The ARN of this SdiSource. It is automatically assigned when the
|
21455
|
+
# SdiSource is created.
|
21456
|
+
# @return [String]
|
21457
|
+
#
|
21458
|
+
# @!attribute [rw] id
|
21459
|
+
# The ID of the SdiSource. Unique in the AWS account.The ID is the
|
21460
|
+
# resource-id portion of the ARN.
|
21461
|
+
# @return [String]
|
21462
|
+
#
|
21463
|
+
# @!attribute [rw] inputs
|
21464
|
+
# The list of inputs that are currently using this SDI source. This
|
21465
|
+
# list will be empty if the SdiSource has just been deleted.
|
21466
|
+
# @return [Array<String>]
|
21467
|
+
#
|
21468
|
+
# @!attribute [rw] mode
|
21469
|
+
# Applies only if the type is QUAD. The mode for handling the
|
21470
|
+
# quad-link signal QUADRANT or INTERLEAVE.
|
21471
|
+
# @return [String]
|
21472
|
+
#
|
21473
|
+
# @!attribute [rw] name
|
21474
|
+
# The name of the SdiSource.
|
21475
|
+
# @return [String]
|
21476
|
+
#
|
21477
|
+
# @!attribute [rw] state
|
21478
|
+
# Specifies whether the SDI source is attached to an SDI input
|
21479
|
+
# (IN\_USE) or not (IDLE).
|
21480
|
+
# @return [String]
|
21481
|
+
#
|
21482
|
+
# @!attribute [rw] type
|
21483
|
+
# Used in SdiSource, CreateSdiSourceRequest, UpdateSdiSourceRequest.
|
21484
|
+
# @return [String]
|
21485
|
+
#
|
21486
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SdiSource AWS API Documentation
|
21487
|
+
#
|
21488
|
+
class SdiSource < Struct.new(
|
21489
|
+
:arn,
|
21490
|
+
:id,
|
21491
|
+
:inputs,
|
21492
|
+
:mode,
|
21493
|
+
:name,
|
21494
|
+
:state,
|
21495
|
+
:type)
|
21496
|
+
SENSITIVE = []
|
21497
|
+
include Aws::Structure
|
21498
|
+
end
|
21499
|
+
|
21500
|
+
# Used in DescribeNodeSummary, DescribeNodeResult.
|
21501
|
+
#
|
21502
|
+
# @!attribute [rw] card_number
|
21503
|
+
# A number that uniquely identifies the SDI card on the node hardware.
|
21504
|
+
# @return [Integer]
|
21505
|
+
#
|
21506
|
+
# @!attribute [rw] channel_number
|
21507
|
+
# A number that uniquely identifies a port on the SDI card.
|
21508
|
+
# @return [Integer]
|
21509
|
+
#
|
21510
|
+
# @!attribute [rw] sdi_source
|
21511
|
+
# The ID of the SdiSource to associate with this port on this card.
|
21512
|
+
# You can use the ListSdiSources operation to discover all the IDs.
|
21513
|
+
# @return [String]
|
21514
|
+
#
|
21515
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SdiSourceMapping AWS API Documentation
|
21516
|
+
#
|
21517
|
+
class SdiSourceMapping < Struct.new(
|
21518
|
+
:card_number,
|
21519
|
+
:channel_number,
|
21520
|
+
:sdi_source)
|
21521
|
+
SENSITIVE = []
|
21522
|
+
include Aws::Structure
|
21523
|
+
end
|
21524
|
+
|
21525
|
+
# Used in SdiSourceMappingsUpdateRequest. One SDI source mapping. It
|
21526
|
+
# connects one logical SdiSource to the physical SDI card and port that
|
21527
|
+
# the physical SDI source uses. You must specify all three parameters in
|
21528
|
+
# this object.
|
21529
|
+
#
|
21530
|
+
# @!attribute [rw] card_number
|
21531
|
+
# A number that uniquely identifies the SDI card on the node hardware.
|
21532
|
+
# For information about how physical cards are identified on your node
|
21533
|
+
# hardware, see the documentation for your node hardware. The
|
21534
|
+
# numbering always starts at 1.
|
21535
|
+
# @return [Integer]
|
21536
|
+
#
|
21537
|
+
# @!attribute [rw] channel_number
|
21538
|
+
# A number that uniquely identifies a port on the card. This must be
|
21539
|
+
# an SDI port (not a timecode port, for example). For information
|
21540
|
+
# about how ports are identified on physical cards, see the
|
21541
|
+
# documentation for your node hardware.
|
21542
|
+
# @return [Integer]
|
21543
|
+
#
|
21544
|
+
# @!attribute [rw] sdi_source
|
21545
|
+
# The ID of a SDI source streaming on the given SDI capture card port.
|
21546
|
+
# @return [String]
|
21547
|
+
#
|
21548
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SdiSourceMappingUpdateRequest AWS API Documentation
|
21549
|
+
#
|
21550
|
+
class SdiSourceMappingUpdateRequest < Struct.new(
|
21551
|
+
:card_number,
|
21552
|
+
:channel_number,
|
21553
|
+
:sdi_source)
|
21554
|
+
SENSITIVE = []
|
21555
|
+
include Aws::Structure
|
21556
|
+
end
|
21557
|
+
|
21558
|
+
# Used in CreateSdiSourceResponse, DeleteSdiSourceResponse,
|
21559
|
+
# DescribeSdiSourceResponse, ListSdiSourcesResponse,
|
21560
|
+
# UpdateSdiSourceResponse
|
21561
|
+
#
|
21562
|
+
# @!attribute [rw] arn
|
21563
|
+
# The ARN of this SdiSource. It is automatically assigned when the
|
21564
|
+
# SdiSource is created.
|
21565
|
+
# @return [String]
|
21566
|
+
#
|
21567
|
+
# @!attribute [rw] id
|
21568
|
+
# The ID of the SdiSource. Unique in the AWS account.The ID is the
|
21569
|
+
# resource-id portion of the ARN.
|
21570
|
+
# @return [String]
|
21571
|
+
#
|
21572
|
+
# @!attribute [rw] inputs
|
21573
|
+
# The list of inputs that are currently using this SDI source. This
|
21574
|
+
# list will be empty if the SdiSource has just been deleted.
|
21575
|
+
# @return [Array<String>]
|
21576
|
+
#
|
21577
|
+
# @!attribute [rw] mode
|
21578
|
+
# Applies only if the type is QUAD. The mode for handling the
|
21579
|
+
# quad-link signal QUADRANT or INTERLEAVE.
|
21580
|
+
# @return [String]
|
21581
|
+
#
|
21582
|
+
# @!attribute [rw] name
|
21583
|
+
# The name of the SdiSource.
|
21584
|
+
# @return [String]
|
21585
|
+
#
|
21586
|
+
# @!attribute [rw] state
|
21587
|
+
# Specifies whether the SDI source is attached to an SDI input
|
21588
|
+
# (IN\_USE) or not (IDLE).
|
21589
|
+
# @return [String]
|
21590
|
+
#
|
21591
|
+
# @!attribute [rw] type
|
21592
|
+
# Used in SdiSource, CreateSdiSourceRequest, UpdateSdiSourceRequest.
|
21593
|
+
# @return [String]
|
21594
|
+
#
|
21595
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SdiSourceSummary AWS API Documentation
|
21596
|
+
#
|
21597
|
+
class SdiSourceSummary < Struct.new(
|
21598
|
+
:arn,
|
21599
|
+
:id,
|
21600
|
+
:inputs,
|
21601
|
+
:mode,
|
21602
|
+
:name,
|
21603
|
+
:state,
|
21604
|
+
:type)
|
21605
|
+
SENSITIVE = []
|
21606
|
+
include Aws::Structure
|
21607
|
+
end
|
21608
|
+
|
21609
|
+
# Used in UpdateSdiSourceRequest.
|
21610
|
+
#
|
21611
|
+
# @!attribute [rw] mode
|
21612
|
+
# Include this parameter only if you want to change the name of the
|
21613
|
+
# SdiSource. Specify a name that is unique in the AWS account. We
|
21614
|
+
# recommend you assign a name that describes the source, for example
|
21615
|
+
# curling-cameraA. Names are case-sensitive.
|
21616
|
+
# @return [String]
|
21617
|
+
#
|
21618
|
+
# @!attribute [rw] name
|
21619
|
+
# Include this parameter only if you want to change the name of the
|
21620
|
+
# SdiSource. Specify a name that is unique in the AWS account. We
|
21621
|
+
# recommend you assign a name that describes the source, for example
|
21622
|
+
# curling-cameraA. Names are case-sensitive.
|
21623
|
+
# @return [String]
|
21624
|
+
#
|
21625
|
+
# @!attribute [rw] sdi_source_id
|
21626
|
+
# @return [String]
|
21627
|
+
#
|
21628
|
+
# @!attribute [rw] type
|
21629
|
+
# Include this parameter only if you want to change the mode. Specify
|
21630
|
+
# the type of the SDI source: SINGLE: The source is a single-link
|
21631
|
+
# source. QUAD: The source is one part of a quad-link source.
|
21632
|
+
# @return [String]
|
21633
|
+
#
|
21634
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateSdiSourceRequest AWS API Documentation
|
21635
|
+
#
|
21636
|
+
class UpdateSdiSourceRequest < Struct.new(
|
21637
|
+
:mode,
|
21638
|
+
:name,
|
21639
|
+
:sdi_source_id,
|
21640
|
+
:type)
|
21641
|
+
SENSITIVE = []
|
21642
|
+
include Aws::Structure
|
21643
|
+
end
|
21644
|
+
|
21645
|
+
# Used in UpdateSdiSourceResponse.
|
21646
|
+
#
|
21647
|
+
# @!attribute [rw] sdi_source
|
21648
|
+
# Settings for the SDI source.
|
21649
|
+
# @return [Types::SdiSource]
|
21650
|
+
#
|
21651
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateSdiSourceResponse AWS API Documentation
|
21652
|
+
#
|
21653
|
+
class UpdateSdiSourceResponse < Struct.new(
|
21654
|
+
:sdi_source)
|
21655
|
+
SENSITIVE = []
|
21656
|
+
include Aws::Structure
|
21657
|
+
end
|
21658
|
+
|
21659
|
+
# Add an array item for each language. Follow the order of the caption
|
21660
|
+
# descriptions. For example, if the first caption description is for
|
21661
|
+
# German, then the first array item must be for German, and its caption
|
21662
|
+
# channel must be set to 1. The second array item must be 2, and so on.
|
21663
|
+
#
|
21664
|
+
# @!attribute [rw] caption_channel
|
21665
|
+
# A number for the channel for this caption, 1 to 4.
|
21666
|
+
# @return [Integer]
|
21667
|
+
#
|
21668
|
+
# @!attribute [rw] language_code
|
21669
|
+
# Language code for the language of the caption in this channel. For
|
21670
|
+
# example, ger/deu. See http://www.loc.gov/standards/iso639-2
|
21671
|
+
# @return [String]
|
21672
|
+
#
|
21673
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CmafIngestCaptionLanguageMapping AWS API Documentation
|
21674
|
+
#
|
21675
|
+
class CmafIngestCaptionLanguageMapping < Struct.new(
|
21676
|
+
:caption_channel,
|
21677
|
+
:language_code)
|
21678
|
+
SENSITIVE = []
|
21679
|
+
include Aws::Structure
|
21680
|
+
end
|
21681
|
+
|
21089
21682
|
end
|
21090
21683
|
end
|
21091
21684
|
|