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.
@@ -177,6 +177,7 @@ module Aws::MediaLive
177
177
  ColorSpacePassthroughSettings = Shapes::StructureShape.new(name: 'ColorSpacePassthroughSettings')
178
178
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
179
179
  ConflictExceptionResponseContent = Shapes::StructureShape.new(name: 'ConflictExceptionResponseContent')
180
+ ConnectionMode = Shapes::StringShape.new(name: 'ConnectionMode')
180
181
  ContentType = Shapes::StringShape.new(name: 'ContentType')
181
182
  CreateChannel = Shapes::StructureShape.new(name: 'CreateChannel')
182
183
  CreateChannelPlacementGroupRequest = Shapes::StructureShape.new(name: 'CreateChannelPlacementGroupRequest')
@@ -914,6 +915,10 @@ module Aws::MediaLive
914
915
  SrtCallerSourceRequest = Shapes::StructureShape.new(name: 'SrtCallerSourceRequest')
915
916
  SrtEncryptionType = Shapes::StringShape.new(name: 'SrtEncryptionType')
916
917
  SrtGroupSettings = Shapes::StructureShape.new(name: 'SrtGroupSettings')
918
+ SrtListenerDecryption = Shapes::StructureShape.new(name: 'SrtListenerDecryption')
919
+ SrtListenerDecryptionRequest = Shapes::StructureShape.new(name: 'SrtListenerDecryptionRequest')
920
+ SrtListenerSettings = Shapes::StructureShape.new(name: 'SrtListenerSettings')
921
+ SrtListenerSettingsRequest = Shapes::StructureShape.new(name: 'SrtListenerSettingsRequest')
917
922
  SrtOutputDestinationSettings = Shapes::StructureShape.new(name: 'SrtOutputDestinationSettings')
918
923
  SrtOutputSettings = Shapes::StructureShape.new(name: 'SrtOutputSettings')
919
924
  SrtSettings = Shapes::StructureShape.new(name: 'SrtSettings')
@@ -1127,6 +1132,7 @@ module Aws::MediaLive
1127
1132
  __integerMin1Max5 = Shapes::IntegerShape.new(name: '__integerMin1Max5')
1128
1133
  __integerMin1Max51 = Shapes::IntegerShape.new(name: '__integerMin1Max51')
1129
1134
  __integerMin1Max6 = Shapes::IntegerShape.new(name: '__integerMin1Max6')
1135
+ __integerMin1Max65535 = Shapes::IntegerShape.new(name: '__integerMin1Max65535')
1130
1136
  __integerMin1Max8 = Shapes::IntegerShape.new(name: '__integerMin1Max8')
1131
1137
  __integerMin1Max800 = Shapes::IntegerShape.new(name: '__integerMin1Max800')
1132
1138
  __integerMin256Max3840 = Shapes::IntegerShape.new(name: '__integerMin256Max3840')
@@ -1688,6 +1694,7 @@ module Aws::MediaLive
1688
1694
  Channel.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
1689
1695
  Channel.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionResponse, location_name: "channelEngineVersion"))
1690
1696
  Channel.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: DescribeLinkedChannelSettings, location_name: "linkedChannelSettings"))
1697
+ Channel.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
1691
1698
  Channel.struct_class = Types::Channel
1692
1699
 
1693
1700
  ChannelAlert.add_member(:alert_type, Shapes::ShapeRef.new(shape: __string, location_name: "alertType"))
@@ -1733,6 +1740,7 @@ module Aws::MediaLive
1733
1740
  ChannelSummary.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionResponse, location_name: "channelEngineVersion"))
1734
1741
  ChannelSummary.add_member(:used_channel_engine_versions, Shapes::ShapeRef.new(shape: __listOfChannelEngineVersionResponse, location_name: "usedChannelEngineVersions"))
1735
1742
  ChannelSummary.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: DescribeLinkedChannelSettings, location_name: "linkedChannelSettings"))
1743
+ ChannelSummary.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
1736
1744
  ChannelSummary.struct_class = Types::ChannelSummary
1737
1745
 
1738
1746
  ClaimDeviceRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
@@ -1851,6 +1859,7 @@ module Aws::MediaLive
1851
1859
  CreateChannel.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionRequest, location_name: "channelEngineVersion"))
1852
1860
  CreateChannel.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
1853
1861
  CreateChannel.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: LinkedChannelSettings, location_name: "linkedChannelSettings"))
1862
+ CreateChannel.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
1854
1863
  CreateChannel.struct_class = Types::CreateChannel
1855
1864
 
1856
1865
  CreateChannelPlacementGroupRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
@@ -1887,6 +1896,7 @@ module Aws::MediaLive
1887
1896
  CreateChannelRequest.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionRequest, location_name: "channelEngineVersion"))
1888
1897
  CreateChannelRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
1889
1898
  CreateChannelRequest.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: LinkedChannelSettings, location_name: "linkedChannelSettings"))
1899
+ CreateChannelRequest.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
1890
1900
  CreateChannelRequest.struct_class = Types::CreateChannelRequest
1891
1901
 
1892
1902
  CreateChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
@@ -2351,6 +2361,7 @@ module Aws::MediaLive
2351
2361
  DeleteChannelResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
2352
2362
  DeleteChannelResponse.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionResponse, location_name: "channelEngineVersion"))
2353
2363
  DeleteChannelResponse.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: DescribeLinkedChannelSettings, location_name: "linkedChannelSettings"))
2364
+ DeleteChannelResponse.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
2354
2365
  DeleteChannelResponse.struct_class = Types::DeleteChannelResponse
2355
2366
 
2356
2367
  DeleteCloudWatchAlarmTemplateGroupRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
@@ -2552,6 +2563,7 @@ module Aws::MediaLive
2552
2563
  DescribeChannelResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
2553
2564
  DescribeChannelResponse.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionResponse, location_name: "channelEngineVersion"))
2554
2565
  DescribeChannelResponse.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: DescribeLinkedChannelSettings, location_name: "linkedChannelSettings"))
2566
+ DescribeChannelResponse.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
2555
2567
  DescribeChannelResponse.struct_class = Types::DescribeChannelResponse
2556
2568
 
2557
2569
  DescribeClusterRequest.add_member(:cluster_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "clusterId"))
@@ -2661,6 +2673,7 @@ module Aws::MediaLive
2661
2673
  DescribeInputSecurityGroupResponse.add_member(:state, Shapes::ShapeRef.new(shape: InputSecurityGroupState, location_name: "state"))
2662
2674
  DescribeInputSecurityGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
2663
2675
  DescribeInputSecurityGroupResponse.add_member(:whitelist_rules, Shapes::ShapeRef.new(shape: __listOfInputWhitelistRule, location_name: "whitelistRules"))
2676
+ DescribeInputSecurityGroupResponse.add_member(:channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channels"))
2664
2677
  DescribeInputSecurityGroupResponse.struct_class = Types::DescribeInputSecurityGroupResponse
2665
2678
 
2666
2679
  DescribeLinkedChannelSettings.add_member(:follower_channel_settings, Shapes::ShapeRef.new(shape: DescribeFollowerChannelSettings, location_name: "followerChannelSettings"))
@@ -3652,6 +3665,7 @@ module Aws::MediaLive
3652
3665
  InputSecurityGroup.add_member(:state, Shapes::ShapeRef.new(shape: InputSecurityGroupState, location_name: "state"))
3653
3666
  InputSecurityGroup.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
3654
3667
  InputSecurityGroup.add_member(:whitelist_rules, Shapes::ShapeRef.new(shape: __listOfInputWhitelistRule, location_name: "whitelistRules"))
3668
+ InputSecurityGroup.add_member(:channels, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channels"))
3655
3669
  InputSecurityGroup.struct_class = Types::InputSecurityGroup
3656
3670
 
3657
3671
  InputSecurityGroupWhitelistRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
@@ -4456,6 +4470,7 @@ module Aws::MediaLive
4456
4470
  NodeInterfaceMapping.add_member(:logical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "logicalInterfaceName"))
4457
4471
  NodeInterfaceMapping.add_member(:network_interface_mode, Shapes::ShapeRef.new(shape: NetworkInterfaceMode, location_name: "networkInterfaceMode"))
4458
4472
  NodeInterfaceMapping.add_member(:physical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "physicalInterfaceName"))
4473
+ NodeInterfaceMapping.add_member(:physical_interface_ip_addresses, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "physicalInterfaceIpAddresses"))
4459
4474
  NodeInterfaceMapping.struct_class = Types::NodeInterfaceMapping
4460
4475
 
4461
4476
  NodeInterfaceMappingCreateRequest.add_member(:logical_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "logicalInterfaceName"))
@@ -4678,6 +4693,7 @@ module Aws::MediaLive
4678
4693
  RestartChannelPipelinesResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
4679
4694
  RestartChannelPipelinesResponse.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionResponse, location_name: "channelEngineVersion"))
4680
4695
  RestartChannelPipelinesResponse.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: DescribeLinkedChannelSettings, location_name: "linkedChannelSettings"))
4696
+ RestartChannelPipelinesResponse.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
4681
4697
  RestartChannelPipelinesResponse.struct_class = Types::RestartChannelPipelinesResponse
4682
4698
 
4683
4699
  Route.add_member(:cidr, Shapes::ShapeRef.new(shape: __string, location_name: "cidr"))
@@ -4907,9 +4923,29 @@ module Aws::MediaLive
4907
4923
  SrtGroupSettings.add_member(:input_loss_action, Shapes::ShapeRef.new(shape: InputLossActionForUdpOut, location_name: "inputLossAction"))
4908
4924
  SrtGroupSettings.struct_class = Types::SrtGroupSettings
4909
4925
 
4926
+ SrtListenerDecryption.add_member(:algorithm, Shapes::ShapeRef.new(shape: Algorithm, required: true, location_name: "algorithm"))
4927
+ SrtListenerDecryption.add_member(:passphrase_secret_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "passphraseSecretArn"))
4928
+ SrtListenerDecryption.struct_class = Types::SrtListenerDecryption
4929
+
4930
+ SrtListenerDecryptionRequest.add_member(:algorithm, Shapes::ShapeRef.new(shape: Algorithm, required: true, location_name: "algorithm"))
4931
+ SrtListenerDecryptionRequest.add_member(:passphrase_secret_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "passphraseSecretArn"))
4932
+ SrtListenerDecryptionRequest.struct_class = Types::SrtListenerDecryptionRequest
4933
+
4934
+ SrtListenerSettings.add_member(:decryption, Shapes::ShapeRef.new(shape: SrtListenerDecryption, location_name: "decryption"))
4935
+ SrtListenerSettings.add_member(:minimum_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minimumLatency"))
4936
+ SrtListenerSettings.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
4937
+ SrtListenerSettings.struct_class = Types::SrtListenerSettings
4938
+
4939
+ SrtListenerSettingsRequest.add_member(:decryption, Shapes::ShapeRef.new(shape: SrtListenerDecryptionRequest, required: true, location_name: "decryption"))
4940
+ SrtListenerSettingsRequest.add_member(:minimum_latency, Shapes::ShapeRef.new(shape: __integer, required: true, location_name: "minimumLatency"))
4941
+ SrtListenerSettingsRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
4942
+ SrtListenerSettingsRequest.struct_class = Types::SrtListenerSettingsRequest
4943
+
4910
4944
  SrtOutputDestinationSettings.add_member(:encryption_passphrase_secret_arn, Shapes::ShapeRef.new(shape: __string, location_name: "encryptionPassphraseSecretArn"))
4911
4945
  SrtOutputDestinationSettings.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
4912
4946
  SrtOutputDestinationSettings.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
4947
+ SrtOutputDestinationSettings.add_member(:connection_mode, Shapes::ShapeRef.new(shape: ConnectionMode, location_name: "connectionMode"))
4948
+ SrtOutputDestinationSettings.add_member(:listener_port, Shapes::ShapeRef.new(shape: __integerMin1Max65535, location_name: "listenerPort"))
4913
4949
  SrtOutputDestinationSettings.struct_class = Types::SrtOutputDestinationSettings
4914
4950
 
4915
4951
  SrtOutputSettings.add_member(:buffer_msec, Shapes::ShapeRef.new(shape: __integerMin0Max10000, location_name: "bufferMsec"))
@@ -4920,9 +4956,11 @@ module Aws::MediaLive
4920
4956
  SrtOutputSettings.struct_class = Types::SrtOutputSettings
4921
4957
 
4922
4958
  SrtSettings.add_member(:srt_caller_sources, Shapes::ShapeRef.new(shape: __listOfSrtCallerSource, location_name: "srtCallerSources"))
4959
+ SrtSettings.add_member(:srt_listener_settings, Shapes::ShapeRef.new(shape: SrtListenerSettings, location_name: "srtListenerSettings"))
4923
4960
  SrtSettings.struct_class = Types::SrtSettings
4924
4961
 
4925
4962
  SrtSettingsRequest.add_member(:srt_caller_sources, Shapes::ShapeRef.new(shape: __listOfSrtCallerSourceRequest, location_name: "srtCallerSources"))
4963
+ SrtSettingsRequest.add_member(:srt_listener_settings, Shapes::ShapeRef.new(shape: SrtListenerSettingsRequest, location_name: "srtListenerSettings"))
4926
4964
  SrtSettingsRequest.struct_class = Types::SrtSettingsRequest
4927
4965
 
4928
4966
  StandardHlsSettings.add_member(:audio_rendition_sets, Shapes::ShapeRef.new(shape: __string, location_name: "audioRenditionSets"))
@@ -4953,6 +4991,7 @@ module Aws::MediaLive
4953
4991
  StartChannelResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
4954
4992
  StartChannelResponse.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionResponse, location_name: "channelEngineVersion"))
4955
4993
  StartChannelResponse.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: DescribeLinkedChannelSettings, location_name: "linkedChannelSettings"))
4994
+ StartChannelResponse.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
4956
4995
  StartChannelResponse.struct_class = Types::StartChannelResponse
4957
4996
 
4958
4997
  StartDeleteMonitorDeploymentRequest.add_member(:identifier, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "identifier"))
@@ -5192,6 +5231,7 @@ module Aws::MediaLive
5192
5231
  StopChannelResponse.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: DescribeAnywhereSettings, location_name: "anywhereSettings"))
5193
5232
  StopChannelResponse.add_member(:channel_engine_version, Shapes::ShapeRef.new(shape: ChannelEngineVersionResponse, location_name: "channelEngineVersion"))
5194
5233
  StopChannelResponse.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: DescribeLinkedChannelSettings, location_name: "linkedChannelSettings"))
5234
+ StopChannelResponse.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
5195
5235
  StopChannelResponse.struct_class = Types::StopChannelResponse
5196
5236
 
5197
5237
  StopInputDeviceRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
@@ -5342,6 +5382,7 @@ module Aws::MediaLive
5342
5382
  UpdateChannel.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
5343
5383
  UpdateChannel.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: AnywhereSettings, location_name: "anywhereSettings"))
5344
5384
  UpdateChannel.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: LinkedChannelSettings, location_name: "linkedChannelSettings"))
5385
+ UpdateChannel.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
5345
5386
  UpdateChannel.struct_class = Types::UpdateChannel
5346
5387
 
5347
5388
  UpdateChannelClass.add_member(:channel_class, Shapes::ShapeRef.new(shape: ChannelClass, required: true, location_name: "channelClass"))
@@ -5385,6 +5426,7 @@ module Aws::MediaLive
5385
5426
  UpdateChannelRequest.add_member(:dry_run, Shapes::ShapeRef.new(shape: __boolean, location_name: "dryRun"))
5386
5427
  UpdateChannelRequest.add_member(:anywhere_settings, Shapes::ShapeRef.new(shape: AnywhereSettings, location_name: "anywhereSettings"))
5387
5428
  UpdateChannelRequest.add_member(:linked_channel_settings, Shapes::ShapeRef.new(shape: LinkedChannelSettings, location_name: "linkedChannelSettings"))
5429
+ UpdateChannelRequest.add_member(:channel_security_groups, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "channelSecurityGroups"))
5388
5430
  UpdateChannelRequest.struct_class = Types::UpdateChannelRequest
5389
5431
 
5390
5432
  UpdateChannelResponse.add_member(:channel, Shapes::ShapeRef.new(shape: Channel, location_name: "channel"))
@@ -1888,6 +1888,11 @@ module Aws::MediaLive
1888
1888
  # Linked Channel Settings for this channel.
1889
1889
  # @return [Types::DescribeLinkedChannelSettings]
1890
1890
  #
1891
+ # @!attribute [rw] channel_security_groups
1892
+ # A list of IDs for all the Input Security Groups attached to the
1893
+ # channel.
1894
+ # @return [Array<String>]
1895
+ #
1891
1896
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Channel AWS API Documentation
1892
1897
  #
1893
1898
  class Channel < Struct.new(
@@ -1911,7 +1916,8 @@ module Aws::MediaLive
1911
1916
  :vpc,
1912
1917
  :anywhere_settings,
1913
1918
  :channel_engine_version,
1914
- :linked_channel_settings)
1919
+ :linked_channel_settings,
1920
+ :channel_security_groups)
1915
1921
  SENSITIVE = []
1916
1922
  include Aws::Structure
1917
1923
  end
@@ -2027,6 +2033,11 @@ module Aws::MediaLive
2027
2033
  # Linked Channel Settings for this channel.
2028
2034
  # @return [Types::DescribeLinkedChannelSettings]
2029
2035
  #
2036
+ # @!attribute [rw] channel_security_groups
2037
+ # A list of IDs for all the Input Security Groups attached to the
2038
+ # channel.
2039
+ # @return [Array<String>]
2040
+ #
2030
2041
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ChannelSummary AWS API Documentation
2031
2042
  #
2032
2043
  class ChannelSummary < Struct.new(
@@ -2049,7 +2060,8 @@ module Aws::MediaLive
2049
2060
  :anywhere_settings,
2050
2061
  :channel_engine_version,
2051
2062
  :used_channel_engine_versions,
2052
- :linked_channel_settings)
2063
+ :linked_channel_settings,
2064
+ :channel_security_groups)
2053
2065
  SENSITIVE = []
2054
2066
  include Aws::Structure
2055
2067
  end
@@ -2214,6 +2226,11 @@ module Aws::MediaLive
2214
2226
  # The linked channel settings for the channel.
2215
2227
  # @return [Types::LinkedChannelSettings]
2216
2228
  #
2229
+ # @!attribute [rw] channel_security_groups
2230
+ # A list of IDs for all the Input Security Groups attached to the
2231
+ # channel.
2232
+ # @return [Array<String>]
2233
+ #
2217
2234
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannel AWS API Documentation
2218
2235
  #
2219
2236
  class CreateChannel < Struct.new(
@@ -2234,7 +2251,8 @@ module Aws::MediaLive
2234
2251
  :anywhere_settings,
2235
2252
  :channel_engine_version,
2236
2253
  :dry_run,
2237
- :linked_channel_settings)
2254
+ :linked_channel_settings,
2255
+ :channel_security_groups)
2238
2256
  SENSITIVE = []
2239
2257
  include Aws::Structure
2240
2258
  end
@@ -2304,6 +2322,9 @@ module Aws::MediaLive
2304
2322
  # Configuration for linked channel relationships
2305
2323
  # @return [Types::LinkedChannelSettings]
2306
2324
  #
2325
+ # @!attribute [rw] channel_security_groups
2326
+ # @return [Array<String>]
2327
+ #
2307
2328
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/CreateChannelRequest AWS API Documentation
2308
2329
  #
2309
2330
  class CreateChannelRequest < Struct.new(
@@ -2324,7 +2345,8 @@ module Aws::MediaLive
2324
2345
  :anywhere_settings,
2325
2346
  :channel_engine_version,
2326
2347
  :dry_run,
2327
- :linked_channel_settings)
2348
+ :linked_channel_settings,
2349
+ :channel_security_groups)
2328
2350
  SENSITIVE = []
2329
2351
  include Aws::Structure
2330
2352
  end
@@ -2500,9 +2522,9 @@ module Aws::MediaLive
2500
2522
  # @return [Types::InputVpcRequest]
2501
2523
  #
2502
2524
  # @!attribute [rw] srt_settings
2503
- # Configures the sources for this SRT input. For a single-pipeline
2504
- # input, include one srtCallerSource in the array. For a
2505
- # standard-pipeline input, include two srtCallerSource.
2525
+ # Configures the settings for SRT inputs. Provide either
2526
+ # srtCallerSources (for SRT\_CALLER type) OR srtListenerSettings (for
2527
+ # SRT\_LISTENER type), not both.
2506
2528
  # @return [Types::SrtSettingsRequest]
2507
2529
  #
2508
2530
  # @!attribute [rw] input_network_location
@@ -2932,6 +2954,9 @@ module Aws::MediaLive
2932
2954
  # Linked channel configuration details
2933
2955
  # @return [Types::DescribeLinkedChannelSettings]
2934
2956
  #
2957
+ # @!attribute [rw] channel_security_groups
2958
+ # @return [Array<String>]
2959
+ #
2935
2960
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DeleteChannelResponse AWS API Documentation
2936
2961
  #
2937
2962
  class DeleteChannelResponse < Struct.new(
@@ -2955,7 +2980,8 @@ module Aws::MediaLive
2955
2980
  :vpc,
2956
2981
  :anywhere_settings,
2957
2982
  :channel_engine_version,
2958
- :linked_channel_settings)
2983
+ :linked_channel_settings,
2984
+ :channel_security_groups)
2959
2985
  SENSITIVE = []
2960
2986
  include Aws::Structure
2961
2987
  end
@@ -3334,6 +3360,9 @@ module Aws::MediaLive
3334
3360
  # Linked channel configuration details
3335
3361
  # @return [Types::DescribeLinkedChannelSettings]
3336
3362
  #
3363
+ # @!attribute [rw] channel_security_groups
3364
+ # @return [Array<String>]
3365
+ #
3337
3366
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeChannelResponse AWS API Documentation
3338
3367
  #
3339
3368
  class DescribeChannelResponse < Struct.new(
@@ -3357,7 +3386,8 @@ module Aws::MediaLive
3357
3386
  :vpc,
3358
3387
  :anywhere_settings,
3359
3388
  :channel_engine_version,
3360
- :linked_channel_settings)
3389
+ :linked_channel_settings,
3390
+ :channel_security_groups)
3361
3391
  SENSITIVE = []
3362
3392
  include Aws::Structure
3363
3393
  end
@@ -3576,7 +3606,7 @@ module Aws::MediaLive
3576
3606
  # @return [String]
3577
3607
  #
3578
3608
  # @!attribute [rw] srt_settings
3579
- # The configured sources for this SRT input.
3609
+ # The configured settings for SRT inputs (caller and listener).
3580
3610
  # @return [Types::SrtSettings]
3581
3611
  #
3582
3612
  # @!attribute [rw] input_network_location
@@ -3660,6 +3690,9 @@ module Aws::MediaLive
3660
3690
  # @!attribute [rw] whitelist_rules
3661
3691
  # @return [Array<Types::InputWhitelistRule>]
3662
3692
  #
3693
+ # @!attribute [rw] channels
3694
+ # @return [Array<String>]
3695
+ #
3663
3696
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputSecurityGroupResponse AWS API Documentation
3664
3697
  #
3665
3698
  class DescribeInputSecurityGroupResponse < Struct.new(
@@ -3668,7 +3701,8 @@ module Aws::MediaLive
3668
3701
  :inputs,
3669
3702
  :state,
3670
3703
  :tags,
3671
- :whitelist_rules)
3704
+ :whitelist_rules,
3705
+ :channels)
3672
3706
  SENSITIVE = []
3673
3707
  include Aws::Structure
3674
3708
  end
@@ -7623,6 +7657,11 @@ module Aws::MediaLive
7623
7657
  # Whitelist rules and their sync status
7624
7658
  # @return [Array<Types::InputWhitelistRule>]
7625
7659
  #
7660
+ # @!attribute [rw] channels
7661
+ # The list of channels currently using this Input Security Group as
7662
+ # their channel security group.
7663
+ # @return [Array<String>]
7664
+ #
7626
7665
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputSecurityGroup AWS API Documentation
7627
7666
  #
7628
7667
  class InputSecurityGroup < Struct.new(
@@ -7631,7 +7670,8 @@ module Aws::MediaLive
7631
7670
  :inputs,
7632
7671
  :state,
7633
7672
  :tags,
7634
- :whitelist_rules)
7673
+ :whitelist_rules,
7674
+ :channels)
7635
7675
  SENSITIVE = []
7636
7676
  include Aws::Structure
7637
7677
  end
@@ -11839,6 +11879,9 @@ module Aws::MediaLive
11839
11879
  # Linked channel configuration details
11840
11880
  # @return [Types::DescribeLinkedChannelSettings]
11841
11881
  #
11882
+ # @!attribute [rw] channel_security_groups
11883
+ # @return [Array<String>]
11884
+ #
11842
11885
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StartChannelResponse AWS API Documentation
11843
11886
  #
11844
11887
  class StartChannelResponse < Struct.new(
@@ -11862,7 +11905,8 @@ module Aws::MediaLive
11862
11905
  :vpc,
11863
11906
  :anywhere_settings,
11864
11907
  :channel_engine_version,
11865
- :linked_channel_settings)
11908
+ :linked_channel_settings,
11909
+ :channel_security_groups)
11866
11910
  SENSITIVE = []
11867
11911
  include Aws::Structure
11868
11912
  end
@@ -12291,6 +12335,9 @@ module Aws::MediaLive
12291
12335
  # Linked channel configuration details
12292
12336
  # @return [Types::DescribeLinkedChannelSettings]
12293
12337
  #
12338
+ # @!attribute [rw] channel_security_groups
12339
+ # @return [Array<String>]
12340
+ #
12294
12341
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StopChannelResponse AWS API Documentation
12295
12342
  #
12296
12343
  class StopChannelResponse < Struct.new(
@@ -12314,7 +12361,8 @@ module Aws::MediaLive
12314
12361
  :vpc,
12315
12362
  :anywhere_settings,
12316
12363
  :channel_engine_version,
12317
- :linked_channel_settings)
12364
+ :linked_channel_settings,
12365
+ :channel_security_groups)
12318
12366
  SENSITIVE = []
12319
12367
  include Aws::Structure
12320
12368
  end
@@ -12924,6 +12972,11 @@ module Aws::MediaLive
12924
12972
  # The linked channel settings for the channel.
12925
12973
  # @return [Types::LinkedChannelSettings]
12926
12974
  #
12975
+ # @!attribute [rw] channel_security_groups
12976
+ # A list of IDs for all the Input Security Groups attached to the
12977
+ # channel.
12978
+ # @return [Array<String>]
12979
+ #
12927
12980
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannel AWS API Documentation
12928
12981
  #
12929
12982
  class UpdateChannel < Struct.new(
@@ -12939,7 +12992,8 @@ module Aws::MediaLive
12939
12992
  :channel_engine_version,
12940
12993
  :dry_run,
12941
12994
  :anywhere_settings,
12942
- :linked_channel_settings)
12995
+ :linked_channel_settings,
12996
+ :channel_security_groups)
12943
12997
  SENSITIVE = []
12944
12998
  include Aws::Structure
12945
12999
  end
@@ -13039,6 +13093,9 @@ module Aws::MediaLive
13039
13093
  # Configuration for linked channel relationships
13040
13094
  # @return [Types::LinkedChannelSettings]
13041
13095
  #
13096
+ # @!attribute [rw] channel_security_groups
13097
+ # @return [Array<String>]
13098
+ #
13042
13099
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateChannelRequest AWS API Documentation
13043
13100
  #
13044
13101
  class UpdateChannelRequest < Struct.new(
@@ -13055,7 +13112,8 @@ module Aws::MediaLive
13055
13112
  :channel_engine_version,
13056
13113
  :dry_run,
13057
13114
  :anywhere_settings,
13058
- :linked_channel_settings)
13115
+ :linked_channel_settings,
13116
+ :channel_security_groups)
13059
13117
  SENSITIVE = []
13060
13118
  include Aws::Structure
13061
13119
  end
@@ -13333,9 +13391,9 @@ module Aws::MediaLive
13333
13391
  # @return [Array<Types::InputSourceRequest>]
13334
13392
  #
13335
13393
  # @!attribute [rw] srt_settings
13336
- # Configures the sources for this SRT input. For a single-pipeline
13337
- # input, include one srtCallerSource in the array. For a
13338
- # standard-pipeline input, include two srtCallerSource.
13394
+ # Configures the settings for SRT inputs. Provide either
13395
+ # srtCallerSources (for SRT\_CALLER type) OR srtListenerSettings (for
13396
+ # SRT\_LISTENER type), not both.
13339
13397
  # @return [Types::SrtSettingsRequest]
13340
13398
  #
13341
13399
  # @!attribute [rw] multicast_settings
@@ -14139,6 +14197,9 @@ module Aws::MediaLive
14139
14197
  # Linked channel configuration details
14140
14198
  # @return [Types::DescribeLinkedChannelSettings]
14141
14199
  #
14200
+ # @!attribute [rw] channel_security_groups
14201
+ # @return [Array<String>]
14202
+ #
14142
14203
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/RestartChannelPipelinesResponse AWS API Documentation
14143
14204
  #
14144
14205
  class RestartChannelPipelinesResponse < Struct.new(
@@ -14163,7 +14224,8 @@ module Aws::MediaLive
14163
14224
  :vpc,
14164
14225
  :anywhere_settings,
14165
14226
  :channel_engine_version,
14166
- :linked_channel_settings)
14227
+ :linked_channel_settings,
14228
+ :channel_security_groups)
14167
14229
  SENSITIVE = []
14168
14230
  include Aws::Structure
14169
14231
  end
@@ -18369,30 +18431,42 @@ module Aws::MediaLive
18369
18431
  include Aws::Structure
18370
18432
  end
18371
18433
 
18372
- # The configured sources for this SRT input.
18434
+ # The configured settings for SRT inputs (caller and listener).
18373
18435
  #
18374
18436
  # @!attribute [rw] srt_caller_sources
18375
18437
  # @return [Array<Types::SrtCallerSource>]
18376
18438
  #
18439
+ # @!attribute [rw] srt_listener_settings
18440
+ # Settings for SRT Listener input.
18441
+ # @return [Types::SrtListenerSettings]
18442
+ #
18377
18443
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtSettings AWS API Documentation
18378
18444
  #
18379
18445
  class SrtSettings < Struct.new(
18380
- :srt_caller_sources)
18446
+ :srt_caller_sources,
18447
+ :srt_listener_settings)
18381
18448
  SENSITIVE = []
18382
18449
  include Aws::Structure
18383
18450
  end
18384
18451
 
18385
- # Configures the sources for this SRT input. For a single-pipeline
18386
- # input, include one srtCallerSource in the array. For a
18387
- # standard-pipeline input, include two srtCallerSource.
18452
+ # Configures the settings for SRT inputs. Provide either
18453
+ # srtCallerSources (for SRT\_CALLER type) OR srtListenerSettings (for
18454
+ # SRT\_LISTENER type), not both.
18388
18455
  #
18389
18456
  # @!attribute [rw] srt_caller_sources
18390
18457
  # @return [Array<Types::SrtCallerSourceRequest>]
18391
18458
  #
18459
+ # @!attribute [rw] srt_listener_settings
18460
+ # Configuration for SRT Listener input. Encryption is REQUIRED for all
18461
+ # SRT Listener inputs for security reasons. You must provide
18462
+ # decryption settings including algorithm and passphrase secret ARN.
18463
+ # @return [Types::SrtListenerSettingsRequest]
18464
+ #
18392
18465
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtSettingsRequest AWS API Documentation
18393
18466
  #
18394
18467
  class SrtSettingsRequest < Struct.new(
18395
- :srt_caller_sources)
18468
+ :srt_caller_sources,
18469
+ :srt_listener_settings)
18396
18470
  SENSITIVE = []
18397
18471
  include Aws::Structure
18398
18472
  end
@@ -20620,12 +20694,18 @@ module Aws::MediaLive
20620
20694
  # running Elemental anywhere.
20621
20695
  # @return [String]
20622
20696
  #
20697
+ # @!attribute [rw] physical_interface_ip_addresses
20698
+ # The IP addresses associated with the physical interface on the node
20699
+ # hardware.
20700
+ # @return [Array<String>]
20701
+ #
20623
20702
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/NodeInterfaceMapping AWS API Documentation
20624
20703
  #
20625
20704
  class NodeInterfaceMapping < Struct.new(
20626
20705
  :logical_interface_name,
20627
20706
  :network_interface_mode,
20628
- :physical_interface_name)
20707
+ :physical_interface_name,
20708
+ :physical_interface_ip_addresses)
20629
20709
  SENSITIVE = []
20630
20710
  include Aws::Structure
20631
20711
  end
@@ -20748,12 +20828,26 @@ module Aws::MediaLive
20748
20828
  # A URL specifying a destination
20749
20829
  # @return [String]
20750
20830
  #
20831
+ # @!attribute [rw] connection_mode
20832
+ # Specifies the mode the output should use for connection
20833
+ # establishment. CALLER mode requires URL, LISTENER mode requires
20834
+ # port.
20835
+ # @return [String]
20836
+ #
20837
+ # @!attribute [rw] listener_port
20838
+ # Port number for listener mode connections (required when
20839
+ # connectionMode is LISTENER, must not be provided when connectionMode
20840
+ # is CALLER).
20841
+ # @return [Integer]
20842
+ #
20751
20843
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtOutputDestinationSettings AWS API Documentation
20752
20844
  #
20753
20845
  class SrtOutputDestinationSettings < Struct.new(
20754
20846
  :encryption_passphrase_secret_arn,
20755
20847
  :stream_id,
20756
- :url)
20848
+ :url,
20849
+ :connection_mode,
20850
+ :listener_port)
20757
20851
  SENSITIVE = []
20758
20852
  include Aws::Structure
20759
20853
  end
@@ -22672,6 +22766,102 @@ module Aws::MediaLive
22672
22766
  include Aws::Structure
22673
22767
  end
22674
22768
 
22769
+ # Decryption settings for SRT listener. If present, both algorithm and
22770
+ # passphraseSecretArn are required.
22771
+ #
22772
+ # @!attribute [rw] algorithm
22773
+ # The algorithm used to decrypt content.
22774
+ # @return [String]
22775
+ #
22776
+ # @!attribute [rw] passphrase_secret_arn
22777
+ # The ARN for the secret in Secrets Manager that holds the passphrase
22778
+ # for decryption.
22779
+ # @return [String]
22780
+ #
22781
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtListenerDecryption AWS API Documentation
22782
+ #
22783
+ class SrtListenerDecryption < Struct.new(
22784
+ :algorithm,
22785
+ :passphrase_secret_arn)
22786
+ SENSITIVE = []
22787
+ include Aws::Structure
22788
+ end
22789
+
22790
+ # Decryption settings. If specified, both algorithm and
22791
+ # passphraseSecretArn are required.
22792
+ #
22793
+ # @!attribute [rw] algorithm
22794
+ # Required. The decryption algorithm.
22795
+ # @return [String]
22796
+ #
22797
+ # @!attribute [rw] passphrase_secret_arn
22798
+ # Required. The ARN for the secret in Secrets Manager that holds the
22799
+ # passphrase.
22800
+ # @return [String]
22801
+ #
22802
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtListenerDecryptionRequest AWS API Documentation
22803
+ #
22804
+ class SrtListenerDecryptionRequest < Struct.new(
22805
+ :algorithm,
22806
+ :passphrase_secret_arn)
22807
+ SENSITIVE = []
22808
+ include Aws::Structure
22809
+ end
22810
+
22811
+ # Settings for SRT Listener input.
22812
+ #
22813
+ # @!attribute [rw] decryption
22814
+ # Decryption settings for SRT listener. If present, both algorithm and
22815
+ # passphraseSecretArn are required.
22816
+ # @return [Types::SrtListenerDecryption]
22817
+ #
22818
+ # @!attribute [rw] minimum_latency
22819
+ # The preferred latency (in milliseconds) for implementing packet loss
22820
+ # and recovery. Range 120-15000.
22821
+ # @return [Integer]
22822
+ #
22823
+ # @!attribute [rw] stream_id
22824
+ # The stream ID, if the upstream system uses this identifier.
22825
+ # @return [String]
22826
+ #
22827
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtListenerSettings AWS API Documentation
22828
+ #
22829
+ class SrtListenerSettings < Struct.new(
22830
+ :decryption,
22831
+ :minimum_latency,
22832
+ :stream_id)
22833
+ SENSITIVE = []
22834
+ include Aws::Structure
22835
+ end
22836
+
22837
+ # Configuration for SRT Listener input. Encryption is REQUIRED for all
22838
+ # SRT Listener inputs for security reasons. You must provide decryption
22839
+ # settings including algorithm and passphrase secret ARN.
22840
+ #
22841
+ # @!attribute [rw] decryption
22842
+ # Decryption settings. If specified, both algorithm and
22843
+ # passphraseSecretArn are required.
22844
+ # @return [Types::SrtListenerDecryptionRequest]
22845
+ #
22846
+ # @!attribute [rw] minimum_latency
22847
+ # Required. The preferred latency in milliseconds for packet loss and
22848
+ # recovery. Range 120-15000.
22849
+ # @return [Integer]
22850
+ #
22851
+ # @!attribute [rw] stream_id
22852
+ # Optional. The stream ID if the upstream system uses this identifier.
22853
+ # @return [String]
22854
+ #
22855
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/SrtListenerSettingsRequest AWS API Documentation
22856
+ #
22857
+ class SrtListenerSettingsRequest < Struct.new(
22858
+ :decryption,
22859
+ :minimum_latency,
22860
+ :stream_id)
22861
+ SENSITIVE = []
22862
+ include Aws::Structure
22863
+ end
22864
+
22675
22865
  end
22676
22866
  end
22677
22867