aws-sdk-mediaconnect 1.12.0 → 1.13.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/lib/aws-sdk-mediaconnect.rb +1 -1
- data/lib/aws-sdk-mediaconnect/client.rb +54 -19
- data/lib/aws-sdk-mediaconnect/client_api.rb +8 -2
- data/lib/aws-sdk-mediaconnect/types.rb +66 -19
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8e50c0bfbdfe52ce3e59156aed50cbcb10fe5a2c
|
4
|
+
data.tar.gz: fb8c5196c218f3707439a476d65ebc034c7a46c9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fa601787592152dff1343c2ef64d01d3defc77943512da4b76c33b3230bc560ffd4792aeab446eb99d4364ade6e2529f911a3e30ff5625661b2f0a71d972d546
|
7
|
+
data.tar.gz: e4c92065315094a4a4760ca1cbe3ab6c2293854f1714bc096c807c8157f42d31ec287256150bbe5ae6da700716ba793e83d351c472de1ca4f31f5dbe03c4c4da
|
data/lib/aws-sdk-mediaconnect.rb
CHANGED
@@ -273,8 +273,9 @@ module Aws::MediaConnect
|
|
273
273
|
# flow_arn: "__string", # required
|
274
274
|
# outputs: [ # required
|
275
275
|
# {
|
276
|
+
# cidr_allow_list: ["__string"],
|
276
277
|
# description: "__string",
|
277
|
-
# destination: "__string",
|
278
|
+
# destination: "__string",
|
278
279
|
# encryption: {
|
279
280
|
# algorithm: "aes128", # required, accepts aes128, aes192, aes256
|
280
281
|
# constant_initialization_vector: "__string",
|
@@ -288,8 +289,9 @@ module Aws::MediaConnect
|
|
288
289
|
# },
|
289
290
|
# max_latency: 1,
|
290
291
|
# name: "__string",
|
291
|
-
# port: 1,
|
292
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp
|
292
|
+
# port: 1,
|
293
|
+
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull
|
294
|
+
# remote_id: "__string",
|
293
295
|
# smoothing_latency: 1,
|
294
296
|
# stream_id: "__string",
|
295
297
|
# },
|
@@ -316,9 +318,12 @@ module Aws::MediaConnect
|
|
316
318
|
# resp.outputs[0].name #=> String
|
317
319
|
# resp.outputs[0].output_arn #=> String
|
318
320
|
# resp.outputs[0].port #=> Integer
|
321
|
+
# resp.outputs[0].transport.cidr_allow_list #=> Array
|
322
|
+
# resp.outputs[0].transport.cidr_allow_list[0] #=> String
|
319
323
|
# resp.outputs[0].transport.max_bitrate #=> Integer
|
320
324
|
# resp.outputs[0].transport.max_latency #=> Integer
|
321
|
-
# resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp"
|
325
|
+
# resp.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull"
|
326
|
+
# resp.outputs[0].transport.remote_id #=> String
|
322
327
|
# resp.outputs[0].transport.smoothing_latency #=> Integer
|
323
328
|
# resp.outputs[0].transport.stream_id #=> String
|
324
329
|
#
|
@@ -380,8 +385,9 @@ module Aws::MediaConnect
|
|
380
385
|
# name: "__string", # required
|
381
386
|
# outputs: [
|
382
387
|
# {
|
388
|
+
# cidr_allow_list: ["__string"],
|
383
389
|
# description: "__string",
|
384
|
-
# destination: "__string",
|
390
|
+
# destination: "__string",
|
385
391
|
# encryption: {
|
386
392
|
# algorithm: "aes128", # required, accepts aes128, aes192, aes256
|
387
393
|
# constant_initialization_vector: "__string",
|
@@ -395,8 +401,9 @@ module Aws::MediaConnect
|
|
395
401
|
# },
|
396
402
|
# max_latency: 1,
|
397
403
|
# name: "__string",
|
398
|
-
# port: 1,
|
399
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp
|
404
|
+
# port: 1,
|
405
|
+
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull
|
406
|
+
# remote_id: "__string",
|
400
407
|
# smoothing_latency: 1,
|
401
408
|
# stream_id: "__string",
|
402
409
|
# },
|
@@ -419,7 +426,7 @@ module Aws::MediaConnect
|
|
419
426
|
# max_bitrate: 1,
|
420
427
|
# max_latency: 1,
|
421
428
|
# name: "__string",
|
422
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp
|
429
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull
|
423
430
|
# stream_id: "__string",
|
424
431
|
# whitelist_cidr: "__string",
|
425
432
|
# },
|
@@ -464,9 +471,12 @@ module Aws::MediaConnect
|
|
464
471
|
# resp.flow.outputs[0].name #=> String
|
465
472
|
# resp.flow.outputs[0].output_arn #=> String
|
466
473
|
# resp.flow.outputs[0].port #=> Integer
|
474
|
+
# resp.flow.outputs[0].transport.cidr_allow_list #=> Array
|
475
|
+
# resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String
|
467
476
|
# resp.flow.outputs[0].transport.max_bitrate #=> Integer
|
468
477
|
# resp.flow.outputs[0].transport.max_latency #=> Integer
|
469
|
-
# resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp"
|
478
|
+
# resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull"
|
479
|
+
# resp.flow.outputs[0].transport.remote_id #=> String
|
470
480
|
# resp.flow.outputs[0].transport.smoothing_latency #=> Integer
|
471
481
|
# resp.flow.outputs[0].transport.stream_id #=> String
|
472
482
|
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
|
@@ -484,9 +494,12 @@ module Aws::MediaConnect
|
|
484
494
|
# resp.flow.source.ingest_port #=> Integer
|
485
495
|
# resp.flow.source.name #=> String
|
486
496
|
# resp.flow.source.source_arn #=> String
|
497
|
+
# resp.flow.source.transport.cidr_allow_list #=> Array
|
498
|
+
# resp.flow.source.transport.cidr_allow_list[0] #=> String
|
487
499
|
# resp.flow.source.transport.max_bitrate #=> Integer
|
488
500
|
# resp.flow.source.transport.max_latency #=> Integer
|
489
|
-
# resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp"
|
501
|
+
# resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull"
|
502
|
+
# resp.flow.source.transport.remote_id #=> String
|
490
503
|
# resp.flow.source.transport.smoothing_latency #=> Integer
|
491
504
|
# resp.flow.source.transport.stream_id #=> String
|
492
505
|
# resp.flow.source.whitelist_cidr #=> String
|
@@ -586,9 +599,12 @@ module Aws::MediaConnect
|
|
586
599
|
# resp.flow.outputs[0].name #=> String
|
587
600
|
# resp.flow.outputs[0].output_arn #=> String
|
588
601
|
# resp.flow.outputs[0].port #=> Integer
|
602
|
+
# resp.flow.outputs[0].transport.cidr_allow_list #=> Array
|
603
|
+
# resp.flow.outputs[0].transport.cidr_allow_list[0] #=> String
|
589
604
|
# resp.flow.outputs[0].transport.max_bitrate #=> Integer
|
590
605
|
# resp.flow.outputs[0].transport.max_latency #=> Integer
|
591
|
-
# resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp"
|
606
|
+
# resp.flow.outputs[0].transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull"
|
607
|
+
# resp.flow.outputs[0].transport.remote_id #=> String
|
592
608
|
# resp.flow.outputs[0].transport.smoothing_latency #=> Integer
|
593
609
|
# resp.flow.outputs[0].transport.stream_id #=> String
|
594
610
|
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
|
@@ -606,9 +622,12 @@ module Aws::MediaConnect
|
|
606
622
|
# resp.flow.source.ingest_port #=> Integer
|
607
623
|
# resp.flow.source.name #=> String
|
608
624
|
# resp.flow.source.source_arn #=> String
|
625
|
+
# resp.flow.source.transport.cidr_allow_list #=> Array
|
626
|
+
# resp.flow.source.transport.cidr_allow_list[0] #=> String
|
609
627
|
# resp.flow.source.transport.max_bitrate #=> Integer
|
610
628
|
# resp.flow.source.transport.max_latency #=> Integer
|
611
|
-
# resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp"
|
629
|
+
# resp.flow.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull"
|
630
|
+
# resp.flow.source.transport.remote_id #=> String
|
612
631
|
# resp.flow.source.transport.smoothing_latency #=> Integer
|
613
632
|
# resp.flow.source.transport.stream_id #=> String
|
614
633
|
# resp.flow.source.whitelist_cidr #=> String
|
@@ -1051,6 +1070,11 @@ module Aws::MediaConnect
|
|
1051
1070
|
|
1052
1071
|
# Updates an existing flow output.
|
1053
1072
|
#
|
1073
|
+
# @option params [Array<String>] :cidr_allow_list
|
1074
|
+
# The range of IP addresses that should be allowed to initiate output
|
1075
|
+
# requests to this flow. These IP addresses should be in the form of a
|
1076
|
+
# Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
1077
|
+
#
|
1054
1078
|
# @option params [String] :description
|
1055
1079
|
# A description of the output. This description appears only on the AWS
|
1056
1080
|
# Elemental MediaConnect console and will not be seen by the end user.
|
@@ -1075,6 +1099,9 @@ module Aws::MediaConnect
|
|
1075
1099
|
# @option params [String] :protocol
|
1076
1100
|
# The protocol to use for the output.
|
1077
1101
|
#
|
1102
|
+
# @option params [String] :remote_id
|
1103
|
+
# The remote ID for the Zixi-pull stream.
|
1104
|
+
#
|
1078
1105
|
# @option params [Integer] :smoothing_latency
|
1079
1106
|
# The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
1080
1107
|
#
|
@@ -1090,6 +1117,7 @@ module Aws::MediaConnect
|
|
1090
1117
|
# @example Request syntax with placeholder values
|
1091
1118
|
#
|
1092
1119
|
# resp = client.update_flow_output({
|
1120
|
+
# cidr_allow_list: ["__string"],
|
1093
1121
|
# description: "__string",
|
1094
1122
|
# destination: "__string",
|
1095
1123
|
# encryption: {
|
@@ -1107,7 +1135,8 @@ module Aws::MediaConnect
|
|
1107
1135
|
# max_latency: 1,
|
1108
1136
|
# output_arn: "__string", # required
|
1109
1137
|
# port: 1,
|
1110
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp
|
1138
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull
|
1139
|
+
# remote_id: "__string",
|
1111
1140
|
# smoothing_latency: 1,
|
1112
1141
|
# stream_id: "__string",
|
1113
1142
|
# })
|
@@ -1131,9 +1160,12 @@ module Aws::MediaConnect
|
|
1131
1160
|
# resp.output.name #=> String
|
1132
1161
|
# resp.output.output_arn #=> String
|
1133
1162
|
# resp.output.port #=> Integer
|
1163
|
+
# resp.output.transport.cidr_allow_list #=> Array
|
1164
|
+
# resp.output.transport.cidr_allow_list[0] #=> String
|
1134
1165
|
# resp.output.transport.max_bitrate #=> Integer
|
1135
1166
|
# resp.output.transport.max_latency #=> Integer
|
1136
|
-
# resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp"
|
1167
|
+
# resp.output.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull"
|
1168
|
+
# resp.output.transport.remote_id #=> String
|
1137
1169
|
# resp.output.transport.smoothing_latency #=> Integer
|
1138
1170
|
# resp.output.transport.stream_id #=> String
|
1139
1171
|
#
|
@@ -1182,8 +1214,8 @@ module Aws::MediaConnect
|
|
1182
1214
|
#
|
1183
1215
|
# @option params [String] :whitelist_cidr
|
1184
1216
|
# The range of IP addresses that should be allowed to contribute content
|
1185
|
-
# to your source. These IP addresses should in the form of a
|
1186
|
-
# Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
1217
|
+
# to your source. These IP addresses should be in the form of a
|
1218
|
+
# Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.
|
1187
1219
|
#
|
1188
1220
|
# @return [Types::UpdateFlowSourceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1189
1221
|
#
|
@@ -1210,7 +1242,7 @@ module Aws::MediaConnect
|
|
1210
1242
|
# ingest_port: 1,
|
1211
1243
|
# max_bitrate: 1,
|
1212
1244
|
# max_latency: 1,
|
1213
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp
|
1245
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull
|
1214
1246
|
# source_arn: "__string", # required
|
1215
1247
|
# stream_id: "__string",
|
1216
1248
|
# whitelist_cidr: "__string",
|
@@ -1234,9 +1266,12 @@ module Aws::MediaConnect
|
|
1234
1266
|
# resp.source.ingest_port #=> Integer
|
1235
1267
|
# resp.source.name #=> String
|
1236
1268
|
# resp.source.source_arn #=> String
|
1269
|
+
# resp.source.transport.cidr_allow_list #=> Array
|
1270
|
+
# resp.source.transport.cidr_allow_list[0] #=> String
|
1237
1271
|
# resp.source.transport.max_bitrate #=> Integer
|
1238
1272
|
# resp.source.transport.max_latency #=> Integer
|
1239
|
-
# resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp"
|
1273
|
+
# resp.source.transport.protocol #=> String, one of "zixi-push", "rtp-fec", "rtp", "zixi-pull"
|
1274
|
+
# resp.source.transport.remote_id #=> String
|
1240
1275
|
# resp.source.transport.smoothing_latency #=> Integer
|
1241
1276
|
# resp.source.transport.stream_id #=> String
|
1242
1277
|
# resp.source.whitelist_cidr #=> String
|
@@ -1263,7 +1298,7 @@ module Aws::MediaConnect
|
|
1263
1298
|
params: params,
|
1264
1299
|
config: config)
|
1265
1300
|
context[:gem_name] = 'aws-sdk-mediaconnect'
|
1266
|
-
context[:gem_version] = '1.
|
1301
|
+
context[:gem_version] = '1.13.0'
|
1267
1302
|
Seahorse::Client::Request.new(handlers, context)
|
1268
1303
|
end
|
1269
1304
|
|
@@ -99,13 +99,15 @@ module Aws::MediaConnect
|
|
99
99
|
AddFlowOutputsResponse.add_member(:outputs, Shapes::ShapeRef.new(shape: __listOfOutput, location_name: "outputs"))
|
100
100
|
AddFlowOutputsResponse.struct_class = Types::AddFlowOutputsResponse
|
101
101
|
|
102
|
+
AddOutputRequest.add_member(:cidr_allow_list, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cidrAllowList"))
|
102
103
|
AddOutputRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
103
|
-
AddOutputRequest.add_member(:destination, Shapes::ShapeRef.new(shape: __string,
|
104
|
+
AddOutputRequest.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
|
104
105
|
AddOutputRequest.add_member(:encryption, Shapes::ShapeRef.new(shape: Encryption, location_name: "encryption"))
|
105
106
|
AddOutputRequest.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
|
106
107
|
AddOutputRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "name"))
|
107
|
-
AddOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer,
|
108
|
+
AddOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
|
108
109
|
AddOutputRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "protocol"))
|
110
|
+
AddOutputRequest.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
|
109
111
|
AddOutputRequest.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
|
110
112
|
AddOutputRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
111
113
|
AddOutputRequest.struct_class = Types::AddOutputRequest
|
@@ -309,9 +311,11 @@ module Aws::MediaConnect
|
|
309
311
|
TooManyRequestsException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
|
310
312
|
TooManyRequestsException.struct_class = Types::TooManyRequestsException
|
311
313
|
|
314
|
+
Transport.add_member(:cidr_allow_list, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cidrAllowList"))
|
312
315
|
Transport.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
|
313
316
|
Transport.add_member(:max_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "maxLatency"))
|
314
317
|
Transport.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, required: true, location_name: "protocol"))
|
318
|
+
Transport.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
|
315
319
|
Transport.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
|
316
320
|
Transport.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
317
321
|
Transport.struct_class = Types::Transport
|
@@ -342,6 +346,7 @@ module Aws::MediaConnect
|
|
342
346
|
UpdateFlowEntitlementResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
|
343
347
|
UpdateFlowEntitlementResponse.struct_class = Types::UpdateFlowEntitlementResponse
|
344
348
|
|
349
|
+
UpdateFlowOutputRequest.add_member(:cidr_allow_list, Shapes::ShapeRef.new(shape: __listOf__string, location_name: "cidrAllowList"))
|
345
350
|
UpdateFlowOutputRequest.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
|
346
351
|
UpdateFlowOutputRequest.add_member(:destination, Shapes::ShapeRef.new(shape: __string, location_name: "destination"))
|
347
352
|
UpdateFlowOutputRequest.add_member(:encryption, Shapes::ShapeRef.new(shape: UpdateEncryption, location_name: "encryption"))
|
@@ -350,6 +355,7 @@ module Aws::MediaConnect
|
|
350
355
|
UpdateFlowOutputRequest.add_member(:output_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "outputArn"))
|
351
356
|
UpdateFlowOutputRequest.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
|
352
357
|
UpdateFlowOutputRequest.add_member(:protocol, Shapes::ShapeRef.new(shape: Protocol, location_name: "protocol"))
|
358
|
+
UpdateFlowOutputRequest.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
|
353
359
|
UpdateFlowOutputRequest.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
|
354
360
|
UpdateFlowOutputRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
355
361
|
UpdateFlowOutputRequest.struct_class = Types::UpdateFlowOutputRequest
|
@@ -32,8 +32,9 @@ module Aws::MediaConnect
|
|
32
32
|
# flow_arn: "__string", # required
|
33
33
|
# outputs: [ # required
|
34
34
|
# {
|
35
|
+
# cidr_allow_list: ["__string"],
|
35
36
|
# description: "__string",
|
36
|
-
# destination: "__string",
|
37
|
+
# destination: "__string",
|
37
38
|
# encryption: {
|
38
39
|
# algorithm: "aes128", # required, accepts aes128, aes192, aes256
|
39
40
|
# constant_initialization_vector: "__string",
|
@@ -47,8 +48,9 @@ module Aws::MediaConnect
|
|
47
48
|
# },
|
48
49
|
# max_latency: 1,
|
49
50
|
# name: "__string",
|
50
|
-
# port: 1,
|
51
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp
|
51
|
+
# port: 1,
|
52
|
+
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull
|
53
|
+
# remote_id: "__string",
|
52
54
|
# smoothing_latency: 1,
|
53
55
|
# stream_id: "__string",
|
54
56
|
# },
|
@@ -95,8 +97,9 @@ module Aws::MediaConnect
|
|
95
97
|
# data as a hash:
|
96
98
|
#
|
97
99
|
# {
|
100
|
+
# cidr_allow_list: ["__string"],
|
98
101
|
# description: "__string",
|
99
|
-
# destination: "__string",
|
102
|
+
# destination: "__string",
|
100
103
|
# encryption: {
|
101
104
|
# algorithm: "aes128", # required, accepts aes128, aes192, aes256
|
102
105
|
# constant_initialization_vector: "__string",
|
@@ -110,12 +113,20 @@ module Aws::MediaConnect
|
|
110
113
|
# },
|
111
114
|
# max_latency: 1,
|
112
115
|
# name: "__string",
|
113
|
-
# port: 1,
|
114
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp
|
116
|
+
# port: 1,
|
117
|
+
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull
|
118
|
+
# remote_id: "__string",
|
115
119
|
# smoothing_latency: 1,
|
116
120
|
# stream_id: "__string",
|
117
121
|
# }
|
118
122
|
#
|
123
|
+
# @!attribute [rw] cidr_allow_list
|
124
|
+
# The range of IP addresses that should be allowed to initiate output
|
125
|
+
# requests to this flow. These IP addresses should be in the form of a
|
126
|
+
# Classless Inter-Domain Routing (CIDR) block; for example,
|
127
|
+
# 10.0.0.0/16.
|
128
|
+
# @return [Array<String>]
|
129
|
+
#
|
119
130
|
# @!attribute [rw] description
|
120
131
|
# A description of the output. This description appears only on the
|
121
132
|
# AWS Elemental MediaConnect console and will not be seen by the end
|
@@ -148,6 +159,10 @@ module Aws::MediaConnect
|
|
148
159
|
# The protocol to use for the output.
|
149
160
|
# @return [String]
|
150
161
|
#
|
162
|
+
# @!attribute [rw] remote_id
|
163
|
+
# The remote ID for the Zixi-pull output stream.
|
164
|
+
# @return [String]
|
165
|
+
#
|
151
166
|
# @!attribute [rw] smoothing_latency
|
152
167
|
# The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
153
168
|
# @return [Integer]
|
@@ -160,6 +175,7 @@ module Aws::MediaConnect
|
|
160
175
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddOutputRequest AWS API Documentation
|
161
176
|
#
|
162
177
|
class AddOutputRequest < Struct.new(
|
178
|
+
:cidr_allow_list,
|
163
179
|
:description,
|
164
180
|
:destination,
|
165
181
|
:encryption,
|
@@ -167,6 +183,7 @@ module Aws::MediaConnect
|
|
167
183
|
:name,
|
168
184
|
:port,
|
169
185
|
:protocol,
|
186
|
+
:remote_id,
|
170
187
|
:smoothing_latency,
|
171
188
|
:stream_id)
|
172
189
|
include Aws::Structure
|
@@ -229,8 +246,9 @@ module Aws::MediaConnect
|
|
229
246
|
# name: "__string", # required
|
230
247
|
# outputs: [
|
231
248
|
# {
|
249
|
+
# cidr_allow_list: ["__string"],
|
232
250
|
# description: "__string",
|
233
|
-
# destination: "__string",
|
251
|
+
# destination: "__string",
|
234
252
|
# encryption: {
|
235
253
|
# algorithm: "aes128", # required, accepts aes128, aes192, aes256
|
236
254
|
# constant_initialization_vector: "__string",
|
@@ -244,8 +262,9 @@ module Aws::MediaConnect
|
|
244
262
|
# },
|
245
263
|
# max_latency: 1,
|
246
264
|
# name: "__string",
|
247
|
-
# port: 1,
|
248
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp
|
265
|
+
# port: 1,
|
266
|
+
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull
|
267
|
+
# remote_id: "__string",
|
249
268
|
# smoothing_latency: 1,
|
250
269
|
# stream_id: "__string",
|
251
270
|
# },
|
@@ -268,7 +287,7 @@ module Aws::MediaConnect
|
|
268
287
|
# max_bitrate: 1,
|
269
288
|
# max_latency: 1,
|
270
289
|
# name: "__string",
|
271
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp
|
290
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull
|
272
291
|
# stream_id: "__string",
|
273
292
|
# whitelist_cidr: "__string",
|
274
293
|
# },
|
@@ -1135,7 +1154,7 @@ module Aws::MediaConnect
|
|
1135
1154
|
# max_bitrate: 1,
|
1136
1155
|
# max_latency: 1,
|
1137
1156
|
# name: "__string",
|
1138
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp
|
1157
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull
|
1139
1158
|
# stream_id: "__string",
|
1140
1159
|
# whitelist_cidr: "__string",
|
1141
1160
|
# }
|
@@ -1183,8 +1202,8 @@ module Aws::MediaConnect
|
|
1183
1202
|
#
|
1184
1203
|
# @!attribute [rw] whitelist_cidr
|
1185
1204
|
# The range of IP addresses that should be allowed to contribute
|
1186
|
-
# content to your source. These IP addresses should in the form of
|
1187
|
-
# Classless Inter-Domain Routing (CIDR) block; for example,
|
1205
|
+
# content to your source. These IP addresses should be in the form of
|
1206
|
+
# a Classless Inter-Domain Routing (CIDR) block; for example,
|
1188
1207
|
# 10.0.0.0/16.
|
1189
1208
|
# @return [String]
|
1190
1209
|
#
|
@@ -1247,8 +1266,8 @@ module Aws::MediaConnect
|
|
1247
1266
|
#
|
1248
1267
|
# @!attribute [rw] whitelist_cidr
|
1249
1268
|
# The range of IP addresses that should be allowed to contribute
|
1250
|
-
# content to your source. These IP addresses should in the form of
|
1251
|
-
# Classless Inter-Domain Routing (CIDR) block; for example,
|
1269
|
+
# content to your source. These IP addresses should be in the form of
|
1270
|
+
# a Classless Inter-Domain Routing (CIDR) block; for example,
|
1252
1271
|
# 10.0.0.0/16.
|
1253
1272
|
# @return [String]
|
1254
1273
|
#
|
@@ -1385,6 +1404,13 @@ module Aws::MediaConnect
|
|
1385
1404
|
# Attributes related to the transport stream that are used in a source
|
1386
1405
|
# or output.
|
1387
1406
|
#
|
1407
|
+
# @!attribute [rw] cidr_allow_list
|
1408
|
+
# The range of IP addresses that should be allowed to initiate output
|
1409
|
+
# requests to this flow. These IP addresses should be in the form of a
|
1410
|
+
# Classless Inter-Domain Routing (CIDR) block; for example,
|
1411
|
+
# 10.0.0.0/16.
|
1412
|
+
# @return [Array<String>]
|
1413
|
+
#
|
1388
1414
|
# @!attribute [rw] max_bitrate
|
1389
1415
|
# The smoothing max bitrate for RTP and RTP-FEC streams.
|
1390
1416
|
# @return [Integer]
|
@@ -1397,6 +1423,10 @@ module Aws::MediaConnect
|
|
1397
1423
|
# The protocol that is used by the source or output.
|
1398
1424
|
# @return [String]
|
1399
1425
|
#
|
1426
|
+
# @!attribute [rw] remote_id
|
1427
|
+
# The remote ID for the Zixi-pull stream.
|
1428
|
+
# @return [String]
|
1429
|
+
#
|
1400
1430
|
# @!attribute [rw] smoothing_latency
|
1401
1431
|
# The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
1402
1432
|
# @return [Integer]
|
@@ -1409,9 +1439,11 @@ module Aws::MediaConnect
|
|
1409
1439
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Transport AWS API Documentation
|
1410
1440
|
#
|
1411
1441
|
class Transport < Struct.new(
|
1442
|
+
:cidr_allow_list,
|
1412
1443
|
:max_bitrate,
|
1413
1444
|
:max_latency,
|
1414
1445
|
:protocol,
|
1446
|
+
:remote_id,
|
1415
1447
|
:smoothing_latency,
|
1416
1448
|
:stream_id)
|
1417
1449
|
include Aws::Structure
|
@@ -1608,6 +1640,7 @@ module Aws::MediaConnect
|
|
1608
1640
|
# data as a hash:
|
1609
1641
|
#
|
1610
1642
|
# {
|
1643
|
+
# cidr_allow_list: ["__string"],
|
1611
1644
|
# description: "__string",
|
1612
1645
|
# destination: "__string",
|
1613
1646
|
# encryption: {
|
@@ -1625,11 +1658,19 @@ module Aws::MediaConnect
|
|
1625
1658
|
# max_latency: 1,
|
1626
1659
|
# output_arn: "__string", # required
|
1627
1660
|
# port: 1,
|
1628
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp
|
1661
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull
|
1662
|
+
# remote_id: "__string",
|
1629
1663
|
# smoothing_latency: 1,
|
1630
1664
|
# stream_id: "__string",
|
1631
1665
|
# }
|
1632
1666
|
#
|
1667
|
+
# @!attribute [rw] cidr_allow_list
|
1668
|
+
# The range of IP addresses that should be allowed to initiate output
|
1669
|
+
# requests to this flow. These IP addresses should be in the form of a
|
1670
|
+
# Classless Inter-Domain Routing (CIDR) block; for example,
|
1671
|
+
# 10.0.0.0/16.
|
1672
|
+
# @return [Array<String>]
|
1673
|
+
#
|
1633
1674
|
# @!attribute [rw] description
|
1634
1675
|
# A description of the output. This description appears only on the
|
1635
1676
|
# AWS Elemental MediaConnect console and will not be seen by the end
|
@@ -1663,6 +1704,10 @@ module Aws::MediaConnect
|
|
1663
1704
|
# The protocol to use for the output.
|
1664
1705
|
# @return [String]
|
1665
1706
|
#
|
1707
|
+
# @!attribute [rw] remote_id
|
1708
|
+
# The remote ID for the Zixi-pull stream.
|
1709
|
+
# @return [String]
|
1710
|
+
#
|
1666
1711
|
# @!attribute [rw] smoothing_latency
|
1667
1712
|
# The smoothing latency in milliseconds for RTP and RTP-FEC streams.
|
1668
1713
|
# @return [Integer]
|
@@ -1675,6 +1720,7 @@ module Aws::MediaConnect
|
|
1675
1720
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutputRequest AWS API Documentation
|
1676
1721
|
#
|
1677
1722
|
class UpdateFlowOutputRequest < Struct.new(
|
1723
|
+
:cidr_allow_list,
|
1678
1724
|
:description,
|
1679
1725
|
:destination,
|
1680
1726
|
:encryption,
|
@@ -1683,6 +1729,7 @@ module Aws::MediaConnect
|
|
1683
1729
|
:output_arn,
|
1684
1730
|
:port,
|
1685
1731
|
:protocol,
|
1732
|
+
:remote_id,
|
1686
1733
|
:smoothing_latency,
|
1687
1734
|
:stream_id)
|
1688
1735
|
include Aws::Structure
|
@@ -1730,7 +1777,7 @@ module Aws::MediaConnect
|
|
1730
1777
|
# ingest_port: 1,
|
1731
1778
|
# max_bitrate: 1,
|
1732
1779
|
# max_latency: 1,
|
1733
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp
|
1780
|
+
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull
|
1734
1781
|
# source_arn: "__string", # required
|
1735
1782
|
# stream_id: "__string",
|
1736
1783
|
# whitelist_cidr: "__string",
|
@@ -1781,8 +1828,8 @@ module Aws::MediaConnect
|
|
1781
1828
|
#
|
1782
1829
|
# @!attribute [rw] whitelist_cidr
|
1783
1830
|
# The range of IP addresses that should be allowed to contribute
|
1784
|
-
# content to your source. These IP addresses should in the form of
|
1785
|
-
# Classless Inter-Domain Routing (CIDR) block; for example,
|
1831
|
+
# content to your source. These IP addresses should be in the form of
|
1832
|
+
# a Classless Inter-Domain Routing (CIDR) block; for example,
|
1786
1833
|
# 10.0.0.0/16.
|
1787
1834
|
# @return [String]
|
1788
1835
|
#
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-mediaconnect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.13.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: 2019-07-
|
11
|
+
date: 2019-07-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|