aws-sdk-mediaconnect 1.45.0 → 1.47.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 +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconnect/client.rb +20 -3
- data/lib/aws-sdk-mediaconnect/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-mediaconnect/endpoint_provider.rb +51 -0
- data/lib/aws-sdk-mediaconnect/endpoints.rb +435 -0
- data/lib/aws-sdk-mediaconnect/plugins/endpoints.rb +128 -0
- data/lib/aws-sdk-mediaconnect/types.rb +0 -1045
- data/lib/aws-sdk-mediaconnect.rb +5 -1
- metadata +8 -4
@@ -12,35 +12,6 @@ module Aws::MediaConnect
|
|
12
12
|
|
13
13
|
# Adds media streams to an existing flow.
|
14
14
|
#
|
15
|
-
# @note When making an API call, you may pass AddFlowMediaStreamsRequest
|
16
|
-
# data as a hash:
|
17
|
-
#
|
18
|
-
# {
|
19
|
-
# flow_arn: "__string", # required
|
20
|
-
# media_streams: [ # required
|
21
|
-
# {
|
22
|
-
# attributes: {
|
23
|
-
# fmtp: {
|
24
|
-
# channel_order: "__string",
|
25
|
-
# colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
|
26
|
-
# exact_framerate: "__string",
|
27
|
-
# par: "__string",
|
28
|
-
# range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
|
29
|
-
# scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
|
30
|
-
# tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
|
31
|
-
# },
|
32
|
-
# lang: "__string",
|
33
|
-
# },
|
34
|
-
# clock_rate: 1,
|
35
|
-
# description: "__string",
|
36
|
-
# media_stream_id: 1, # required
|
37
|
-
# media_stream_name: "__string", # required
|
38
|
-
# media_stream_type: "video", # required, accepts video, audio, ancillary-data
|
39
|
-
# video_format: "__string",
|
40
|
-
# },
|
41
|
-
# ],
|
42
|
-
# }
|
43
|
-
#
|
44
15
|
# @!attribute [rw] flow_arn
|
45
16
|
# @return [String]
|
46
17
|
#
|
@@ -95,62 +66,6 @@ module Aws::MediaConnect
|
|
95
66
|
# Adds outputs to an existing flow. You can create up to 50 outputs per
|
96
67
|
# flow.
|
97
68
|
#
|
98
|
-
# @note When making an API call, you may pass AddFlowOutputsRequest
|
99
|
-
# data as a hash:
|
100
|
-
#
|
101
|
-
# {
|
102
|
-
# flow_arn: "__string", # required
|
103
|
-
# outputs: [ # required
|
104
|
-
# {
|
105
|
-
# cidr_allow_list: ["__string"],
|
106
|
-
# description: "__string",
|
107
|
-
# destination: "__string",
|
108
|
-
# encryption: {
|
109
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
110
|
-
# constant_initialization_vector: "__string",
|
111
|
-
# device_id: "__string",
|
112
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
113
|
-
# region: "__string",
|
114
|
-
# resource_id: "__string",
|
115
|
-
# role_arn: "__string", # required
|
116
|
-
# secret_arn: "__string",
|
117
|
-
# url: "__string",
|
118
|
-
# },
|
119
|
-
# max_latency: 1,
|
120
|
-
# media_stream_output_configurations: [
|
121
|
-
# {
|
122
|
-
# destination_configurations: [
|
123
|
-
# {
|
124
|
-
# destination_ip: "__string", # required
|
125
|
-
# destination_port: 1, # required
|
126
|
-
# interface: { # required
|
127
|
-
# name: "__string", # required
|
128
|
-
# },
|
129
|
-
# },
|
130
|
-
# ],
|
131
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
132
|
-
# encoding_parameters: {
|
133
|
-
# compression_factor: 1.0, # required
|
134
|
-
# encoder_profile: "main", # required, accepts main, high
|
135
|
-
# },
|
136
|
-
# media_stream_name: "__string", # required
|
137
|
-
# },
|
138
|
-
# ],
|
139
|
-
# min_latency: 1,
|
140
|
-
# name: "__string",
|
141
|
-
# port: 1,
|
142
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
143
|
-
# remote_id: "__string",
|
144
|
-
# sender_control_port: 1,
|
145
|
-
# smoothing_latency: 1,
|
146
|
-
# stream_id: "__string",
|
147
|
-
# vpc_interface_attachment: {
|
148
|
-
# vpc_interface_name: "__string",
|
149
|
-
# },
|
150
|
-
# },
|
151
|
-
# ],
|
152
|
-
# }
|
153
|
-
#
|
154
69
|
# @!attribute [rw] flow_arn
|
155
70
|
# @return [String]
|
156
71
|
#
|
@@ -189,58 +104,6 @@ module Aws::MediaConnect
|
|
189
104
|
|
190
105
|
# Adds sources to an existing flow.
|
191
106
|
#
|
192
|
-
# @note When making an API call, you may pass AddFlowSourcesRequest
|
193
|
-
# data as a hash:
|
194
|
-
#
|
195
|
-
# {
|
196
|
-
# flow_arn: "__string", # required
|
197
|
-
# sources: [ # required
|
198
|
-
# {
|
199
|
-
# decryption: {
|
200
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
201
|
-
# constant_initialization_vector: "__string",
|
202
|
-
# device_id: "__string",
|
203
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
204
|
-
# region: "__string",
|
205
|
-
# resource_id: "__string",
|
206
|
-
# role_arn: "__string", # required
|
207
|
-
# secret_arn: "__string",
|
208
|
-
# url: "__string",
|
209
|
-
# },
|
210
|
-
# description: "__string",
|
211
|
-
# entitlement_arn: "__string",
|
212
|
-
# ingest_port: 1,
|
213
|
-
# max_bitrate: 1,
|
214
|
-
# max_latency: 1,
|
215
|
-
# max_sync_buffer: 1,
|
216
|
-
# media_stream_source_configurations: [
|
217
|
-
# {
|
218
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
219
|
-
# input_configurations: [
|
220
|
-
# {
|
221
|
-
# input_port: 1, # required
|
222
|
-
# interface: { # required
|
223
|
-
# name: "__string", # required
|
224
|
-
# },
|
225
|
-
# },
|
226
|
-
# ],
|
227
|
-
# media_stream_name: "__string", # required
|
228
|
-
# },
|
229
|
-
# ],
|
230
|
-
# min_latency: 1,
|
231
|
-
# name: "__string",
|
232
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
233
|
-
# sender_control_port: 1,
|
234
|
-
# sender_ip_address: "__string",
|
235
|
-
# source_listener_address: "__string",
|
236
|
-
# source_listener_port: 1,
|
237
|
-
# stream_id: "__string",
|
238
|
-
# vpc_interface_name: "__string",
|
239
|
-
# whitelist_cidr: "__string",
|
240
|
-
# },
|
241
|
-
# ],
|
242
|
-
# }
|
243
|
-
#
|
244
107
|
# @!attribute [rw] flow_arn
|
245
108
|
# @return [String]
|
246
109
|
#
|
@@ -279,22 +142,6 @@ module Aws::MediaConnect
|
|
279
142
|
|
280
143
|
# Adds VPC interfaces to an existing flow.
|
281
144
|
#
|
282
|
-
# @note When making an API call, you may pass AddFlowVpcInterfacesRequest
|
283
|
-
# data as a hash:
|
284
|
-
#
|
285
|
-
# {
|
286
|
-
# flow_arn: "__string", # required
|
287
|
-
# vpc_interfaces: [ # required
|
288
|
-
# {
|
289
|
-
# name: "__string", # required
|
290
|
-
# network_interface_type: "ena", # accepts ena, efa
|
291
|
-
# role_arn: "__string", # required
|
292
|
-
# security_group_ids: ["__string"], # required
|
293
|
-
# subnet_id: "__string", # required
|
294
|
-
# },
|
295
|
-
# ],
|
296
|
-
# }
|
297
|
-
#
|
298
145
|
# @!attribute [rw] flow_arn
|
299
146
|
# @return [String]
|
300
147
|
#
|
@@ -333,14 +180,6 @@ module Aws::MediaConnect
|
|
333
180
|
|
334
181
|
# Create maintenance setting for a flow
|
335
182
|
#
|
336
|
-
# @note When making an API call, you may pass AddMaintenance
|
337
|
-
# data as a hash:
|
338
|
-
#
|
339
|
-
# {
|
340
|
-
# maintenance_day: "Monday", # required, accepts Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
|
341
|
-
# maintenance_start_hour: "__string", # required
|
342
|
-
# }
|
343
|
-
#
|
344
183
|
# @!attribute [rw] maintenance_day
|
345
184
|
# A day of a week when the maintenance will happen. Use
|
346
185
|
# Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
|
@@ -362,30 +201,6 @@ module Aws::MediaConnect
|
|
362
201
|
|
363
202
|
# The media stream that you want to add to the flow.
|
364
203
|
#
|
365
|
-
# @note When making an API call, you may pass AddMediaStreamRequest
|
366
|
-
# data as a hash:
|
367
|
-
#
|
368
|
-
# {
|
369
|
-
# attributes: {
|
370
|
-
# fmtp: {
|
371
|
-
# channel_order: "__string",
|
372
|
-
# colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
|
373
|
-
# exact_framerate: "__string",
|
374
|
-
# par: "__string",
|
375
|
-
# range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
|
376
|
-
# scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
|
377
|
-
# tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
|
378
|
-
# },
|
379
|
-
# lang: "__string",
|
380
|
-
# },
|
381
|
-
# clock_rate: 1,
|
382
|
-
# description: "__string",
|
383
|
-
# media_stream_id: 1, # required
|
384
|
-
# media_stream_name: "__string", # required
|
385
|
-
# media_stream_type: "video", # required, accepts video, audio, ancillary-data
|
386
|
-
# video_format: "__string",
|
387
|
-
# }
|
388
|
-
#
|
389
204
|
# @!attribute [rw] attributes
|
390
205
|
# The attributes that you want to assign to the new media stream.
|
391
206
|
# @return [Types::MediaStreamAttributesRequest]
|
@@ -433,57 +248,6 @@ module Aws::MediaConnect
|
|
433
248
|
|
434
249
|
# The output that you want to add to this flow.
|
435
250
|
#
|
436
|
-
# @note When making an API call, you may pass AddOutputRequest
|
437
|
-
# data as a hash:
|
438
|
-
#
|
439
|
-
# {
|
440
|
-
# cidr_allow_list: ["__string"],
|
441
|
-
# description: "__string",
|
442
|
-
# destination: "__string",
|
443
|
-
# encryption: {
|
444
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
445
|
-
# constant_initialization_vector: "__string",
|
446
|
-
# device_id: "__string",
|
447
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
448
|
-
# region: "__string",
|
449
|
-
# resource_id: "__string",
|
450
|
-
# role_arn: "__string", # required
|
451
|
-
# secret_arn: "__string",
|
452
|
-
# url: "__string",
|
453
|
-
# },
|
454
|
-
# max_latency: 1,
|
455
|
-
# media_stream_output_configurations: [
|
456
|
-
# {
|
457
|
-
# destination_configurations: [
|
458
|
-
# {
|
459
|
-
# destination_ip: "__string", # required
|
460
|
-
# destination_port: 1, # required
|
461
|
-
# interface: { # required
|
462
|
-
# name: "__string", # required
|
463
|
-
# },
|
464
|
-
# },
|
465
|
-
# ],
|
466
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
467
|
-
# encoding_parameters: {
|
468
|
-
# compression_factor: 1.0, # required
|
469
|
-
# encoder_profile: "main", # required, accepts main, high
|
470
|
-
# },
|
471
|
-
# media_stream_name: "__string", # required
|
472
|
-
# },
|
473
|
-
# ],
|
474
|
-
# min_latency: 1,
|
475
|
-
# name: "__string",
|
476
|
-
# port: 1,
|
477
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
478
|
-
# remote_id: "__string",
|
479
|
-
# sender_control_port: 1,
|
480
|
-
# smoothing_latency: 1,
|
481
|
-
# stream_id: "__string",
|
482
|
-
# vpc_interface_attachment: {
|
483
|
-
# vpc_interface_name: "__string",
|
484
|
-
# },
|
485
|
-
# }
|
486
|
-
#
|
487
251
|
# @!attribute [rw] cidr_allow_list
|
488
252
|
# The range of IP addresses that should be allowed to initiate output
|
489
253
|
# requests to this flow. These IP addresses should be in the form of a
|
@@ -617,214 +381,6 @@ module Aws::MediaConnect
|
|
617
381
|
# Creates a new flow. The request must include one source. The request
|
618
382
|
# optionally can include outputs (up to 50) and entitlements (up to 50.)
|
619
383
|
#
|
620
|
-
# @note When making an API call, you may pass CreateFlowRequest
|
621
|
-
# data as a hash:
|
622
|
-
#
|
623
|
-
# {
|
624
|
-
# availability_zone: "__string",
|
625
|
-
# entitlements: [
|
626
|
-
# {
|
627
|
-
# data_transfer_subscriber_fee_percent: 1,
|
628
|
-
# description: "__string",
|
629
|
-
# encryption: {
|
630
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
631
|
-
# constant_initialization_vector: "__string",
|
632
|
-
# device_id: "__string",
|
633
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
634
|
-
# region: "__string",
|
635
|
-
# resource_id: "__string",
|
636
|
-
# role_arn: "__string", # required
|
637
|
-
# secret_arn: "__string",
|
638
|
-
# url: "__string",
|
639
|
-
# },
|
640
|
-
# entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
|
641
|
-
# name: "__string",
|
642
|
-
# subscribers: ["__string"], # required
|
643
|
-
# },
|
644
|
-
# ],
|
645
|
-
# media_streams: [
|
646
|
-
# {
|
647
|
-
# attributes: {
|
648
|
-
# fmtp: {
|
649
|
-
# channel_order: "__string",
|
650
|
-
# colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
|
651
|
-
# exact_framerate: "__string",
|
652
|
-
# par: "__string",
|
653
|
-
# range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
|
654
|
-
# scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
|
655
|
-
# tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
|
656
|
-
# },
|
657
|
-
# lang: "__string",
|
658
|
-
# },
|
659
|
-
# clock_rate: 1,
|
660
|
-
# description: "__string",
|
661
|
-
# media_stream_id: 1, # required
|
662
|
-
# media_stream_name: "__string", # required
|
663
|
-
# media_stream_type: "video", # required, accepts video, audio, ancillary-data
|
664
|
-
# video_format: "__string",
|
665
|
-
# },
|
666
|
-
# ],
|
667
|
-
# name: "__string", # required
|
668
|
-
# outputs: [
|
669
|
-
# {
|
670
|
-
# cidr_allow_list: ["__string"],
|
671
|
-
# description: "__string",
|
672
|
-
# destination: "__string",
|
673
|
-
# encryption: {
|
674
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
675
|
-
# constant_initialization_vector: "__string",
|
676
|
-
# device_id: "__string",
|
677
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
678
|
-
# region: "__string",
|
679
|
-
# resource_id: "__string",
|
680
|
-
# role_arn: "__string", # required
|
681
|
-
# secret_arn: "__string",
|
682
|
-
# url: "__string",
|
683
|
-
# },
|
684
|
-
# max_latency: 1,
|
685
|
-
# media_stream_output_configurations: [
|
686
|
-
# {
|
687
|
-
# destination_configurations: [
|
688
|
-
# {
|
689
|
-
# destination_ip: "__string", # required
|
690
|
-
# destination_port: 1, # required
|
691
|
-
# interface: { # required
|
692
|
-
# name: "__string", # required
|
693
|
-
# },
|
694
|
-
# },
|
695
|
-
# ],
|
696
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
697
|
-
# encoding_parameters: {
|
698
|
-
# compression_factor: 1.0, # required
|
699
|
-
# encoder_profile: "main", # required, accepts main, high
|
700
|
-
# },
|
701
|
-
# media_stream_name: "__string", # required
|
702
|
-
# },
|
703
|
-
# ],
|
704
|
-
# min_latency: 1,
|
705
|
-
# name: "__string",
|
706
|
-
# port: 1,
|
707
|
-
# protocol: "zixi-push", # required, accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
708
|
-
# remote_id: "__string",
|
709
|
-
# sender_control_port: 1,
|
710
|
-
# smoothing_latency: 1,
|
711
|
-
# stream_id: "__string",
|
712
|
-
# vpc_interface_attachment: {
|
713
|
-
# vpc_interface_name: "__string",
|
714
|
-
# },
|
715
|
-
# },
|
716
|
-
# ],
|
717
|
-
# source: {
|
718
|
-
# decryption: {
|
719
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
720
|
-
# constant_initialization_vector: "__string",
|
721
|
-
# device_id: "__string",
|
722
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
723
|
-
# region: "__string",
|
724
|
-
# resource_id: "__string",
|
725
|
-
# role_arn: "__string", # required
|
726
|
-
# secret_arn: "__string",
|
727
|
-
# url: "__string",
|
728
|
-
# },
|
729
|
-
# description: "__string",
|
730
|
-
# entitlement_arn: "__string",
|
731
|
-
# ingest_port: 1,
|
732
|
-
# max_bitrate: 1,
|
733
|
-
# max_latency: 1,
|
734
|
-
# max_sync_buffer: 1,
|
735
|
-
# media_stream_source_configurations: [
|
736
|
-
# {
|
737
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
738
|
-
# input_configurations: [
|
739
|
-
# {
|
740
|
-
# input_port: 1, # required
|
741
|
-
# interface: { # required
|
742
|
-
# name: "__string", # required
|
743
|
-
# },
|
744
|
-
# },
|
745
|
-
# ],
|
746
|
-
# media_stream_name: "__string", # required
|
747
|
-
# },
|
748
|
-
# ],
|
749
|
-
# min_latency: 1,
|
750
|
-
# name: "__string",
|
751
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
752
|
-
# sender_control_port: 1,
|
753
|
-
# sender_ip_address: "__string",
|
754
|
-
# source_listener_address: "__string",
|
755
|
-
# source_listener_port: 1,
|
756
|
-
# stream_id: "__string",
|
757
|
-
# vpc_interface_name: "__string",
|
758
|
-
# whitelist_cidr: "__string",
|
759
|
-
# },
|
760
|
-
# source_failover_config: {
|
761
|
-
# failover_mode: "MERGE", # accepts MERGE, FAILOVER
|
762
|
-
# recovery_window: 1,
|
763
|
-
# source_priority: {
|
764
|
-
# primary_source: "__string",
|
765
|
-
# },
|
766
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
767
|
-
# },
|
768
|
-
# sources: [
|
769
|
-
# {
|
770
|
-
# decryption: {
|
771
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
772
|
-
# constant_initialization_vector: "__string",
|
773
|
-
# device_id: "__string",
|
774
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
775
|
-
# region: "__string",
|
776
|
-
# resource_id: "__string",
|
777
|
-
# role_arn: "__string", # required
|
778
|
-
# secret_arn: "__string",
|
779
|
-
# url: "__string",
|
780
|
-
# },
|
781
|
-
# description: "__string",
|
782
|
-
# entitlement_arn: "__string",
|
783
|
-
# ingest_port: 1,
|
784
|
-
# max_bitrate: 1,
|
785
|
-
# max_latency: 1,
|
786
|
-
# max_sync_buffer: 1,
|
787
|
-
# media_stream_source_configurations: [
|
788
|
-
# {
|
789
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
790
|
-
# input_configurations: [
|
791
|
-
# {
|
792
|
-
# input_port: 1, # required
|
793
|
-
# interface: { # required
|
794
|
-
# name: "__string", # required
|
795
|
-
# },
|
796
|
-
# },
|
797
|
-
# ],
|
798
|
-
# media_stream_name: "__string", # required
|
799
|
-
# },
|
800
|
-
# ],
|
801
|
-
# min_latency: 1,
|
802
|
-
# name: "__string",
|
803
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
804
|
-
# sender_control_port: 1,
|
805
|
-
# sender_ip_address: "__string",
|
806
|
-
# source_listener_address: "__string",
|
807
|
-
# source_listener_port: 1,
|
808
|
-
# stream_id: "__string",
|
809
|
-
# vpc_interface_name: "__string",
|
810
|
-
# whitelist_cidr: "__string",
|
811
|
-
# },
|
812
|
-
# ],
|
813
|
-
# vpc_interfaces: [
|
814
|
-
# {
|
815
|
-
# name: "__string", # required
|
816
|
-
# network_interface_type: "ena", # accepts ena, efa
|
817
|
-
# role_arn: "__string", # required
|
818
|
-
# security_group_ids: ["__string"], # required
|
819
|
-
# subnet_id: "__string", # required
|
820
|
-
# },
|
821
|
-
# ],
|
822
|
-
# maintenance: {
|
823
|
-
# maintenance_day: "Monday", # required, accepts Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
|
824
|
-
# maintenance_start_hour: "__string", # required
|
825
|
-
# },
|
826
|
-
# }
|
827
|
-
#
|
828
384
|
# @!attribute [rw] availability_zone
|
829
385
|
# The Availability Zone that you want to create the flow in. These
|
830
386
|
# options are limited to the Availability Zones within the current AWS
|
@@ -899,13 +455,6 @@ module Aws::MediaConnect
|
|
899
455
|
include Aws::Structure
|
900
456
|
end
|
901
457
|
|
902
|
-
# @note When making an API call, you may pass DeleteFlowRequest
|
903
|
-
# data as a hash:
|
904
|
-
#
|
905
|
-
# {
|
906
|
-
# flow_arn: "__string", # required
|
907
|
-
# }
|
908
|
-
#
|
909
458
|
# @!attribute [rw] flow_arn
|
910
459
|
# @return [String]
|
911
460
|
#
|
@@ -936,13 +485,6 @@ module Aws::MediaConnect
|
|
936
485
|
include Aws::Structure
|
937
486
|
end
|
938
487
|
|
939
|
-
# @note When making an API call, you may pass DescribeFlowRequest
|
940
|
-
# data as a hash:
|
941
|
-
#
|
942
|
-
# {
|
943
|
-
# flow_arn: "__string", # required
|
944
|
-
# }
|
945
|
-
#
|
946
488
|
# @!attribute [rw] flow_arn
|
947
489
|
# @return [String]
|
948
490
|
#
|
@@ -974,13 +516,6 @@ module Aws::MediaConnect
|
|
974
516
|
include Aws::Structure
|
975
517
|
end
|
976
518
|
|
977
|
-
# @note When making an API call, you may pass DescribeOfferingRequest
|
978
|
-
# data as a hash:
|
979
|
-
#
|
980
|
-
# {
|
981
|
-
# offering_arn: "__string", # required
|
982
|
-
# }
|
983
|
-
#
|
984
519
|
# @!attribute [rw] offering_arn
|
985
520
|
# @return [String]
|
986
521
|
#
|
@@ -1007,13 +542,6 @@ module Aws::MediaConnect
|
|
1007
542
|
include Aws::Structure
|
1008
543
|
end
|
1009
544
|
|
1010
|
-
# @note When making an API call, you may pass DescribeReservationRequest
|
1011
|
-
# data as a hash:
|
1012
|
-
#
|
1013
|
-
# {
|
1014
|
-
# reservation_arn: "__string", # required
|
1015
|
-
# }
|
1016
|
-
#
|
1017
545
|
# @!attribute [rw] reservation_arn
|
1018
546
|
# @return [String]
|
1019
547
|
#
|
@@ -1083,17 +611,6 @@ module Aws::MediaConnect
|
|
1083
611
|
# The transport parameters that you want to associate with an outbound
|
1084
612
|
# media stream.
|
1085
613
|
#
|
1086
|
-
# @note When making an API call, you may pass DestinationConfigurationRequest
|
1087
|
-
# data as a hash:
|
1088
|
-
#
|
1089
|
-
# {
|
1090
|
-
# destination_ip: "__string", # required
|
1091
|
-
# destination_port: 1, # required
|
1092
|
-
# interface: { # required
|
1093
|
-
# name: "__string", # required
|
1094
|
-
# },
|
1095
|
-
# }
|
1096
|
-
#
|
1097
614
|
# @!attribute [rw] destination_ip
|
1098
615
|
# The IP address where you want MediaConnect to send contents of the
|
1099
616
|
# media stream.
|
@@ -1152,14 +669,6 @@ module Aws::MediaConnect
|
|
1152
669
|
# convert the content. These fields only apply to outputs on flows that
|
1153
670
|
# have a CDI source.
|
1154
671
|
#
|
1155
|
-
# @note When making an API call, you may pass EncodingParametersRequest
|
1156
|
-
# data as a hash:
|
1157
|
-
#
|
1158
|
-
# {
|
1159
|
-
# compression_factor: 1.0, # required
|
1160
|
-
# encoder_profile: "main", # required, accepts main, high
|
1161
|
-
# }
|
1162
|
-
#
|
1163
672
|
# @!attribute [rw] compression_factor
|
1164
673
|
# A value that is used to calculate compression for an output. The
|
1165
674
|
# bitrate of the output is calculated as follows: Output bitrate = (1
|
@@ -1187,21 +696,6 @@ module Aws::MediaConnect
|
|
1187
696
|
|
1188
697
|
# Information about the encryption of the flow.
|
1189
698
|
#
|
1190
|
-
# @note When making an API call, you may pass Encryption
|
1191
|
-
# data as a hash:
|
1192
|
-
#
|
1193
|
-
# {
|
1194
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
1195
|
-
# constant_initialization_vector: "__string",
|
1196
|
-
# device_id: "__string",
|
1197
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
1198
|
-
# region: "__string",
|
1199
|
-
# resource_id: "__string",
|
1200
|
-
# role_arn: "__string", # required
|
1201
|
-
# secret_arn: "__string",
|
1202
|
-
# url: "__string",
|
1203
|
-
# }
|
1204
|
-
#
|
1205
699
|
# @!attribute [rw] algorithm
|
1206
700
|
# The type of algorithm that is used for the encryption (such as
|
1207
701
|
# aes128, aes192, or aes256).
|
@@ -1321,18 +815,6 @@ module Aws::MediaConnect
|
|
1321
815
|
|
1322
816
|
# The settings for source failover.
|
1323
817
|
#
|
1324
|
-
# @note When making an API call, you may pass FailoverConfig
|
1325
|
-
# data as a hash:
|
1326
|
-
#
|
1327
|
-
# {
|
1328
|
-
# failover_mode: "MERGE", # accepts MERGE, FAILOVER
|
1329
|
-
# recovery_window: 1,
|
1330
|
-
# source_priority: {
|
1331
|
-
# primary_source: "__string",
|
1332
|
-
# },
|
1333
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
1334
|
-
# }
|
1335
|
-
#
|
1336
818
|
# @!attribute [rw] failover_mode
|
1337
819
|
# The type of failover you choose for this flow. MERGE combines the
|
1338
820
|
# source streams into a single stream, allowing graceful recovery from
|
@@ -1498,19 +980,6 @@ module Aws::MediaConnect
|
|
1498
980
|
|
1499
981
|
# The settings that you want to use to define the media stream.
|
1500
982
|
#
|
1501
|
-
# @note When making an API call, you may pass FmtpRequest
|
1502
|
-
# data as a hash:
|
1503
|
-
#
|
1504
|
-
# {
|
1505
|
-
# channel_order: "__string",
|
1506
|
-
# colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
|
1507
|
-
# exact_framerate: "__string",
|
1508
|
-
# par: "__string",
|
1509
|
-
# range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
|
1510
|
-
# scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
|
1511
|
-
# tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
|
1512
|
-
# }
|
1513
|
-
#
|
1514
983
|
# @!attribute [rw] channel_order
|
1515
984
|
# The format of the audio channel.
|
1516
985
|
# @return [String]
|
@@ -1574,28 +1043,6 @@ module Aws::MediaConnect
|
|
1574
1043
|
|
1575
1044
|
# The entitlements that you want to grant on a flow.
|
1576
1045
|
#
|
1577
|
-
# @note When making an API call, you may pass GrantEntitlementRequest
|
1578
|
-
# data as a hash:
|
1579
|
-
#
|
1580
|
-
# {
|
1581
|
-
# data_transfer_subscriber_fee_percent: 1,
|
1582
|
-
# description: "__string",
|
1583
|
-
# encryption: {
|
1584
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
1585
|
-
# constant_initialization_vector: "__string",
|
1586
|
-
# device_id: "__string",
|
1587
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
1588
|
-
# region: "__string",
|
1589
|
-
# resource_id: "__string",
|
1590
|
-
# role_arn: "__string", # required
|
1591
|
-
# secret_arn: "__string",
|
1592
|
-
# url: "__string",
|
1593
|
-
# },
|
1594
|
-
# entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
|
1595
|
-
# name: "__string",
|
1596
|
-
# subscribers: ["__string"], # required
|
1597
|
-
# }
|
1598
|
-
#
|
1599
1046
|
# @!attribute [rw] data_transfer_subscriber_fee_percent
|
1600
1047
|
# Percentage from 0-100 of the data transfer cost to be billed to the
|
1601
1048
|
# subscriber.
|
@@ -1661,33 +1108,6 @@ module Aws::MediaConnect
|
|
1661
1108
|
|
1662
1109
|
# Grants an entitlement on a flow.
|
1663
1110
|
#
|
1664
|
-
# @note When making an API call, you may pass GrantFlowEntitlementsRequest
|
1665
|
-
# data as a hash:
|
1666
|
-
#
|
1667
|
-
# {
|
1668
|
-
# entitlements: [ # required
|
1669
|
-
# {
|
1670
|
-
# data_transfer_subscriber_fee_percent: 1,
|
1671
|
-
# description: "__string",
|
1672
|
-
# encryption: {
|
1673
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
1674
|
-
# constant_initialization_vector: "__string",
|
1675
|
-
# device_id: "__string",
|
1676
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
1677
|
-
# region: "__string",
|
1678
|
-
# resource_id: "__string",
|
1679
|
-
# role_arn: "__string", # required
|
1680
|
-
# secret_arn: "__string",
|
1681
|
-
# url: "__string",
|
1682
|
-
# },
|
1683
|
-
# entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
|
1684
|
-
# name: "__string",
|
1685
|
-
# subscribers: ["__string"], # required
|
1686
|
-
# },
|
1687
|
-
# ],
|
1688
|
-
# flow_arn: "__string", # required
|
1689
|
-
# }
|
1690
|
-
#
|
1691
1111
|
# @!attribute [rw] entitlements
|
1692
1112
|
# The list of entitlements that you want to grant.
|
1693
1113
|
# @return [Array<Types::GrantEntitlementRequest>]
|
@@ -1752,16 +1172,6 @@ module Aws::MediaConnect
|
|
1752
1172
|
# The transport parameters that you want to associate with an incoming
|
1753
1173
|
# media stream.
|
1754
1174
|
#
|
1755
|
-
# @note When making an API call, you may pass InputConfigurationRequest
|
1756
|
-
# data as a hash:
|
1757
|
-
#
|
1758
|
-
# {
|
1759
|
-
# input_port: 1, # required
|
1760
|
-
# interface: { # required
|
1761
|
-
# name: "__string", # required
|
1762
|
-
# },
|
1763
|
-
# }
|
1764
|
-
#
|
1765
1175
|
# @!attribute [rw] input_port
|
1766
1176
|
# The port that you want the flow to listen on for an incoming media
|
1767
1177
|
# stream.
|
@@ -1799,13 +1209,6 @@ module Aws::MediaConnect
|
|
1799
1209
|
# The VPC interface that you want to designate where the media stream is
|
1800
1210
|
# coming from or going to.
|
1801
1211
|
#
|
1802
|
-
# @note When making an API call, you may pass InterfaceRequest
|
1803
|
-
# data as a hash:
|
1804
|
-
#
|
1805
|
-
# {
|
1806
|
-
# name: "__string", # required
|
1807
|
-
# }
|
1808
|
-
#
|
1809
1212
|
# @!attribute [rw] name
|
1810
1213
|
# The name of the VPC interface.
|
1811
1214
|
# @return [String]
|
@@ -1833,14 +1236,6 @@ module Aws::MediaConnect
|
|
1833
1236
|
include Aws::Structure
|
1834
1237
|
end
|
1835
1238
|
|
1836
|
-
# @note When making an API call, you may pass ListEntitlementsRequest
|
1837
|
-
# data as a hash:
|
1838
|
-
#
|
1839
|
-
# {
|
1840
|
-
# max_results: 1,
|
1841
|
-
# next_token: "__string",
|
1842
|
-
# }
|
1843
|
-
#
|
1844
1239
|
# @!attribute [rw] max_results
|
1845
1240
|
# @return [Integer]
|
1846
1241
|
#
|
@@ -1883,14 +1278,6 @@ module Aws::MediaConnect
|
|
1883
1278
|
include Aws::Structure
|
1884
1279
|
end
|
1885
1280
|
|
1886
|
-
# @note When making an API call, you may pass ListFlowsRequest
|
1887
|
-
# data as a hash:
|
1888
|
-
#
|
1889
|
-
# {
|
1890
|
-
# max_results: 1,
|
1891
|
-
# next_token: "__string",
|
1892
|
-
# }
|
1893
|
-
#
|
1894
1281
|
# @!attribute [rw] max_results
|
1895
1282
|
# @return [Integer]
|
1896
1283
|
#
|
@@ -1931,14 +1318,6 @@ module Aws::MediaConnect
|
|
1931
1318
|
include Aws::Structure
|
1932
1319
|
end
|
1933
1320
|
|
1934
|
-
# @note When making an API call, you may pass ListOfferingsRequest
|
1935
|
-
# data as a hash:
|
1936
|
-
#
|
1937
|
-
# {
|
1938
|
-
# max_results: 1,
|
1939
|
-
# next_token: "__string",
|
1940
|
-
# }
|
1941
|
-
#
|
1942
1321
|
# @!attribute [rw] max_results
|
1943
1322
|
# @return [Integer]
|
1944
1323
|
#
|
@@ -1984,14 +1363,6 @@ module Aws::MediaConnect
|
|
1984
1363
|
include Aws::Structure
|
1985
1364
|
end
|
1986
1365
|
|
1987
|
-
# @note When making an API call, you may pass ListReservationsRequest
|
1988
|
-
# data as a hash:
|
1989
|
-
#
|
1990
|
-
# {
|
1991
|
-
# max_results: 1,
|
1992
|
-
# next_token: "__string",
|
1993
|
-
# }
|
1994
|
-
#
|
1995
1366
|
# @!attribute [rw] max_results
|
1996
1367
|
# @return [Integer]
|
1997
1368
|
#
|
@@ -2037,13 +1408,6 @@ module Aws::MediaConnect
|
|
2037
1408
|
include Aws::Structure
|
2038
1409
|
end
|
2039
1410
|
|
2040
|
-
# @note When making an API call, you may pass ListTagsForResourceRequest
|
2041
|
-
# data as a hash:
|
2042
|
-
#
|
2043
|
-
# {
|
2044
|
-
# resource_arn: "__string", # required
|
2045
|
-
# }
|
2046
|
-
#
|
2047
1411
|
# @!attribute [rw] resource_arn
|
2048
1412
|
# @return [String]
|
2049
1413
|
#
|
@@ -2255,22 +1619,6 @@ module Aws::MediaConnect
|
|
2255
1619
|
|
2256
1620
|
# Attributes that are related to the media stream.
|
2257
1621
|
#
|
2258
|
-
# @note When making an API call, you may pass MediaStreamAttributesRequest
|
2259
|
-
# data as a hash:
|
2260
|
-
#
|
2261
|
-
# {
|
2262
|
-
# fmtp: {
|
2263
|
-
# channel_order: "__string",
|
2264
|
-
# colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
|
2265
|
-
# exact_framerate: "__string",
|
2266
|
-
# par: "__string",
|
2267
|
-
# range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
|
2268
|
-
# scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
|
2269
|
-
# tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
|
2270
|
-
# },
|
2271
|
-
# lang: "__string",
|
2272
|
-
# }
|
2273
|
-
#
|
2274
1622
|
# @!attribute [rw] fmtp
|
2275
1623
|
# The settings that you want to use to define the media stream.
|
2276
1624
|
# @return [Types::FmtpRequest]
|
@@ -2326,27 +1674,6 @@ module Aws::MediaConnect
|
|
2326
1674
|
# The media stream that you want to associate with the output, and the
|
2327
1675
|
# parameters for that association.
|
2328
1676
|
#
|
2329
|
-
# @note When making an API call, you may pass MediaStreamOutputConfigurationRequest
|
2330
|
-
# data as a hash:
|
2331
|
-
#
|
2332
|
-
# {
|
2333
|
-
# destination_configurations: [
|
2334
|
-
# {
|
2335
|
-
# destination_ip: "__string", # required
|
2336
|
-
# destination_port: 1, # required
|
2337
|
-
# interface: { # required
|
2338
|
-
# name: "__string", # required
|
2339
|
-
# },
|
2340
|
-
# },
|
2341
|
-
# ],
|
2342
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
2343
|
-
# encoding_parameters: {
|
2344
|
-
# compression_factor: 1.0, # required
|
2345
|
-
# encoder_profile: "main", # required, accepts main, high
|
2346
|
-
# },
|
2347
|
-
# media_stream_name: "__string", # required
|
2348
|
-
# }
|
2349
|
-
#
|
2350
1677
|
# @!attribute [rw] destination_configurations
|
2351
1678
|
# The transport parameters that you want to associate with the media
|
2352
1679
|
# stream.
|
@@ -2414,22 +1741,6 @@ module Aws::MediaConnect
|
|
2414
1741
|
# The definition of a media stream that you want to associate with the
|
2415
1742
|
# source.
|
2416
1743
|
#
|
2417
|
-
# @note When making an API call, you may pass MediaStreamSourceConfigurationRequest
|
2418
|
-
# data as a hash:
|
2419
|
-
#
|
2420
|
-
# {
|
2421
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
2422
|
-
# input_configurations: [
|
2423
|
-
# {
|
2424
|
-
# input_port: 1, # required
|
2425
|
-
# interface: { # required
|
2426
|
-
# name: "__string", # required
|
2427
|
-
# },
|
2428
|
-
# },
|
2429
|
-
# ],
|
2430
|
-
# media_stream_name: "__string", # required
|
2431
|
-
# }
|
2432
|
-
#
|
2433
1744
|
# @!attribute [rw] encoding_name
|
2434
1745
|
# The format you want to use to encode the data. For ancillary data
|
2435
1746
|
# streams, set the encoding name to smpte291. For audio streams, set
|
@@ -2633,15 +1944,6 @@ module Aws::MediaConnect
|
|
2633
1944
|
# in your AWS account. If you already have an active reservation, you
|
2634
1945
|
# can't purchase another offering.
|
2635
1946
|
#
|
2636
|
-
# @note When making an API call, you may pass PurchaseOfferingRequest
|
2637
|
-
# data as a hash:
|
2638
|
-
#
|
2639
|
-
# {
|
2640
|
-
# offering_arn: "__string", # required
|
2641
|
-
# reservation_name: "__string", # required
|
2642
|
-
# start: "__string", # required
|
2643
|
-
# }
|
2644
|
-
#
|
2645
1947
|
# @!attribute [rw] offering_arn
|
2646
1948
|
# @return [String]
|
2647
1949
|
#
|
@@ -2689,14 +1991,6 @@ module Aws::MediaConnect
|
|
2689
1991
|
include Aws::Structure
|
2690
1992
|
end
|
2691
1993
|
|
2692
|
-
# @note When making an API call, you may pass RemoveFlowMediaStreamRequest
|
2693
|
-
# data as a hash:
|
2694
|
-
#
|
2695
|
-
# {
|
2696
|
-
# flow_arn: "__string", # required
|
2697
|
-
# media_stream_name: "__string", # required
|
2698
|
-
# }
|
2699
|
-
#
|
2700
1994
|
# @!attribute [rw] flow_arn
|
2701
1995
|
# @return [String]
|
2702
1996
|
#
|
@@ -2731,14 +2025,6 @@ module Aws::MediaConnect
|
|
2731
2025
|
include Aws::Structure
|
2732
2026
|
end
|
2733
2027
|
|
2734
|
-
# @note When making an API call, you may pass RemoveFlowOutputRequest
|
2735
|
-
# data as a hash:
|
2736
|
-
#
|
2737
|
-
# {
|
2738
|
-
# flow_arn: "__string", # required
|
2739
|
-
# output_arn: "__string", # required
|
2740
|
-
# }
|
2741
|
-
#
|
2742
2028
|
# @!attribute [rw] flow_arn
|
2743
2029
|
# @return [String]
|
2744
2030
|
#
|
@@ -2774,14 +2060,6 @@ module Aws::MediaConnect
|
|
2774
2060
|
include Aws::Structure
|
2775
2061
|
end
|
2776
2062
|
|
2777
|
-
# @note When making an API call, you may pass RemoveFlowSourceRequest
|
2778
|
-
# data as a hash:
|
2779
|
-
#
|
2780
|
-
# {
|
2781
|
-
# flow_arn: "__string", # required
|
2782
|
-
# source_arn: "__string", # required
|
2783
|
-
# }
|
2784
|
-
#
|
2785
2063
|
# @!attribute [rw] flow_arn
|
2786
2064
|
# @return [String]
|
2787
2065
|
#
|
@@ -2817,14 +2095,6 @@ module Aws::MediaConnect
|
|
2817
2095
|
include Aws::Structure
|
2818
2096
|
end
|
2819
2097
|
|
2820
|
-
# @note When making an API call, you may pass RemoveFlowVpcInterfaceRequest
|
2821
|
-
# data as a hash:
|
2822
|
-
#
|
2823
|
-
# {
|
2824
|
-
# flow_arn: "__string", # required
|
2825
|
-
# vpc_interface_name: "__string", # required
|
2826
|
-
# }
|
2827
|
-
#
|
2828
2098
|
# @!attribute [rw] flow_arn
|
2829
2099
|
# @return [String]
|
2830
2100
|
#
|
@@ -2999,14 +2269,6 @@ module Aws::MediaConnect
|
|
2999
2269
|
include Aws::Structure
|
3000
2270
|
end
|
3001
2271
|
|
3002
|
-
# @note When making an API call, you may pass RevokeFlowEntitlementRequest
|
3003
|
-
# data as a hash:
|
3004
|
-
#
|
3005
|
-
# {
|
3006
|
-
# entitlement_arn: "__string", # required
|
3007
|
-
# flow_arn: "__string", # required
|
3008
|
-
# }
|
3009
|
-
#
|
3010
2272
|
# @!attribute [rw] entitlement_arn
|
3011
2273
|
# @return [String]
|
3012
2274
|
#
|
@@ -3060,53 +2322,6 @@ module Aws::MediaConnect
|
|
3060
2322
|
|
3061
2323
|
# The settings for the source of the flow.
|
3062
2324
|
#
|
3063
|
-
# @note When making an API call, you may pass SetSourceRequest
|
3064
|
-
# data as a hash:
|
3065
|
-
#
|
3066
|
-
# {
|
3067
|
-
# decryption: {
|
3068
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
3069
|
-
# constant_initialization_vector: "__string",
|
3070
|
-
# device_id: "__string",
|
3071
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
3072
|
-
# region: "__string",
|
3073
|
-
# resource_id: "__string",
|
3074
|
-
# role_arn: "__string", # required
|
3075
|
-
# secret_arn: "__string",
|
3076
|
-
# url: "__string",
|
3077
|
-
# },
|
3078
|
-
# description: "__string",
|
3079
|
-
# entitlement_arn: "__string",
|
3080
|
-
# ingest_port: 1,
|
3081
|
-
# max_bitrate: 1,
|
3082
|
-
# max_latency: 1,
|
3083
|
-
# max_sync_buffer: 1,
|
3084
|
-
# media_stream_source_configurations: [
|
3085
|
-
# {
|
3086
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
3087
|
-
# input_configurations: [
|
3088
|
-
# {
|
3089
|
-
# input_port: 1, # required
|
3090
|
-
# interface: { # required
|
3091
|
-
# name: "__string", # required
|
3092
|
-
# },
|
3093
|
-
# },
|
3094
|
-
# ],
|
3095
|
-
# media_stream_name: "__string", # required
|
3096
|
-
# },
|
3097
|
-
# ],
|
3098
|
-
# min_latency: 1,
|
3099
|
-
# name: "__string",
|
3100
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
3101
|
-
# sender_control_port: 1,
|
3102
|
-
# sender_ip_address: "__string",
|
3103
|
-
# source_listener_address: "__string",
|
3104
|
-
# source_listener_port: 1,
|
3105
|
-
# stream_id: "__string",
|
3106
|
-
# vpc_interface_name: "__string",
|
3107
|
-
# whitelist_cidr: "__string",
|
3108
|
-
# }
|
3109
|
-
#
|
3110
2325
|
# @!attribute [rw] decryption
|
3111
2326
|
# The type of encryption that is used on the content ingested from
|
3112
2327
|
# this source. Allowable encryption types: static-key.
|
@@ -3318,13 +2533,6 @@ module Aws::MediaConnect
|
|
3318
2533
|
# The priority you want to assign to a source. You can have a primary
|
3319
2534
|
# stream and a backup stream or two equally prioritized streams.
|
3320
2535
|
#
|
3321
|
-
# @note When making an API call, you may pass SourcePriority
|
3322
|
-
# data as a hash:
|
3323
|
-
#
|
3324
|
-
# {
|
3325
|
-
# primary_source: "__string",
|
3326
|
-
# }
|
3327
|
-
#
|
3328
2536
|
# @!attribute [rw] primary_source
|
3329
2537
|
# The name of the source you choose as the primary source for this
|
3330
2538
|
# flow.
|
@@ -3338,13 +2546,6 @@ module Aws::MediaConnect
|
|
3338
2546
|
include Aws::Structure
|
3339
2547
|
end
|
3340
2548
|
|
3341
|
-
# @note When making an API call, you may pass StartFlowRequest
|
3342
|
-
# data as a hash:
|
3343
|
-
#
|
3344
|
-
# {
|
3345
|
-
# flow_arn: "__string", # required
|
3346
|
-
# }
|
3347
|
-
#
|
3348
2549
|
# @!attribute [rw] flow_arn
|
3349
2550
|
# @return [String]
|
3350
2551
|
#
|
@@ -3375,13 +2576,6 @@ module Aws::MediaConnect
|
|
3375
2576
|
include Aws::Structure
|
3376
2577
|
end
|
3377
2578
|
|
3378
|
-
# @note When making an API call, you may pass StopFlowRequest
|
3379
|
-
# data as a hash:
|
3380
|
-
#
|
3381
|
-
# {
|
3382
|
-
# flow_arn: "__string", # required
|
3383
|
-
# }
|
3384
|
-
#
|
3385
2579
|
# @!attribute [rw] flow_arn
|
3386
2580
|
# @return [String]
|
3387
2581
|
#
|
@@ -3416,16 +2610,6 @@ module Aws::MediaConnect
|
|
3416
2610
|
# length of 128 characters, and tag values can have a maximum length of
|
3417
2611
|
# 256 characters.
|
3418
2612
|
#
|
3419
|
-
# @note When making an API call, you may pass TagResourceRequest
|
3420
|
-
# data as a hash:
|
3421
|
-
#
|
3422
|
-
# {
|
3423
|
-
# resource_arn: "__string", # required
|
3424
|
-
# tags: { # required
|
3425
|
-
# "__string" => "__string",
|
3426
|
-
# },
|
3427
|
-
# }
|
3428
|
-
#
|
3429
2613
|
# @!attribute [rw] resource_arn
|
3430
2614
|
# @return [String]
|
3431
2615
|
#
|
@@ -3548,14 +2732,6 @@ module Aws::MediaConnect
|
|
3548
2732
|
include Aws::Structure
|
3549
2733
|
end
|
3550
2734
|
|
3551
|
-
# @note When making an API call, you may pass UntagResourceRequest
|
3552
|
-
# data as a hash:
|
3553
|
-
#
|
3554
|
-
# {
|
3555
|
-
# resource_arn: "__string", # required
|
3556
|
-
# tag_keys: ["__string"], # required
|
3557
|
-
# }
|
3558
|
-
#
|
3559
2735
|
# @!attribute [rw] resource_arn
|
3560
2736
|
# @return [String]
|
3561
2737
|
#
|
@@ -3573,21 +2749,6 @@ module Aws::MediaConnect
|
|
3573
2749
|
|
3574
2750
|
# Information about the encryption of the flow.
|
3575
2751
|
#
|
3576
|
-
# @note When making an API call, you may pass UpdateEncryption
|
3577
|
-
# data as a hash:
|
3578
|
-
#
|
3579
|
-
# {
|
3580
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
3581
|
-
# constant_initialization_vector: "__string",
|
3582
|
-
# device_id: "__string",
|
3583
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
3584
|
-
# region: "__string",
|
3585
|
-
# resource_id: "__string",
|
3586
|
-
# role_arn: "__string",
|
3587
|
-
# secret_arn: "__string",
|
3588
|
-
# url: "__string",
|
3589
|
-
# }
|
3590
|
-
#
|
3591
2752
|
# @!attribute [rw] algorithm
|
3592
2753
|
# The type of algorithm that is used for the encryption (such as
|
3593
2754
|
# aes128, aes192, or aes256).
|
@@ -3659,18 +2820,6 @@ module Aws::MediaConnect
|
|
3659
2820
|
|
3660
2821
|
# The settings for source failover.
|
3661
2822
|
#
|
3662
|
-
# @note When making an API call, you may pass UpdateFailoverConfig
|
3663
|
-
# data as a hash:
|
3664
|
-
#
|
3665
|
-
# {
|
3666
|
-
# failover_mode: "MERGE", # accepts MERGE, FAILOVER
|
3667
|
-
# recovery_window: 1,
|
3668
|
-
# source_priority: {
|
3669
|
-
# primary_source: "__string",
|
3670
|
-
# },
|
3671
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
3672
|
-
# }
|
3673
|
-
#
|
3674
2823
|
# @!attribute [rw] failover_mode
|
3675
2824
|
# The type of failover you choose for this flow. MERGE combines the
|
3676
2825
|
# source streams into a single stream, allowing graceful recovery from
|
@@ -3703,28 +2852,6 @@ module Aws::MediaConnect
|
|
3703
2852
|
|
3704
2853
|
# The updates that you want to make to a specific entitlement.
|
3705
2854
|
#
|
3706
|
-
# @note When making an API call, you may pass UpdateFlowEntitlementRequest
|
3707
|
-
# data as a hash:
|
3708
|
-
#
|
3709
|
-
# {
|
3710
|
-
# description: "__string",
|
3711
|
-
# encryption: {
|
3712
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
3713
|
-
# constant_initialization_vector: "__string",
|
3714
|
-
# device_id: "__string",
|
3715
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
3716
|
-
# region: "__string",
|
3717
|
-
# resource_id: "__string",
|
3718
|
-
# role_arn: "__string",
|
3719
|
-
# secret_arn: "__string",
|
3720
|
-
# url: "__string",
|
3721
|
-
# },
|
3722
|
-
# entitlement_arn: "__string", # required
|
3723
|
-
# entitlement_status: "ENABLED", # accepts ENABLED, DISABLED
|
3724
|
-
# flow_arn: "__string", # required
|
3725
|
-
# subscribers: ["__string"],
|
3726
|
-
# }
|
3727
|
-
#
|
3728
2855
|
# @!attribute [rw] description
|
3729
2856
|
# A description of the entitlement. This description appears only on
|
3730
2857
|
# the AWS Elemental MediaConnect console and will not be seen by the
|
@@ -3792,30 +2919,6 @@ module Aws::MediaConnect
|
|
3792
2919
|
|
3793
2920
|
# Update a media stream on a flow.
|
3794
2921
|
#
|
3795
|
-
# @note When making an API call, you may pass UpdateFlowMediaStreamRequest
|
3796
|
-
# data as a hash:
|
3797
|
-
#
|
3798
|
-
# {
|
3799
|
-
# attributes: {
|
3800
|
-
# fmtp: {
|
3801
|
-
# channel_order: "__string",
|
3802
|
-
# colorimetry: "BT601", # accepts BT601, BT709, BT2020, BT2100, ST2065-1, ST2065-3, XYZ
|
3803
|
-
# exact_framerate: "__string",
|
3804
|
-
# par: "__string",
|
3805
|
-
# range: "NARROW", # accepts NARROW, FULL, FULLPROTECT
|
3806
|
-
# scan_mode: "progressive", # accepts progressive, interlace, progressive-segmented-frame
|
3807
|
-
# tcs: "SDR", # accepts SDR, PQ, HLG, LINEAR, BT2100LINPQ, BT2100LINHLG, ST2065-1, ST428-1, DENSITY
|
3808
|
-
# },
|
3809
|
-
# lang: "__string",
|
3810
|
-
# },
|
3811
|
-
# clock_rate: 1,
|
3812
|
-
# description: "__string",
|
3813
|
-
# flow_arn: "__string", # required
|
3814
|
-
# media_stream_name: "__string", # required
|
3815
|
-
# media_stream_type: "video", # accepts video, audio, ancillary-data
|
3816
|
-
# video_format: "__string",
|
3817
|
-
# }
|
3818
|
-
#
|
3819
2922
|
# @!attribute [rw] attributes
|
3820
2923
|
# The attributes that you want to assign to the media stream.
|
3821
2924
|
# @return [Types::MediaStreamAttributesRequest]
|
@@ -3881,59 +2984,6 @@ module Aws::MediaConnect
|
|
3881
2984
|
# The updates that you want to make to an existing output of an existing
|
3882
2985
|
# flow.
|
3883
2986
|
#
|
3884
|
-
# @note When making an API call, you may pass UpdateFlowOutputRequest
|
3885
|
-
# data as a hash:
|
3886
|
-
#
|
3887
|
-
# {
|
3888
|
-
# cidr_allow_list: ["__string"],
|
3889
|
-
# description: "__string",
|
3890
|
-
# destination: "__string",
|
3891
|
-
# encryption: {
|
3892
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
3893
|
-
# constant_initialization_vector: "__string",
|
3894
|
-
# device_id: "__string",
|
3895
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
3896
|
-
# region: "__string",
|
3897
|
-
# resource_id: "__string",
|
3898
|
-
# role_arn: "__string",
|
3899
|
-
# secret_arn: "__string",
|
3900
|
-
# url: "__string",
|
3901
|
-
# },
|
3902
|
-
# flow_arn: "__string", # required
|
3903
|
-
# max_latency: 1,
|
3904
|
-
# media_stream_output_configurations: [
|
3905
|
-
# {
|
3906
|
-
# destination_configurations: [
|
3907
|
-
# {
|
3908
|
-
# destination_ip: "__string", # required
|
3909
|
-
# destination_port: 1, # required
|
3910
|
-
# interface: { # required
|
3911
|
-
# name: "__string", # required
|
3912
|
-
# },
|
3913
|
-
# },
|
3914
|
-
# ],
|
3915
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
3916
|
-
# encoding_parameters: {
|
3917
|
-
# compression_factor: 1.0, # required
|
3918
|
-
# encoder_profile: "main", # required, accepts main, high
|
3919
|
-
# },
|
3920
|
-
# media_stream_name: "__string", # required
|
3921
|
-
# },
|
3922
|
-
# ],
|
3923
|
-
# min_latency: 1,
|
3924
|
-
# output_arn: "__string", # required
|
3925
|
-
# port: 1,
|
3926
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
3927
|
-
# remote_id: "__string",
|
3928
|
-
# sender_control_port: 1,
|
3929
|
-
# sender_ip_address: "__string",
|
3930
|
-
# smoothing_latency: 1,
|
3931
|
-
# stream_id: "__string",
|
3932
|
-
# vpc_interface_attachment: {
|
3933
|
-
# vpc_interface_name: "__string",
|
3934
|
-
# },
|
3935
|
-
# }
|
3936
|
-
#
|
3937
2987
|
# @!attribute [rw] cidr_allow_list
|
3938
2988
|
# The range of IP addresses that should be allowed to initiate output
|
3939
2989
|
# requests to this flow. These IP addresses should be in the form of a
|
@@ -4064,26 +3114,6 @@ module Aws::MediaConnect
|
|
4064
3114
|
|
4065
3115
|
# Updates an existing flow.
|
4066
3116
|
#
|
4067
|
-
# @note When making an API call, you may pass UpdateFlowRequest
|
4068
|
-
# data as a hash:
|
4069
|
-
#
|
4070
|
-
# {
|
4071
|
-
# flow_arn: "__string", # required
|
4072
|
-
# source_failover_config: {
|
4073
|
-
# failover_mode: "MERGE", # accepts MERGE, FAILOVER
|
4074
|
-
# recovery_window: 1,
|
4075
|
-
# source_priority: {
|
4076
|
-
# primary_source: "__string",
|
4077
|
-
# },
|
4078
|
-
# state: "ENABLED", # accepts ENABLED, DISABLED
|
4079
|
-
# },
|
4080
|
-
# maintenance: {
|
4081
|
-
# maintenance_day: "Monday", # accepts Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
|
4082
|
-
# maintenance_scheduled_date: "__string",
|
4083
|
-
# maintenance_start_hour: "__string",
|
4084
|
-
# },
|
4085
|
-
# }
|
4086
|
-
#
|
4087
3117
|
# @!attribute [rw] flow_arn
|
4088
3118
|
# @return [String]
|
4089
3119
|
#
|
@@ -4123,54 +3153,6 @@ module Aws::MediaConnect
|
|
4123
3153
|
# The updates that you want to make to an existing source of an existing
|
4124
3154
|
# flow.
|
4125
3155
|
#
|
4126
|
-
# @note When making an API call, you may pass UpdateFlowSourceRequest
|
4127
|
-
# data as a hash:
|
4128
|
-
#
|
4129
|
-
# {
|
4130
|
-
# decryption: {
|
4131
|
-
# algorithm: "aes128", # accepts aes128, aes192, aes256
|
4132
|
-
# constant_initialization_vector: "__string",
|
4133
|
-
# device_id: "__string",
|
4134
|
-
# key_type: "speke", # accepts speke, static-key, srt-password
|
4135
|
-
# region: "__string",
|
4136
|
-
# resource_id: "__string",
|
4137
|
-
# role_arn: "__string",
|
4138
|
-
# secret_arn: "__string",
|
4139
|
-
# url: "__string",
|
4140
|
-
# },
|
4141
|
-
# description: "__string",
|
4142
|
-
# entitlement_arn: "__string",
|
4143
|
-
# flow_arn: "__string", # required
|
4144
|
-
# ingest_port: 1,
|
4145
|
-
# max_bitrate: 1,
|
4146
|
-
# max_latency: 1,
|
4147
|
-
# max_sync_buffer: 1,
|
4148
|
-
# media_stream_source_configurations: [
|
4149
|
-
# {
|
4150
|
-
# encoding_name: "jxsv", # required, accepts jxsv, raw, smpte291, pcm
|
4151
|
-
# input_configurations: [
|
4152
|
-
# {
|
4153
|
-
# input_port: 1, # required
|
4154
|
-
# interface: { # required
|
4155
|
-
# name: "__string", # required
|
4156
|
-
# },
|
4157
|
-
# },
|
4158
|
-
# ],
|
4159
|
-
# media_stream_name: "__string", # required
|
4160
|
-
# },
|
4161
|
-
# ],
|
4162
|
-
# min_latency: 1,
|
4163
|
-
# protocol: "zixi-push", # accepts zixi-push, rtp-fec, rtp, zixi-pull, rist, st2110-jpegxs, cdi, srt-listener, srt-caller, fujitsu-qos
|
4164
|
-
# sender_control_port: 1,
|
4165
|
-
# sender_ip_address: "__string",
|
4166
|
-
# source_arn: "__string", # required
|
4167
|
-
# source_listener_address: "__string",
|
4168
|
-
# source_listener_port: 1,
|
4169
|
-
# stream_id: "__string",
|
4170
|
-
# vpc_interface_name: "__string",
|
4171
|
-
# whitelist_cidr: "__string",
|
4172
|
-
# }
|
4173
|
-
#
|
4174
3156
|
# @!attribute [rw] decryption
|
4175
3157
|
# The type of encryption used on the content ingested from this
|
4176
3158
|
# source. Allowable encryption types: static-key.
|
@@ -4312,15 +3294,6 @@ module Aws::MediaConnect
|
|
4312
3294
|
|
4313
3295
|
# Update maintenance setting for a flow
|
4314
3296
|
#
|
4315
|
-
# @note When making an API call, you may pass UpdateMaintenance
|
4316
|
-
# data as a hash:
|
4317
|
-
#
|
4318
|
-
# {
|
4319
|
-
# maintenance_day: "Monday", # accepts Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday
|
4320
|
-
# maintenance_scheduled_date: "__string",
|
4321
|
-
# maintenance_start_hour: "__string",
|
4322
|
-
# }
|
4323
|
-
#
|
4324
3297
|
# @!attribute [rw] maintenance_day
|
4325
3298
|
# A day of a week when the maintenance will happen. use
|
4326
3299
|
# Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.
|
@@ -4390,13 +3363,6 @@ module Aws::MediaConnect
|
|
4390
3363
|
|
4391
3364
|
# The settings for attaching a VPC interface to an output.
|
4392
3365
|
#
|
4393
|
-
# @note When making an API call, you may pass VpcInterfaceAttachment
|
4394
|
-
# data as a hash:
|
4395
|
-
#
|
4396
|
-
# {
|
4397
|
-
# vpc_interface_name: "__string",
|
4398
|
-
# }
|
4399
|
-
#
|
4400
3366
|
# @!attribute [rw] vpc_interface_name
|
4401
3367
|
# The name of the VPC interface to use for this output.
|
4402
3368
|
# @return [String]
|
@@ -4411,17 +3377,6 @@ module Aws::MediaConnect
|
|
4411
3377
|
|
4412
3378
|
# Desired VPC Interface for a Flow
|
4413
3379
|
#
|
4414
|
-
# @note When making an API call, you may pass VpcInterfaceRequest
|
4415
|
-
# data as a hash:
|
4416
|
-
#
|
4417
|
-
# {
|
4418
|
-
# name: "__string", # required
|
4419
|
-
# network_interface_type: "ena", # accepts ena, efa
|
4420
|
-
# role_arn: "__string", # required
|
4421
|
-
# security_group_ids: ["__string"], # required
|
4422
|
-
# subnet_id: "__string", # required
|
4423
|
-
# }
|
4424
|
-
#
|
4425
3380
|
# @!attribute [rw] name
|
4426
3381
|
# The name of the VPC Interface. This value must be unique within the
|
4427
3382
|
# current flow.
|