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.
@@ -55,7 +55,7 @@ module Aws::MediaLive
55
55
  autoload :EndpointProvider, 'aws-sdk-medialive/endpoint_provider'
56
56
  autoload :Endpoints, 'aws-sdk-medialive/endpoints'
57
57
 
58
- GEM_VERSION = '1.148.0'
58
+ GEM_VERSION = '1.151.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -823,7 +823,16 @@ module Aws
823
823
  nielsen_id_3_name_modifier: ::String?,
824
824
  scte_35_name_modifier: ::String?,
825
825
  id_3_behavior: ("DISABLED" | "ENABLED")?,
826
- id_3_name_modifier: ::String?
826
+ id_3_name_modifier: ::String?,
827
+ caption_language_mappings: Array[
828
+ {
829
+ caption_channel: ::Integer,
830
+ language_code: ::String
831
+ },
832
+ ]?,
833
+ timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")?,
834
+ timed_metadata_id_3_period: ::Integer?,
835
+ timed_metadata_passthrough: ("DISABLED" | "ENABLED")?
827
836
  }?,
828
837
  srt_group_settings: {
829
838
  input_loss_action: ("DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM")?
@@ -1586,7 +1595,7 @@ module Aws
1586
1595
  },
1587
1596
  ],
1588
1597
  ?tags: Hash[::String, ::String],
1589
- ?type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST"),
1598
+ ?type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST" | "SMPTE_2110_RECEIVER_GROUP" | "SDI"),
1590
1599
  ?vpc: {
1591
1600
  security_group_ids: Array[::String]?,
1592
1601
  subnet_ids: Array[::String]
@@ -1613,7 +1622,32 @@ module Aws
1613
1622
  url: ::String
1614
1623
  },
1615
1624
  ]?
1616
- }
1625
+ },
1626
+ ?smpte_2110_receiver_group_settings: {
1627
+ smpte_2110_receiver_groups: Array[
1628
+ {
1629
+ sdp_settings: {
1630
+ ancillary_sdps: Array[
1631
+ {
1632
+ media_index: ::Integer?,
1633
+ sdp_url: ::String?
1634
+ },
1635
+ ]?,
1636
+ audio_sdps: Array[
1637
+ {
1638
+ media_index: ::Integer?,
1639
+ sdp_url: ::String?
1640
+ },
1641
+ ]?,
1642
+ video_sdp: {
1643
+ media_index: ::Integer?,
1644
+ sdp_url: ::String?
1645
+ }?
1646
+ }?
1647
+ },
1648
+ ]?
1649
+ },
1650
+ ?sdi_sources: Array[::String]
1617
1651
  ) -> _CreateInputResponseSuccess
1618
1652
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInputResponseSuccess
1619
1653
 
@@ -1878,10 +1912,12 @@ module Aws
1878
1912
  def sources: () -> ::Array[Types::InputSource]
1879
1913
  def state: () -> ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
1880
1914
  def tags: () -> ::Hash[::String, ::String]
1881
- def type: () -> ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
1915
+ def type: () -> ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST" | "SMPTE_2110_RECEIVER_GROUP" | "SDI")
1882
1916
  def srt_settings: () -> Types::SrtSettings
1883
1917
  def input_network_location: () -> ("AWS" | "ON_PREMISES")
1884
1918
  def multicast_settings: () -> Types::MulticastSettings
1919
+ def smpte_2110_receiver_group_settings: () -> Types::Smpte2110ReceiverGroupSettings
1920
+ def sdi_sources: () -> ::Array[::String]
1885
1921
  end
1886
1922
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_input-instance_method
1887
1923
  def describe_input: (
@@ -2885,7 +2921,16 @@ module Aws
2885
2921
  nielsen_id_3_name_modifier: ::String?,
2886
2922
  scte_35_name_modifier: ::String?,
2887
2923
  id_3_behavior: ("DISABLED" | "ENABLED")?,
2888
- id_3_name_modifier: ::String?
2924
+ id_3_name_modifier: ::String?,
2925
+ caption_language_mappings: Array[
2926
+ {
2927
+ caption_channel: ::Integer,
2928
+ language_code: ::String
2929
+ },
2930
+ ]?,
2931
+ timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")?,
2932
+ timed_metadata_id_3_period: ::Integer?,
2933
+ timed_metadata_passthrough: ("DISABLED" | "ENABLED")?
2889
2934
  }?,
2890
2935
  srt_group_settings: {
2891
2936
  input_loss_action: ("DROP_PROGRAM" | "DROP_TS" | "EMIT_PROGRAM")?
@@ -3699,7 +3744,32 @@ module Aws
3699
3744
  url: ::String
3700
3745
  },
3701
3746
  ]?
3702
- }
3747
+ },
3748
+ ?smpte_2110_receiver_group_settings: {
3749
+ smpte_2110_receiver_groups: Array[
3750
+ {
3751
+ sdp_settings: {
3752
+ ancillary_sdps: Array[
3753
+ {
3754
+ media_index: ::Integer?,
3755
+ sdp_url: ::String?
3756
+ },
3757
+ ]?,
3758
+ audio_sdps: Array[
3759
+ {
3760
+ media_index: ::Integer?,
3761
+ sdp_url: ::String?
3762
+ },
3763
+ ]?,
3764
+ video_sdp: {
3765
+ media_index: ::Integer?,
3766
+ sdp_url: ::String?
3767
+ }?
3768
+ }?
3769
+ },
3770
+ ]?
3771
+ },
3772
+ ?sdi_sources: Array[::String]
3703
3773
  ) -> _UpdateInputResponseSuccess
3704
3774
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateInputResponseSuccess
3705
3775
 
@@ -3740,7 +3810,8 @@ module Aws
3740
3810
  id: ::Integer?,
3741
3811
  profile: ("DISABLED" | "VBR-AAC_HHE-16000" | "VBR-AAC_HE-64000" | "VBR-AAC_LC-128000" | "CBR-AAC_HQ-192000" | "CBR-AAC_HQ-256000" | "CBR-AAC_HQ-384000" | "CBR-AAC_HQ-512000")?
3742
3812
  },
3743
- ]?
3813
+ ]?,
3814
+ input_resolution: ::String?
3744
3815
  },
3745
3816
  input_device_id: ::String,
3746
3817
  ?name: ::String,
@@ -3760,7 +3831,8 @@ module Aws
3760
3831
  id: ::Integer?,
3761
3832
  profile: ("DISABLED" | "VBR-AAC_HHE-16000" | "VBR-AAC_HE-64000" | "VBR-AAC_LC-128000" | "CBR-AAC_HQ-192000" | "CBR-AAC_HQ-256000" | "CBR-AAC_HQ-384000" | "CBR-AAC_HQ-512000")?
3762
3833
  },
3763
- ]?
3834
+ ]?,
3835
+ input_resolution: ::String?
3764
3836
  },
3765
3837
  ?availability_zone: ::String
3766
3838
  ) -> _UpdateInputDeviceResponseSuccess
@@ -4513,6 +4585,7 @@ module Aws
4513
4585
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4514
4586
  def role: () -> ("BACKUP" | "ACTIVE")
4515
4587
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4588
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4516
4589
  end
4517
4590
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_node-instance_method
4518
4591
  def create_node: (
@@ -4614,6 +4687,7 @@ module Aws
4614
4687
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4615
4688
  def role: () -> ("BACKUP" | "ACTIVE")
4616
4689
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4690
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4617
4691
  end
4618
4692
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_node-instance_method
4619
4693
  def delete_node: (
@@ -4684,6 +4758,7 @@ module Aws
4684
4758
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4685
4759
  def role: () -> ("BACKUP" | "ACTIVE")
4686
4760
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4761
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4687
4762
  end
4688
4763
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_node-instance_method
4689
4764
  def describe_node: (
@@ -4827,13 +4902,21 @@ module Aws
4827
4902
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4828
4903
  def role: () -> ("BACKUP" | "ACTIVE")
4829
4904
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4905
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4830
4906
  end
4831
4907
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_node-instance_method
4832
4908
  def update_node: (
4833
4909
  cluster_id: ::String,
4834
4910
  ?name: ::String,
4835
4911
  node_id: ::String,
4836
- ?role: ("BACKUP" | "ACTIVE")
4912
+ ?role: ("BACKUP" | "ACTIVE"),
4913
+ ?sdi_source_mappings: Array[
4914
+ {
4915
+ card_number: ::Integer?,
4916
+ channel_number: ::Integer?,
4917
+ sdi_source: ::String?
4918
+ },
4919
+ ]
4837
4920
  ) -> _UpdateNodeResponseSuccess
4838
4921
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNodeResponseSuccess
4839
4922
 
@@ -4849,6 +4932,7 @@ module Aws
4849
4932
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4850
4933
  def role: () -> ("BACKUP" | "ACTIVE")
4851
4934
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4935
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4852
4936
  end
4853
4937
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_node_state-instance_method
4854
4938
  def update_node_state: (
@@ -4867,6 +4951,65 @@ module Aws
4867
4951
  ) -> _ListVersionsResponseSuccess
4868
4952
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVersionsResponseSuccess
4869
4953
 
4954
+ interface _CreateSdiSourceResponseSuccess
4955
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSdiSourceResponse]
4956
+ def sdi_source: () -> Types::SdiSource
4957
+ end
4958
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_sdi_source-instance_method
4959
+ def create_sdi_source: (
4960
+ ?mode: ("QUADRANT" | "INTERLEAVE"),
4961
+ ?name: ::String,
4962
+ ?request_id: ::String,
4963
+ ?tags: Hash[::String, ::String],
4964
+ ?type: ("SINGLE" | "QUAD")
4965
+ ) -> _CreateSdiSourceResponseSuccess
4966
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSdiSourceResponseSuccess
4967
+
4968
+ interface _DeleteSdiSourceResponseSuccess
4969
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSdiSourceResponse]
4970
+ def sdi_source: () -> Types::SdiSource
4971
+ end
4972
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_sdi_source-instance_method
4973
+ def delete_sdi_source: (
4974
+ sdi_source_id: ::String
4975
+ ) -> _DeleteSdiSourceResponseSuccess
4976
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSdiSourceResponseSuccess
4977
+
4978
+ interface _DescribeSdiSourceResponseSuccess
4979
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSdiSourceResponse]
4980
+ def sdi_source: () -> Types::SdiSource
4981
+ end
4982
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_sdi_source-instance_method
4983
+ def describe_sdi_source: (
4984
+ sdi_source_id: ::String
4985
+ ) -> _DescribeSdiSourceResponseSuccess
4986
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSdiSourceResponseSuccess
4987
+
4988
+ interface _ListSdiSourcesResponseSuccess
4989
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSdiSourcesResponse]
4990
+ def next_token: () -> ::String
4991
+ def sdi_sources: () -> ::Array[Types::SdiSourceSummary]
4992
+ end
4993
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#list_sdi_sources-instance_method
4994
+ def list_sdi_sources: (
4995
+ ?max_results: ::Integer,
4996
+ ?next_token: ::String
4997
+ ) -> _ListSdiSourcesResponseSuccess
4998
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSdiSourcesResponseSuccess
4999
+
5000
+ interface _UpdateSdiSourceResponseSuccess
5001
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSdiSourceResponse]
5002
+ def sdi_source: () -> Types::SdiSource
5003
+ end
5004
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_sdi_source-instance_method
5005
+ def update_sdi_source: (
5006
+ ?mode: ("QUADRANT" | "INTERLEAVE"),
5007
+ ?name: ::String,
5008
+ sdi_source_id: ::String,
5009
+ ?type: ("SINGLE" | "QUAD")
5010
+ ) -> _UpdateSdiSourceResponseSuccess
5011
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSdiSourceResponseSuccess
5012
+
4870
5013
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#wait_until-instance_method
4871
5014
  def wait_until: (:channel_created waiter_name,
4872
5015
  channel_id: ::String
data/sig/types.rbs CHANGED
@@ -619,11 +619,13 @@ module Aws::MediaLive
619
619
  attr_accessor role_arn: ::String
620
620
  attr_accessor sources: ::Array[Types::InputSourceRequest]
621
621
  attr_accessor tags: ::Hash[::String, ::String]
622
- attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
622
+ attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST" | "SMPTE_2110_RECEIVER_GROUP" | "SDI")
623
623
  attr_accessor vpc: Types::InputVpcRequest
624
624
  attr_accessor srt_settings: Types::SrtSettingsRequest
625
625
  attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
626
626
  attr_accessor multicast_settings: Types::MulticastSettingsCreateRequest
627
+ attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
628
+ attr_accessor sdi_sources: ::Array[::String]
627
629
  SENSITIVE: []
628
630
  end
629
631
 
@@ -637,11 +639,13 @@ module Aws::MediaLive
637
639
  attr_accessor role_arn: ::String
638
640
  attr_accessor sources: ::Array[Types::InputSourceRequest]
639
641
  attr_accessor tags: ::Hash[::String, ::String]
640
- attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
642
+ attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST" | "SMPTE_2110_RECEIVER_GROUP" | "SDI")
641
643
  attr_accessor vpc: Types::InputVpcRequest
642
644
  attr_accessor srt_settings: Types::SrtSettingsRequest
643
645
  attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
644
646
  attr_accessor multicast_settings: Types::MulticastSettingsCreateRequest
647
+ attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
648
+ attr_accessor sdi_sources: ::Array[::String]
645
649
  SENSITIVE: []
646
650
  end
647
651
 
@@ -977,10 +981,12 @@ module Aws::MediaLive
977
981
  attr_accessor sources: ::Array[Types::InputSource]
978
982
  attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
979
983
  attr_accessor tags: ::Hash[::String, ::String]
980
- attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
984
+ attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST" | "SMPTE_2110_RECEIVER_GROUP" | "SDI")
981
985
  attr_accessor srt_settings: Types::SrtSettings
982
986
  attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
983
987
  attr_accessor multicast_settings: Types::MulticastSettings
988
+ attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
989
+ attr_accessor sdi_sources: ::Array[::String]
984
990
  SENSITIVE: []
985
991
  end
986
992
 
@@ -1631,10 +1637,12 @@ module Aws::MediaLive
1631
1637
  attr_accessor sources: ::Array[Types::InputSource]
1632
1638
  attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
1633
1639
  attr_accessor tags: ::Hash[::String, ::String]
1634
- attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST")
1640
+ attr_accessor type: ("UDP_PUSH" | "RTP_PUSH" | "RTMP_PUSH" | "RTMP_PULL" | "URL_PULL" | "MP4_FILE" | "MEDIACONNECT" | "INPUT_DEVICE" | "AWS_CDI" | "TS_FILE" | "SRT_CALLER" | "MULTICAST" | "SMPTE_2110_RECEIVER_GROUP" | "SDI")
1635
1641
  attr_accessor srt_settings: Types::SrtSettings
1636
1642
  attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
1637
1643
  attr_accessor multicast_settings: Types::MulticastSettings
1644
+ attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
1645
+ attr_accessor sdi_sources: ::Array[::String]
1638
1646
  SENSITIVE: []
1639
1647
  end
1640
1648
 
@@ -1711,6 +1719,7 @@ module Aws::MediaLive
1711
1719
  attr_accessor codec: ("HEVC" | "AVC")
1712
1720
  attr_accessor mediaconnect_settings: Types::InputDeviceMediaConnectConfigurableSettings
1713
1721
  attr_accessor audio_channel_pairs: ::Array[Types::InputDeviceConfigurableAudioChannelPairConfig]
1722
+ attr_accessor input_resolution: ::String
1714
1723
  SENSITIVE: []
1715
1724
  end
1716
1725
 
@@ -1801,6 +1810,7 @@ module Aws::MediaLive
1801
1810
  attr_accessor codec: ("HEVC" | "AVC")
1802
1811
  attr_accessor mediaconnect_settings: Types::InputDeviceMediaConnectSettings
1803
1812
  attr_accessor audio_channel_pairs: ::Array[Types::InputDeviceUhdAudioChannelPairConfig]
1813
+ attr_accessor input_resolution: ::String
1804
1814
  SENSITIVE: []
1805
1815
  end
1806
1816
 
@@ -3294,6 +3304,8 @@ module Aws::MediaLive
3294
3304
  attr_accessor sources: ::Array[Types::InputSourceRequest]
3295
3305
  attr_accessor srt_settings: Types::SrtSettingsRequest
3296
3306
  attr_accessor multicast_settings: Types::MulticastSettingsUpdateRequest
3307
+ attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
3308
+ attr_accessor sdi_sources: ::Array[::String]
3297
3309
  SENSITIVE: []
3298
3310
  end
3299
3311
 
@@ -3345,6 +3357,8 @@ module Aws::MediaLive
3345
3357
  attr_accessor sources: ::Array[Types::InputSourceRequest]
3346
3358
  attr_accessor srt_settings: Types::SrtSettingsRequest
3347
3359
  attr_accessor multicast_settings: Types::MulticastSettingsUpdateRequest
3360
+ attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
3361
+ attr_accessor sdi_sources: ::Array[::String]
3348
3362
  SENSITIVE: []
3349
3363
  end
3350
3364
 
@@ -3589,6 +3603,10 @@ module Aws::MediaLive
3589
3603
  attr_accessor scte_35_name_modifier: ::String
3590
3604
  attr_accessor id_3_behavior: ("DISABLED" | "ENABLED")
3591
3605
  attr_accessor id_3_name_modifier: ::String
3606
+ attr_accessor caption_language_mappings: ::Array[Types::CmafIngestCaptionLanguageMapping]
3607
+ attr_accessor timed_metadata_id_3_frame: ("NONE" | "PRIV" | "TDRL")
3608
+ attr_accessor timed_metadata_id_3_period: ::Integer
3609
+ attr_accessor timed_metadata_passthrough: ("DISABLED" | "ENABLED")
3592
3610
  SENSITIVE: []
3593
3611
  end
3594
3612
 
@@ -4861,6 +4879,7 @@ module Aws::MediaLive
4861
4879
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
4862
4880
  attr_accessor role: ("BACKUP" | "ACTIVE")
4863
4881
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4882
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
4864
4883
  SENSITIVE: []
4865
4884
  end
4866
4885
 
@@ -4931,6 +4950,7 @@ module Aws::MediaLive
4931
4950
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
4932
4951
  attr_accessor role: ("BACKUP" | "ACTIVE")
4933
4952
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4953
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
4934
4954
  SENSITIVE: []
4935
4955
  end
4936
4956
 
@@ -5075,6 +5095,7 @@ module Aws::MediaLive
5075
5095
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5076
5096
  attr_accessor role: ("BACKUP" | "ACTIVE")
5077
5097
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5098
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5078
5099
  SENSITIVE: []
5079
5100
  end
5080
5101
 
@@ -5089,6 +5110,7 @@ module Aws::MediaLive
5089
5110
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5090
5111
  attr_accessor role: ("BACKUP" | "ACTIVE")
5091
5112
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5113
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5092
5114
  SENSITIVE: []
5093
5115
  end
5094
5116
 
@@ -5104,6 +5126,7 @@ module Aws::MediaLive
5104
5126
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5105
5127
  attr_accessor role: ("BACKUP" | "ACTIVE")
5106
5128
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5129
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5107
5130
  SENSITIVE: []
5108
5131
  end
5109
5132
 
@@ -5406,6 +5429,7 @@ module Aws::MediaLive
5406
5429
  attr_accessor name: ::String
5407
5430
  attr_accessor node_id: ::String
5408
5431
  attr_accessor role: ("BACKUP" | "ACTIVE")
5432
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMappingUpdateRequest]
5409
5433
  SENSITIVE: []
5410
5434
  end
5411
5435
 
@@ -5420,6 +5444,7 @@ module Aws::MediaLive
5420
5444
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5421
5445
  attr_accessor role: ("BACKUP" | "ACTIVE")
5422
5446
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5447
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5423
5448
  SENSITIVE: []
5424
5449
  end
5425
5450
 
@@ -5441,6 +5466,7 @@ module Aws::MediaLive
5441
5466
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5442
5467
  attr_accessor role: ("BACKUP" | "ACTIVE")
5443
5468
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5469
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5444
5470
  SENSITIVE: []
5445
5471
  end
5446
5472
 
@@ -5502,5 +5528,129 @@ module Aws::MediaLive
5502
5528
  attr_accessor id_3: ::String
5503
5529
  SENSITIVE: []
5504
5530
  end
5531
+
5532
+ class InputSdpLocation
5533
+ attr_accessor media_index: ::Integer
5534
+ attr_accessor sdp_url: ::String
5535
+ SENSITIVE: []
5536
+ end
5537
+
5538
+ class Smpte2110ReceiverGroup
5539
+ attr_accessor sdp_settings: Types::Smpte2110ReceiverGroupSdpSettings
5540
+ SENSITIVE: []
5541
+ end
5542
+
5543
+ class Smpte2110ReceiverGroupSdpSettings
5544
+ attr_accessor ancillary_sdps: ::Array[Types::InputSdpLocation]
5545
+ attr_accessor audio_sdps: ::Array[Types::InputSdpLocation]
5546
+ attr_accessor video_sdp: Types::InputSdpLocation
5547
+ SENSITIVE: []
5548
+ end
5549
+
5550
+ class Smpte2110ReceiverGroupSettings
5551
+ attr_accessor smpte_2110_receiver_groups: ::Array[Types::Smpte2110ReceiverGroup]
5552
+ SENSITIVE: []
5553
+ end
5554
+
5555
+ class CreateSdiSourceRequest
5556
+ attr_accessor mode: ("QUADRANT" | "INTERLEAVE")
5557
+ attr_accessor name: ::String
5558
+ attr_accessor request_id: ::String
5559
+ attr_accessor tags: ::Hash[::String, ::String]
5560
+ attr_accessor type: ("SINGLE" | "QUAD")
5561
+ SENSITIVE: []
5562
+ end
5563
+
5564
+ class CreateSdiSourceResponse
5565
+ attr_accessor sdi_source: Types::SdiSource
5566
+ SENSITIVE: []
5567
+ end
5568
+
5569
+ class DeleteSdiSourceRequest
5570
+ attr_accessor sdi_source_id: ::String
5571
+ SENSITIVE: []
5572
+ end
5573
+
5574
+ class DeleteSdiSourceResponse
5575
+ attr_accessor sdi_source: Types::SdiSource
5576
+ SENSITIVE: []
5577
+ end
5578
+
5579
+ class DescribeSdiSourceRequest
5580
+ attr_accessor sdi_source_id: ::String
5581
+ SENSITIVE: []
5582
+ end
5583
+
5584
+ class DescribeSdiSourceResponse
5585
+ attr_accessor sdi_source: Types::SdiSource
5586
+ SENSITIVE: []
5587
+ end
5588
+
5589
+ class ListSdiSourcesRequest
5590
+ attr_accessor max_results: ::Integer
5591
+ attr_accessor next_token: ::String
5592
+ SENSITIVE: []
5593
+ end
5594
+
5595
+ class ListSdiSourcesResponse
5596
+ attr_accessor next_token: ::String
5597
+ attr_accessor sdi_sources: ::Array[Types::SdiSourceSummary]
5598
+ SENSITIVE: []
5599
+ end
5600
+
5601
+ class SdiSource
5602
+ attr_accessor arn: ::String
5603
+ attr_accessor id: ::String
5604
+ attr_accessor inputs: ::Array[::String]
5605
+ attr_accessor mode: ("QUADRANT" | "INTERLEAVE")
5606
+ attr_accessor name: ::String
5607
+ attr_accessor state: ("IDLE" | "IN_USE" | "DELETED")
5608
+ attr_accessor type: ("SINGLE" | "QUAD")
5609
+ SENSITIVE: []
5610
+ end
5611
+
5612
+ class SdiSourceMapping
5613
+ attr_accessor card_number: ::Integer
5614
+ attr_accessor channel_number: ::Integer
5615
+ attr_accessor sdi_source: ::String
5616
+ SENSITIVE: []
5617
+ end
5618
+
5619
+ class SdiSourceMappingUpdateRequest
5620
+ attr_accessor card_number: ::Integer
5621
+ attr_accessor channel_number: ::Integer
5622
+ attr_accessor sdi_source: ::String
5623
+ SENSITIVE: []
5624
+ end
5625
+
5626
+ class SdiSourceSummary
5627
+ attr_accessor arn: ::String
5628
+ attr_accessor id: ::String
5629
+ attr_accessor inputs: ::Array[::String]
5630
+ attr_accessor mode: ("QUADRANT" | "INTERLEAVE")
5631
+ attr_accessor name: ::String
5632
+ attr_accessor state: ("IDLE" | "IN_USE" | "DELETED")
5633
+ attr_accessor type: ("SINGLE" | "QUAD")
5634
+ SENSITIVE: []
5635
+ end
5636
+
5637
+ class UpdateSdiSourceRequest
5638
+ attr_accessor mode: ("QUADRANT" | "INTERLEAVE")
5639
+ attr_accessor name: ::String
5640
+ attr_accessor sdi_source_id: ::String
5641
+ attr_accessor type: ("SINGLE" | "QUAD")
5642
+ SENSITIVE: []
5643
+ end
5644
+
5645
+ class UpdateSdiSourceResponse
5646
+ attr_accessor sdi_source: Types::SdiSource
5647
+ SENSITIVE: []
5648
+ end
5649
+
5650
+ class CmafIngestCaptionLanguageMapping
5651
+ attr_accessor caption_channel: ::Integer
5652
+ attr_accessor language_code: ::String
5653
+ SENSITIVE: []
5654
+ end
5505
5655
  end
5506
5656
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.148.0
4
+ version: 1.151.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-11 00:00:00.000000000 Z
11
+ date: 2025-04-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core