aws-sdk-mediaconnect 1.40.0 → 1.43.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b31e4c9c973bdd7aad4bb4acf71c515af332404f58c53c147f3dddd5b4f6d42e
4
- data.tar.gz: cb421826610b9a3c8cf8e45ad68559251069de8517608dc77d8ebc3e0dfe037c
3
+ metadata.gz: bb06a895f2ac2e86499a246a59bca35bab10e6831f572737f74de2d1e168c71a
4
+ data.tar.gz: d90fd426eb3e0b8680dc0fd284e28574083c5c2f9cd957b52a8d3fa82f5e2c0c
5
5
  SHA512:
6
- metadata.gz: 39f13b9462eb281fb96ba01a4b552613f2ad50d1bb9234b3ac5323e4c07e1ade1b1e999fc28eb25461c00bfa5aab5f449e09a1d3dd38df201a422a0ff38b5f9f
7
- data.tar.gz: 3fe9528af46722c57d9f281daed73fd6f1c82288cac85fcc0b4832149f750049cb8e8d1ee69643fd6aebe5d2242d17c5cfaf4bd8a96a707146c39b4dd901881d
6
+ metadata.gz: 6120b8c6604c95408ac82e9f3b5b3990bec82c15e6cc6b25e7f690c9c8cab2c3337e26d2fca59765c4411667ba117b062175f7a3609be45ac3969d935a0a8dbf
7
+ data.tar.gz: 82133e3e7ff17612c13cf2aeae06121f3e753f9042ef0c2b56a2b10933276071127140233f95069c4239d8027deca2c82eb2ceeaff49ff43e0a171fd535688c5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.43.0 (2022-02-24)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.42.0 (2022-02-03)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.41.0 (2021-12-21)
15
+ ------------------
16
+
17
+ * Feature - You can now use the Fujitsu-QoS protocol for your MediaConnect sources and outputs to transport content to and from Fujitsu devices.
18
+
4
19
  1.40.0 (2021-11-30)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.40.0
1
+ 1.43.0
@@ -27,6 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
31
+ require 'aws-sdk-core/plugins/defaults_mode.rb'
32
+ require 'aws-sdk-core/plugins/recursion_detection.rb'
30
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
31
34
  require 'aws-sdk-core/plugins/protocols/rest_json.rb'
32
35
 
@@ -73,6 +76,9 @@ module Aws::MediaConnect
73
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
74
77
  add_plugin(Aws::Plugins::TransferEncoding)
75
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
80
+ add_plugin(Aws::Plugins::DefaultsMode)
81
+ add_plugin(Aws::Plugins::RecursionDetection)
76
82
  add_plugin(Aws::Plugins::SignatureV4)
77
83
  add_plugin(Aws::Plugins::Protocols::RestJson)
78
84
 
@@ -175,6 +181,10 @@ module Aws::MediaConnect
175
181
  # Used only in `standard` and adaptive retry modes. Specifies whether to apply
176
182
  # a clock skew correction and retry requests with skewed client clocks.
177
183
  #
184
+ # @option options [String] :defaults_mode ("legacy")
185
+ # See {Aws::DefaultsModeConfiguration} for a list of the
186
+ # accepted modes and the configuration defaults that are included.
187
+ #
178
188
  # @option options [Boolean] :disable_host_prefix_injection (false)
179
189
  # Set to true to disable SDK automatically adding host prefix
180
190
  # to default service endpoint when available.
@@ -297,7 +307,7 @@ module Aws::MediaConnect
297
307
  # seconds to wait when opening a HTTP session before raising a
298
308
  # `Timeout::Error`.
299
309
  #
300
- # @option options [Integer] :http_read_timeout (60) The default
310
+ # @option options [Float] :http_read_timeout (60) The default
301
311
  # number of seconds to wait for response data. This value can
302
312
  # safely be set per-request on the session.
303
313
  #
@@ -313,6 +323,9 @@ module Aws::MediaConnect
313
323
  # disables this behaviour. This value can safely be set per
314
324
  # request on the session.
315
325
  #
326
+ # @option options [Float] :ssl_timeout (nil) Sets the SSL timeout
327
+ # in seconds.
328
+ #
316
329
  # @option options [Boolean] :http_wire_trace (false) When `true`,
317
330
  # HTTP debug output will be sent to the `:logger`.
318
331
  #
@@ -465,8 +478,9 @@ module Aws::MediaConnect
465
478
  # min_latency: 1,
466
479
  # name: "__string",
467
480
  # port: 1,
468
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
481
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
469
482
  # remote_id: "__string",
483
+ # sender_control_port: 1,
470
484
  # smoothing_latency: 1,
471
485
  # stream_id: "__string",
472
486
  # vpc_interface_attachment: {
@@ -514,8 +528,10 @@ module Aws::MediaConnect
514
528
  # resp.outputs[0].transport.max_latency #=> Integer
515
529
  # resp.outputs[0].transport.max_sync_buffer #=> Integer
516
530
  # resp.outputs[0].transport.min_latency #=> Integer
517
- # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
531
+ # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
518
532
  # resp.outputs[0].transport.remote_id #=> String
533
+ # resp.outputs[0].transport.sender_control_port #=> Integer
534
+ # resp.outputs[0].transport.sender_ip_address #=> String
519
535
  # resp.outputs[0].transport.smoothing_latency #=> Integer
520
536
  # resp.outputs[0].transport.stream_id #=> String
521
537
  # resp.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
@@ -580,7 +596,9 @@ module Aws::MediaConnect
580
596
  # ],
581
597
  # min_latency: 1,
582
598
  # name: "__string",
583
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
599
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
600
+ # sender_control_port: 1,
601
+ # sender_ip_address: "__string",
584
602
  # stream_id: "__string",
585
603
  # vpc_interface_name: "__string",
586
604
  # whitelist_cidr: "__string",
@@ -614,6 +632,8 @@ module Aws::MediaConnect
614
632
  # resp.sources[0].media_stream_source_configurations[0].input_configurations[0].interface.name #=> String
615
633
  # resp.sources[0].media_stream_source_configurations[0].media_stream_name #=> String
616
634
  # resp.sources[0].name #=> String
635
+ # resp.sources[0].sender_control_port #=> Integer
636
+ # resp.sources[0].sender_ip_address #=> String
617
637
  # resp.sources[0].source_arn #=> String
618
638
  # resp.sources[0].transport.cidr_allow_list #=> Array
619
639
  # resp.sources[0].transport.cidr_allow_list[0] #=> String
@@ -621,8 +641,10 @@ module Aws::MediaConnect
621
641
  # resp.sources[0].transport.max_latency #=> Integer
622
642
  # resp.sources[0].transport.max_sync_buffer #=> Integer
623
643
  # resp.sources[0].transport.min_latency #=> Integer
624
- # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
644
+ # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
625
645
  # resp.sources[0].transport.remote_id #=> String
646
+ # resp.sources[0].transport.sender_control_port #=> Integer
647
+ # resp.sources[0].transport.sender_ip_address #=> String
626
648
  # resp.sources[0].transport.smoothing_latency #=> Integer
627
649
  # resp.sources[0].transport.stream_id #=> String
628
650
  # resp.sources[0].vpc_interface_name #=> String
@@ -711,7 +733,7 @@ module Aws::MediaConnect
711
733
  # The settings for the source of the flow.
712
734
  #
713
735
  # @option params [Types::FailoverConfig] :source_failover_config
714
- # The settings for source failover
736
+ # The settings for source failover.
715
737
  #
716
738
  # @option params [Array<Types::SetSourceRequest>] :sources
717
739
  #
@@ -808,8 +830,9 @@ module Aws::MediaConnect
808
830
  # min_latency: 1,
809
831
  # name: "__string",
810
832
  # port: 1,
811
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
833
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
812
834
  # remote_id: "__string",
835
+ # sender_control_port: 1,
813
836
  # smoothing_latency: 1,
814
837
  # stream_id: "__string",
815
838
  # vpc_interface_attachment: {
@@ -851,7 +874,9 @@ module Aws::MediaConnect
851
874
  # ],
852
875
  # min_latency: 1,
853
876
  # name: "__string",
854
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
877
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
878
+ # sender_control_port: 1,
879
+ # sender_ip_address: "__string",
855
880
  # stream_id: "__string",
856
881
  # vpc_interface_name: "__string",
857
882
  # whitelist_cidr: "__string",
@@ -899,7 +924,9 @@ module Aws::MediaConnect
899
924
  # ],
900
925
  # min_latency: 1,
901
926
  # name: "__string",
902
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
927
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
928
+ # sender_control_port: 1,
929
+ # sender_ip_address: "__string",
903
930
  # stream_id: "__string",
904
931
  # vpc_interface_name: "__string",
905
932
  # whitelist_cidr: "__string",
@@ -991,8 +1018,10 @@ module Aws::MediaConnect
991
1018
  # resp.flow.outputs[0].transport.max_latency #=> Integer
992
1019
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
993
1020
  # resp.flow.outputs[0].transport.min_latency #=> Integer
994
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
1021
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
995
1022
  # resp.flow.outputs[0].transport.remote_id #=> String
1023
+ # resp.flow.outputs[0].transport.sender_control_port #=> Integer
1024
+ # resp.flow.outputs[0].transport.sender_ip_address #=> String
996
1025
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
997
1026
  # resp.flow.outputs[0].transport.stream_id #=> String
998
1027
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
@@ -1018,6 +1047,8 @@ module Aws::MediaConnect
1018
1047
  # resp.flow.source.media_stream_source_configurations[0].input_configurations[0].interface.name #=> String
1019
1048
  # resp.flow.source.media_stream_source_configurations[0].media_stream_name #=> String
1020
1049
  # resp.flow.source.name #=> String
1050
+ # resp.flow.source.sender_control_port #=> Integer
1051
+ # resp.flow.source.sender_ip_address #=> String
1021
1052
  # resp.flow.source.source_arn #=> String
1022
1053
  # resp.flow.source.transport.cidr_allow_list #=> Array
1023
1054
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
@@ -1025,8 +1056,10 @@ module Aws::MediaConnect
1025
1056
  # resp.flow.source.transport.max_latency #=> Integer
1026
1057
  # resp.flow.source.transport.max_sync_buffer #=> Integer
1027
1058
  # resp.flow.source.transport.min_latency #=> Integer
1028
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
1059
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1029
1060
  # resp.flow.source.transport.remote_id #=> String
1061
+ # resp.flow.source.transport.sender_control_port #=> Integer
1062
+ # resp.flow.source.transport.sender_ip_address #=> String
1030
1063
  # resp.flow.source.transport.smoothing_latency #=> Integer
1031
1064
  # resp.flow.source.transport.stream_id #=> String
1032
1065
  # resp.flow.source.vpc_interface_name #=> String
@@ -1058,6 +1091,8 @@ module Aws::MediaConnect
1058
1091
  # resp.flow.sources[0].media_stream_source_configurations[0].input_configurations[0].interface.name #=> String
1059
1092
  # resp.flow.sources[0].media_stream_source_configurations[0].media_stream_name #=> String
1060
1093
  # resp.flow.sources[0].name #=> String
1094
+ # resp.flow.sources[0].sender_control_port #=> Integer
1095
+ # resp.flow.sources[0].sender_ip_address #=> String
1061
1096
  # resp.flow.sources[0].source_arn #=> String
1062
1097
  # resp.flow.sources[0].transport.cidr_allow_list #=> Array
1063
1098
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
@@ -1065,8 +1100,10 @@ module Aws::MediaConnect
1065
1100
  # resp.flow.sources[0].transport.max_latency #=> Integer
1066
1101
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
1067
1102
  # resp.flow.sources[0].transport.min_latency #=> Integer
1068
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
1103
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1069
1104
  # resp.flow.sources[0].transport.remote_id #=> String
1105
+ # resp.flow.sources[0].transport.sender_control_port #=> Integer
1106
+ # resp.flow.sources[0].transport.sender_ip_address #=> String
1070
1107
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
1071
1108
  # resp.flow.sources[0].transport.stream_id #=> String
1072
1109
  # resp.flow.sources[0].vpc_interface_name #=> String
@@ -1212,8 +1249,10 @@ module Aws::MediaConnect
1212
1249
  # resp.flow.outputs[0].transport.max_latency #=> Integer
1213
1250
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
1214
1251
  # resp.flow.outputs[0].transport.min_latency #=> Integer
1215
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
1252
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1216
1253
  # resp.flow.outputs[0].transport.remote_id #=> String
1254
+ # resp.flow.outputs[0].transport.sender_control_port #=> Integer
1255
+ # resp.flow.outputs[0].transport.sender_ip_address #=> String
1217
1256
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
1218
1257
  # resp.flow.outputs[0].transport.stream_id #=> String
1219
1258
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
@@ -1239,6 +1278,8 @@ module Aws::MediaConnect
1239
1278
  # resp.flow.source.media_stream_source_configurations[0].input_configurations[0].interface.name #=> String
1240
1279
  # resp.flow.source.media_stream_source_configurations[0].media_stream_name #=> String
1241
1280
  # resp.flow.source.name #=> String
1281
+ # resp.flow.source.sender_control_port #=> Integer
1282
+ # resp.flow.source.sender_ip_address #=> String
1242
1283
  # resp.flow.source.source_arn #=> String
1243
1284
  # resp.flow.source.transport.cidr_allow_list #=> Array
1244
1285
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
@@ -1246,8 +1287,10 @@ module Aws::MediaConnect
1246
1287
  # resp.flow.source.transport.max_latency #=> Integer
1247
1288
  # resp.flow.source.transport.max_sync_buffer #=> Integer
1248
1289
  # resp.flow.source.transport.min_latency #=> Integer
1249
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
1290
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1250
1291
  # resp.flow.source.transport.remote_id #=> String
1292
+ # resp.flow.source.transport.sender_control_port #=> Integer
1293
+ # resp.flow.source.transport.sender_ip_address #=> String
1251
1294
  # resp.flow.source.transport.smoothing_latency #=> Integer
1252
1295
  # resp.flow.source.transport.stream_id #=> String
1253
1296
  # resp.flow.source.vpc_interface_name #=> String
@@ -1279,6 +1322,8 @@ module Aws::MediaConnect
1279
1322
  # resp.flow.sources[0].media_stream_source_configurations[0].input_configurations[0].interface.name #=> String
1280
1323
  # resp.flow.sources[0].media_stream_source_configurations[0].media_stream_name #=> String
1281
1324
  # resp.flow.sources[0].name #=> String
1325
+ # resp.flow.sources[0].sender_control_port #=> Integer
1326
+ # resp.flow.sources[0].sender_ip_address #=> String
1282
1327
  # resp.flow.sources[0].source_arn #=> String
1283
1328
  # resp.flow.sources[0].transport.cidr_allow_list #=> Array
1284
1329
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
@@ -1286,8 +1331,10 @@ module Aws::MediaConnect
1286
1331
  # resp.flow.sources[0].transport.max_latency #=> Integer
1287
1332
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
1288
1333
  # resp.flow.sources[0].transport.min_latency #=> Integer
1289
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
1334
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1290
1335
  # resp.flow.sources[0].transport.remote_id #=> String
1336
+ # resp.flow.sources[0].transport.sender_control_port #=> Integer
1337
+ # resp.flow.sources[0].transport.sender_ip_address #=> String
1291
1338
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
1292
1339
  # resp.flow.sources[0].transport.stream_id #=> String
1293
1340
  # resp.flow.sources[0].vpc_interface_name #=> String
@@ -2021,7 +2068,7 @@ module Aws::MediaConnect
2021
2068
  # @option params [required, String] :flow_arn
2022
2069
  #
2023
2070
  # @option params [Types::UpdateFailoverConfig] :source_failover_config
2024
- # The settings for source failover
2071
+ # The settings for source failover.
2025
2072
  #
2026
2073
  # @return [Types::UpdateFlowResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2027
2074
  #
@@ -2116,8 +2163,10 @@ module Aws::MediaConnect
2116
2163
  # resp.flow.outputs[0].transport.max_latency #=> Integer
2117
2164
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
2118
2165
  # resp.flow.outputs[0].transport.min_latency #=> Integer
2119
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
2166
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2120
2167
  # resp.flow.outputs[0].transport.remote_id #=> String
2168
+ # resp.flow.outputs[0].transport.sender_control_port #=> Integer
2169
+ # resp.flow.outputs[0].transport.sender_ip_address #=> String
2121
2170
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
2122
2171
  # resp.flow.outputs[0].transport.stream_id #=> String
2123
2172
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
@@ -2143,6 +2192,8 @@ module Aws::MediaConnect
2143
2192
  # resp.flow.source.media_stream_source_configurations[0].input_configurations[0].interface.name #=> String
2144
2193
  # resp.flow.source.media_stream_source_configurations[0].media_stream_name #=> String
2145
2194
  # resp.flow.source.name #=> String
2195
+ # resp.flow.source.sender_control_port #=> Integer
2196
+ # resp.flow.source.sender_ip_address #=> String
2146
2197
  # resp.flow.source.source_arn #=> String
2147
2198
  # resp.flow.source.transport.cidr_allow_list #=> Array
2148
2199
  # resp.flow.source.transport.cidr_allow_list[0] #=> String
@@ -2150,8 +2201,10 @@ module Aws::MediaConnect
2150
2201
  # resp.flow.source.transport.max_latency #=> Integer
2151
2202
  # resp.flow.source.transport.max_sync_buffer #=> Integer
2152
2203
  # resp.flow.source.transport.min_latency #=> Integer
2153
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
2204
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2154
2205
  # resp.flow.source.transport.remote_id #=> String
2206
+ # resp.flow.source.transport.sender_control_port #=> Integer
2207
+ # resp.flow.source.transport.sender_ip_address #=> String
2155
2208
  # resp.flow.source.transport.smoothing_latency #=> Integer
2156
2209
  # resp.flow.source.transport.stream_id #=> String
2157
2210
  # resp.flow.source.vpc_interface_name #=> String
@@ -2183,6 +2236,8 @@ module Aws::MediaConnect
2183
2236
  # resp.flow.sources[0].media_stream_source_configurations[0].input_configurations[0].interface.name #=> String
2184
2237
  # resp.flow.sources[0].media_stream_source_configurations[0].media_stream_name #=> String
2185
2238
  # resp.flow.sources[0].name #=> String
2239
+ # resp.flow.sources[0].sender_control_port #=> Integer
2240
+ # resp.flow.sources[0].sender_ip_address #=> String
2186
2241
  # resp.flow.sources[0].source_arn #=> String
2187
2242
  # resp.flow.sources[0].transport.cidr_allow_list #=> Array
2188
2243
  # resp.flow.sources[0].transport.cidr_allow_list[0] #=> String
@@ -2190,8 +2245,10 @@ module Aws::MediaConnect
2190
2245
  # resp.flow.sources[0].transport.max_latency #=> Integer
2191
2246
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
2192
2247
  # resp.flow.sources[0].transport.min_latency #=> Integer
2193
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
2248
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2194
2249
  # resp.flow.sources[0].transport.remote_id #=> String
2250
+ # resp.flow.sources[0].transport.sender_control_port #=> Integer
2251
+ # resp.flow.sources[0].transport.sender_ip_address #=> String
2195
2252
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
2196
2253
  # resp.flow.sources[0].transport.stream_id #=> String
2197
2254
  # resp.flow.sources[0].vpc_interface_name #=> String
@@ -2227,7 +2284,7 @@ module Aws::MediaConnect
2227
2284
  #
2228
2285
  # @option params [Types::UpdateEncryption] :encryption
2229
2286
  # The type of encryption that will be used on the output associated with
2230
- # this entitlement.
2287
+ # this entitlement. Allowable encryption types: static-key, speke.
2231
2288
  #
2232
2289
  # @option params [required, String] :entitlement_arn
2233
2290
  #
@@ -2394,7 +2451,8 @@ module Aws::MediaConnect
2394
2451
  #
2395
2452
  # @option params [Types::UpdateEncryption] :encryption
2396
2453
  # The type of key used for the encryption. If no keyType is provided,
2397
- # the service will use the default setting (static-key).
2454
+ # the service will use the default setting (static-key). Allowable
2455
+ # encryption types: static-key.
2398
2456
  #
2399
2457
  # @option params [required, String] :flow_arn
2400
2458
  #
@@ -2424,6 +2482,14 @@ module Aws::MediaConnect
2424
2482
  # @option params [String] :remote_id
2425
2483
  # The remote ID for the Zixi-pull stream.
2426
2484
  #
2485
+ # @option params [Integer] :sender_control_port
2486
+ # The port that the flow uses to send outbound requests to initiate
2487
+ # connection with the sender.
2488
+ #
2489
+ # @option params [String] :sender_ip_address
2490
+ # The IP address that the flow communicates with to initiate connection
2491
+ # with the sender.
2492
+ #
2427
2493
  # @option params [Integer] :smoothing_latency
2428
2494
  # The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC
2429
2495
  # streams.
@@ -2481,8 +2547,10 @@ module Aws::MediaConnect
2481
2547
  # min_latency: 1,
2482
2548
  # output_arn: "__string", # required
2483
2549
  # port: 1,
2484
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
2550
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
2485
2551
  # remote_id: "__string",
2552
+ # sender_control_port: 1,
2553
+ # sender_ip_address: "__string",
2486
2554
  # smoothing_latency: 1,
2487
2555
  # stream_id: "__string",
2488
2556
  # vpc_interface_attachment: {
@@ -2527,8 +2595,10 @@ module Aws::MediaConnect
2527
2595
  # resp.output.transport.max_latency #=> Integer
2528
2596
  # resp.output.transport.max_sync_buffer #=> Integer
2529
2597
  # resp.output.transport.min_latency #=> Integer
2530
- # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
2598
+ # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2531
2599
  # resp.output.transport.remote_id #=> String
2600
+ # resp.output.transport.sender_control_port #=> Integer
2601
+ # resp.output.transport.sender_ip_address #=> String
2532
2602
  # resp.output.transport.smoothing_latency #=> Integer
2533
2603
  # resp.output.transport.stream_id #=> String
2534
2604
  # resp.output.vpc_interface_attachment.vpc_interface_name #=> String
@@ -2546,6 +2616,7 @@ module Aws::MediaConnect
2546
2616
  #
2547
2617
  # @option params [Types::UpdateEncryption] :decryption
2548
2618
  # The type of encryption used on the content ingested from this source.
2619
+ # Allowable encryption types: static-key.
2549
2620
  #
2550
2621
  # @option params [String] :description
2551
2622
  # A description for the source. This value is not used or seen outside
@@ -2566,7 +2637,7 @@ module Aws::MediaConnect
2566
2637
  #
2567
2638
  # @option params [Integer] :max_latency
2568
2639
  # The maximum latency in milliseconds. This parameter applies only to
2569
- # RIST-based and Zixi-based streams.
2640
+ # RIST-based, Zixi-based, and Fujitsu-based streams.
2570
2641
  #
2571
2642
  # @option params [Integer] :max_sync_buffer
2572
2643
  # The size of the buffer (in milliseconds) to use to sync incoming
@@ -2587,6 +2658,12 @@ module Aws::MediaConnect
2587
2658
  # @option params [String] :protocol
2588
2659
  # The protocol that is used by the source.
2589
2660
  #
2661
+ # @option params [Integer] :sender_control_port
2662
+ #
2663
+ # @option params [String] :sender_ip_address
2664
+ # The IP address that the flow communicates with to initiate connection
2665
+ # with the sender.
2666
+ #
2590
2667
  # @option params [required, String] :source_arn
2591
2668
  #
2592
2669
  # @option params [String] :stream_id
@@ -2642,7 +2719,9 @@ module Aws::MediaConnect
2642
2719
  # },
2643
2720
  # ],
2644
2721
  # min_latency: 1,
2645
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
2722
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
2723
+ # sender_control_port: 1,
2724
+ # sender_ip_address: "__string",
2646
2725
  # source_arn: "__string", # required
2647
2726
  # stream_id: "__string",
2648
2727
  # vpc_interface_name: "__string",
@@ -2674,6 +2753,8 @@ module Aws::MediaConnect
2674
2753
  # resp.source.media_stream_source_configurations[0].input_configurations[0].interface.name #=> String
2675
2754
  # resp.source.media_stream_source_configurations[0].media_stream_name #=> String
2676
2755
  # resp.source.name #=> String
2756
+ # resp.source.sender_control_port #=> Integer
2757
+ # resp.source.sender_ip_address #=> String
2677
2758
  # resp.source.source_arn #=> String
2678
2759
  # resp.source.transport.cidr_allow_list #=> Array
2679
2760
  # resp.source.transport.cidr_allow_list[0] #=> String
@@ -2681,8 +2762,10 @@ module Aws::MediaConnect
2681
2762
  # resp.source.transport.max_latency #=> Integer
2682
2763
  # resp.source.transport.max_sync_buffer #=> Integer
2683
2764
  # resp.source.transport.min_latency #=> Integer
2684
- # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener"
2765
+ # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2685
2766
  # resp.source.transport.remote_id #=> String
2767
+ # resp.source.transport.sender_control_port #=> Integer
2768
+ # resp.source.transport.sender_ip_address #=> String
2686
2769
  # resp.source.transport.smoothing_latency #=> Integer
2687
2770
  # resp.source.transport.stream_id #=> String
2688
2771
  # resp.source.vpc_interface_name #=> String
@@ -2710,7 +2793,7 @@ module Aws::MediaConnect
2710
2793
  params: params,
2711
2794
  config: config)
2712
2795
  context[:gem_name] = 'aws-sdk-mediaconnect'
2713
- context[:gem_version] = '1.40.0'
2796
+ context[:gem_version] = '1.43.0'
2714
2797
  Seahorse::Client::Request.new(handlers, context)
2715
2798
  end
2716
2799
 
@@ -230,6 +230,7 @@ module Aws::MediaConnect
230
230
  AddOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
231
231
  AddOutputRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "protocol"))
232
232
  AddOutputRequest.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
233
+ AddOutputRequest.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
233
234
  AddOutputRequest.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
234
235
  AddOutputRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
235
236
  AddOutputRequest.add_member(:vpc_interface_attachment, Shapes::ShapeRef.new(shape: VpcInterfaceAttachment, location_name: "vpcInterfaceAttachment"))
@@ -606,6 +607,8 @@ module Aws::MediaConnect
606
607
  SetSourceRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
607
608
  SetSourceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
608
609
  SetSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
610
+ SetSourceRequest.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
611
+ SetSourceRequest.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "senderIpAddress"))
609
612
  SetSourceRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
610
613
  SetSourceRequest.add_member(:vpc_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "vpcInterfaceName"))
611
614
  SetSourceRequest.add_member(:whitelist_cidr, Shapes::ShapeRef.new(shape: __string, location_name: "whitelistCidr"))
@@ -619,6 +622,8 @@ module Aws::MediaConnect
619
622
  Source.add_member(:ingest_port, Shapes::ShapeRef.new(shape: __integer, location_name: "ingestPort"))
620
623
  Source.add_member(:media_stream_source_configurations, Shapes::ShapeRef.new(shape: __listOfMediaStreamSourceConfiguration, location_name: "mediaStreamSourceConfigurations"))
621
624
  Source.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
625
+ Source.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
626
+ Source.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "senderIpAddress"))
622
627
  Source.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "sourceArn"))
623
628
  Source.add_member(:transport, Shapes::ShapeRef.new(shape: Transport, location_name: "transport"))
624
629
  Source.add_member(:vpc_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "vpcInterfaceName"))
@@ -656,6 +661,8 @@ module Aws::MediaConnect
656
661
  Transport.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
657
662
  Transport.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "protocol"))
658
663
  Transport.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
664
+ Transport.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
665
+ Transport.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "senderIpAddress"))
659
666
  Transport.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
660
667
  Transport.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
661
668
  Transport.struct_class = Types::Transport
@@ -718,6 +725,8 @@ module Aws::MediaConnect
718
725
  UpdateFlowOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
719
726
  UpdateFlowOutputRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
720
727
  UpdateFlowOutputRequest.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
728
+ UpdateFlowOutputRequest.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
729
+ UpdateFlowOutputRequest.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "senderIpAddress"))
721
730
  UpdateFlowOutputRequest.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
722
731
  UpdateFlowOutputRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
723
732
  UpdateFlowOutputRequest.add_member(:vpc_interface_attachment, Shapes::ShapeRef.new(shape: VpcInterfaceAttachment, location_name: "vpcInterfaceAttachment"))
@@ -745,6 +754,8 @@ module Aws::MediaConnect
745
754
  UpdateFlowSourceRequest.add_member(:media_stream_source_configurations, Shapes::ShapeRef.new(shape: __listOfMediaStreamSourceConfigurationRequest, location_name: "mediaStreamSourceConfigurations"))
746
755
  UpdateFlowSourceRequest.add_member(:min_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "minLatency"))
747
756
  UpdateFlowSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
757
+ UpdateFlowSourceRequest.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
758
+ UpdateFlowSourceRequest.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "senderIpAddress"))
748
759
  UpdateFlowSourceRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceArn"))
749
760
  UpdateFlowSourceRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
750
761
  UpdateFlowSourceRequest.add_member(:vpc_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "vpcInterfaceName"))
@@ -139,8 +139,9 @@ 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
142
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
143
143
  # remote_id: "__string",
144
+ # sender_control_port: 1,
144
145
  # smoothing_latency: 1,
145
146
  # stream_id: "__string",
146
147
  # vpc_interface_attachment: {
@@ -228,7 +229,9 @@ module Aws::MediaConnect
228
229
  # ],
229
230
  # min_latency: 1,
230
231
  # name: "__string",
231
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
232
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
233
+ # sender_control_port: 1,
234
+ # sender_ip_address: "__string",
232
235
  # stream_id: "__string",
233
236
  # vpc_interface_name: "__string",
234
237
  # whitelist_cidr: "__string",
@@ -440,8 +443,9 @@ module Aws::MediaConnect
440
443
  # min_latency: 1,
441
444
  # name: "__string",
442
445
  # port: 1,
443
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
446
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
444
447
  # remote_id: "__string",
448
+ # sender_control_port: 1,
445
449
  # smoothing_latency: 1,
446
450
  # stream_id: "__string",
447
451
  # vpc_interface_attachment: {
@@ -468,11 +472,13 @@ module Aws::MediaConnect
468
472
  #
469
473
  # @!attribute [rw] encryption
470
474
  # The type of key used for the encryption. If no keyType is provided,
471
- # the service will use the default setting (static-key).
475
+ # the service will use the default setting (static-key). Allowable
476
+ # encryption types: static-key.
472
477
  # @return [Types::Encryption]
473
478
  #
474
479
  # @!attribute [rw] max_latency
475
- # The maximum latency in milliseconds for Zixi-based streams.
480
+ # The maximum latency in milliseconds. This parameter applies only to
481
+ # RIST-based, Zixi-based, and Fujitsu-based streams.
476
482
  # @return [Integer]
477
483
  #
478
484
  # @!attribute [rw] media_stream_output_configurations
@@ -506,6 +512,11 @@ module Aws::MediaConnect
506
512
  # The remote ID for the Zixi-pull output stream.
507
513
  # @return [String]
508
514
  #
515
+ # @!attribute [rw] sender_control_port
516
+ # The port that the flow uses to send outbound requests to initiate
517
+ # connection with the sender.
518
+ # @return [Integer]
519
+ #
509
520
  # @!attribute [rw] smoothing_latency
510
521
  # The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC
511
522
  # streams.
@@ -534,6 +545,7 @@ module Aws::MediaConnect
534
545
  :port,
535
546
  :protocol,
536
547
  :remote_id,
548
+ :sender_control_port,
537
549
  :smoothing_latency,
538
550
  :stream_id,
539
551
  :vpc_interface_attachment)
@@ -661,8 +673,9 @@ module Aws::MediaConnect
661
673
  # min_latency: 1,
662
674
  # name: "__string",
663
675
  # port: 1,
664
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
676
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
665
677
  # remote_id: "__string",
678
+ # sender_control_port: 1,
666
679
  # smoothing_latency: 1,
667
680
  # stream_id: "__string",
668
681
  # vpc_interface_attachment: {
@@ -704,7 +717,9 @@ module Aws::MediaConnect
704
717
  # ],
705
718
  # min_latency: 1,
706
719
  # name: "__string",
707
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
720
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
721
+ # sender_control_port: 1,
722
+ # sender_ip_address: "__string",
708
723
  # stream_id: "__string",
709
724
  # vpc_interface_name: "__string",
710
725
  # whitelist_cidr: "__string",
@@ -752,7 +767,9 @@ module Aws::MediaConnect
752
767
  # ],
753
768
  # min_latency: 1,
754
769
  # name: "__string",
755
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
770
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
771
+ # sender_control_port: 1,
772
+ # sender_ip_address: "__string",
756
773
  # stream_id: "__string",
757
774
  # vpc_interface_name: "__string",
758
775
  # whitelist_cidr: "__string",
@@ -797,7 +814,7 @@ module Aws::MediaConnect
797
814
  # @return [Types::SetSourceRequest]
798
815
  #
799
816
  # @!attribute [rw] source_failover_config
800
- # The settings for source failover
817
+ # The settings for source failover.
801
818
  # @return [Types::FailoverConfig]
802
819
  #
803
820
  # @!attribute [rw] sources
@@ -1258,7 +1275,7 @@ module Aws::MediaConnect
1258
1275
  include Aws::Structure
1259
1276
  end
1260
1277
 
1261
- # The settings for source failover
1278
+ # The settings for source failover.
1262
1279
  #
1263
1280
  # @note When making an API call, you may pass FailoverConfig
1264
1281
  # data as a hash:
@@ -1348,7 +1365,7 @@ module Aws::MediaConnect
1348
1365
  # @return [Types::Source]
1349
1366
  #
1350
1367
  # @!attribute [rw] source_failover_config
1351
- # The settings for source failover
1368
+ # The settings for source failover.
1352
1369
  # @return [Types::FailoverConfig]
1353
1370
  #
1354
1371
  # @!attribute [rw] sources
@@ -1543,7 +1560,8 @@ module Aws::MediaConnect
1543
1560
  #
1544
1561
  # @!attribute [rw] encryption
1545
1562
  # The type of encryption that will be used on the output that is
1546
- # associated with this entitlement.
1563
+ # associated with this entitlement. Allowable encryption types:
1564
+ # static-key, speke.
1547
1565
  # @return [Types::Encryption]
1548
1566
  #
1549
1567
  # @!attribute [rw] entitlement_status
@@ -2992,7 +3010,9 @@ module Aws::MediaConnect
2992
3010
  # ],
2993
3011
  # min_latency: 1,
2994
3012
  # name: "__string",
2995
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
3013
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
3014
+ # sender_control_port: 1,
3015
+ # sender_ip_address: "__string",
2996
3016
  # stream_id: "__string",
2997
3017
  # vpc_interface_name: "__string",
2998
3018
  # whitelist_cidr: "__string",
@@ -3000,7 +3020,7 @@ module Aws::MediaConnect
3000
3020
  #
3001
3021
  # @!attribute [rw] decryption
3002
3022
  # The type of encryption that is used on the content ingested from
3003
- # this source.
3023
+ # this source. Allowable encryption types: static-key.
3004
3024
  # @return [Types::Encryption]
3005
3025
  #
3006
3026
  # @!attribute [rw] description
@@ -3024,7 +3044,7 @@ module Aws::MediaConnect
3024
3044
  #
3025
3045
  # @!attribute [rw] max_latency
3026
3046
  # The maximum latency in milliseconds. This parameter applies only to
3027
- # RIST-based and Zixi-based streams.
3047
+ # RIST-based, Zixi-based, and Fujitsu-based streams.
3028
3048
  # @return [Integer]
3029
3049
  #
3030
3050
  # @!attribute [rw] max_sync_buffer
@@ -3054,6 +3074,16 @@ module Aws::MediaConnect
3054
3074
  # The protocol that is used by the source.
3055
3075
  # @return [String]
3056
3076
  #
3077
+ # @!attribute [rw] sender_control_port
3078
+ # The port that the flow uses to send outbound requests to initiate
3079
+ # connection with the sender.
3080
+ # @return [Integer]
3081
+ #
3082
+ # @!attribute [rw] sender_ip_address
3083
+ # The IP address that the flow communicates with to initiate
3084
+ # connection with the sender.
3085
+ # @return [String]
3086
+ #
3057
3087
  # @!attribute [rw] stream_id
3058
3088
  # The stream ID that you want to use for this transport. This
3059
3089
  # parameter applies only to Zixi-based streams.
@@ -3084,6 +3114,8 @@ module Aws::MediaConnect
3084
3114
  :min_latency,
3085
3115
  :name,
3086
3116
  :protocol,
3117
+ :sender_control_port,
3118
+ :sender_ip_address,
3087
3119
  :stream_id,
3088
3120
  :vpc_interface_name,
3089
3121
  :whitelist_cidr)
@@ -3133,6 +3165,16 @@ module Aws::MediaConnect
3133
3165
  # The name of the source.
3134
3166
  # @return [String]
3135
3167
  #
3168
+ # @!attribute [rw] sender_control_port
3169
+ # The port that the flow uses to send outbound requests to initiate
3170
+ # connection with the sender.
3171
+ # @return [Integer]
3172
+ #
3173
+ # @!attribute [rw] sender_ip_address
3174
+ # The IP address that the flow communicates with to initiate
3175
+ # connection with the sender.
3176
+ # @return [String]
3177
+ #
3136
3178
  # @!attribute [rw] source_arn
3137
3179
  # The ARN of the source.
3138
3180
  # @return [String]
@@ -3164,6 +3206,8 @@ module Aws::MediaConnect
3164
3206
  :ingest_port,
3165
3207
  :media_stream_source_configurations,
3166
3208
  :name,
3209
+ :sender_control_port,
3210
+ :sender_ip_address,
3167
3211
  :source_arn,
3168
3212
  :transport,
3169
3213
  :vpc_interface_name,
@@ -3332,7 +3376,7 @@ module Aws::MediaConnect
3332
3376
  #
3333
3377
  # @!attribute [rw] max_latency
3334
3378
  # The maximum latency in milliseconds. This parameter applies only to
3335
- # RIST-based and Zixi-based streams.
3379
+ # RIST-based, Zixi-based, and Fujitsu-based streams.
3336
3380
  # @return [Integer]
3337
3381
  #
3338
3382
  # @!attribute [rw] max_sync_buffer
@@ -3357,6 +3401,16 @@ module Aws::MediaConnect
3357
3401
  # The remote ID for the Zixi-pull stream.
3358
3402
  # @return [String]
3359
3403
  #
3404
+ # @!attribute [rw] sender_control_port
3405
+ # The port that the flow uses to send outbound requests to initiate
3406
+ # connection with the sender.
3407
+ # @return [Integer]
3408
+ #
3409
+ # @!attribute [rw] sender_ip_address
3410
+ # The IP address that the flow communicates with to initiate
3411
+ # connection with the sender.
3412
+ # @return [String]
3413
+ #
3360
3414
  # @!attribute [rw] smoothing_latency
3361
3415
  # The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC
3362
3416
  # streams.
@@ -3377,6 +3431,8 @@ module Aws::MediaConnect
3377
3431
  :min_latency,
3378
3432
  :protocol,
3379
3433
  :remote_id,
3434
+ :sender_control_port,
3435
+ :sender_ip_address,
3380
3436
  :smoothing_latency,
3381
3437
  :stream_id)
3382
3438
  SENSITIVE = []
@@ -3492,7 +3548,7 @@ module Aws::MediaConnect
3492
3548
  include Aws::Structure
3493
3549
  end
3494
3550
 
3495
- # The settings for source failover
3551
+ # The settings for source failover.
3496
3552
  #
3497
3553
  # @note When making an API call, you may pass UpdateFailoverConfig
3498
3554
  # data as a hash:
@@ -3568,7 +3624,8 @@ module Aws::MediaConnect
3568
3624
  #
3569
3625
  # @!attribute [rw] encryption
3570
3626
  # The type of encryption that will be used on the output associated
3571
- # with this entitlement.
3627
+ # with this entitlement. Allowable encryption types: static-key,
3628
+ # speke.
3572
3629
  # @return [Types::UpdateEncryption]
3573
3630
  #
3574
3631
  # @!attribute [rw] entitlement_arn
@@ -3757,8 +3814,10 @@ module Aws::MediaConnect
3757
3814
  # min_latency: 1,
3758
3815
  # output_arn: "__string", # required
3759
3816
  # port: 1,
3760
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
3817
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
3761
3818
  # remote_id: "__string",
3819
+ # sender_control_port: 1,
3820
+ # sender_ip_address: "__string",
3762
3821
  # smoothing_latency: 1,
3763
3822
  # stream_id: "__string",
3764
3823
  # vpc_interface_attachment: {
@@ -3785,7 +3844,8 @@ module Aws::MediaConnect
3785
3844
  #
3786
3845
  # @!attribute [rw] encryption
3787
3846
  # The type of key used for the encryption. If no keyType is provided,
3788
- # the service will use the default setting (static-key).
3847
+ # the service will use the default setting (static-key). Allowable
3848
+ # encryption types: static-key.
3789
3849
  # @return [Types::UpdateEncryption]
3790
3850
  #
3791
3851
  # @!attribute [rw] flow_arn
@@ -3824,6 +3884,16 @@ module Aws::MediaConnect
3824
3884
  # The remote ID for the Zixi-pull stream.
3825
3885
  # @return [String]
3826
3886
  #
3887
+ # @!attribute [rw] sender_control_port
3888
+ # The port that the flow uses to send outbound requests to initiate
3889
+ # connection with the sender.
3890
+ # @return [Integer]
3891
+ #
3892
+ # @!attribute [rw] sender_ip_address
3893
+ # The IP address that the flow communicates with to initiate
3894
+ # connection with the sender.
3895
+ # @return [String]
3896
+ #
3827
3897
  # @!attribute [rw] smoothing_latency
3828
3898
  # The smoothing latency in milliseconds for RIST, RTP, and RTP-FEC
3829
3899
  # streams.
@@ -3853,6 +3923,8 @@ module Aws::MediaConnect
3853
3923
  :port,
3854
3924
  :protocol,
3855
3925
  :remote_id,
3926
+ :sender_control_port,
3927
+ :sender_ip_address,
3856
3928
  :smoothing_latency,
3857
3929
  :stream_id,
3858
3930
  :vpc_interface_attachment)
@@ -3901,7 +3973,7 @@ module Aws::MediaConnect
3901
3973
  # @return [String]
3902
3974
  #
3903
3975
  # @!attribute [rw] source_failover_config
3904
- # The settings for source failover
3976
+ # The settings for source failover.
3905
3977
  # @return [Types::UpdateFailoverConfig]
3906
3978
  #
3907
3979
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowRequest AWS API Documentation
@@ -3968,7 +4040,9 @@ module Aws::MediaConnect
3968
4040
  # },
3969
4041
  # ],
3970
4042
  # min_latency: 1,
3971
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener
4043
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
4044
+ # sender_control_port: 1,
4045
+ # sender_ip_address: "__string",
3972
4046
  # source_arn: "__string", # required
3973
4047
  # stream_id: "__string",
3974
4048
  # vpc_interface_name: "__string",
@@ -3977,7 +4051,7 @@ module Aws::MediaConnect
3977
4051
  #
3978
4052
  # @!attribute [rw] decryption
3979
4053
  # The type of encryption used on the content ingested from this
3980
- # source.
4054
+ # source. Allowable encryption types: static-key.
3981
4055
  # @return [Types::UpdateEncryption]
3982
4056
  #
3983
4057
  # @!attribute [rw] description
@@ -4004,7 +4078,7 @@ module Aws::MediaConnect
4004
4078
  #
4005
4079
  # @!attribute [rw] max_latency
4006
4080
  # The maximum latency in milliseconds. This parameter applies only to
4007
- # RIST-based and Zixi-based streams.
4081
+ # RIST-based, Zixi-based, and Fujitsu-based streams.
4008
4082
  # @return [Integer]
4009
4083
  #
4010
4084
  # @!attribute [rw] max_sync_buffer
@@ -4030,6 +4104,14 @@ module Aws::MediaConnect
4030
4104
  # The protocol that is used by the source.
4031
4105
  # @return [String]
4032
4106
  #
4107
+ # @!attribute [rw] sender_control_port
4108
+ # @return [Integer]
4109
+ #
4110
+ # @!attribute [rw] sender_ip_address
4111
+ # The IP address that the flow communicates with to initiate
4112
+ # connection with the sender.
4113
+ # @return [String]
4114
+ #
4033
4115
  # @!attribute [rw] source_arn
4034
4116
  # @return [String]
4035
4117
  #
@@ -4063,6 +4145,8 @@ module Aws::MediaConnect
4063
4145
  :media_stream_source_configurations,
4064
4146
  :min_latency,
4065
4147
  :protocol,
4148
+ :sender_control_port,
4149
+ :sender_ip_address,
4066
4150
  :source_arn,
4067
4151
  :stream_id,
4068
4152
  :vpc_interface_name,
@@ -4096,7 +4180,7 @@ module Aws::MediaConnect
4096
4180
  #
4097
4181
  # @!attribute [rw] name
4098
4182
  # Immutable and has to be a unique against other VpcInterfaces in this
4099
- # Flow
4183
+ # Flow.
4100
4184
  # @return [String]
4101
4185
  #
4102
4186
  # @!attribute [rw] network_interface_ids
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
49
49
  # @!group service
50
50
  module Aws::MediaConnect
51
51
 
52
- GEM_VERSION = '1.40.0'
52
+ GEM_VERSION = '1.43.0'
53
53
 
54
54
  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.40.0
4
+ version: 1.43.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: 2021-11-30 00:00:00.000000000 Z
11
+ date: 2022-02-24 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.122.0
22
+ version: 3.127.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.122.0
32
+ version: 3.127.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement