aws-sdk-mediaconnect 1.44.0 → 1.46.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconnect/client.rb +84 -24
- data/lib/aws-sdk-mediaconnect/client_api.rb +6 -0
- data/lib/aws-sdk-mediaconnect/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-mediaconnect/endpoint_provider.rb +112 -0
- data/lib/aws-sdk-mediaconnect/endpoints.rb +435 -0
- data/lib/aws-sdk-mediaconnect/plugins/endpoints.rb +128 -0
- data/lib/aws-sdk-mediaconnect/types.rb +53 -10
- data/lib/aws-sdk-mediaconnect.rb +5 -1
- metadata +8 -4
@@ -139,7 +139,7 @@ module Aws::MediaConnect
|
|
139
139
|
# min_latency: 1,
|
140
140
|
# name: "__string",
|
141
141
|
# port: 1,
|
142
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
142
|
+
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
143
143
|
# remote_id: "__string",
|
144
144
|
# sender_control_port: 1,
|
145
145
|
# smoothing_latency: 1,
|
@@ -229,9 +229,11 @@ module Aws::MediaConnect
|
|
229
229
|
# ],
|
230
230
|
# min_latency: 1,
|
231
231
|
# name: "__string",
|
232
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
232
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
233
233
|
# sender_control_port: 1,
|
234
234
|
# sender_ip_address: "__string",
|
235
|
+
# source_listener_address: "__string",
|
236
|
+
# source_listener_port: 1,
|
235
237
|
# stream_id: "__string",
|
236
238
|
# vpc_interface_name: "__string",
|
237
239
|
# whitelist_cidr: "__string",
|
@@ -472,7 +474,7 @@ module Aws::MediaConnect
|
|
472
474
|
# min_latency: 1,
|
473
475
|
# name: "__string",
|
474
476
|
# port: 1,
|
475
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
477
|
+
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
476
478
|
# remote_id: "__string",
|
477
479
|
# sender_control_port: 1,
|
478
480
|
# smoothing_latency: 1,
|
@@ -702,7 +704,7 @@ module Aws::MediaConnect
|
|
702
704
|
# min_latency: 1,
|
703
705
|
# name: "__string",
|
704
706
|
# port: 1,
|
705
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
707
|
+
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
706
708
|
# remote_id: "__string",
|
707
709
|
# sender_control_port: 1,
|
708
710
|
# smoothing_latency: 1,
|
@@ -746,9 +748,11 @@ module Aws::MediaConnect
|
|
746
748
|
# ],
|
747
749
|
# min_latency: 1,
|
748
750
|
# name: "__string",
|
749
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
751
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
750
752
|
# sender_control_port: 1,
|
751
753
|
# sender_ip_address: "__string",
|
754
|
+
# source_listener_address: "__string",
|
755
|
+
# source_listener_port: 1,
|
752
756
|
# stream_id: "__string",
|
753
757
|
# vpc_interface_name: "__string",
|
754
758
|
# whitelist_cidr: "__string",
|
@@ -796,9 +800,11 @@ module Aws::MediaConnect
|
|
796
800
|
# ],
|
797
801
|
# min_latency: 1,
|
798
802
|
# name: "__string",
|
799
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
803
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
800
804
|
# sender_control_port: 1,
|
801
805
|
# sender_ip_address: "__string",
|
806
|
+
# source_listener_address: "__string",
|
807
|
+
# source_listener_port: 1,
|
802
808
|
# stream_id: "__string",
|
803
809
|
# vpc_interface_name: "__string",
|
804
810
|
# whitelist_cidr: "__string",
|
@@ -3091,9 +3097,11 @@ module Aws::MediaConnect
|
|
3091
3097
|
# ],
|
3092
3098
|
# min_latency: 1,
|
3093
3099
|
# name: "__string",
|
3094
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
3100
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
3095
3101
|
# sender_control_port: 1,
|
3096
3102
|
# sender_ip_address: "__string",
|
3103
|
+
# source_listener_address: "__string",
|
3104
|
+
# source_listener_port: 1,
|
3097
3105
|
# stream_id: "__string",
|
3098
3106
|
# vpc_interface_name: "__string",
|
3099
3107
|
# whitelist_cidr: "__string",
|
@@ -3165,6 +3173,14 @@ module Aws::MediaConnect
|
|
3165
3173
|
# connection with the sender.
|
3166
3174
|
# @return [String]
|
3167
3175
|
#
|
3176
|
+
# @!attribute [rw] source_listener_address
|
3177
|
+
# Source IP or domain name for SRT-caller protocol.
|
3178
|
+
# @return [String]
|
3179
|
+
#
|
3180
|
+
# @!attribute [rw] source_listener_port
|
3181
|
+
# Source port for SRT-caller protocol.
|
3182
|
+
# @return [Integer]
|
3183
|
+
#
|
3168
3184
|
# @!attribute [rw] stream_id
|
3169
3185
|
# The stream ID that you want to use for this transport. This
|
3170
3186
|
# parameter applies only to Zixi-based streams.
|
@@ -3197,6 +3213,8 @@ module Aws::MediaConnect
|
|
3197
3213
|
:protocol,
|
3198
3214
|
:sender_control_port,
|
3199
3215
|
:sender_ip_address,
|
3216
|
+
:source_listener_address,
|
3217
|
+
:source_listener_port,
|
3200
3218
|
:stream_id,
|
3201
3219
|
:vpc_interface_name,
|
3202
3220
|
:whitelist_cidr)
|
@@ -3497,6 +3515,14 @@ module Aws::MediaConnect
|
|
3497
3515
|
# streams.
|
3498
3516
|
# @return [Integer]
|
3499
3517
|
#
|
3518
|
+
# @!attribute [rw] source_listener_address
|
3519
|
+
# Source IP or domain name for SRT-caller protocol.
|
3520
|
+
# @return [String]
|
3521
|
+
#
|
3522
|
+
# @!attribute [rw] source_listener_port
|
3523
|
+
# Source port for SRT-caller protocol.
|
3524
|
+
# @return [Integer]
|
3525
|
+
#
|
3500
3526
|
# @!attribute [rw] stream_id
|
3501
3527
|
# The stream ID that you want to use for this transport. This
|
3502
3528
|
# parameter applies only to Zixi-based streams.
|
@@ -3515,6 +3541,8 @@ module Aws::MediaConnect
|
|
3515
3541
|
:sender_control_port,
|
3516
3542
|
:sender_ip_address,
|
3517
3543
|
:smoothing_latency,
|
3544
|
+
:source_listener_address,
|
3545
|
+
:source_listener_port,
|
3518
3546
|
:stream_id)
|
3519
3547
|
SENSITIVE = []
|
3520
3548
|
include Aws::Structure
|
@@ -3895,7 +3923,7 @@ module Aws::MediaConnect
|
|
3895
3923
|
# min_latency: 1,
|
3896
3924
|
# output_arn: "__string", # required
|
3897
3925
|
# port: 1,
|
3898
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
3926
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
3899
3927
|
# remote_id: "__string",
|
3900
3928
|
# sender_control_port: 1,
|
3901
3929
|
# sender_ip_address: "__string",
|
@@ -3933,7 +3961,8 @@ module Aws::MediaConnect
|
|
3933
3961
|
# @return [String]
|
3934
3962
|
#
|
3935
3963
|
# @!attribute [rw] max_latency
|
3936
|
-
# The maximum latency in milliseconds
|
3964
|
+
# The maximum latency in milliseconds. This parameter applies only to
|
3965
|
+
# RIST-based, Zixi-based, and Fujitsu-based streams.
|
3937
3966
|
# @return [Integer]
|
3938
3967
|
#
|
3939
3968
|
# @!attribute [rw] media_stream_output_configurations
|
@@ -4131,10 +4160,12 @@ module Aws::MediaConnect
|
|
4131
4160
|
# },
|
4132
4161
|
# ],
|
4133
4162
|
# min_latency: 1,
|
4134
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
|
4163
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
4135
4164
|
# sender_control_port: 1,
|
4136
4165
|
# sender_ip_address: "__string",
|
4137
4166
|
# source_arn: "__string", # required
|
4167
|
+
# source_listener_address: "__string",
|
4168
|
+
# source_listener_port: 1,
|
4138
4169
|
# stream_id: "__string",
|
4139
4170
|
# vpc_interface_name: "__string",
|
4140
4171
|
# whitelist_cidr: "__string",
|
@@ -4196,6 +4227,8 @@ module Aws::MediaConnect
|
|
4196
4227
|
# @return [String]
|
4197
4228
|
#
|
4198
4229
|
# @!attribute [rw] sender_control_port
|
4230
|
+
# The port that the flow uses to send outbound requests to initiate
|
4231
|
+
# connection with the sender.
|
4199
4232
|
# @return [Integer]
|
4200
4233
|
#
|
4201
4234
|
# @!attribute [rw] sender_ip_address
|
@@ -4206,6 +4239,14 @@ module Aws::MediaConnect
|
|
4206
4239
|
# @!attribute [rw] source_arn
|
4207
4240
|
# @return [String]
|
4208
4241
|
#
|
4242
|
+
# @!attribute [rw] source_listener_address
|
4243
|
+
# Source IP or domain name for SRT-caller protocol.
|
4244
|
+
# @return [String]
|
4245
|
+
#
|
4246
|
+
# @!attribute [rw] source_listener_port
|
4247
|
+
# Source port for SRT-caller protocol.
|
4248
|
+
# @return [Integer]
|
4249
|
+
#
|
4209
4250
|
# @!attribute [rw] stream_id
|
4210
4251
|
# The stream ID that you want to use for this transport. This
|
4211
4252
|
# parameter applies only to Zixi-based streams.
|
@@ -4239,6 +4280,8 @@ module Aws::MediaConnect
|
|
4239
4280
|
:sender_control_port,
|
4240
4281
|
:sender_ip_address,
|
4241
4282
|
:source_arn,
|
4283
|
+
:source_listener_address,
|
4284
|
+
:source_listener_port,
|
4242
4285
|
:stream_id,
|
4243
4286
|
:vpc_interface_name,
|
4244
4287
|
:whitelist_cidr)
|
data/lib/aws-sdk-mediaconnect.rb
CHANGED
@@ -13,10 +13,14 @@ require 'aws-sigv4'
|
|
13
13
|
|
14
14
|
require_relative 'aws-sdk-mediaconnect/types'
|
15
15
|
require_relative 'aws-sdk-mediaconnect/client_api'
|
16
|
+
require_relative 'aws-sdk-mediaconnect/plugins/endpoints.rb'
|
16
17
|
require_relative 'aws-sdk-mediaconnect/client'
|
17
18
|
require_relative 'aws-sdk-mediaconnect/errors'
|
18
19
|
require_relative 'aws-sdk-mediaconnect/waiters'
|
19
20
|
require_relative 'aws-sdk-mediaconnect/resource'
|
21
|
+
require_relative 'aws-sdk-mediaconnect/endpoint_parameters'
|
22
|
+
require_relative 'aws-sdk-mediaconnect/endpoint_provider'
|
23
|
+
require_relative 'aws-sdk-mediaconnect/endpoints'
|
20
24
|
require_relative 'aws-sdk-mediaconnect/customizations'
|
21
25
|
|
22
26
|
# This module provides support for AWS MediaConnect. This module is available in the
|
@@ -49,6 +53,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
|
|
49
53
|
# @!group service
|
50
54
|
module Aws::MediaConnect
|
51
55
|
|
52
|
-
GEM_VERSION = '1.
|
56
|
+
GEM_VERSION = '1.46.0'
|
53
57
|
|
54
58
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediaconnect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.46.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-10-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.165.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.165.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -59,7 +59,11 @@ files:
|
|
59
59
|
- lib/aws-sdk-mediaconnect/client.rb
|
60
60
|
- lib/aws-sdk-mediaconnect/client_api.rb
|
61
61
|
- lib/aws-sdk-mediaconnect/customizations.rb
|
62
|
+
- lib/aws-sdk-mediaconnect/endpoint_parameters.rb
|
63
|
+
- lib/aws-sdk-mediaconnect/endpoint_provider.rb
|
64
|
+
- lib/aws-sdk-mediaconnect/endpoints.rb
|
62
65
|
- lib/aws-sdk-mediaconnect/errors.rb
|
66
|
+
- lib/aws-sdk-mediaconnect/plugins/endpoints.rb
|
63
67
|
- lib/aws-sdk-mediaconnect/resource.rb
|
64
68
|
- lib/aws-sdk-mediaconnect/types.rb
|
65
69
|
- lib/aws-sdk-mediaconnect/waiters.rb
|