aws-sdk-medialive 1.176.0 → 1.177.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 233e341995d22104e8ce724414e62330805a7652e997848ea9801aa6b6973b31
4
- data.tar.gz: e7de4a0fb11fe86eabb4a6b75c341f9fa12a8ea15c9d3daf4849b688d6c962da
3
+ metadata.gz: c4fa3fb640a88e8427b18b125e8d9db31dfdf367c290c48dc603e2dbcd3fa13e
4
+ data.tar.gz: 4300b00e4643e8699dff04c3e3d4a217e4ae9cadfde3df89a86fd3c4403218b1
5
5
  SHA512:
6
- metadata.gz: 0ee22b4f5864d9843b760340ff007996d7912ca81b5c6c142d39d25a0f85ba59319334deb2e841d81c36e42a9d00843332d88e611f968eed16b9a2c300ebc11b
7
- data.tar.gz: 616bf83075ddf8731e169a3e26796dc558b80fdacefe67764508063e6216ad311f73d4c2bc72b46a6dbc46c822d909c62a2255af7211da71b1a200b378bfe866
6
+ metadata.gz: 0ab9f1b0ce80f45e94924687aa7ca94c1324b130ee05a9cad7dacb721928fba26966c5cbc92544c1c16664540a4e9731572d46fff474407a55a72f0a4157110e
7
+ data.tar.gz: c6e3eb2a1a8b14646ce52fa3c911d27a607bdfb268c74587295e6bc6d78968d9f6334bb24872175a5ec426fad8ae27c63f5ee786c16a085ca57065557b046c76
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.177.0 (2026-02-04)
5
+ ------------------
6
+
7
+ * Feature - AWS Elemental MediaLive now supports SRT listener mode for inputs and outputs, in addition to the existing SRT caller mode.
8
+
4
9
  1.176.0 (2026-01-27)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.176.0
1
+ 1.177.0
@@ -1073,6 +1073,8 @@ module Aws::MediaLive
1073
1073
  # @option params [Types::LinkedChannelSettings] :linked_channel_settings
1074
1074
  # Configuration for linked channel relationships
1075
1075
  #
1076
+ # @option params [Array<String>] :channel_security_groups
1077
+ #
1076
1078
  # @return [Types::CreateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1077
1079
  #
1078
1080
  # * {Types::CreateChannelResponse#channel #channel} => Types::Channel
@@ -1101,6 +1103,8 @@ module Aws::MediaLive
1101
1103
  # resp.channel.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
1102
1104
  # resp.channel.destinations[0].srt_settings[0].stream_id #=> String
1103
1105
  # resp.channel.destinations[0].srt_settings[0].url #=> String
1106
+ # resp.channel.destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
1107
+ # resp.channel.destinations[0].srt_settings[0].listener_port #=> Integer
1104
1108
  # resp.channel.destinations[0].logical_interface_names #=> Array
1105
1109
  # resp.channel.destinations[0].logical_interface_names[0] #=> String
1106
1110
  # resp.channel.egress_endpoints #=> Array
@@ -1934,6 +1938,8 @@ module Aws::MediaLive
1934
1938
  # resp.channel.linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
1935
1939
  # resp.channel.linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
1936
1940
  # resp.channel.linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
1941
+ # resp.channel.channel_security_groups #=> Array
1942
+ # resp.channel.channel_security_groups[0] #=> String
1937
1943
  #
1938
1944
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
1939
1945
  #
@@ -1977,9 +1983,9 @@ module Aws::MediaLive
1977
1983
  # inputSecurityGroups property.
1978
1984
  #
1979
1985
  # @option params [Types::SrtSettingsRequest] :srt_settings
1980
- # Configures the sources for this SRT input. For a single-pipeline
1981
- # input, include one srtCallerSource in the array. For a
1982
- # standard-pipeline input, include two srtCallerSource.
1986
+ # Configures the settings for SRT inputs. Provide either
1987
+ # srtCallerSources (for SRT\_CALLER type) OR srtListenerSettings (for
1988
+ # SRT\_LISTENER type), not both.
1983
1989
  #
1984
1990
  # @option params [String] :input_network_location
1985
1991
  # With the introduction of MediaLive Anywhere, a MediaLive input can now
@@ -2044,7 +2050,7 @@ module Aws::MediaLive
2044
2050
  # tags: {
2045
2051
  # "__string" => "__string",
2046
2052
  # },
2047
- # type: "UDP_PUSH", # accepts 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, MEDIACONNECT_ROUTER
2053
+ # type: "UDP_PUSH", # accepts 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, MEDIACONNECT_ROUTER, SRT_LISTENER
2048
2054
  # vpc: {
2049
2055
  # security_group_ids: ["__string"],
2050
2056
  # subnet_ids: ["__string"], # required
@@ -2062,6 +2068,14 @@ module Aws::MediaLive
2062
2068
  # stream_id: "__string",
2063
2069
  # },
2064
2070
  # ],
2071
+ # srt_listener_settings: {
2072
+ # decryption: { # required
2073
+ # algorithm: "AES128", # required, accepts AES128, AES192, AES256
2074
+ # passphrase_secret_arn: "__string", # required
2075
+ # },
2076
+ # minimum_latency: 1, # required
2077
+ # stream_id: "__string",
2078
+ # },
2065
2079
  # },
2066
2080
  # input_network_location: "AWS", # accepts AWS, ON_PREMISES
2067
2081
  # multicast_settings: {
@@ -2143,7 +2157,7 @@ module Aws::MediaLive
2143
2157
  # resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
2144
2158
  # resp.input.tags #=> Hash
2145
2159
  # resp.input.tags["__string"] #=> String
2146
- # resp.input.type #=> String, one of "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", "MEDIACONNECT_ROUTER"
2160
+ # resp.input.type #=> String, one of "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", "MEDIACONNECT_ROUTER", "SRT_LISTENER"
2147
2161
  # resp.input.srt_settings.srt_caller_sources #=> Array
2148
2162
  # resp.input.srt_settings.srt_caller_sources[0].decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
2149
2163
  # resp.input.srt_settings.srt_caller_sources[0].decryption.passphrase_secret_arn #=> String
@@ -2151,6 +2165,10 @@ module Aws::MediaLive
2151
2165
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_address #=> String
2152
2166
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_port #=> String
2153
2167
  # resp.input.srt_settings.srt_caller_sources[0].stream_id #=> String
2168
+ # resp.input.srt_settings.srt_listener_settings.decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
2169
+ # resp.input.srt_settings.srt_listener_settings.decryption.passphrase_secret_arn #=> String
2170
+ # resp.input.srt_settings.srt_listener_settings.minimum_latency #=> Integer
2171
+ # resp.input.srt_settings.srt_listener_settings.stream_id #=> String
2154
2172
  # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISES"
2155
2173
  # resp.input.multicast_settings.sources #=> Array
2156
2174
  # resp.input.multicast_settings.sources[0].source_ip #=> String
@@ -2215,6 +2233,8 @@ module Aws::MediaLive
2215
2233
  # resp.security_group.tags["__string"] #=> String
2216
2234
  # resp.security_group.whitelist_rules #=> Array
2217
2235
  # resp.security_group.whitelist_rules[0].cidr #=> String
2236
+ # resp.security_group.channels #=> Array
2237
+ # resp.security_group.channels[0] #=> String
2218
2238
  #
2219
2239
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateInputSecurityGroup AWS API Documentation
2220
2240
  #
@@ -2436,7 +2456,7 @@ module Aws::MediaLive
2436
2456
  # resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
2437
2457
  # resp.input.tags #=> Hash
2438
2458
  # resp.input.tags["__string"] #=> String
2439
- # resp.input.type #=> String, one of "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", "MEDIACONNECT_ROUTER"
2459
+ # resp.input.type #=> String, one of "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", "MEDIACONNECT_ROUTER", "SRT_LISTENER"
2440
2460
  # resp.input.srt_settings.srt_caller_sources #=> Array
2441
2461
  # resp.input.srt_settings.srt_caller_sources[0].decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
2442
2462
  # resp.input.srt_settings.srt_caller_sources[0].decryption.passphrase_secret_arn #=> String
@@ -2444,6 +2464,10 @@ module Aws::MediaLive
2444
2464
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_address #=> String
2445
2465
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_port #=> String
2446
2466
  # resp.input.srt_settings.srt_caller_sources[0].stream_id #=> String
2467
+ # resp.input.srt_settings.srt_listener_settings.decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
2468
+ # resp.input.srt_settings.srt_listener_settings.decryption.passphrase_secret_arn #=> String
2469
+ # resp.input.srt_settings.srt_listener_settings.minimum_latency #=> Integer
2470
+ # resp.input.srt_settings.srt_listener_settings.stream_id #=> String
2447
2471
  # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISES"
2448
2472
  # resp.input.multicast_settings.sources #=> Array
2449
2473
  # resp.input.multicast_settings.sources[0].source_ip #=> String
@@ -2527,6 +2551,7 @@ module Aws::MediaLive
2527
2551
  # * {Types::DeleteChannelResponse#anywhere_settings #anywhere_settings} => Types::DescribeAnywhereSettings
2528
2552
  # * {Types::DeleteChannelResponse#channel_engine_version #channel_engine_version} => Types::ChannelEngineVersionResponse
2529
2553
  # * {Types::DeleteChannelResponse#linked_channel_settings #linked_channel_settings} => Types::DescribeLinkedChannelSettings
2554
+ # * {Types::DeleteChannelResponse#channel_security_groups #channel_security_groups} => Array&lt;String&gt;
2530
2555
  #
2531
2556
  # @example Request syntax with placeholder values
2532
2557
  #
@@ -2558,6 +2583,8 @@ module Aws::MediaLive
2558
2583
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
2559
2584
  # resp.destinations[0].srt_settings[0].stream_id #=> String
2560
2585
  # resp.destinations[0].srt_settings[0].url #=> String
2586
+ # resp.destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
2587
+ # resp.destinations[0].srt_settings[0].listener_port #=> Integer
2561
2588
  # resp.destinations[0].logical_interface_names #=> Array
2562
2589
  # resp.destinations[0].logical_interface_names[0] #=> String
2563
2590
  # resp.egress_endpoints #=> Array
@@ -3391,6 +3418,8 @@ module Aws::MediaLive
3391
3418
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
3392
3419
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
3393
3420
  # resp.linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
3421
+ # resp.channel_security_groups #=> Array
3422
+ # resp.channel_security_groups[0] #=> String
3394
3423
  #
3395
3424
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannel AWS API Documentation
3396
3425
  #
@@ -3725,6 +3754,7 @@ module Aws::MediaLive
3725
3754
  # * {Types::DescribeChannelResponse#anywhere_settings #anywhere_settings} => Types::DescribeAnywhereSettings
3726
3755
  # * {Types::DescribeChannelResponse#channel_engine_version #channel_engine_version} => Types::ChannelEngineVersionResponse
3727
3756
  # * {Types::DescribeChannelResponse#linked_channel_settings #linked_channel_settings} => Types::DescribeLinkedChannelSettings
3757
+ # * {Types::DescribeChannelResponse#channel_security_groups #channel_security_groups} => Array&lt;String&gt;
3728
3758
  #
3729
3759
  # @example Request syntax with placeholder values
3730
3760
  #
@@ -3756,6 +3786,8 @@ module Aws::MediaLive
3756
3786
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
3757
3787
  # resp.destinations[0].srt_settings[0].stream_id #=> String
3758
3788
  # resp.destinations[0].srt_settings[0].url #=> String
3789
+ # resp.destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
3790
+ # resp.destinations[0].srt_settings[0].listener_port #=> Integer
3759
3791
  # resp.destinations[0].logical_interface_names #=> Array
3760
3792
  # resp.destinations[0].logical_interface_names[0] #=> String
3761
3793
  # resp.egress_endpoints #=> Array
@@ -4589,6 +4621,8 @@ module Aws::MediaLive
4589
4621
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
4590
4622
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
4591
4623
  # resp.linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
4624
+ # resp.channel_security_groups #=> Array
4625
+ # resp.channel_security_groups[0] #=> String
4592
4626
  #
4593
4627
  #
4594
4628
  # The following waiters are defined for this operation (see {Client#wait_until} for detailed usage):
@@ -4677,7 +4711,7 @@ module Aws::MediaLive
4677
4711
  # resp.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
4678
4712
  # resp.tags #=> Hash
4679
4713
  # resp.tags["__string"] #=> String
4680
- # resp.type #=> String, one of "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", "MEDIACONNECT_ROUTER"
4714
+ # resp.type #=> String, one of "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", "MEDIACONNECT_ROUTER", "SRT_LISTENER"
4681
4715
  # resp.srt_settings.srt_caller_sources #=> Array
4682
4716
  # resp.srt_settings.srt_caller_sources[0].decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
4683
4717
  # resp.srt_settings.srt_caller_sources[0].decryption.passphrase_secret_arn #=> String
@@ -4685,6 +4719,10 @@ module Aws::MediaLive
4685
4719
  # resp.srt_settings.srt_caller_sources[0].srt_listener_address #=> String
4686
4720
  # resp.srt_settings.srt_caller_sources[0].srt_listener_port #=> String
4687
4721
  # resp.srt_settings.srt_caller_sources[0].stream_id #=> String
4722
+ # resp.srt_settings.srt_listener_settings.decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
4723
+ # resp.srt_settings.srt_listener_settings.decryption.passphrase_secret_arn #=> String
4724
+ # resp.srt_settings.srt_listener_settings.minimum_latency #=> Integer
4725
+ # resp.srt_settings.srt_listener_settings.stream_id #=> String
4688
4726
  # resp.input_network_location #=> String, one of "AWS", "ON_PREMISES"
4689
4727
  # resp.multicast_settings.sources #=> Array
4690
4728
  # resp.multicast_settings.sources[0].source_ip #=> String
@@ -4862,6 +4900,7 @@ module Aws::MediaLive
4862
4900
  # * {Types::DescribeInputSecurityGroupResponse#state #state} => String
4863
4901
  # * {Types::DescribeInputSecurityGroupResponse#tags #tags} => Hash&lt;String,String&gt;
4864
4902
  # * {Types::DescribeInputSecurityGroupResponse#whitelist_rules #whitelist_rules} => Array&lt;Types::InputWhitelistRule&gt;
4903
+ # * {Types::DescribeInputSecurityGroupResponse#channels #channels} => Array&lt;String&gt;
4865
4904
  #
4866
4905
  # @example Request syntax with placeholder values
4867
4906
  #
@@ -4880,6 +4919,8 @@ module Aws::MediaLive
4880
4919
  # resp.tags["__string"] #=> String
4881
4920
  # resp.whitelist_rules #=> Array
4882
4921
  # resp.whitelist_rules[0].cidr #=> String
4922
+ # resp.channels #=> Array
4923
+ # resp.channels[0] #=> String
4883
4924
  #
4884
4925
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputSecurityGroup AWS API Documentation
4885
4926
  #
@@ -5346,6 +5387,8 @@ module Aws::MediaLive
5346
5387
  # resp.channels[0].destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
5347
5388
  # resp.channels[0].destinations[0].srt_settings[0].stream_id #=> String
5348
5389
  # resp.channels[0].destinations[0].srt_settings[0].url #=> String
5390
+ # resp.channels[0].destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
5391
+ # resp.channels[0].destinations[0].srt_settings[0].listener_port #=> Integer
5349
5392
  # resp.channels[0].destinations[0].logical_interface_names #=> Array
5350
5393
  # resp.channels[0].destinations[0].logical_interface_names[0] #=> String
5351
5394
  # resp.channels[0].egress_endpoints #=> Array
@@ -5448,6 +5491,8 @@ module Aws::MediaLive
5448
5491
  # resp.channels[0].linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
5449
5492
  # resp.channels[0].linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
5450
5493
  # resp.channels[0].linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
5494
+ # resp.channels[0].channel_security_groups #=> Array
5495
+ # resp.channels[0].channel_security_groups[0] #=> String
5451
5496
  # resp.next_token #=> String
5452
5497
  #
5453
5498
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListChannels AWS API Documentation
@@ -5616,6 +5661,8 @@ module Aws::MediaLive
5616
5661
  # resp.input_security_groups[0].tags["__string"] #=> String
5617
5662
  # resp.input_security_groups[0].whitelist_rules #=> Array
5618
5663
  # resp.input_security_groups[0].whitelist_rules[0].cidr #=> String
5664
+ # resp.input_security_groups[0].channels #=> Array
5665
+ # resp.input_security_groups[0].channels[0] #=> String
5619
5666
  # resp.next_token #=> String
5620
5667
  #
5621
5668
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputSecurityGroups AWS API Documentation
@@ -5683,7 +5730,7 @@ module Aws::MediaLive
5683
5730
  # resp.inputs[0].state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
5684
5731
  # resp.inputs[0].tags #=> Hash
5685
5732
  # resp.inputs[0].tags["__string"] #=> String
5686
- # resp.inputs[0].type #=> String, one of "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", "MEDIACONNECT_ROUTER"
5733
+ # resp.inputs[0].type #=> String, one of "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", "MEDIACONNECT_ROUTER", "SRT_LISTENER"
5687
5734
  # resp.inputs[0].srt_settings.srt_caller_sources #=> Array
5688
5735
  # resp.inputs[0].srt_settings.srt_caller_sources[0].decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
5689
5736
  # resp.inputs[0].srt_settings.srt_caller_sources[0].decryption.passphrase_secret_arn #=> String
@@ -5691,6 +5738,10 @@ module Aws::MediaLive
5691
5738
  # resp.inputs[0].srt_settings.srt_caller_sources[0].srt_listener_address #=> String
5692
5739
  # resp.inputs[0].srt_settings.srt_caller_sources[0].srt_listener_port #=> String
5693
5740
  # resp.inputs[0].srt_settings.srt_caller_sources[0].stream_id #=> String
5741
+ # resp.inputs[0].srt_settings.srt_listener_settings.decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
5742
+ # resp.inputs[0].srt_settings.srt_listener_settings.decryption.passphrase_secret_arn #=> String
5743
+ # resp.inputs[0].srt_settings.srt_listener_settings.minimum_latency #=> Integer
5744
+ # resp.inputs[0].srt_settings.srt_listener_settings.stream_id #=> String
5694
5745
  # resp.inputs[0].input_network_location #=> String, one of "AWS", "ON_PREMISES"
5695
5746
  # resp.inputs[0].multicast_settings.sources #=> Array
5696
5747
  # resp.inputs[0].multicast_settings.sources[0].source_ip #=> String
@@ -6158,6 +6209,7 @@ module Aws::MediaLive
6158
6209
  # * {Types::StartChannelResponse#anywhere_settings #anywhere_settings} => Types::DescribeAnywhereSettings
6159
6210
  # * {Types::StartChannelResponse#channel_engine_version #channel_engine_version} => Types::ChannelEngineVersionResponse
6160
6211
  # * {Types::StartChannelResponse#linked_channel_settings #linked_channel_settings} => Types::DescribeLinkedChannelSettings
6212
+ # * {Types::StartChannelResponse#channel_security_groups #channel_security_groups} => Array&lt;String&gt;
6161
6213
  #
6162
6214
  # @example Request syntax with placeholder values
6163
6215
  #
@@ -6189,6 +6241,8 @@ module Aws::MediaLive
6189
6241
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
6190
6242
  # resp.destinations[0].srt_settings[0].stream_id #=> String
6191
6243
  # resp.destinations[0].srt_settings[0].url #=> String
6244
+ # resp.destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
6245
+ # resp.destinations[0].srt_settings[0].listener_port #=> Integer
6192
6246
  # resp.destinations[0].logical_interface_names #=> Array
6193
6247
  # resp.destinations[0].logical_interface_names[0] #=> String
6194
6248
  # resp.egress_endpoints #=> Array
@@ -7022,6 +7076,8 @@ module Aws::MediaLive
7022
7076
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
7023
7077
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
7024
7078
  # resp.linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
7079
+ # resp.channel_security_groups #=> Array
7080
+ # resp.channel_security_groups[0] #=> String
7025
7081
  #
7026
7082
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannel AWS API Documentation
7027
7083
  #
@@ -7163,6 +7219,7 @@ module Aws::MediaLive
7163
7219
  # * {Types::StopChannelResponse#anywhere_settings #anywhere_settings} => Types::DescribeAnywhereSettings
7164
7220
  # * {Types::StopChannelResponse#channel_engine_version #channel_engine_version} => Types::ChannelEngineVersionResponse
7165
7221
  # * {Types::StopChannelResponse#linked_channel_settings #linked_channel_settings} => Types::DescribeLinkedChannelSettings
7222
+ # * {Types::StopChannelResponse#channel_security_groups #channel_security_groups} => Array&lt;String&gt;
7166
7223
  #
7167
7224
  # @example Request syntax with placeholder values
7168
7225
  #
@@ -7194,6 +7251,8 @@ module Aws::MediaLive
7194
7251
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
7195
7252
  # resp.destinations[0].srt_settings[0].stream_id #=> String
7196
7253
  # resp.destinations[0].srt_settings[0].url #=> String
7254
+ # resp.destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
7255
+ # resp.destinations[0].srt_settings[0].listener_port #=> Integer
7197
7256
  # resp.destinations[0].logical_interface_names #=> Array
7198
7257
  # resp.destinations[0].logical_interface_names[0] #=> String
7199
7258
  # resp.egress_endpoints #=> Array
@@ -8027,6 +8086,8 @@ module Aws::MediaLive
8027
8086
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
8028
8087
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
8029
8088
  # resp.linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
8089
+ # resp.channel_security_groups #=> Array
8090
+ # resp.channel_security_groups[0] #=> String
8030
8091
  #
8031
8092
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannel AWS API Documentation
8032
8093
  #
@@ -8206,6 +8267,8 @@ module Aws::MediaLive
8206
8267
  # @option params [Types::LinkedChannelSettings] :linked_channel_settings
8207
8268
  # Configuration for linked channel relationships
8208
8269
  #
8270
+ # @option params [Array<String>] :channel_security_groups
8271
+ #
8209
8272
  # @return [Types::UpdateChannelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8210
8273
  #
8211
8274
  # * {Types::UpdateChannelResponse#channel #channel} => Types::Channel
@@ -8234,6 +8297,8 @@ module Aws::MediaLive
8234
8297
  # resp.channel.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
8235
8298
  # resp.channel.destinations[0].srt_settings[0].stream_id #=> String
8236
8299
  # resp.channel.destinations[0].srt_settings[0].url #=> String
8300
+ # resp.channel.destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
8301
+ # resp.channel.destinations[0].srt_settings[0].listener_port #=> Integer
8237
8302
  # resp.channel.destinations[0].logical_interface_names #=> Array
8238
8303
  # resp.channel.destinations[0].logical_interface_names[0] #=> String
8239
8304
  # resp.channel.egress_endpoints #=> Array
@@ -9067,6 +9132,8 @@ module Aws::MediaLive
9067
9132
  # resp.channel.linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
9068
9133
  # resp.channel.linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
9069
9134
  # resp.channel.linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
9135
+ # resp.channel.channel_security_groups #=> Array
9136
+ # resp.channel.channel_security_groups[0] #=> String
9070
9137
  #
9071
9138
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannel AWS API Documentation
9072
9139
  #
@@ -9125,6 +9192,8 @@ module Aws::MediaLive
9125
9192
  # encryption_passphrase_secret_arn: "__string",
9126
9193
  # stream_id: "__string",
9127
9194
  # url: "__string",
9195
+ # connection_mode: "CALLER", # accepts CALLER, LISTENER
9196
+ # listener_port: 1,
9128
9197
  # },
9129
9198
  # ],
9130
9199
  # logical_interface_names: ["__string"],
@@ -9156,6 +9225,8 @@ module Aws::MediaLive
9156
9225
  # resp.channel.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
9157
9226
  # resp.channel.destinations[0].srt_settings[0].stream_id #=> String
9158
9227
  # resp.channel.destinations[0].srt_settings[0].url #=> String
9228
+ # resp.channel.destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
9229
+ # resp.channel.destinations[0].srt_settings[0].listener_port #=> Integer
9159
9230
  # resp.channel.destinations[0].logical_interface_names #=> Array
9160
9231
  # resp.channel.destinations[0].logical_interface_names[0] #=> String
9161
9232
  # resp.channel.egress_endpoints #=> Array
@@ -9989,6 +10060,8 @@ module Aws::MediaLive
9989
10060
  # resp.channel.linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
9990
10061
  # resp.channel.linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
9991
10062
  # resp.channel.linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
10063
+ # resp.channel.channel_security_groups #=> Array
10064
+ # resp.channel.channel_security_groups[0] #=> String
9992
10065
  #
9993
10066
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelClass AWS API Documentation
9994
10067
  #
@@ -10018,9 +10091,9 @@ module Aws::MediaLive
10018
10091
  # @option params [Array<Types::InputSourceRequest>] :sources
10019
10092
  #
10020
10093
  # @option params [Types::SrtSettingsRequest] :srt_settings
10021
- # Configures the sources for this SRT input. For a single-pipeline
10022
- # input, include one srtCallerSource in the array. For a
10023
- # standard-pipeline input, include two srtCallerSource.
10094
+ # Configures the settings for SRT inputs. Provide either
10095
+ # srtCallerSources (for SRT\_CALLER type) OR srtListenerSettings (for
10096
+ # SRT\_LISTENER type), not both.
10024
10097
  #
10025
10098
  # @option params [Types::MulticastSettingsUpdateRequest] :multicast_settings
10026
10099
  # Settings for a Multicast input. Contains a list of multicast Urls and
@@ -10093,6 +10166,14 @@ module Aws::MediaLive
10093
10166
  # stream_id: "__string",
10094
10167
  # },
10095
10168
  # ],
10169
+ # srt_listener_settings: {
10170
+ # decryption: { # required
10171
+ # algorithm: "AES128", # required, accepts AES128, AES192, AES256
10172
+ # passphrase_secret_arn: "__string", # required
10173
+ # },
10174
+ # minimum_latency: 1, # required
10175
+ # stream_id: "__string",
10176
+ # },
10096
10177
  # },
10097
10178
  # multicast_settings: {
10098
10179
  # sources: [
@@ -10167,7 +10248,7 @@ module Aws::MediaLive
10167
10248
  # resp.input.state #=> String, one of "CREATING", "DETACHED", "ATTACHED", "DELETING", "DELETED"
10168
10249
  # resp.input.tags #=> Hash
10169
10250
  # resp.input.tags["__string"] #=> String
10170
- # resp.input.type #=> String, one of "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", "MEDIACONNECT_ROUTER"
10251
+ # resp.input.type #=> String, one of "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", "MEDIACONNECT_ROUTER", "SRT_LISTENER"
10171
10252
  # resp.input.srt_settings.srt_caller_sources #=> Array
10172
10253
  # resp.input.srt_settings.srt_caller_sources[0].decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
10173
10254
  # resp.input.srt_settings.srt_caller_sources[0].decryption.passphrase_secret_arn #=> String
@@ -10175,6 +10256,10 @@ module Aws::MediaLive
10175
10256
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_address #=> String
10176
10257
  # resp.input.srt_settings.srt_caller_sources[0].srt_listener_port #=> String
10177
10258
  # resp.input.srt_settings.srt_caller_sources[0].stream_id #=> String
10259
+ # resp.input.srt_settings.srt_listener_settings.decryption.algorithm #=> String, one of "AES128", "AES192", "AES256"
10260
+ # resp.input.srt_settings.srt_listener_settings.decryption.passphrase_secret_arn #=> String
10261
+ # resp.input.srt_settings.srt_listener_settings.minimum_latency #=> Integer
10262
+ # resp.input.srt_settings.srt_listener_settings.stream_id #=> String
10178
10263
  # resp.input.input_network_location #=> String, one of "AWS", "ON_PREMISES"
10179
10264
  # resp.input.multicast_settings.sources #=> Array
10180
10265
  # resp.input.multicast_settings.sources[0].source_ip #=> String
@@ -10381,6 +10466,8 @@ module Aws::MediaLive
10381
10466
  # resp.security_group.tags["__string"] #=> String
10382
10467
  # resp.security_group.whitelist_rules #=> Array
10383
10468
  # resp.security_group.whitelist_rules[0].cidr #=> String
10469
+ # resp.security_group.channels #=> Array
10470
+ # resp.security_group.channels[0] #=> String
10384
10471
  #
10385
10472
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputSecurityGroup AWS API Documentation
10386
10473
  #
@@ -10647,6 +10734,7 @@ module Aws::MediaLive
10647
10734
  # * {Types::RestartChannelPipelinesResponse#anywhere_settings #anywhere_settings} => Types::DescribeAnywhereSettings
10648
10735
  # * {Types::RestartChannelPipelinesResponse#channel_engine_version #channel_engine_version} => Types::ChannelEngineVersionResponse
10649
10736
  # * {Types::RestartChannelPipelinesResponse#linked_channel_settings #linked_channel_settings} => Types::DescribeLinkedChannelSettings
10737
+ # * {Types::RestartChannelPipelinesResponse#channel_security_groups #channel_security_groups} => Array&lt;String&gt;
10650
10738
  #
10651
10739
  # @example Request syntax with placeholder values
10652
10740
  #
@@ -10679,6 +10767,8 @@ module Aws::MediaLive
10679
10767
  # resp.destinations[0].srt_settings[0].encryption_passphrase_secret_arn #=> String
10680
10768
  # resp.destinations[0].srt_settings[0].stream_id #=> String
10681
10769
  # resp.destinations[0].srt_settings[0].url #=> String
10770
+ # resp.destinations[0].srt_settings[0].connection_mode #=> String, one of "CALLER", "LISTENER"
10771
+ # resp.destinations[0].srt_settings[0].listener_port #=> Integer
10682
10772
  # resp.destinations[0].logical_interface_names #=> Array
10683
10773
  # resp.destinations[0].logical_interface_names[0] #=> String
10684
10774
  # resp.egress_endpoints #=> Array
@@ -11513,6 +11603,8 @@ module Aws::MediaLive
11513
11603
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns #=> Array
11514
11604
  # resp.linked_channel_settings.primary_channel_settings.following_channel_arns[0] #=> String
11515
11605
  # resp.linked_channel_settings.primary_channel_settings.linked_channel_type #=> String, one of "FOLLOWING_CHANNEL", "PRIMARY_CHANNEL"
11606
+ # resp.channel_security_groups #=> Array
11607
+ # resp.channel_security_groups[0] #=> String
11516
11608
  #
11517
11609
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RestartChannelPipelines AWS API Documentation
11518
11610
  #
@@ -13414,6 +13506,8 @@ module Aws::MediaLive
13414
13506
  # resp.node_interface_mappings[0].logical_interface_name #=> String
13415
13507
  # resp.node_interface_mappings[0].network_interface_mode #=> String, one of "NAT", "BRIDGE"
13416
13508
  # resp.node_interface_mappings[0].physical_interface_name #=> String
13509
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses #=> Array
13510
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses[0] #=> String
13417
13511
  # resp.role #=> String, one of "BACKUP", "ACTIVE"
13418
13512
  # resp.state #=> String, one of "CREATED", "REGISTERING", "READY_TO_ACTIVATE", "REGISTRATION_FAILED", "ACTIVATION_FAILED", "ACTIVE", "READY", "IN_USE", "DEREGISTERING", "DRAINING", "DEREGISTRATION_FAILED", "DEREGISTERED"
13419
13513
  # resp.sdi_source_mappings #=> Array
@@ -13480,6 +13574,7 @@ module Aws::MediaLive
13480
13574
  # logical_interface_name: "__string",
13481
13575
  # network_interface_mode: "NAT", # accepts NAT, BRIDGE
13482
13576
  # physical_interface_name: "__string",
13577
+ # physical_interface_ip_addresses: ["__string"],
13483
13578
  # },
13484
13579
  # ],
13485
13580
  # request_id: "__string",
@@ -13674,6 +13769,8 @@ module Aws::MediaLive
13674
13769
  # resp.node_interface_mappings[0].logical_interface_name #=> String
13675
13770
  # resp.node_interface_mappings[0].network_interface_mode #=> String, one of "NAT", "BRIDGE"
13676
13771
  # resp.node_interface_mappings[0].physical_interface_name #=> String
13772
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses #=> Array
13773
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses[0] #=> String
13677
13774
  # resp.role #=> String, one of "BACKUP", "ACTIVE"
13678
13775
  # resp.state #=> String, one of "CREATED", "REGISTERING", "READY_TO_ACTIVATE", "REGISTRATION_FAILED", "ACTIVATION_FAILED", "ACTIVE", "READY", "IN_USE", "DEREGISTERING", "DRAINING", "DEREGISTRATION_FAILED", "DEREGISTERED"
13679
13776
  # resp.sdi_source_mappings #=> Array
@@ -13876,6 +13973,8 @@ module Aws::MediaLive
13876
13973
  # resp.node_interface_mappings[0].logical_interface_name #=> String
13877
13974
  # resp.node_interface_mappings[0].network_interface_mode #=> String, one of "NAT", "BRIDGE"
13878
13975
  # resp.node_interface_mappings[0].physical_interface_name #=> String
13976
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses #=> Array
13977
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses[0] #=> String
13879
13978
  # resp.role #=> String, one of "BACKUP", "ACTIVE"
13880
13979
  # resp.state #=> String, one of "CREATED", "REGISTERING", "READY_TO_ACTIVATE", "REGISTRATION_FAILED", "ACTIVATION_FAILED", "ACTIVE", "READY", "IN_USE", "DEREGISTERING", "DRAINING", "DEREGISTRATION_FAILED", "DEREGISTERED"
13881
13980
  # resp.sdi_source_mappings #=> Array
@@ -14075,6 +14174,8 @@ module Aws::MediaLive
14075
14174
  # resp.nodes[0].node_interface_mappings[0].logical_interface_name #=> String
14076
14175
  # resp.nodes[0].node_interface_mappings[0].network_interface_mode #=> String, one of "NAT", "BRIDGE"
14077
14176
  # resp.nodes[0].node_interface_mappings[0].physical_interface_name #=> String
14177
+ # resp.nodes[0].node_interface_mappings[0].physical_interface_ip_addresses #=> Array
14178
+ # resp.nodes[0].node_interface_mappings[0].physical_interface_ip_addresses[0] #=> String
14078
14179
  # resp.nodes[0].role #=> String, one of "BACKUP", "ACTIVE"
14079
14180
  # resp.nodes[0].state #=> String, one of "CREATED", "REGISTERING", "READY_TO_ACTIVATE", "REGISTRATION_FAILED", "ACTIVATION_FAILED", "ACTIVE", "READY", "IN_USE", "DEREGISTERING", "DRAINING", "DEREGISTRATION_FAILED", "DEREGISTERED"
14080
14181
  # resp.nodes[0].sdi_source_mappings #=> Array
@@ -14346,6 +14447,8 @@ module Aws::MediaLive
14346
14447
  # resp.node_interface_mappings[0].logical_interface_name #=> String
14347
14448
  # resp.node_interface_mappings[0].network_interface_mode #=> String, one of "NAT", "BRIDGE"
14348
14449
  # resp.node_interface_mappings[0].physical_interface_name #=> String
14450
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses #=> Array
14451
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses[0] #=> String
14349
14452
  # resp.role #=> String, one of "BACKUP", "ACTIVE"
14350
14453
  # resp.state #=> String, one of "CREATED", "REGISTERING", "READY_TO_ACTIVATE", "REGISTRATION_FAILED", "ACTIVATION_FAILED", "ACTIVE", "READY", "IN_USE", "DEREGISTERING", "DRAINING", "DEREGISTRATION_FAILED", "DEREGISTERED"
14351
14454
  # resp.sdi_source_mappings #=> Array
@@ -14411,6 +14514,8 @@ module Aws::MediaLive
14411
14514
  # resp.node_interface_mappings[0].logical_interface_name #=> String
14412
14515
  # resp.node_interface_mappings[0].network_interface_mode #=> String, one of "NAT", "BRIDGE"
14413
14516
  # resp.node_interface_mappings[0].physical_interface_name #=> String
14517
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses #=> Array
14518
+ # resp.node_interface_mappings[0].physical_interface_ip_addresses[0] #=> String
14414
14519
  # resp.role #=> String, one of "BACKUP", "ACTIVE"
14415
14520
  # resp.state #=> String, one of "CREATED", "REGISTERING", "READY_TO_ACTIVATE", "REGISTRATION_FAILED", "ACTIVATION_FAILED", "ACTIVE", "READY", "IN_USE", "DEREGISTERING", "DRAINING", "DEREGISTRATION_FAILED", "DEREGISTERED"
14416
14521
  # resp.sdi_source_mappings #=> Array
@@ -14840,7 +14945,7 @@ module Aws::MediaLive
14840
14945
  tracer: tracer
14841
14946
  )
14842
14947
  context[:gem_name] = 'aws-sdk-medialive'
14843
- context[:gem_version] = '1.176.0'
14948
+ context[:gem_version] = '1.177.0'
14844
14949
  Seahorse::Client::Request.new(handlers, context)
14845
14950
  end
14846
14951