aws-sdk-mediaconnect 1.97.0 → 1.99.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 +169 -113
- data/lib/aws-sdk-mediaconnect/client_api.rb +36 -20
- data/lib/aws-sdk-mediaconnect/types.rb +120 -65
- data/lib/aws-sdk-mediaconnect.rb +1 -1
- data/sig/client.rbs +94 -62
- data/sig/types.rbs +47 -30
- metadata +3 -3
|
@@ -1059,10 +1059,8 @@ module Aws::MediaConnect
|
|
|
1059
1059
|
# resp.router_inputs[0].arn #=> String
|
|
1060
1060
|
# resp.router_inputs[0].id #=> String
|
|
1061
1061
|
# resp.router_inputs[0].state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
1062
|
-
# resp.router_inputs[0].input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW"
|
|
1062
|
+
# resp.router_inputs[0].input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW", "MEDIALIVE_CHANNEL"
|
|
1063
1063
|
# resp.router_inputs[0].configuration.standard.network_interface_arn #=> String
|
|
1064
|
-
# resp.router_inputs[0].configuration.standard.protocol_configuration.rtp.port #=> Integer
|
|
1065
|
-
# resp.router_inputs[0].configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
1066
1064
|
# resp.router_inputs[0].configuration.standard.protocol_configuration.rist.port #=> Integer
|
|
1067
1065
|
# resp.router_inputs[0].configuration.standard.protocol_configuration.rist.recovery_latency_milliseconds #=> Integer
|
|
1068
1066
|
# resp.router_inputs[0].configuration.standard.protocol_configuration.srt_listener.port #=> Integer
|
|
@@ -1075,11 +1073,17 @@ module Aws::MediaConnect
|
|
|
1075
1073
|
# resp.router_inputs[0].configuration.standard.protocol_configuration.srt_caller.stream_id #=> String
|
|
1076
1074
|
# resp.router_inputs[0].configuration.standard.protocol_configuration.srt_caller.decryption_configuration.encryption_key.secret_arn #=> String
|
|
1077
1075
|
# resp.router_inputs[0].configuration.standard.protocol_configuration.srt_caller.decryption_configuration.encryption_key.role_arn #=> String
|
|
1076
|
+
# resp.router_inputs[0].configuration.standard.protocol_configuration.rtp.port #=> Integer
|
|
1077
|
+
# resp.router_inputs[0].configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
1078
1078
|
# resp.router_inputs[0].configuration.standard.protocol #=> String, one of "RTP", "RIST", "SRT_CALLER", "SRT_LISTENER"
|
|
1079
|
+
# resp.router_inputs[0].configuration.media_live_channel.media_live_channel_arn #=> String
|
|
1080
|
+
# resp.router_inputs[0].configuration.media_live_channel.media_live_pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
|
1081
|
+
# resp.router_inputs[0].configuration.media_live_channel.media_live_channel_output_name #=> String
|
|
1082
|
+
# resp.router_inputs[0].configuration.media_live_channel.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
1083
|
+
# resp.router_inputs[0].configuration.media_live_channel.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
1084
|
+
# resp.router_inputs[0].configuration.media_live_channel.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
1079
1085
|
# resp.router_inputs[0].configuration.failover.network_interface_arn #=> String
|
|
1080
1086
|
# resp.router_inputs[0].configuration.failover.protocol_configurations #=> Array
|
|
1081
|
-
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].rtp.port #=> Integer
|
|
1082
|
-
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
1083
1087
|
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].rist.port #=> Integer
|
|
1084
1088
|
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].rist.recovery_latency_milliseconds #=> Integer
|
|
1085
1089
|
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].srt_listener.port #=> Integer
|
|
@@ -1092,8 +1096,15 @@ module Aws::MediaConnect
|
|
|
1092
1096
|
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].srt_caller.stream_id #=> String
|
|
1093
1097
|
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].srt_caller.decryption_configuration.encryption_key.secret_arn #=> String
|
|
1094
1098
|
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].srt_caller.decryption_configuration.encryption_key.role_arn #=> String
|
|
1099
|
+
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].rtp.port #=> Integer
|
|
1100
|
+
# resp.router_inputs[0].configuration.failover.protocol_configurations[0].rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
1095
1101
|
# resp.router_inputs[0].configuration.failover.source_priority_mode #=> String, one of "NO_PRIORITY", "PRIMARY_SECONDARY"
|
|
1096
1102
|
# resp.router_inputs[0].configuration.failover.primary_source_index #=> Integer
|
|
1103
|
+
# resp.router_inputs[0].configuration.media_connect_flow.flow_arn #=> String
|
|
1104
|
+
# resp.router_inputs[0].configuration.media_connect_flow.flow_output_arn #=> String
|
|
1105
|
+
# resp.router_inputs[0].configuration.media_connect_flow.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
1106
|
+
# resp.router_inputs[0].configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
1107
|
+
# resp.router_inputs[0].configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
1097
1108
|
# resp.router_inputs[0].configuration.merge.network_interface_arn #=> String
|
|
1098
1109
|
# resp.router_inputs[0].configuration.merge.protocol_configurations #=> Array
|
|
1099
1110
|
# resp.router_inputs[0].configuration.merge.protocol_configurations[0].rtp.port #=> Integer
|
|
@@ -1101,11 +1112,6 @@ module Aws::MediaConnect
|
|
|
1101
1112
|
# resp.router_inputs[0].configuration.merge.protocol_configurations[0].rist.port #=> Integer
|
|
1102
1113
|
# resp.router_inputs[0].configuration.merge.protocol_configurations[0].rist.recovery_latency_milliseconds #=> Integer
|
|
1103
1114
|
# resp.router_inputs[0].configuration.merge.merge_recovery_window_milliseconds #=> Integer
|
|
1104
|
-
# resp.router_inputs[0].configuration.media_connect_flow.flow_arn #=> String
|
|
1105
|
-
# resp.router_inputs[0].configuration.media_connect_flow.flow_output_arn #=> String
|
|
1106
|
-
# resp.router_inputs[0].configuration.media_connect_flow.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
1107
|
-
# resp.router_inputs[0].configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
1108
|
-
# resp.router_inputs[0].configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
1109
1115
|
# resp.router_inputs[0].routed_outputs #=> Integer
|
|
1110
1116
|
# resp.router_inputs[0].maximum_routed_outputs #=> Integer
|
|
1111
1117
|
# resp.router_inputs[0].region_name #=> String
|
|
@@ -1233,9 +1239,6 @@ module Aws::MediaConnect
|
|
|
1233
1239
|
# resp.router_outputs[0].state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
1234
1240
|
# resp.router_outputs[0].output_type #=> String, one of "STANDARD", "MEDIACONNECT_FLOW", "MEDIALIVE_INPUT"
|
|
1235
1241
|
# resp.router_outputs[0].configuration.standard.network_interface_arn #=> String
|
|
1236
|
-
# resp.router_outputs[0].configuration.standard.protocol_configuration.rtp.destination_address #=> String
|
|
1237
|
-
# resp.router_outputs[0].configuration.standard.protocol_configuration.rtp.destination_port #=> Integer
|
|
1238
|
-
# resp.router_outputs[0].configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
1239
1242
|
# resp.router_outputs[0].configuration.standard.protocol_configuration.rist.destination_address #=> String
|
|
1240
1243
|
# resp.router_outputs[0].configuration.standard.protocol_configuration.rist.destination_port #=> Integer
|
|
1241
1244
|
# resp.router_outputs[0].configuration.standard.protocol_configuration.srt_listener.port #=> Integer
|
|
@@ -1248,6 +1251,9 @@ module Aws::MediaConnect
|
|
|
1248
1251
|
# resp.router_outputs[0].configuration.standard.protocol_configuration.srt_caller.stream_id #=> String
|
|
1249
1252
|
# resp.router_outputs[0].configuration.standard.protocol_configuration.srt_caller.encryption_configuration.encryption_key.secret_arn #=> String
|
|
1250
1253
|
# resp.router_outputs[0].configuration.standard.protocol_configuration.srt_caller.encryption_configuration.encryption_key.role_arn #=> String
|
|
1254
|
+
# resp.router_outputs[0].configuration.standard.protocol_configuration.rtp.destination_address #=> String
|
|
1255
|
+
# resp.router_outputs[0].configuration.standard.protocol_configuration.rtp.destination_port #=> Integer
|
|
1256
|
+
# resp.router_outputs[0].configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
1251
1257
|
# resp.router_outputs[0].configuration.standard.protocol #=> String, one of "RTP", "RIST", "SRT_CALLER", "SRT_LISTENER"
|
|
1252
1258
|
# resp.router_outputs[0].configuration.media_connect_flow.flow_arn #=> String
|
|
1253
1259
|
# resp.router_outputs[0].configuration.media_connect_flow.flow_source_arn #=> String
|
|
@@ -2181,10 +2187,6 @@ module Aws::MediaConnect
|
|
|
2181
2187
|
# standard: {
|
|
2182
2188
|
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
2183
2189
|
# protocol_configuration: { # required
|
|
2184
|
-
# rtp: {
|
|
2185
|
-
# port: 1, # required
|
|
2186
|
-
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
2187
|
-
# },
|
|
2188
2190
|
# rist: {
|
|
2189
2191
|
# port: 1, # required
|
|
2190
2192
|
# recovery_latency_milliseconds: 1, # required
|
|
@@ -2211,17 +2213,33 @@ module Aws::MediaConnect
|
|
|
2211
2213
|
# },
|
|
2212
2214
|
# },
|
|
2213
2215
|
# },
|
|
2216
|
+
# rtp: {
|
|
2217
|
+
# port: 1, # required
|
|
2218
|
+
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
2219
|
+
# },
|
|
2214
2220
|
# },
|
|
2215
2221
|
# protocol: "RTP", # accepts RTP, RIST, SRT_CALLER, SRT_LISTENER
|
|
2216
2222
|
# },
|
|
2223
|
+
# media_live_channel: {
|
|
2224
|
+
# media_live_channel_arn: "MediaLiveChannelArn",
|
|
2225
|
+
# media_live_pipeline_id: "PIPELINE_0", # accepts PIPELINE_0, PIPELINE_1
|
|
2226
|
+
# media_live_channel_output_name: "String",
|
|
2227
|
+
# source_transit_decryption: { # required
|
|
2228
|
+
# encryption_key_type: "SECRETS_MANAGER", # accepts SECRETS_MANAGER, AUTOMATIC
|
|
2229
|
+
# encryption_key_configuration: { # required
|
|
2230
|
+
# secrets_manager: {
|
|
2231
|
+
# secret_arn: "SecretArn", # required
|
|
2232
|
+
# role_arn: "RoleArn", # required
|
|
2233
|
+
# },
|
|
2234
|
+
# automatic: {
|
|
2235
|
+
# },
|
|
2236
|
+
# },
|
|
2237
|
+
# },
|
|
2238
|
+
# },
|
|
2217
2239
|
# failover: {
|
|
2218
2240
|
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
2219
2241
|
# protocol_configurations: [ # required
|
|
2220
2242
|
# {
|
|
2221
|
-
# rtp: {
|
|
2222
|
-
# port: 1, # required
|
|
2223
|
-
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
2224
|
-
# },
|
|
2225
2243
|
# rist: {
|
|
2226
2244
|
# port: 1, # required
|
|
2227
2245
|
# recovery_latency_milliseconds: 1, # required
|
|
@@ -2248,26 +2266,14 @@ module Aws::MediaConnect
|
|
|
2248
2266
|
# },
|
|
2249
2267
|
# },
|
|
2250
2268
|
# },
|
|
2251
|
-
# },
|
|
2252
|
-
# ],
|
|
2253
|
-
# source_priority_mode: "NO_PRIORITY", # required, accepts NO_PRIORITY, PRIMARY_SECONDARY
|
|
2254
|
-
# primary_source_index: 1,
|
|
2255
|
-
# },
|
|
2256
|
-
# merge: {
|
|
2257
|
-
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
2258
|
-
# protocol_configurations: [ # required
|
|
2259
|
-
# {
|
|
2260
2269
|
# rtp: {
|
|
2261
2270
|
# port: 1, # required
|
|
2262
2271
|
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
2263
2272
|
# },
|
|
2264
|
-
# rist: {
|
|
2265
|
-
# port: 1, # required
|
|
2266
|
-
# recovery_latency_milliseconds: 1, # required
|
|
2267
|
-
# },
|
|
2268
2273
|
# },
|
|
2269
2274
|
# ],
|
|
2270
|
-
#
|
|
2275
|
+
# source_priority_mode: "NO_PRIORITY", # required, accepts NO_PRIORITY, PRIMARY_SECONDARY
|
|
2276
|
+
# primary_source_index: 1,
|
|
2271
2277
|
# },
|
|
2272
2278
|
# media_connect_flow: {
|
|
2273
2279
|
# flow_arn: "FlowArn",
|
|
@@ -2284,6 +2290,22 @@ module Aws::MediaConnect
|
|
|
2284
2290
|
# },
|
|
2285
2291
|
# },
|
|
2286
2292
|
# },
|
|
2293
|
+
# merge: {
|
|
2294
|
+
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
2295
|
+
# protocol_configurations: [ # required
|
|
2296
|
+
# {
|
|
2297
|
+
# rtp: {
|
|
2298
|
+
# port: 1, # required
|
|
2299
|
+
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
2300
|
+
# },
|
|
2301
|
+
# rist: {
|
|
2302
|
+
# port: 1, # required
|
|
2303
|
+
# recovery_latency_milliseconds: 1, # required
|
|
2304
|
+
# },
|
|
2305
|
+
# },
|
|
2306
|
+
# ],
|
|
2307
|
+
# merge_recovery_window_milliseconds: 1, # required
|
|
2308
|
+
# },
|
|
2287
2309
|
# },
|
|
2288
2310
|
# maximum_bitrate: 1, # required
|
|
2289
2311
|
# routing_scope: "REGIONAL", # required, accepts REGIONAL, GLOBAL
|
|
@@ -2321,10 +2343,8 @@ module Aws::MediaConnect
|
|
|
2321
2343
|
# resp.router_input.arn #=> String
|
|
2322
2344
|
# resp.router_input.id #=> String
|
|
2323
2345
|
# resp.router_input.state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
2324
|
-
# resp.router_input.input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW"
|
|
2346
|
+
# resp.router_input.input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW", "MEDIALIVE_CHANNEL"
|
|
2325
2347
|
# resp.router_input.configuration.standard.network_interface_arn #=> String
|
|
2326
|
-
# resp.router_input.configuration.standard.protocol_configuration.rtp.port #=> Integer
|
|
2327
|
-
# resp.router_input.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
2328
2348
|
# resp.router_input.configuration.standard.protocol_configuration.rist.port #=> Integer
|
|
2329
2349
|
# resp.router_input.configuration.standard.protocol_configuration.rist.recovery_latency_milliseconds #=> Integer
|
|
2330
2350
|
# resp.router_input.configuration.standard.protocol_configuration.srt_listener.port #=> Integer
|
|
@@ -2337,11 +2357,17 @@ module Aws::MediaConnect
|
|
|
2337
2357
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.stream_id #=> String
|
|
2338
2358
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.decryption_configuration.encryption_key.secret_arn #=> String
|
|
2339
2359
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.decryption_configuration.encryption_key.role_arn #=> String
|
|
2360
|
+
# resp.router_input.configuration.standard.protocol_configuration.rtp.port #=> Integer
|
|
2361
|
+
# resp.router_input.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
2340
2362
|
# resp.router_input.configuration.standard.protocol #=> String, one of "RTP", "RIST", "SRT_CALLER", "SRT_LISTENER"
|
|
2363
|
+
# resp.router_input.configuration.media_live_channel.media_live_channel_arn #=> String
|
|
2364
|
+
# resp.router_input.configuration.media_live_channel.media_live_pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
|
2365
|
+
# resp.router_input.configuration.media_live_channel.media_live_channel_output_name #=> String
|
|
2366
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
2367
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
2368
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
2341
2369
|
# resp.router_input.configuration.failover.network_interface_arn #=> String
|
|
2342
2370
|
# resp.router_input.configuration.failover.protocol_configurations #=> Array
|
|
2343
|
-
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.port #=> Integer
|
|
2344
|
-
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
2345
2371
|
# resp.router_input.configuration.failover.protocol_configurations[0].rist.port #=> Integer
|
|
2346
2372
|
# resp.router_input.configuration.failover.protocol_configurations[0].rist.recovery_latency_milliseconds #=> Integer
|
|
2347
2373
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_listener.port #=> Integer
|
|
@@ -2354,8 +2380,15 @@ module Aws::MediaConnect
|
|
|
2354
2380
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.stream_id #=> String
|
|
2355
2381
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.decryption_configuration.encryption_key.secret_arn #=> String
|
|
2356
2382
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.decryption_configuration.encryption_key.role_arn #=> String
|
|
2383
|
+
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.port #=> Integer
|
|
2384
|
+
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
2357
2385
|
# resp.router_input.configuration.failover.source_priority_mode #=> String, one of "NO_PRIORITY", "PRIMARY_SECONDARY"
|
|
2358
2386
|
# resp.router_input.configuration.failover.primary_source_index #=> Integer
|
|
2387
|
+
# resp.router_input.configuration.media_connect_flow.flow_arn #=> String
|
|
2388
|
+
# resp.router_input.configuration.media_connect_flow.flow_output_arn #=> String
|
|
2389
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
2390
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
2391
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
2359
2392
|
# resp.router_input.configuration.merge.network_interface_arn #=> String
|
|
2360
2393
|
# resp.router_input.configuration.merge.protocol_configurations #=> Array
|
|
2361
2394
|
# resp.router_input.configuration.merge.protocol_configurations[0].rtp.port #=> Integer
|
|
@@ -2363,11 +2396,6 @@ module Aws::MediaConnect
|
|
|
2363
2396
|
# resp.router_input.configuration.merge.protocol_configurations[0].rist.port #=> Integer
|
|
2364
2397
|
# resp.router_input.configuration.merge.protocol_configurations[0].rist.recovery_latency_milliseconds #=> Integer
|
|
2365
2398
|
# resp.router_input.configuration.merge.merge_recovery_window_milliseconds #=> Integer
|
|
2366
|
-
# resp.router_input.configuration.media_connect_flow.flow_arn #=> String
|
|
2367
|
-
# resp.router_input.configuration.media_connect_flow.flow_output_arn #=> String
|
|
2368
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
2369
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
2370
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
2371
2399
|
# resp.router_input.routed_outputs #=> Integer
|
|
2372
2400
|
# resp.router_input.maximum_routed_outputs #=> Integer
|
|
2373
2401
|
# resp.router_input.region_name #=> String
|
|
@@ -2544,11 +2572,6 @@ module Aws::MediaConnect
|
|
|
2544
2572
|
# standard: {
|
|
2545
2573
|
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
2546
2574
|
# protocol_configuration: { # required
|
|
2547
|
-
# rtp: {
|
|
2548
|
-
# destination_address: "String", # required
|
|
2549
|
-
# destination_port: 1, # required
|
|
2550
|
-
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
2551
|
-
# },
|
|
2552
2575
|
# rist: {
|
|
2553
2576
|
# destination_address: "String", # required
|
|
2554
2577
|
# destination_port: 1, # required
|
|
@@ -2575,6 +2598,11 @@ module Aws::MediaConnect
|
|
|
2575
2598
|
# },
|
|
2576
2599
|
# },
|
|
2577
2600
|
# },
|
|
2601
|
+
# rtp: {
|
|
2602
|
+
# destination_address: "String", # required
|
|
2603
|
+
# destination_port: 1, # required
|
|
2604
|
+
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
2605
|
+
# },
|
|
2578
2606
|
# },
|
|
2579
2607
|
# protocol: "RTP", # accepts RTP, RIST, SRT_CALLER, SRT_LISTENER
|
|
2580
2608
|
# },
|
|
@@ -2636,9 +2664,6 @@ module Aws::MediaConnect
|
|
|
2636
2664
|
# resp.router_output.state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
2637
2665
|
# resp.router_output.output_type #=> String, one of "STANDARD", "MEDIACONNECT_FLOW", "MEDIALIVE_INPUT"
|
|
2638
2666
|
# resp.router_output.configuration.standard.network_interface_arn #=> String
|
|
2639
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_address #=> String
|
|
2640
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_port #=> Integer
|
|
2641
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
2642
2667
|
# resp.router_output.configuration.standard.protocol_configuration.rist.destination_address #=> String
|
|
2643
2668
|
# resp.router_output.configuration.standard.protocol_configuration.rist.destination_port #=> Integer
|
|
2644
2669
|
# resp.router_output.configuration.standard.protocol_configuration.srt_listener.port #=> Integer
|
|
@@ -2651,6 +2676,9 @@ module Aws::MediaConnect
|
|
|
2651
2676
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.stream_id #=> String
|
|
2652
2677
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.encryption_configuration.encryption_key.secret_arn #=> String
|
|
2653
2678
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.encryption_configuration.encryption_key.role_arn #=> String
|
|
2679
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_address #=> String
|
|
2680
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_port #=> Integer
|
|
2681
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
2654
2682
|
# resp.router_output.configuration.standard.protocol #=> String, one of "RTP", "RIST", "SRT_CALLER", "SRT_LISTENER"
|
|
2655
2683
|
# resp.router_output.configuration.media_connect_flow.flow_arn #=> String
|
|
2656
2684
|
# resp.router_output.configuration.media_connect_flow.flow_source_arn #=> String
|
|
@@ -3555,10 +3583,8 @@ module Aws::MediaConnect
|
|
|
3555
3583
|
# resp.router_input.arn #=> String
|
|
3556
3584
|
# resp.router_input.id #=> String
|
|
3557
3585
|
# resp.router_input.state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
3558
|
-
# resp.router_input.input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW"
|
|
3586
|
+
# resp.router_input.input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW", "MEDIALIVE_CHANNEL"
|
|
3559
3587
|
# resp.router_input.configuration.standard.network_interface_arn #=> String
|
|
3560
|
-
# resp.router_input.configuration.standard.protocol_configuration.rtp.port #=> Integer
|
|
3561
|
-
# resp.router_input.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
3562
3588
|
# resp.router_input.configuration.standard.protocol_configuration.rist.port #=> Integer
|
|
3563
3589
|
# resp.router_input.configuration.standard.protocol_configuration.rist.recovery_latency_milliseconds #=> Integer
|
|
3564
3590
|
# resp.router_input.configuration.standard.protocol_configuration.srt_listener.port #=> Integer
|
|
@@ -3571,11 +3597,17 @@ module Aws::MediaConnect
|
|
|
3571
3597
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.stream_id #=> String
|
|
3572
3598
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.decryption_configuration.encryption_key.secret_arn #=> String
|
|
3573
3599
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.decryption_configuration.encryption_key.role_arn #=> String
|
|
3600
|
+
# resp.router_input.configuration.standard.protocol_configuration.rtp.port #=> Integer
|
|
3601
|
+
# resp.router_input.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
3574
3602
|
# resp.router_input.configuration.standard.protocol #=> String, one of "RTP", "RIST", "SRT_CALLER", "SRT_LISTENER"
|
|
3603
|
+
# resp.router_input.configuration.media_live_channel.media_live_channel_arn #=> String
|
|
3604
|
+
# resp.router_input.configuration.media_live_channel.media_live_pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
|
3605
|
+
# resp.router_input.configuration.media_live_channel.media_live_channel_output_name #=> String
|
|
3606
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
3607
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
3608
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
3575
3609
|
# resp.router_input.configuration.failover.network_interface_arn #=> String
|
|
3576
3610
|
# resp.router_input.configuration.failover.protocol_configurations #=> Array
|
|
3577
|
-
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.port #=> Integer
|
|
3578
|
-
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
3579
3611
|
# resp.router_input.configuration.failover.protocol_configurations[0].rist.port #=> Integer
|
|
3580
3612
|
# resp.router_input.configuration.failover.protocol_configurations[0].rist.recovery_latency_milliseconds #=> Integer
|
|
3581
3613
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_listener.port #=> Integer
|
|
@@ -3588,8 +3620,15 @@ module Aws::MediaConnect
|
|
|
3588
3620
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.stream_id #=> String
|
|
3589
3621
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.decryption_configuration.encryption_key.secret_arn #=> String
|
|
3590
3622
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.decryption_configuration.encryption_key.role_arn #=> String
|
|
3623
|
+
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.port #=> Integer
|
|
3624
|
+
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
3591
3625
|
# resp.router_input.configuration.failover.source_priority_mode #=> String, one of "NO_PRIORITY", "PRIMARY_SECONDARY"
|
|
3592
3626
|
# resp.router_input.configuration.failover.primary_source_index #=> Integer
|
|
3627
|
+
# resp.router_input.configuration.media_connect_flow.flow_arn #=> String
|
|
3628
|
+
# resp.router_input.configuration.media_connect_flow.flow_output_arn #=> String
|
|
3629
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
3630
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
3631
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
3593
3632
|
# resp.router_input.configuration.merge.network_interface_arn #=> String
|
|
3594
3633
|
# resp.router_input.configuration.merge.protocol_configurations #=> Array
|
|
3595
3634
|
# resp.router_input.configuration.merge.protocol_configurations[0].rtp.port #=> Integer
|
|
@@ -3597,11 +3636,6 @@ module Aws::MediaConnect
|
|
|
3597
3636
|
# resp.router_input.configuration.merge.protocol_configurations[0].rist.port #=> Integer
|
|
3598
3637
|
# resp.router_input.configuration.merge.protocol_configurations[0].rist.recovery_latency_milliseconds #=> Integer
|
|
3599
3638
|
# resp.router_input.configuration.merge.merge_recovery_window_milliseconds #=> Integer
|
|
3600
|
-
# resp.router_input.configuration.media_connect_flow.flow_arn #=> String
|
|
3601
|
-
# resp.router_input.configuration.media_connect_flow.flow_output_arn #=> String
|
|
3602
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
3603
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
3604
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
3605
3639
|
# resp.router_input.routed_outputs #=> Integer
|
|
3606
3640
|
# resp.router_input.maximum_routed_outputs #=> Integer
|
|
3607
3641
|
# resp.router_input.region_name #=> String
|
|
@@ -3815,9 +3849,6 @@ module Aws::MediaConnect
|
|
|
3815
3849
|
# resp.router_output.state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
3816
3850
|
# resp.router_output.output_type #=> String, one of "STANDARD", "MEDIACONNECT_FLOW", "MEDIALIVE_INPUT"
|
|
3817
3851
|
# resp.router_output.configuration.standard.network_interface_arn #=> String
|
|
3818
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_address #=> String
|
|
3819
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_port #=> Integer
|
|
3820
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
3821
3852
|
# resp.router_output.configuration.standard.protocol_configuration.rist.destination_address #=> String
|
|
3822
3853
|
# resp.router_output.configuration.standard.protocol_configuration.rist.destination_port #=> Integer
|
|
3823
3854
|
# resp.router_output.configuration.standard.protocol_configuration.srt_listener.port #=> Integer
|
|
@@ -3830,6 +3861,9 @@ module Aws::MediaConnect
|
|
|
3830
3861
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.stream_id #=> String
|
|
3831
3862
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.encryption_configuration.encryption_key.secret_arn #=> String
|
|
3832
3863
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.encryption_configuration.encryption_key.role_arn #=> String
|
|
3864
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_address #=> String
|
|
3865
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_port #=> Integer
|
|
3866
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
3833
3867
|
# resp.router_output.configuration.standard.protocol #=> String, one of "RTP", "RIST", "SRT_CALLER", "SRT_LISTENER"
|
|
3834
3868
|
# resp.router_output.configuration.media_connect_flow.flow_arn #=> String
|
|
3835
3869
|
# resp.router_output.configuration.media_connect_flow.flow_source_arn #=> String
|
|
@@ -4410,11 +4444,11 @@ module Aws::MediaConnect
|
|
|
4410
4444
|
# next_token: "String",
|
|
4411
4445
|
# filters: [
|
|
4412
4446
|
# {
|
|
4413
|
-
# region_names: ["String"],
|
|
4414
|
-
# input_types: ["STANDARD"], # accepts STANDARD, FAILOVER, MERGE, MEDIACONNECT_FLOW
|
|
4415
4447
|
# name_contains: ["String"],
|
|
4448
|
+
# region_names: ["String"],
|
|
4416
4449
|
# network_interface_arns: ["RouterNetworkInterfaceArn"],
|
|
4417
4450
|
# routing_scopes: ["REGIONAL"], # accepts REGIONAL, GLOBAL
|
|
4451
|
+
# input_types: ["STANDARD"], # accepts STANDARD, FAILOVER, MERGE, MEDIACONNECT_FLOW, MEDIALIVE_CHANNEL
|
|
4418
4452
|
# },
|
|
4419
4453
|
# ],
|
|
4420
4454
|
# })
|
|
@@ -4425,7 +4459,7 @@ module Aws::MediaConnect
|
|
|
4425
4459
|
# resp.router_inputs[0].name #=> String
|
|
4426
4460
|
# resp.router_inputs[0].arn #=> String
|
|
4427
4461
|
# resp.router_inputs[0].id #=> String
|
|
4428
|
-
# resp.router_inputs[0].input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW"
|
|
4462
|
+
# resp.router_inputs[0].input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW", "MEDIALIVE_CHANNEL"
|
|
4429
4463
|
# resp.router_inputs[0].state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
4430
4464
|
# resp.router_inputs[0].routed_outputs #=> Integer
|
|
4431
4465
|
# resp.router_inputs[0].region_name #=> String
|
|
@@ -4536,11 +4570,11 @@ module Aws::MediaConnect
|
|
|
4536
4570
|
# filters: [
|
|
4537
4571
|
# {
|
|
4538
4572
|
# region_names: ["String"],
|
|
4539
|
-
# output_types: ["STANDARD"], # accepts STANDARD, MEDIACONNECT_FLOW, MEDIALIVE_INPUT
|
|
4540
|
-
# name_contains: ["String"],
|
|
4541
4573
|
# network_interface_arns: ["RouterNetworkInterfaceArn"],
|
|
4542
|
-
# routed_input_arns: ["RouterInputArn"],
|
|
4543
4574
|
# routing_scopes: ["REGIONAL"], # accepts REGIONAL, GLOBAL
|
|
4575
|
+
# output_types: ["STANDARD"], # accepts STANDARD, MEDIACONNECT_FLOW, MEDIALIVE_INPUT
|
|
4576
|
+
# routed_input_arns: ["RouterInputArn"],
|
|
4577
|
+
# name_contains: ["String"],
|
|
4544
4578
|
# },
|
|
4545
4579
|
# ],
|
|
4546
4580
|
# })
|
|
@@ -6741,10 +6775,6 @@ module Aws::MediaConnect
|
|
|
6741
6775
|
# standard: {
|
|
6742
6776
|
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
6743
6777
|
# protocol_configuration: { # required
|
|
6744
|
-
# rtp: {
|
|
6745
|
-
# port: 1, # required
|
|
6746
|
-
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
6747
|
-
# },
|
|
6748
6778
|
# rist: {
|
|
6749
6779
|
# port: 1, # required
|
|
6750
6780
|
# recovery_latency_milliseconds: 1, # required
|
|
@@ -6771,17 +6801,33 @@ module Aws::MediaConnect
|
|
|
6771
6801
|
# },
|
|
6772
6802
|
# },
|
|
6773
6803
|
# },
|
|
6804
|
+
# rtp: {
|
|
6805
|
+
# port: 1, # required
|
|
6806
|
+
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
6807
|
+
# },
|
|
6774
6808
|
# },
|
|
6775
6809
|
# protocol: "RTP", # accepts RTP, RIST, SRT_CALLER, SRT_LISTENER
|
|
6776
6810
|
# },
|
|
6811
|
+
# media_live_channel: {
|
|
6812
|
+
# media_live_channel_arn: "MediaLiveChannelArn",
|
|
6813
|
+
# media_live_pipeline_id: "PIPELINE_0", # accepts PIPELINE_0, PIPELINE_1
|
|
6814
|
+
# media_live_channel_output_name: "String",
|
|
6815
|
+
# source_transit_decryption: { # required
|
|
6816
|
+
# encryption_key_type: "SECRETS_MANAGER", # accepts SECRETS_MANAGER, AUTOMATIC
|
|
6817
|
+
# encryption_key_configuration: { # required
|
|
6818
|
+
# secrets_manager: {
|
|
6819
|
+
# secret_arn: "SecretArn", # required
|
|
6820
|
+
# role_arn: "RoleArn", # required
|
|
6821
|
+
# },
|
|
6822
|
+
# automatic: {
|
|
6823
|
+
# },
|
|
6824
|
+
# },
|
|
6825
|
+
# },
|
|
6826
|
+
# },
|
|
6777
6827
|
# failover: {
|
|
6778
6828
|
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
6779
6829
|
# protocol_configurations: [ # required
|
|
6780
6830
|
# {
|
|
6781
|
-
# rtp: {
|
|
6782
|
-
# port: 1, # required
|
|
6783
|
-
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
6784
|
-
# },
|
|
6785
6831
|
# rist: {
|
|
6786
6832
|
# port: 1, # required
|
|
6787
6833
|
# recovery_latency_milliseconds: 1, # required
|
|
@@ -6808,26 +6854,14 @@ module Aws::MediaConnect
|
|
|
6808
6854
|
# },
|
|
6809
6855
|
# },
|
|
6810
6856
|
# },
|
|
6811
|
-
# },
|
|
6812
|
-
# ],
|
|
6813
|
-
# source_priority_mode: "NO_PRIORITY", # required, accepts NO_PRIORITY, PRIMARY_SECONDARY
|
|
6814
|
-
# primary_source_index: 1,
|
|
6815
|
-
# },
|
|
6816
|
-
# merge: {
|
|
6817
|
-
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
6818
|
-
# protocol_configurations: [ # required
|
|
6819
|
-
# {
|
|
6820
6857
|
# rtp: {
|
|
6821
6858
|
# port: 1, # required
|
|
6822
6859
|
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
6823
6860
|
# },
|
|
6824
|
-
# rist: {
|
|
6825
|
-
# port: 1, # required
|
|
6826
|
-
# recovery_latency_milliseconds: 1, # required
|
|
6827
|
-
# },
|
|
6828
6861
|
# },
|
|
6829
6862
|
# ],
|
|
6830
|
-
#
|
|
6863
|
+
# source_priority_mode: "NO_PRIORITY", # required, accepts NO_PRIORITY, PRIMARY_SECONDARY
|
|
6864
|
+
# primary_source_index: 1,
|
|
6831
6865
|
# },
|
|
6832
6866
|
# media_connect_flow: {
|
|
6833
6867
|
# flow_arn: "FlowArn",
|
|
@@ -6844,6 +6878,22 @@ module Aws::MediaConnect
|
|
|
6844
6878
|
# },
|
|
6845
6879
|
# },
|
|
6846
6880
|
# },
|
|
6881
|
+
# merge: {
|
|
6882
|
+
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
6883
|
+
# protocol_configurations: [ # required
|
|
6884
|
+
# {
|
|
6885
|
+
# rtp: {
|
|
6886
|
+
# port: 1, # required
|
|
6887
|
+
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
6888
|
+
# },
|
|
6889
|
+
# rist: {
|
|
6890
|
+
# port: 1, # required
|
|
6891
|
+
# recovery_latency_milliseconds: 1, # required
|
|
6892
|
+
# },
|
|
6893
|
+
# },
|
|
6894
|
+
# ],
|
|
6895
|
+
# merge_recovery_window_milliseconds: 1, # required
|
|
6896
|
+
# },
|
|
6847
6897
|
# },
|
|
6848
6898
|
# maximum_bitrate: 1,
|
|
6849
6899
|
# routing_scope: "REGIONAL", # accepts REGIONAL, GLOBAL
|
|
@@ -6875,10 +6925,8 @@ module Aws::MediaConnect
|
|
|
6875
6925
|
# resp.router_input.arn #=> String
|
|
6876
6926
|
# resp.router_input.id #=> String
|
|
6877
6927
|
# resp.router_input.state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
6878
|
-
# resp.router_input.input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW"
|
|
6928
|
+
# resp.router_input.input_type #=> String, one of "STANDARD", "FAILOVER", "MERGE", "MEDIACONNECT_FLOW", "MEDIALIVE_CHANNEL"
|
|
6879
6929
|
# resp.router_input.configuration.standard.network_interface_arn #=> String
|
|
6880
|
-
# resp.router_input.configuration.standard.protocol_configuration.rtp.port #=> Integer
|
|
6881
|
-
# resp.router_input.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
6882
6930
|
# resp.router_input.configuration.standard.protocol_configuration.rist.port #=> Integer
|
|
6883
6931
|
# resp.router_input.configuration.standard.protocol_configuration.rist.recovery_latency_milliseconds #=> Integer
|
|
6884
6932
|
# resp.router_input.configuration.standard.protocol_configuration.srt_listener.port #=> Integer
|
|
@@ -6891,11 +6939,17 @@ module Aws::MediaConnect
|
|
|
6891
6939
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.stream_id #=> String
|
|
6892
6940
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.decryption_configuration.encryption_key.secret_arn #=> String
|
|
6893
6941
|
# resp.router_input.configuration.standard.protocol_configuration.srt_caller.decryption_configuration.encryption_key.role_arn #=> String
|
|
6942
|
+
# resp.router_input.configuration.standard.protocol_configuration.rtp.port #=> Integer
|
|
6943
|
+
# resp.router_input.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
6894
6944
|
# resp.router_input.configuration.standard.protocol #=> String, one of "RTP", "RIST", "SRT_CALLER", "SRT_LISTENER"
|
|
6945
|
+
# resp.router_input.configuration.media_live_channel.media_live_channel_arn #=> String
|
|
6946
|
+
# resp.router_input.configuration.media_live_channel.media_live_pipeline_id #=> String, one of "PIPELINE_0", "PIPELINE_1"
|
|
6947
|
+
# resp.router_input.configuration.media_live_channel.media_live_channel_output_name #=> String
|
|
6948
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
6949
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
6950
|
+
# resp.router_input.configuration.media_live_channel.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
6895
6951
|
# resp.router_input.configuration.failover.network_interface_arn #=> String
|
|
6896
6952
|
# resp.router_input.configuration.failover.protocol_configurations #=> Array
|
|
6897
|
-
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.port #=> Integer
|
|
6898
|
-
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
6899
6953
|
# resp.router_input.configuration.failover.protocol_configurations[0].rist.port #=> Integer
|
|
6900
6954
|
# resp.router_input.configuration.failover.protocol_configurations[0].rist.recovery_latency_milliseconds #=> Integer
|
|
6901
6955
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_listener.port #=> Integer
|
|
@@ -6908,8 +6962,15 @@ module Aws::MediaConnect
|
|
|
6908
6962
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.stream_id #=> String
|
|
6909
6963
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.decryption_configuration.encryption_key.secret_arn #=> String
|
|
6910
6964
|
# resp.router_input.configuration.failover.protocol_configurations[0].srt_caller.decryption_configuration.encryption_key.role_arn #=> String
|
|
6965
|
+
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.port #=> Integer
|
|
6966
|
+
# resp.router_input.configuration.failover.protocol_configurations[0].rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
6911
6967
|
# resp.router_input.configuration.failover.source_priority_mode #=> String, one of "NO_PRIORITY", "PRIMARY_SECONDARY"
|
|
6912
6968
|
# resp.router_input.configuration.failover.primary_source_index #=> Integer
|
|
6969
|
+
# resp.router_input.configuration.media_connect_flow.flow_arn #=> String
|
|
6970
|
+
# resp.router_input.configuration.media_connect_flow.flow_output_arn #=> String
|
|
6971
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
6972
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
6973
|
+
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
6913
6974
|
# resp.router_input.configuration.merge.network_interface_arn #=> String
|
|
6914
6975
|
# resp.router_input.configuration.merge.protocol_configurations #=> Array
|
|
6915
6976
|
# resp.router_input.configuration.merge.protocol_configurations[0].rtp.port #=> Integer
|
|
@@ -6917,11 +6978,6 @@ module Aws::MediaConnect
|
|
|
6917
6978
|
# resp.router_input.configuration.merge.protocol_configurations[0].rist.port #=> Integer
|
|
6918
6979
|
# resp.router_input.configuration.merge.protocol_configurations[0].rist.recovery_latency_milliseconds #=> Integer
|
|
6919
6980
|
# resp.router_input.configuration.merge.merge_recovery_window_milliseconds #=> Integer
|
|
6920
|
-
# resp.router_input.configuration.media_connect_flow.flow_arn #=> String
|
|
6921
|
-
# resp.router_input.configuration.media_connect_flow.flow_output_arn #=> String
|
|
6922
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_type #=> String, one of "SECRETS_MANAGER", "AUTOMATIC"
|
|
6923
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.secret_arn #=> String
|
|
6924
|
-
# resp.router_input.configuration.media_connect_flow.source_transit_decryption.encryption_key_configuration.secrets_manager.role_arn #=> String
|
|
6925
6981
|
# resp.router_input.routed_outputs #=> Integer
|
|
6926
6982
|
# resp.router_input.maximum_routed_outputs #=> Integer
|
|
6927
6983
|
# resp.router_input.region_name #=> String
|
|
@@ -7075,11 +7131,6 @@ module Aws::MediaConnect
|
|
|
7075
7131
|
# standard: {
|
|
7076
7132
|
# network_interface_arn: "RouterNetworkInterfaceArn", # required
|
|
7077
7133
|
# protocol_configuration: { # required
|
|
7078
|
-
# rtp: {
|
|
7079
|
-
# destination_address: "String", # required
|
|
7080
|
-
# destination_port: 1, # required
|
|
7081
|
-
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
7082
|
-
# },
|
|
7083
7134
|
# rist: {
|
|
7084
7135
|
# destination_address: "String", # required
|
|
7085
7136
|
# destination_port: 1, # required
|
|
@@ -7106,6 +7157,11 @@ module Aws::MediaConnect
|
|
|
7106
7157
|
# },
|
|
7107
7158
|
# },
|
|
7108
7159
|
# },
|
|
7160
|
+
# rtp: {
|
|
7161
|
+
# destination_address: "String", # required
|
|
7162
|
+
# destination_port: 1, # required
|
|
7163
|
+
# forward_error_correction: "ENABLED", # accepts ENABLED, DISABLED
|
|
7164
|
+
# },
|
|
7109
7165
|
# },
|
|
7110
7166
|
# protocol: "RTP", # accepts RTP, RIST, SRT_CALLER, SRT_LISTENER
|
|
7111
7167
|
# },
|
|
@@ -7161,9 +7217,6 @@ module Aws::MediaConnect
|
|
|
7161
7217
|
# resp.router_output.state #=> String, one of "CREATING", "STANDBY", "STARTING", "ACTIVE", "STOPPING", "DELETING", "UPDATING", "ERROR", "RECOVERING", "MIGRATING"
|
|
7162
7218
|
# resp.router_output.output_type #=> String, one of "STANDARD", "MEDIACONNECT_FLOW", "MEDIALIVE_INPUT"
|
|
7163
7219
|
# resp.router_output.configuration.standard.network_interface_arn #=> String
|
|
7164
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_address #=> String
|
|
7165
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_port #=> Integer
|
|
7166
|
-
# resp.router_output.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
7167
7220
|
# resp.router_output.configuration.standard.protocol_configuration.rist.destination_address #=> String
|
|
7168
7221
|
# resp.router_output.configuration.standard.protocol_configuration.rist.destination_port #=> Integer
|
|
7169
7222
|
# resp.router_output.configuration.standard.protocol_configuration.srt_listener.port #=> Integer
|
|
@@ -7176,6 +7229,9 @@ module Aws::MediaConnect
|
|
|
7176
7229
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.stream_id #=> String
|
|
7177
7230
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.encryption_configuration.encryption_key.secret_arn #=> String
|
|
7178
7231
|
# resp.router_output.configuration.standard.protocol_configuration.srt_caller.encryption_configuration.encryption_key.role_arn #=> String
|
|
7232
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_address #=> String
|
|
7233
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.destination_port #=> Integer
|
|
7234
|
+
# resp.router_output.configuration.standard.protocol_configuration.rtp.forward_error_correction #=> String, one of "ENABLED", "DISABLED"
|
|
7179
7235
|
# resp.router_output.configuration.standard.protocol #=> String, one of "RTP", "RIST", "SRT_CALLER", "SRT_LISTENER"
|
|
7180
7236
|
# resp.router_output.configuration.media_connect_flow.flow_arn #=> String
|
|
7181
7237
|
# resp.router_output.configuration.media_connect_flow.flow_source_arn #=> String
|
|
@@ -7238,7 +7294,7 @@ module Aws::MediaConnect
|
|
|
7238
7294
|
tracer: tracer
|
|
7239
7295
|
)
|
|
7240
7296
|
context[:gem_name] = 'aws-sdk-mediaconnect'
|
|
7241
|
-
context[:gem_version] = '1.
|
|
7297
|
+
context[:gem_version] = '1.99.0'
|
|
7242
7298
|
Seahorse::Client::Request.new(handlers, context)
|
|
7243
7299
|
end
|
|
7244
7300
|
|