aws-sdk-mediaconnect 1.44.0 → 1.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b158b73a6e06a349af9cb0b08727f22f90c2c69dbacef201b594c58e56fa5276
4
- data.tar.gz: b00f25eaa462403d4c636c1fe6c17943f7937e083c320b5d9ce97aeba7c3f6d3
3
+ metadata.gz: 53e2221b3e33cb7e02a72db7e7647dcb5a12b6237b83017887b352cf943044ac
4
+ data.tar.gz: 56277c70ad032a7b134a488127e4d9de8237656ced0d658e22e0b5bcbf6902cf
5
5
  SHA512:
6
- metadata.gz: 6e9a8ba31cbe012ec60045d96b2cd494485b9b6b8b5ae609573906da4cae8c66142012ba846b1ecfbae4bfd550572930c0e29d1f863b2bd6a4d679c067018b45
7
- data.tar.gz: 000bd96251886eb08c64a75a4101d622e02b093219d8cb47bdb8b099f93d06c1d9754f285530d383454c06e9914885c9d5dac65a07ee2ba70e981bbb22d4c1d5
6
+ metadata.gz: d9d91425c5f792446998f9ad47456d9710b0cfdd14e5d1066fb7b5c5b6adfa4385a7062ab2c299aebba4c5a43a7fd9dc738f01654138bafc3e47dd2d9660eb16
7
+ data.tar.gz: f99e50eaf42e7dfca040d1a10130777c29092b4aa16bf386064ac916dbb2fe0c5f68660dc8cf707fd56c60f6f1862da78b1220c2325e367912642225e3c55cd5
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.45.0 (2022-09-19)
5
+ ------------------
6
+
7
+ * Feature - This change allows the customer to use the SRT Caller protocol as part of their flows
8
+
4
9
  1.44.0 (2022-03-21)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.44.0
1
+ 1.45.0
@@ -478,7 +478,7 @@ module Aws::MediaConnect
478
478
  # min_latency: 1,
479
479
  # name: "__string",
480
480
  # port: 1,
481
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
481
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
482
482
  # remote_id: "__string",
483
483
  # sender_control_port: 1,
484
484
  # smoothing_latency: 1,
@@ -528,11 +528,13 @@ module Aws::MediaConnect
528
528
  # resp.outputs[0].transport.max_latency #=> Integer
529
529
  # resp.outputs[0].transport.max_sync_buffer #=> Integer
530
530
  # resp.outputs[0].transport.min_latency #=> Integer
531
- # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
531
+ # resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
532
532
  # resp.outputs[0].transport.remote_id #=> String
533
533
  # resp.outputs[0].transport.sender_control_port #=> Integer
534
534
  # resp.outputs[0].transport.sender_ip_address #=> String
535
535
  # resp.outputs[0].transport.smoothing_latency #=> Integer
536
+ # resp.outputs[0].transport.source_listener_address #=> String
537
+ # resp.outputs[0].transport.source_listener_port #=> Integer
536
538
  # resp.outputs[0].transport.stream_id #=> String
537
539
  # resp.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
538
540
  #
@@ -596,9 +598,11 @@ module Aws::MediaConnect
596
598
  # ],
597
599
  # min_latency: 1,
598
600
  # name: "__string",
599
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
601
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
600
602
  # sender_control_port: 1,
601
603
  # sender_ip_address: "__string",
604
+ # source_listener_address: "__string",
605
+ # source_listener_port: 1,
602
606
  # stream_id: "__string",
603
607
  # vpc_interface_name: "__string",
604
608
  # whitelist_cidr: "__string",
@@ -641,11 +645,13 @@ module Aws::MediaConnect
641
645
  # resp.sources[0].transport.max_latency #=> Integer
642
646
  # resp.sources[0].transport.max_sync_buffer #=> Integer
643
647
  # resp.sources[0].transport.min_latency #=> Integer
644
- # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
648
+ # resp.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
645
649
  # resp.sources[0].transport.remote_id #=> String
646
650
  # resp.sources[0].transport.sender_control_port #=> Integer
647
651
  # resp.sources[0].transport.sender_ip_address #=> String
648
652
  # resp.sources[0].transport.smoothing_latency #=> Integer
653
+ # resp.sources[0].transport.source_listener_address #=> String
654
+ # resp.sources[0].transport.source_listener_port #=> Integer
649
655
  # resp.sources[0].transport.stream_id #=> String
650
656
  # resp.sources[0].vpc_interface_name #=> String
651
657
  # resp.sources[0].whitelist_cidr #=> String
@@ -833,7 +839,7 @@ module Aws::MediaConnect
833
839
  # min_latency: 1,
834
840
  # name: "__string",
835
841
  # port: 1,
836
- # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
842
+ # protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
837
843
  # remote_id: "__string",
838
844
  # sender_control_port: 1,
839
845
  # smoothing_latency: 1,
@@ -877,9 +883,11 @@ module Aws::MediaConnect
877
883
  # ],
878
884
  # min_latency: 1,
879
885
  # name: "__string",
880
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
886
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
881
887
  # sender_control_port: 1,
882
888
  # sender_ip_address: "__string",
889
+ # source_listener_address: "__string",
890
+ # source_listener_port: 1,
883
891
  # stream_id: "__string",
884
892
  # vpc_interface_name: "__string",
885
893
  # whitelist_cidr: "__string",
@@ -927,9 +935,11 @@ module Aws::MediaConnect
927
935
  # ],
928
936
  # min_latency: 1,
929
937
  # name: "__string",
930
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
938
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
931
939
  # sender_control_port: 1,
932
940
  # sender_ip_address: "__string",
941
+ # source_listener_address: "__string",
942
+ # source_listener_port: 1,
933
943
  # stream_id: "__string",
934
944
  # vpc_interface_name: "__string",
935
945
  # whitelist_cidr: "__string",
@@ -1025,11 +1035,13 @@ module Aws::MediaConnect
1025
1035
  # resp.flow.outputs[0].transport.max_latency #=> Integer
1026
1036
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
1027
1037
  # resp.flow.outputs[0].transport.min_latency #=> Integer
1028
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1038
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
1029
1039
  # resp.flow.outputs[0].transport.remote_id #=> String
1030
1040
  # resp.flow.outputs[0].transport.sender_control_port #=> Integer
1031
1041
  # resp.flow.outputs[0].transport.sender_ip_address #=> String
1032
1042
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
1043
+ # resp.flow.outputs[0].transport.source_listener_address #=> String
1044
+ # resp.flow.outputs[0].transport.source_listener_port #=> Integer
1033
1045
  # resp.flow.outputs[0].transport.stream_id #=> String
1034
1046
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
1035
1047
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
@@ -1063,11 +1075,13 @@ module Aws::MediaConnect
1063
1075
  # resp.flow.source.transport.max_latency #=> Integer
1064
1076
  # resp.flow.source.transport.max_sync_buffer #=> Integer
1065
1077
  # resp.flow.source.transport.min_latency #=> Integer
1066
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1078
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
1067
1079
  # resp.flow.source.transport.remote_id #=> String
1068
1080
  # resp.flow.source.transport.sender_control_port #=> Integer
1069
1081
  # resp.flow.source.transport.sender_ip_address #=> String
1070
1082
  # resp.flow.source.transport.smoothing_latency #=> Integer
1083
+ # resp.flow.source.transport.source_listener_address #=> String
1084
+ # resp.flow.source.transport.source_listener_port #=> Integer
1071
1085
  # resp.flow.source.transport.stream_id #=> String
1072
1086
  # resp.flow.source.vpc_interface_name #=> String
1073
1087
  # resp.flow.source.whitelist_cidr #=> String
@@ -1107,11 +1121,13 @@ module Aws::MediaConnect
1107
1121
  # resp.flow.sources[0].transport.max_latency #=> Integer
1108
1122
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
1109
1123
  # resp.flow.sources[0].transport.min_latency #=> Integer
1110
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1124
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
1111
1125
  # resp.flow.sources[0].transport.remote_id #=> String
1112
1126
  # resp.flow.sources[0].transport.sender_control_port #=> Integer
1113
1127
  # resp.flow.sources[0].transport.sender_ip_address #=> String
1114
1128
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
1129
+ # resp.flow.sources[0].transport.source_listener_address #=> String
1130
+ # resp.flow.sources[0].transport.source_listener_port #=> Integer
1115
1131
  # resp.flow.sources[0].transport.stream_id #=> String
1116
1132
  # resp.flow.sources[0].vpc_interface_name #=> String
1117
1133
  # resp.flow.sources[0].whitelist_cidr #=> String
@@ -1260,11 +1276,13 @@ module Aws::MediaConnect
1260
1276
  # resp.flow.outputs[0].transport.max_latency #=> Integer
1261
1277
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
1262
1278
  # resp.flow.outputs[0].transport.min_latency #=> Integer
1263
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1279
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
1264
1280
  # resp.flow.outputs[0].transport.remote_id #=> String
1265
1281
  # resp.flow.outputs[0].transport.sender_control_port #=> Integer
1266
1282
  # resp.flow.outputs[0].transport.sender_ip_address #=> String
1267
1283
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
1284
+ # resp.flow.outputs[0].transport.source_listener_address #=> String
1285
+ # resp.flow.outputs[0].transport.source_listener_port #=> Integer
1268
1286
  # resp.flow.outputs[0].transport.stream_id #=> String
1269
1287
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
1270
1288
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
@@ -1298,11 +1316,13 @@ module Aws::MediaConnect
1298
1316
  # resp.flow.source.transport.max_latency #=> Integer
1299
1317
  # resp.flow.source.transport.max_sync_buffer #=> Integer
1300
1318
  # resp.flow.source.transport.min_latency #=> Integer
1301
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1319
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
1302
1320
  # resp.flow.source.transport.remote_id #=> String
1303
1321
  # resp.flow.source.transport.sender_control_port #=> Integer
1304
1322
  # resp.flow.source.transport.sender_ip_address #=> String
1305
1323
  # resp.flow.source.transport.smoothing_latency #=> Integer
1324
+ # resp.flow.source.transport.source_listener_address #=> String
1325
+ # resp.flow.source.transport.source_listener_port #=> Integer
1306
1326
  # resp.flow.source.transport.stream_id #=> String
1307
1327
  # resp.flow.source.vpc_interface_name #=> String
1308
1328
  # resp.flow.source.whitelist_cidr #=> String
@@ -1342,11 +1362,13 @@ module Aws::MediaConnect
1342
1362
  # resp.flow.sources[0].transport.max_latency #=> Integer
1343
1363
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
1344
1364
  # resp.flow.sources[0].transport.min_latency #=> Integer
1345
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
1365
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
1346
1366
  # resp.flow.sources[0].transport.remote_id #=> String
1347
1367
  # resp.flow.sources[0].transport.sender_control_port #=> Integer
1348
1368
  # resp.flow.sources[0].transport.sender_ip_address #=> String
1349
1369
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
1370
+ # resp.flow.sources[0].transport.source_listener_address #=> String
1371
+ # resp.flow.sources[0].transport.source_listener_port #=> Integer
1350
1372
  # resp.flow.sources[0].transport.stream_id #=> String
1351
1373
  # resp.flow.sources[0].vpc_interface_name #=> String
1352
1374
  # resp.flow.sources[0].whitelist_cidr #=> String
@@ -2190,11 +2212,13 @@ module Aws::MediaConnect
2190
2212
  # resp.flow.outputs[0].transport.max_latency #=> Integer
2191
2213
  # resp.flow.outputs[0].transport.max_sync_buffer #=> Integer
2192
2214
  # resp.flow.outputs[0].transport.min_latency #=> Integer
2193
- # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2215
+ # resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
2194
2216
  # resp.flow.outputs[0].transport.remote_id #=> String
2195
2217
  # resp.flow.outputs[0].transport.sender_control_port #=> Integer
2196
2218
  # resp.flow.outputs[0].transport.sender_ip_address #=> String
2197
2219
  # resp.flow.outputs[0].transport.smoothing_latency #=> Integer
2220
+ # resp.flow.outputs[0].transport.source_listener_address #=> String
2221
+ # resp.flow.outputs[0].transport.source_listener_port #=> Integer
2198
2222
  # resp.flow.outputs[0].transport.stream_id #=> String
2199
2223
  # resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
2200
2224
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
@@ -2228,11 +2252,13 @@ module Aws::MediaConnect
2228
2252
  # resp.flow.source.transport.max_latency #=> Integer
2229
2253
  # resp.flow.source.transport.max_sync_buffer #=> Integer
2230
2254
  # resp.flow.source.transport.min_latency #=> Integer
2231
- # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2255
+ # resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
2232
2256
  # resp.flow.source.transport.remote_id #=> String
2233
2257
  # resp.flow.source.transport.sender_control_port #=> Integer
2234
2258
  # resp.flow.source.transport.sender_ip_address #=> String
2235
2259
  # resp.flow.source.transport.smoothing_latency #=> Integer
2260
+ # resp.flow.source.transport.source_listener_address #=> String
2261
+ # resp.flow.source.transport.source_listener_port #=> Integer
2236
2262
  # resp.flow.source.transport.stream_id #=> String
2237
2263
  # resp.flow.source.vpc_interface_name #=> String
2238
2264
  # resp.flow.source.whitelist_cidr #=> String
@@ -2272,11 +2298,13 @@ module Aws::MediaConnect
2272
2298
  # resp.flow.sources[0].transport.max_latency #=> Integer
2273
2299
  # resp.flow.sources[0].transport.max_sync_buffer #=> Integer
2274
2300
  # resp.flow.sources[0].transport.min_latency #=> Integer
2275
- # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2301
+ # resp.flow.sources[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
2276
2302
  # resp.flow.sources[0].transport.remote_id #=> String
2277
2303
  # resp.flow.sources[0].transport.sender_control_port #=> Integer
2278
2304
  # resp.flow.sources[0].transport.sender_ip_address #=> String
2279
2305
  # resp.flow.sources[0].transport.smoothing_latency #=> Integer
2306
+ # resp.flow.sources[0].transport.source_listener_address #=> String
2307
+ # resp.flow.sources[0].transport.source_listener_port #=> Integer
2280
2308
  # resp.flow.sources[0].transport.stream_id #=> String
2281
2309
  # resp.flow.sources[0].vpc_interface_name #=> String
2282
2310
  # resp.flow.sources[0].whitelist_cidr #=> String
@@ -2488,7 +2516,8 @@ module Aws::MediaConnect
2488
2516
  # @option params [required, String] :flow_arn
2489
2517
  #
2490
2518
  # @option params [Integer] :max_latency
2491
- # The maximum latency in milliseconds for Zixi-based streams.
2519
+ # The maximum latency in milliseconds. This parameter applies only to
2520
+ # RIST-based, Zixi-based, and Fujitsu-based streams.
2492
2521
  #
2493
2522
  # @option params [Array<Types::MediaStreamOutputConfigurationRequest>] :media_stream_output_configurations
2494
2523
  # The media streams that are associated with the output, and the
@@ -2578,7 +2607,7 @@ module Aws::MediaConnect
2578
2607
  # min_latency: 1,
2579
2608
  # output_arn: "__string", # required
2580
2609
  # port: 1,
2581
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
2610
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
2582
2611
  # remote_id: "__string",
2583
2612
  # sender_control_port: 1,
2584
2613
  # sender_ip_address: "__string",
@@ -2626,11 +2655,13 @@ module Aws::MediaConnect
2626
2655
  # resp.output.transport.max_latency #=> Integer
2627
2656
  # resp.output.transport.max_sync_buffer #=> Integer
2628
2657
  # resp.output.transport.min_latency #=> Integer
2629
- # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2658
+ # resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
2630
2659
  # resp.output.transport.remote_id #=> String
2631
2660
  # resp.output.transport.sender_control_port #=> Integer
2632
2661
  # resp.output.transport.sender_ip_address #=> String
2633
2662
  # resp.output.transport.smoothing_latency #=> Integer
2663
+ # resp.output.transport.source_listener_address #=> String
2664
+ # resp.output.transport.source_listener_port #=> Integer
2634
2665
  # resp.output.transport.stream_id #=> String
2635
2666
  # resp.output.vpc_interface_attachment.vpc_interface_name #=> String
2636
2667
  #
@@ -2690,6 +2721,8 @@ module Aws::MediaConnect
2690
2721
  # The protocol that is used by the source.
2691
2722
  #
2692
2723
  # @option params [Integer] :sender_control_port
2724
+ # The port that the flow uses to send outbound requests to initiate
2725
+ # connection with the sender.
2693
2726
  #
2694
2727
  # @option params [String] :sender_ip_address
2695
2728
  # The IP address that the flow communicates with to initiate connection
@@ -2697,6 +2730,12 @@ module Aws::MediaConnect
2697
2730
  #
2698
2731
  # @option params [required, String] :source_arn
2699
2732
  #
2733
+ # @option params [String] :source_listener_address
2734
+ # Source IP or domain name for SRT-caller protocol.
2735
+ #
2736
+ # @option params [Integer] :source_listener_port
2737
+ # Source port for SRT-caller protocol.
2738
+ #
2700
2739
  # @option params [String] :stream_id
2701
2740
  # The stream ID that you want to use for this transport. This parameter
2702
2741
  # applies only to Zixi-based streams.
@@ -2750,10 +2789,12 @@ module Aws::MediaConnect
2750
2789
  # },
2751
2790
  # ],
2752
2791
  # min_latency: 1,
2753
- # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, fujitsu-qos
2792
+ # protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
2754
2793
  # sender_control_port: 1,
2755
2794
  # sender_ip_address: "__string",
2756
2795
  # source_arn: "__string", # required
2796
+ # source_listener_address: "__string",
2797
+ # source_listener_port: 1,
2757
2798
  # stream_id: "__string",
2758
2799
  # vpc_interface_name: "__string",
2759
2800
  # whitelist_cidr: "__string",
@@ -2793,11 +2834,13 @@ module Aws::MediaConnect
2793
2834
  # resp.source.transport.max_latency #=> Integer
2794
2835
  # resp.source.transport.max_sync_buffer #=> Integer
2795
2836
  # resp.source.transport.min_latency #=> Integer
2796
- # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "fujitsu-qos"
2837
+ # resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull", "rist", "st2110-jpegxs", "cdi", "srt-listener", "srt-caller", "fujitsu-qos"
2797
2838
  # resp.source.transport.remote_id #=> String
2798
2839
  # resp.source.transport.sender_control_port #=> Integer
2799
2840
  # resp.source.transport.sender_ip_address #=> String
2800
2841
  # resp.source.transport.smoothing_latency #=> Integer
2842
+ # resp.source.transport.source_listener_address #=> String
2843
+ # resp.source.transport.source_listener_port #=> Integer
2801
2844
  # resp.source.transport.stream_id #=> String
2802
2845
  # resp.source.vpc_interface_name #=> String
2803
2846
  # resp.source.whitelist_cidr #=> String
@@ -2824,7 +2867,7 @@ module Aws::MediaConnect
2824
2867
  params: params,
2825
2868
  config: config)
2826
2869
  context[:gem_name] = 'aws-sdk-mediaconnect'
2827
- context[:gem_version] = '1.44.0'
2870
+ context[:gem_version] = '1.45.0'
2828
2871
  Seahorse::Client::Request.new(handlers, context)
2829
2872
  end
2830
2873
 
@@ -626,6 +626,8 @@ module Aws::MediaConnect
626
626
  SetSourceRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
627
627
  SetSourceRequest.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
628
628
  SetSourceRequest.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "senderIpAddress"))
629
+ SetSourceRequest.add_member(:source_listener_address, Shapes::ShapeRef.new(shape: __string, location_name: "sourceListenerAddress"))
630
+ SetSourceRequest.add_member(:source_listener_port, Shapes::ShapeRef.new(shape: __integer, location_name: "sourceListenerPort"))
629
631
  SetSourceRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
630
632
  SetSourceRequest.add_member(:vpc_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "vpcInterfaceName"))
631
633
  SetSourceRequest.add_member(:whitelist_cidr, Shapes::ShapeRef.new(shape: __string, location_name: "whitelistCidr"))
@@ -681,6 +683,8 @@ module Aws::MediaConnect
681
683
  Transport.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
682
684
  Transport.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "senderIpAddress"))
683
685
  Transport.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
686
+ Transport.add_member(:source_listener_address, Shapes::ShapeRef.new(shape: __string, location_name: "sourceListenerAddress"))
687
+ Transport.add_member(:source_listener_port, Shapes::ShapeRef.new(shape: __integer, location_name: "sourceListenerPort"))
684
688
  Transport.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
685
689
  Transport.struct_class = Types::Transport
686
690
 
@@ -775,6 +779,8 @@ module Aws::MediaConnect
775
779
  UpdateFlowSourceRequest.add_member(:sender_control_port, Shapes::ShapeRef.new(shape: __integer, location_name: "senderControlPort"))
776
780
  UpdateFlowSourceRequest.add_member(:sender_ip_address, Shapes::ShapeRef.new(shape: __string, location_name: "senderIpAddress"))
777
781
  UpdateFlowSourceRequest.add_member(:source_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "sourceArn"))
782
+ UpdateFlowSourceRequest.add_member(:source_listener_address, Shapes::ShapeRef.new(shape: __string, location_name: "sourceListenerAddress"))
783
+ UpdateFlowSourceRequest.add_member(:source_listener_port, Shapes::ShapeRef.new(shape: __integer, location_name: "sourceListenerPort"))
778
784
  UpdateFlowSourceRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
779
785
  UpdateFlowSourceRequest.add_member(:vpc_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "vpcInterfaceName"))
780
786
  UpdateFlowSourceRequest.add_member(:whitelist_cidr, Shapes::ShapeRef.new(shape: __string, location_name: "whitelistCidr"))
@@ -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 for Zixi-based streams.
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)
@@ -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.44.0'
52
+ GEM_VERSION = '1.45.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.44.0
4
+ version: 1.45.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-03-21 00:00:00.000000000 Z
11
+ date: 2022-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core