aws-sdk-medialive 1.149.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.
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" | "SMPTE_2110_RECEIVER_GROUP"),
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]
@@ -1637,7 +1637,8 @@ module Aws
1637
1637
  }?
1638
1638
  },
1639
1639
  ]?
1640
- }
1640
+ },
1641
+ ?sdi_sources: Array[::String]
1641
1642
  ) -> _CreateInputResponseSuccess
1642
1643
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateInputResponseSuccess
1643
1644
 
@@ -1902,11 +1903,12 @@ module Aws
1902
1903
  def sources: () -> ::Array[Types::InputSource]
1903
1904
  def state: () -> ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
1904
1905
  def tags: () -> ::Hash[::String, ::String]
1905
- 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")
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")
1906
1907
  def srt_settings: () -> Types::SrtSettings
1907
1908
  def input_network_location: () -> ("AWS" | "ON_PREMISES")
1908
1909
  def multicast_settings: () -> Types::MulticastSettings
1909
1910
  def smpte_2110_receiver_group_settings: () -> Types::Smpte2110ReceiverGroupSettings
1911
+ def sdi_sources: () -> ::Array[::String]
1910
1912
  end
1911
1913
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_input-instance_method
1912
1914
  def describe_input: (
@@ -3748,7 +3750,8 @@ module Aws
3748
3750
  }?
3749
3751
  },
3750
3752
  ]?
3751
- }
3753
+ },
3754
+ ?sdi_sources: Array[::String]
3752
3755
  ) -> _UpdateInputResponseSuccess
3753
3756
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateInputResponseSuccess
3754
3757
 
@@ -4562,6 +4565,7 @@ module Aws
4562
4565
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4563
4566
  def role: () -> ("BACKUP" | "ACTIVE")
4564
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]
4565
4569
  end
4566
4570
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#create_node-instance_method
4567
4571
  def create_node: (
@@ -4663,6 +4667,7 @@ module Aws
4663
4667
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4664
4668
  def role: () -> ("BACKUP" | "ACTIVE")
4665
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]
4666
4671
  end
4667
4672
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_node-instance_method
4668
4673
  def delete_node: (
@@ -4733,6 +4738,7 @@ module Aws
4733
4738
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4734
4739
  def role: () -> ("BACKUP" | "ACTIVE")
4735
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]
4736
4742
  end
4737
4743
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_node-instance_method
4738
4744
  def describe_node: (
@@ -4876,13 +4882,21 @@ module Aws
4876
4882
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4877
4883
  def role: () -> ("BACKUP" | "ACTIVE")
4878
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]
4879
4886
  end
4880
4887
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_node-instance_method
4881
4888
  def update_node: (
4882
4889
  cluster_id: ::String,
4883
4890
  ?name: ::String,
4884
4891
  node_id: ::String,
4885
- ?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
+ ]
4886
4900
  ) -> _UpdateNodeResponseSuccess
4887
4901
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateNodeResponseSuccess
4888
4902
 
@@ -4898,6 +4912,7 @@ module Aws
4898
4912
  def node_interface_mappings: () -> ::Array[Types::NodeInterfaceMapping]
4899
4913
  def role: () -> ("BACKUP" | "ACTIVE")
4900
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]
4901
4916
  end
4902
4917
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#update_node_state-instance_method
4903
4918
  def update_node_state: (
@@ -4916,6 +4931,65 @@ module Aws
4916
4931
  ) -> _ListVersionsResponseSuccess
4917
4932
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListVersionsResponseSuccess
4918
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
+
4919
4993
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#wait_until-instance_method
4920
4994
  def wait_until: (:channel_created waiter_name,
4921
4995
  channel_id: ::String
data/sig/types.rbs CHANGED
@@ -619,12 +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" | "SMPTE_2110_RECEIVER_GROUP")
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
627
  attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
628
+ attr_accessor sdi_sources: ::Array[::String]
628
629
  SENSITIVE: []
629
630
  end
630
631
 
@@ -638,12 +639,13 @@ module Aws::MediaLive
638
639
  attr_accessor role_arn: ::String
639
640
  attr_accessor sources: ::Array[Types::InputSourceRequest]
640
641
  attr_accessor tags: ::Hash[::String, ::String]
641
- 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")
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")
642
643
  attr_accessor vpc: Types::InputVpcRequest
643
644
  attr_accessor srt_settings: Types::SrtSettingsRequest
644
645
  attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
645
646
  attr_accessor multicast_settings: Types::MulticastSettingsCreateRequest
646
647
  attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
648
+ attr_accessor sdi_sources: ::Array[::String]
647
649
  SENSITIVE: []
648
650
  end
649
651
 
@@ -979,11 +981,12 @@ module Aws::MediaLive
979
981
  attr_accessor sources: ::Array[Types::InputSource]
980
982
  attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
981
983
  attr_accessor tags: ::Hash[::String, ::String]
982
- 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")
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")
983
985
  attr_accessor srt_settings: Types::SrtSettings
984
986
  attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
985
987
  attr_accessor multicast_settings: Types::MulticastSettings
986
988
  attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
989
+ attr_accessor sdi_sources: ::Array[::String]
987
990
  SENSITIVE: []
988
991
  end
989
992
 
@@ -1634,11 +1637,12 @@ module Aws::MediaLive
1634
1637
  attr_accessor sources: ::Array[Types::InputSource]
1635
1638
  attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
1636
1639
  attr_accessor tags: ::Hash[::String, ::String]
1637
- 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")
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")
1638
1641
  attr_accessor srt_settings: Types::SrtSettings
1639
1642
  attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
1640
1643
  attr_accessor multicast_settings: Types::MulticastSettings
1641
1644
  attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
1645
+ attr_accessor sdi_sources: ::Array[::String]
1642
1646
  SENSITIVE: []
1643
1647
  end
1644
1648
 
@@ -3299,6 +3303,7 @@ module Aws::MediaLive
3299
3303
  attr_accessor srt_settings: Types::SrtSettingsRequest
3300
3304
  attr_accessor multicast_settings: Types::MulticastSettingsUpdateRequest
3301
3305
  attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
3306
+ attr_accessor sdi_sources: ::Array[::String]
3302
3307
  SENSITIVE: []
3303
3308
  end
3304
3309
 
@@ -3351,6 +3356,7 @@ module Aws::MediaLive
3351
3356
  attr_accessor srt_settings: Types::SrtSettingsRequest
3352
3357
  attr_accessor multicast_settings: Types::MulticastSettingsUpdateRequest
3353
3358
  attr_accessor smpte_2110_receiver_group_settings: Types::Smpte2110ReceiverGroupSettings
3359
+ attr_accessor sdi_sources: ::Array[::String]
3354
3360
  SENSITIVE: []
3355
3361
  end
3356
3362
 
@@ -4867,6 +4873,7 @@ module Aws::MediaLive
4867
4873
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
4868
4874
  attr_accessor role: ("BACKUP" | "ACTIVE")
4869
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]
4870
4877
  SENSITIVE: []
4871
4878
  end
4872
4879
 
@@ -4937,6 +4944,7 @@ module Aws::MediaLive
4937
4944
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
4938
4945
  attr_accessor role: ("BACKUP" | "ACTIVE")
4939
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]
4940
4948
  SENSITIVE: []
4941
4949
  end
4942
4950
 
@@ -5081,6 +5089,7 @@ module Aws::MediaLive
5081
5089
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5082
5090
  attr_accessor role: ("BACKUP" | "ACTIVE")
5083
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]
5084
5093
  SENSITIVE: []
5085
5094
  end
5086
5095
 
@@ -5095,6 +5104,7 @@ module Aws::MediaLive
5095
5104
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5096
5105
  attr_accessor role: ("BACKUP" | "ACTIVE")
5097
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]
5098
5108
  SENSITIVE: []
5099
5109
  end
5100
5110
 
@@ -5110,6 +5120,7 @@ module Aws::MediaLive
5110
5120
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5111
5121
  attr_accessor role: ("BACKUP" | "ACTIVE")
5112
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]
5113
5124
  SENSITIVE: []
5114
5125
  end
5115
5126
 
@@ -5412,6 +5423,7 @@ module Aws::MediaLive
5412
5423
  attr_accessor name: ::String
5413
5424
  attr_accessor node_id: ::String
5414
5425
  attr_accessor role: ("BACKUP" | "ACTIVE")
5426
+ attr_accessor sdi_source_mappings: ::Array[Types::SdiSourceMappingUpdateRequest]
5415
5427
  SENSITIVE: []
5416
5428
  end
5417
5429
 
@@ -5426,6 +5438,7 @@ module Aws::MediaLive
5426
5438
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5427
5439
  attr_accessor role: ("BACKUP" | "ACTIVE")
5428
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]
5429
5442
  SENSITIVE: []
5430
5443
  end
5431
5444
 
@@ -5447,6 +5460,7 @@ module Aws::MediaLive
5447
5460
  attr_accessor node_interface_mappings: ::Array[Types::NodeInterfaceMapping]
5448
5461
  attr_accessor role: ("BACKUP" | "ACTIVE")
5449
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]
5450
5464
  SENSITIVE: []
5451
5465
  end
5452
5466
 
@@ -5531,5 +5545,100 @@ module Aws::MediaLive
5531
5545
  attr_accessor smpte_2110_receiver_groups: ::Array[Types::Smpte2110ReceiverGroup]
5532
5546
  SENSITIVE: []
5533
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
5534
5643
  end
5535
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.149.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-04-02 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