aws-sdk-medialive 1.148.0 → 1.150.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.150.0'
59
59
 
60
60
  end
61
61
 
data/sig/client.rbs CHANGED
@@ -1586,7 +1586,7 @@ module Aws
1586
1586
  },
1587
1587
  ],
1588
1588
  ?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"),
1589
+ ?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
1590
  ?vpc: {
1591
1591
  security_group_ids: Array[::String]?,
1592
1592
  subnet_ids: Array[::String]
@@ -1613,7 +1613,32 @@ module Aws
1613
1613
  url: ::String
1614
1614
  },
1615
1615
  ]?
1616
- }
1616
+ },
1617
+ ?smpte_2110_receiver_group_settings: {
1618
+ smpte_2110_receiver_groups: Array[
1619
+ {
1620
+ sdp_settings: {
1621
+ ancillary_sdps: Array[
1622
+ {
1623
+ media_index: ::Integer?,
1624
+ sdp_url: ::String?
1625
+ },
1626
+ ]?,
1627
+ audio_sdps: Array[
1628
+ {
1629
+ media_index: ::Integer?,
1630
+ sdp_url: ::String?
1631
+ },
1632
+ ]?,
1633
+ video_sdp: {
1634
+ media_index: ::Integer?,
1635
+ sdp_url: ::String?
1636
+ }?
1637
+ }?
1638
+ },
1639
+ ]?
1640
+ },
1641
+ ?sdi_sources: Array[::String]
1617
1642
  ) -> _CreateInputResponseSuccess
1618
1643
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInputResponseSuccess
1619
1644
 
@@ -1878,10 +1903,12 @@ module Aws
1878
1903
  def sources: () -> ::Array[Types::InputSource]
1879
1904
  def state: () -> ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
1880
1905
  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")
1906
+ 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
1907
  def srt_settings: () -> Types::SrtSettings
1883
1908
  def input_network_location: () -> ("AWS" | "ON_PREMISES")
1884
1909
  def multicast_settings: () -> Types::MulticastSettings
1910
+ def smpte_2110_receiver_group_settings: () -> Types::Smpte2110ReceiverGroupSettings
1911
+ def sdi_sources: () -> ::Array[::String]
1885
1912
  end
1886
1913
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_input-instance_method
1887
1914
  def describe_input: (
@@ -3699,7 +3726,32 @@ module Aws
3699
3726
  url: ::String
3700
3727
  },
3701
3728
  ]?
3702
- }
3729
+ },
3730
+ ?smpte_2110_receiver_group_settings: {
3731
+ smpte_2110_receiver_groups: Array[
3732
+ {
3733
+ sdp_settings: {
3734
+ ancillary_sdps: Array[
3735
+ {
3736
+ media_index: ::Integer?,
3737
+ sdp_url: ::String?
3738
+ },
3739
+ ]?,
3740
+ audio_sdps: Array[
3741
+ {
3742
+ media_index: ::Integer?,
3743
+ sdp_url: ::String?
3744
+ },
3745
+ ]?,
3746
+ video_sdp: {
3747
+ media_index: ::Integer?,
3748
+ sdp_url: ::String?
3749
+ }?
3750
+ }?
3751
+ },
3752
+ ]?
3753
+ },
3754
+ ?sdi_sources: Array[::String]
3703
3755
  ) -> _UpdateInputResponseSuccess
3704
3756
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateInputResponseSuccess
3705
3757
 
@@ -4513,6 +4565,7 @@ module Aws
4513
4565
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4514
4566
  def role: () -> ("BACKUP" | "ACTIVE")
4515
4567
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4568
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4516
4569
  end
4517
4570
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_node-instance_method
4518
4571
  def create_node: (
@@ -4614,6 +4667,7 @@ module Aws
4614
4667
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4615
4668
  def role: () -> ("BACKUP" | "ACTIVE")
4616
4669
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4670
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4617
4671
  end
4618
4672
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_node-instance_method
4619
4673
  def delete_node: (
@@ -4684,6 +4738,7 @@ module Aws
4684
4738
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4685
4739
  def role: () -> ("BACKUP" | "ACTIVE")
4686
4740
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4741
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4687
4742
  end
4688
4743
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_node-instance_method
4689
4744
  def describe_node: (
@@ -4827,13 +4882,21 @@ module Aws
4827
4882
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4828
4883
  def role: () -> ("BACKUP" | "ACTIVE")
4829
4884
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4885
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4830
4886
  end
4831
4887
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_node-instance_method
4832
4888
  def update_node: (
4833
4889
  cluster_id: ::String,
4834
4890
  ?name: ::String,
4835
4891
  node_id: ::String,
4836
- ?role: ("BACKUP" | "ACTIVE")
4892
+ ?role: ("BACKUP" | "ACTIVE"),
4893
+ ?sdi_source_mappings: Array[
4894
+ {
4895
+ card_number: ::Integer?,
4896
+ channel_number: ::Integer?,
4897
+ sdi_source: ::String?
4898
+ },
4899
+ ]
4837
4900
  ) -> _UpdateNodeResponseSuccess
4838
4901
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNodeResponseSuccess
4839
4902
 
@@ -4849,6 +4912,7 @@ module Aws
4849
4912
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4850
4913
  def role: () -> ("BACKUP" | "ACTIVE")
4851
4914
  def state: () -> ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4915
+ def sdi_source_mappings: () -> ::Array[Types::SdiSourceMapping]
4852
4916
  end
4853
4917
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_node_state-instance_method
4854
4918
  def update_node_state: (
@@ -4867,6 +4931,65 @@ module Aws
4867
4931
  ) -> _ListVersionsResponseSuccess
4868
4932
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVersionsResponseSuccess
4869
4933
 
4934
+ interface _CreateSdiSourceResponseSuccess
4935
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateSdiSourceResponse]
4936
+ def sdi_source: () -> Types::SdiSource
4937
+ end
4938
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_sdi_source-instance_method
4939
+ def create_sdi_source: (
4940
+ ?mode: ("QUADRANT" | "INTERLEAVE"),
4941
+ ?name: ::String,
4942
+ ?request_id: ::String,
4943
+ ?tags: Hash[::String, ::String],
4944
+ ?type: ("SINGLE" | "QUAD")
4945
+ ) -> _CreateSdiSourceResponseSuccess
4946
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateSdiSourceResponseSuccess
4947
+
4948
+ interface _DeleteSdiSourceResponseSuccess
4949
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteSdiSourceResponse]
4950
+ def sdi_source: () -> Types::SdiSource
4951
+ end
4952
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_sdi_source-instance_method
4953
+ def delete_sdi_source: (
4954
+ sdi_source_id: ::String
4955
+ ) -> _DeleteSdiSourceResponseSuccess
4956
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteSdiSourceResponseSuccess
4957
+
4958
+ interface _DescribeSdiSourceResponseSuccess
4959
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeSdiSourceResponse]
4960
+ def sdi_source: () -> Types::SdiSource
4961
+ end
4962
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_sdi_source-instance_method
4963
+ def describe_sdi_source: (
4964
+ sdi_source_id: ::String
4965
+ ) -> _DescribeSdiSourceResponseSuccess
4966
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeSdiSourceResponseSuccess
4967
+
4968
+ interface _ListSdiSourcesResponseSuccess
4969
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListSdiSourcesResponse]
4970
+ def next_token: () -> ::String
4971
+ def sdi_sources: () -> ::Array[Types::SdiSourceSummary]
4972
+ end
4973
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#list_sdi_sources-instance_method
4974
+ def list_sdi_sources: (
4975
+ ?max_results: ::Integer,
4976
+ ?next_token: ::String
4977
+ ) -> _ListSdiSourcesResponseSuccess
4978
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListSdiSourcesResponseSuccess
4979
+
4980
+ interface _UpdateSdiSourceResponseSuccess
4981
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateSdiSourceResponse]
4982
+ def sdi_source: () -> Types::SdiSource
4983
+ end
4984
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_sdi_source-instance_method
4985
+ def update_sdi_source: (
4986
+ ?mode: ("QUADRANT" | "INTERLEAVE"),
4987
+ ?name: ::String,
4988
+ sdi_source_id: ::String,
4989
+ ?type: ("SINGLE" | "QUAD")
4990
+ ) -> _UpdateSdiSourceResponseSuccess
4991
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateSdiSourceResponseSuccess
4992
+
4870
4993
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#wait_until-instance_method
4871
4994
  def wait_until: (:channel_created waiter_name,
4872
4995
  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
 
@@ -3294,6 +3302,8 @@ module Aws::MediaLive
3294
3302
  attr_accessor sources: ::Array[Types::InputSourceRequest]
3295
3303
  attr_accessor srt_settings: Types::SrtSettingsRequest
3296
3304
  attr_accessor multicast_settings: Types::MulticastSettingsUpdateRequest
3305
+ attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
3306
+ attr_accessor sdi_sources: ::Array[::String]
3297
3307
  SENSITIVE: []
3298
3308
  end
3299
3309
 
@@ -3345,6 +3355,8 @@ module Aws::MediaLive
3345
3355
  attr_accessor sources: ::Array[Types::InputSourceRequest]
3346
3356
  attr_accessor srt_settings: Types::SrtSettingsRequest
3347
3357
  attr_accessor multicast_settings: Types::MulticastSettingsUpdateRequest
3358
+ attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
3359
+ attr_accessor sdi_sources: ::Array[::String]
3348
3360
  SENSITIVE: []
3349
3361
  end
3350
3362
 
@@ -4861,6 +4873,7 @@ module Aws::MediaLive
4861
4873
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
4862
4874
  attr_accessor role: ("BACKUP" | "ACTIVE")
4863
4875
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4876
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
4864
4877
  SENSITIVE: []
4865
4878
  end
4866
4879
 
@@ -4931,6 +4944,7 @@ module Aws::MediaLive
4931
4944
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
4932
4945
  attr_accessor role: ("BACKUP" | "ACTIVE")
4933
4946
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
4947
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
4934
4948
  SENSITIVE: []
4935
4949
  end
4936
4950
 
@@ -5075,6 +5089,7 @@ module Aws::MediaLive
5075
5089
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5076
5090
  attr_accessor role: ("BACKUP" | "ACTIVE")
5077
5091
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5092
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5078
5093
  SENSITIVE: []
5079
5094
  end
5080
5095
 
@@ -5089,6 +5104,7 @@ module Aws::MediaLive
5089
5104
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5090
5105
  attr_accessor role: ("BACKUP" | "ACTIVE")
5091
5106
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5107
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5092
5108
  SENSITIVE: []
5093
5109
  end
5094
5110
 
@@ -5104,6 +5120,7 @@ module Aws::MediaLive
5104
5120
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5105
5121
  attr_accessor role: ("BACKUP" | "ACTIVE")
5106
5122
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5123
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5107
5124
  SENSITIVE: []
5108
5125
  end
5109
5126
 
@@ -5406,6 +5423,7 @@ module Aws::MediaLive
5406
5423
  attr_accessor name: ::String
5407
5424
  attr_accessor node_id: ::String
5408
5425
  attr_accessor role: ("BACKUP" | "ACTIVE")
5426
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMappingUpdateRequest]
5409
5427
  SENSITIVE: []
5410
5428
  end
5411
5429
 
@@ -5420,6 +5438,7 @@ module Aws::MediaLive
5420
5438
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5421
5439
  attr_accessor role: ("BACKUP" | "ACTIVE")
5422
5440
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5441
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5423
5442
  SENSITIVE: []
5424
5443
  end
5425
5444
 
@@ -5441,6 +5460,7 @@ module Aws::MediaLive
5441
5460
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5442
5461
  attr_accessor role: ("BACKUP" | "ACTIVE")
5443
5462
  attr_accessor state: ("CREATED" | "REGISTERING" | "READY_TO_ACTIVATE" | "REGISTRATION_FAILED" | "ACTIVATION_FAILED" | "ACTIVE" | "READY" | "IN_USE" | "DEREGISTERING" | "DRAINING" | "DEREGISTRATION_FAILED" | "DEREGISTERED")
5463
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMapping]
5444
5464
  SENSITIVE: []
5445
5465
  end
5446
5466
 
@@ -5502,5 +5522,123 @@ module Aws::MediaLive
5502
5522
  attr_accessor id_3: ::String
5503
5523
  SENSITIVE: []
5504
5524
  end
5525
+
5526
+ class InputSdpLocation
5527
+ attr_accessor media_index: ::Integer
5528
+ attr_accessor sdp_url: ::String
5529
+ SENSITIVE: []
5530
+ end
5531
+
5532
+ class Smpte2110ReceiverGroup
5533
+ attr_accessor sdp_settings: Types::Smpte2110ReceiverGroupSdpSettings
5534
+ SENSITIVE: []
5535
+ end
5536
+
5537
+ class Smpte2110ReceiverGroupSdpSettings
5538
+ attr_accessor ancillary_sdps: ::Array[Types::InputSdpLocation]
5539
+ attr_accessor audio_sdps: ::Array[Types::InputSdpLocation]
5540
+ attr_accessor video_sdp: Types::InputSdpLocation
5541
+ SENSITIVE: []
5542
+ end
5543
+
5544
+ class Smpte2110ReceiverGroupSettings
5545
+ attr_accessor smpte_2110_receiver_groups: ::Array[Types::Smpte2110ReceiverGroup]
5546
+ SENSITIVE: []
5547
+ end
5548
+
5549
+ class CreateSdiSourceRequest
5550
+ attr_accessor mode: ("QUADRANT" | "INTERLEAVE")
5551
+ attr_accessor name: ::String
5552
+ attr_accessor request_id: ::String
5553
+ attr_accessor tags: ::Hash[::String, ::String]
5554
+ attr_accessor type: ("SINGLE" | "QUAD")
5555
+ SENSITIVE: []
5556
+ end
5557
+
5558
+ class CreateSdiSourceResponse
5559
+ attr_accessor sdi_source: Types::SdiSource
5560
+ SENSITIVE: []
5561
+ end
5562
+
5563
+ class DeleteSdiSourceRequest
5564
+ attr_accessor sdi_source_id: ::String
5565
+ SENSITIVE: []
5566
+ end
5567
+
5568
+ class DeleteSdiSourceResponse
5569
+ attr_accessor sdi_source: Types::SdiSource
5570
+ SENSITIVE: []
5571
+ end
5572
+
5573
+ class DescribeSdiSourceRequest
5574
+ attr_accessor sdi_source_id: ::String
5575
+ SENSITIVE: []
5576
+ end
5577
+
5578
+ class DescribeSdiSourceResponse
5579
+ attr_accessor sdi_source: Types::SdiSource
5580
+ SENSITIVE: []
5581
+ end
5582
+
5583
+ class ListSdiSourcesRequest
5584
+ attr_accessor max_results: ::Integer
5585
+ attr_accessor next_token: ::String
5586
+ SENSITIVE: []
5587
+ end
5588
+
5589
+ class ListSdiSourcesResponse
5590
+ attr_accessor next_token: ::String
5591
+ attr_accessor sdi_sources: ::Array[Types::SdiSourceSummary]
5592
+ SENSITIVE: []
5593
+ end
5594
+
5595
+ class SdiSource
5596
+ attr_accessor arn: ::String
5597
+ attr_accessor id: ::String
5598
+ attr_accessor inputs: ::Array[::String]
5599
+ attr_accessor mode: ("QUADRANT" | "INTERLEAVE")
5600
+ attr_accessor name: ::String
5601
+ attr_accessor state: ("IDLE" | "IN_USE" | "DELETED")
5602
+ attr_accessor type: ("SINGLE" | "QUAD")
5603
+ SENSITIVE: []
5604
+ end
5605
+
5606
+ class SdiSourceMapping
5607
+ attr_accessor card_number: ::Integer
5608
+ attr_accessor channel_number: ::Integer
5609
+ attr_accessor sdi_source: ::String
5610
+ SENSITIVE: []
5611
+ end
5612
+
5613
+ class SdiSourceMappingUpdateRequest
5614
+ attr_accessor card_number: ::Integer
5615
+ attr_accessor channel_number: ::Integer
5616
+ attr_accessor sdi_source: ::String
5617
+ SENSITIVE: []
5618
+ end
5619
+
5620
+ class SdiSourceSummary
5621
+ attr_accessor arn: ::String
5622
+ attr_accessor id: ::String
5623
+ attr_accessor inputs: ::Array[::String]
5624
+ attr_accessor mode: ("QUADRANT" | "INTERLEAVE")
5625
+ attr_accessor name: ::String
5626
+ attr_accessor state: ("IDLE" | "IN_USE" | "DELETED")
5627
+ attr_accessor type: ("SINGLE" | "QUAD")
5628
+ SENSITIVE: []
5629
+ end
5630
+
5631
+ class UpdateSdiSourceRequest
5632
+ attr_accessor mode: ("QUADRANT" | "INTERLEAVE")
5633
+ attr_accessor name: ::String
5634
+ attr_accessor sdi_source_id: ::String
5635
+ attr_accessor type: ("SINGLE" | "QUAD")
5636
+ SENSITIVE: []
5637
+ end
5638
+
5639
+ class UpdateSdiSourceResponse
5640
+ attr_accessor sdi_source: Types::SdiSource
5641
+ SENSITIVE: []
5642
+ end
5505
5643
  end
5506
5644
  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.150.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-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core