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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +118 -13
- data/lib/aws-sdk-medialive/client_api.rb +42 -0
- data/lib/aws-sdk-medialive/types.rb +218 -28
- data/lib/aws-sdk-medialive.rb +1 -1
- data/sig/client.rbs +41 -10
- data/sig/types.rbs +48 -4
- metadata +1 -1
data/lib/aws-sdk-medialive.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -351,7 +351,9 @@ module Aws
|
|
|
351
351
|
{
|
|
352
352
|
encryption_passphrase_secret_arn: ::String?,
|
|
353
353
|
stream_id: ::String?,
|
|
354
|
-
url: ::String
|
|
354
|
+
url: ::String?,
|
|
355
|
+
connection_mode: ("CALLER" | "LISTENER")?,
|
|
356
|
+
listener_port: ::Integer?
|
|
355
357
|
},
|
|
356
358
|
]?,
|
|
357
359
|
logical_interface_names: Array[::String]?
|
|
@@ -1621,7 +1623,8 @@ module Aws
|
|
|
1621
1623
|
primary_channel_settings: {
|
|
1622
1624
|
linked_channel_type: ("FOLLOWING_CHANNEL" | "PRIMARY_CHANNEL")?
|
|
1623
1625
|
}?
|
|
1624
|
-
}
|
|
1626
|
+
},
|
|
1627
|
+
?channel_security_groups: Array[::String]
|
|
1625
1628
|
) -> _CreateChannelResponseSuccess
|
|
1626
1629
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateChannelResponseSuccess
|
|
1627
1630
|
|
|
@@ -1666,7 +1669,7 @@ module Aws
|
|
|
1666
1669
|
},
|
|
1667
1670
|
],
|
|
1668
1671
|
?tags: Hash[::String, ::String],
|
|
1669
|
-
?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" | "MEDIACONNECT_ROUTER"),
|
|
1672
|
+
?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" | "MEDIACONNECT_ROUTER" | "SRT_LISTENER"),
|
|
1670
1673
|
?vpc: {
|
|
1671
1674
|
security_group_ids: Array[::String]?,
|
|
1672
1675
|
subnet_ids: Array[::String]
|
|
@@ -1683,7 +1686,15 @@ module Aws
|
|
|
1683
1686
|
srt_listener_port: ::String?,
|
|
1684
1687
|
stream_id: ::String?
|
|
1685
1688
|
},
|
|
1686
|
-
]
|
|
1689
|
+
]?,
|
|
1690
|
+
srt_listener_settings: {
|
|
1691
|
+
decryption: {
|
|
1692
|
+
algorithm: ("AES128" | "AES192" | "AES256"),
|
|
1693
|
+
passphrase_secret_arn: ::String
|
|
1694
|
+
},
|
|
1695
|
+
minimum_latency: ::Integer,
|
|
1696
|
+
stream_id: ::String?
|
|
1697
|
+
}?
|
|
1687
1698
|
},
|
|
1688
1699
|
?input_network_location: ("AWS" | "ON_PREMISES"),
|
|
1689
1700
|
?multicast_settings: {
|
|
@@ -1835,6 +1846,7 @@ module Aws
|
|
|
1835
1846
|
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
|
1836
1847
|
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
|
1837
1848
|
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
|
1849
|
+
def channel_security_groups: () -> ::Array[::String]
|
|
1838
1850
|
end
|
|
1839
1851
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#delete_channel-instance_method
|
|
1840
1852
|
def delete_channel: (
|
|
@@ -1970,6 +1982,7 @@ module Aws
|
|
|
1970
1982
|
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
|
1971
1983
|
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
|
1972
1984
|
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
|
1985
|
+
def channel_security_groups: () -> ::Array[::String]
|
|
1973
1986
|
end
|
|
1974
1987
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_channel-instance_method
|
|
1975
1988
|
def describe_channel: (
|
|
@@ -1994,7 +2007,7 @@ module Aws
|
|
|
1994
2007
|
def sources: () -> ::Array[Types::InputSource]
|
|
1995
2008
|
def state: () -> ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
|
1996
2009
|
def tags: () -> ::Hash[::String, ::String]
|
|
1997
|
-
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" | "MEDIACONNECT_ROUTER")
|
|
2010
|
+
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" | "MEDIACONNECT_ROUTER" | "SRT_LISTENER")
|
|
1998
2011
|
def srt_settings: () -> Types::SrtSettings
|
|
1999
2012
|
def input_network_location: () -> ("AWS" | "ON_PREMISES")
|
|
2000
2013
|
def multicast_settings: () -> Types::MulticastSettings
|
|
@@ -2056,6 +2069,7 @@ module Aws
|
|
|
2056
2069
|
def state: () -> ("IDLE" | "IN_USE" | "UPDATING" | "DELETED")
|
|
2057
2070
|
def tags: () -> ::Hash[::String, ::String]
|
|
2058
2071
|
def whitelist_rules: () -> ::Array[Types::InputWhitelistRule]
|
|
2072
|
+
def channels: () -> ::Array[::String]
|
|
2059
2073
|
end
|
|
2060
2074
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#describe_input_security_group-instance_method
|
|
2061
2075
|
def describe_input_security_group: (
|
|
@@ -2369,6 +2383,7 @@ module Aws
|
|
|
2369
2383
|
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
|
2370
2384
|
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
|
2371
2385
|
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
|
2386
|
+
def channel_security_groups: () -> ::Array[::String]
|
|
2372
2387
|
end
|
|
2373
2388
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#start_channel-instance_method
|
|
2374
2389
|
def start_channel: (
|
|
@@ -2436,6 +2451,7 @@ module Aws
|
|
|
2436
2451
|
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
|
2437
2452
|
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
|
2438
2453
|
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
|
2454
|
+
def channel_security_groups: () -> ::Array[::String]
|
|
2439
2455
|
end
|
|
2440
2456
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#stop_channel-instance_method
|
|
2441
2457
|
def stop_channel: (
|
|
@@ -2533,7 +2549,9 @@ module Aws
|
|
|
2533
2549
|
{
|
|
2534
2550
|
encryption_passphrase_secret_arn: ::String?,
|
|
2535
2551
|
stream_id: ::String?,
|
|
2536
|
-
url: ::String
|
|
2552
|
+
url: ::String?,
|
|
2553
|
+
connection_mode: ("CALLER" | "LISTENER")?,
|
|
2554
|
+
listener_port: ::Integer?
|
|
2537
2555
|
},
|
|
2538
2556
|
]?,
|
|
2539
2557
|
logical_interface_names: Array[::String]?
|
|
@@ -3796,7 +3814,8 @@ module Aws
|
|
|
3796
3814
|
primary_channel_settings: {
|
|
3797
3815
|
linked_channel_type: ("FOLLOWING_CHANNEL" | "PRIMARY_CHANNEL")?
|
|
3798
3816
|
}?
|
|
3799
|
-
}
|
|
3817
|
+
},
|
|
3818
|
+
?channel_security_groups: Array[::String]
|
|
3800
3819
|
) -> _UpdateChannelResponseSuccess
|
|
3801
3820
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateChannelResponseSuccess
|
|
3802
3821
|
|
|
@@ -3836,7 +3855,9 @@ module Aws
|
|
|
3836
3855
|
{
|
|
3837
3856
|
encryption_passphrase_secret_arn: ::String?,
|
|
3838
3857
|
stream_id: ::String?,
|
|
3839
|
-
url: ::String
|
|
3858
|
+
url: ::String?,
|
|
3859
|
+
connection_mode: ("CALLER" | "LISTENER")?,
|
|
3860
|
+
listener_port: ::Integer?
|
|
3840
3861
|
},
|
|
3841
3862
|
]?,
|
|
3842
3863
|
logical_interface_names: Array[::String]?
|
|
@@ -3897,7 +3918,15 @@ module Aws
|
|
|
3897
3918
|
srt_listener_port: ::String?,
|
|
3898
3919
|
stream_id: ::String?
|
|
3899
3920
|
},
|
|
3900
|
-
]
|
|
3921
|
+
]?,
|
|
3922
|
+
srt_listener_settings: {
|
|
3923
|
+
decryption: {
|
|
3924
|
+
algorithm: ("AES128" | "AES192" | "AES256"),
|
|
3925
|
+
passphrase_secret_arn: ::String
|
|
3926
|
+
},
|
|
3927
|
+
minimum_latency: ::Integer,
|
|
3928
|
+
stream_id: ::String?
|
|
3929
|
+
}?
|
|
3901
3930
|
},
|
|
3902
3931
|
?multicast_settings: {
|
|
3903
3932
|
sources: Array[
|
|
@@ -4121,6 +4150,7 @@ module Aws
|
|
|
4121
4150
|
def anywhere_settings: () -> Types::DescribeAnywhereSettings
|
|
4122
4151
|
def channel_engine_version: () -> Types::ChannelEngineVersionResponse
|
|
4123
4152
|
def linked_channel_settings: () -> Types::DescribeLinkedChannelSettings
|
|
4153
|
+
def channel_security_groups: () -> ::Array[::String]
|
|
4124
4154
|
end
|
|
4125
4155
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaLive/Client.html#restart_channel_pipelines-instance_method
|
|
4126
4156
|
def restart_channel_pipelines: (
|
|
@@ -4783,7 +4813,8 @@ module Aws
|
|
|
4783
4813
|
{
|
|
4784
4814
|
logical_interface_name: ::String?,
|
|
4785
4815
|
network_interface_mode: ("NAT" | "BRIDGE")?,
|
|
4786
|
-
physical_interface_name: ::String
|
|
4816
|
+
physical_interface_name: ::String?,
|
|
4817
|
+
physical_interface_ip_addresses: Array[::String]?
|
|
4787
4818
|
},
|
|
4788
4819
|
],
|
|
4789
4820
|
?request_id: ::String,
|
data/sig/types.rbs
CHANGED
|
@@ -494,6 +494,7 @@ module Aws::MediaLive
|
|
|
494
494
|
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
|
495
495
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionResponse
|
|
496
496
|
attr_accessor linked_channel_settings: Types::DescribeLinkedChannelSettings
|
|
497
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
497
498
|
SENSITIVE: []
|
|
498
499
|
end
|
|
499
500
|
|
|
@@ -529,6 +530,7 @@ module Aws::MediaLive
|
|
|
529
530
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionResponse
|
|
530
531
|
attr_accessor used_channel_engine_versions: ::Array[Types::ChannelEngineVersionResponse]
|
|
531
532
|
attr_accessor linked_channel_settings: Types::DescribeLinkedChannelSettings
|
|
533
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
532
534
|
SENSITIVE: []
|
|
533
535
|
end
|
|
534
536
|
|
|
@@ -579,6 +581,7 @@ module Aws::MediaLive
|
|
|
579
581
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionRequest
|
|
580
582
|
attr_accessor dry_run: bool
|
|
581
583
|
attr_accessor linked_channel_settings: Types::LinkedChannelSettings
|
|
584
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
582
585
|
SENSITIVE: []
|
|
583
586
|
end
|
|
584
587
|
|
|
@@ -601,6 +604,7 @@ module Aws::MediaLive
|
|
|
601
604
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionRequest
|
|
602
605
|
attr_accessor dry_run: bool
|
|
603
606
|
attr_accessor linked_channel_settings: Types::LinkedChannelSettings
|
|
607
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
604
608
|
SENSITIVE: []
|
|
605
609
|
end
|
|
606
610
|
|
|
@@ -624,7 +628,7 @@ module Aws::MediaLive
|
|
|
624
628
|
attr_accessor role_arn: ::String
|
|
625
629
|
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
|
626
630
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
627
|
-
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" | "MEDIACONNECT_ROUTER")
|
|
631
|
+
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" | "MEDIACONNECT_ROUTER" | "SRT_LISTENER")
|
|
628
632
|
attr_accessor vpc: Types::InputVpcRequest
|
|
629
633
|
attr_accessor srt_settings: Types::SrtSettingsRequest
|
|
630
634
|
attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
|
|
@@ -645,7 +649,7 @@ module Aws::MediaLive
|
|
|
645
649
|
attr_accessor role_arn: ::String
|
|
646
650
|
attr_accessor sources: ::Array[Types::InputSourceRequest]
|
|
647
651
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
648
|
-
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" | "MEDIACONNECT_ROUTER")
|
|
652
|
+
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" | "MEDIACONNECT_ROUTER" | "SRT_LISTENER")
|
|
649
653
|
attr_accessor vpc: Types::InputVpcRequest
|
|
650
654
|
attr_accessor srt_settings: Types::SrtSettingsRequest
|
|
651
655
|
attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
|
|
@@ -791,6 +795,7 @@ module Aws::MediaLive
|
|
|
791
795
|
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
|
792
796
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionResponse
|
|
793
797
|
attr_accessor linked_channel_settings: Types::DescribeLinkedChannelSettings
|
|
798
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
794
799
|
SENSITIVE: []
|
|
795
800
|
end
|
|
796
801
|
|
|
@@ -926,6 +931,7 @@ module Aws::MediaLive
|
|
|
926
931
|
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
|
927
932
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionResponse
|
|
928
933
|
attr_accessor linked_channel_settings: Types::DescribeLinkedChannelSettings
|
|
934
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
929
935
|
SENSITIVE: []
|
|
930
936
|
end
|
|
931
937
|
|
|
@@ -990,7 +996,7 @@ module Aws::MediaLive
|
|
|
990
996
|
attr_accessor sources: ::Array[Types::InputSource]
|
|
991
997
|
attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
|
992
998
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
993
|
-
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" | "MEDIACONNECT_ROUTER")
|
|
999
|
+
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" | "MEDIACONNECT_ROUTER" | "SRT_LISTENER")
|
|
994
1000
|
attr_accessor srt_settings: Types::SrtSettings
|
|
995
1001
|
attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
|
|
996
1002
|
attr_accessor multicast_settings: Types::MulticastSettings
|
|
@@ -1012,6 +1018,7 @@ module Aws::MediaLive
|
|
|
1012
1018
|
attr_accessor state: ("IDLE" | "IN_USE" | "UPDATING" | "DELETED")
|
|
1013
1019
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1014
1020
|
attr_accessor whitelist_rules: ::Array[Types::InputWhitelistRule]
|
|
1021
|
+
attr_accessor channels: ::Array[::String]
|
|
1015
1022
|
SENSITIVE: []
|
|
1016
1023
|
end
|
|
1017
1024
|
|
|
@@ -1654,7 +1661,7 @@ module Aws::MediaLive
|
|
|
1654
1661
|
attr_accessor sources: ::Array[Types::InputSource]
|
|
1655
1662
|
attr_accessor state: ("CREATING" | "DETACHED" | "ATTACHED" | "DELETING" | "DELETED")
|
|
1656
1663
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1657
|
-
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" | "MEDIACONNECT_ROUTER")
|
|
1664
|
+
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" | "MEDIACONNECT_ROUTER" | "SRT_LISTENER")
|
|
1658
1665
|
attr_accessor srt_settings: Types::SrtSettings
|
|
1659
1666
|
attr_accessor input_network_location: ("AWS" | "ON_PREMISES")
|
|
1660
1667
|
attr_accessor multicast_settings: Types::MulticastSettings
|
|
@@ -1867,6 +1874,7 @@ module Aws::MediaLive
|
|
|
1867
1874
|
attr_accessor state: ("IDLE" | "IN_USE" | "UPDATING" | "DELETED")
|
|
1868
1875
|
attr_accessor tags: ::Hash[::String, ::String]
|
|
1869
1876
|
attr_accessor whitelist_rules: ::Array[Types::InputWhitelistRule]
|
|
1877
|
+
attr_accessor channels: ::Array[::String]
|
|
1870
1878
|
SENSITIVE: []
|
|
1871
1879
|
end
|
|
1872
1880
|
|
|
@@ -2969,6 +2977,7 @@ module Aws::MediaLive
|
|
|
2969
2977
|
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
|
2970
2978
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionResponse
|
|
2971
2979
|
attr_accessor linked_channel_settings: Types::DescribeLinkedChannelSettings
|
|
2980
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
2972
2981
|
SENSITIVE: []
|
|
2973
2982
|
end
|
|
2974
2983
|
|
|
@@ -3087,6 +3096,7 @@ module Aws::MediaLive
|
|
|
3087
3096
|
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
|
3088
3097
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionResponse
|
|
3089
3098
|
attr_accessor linked_channel_settings: Types::DescribeLinkedChannelSettings
|
|
3099
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
3090
3100
|
SENSITIVE: []
|
|
3091
3101
|
end
|
|
3092
3102
|
|
|
@@ -3279,6 +3289,7 @@ module Aws::MediaLive
|
|
|
3279
3289
|
attr_accessor dry_run: bool
|
|
3280
3290
|
attr_accessor anywhere_settings: Types::AnywhereSettings
|
|
3281
3291
|
attr_accessor linked_channel_settings: Types::LinkedChannelSettings
|
|
3292
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
3282
3293
|
SENSITIVE: []
|
|
3283
3294
|
end
|
|
3284
3295
|
|
|
@@ -3315,6 +3326,7 @@ module Aws::MediaLive
|
|
|
3315
3326
|
attr_accessor dry_run: bool
|
|
3316
3327
|
attr_accessor anywhere_settings: Types::AnywhereSettings
|
|
3317
3328
|
attr_accessor linked_channel_settings: Types::LinkedChannelSettings
|
|
3329
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
3318
3330
|
SENSITIVE: []
|
|
3319
3331
|
end
|
|
3320
3332
|
|
|
@@ -3624,6 +3636,7 @@ module Aws::MediaLive
|
|
|
3624
3636
|
attr_accessor anywhere_settings: Types::DescribeAnywhereSettings
|
|
3625
3637
|
attr_accessor channel_engine_version: Types::ChannelEngineVersionResponse
|
|
3626
3638
|
attr_accessor linked_channel_settings: Types::DescribeLinkedChannelSettings
|
|
3639
|
+
attr_accessor channel_security_groups: ::Array[::String]
|
|
3627
3640
|
SENSITIVE: []
|
|
3628
3641
|
end
|
|
3629
3642
|
|
|
@@ -4753,11 +4766,13 @@ module Aws::MediaLive
|
|
|
4753
4766
|
|
|
4754
4767
|
class SrtSettings
|
|
4755
4768
|
attr_accessor srt_caller_sources: ::Array[Types::SrtCallerSource]
|
|
4769
|
+
attr_accessor srt_listener_settings: Types::SrtListenerSettings
|
|
4756
4770
|
SENSITIVE: []
|
|
4757
4771
|
end
|
|
4758
4772
|
|
|
4759
4773
|
class SrtSettingsRequest
|
|
4760
4774
|
attr_accessor srt_caller_sources: ::Array[Types::SrtCallerSourceRequest]
|
|
4775
|
+
attr_accessor srt_listener_settings: Types::SrtListenerSettingsRequest
|
|
4761
4776
|
SENSITIVE: []
|
|
4762
4777
|
end
|
|
4763
4778
|
|
|
@@ -5341,6 +5356,7 @@ module Aws::MediaLive
|
|
|
5341
5356
|
attr_accessor logical_interface_name: ::String
|
|
5342
5357
|
attr_accessor network_interface_mode: ("NAT" | "BRIDGE")
|
|
5343
5358
|
attr_accessor physical_interface_name: ::String
|
|
5359
|
+
attr_accessor physical_interface_ip_addresses: ::Array[::String]
|
|
5344
5360
|
SENSITIVE: []
|
|
5345
5361
|
end
|
|
5346
5362
|
|
|
@@ -5378,6 +5394,8 @@ module Aws::MediaLive
|
|
|
5378
5394
|
attr_accessor encryption_passphrase_secret_arn: ::String
|
|
5379
5395
|
attr_accessor stream_id: ::String
|
|
5380
5396
|
attr_accessor url: ::String
|
|
5397
|
+
attr_accessor connection_mode: ("CALLER" | "LISTENER")
|
|
5398
|
+
attr_accessor listener_port: ::Integer
|
|
5381
5399
|
SENSITIVE: []
|
|
5382
5400
|
end
|
|
5383
5401
|
|
|
@@ -5896,5 +5914,31 @@ module Aws::MediaLive
|
|
|
5896
5914
|
attr_accessor custom_epoch: ::String
|
|
5897
5915
|
SENSITIVE: []
|
|
5898
5916
|
end
|
|
5917
|
+
|
|
5918
|
+
class SrtListenerDecryption
|
|
5919
|
+
attr_accessor algorithm: ("AES128" | "AES192" | "AES256")
|
|
5920
|
+
attr_accessor passphrase_secret_arn: ::String
|
|
5921
|
+
SENSITIVE: []
|
|
5922
|
+
end
|
|
5923
|
+
|
|
5924
|
+
class SrtListenerDecryptionRequest
|
|
5925
|
+
attr_accessor algorithm: ("AES128" | "AES192" | "AES256")
|
|
5926
|
+
attr_accessor passphrase_secret_arn: ::String
|
|
5927
|
+
SENSITIVE: []
|
|
5928
|
+
end
|
|
5929
|
+
|
|
5930
|
+
class SrtListenerSettings
|
|
5931
|
+
attr_accessor decryption: Types::SrtListenerDecryption
|
|
5932
|
+
attr_accessor minimum_latency: ::Integer
|
|
5933
|
+
attr_accessor stream_id: ::String
|
|
5934
|
+
SENSITIVE: []
|
|
5935
|
+
end
|
|
5936
|
+
|
|
5937
|
+
class SrtListenerSettingsRequest
|
|
5938
|
+
attr_accessor decryption: Types::SrtListenerDecryptionRequest
|
|
5939
|
+
attr_accessor minimum_latency: ::Integer
|
|
5940
|
+
attr_accessor stream_id: ::String
|
|
5941
|
+
SENSITIVE: []
|
|
5942
|
+
end
|
|
5899
5943
|
end
|
|
5900
5944
|
end
|