aws-sdk-mediaconnect 1.57.0 → 1.59.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.
data/sig/client.rbs ADDED
@@ -0,0 +1,1275 @@
1
+ # WARNING ABOUT GENERATED CODE
2
+ #
3
+ # This file is generated. See the contributing guide for more information:
4
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
5
+ #
6
+ # WARNING ABOUT GENERATED CODE
7
+
8
+ module Aws
9
+ module MediaConnect
10
+ class Client < ::Seahorse::Client::Base
11
+ include ::Aws::ClientStubs
12
+
13
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#initialize-instance_method
14
+ def self.new: (
15
+ ?credentials: untyped,
16
+ ?region: String,
17
+ ?access_key_id: String,
18
+ ?active_endpoint_cache: bool,
19
+ ?adaptive_retry_wait_to_fill: bool,
20
+ ?client_side_monitoring: bool,
21
+ ?client_side_monitoring_client_id: String,
22
+ ?client_side_monitoring_host: String,
23
+ ?client_side_monitoring_port: Integer,
24
+ ?client_side_monitoring_publisher: untyped,
25
+ ?convert_params: bool,
26
+ ?correct_clock_skew: bool,
27
+ ?defaults_mode: String,
28
+ ?disable_host_prefix_injection: bool,
29
+ ?disable_request_compression: bool,
30
+ ?endpoint: String,
31
+ ?endpoint_cache_max_entries: Integer,
32
+ ?endpoint_cache_max_threads: Integer,
33
+ ?endpoint_cache_poll_interval: Integer,
34
+ ?endpoint_discovery: bool,
35
+ ?ignore_configured_endpoint_urls: bool,
36
+ ?log_formatter: untyped,
37
+ ?log_level: Symbol,
38
+ ?logger: untyped,
39
+ ?max_attempts: Integer,
40
+ ?profile: String,
41
+ ?request_min_compression_size_bytes: Integer,
42
+ ?retry_backoff: Proc,
43
+ ?retry_base_delay: Float,
44
+ ?retry_jitter: (:none | :equal | :full | ^(Integer) -> Integer),
45
+ ?retry_limit: Integer,
46
+ ?retry_max_delay: Integer,
47
+ ?retry_mode: ("legacy" | "standard" | "adaptive"),
48
+ ?sdk_ua_app_id: String,
49
+ ?secret_access_key: String,
50
+ ?session_token: String,
51
+ ?stub_responses: untyped,
52
+ ?token_provider: untyped,
53
+ ?use_dualstack_endpoint: bool,
54
+ ?use_fips_endpoint: bool,
55
+ ?validate_params: bool,
56
+ ?endpoint_provider: untyped,
57
+ ?http_proxy: String,
58
+ ?http_open_timeout: (Float | Integer),
59
+ ?http_read_timeout: (Float | Integer),
60
+ ?http_idle_timeout: (Float | Integer),
61
+ ?http_continue_timeout: (Float | Integer),
62
+ ?ssl_timeout: (Float | Integer | nil),
63
+ ?http_wire_trace: bool,
64
+ ?ssl_verify_peer: bool,
65
+ ?ssl_ca_bundle: String,
66
+ ?ssl_ca_directory: String,
67
+ ?ssl_ca_store: String,
68
+ ?on_chunk_received: Proc,
69
+ ?on_chunk_sent: Proc,
70
+ ?raise_response_errors: bool
71
+ ) -> instance
72
+ | (?Hash[Symbol, untyped]) -> instance
73
+
74
+
75
+ interface _AddBridgeOutputsResponseSuccess
76
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddBridgeOutputsResponse]
77
+ def bridge_arn: () -> ::String
78
+ def outputs: () -> ::Array[Types::BridgeOutput]
79
+ end
80
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#add_bridge_outputs-instance_method
81
+ def add_bridge_outputs: (
82
+ bridge_arn: ::String,
83
+ outputs: Array[
84
+ {
85
+ network_output: {
86
+ ip_address: ::String,
87
+ name: ::String,
88
+ network_name: ::String,
89
+ port: ::Integer,
90
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
91
+ ttl: ::Integer
92
+ }?
93
+ },
94
+ ]
95
+ ) -> _AddBridgeOutputsResponseSuccess
96
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddBridgeOutputsResponseSuccess
97
+
98
+ interface _AddBridgeSourcesResponseSuccess
99
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddBridgeSourcesResponse]
100
+ def bridge_arn: () -> ::String
101
+ def sources: () -> ::Array[Types::BridgeSource]
102
+ end
103
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#add_bridge_sources-instance_method
104
+ def add_bridge_sources: (
105
+ bridge_arn: ::String,
106
+ sources: Array[
107
+ {
108
+ flow_source: {
109
+ flow_arn: ::String,
110
+ flow_vpc_interface_attachment: {
111
+ vpc_interface_name: ::String?
112
+ }?,
113
+ name: ::String
114
+ }?,
115
+ network_source: {
116
+ multicast_ip: ::String,
117
+ name: ::String,
118
+ network_name: ::String,
119
+ port: ::Integer,
120
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
121
+ }?
122
+ },
123
+ ]
124
+ ) -> _AddBridgeSourcesResponseSuccess
125
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddBridgeSourcesResponseSuccess
126
+
127
+ interface _AddFlowMediaStreamsResponseSuccess
128
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddFlowMediaStreamsResponse]
129
+ def flow_arn: () -> ::String
130
+ def media_streams: () -> ::Array[Types::MediaStream]
131
+ end
132
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#add_flow_media_streams-instance_method
133
+ def add_flow_media_streams: (
134
+ flow_arn: ::String,
135
+ media_streams: Array[
136
+ {
137
+ attributes: {
138
+ fmtp: {
139
+ channel_order: ::String?,
140
+ colorimetry: ("BT601" | "BT709" | "BT2020" | "BT2100" | "ST2065-1" | "ST2065-3" | "XYZ")?,
141
+ exact_framerate: ::String?,
142
+ par: ::String?,
143
+ range: ("NARROW" | "FULL" | "FULLPROTECT")?,
144
+ scan_mode: ("progressive" | "interlace" | "progressive-segmented-frame")?,
145
+ tcs: ("SDR" | "PQ" | "HLG" | "LINEAR" | "BT2100LINPQ" | "BT2100LINHLG" | "ST2065-1" | "ST428-1" | "DENSITY")?
146
+ }?,
147
+ lang: ::String?
148
+ }?,
149
+ clock_rate: ::Integer?,
150
+ description: ::String?,
151
+ media_stream_id: ::Integer,
152
+ media_stream_name: ::String,
153
+ media_stream_type: ("video" | "audio" | "ancillary-data"),
154
+ video_format: ::String?
155
+ },
156
+ ]
157
+ ) -> _AddFlowMediaStreamsResponseSuccess
158
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddFlowMediaStreamsResponseSuccess
159
+
160
+ interface _AddFlowOutputsResponseSuccess
161
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddFlowOutputsResponse]
162
+ def flow_arn: () -> ::String
163
+ def outputs: () -> ::Array[Types::Output]
164
+ end
165
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#add_flow_outputs-instance_method
166
+ def add_flow_outputs: (
167
+ flow_arn: ::String,
168
+ outputs: Array[
169
+ {
170
+ cidr_allow_list: Array[::String]?,
171
+ description: ::String?,
172
+ destination: ::String?,
173
+ encryption: {
174
+ algorithm: ("aes128" | "aes192" | "aes256")?,
175
+ constant_initialization_vector: ::String?,
176
+ device_id: ::String?,
177
+ key_type: ("speke" | "static-key" | "srt-password")?,
178
+ region: ::String?,
179
+ resource_id: ::String?,
180
+ role_arn: ::String,
181
+ secret_arn: ::String?,
182
+ url: ::String?
183
+ }?,
184
+ max_latency: ::Integer?,
185
+ media_stream_output_configurations: Array[
186
+ {
187
+ destination_configurations: Array[
188
+ {
189
+ destination_ip: ::String,
190
+ destination_port: ::Integer,
191
+ interface: {
192
+ name: ::String
193
+ }
194
+ },
195
+ ]?,
196
+ encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm"),
197
+ encoding_parameters: {
198
+ compression_factor: ::Float,
199
+ encoder_profile: ("main" | "high")
200
+ }?,
201
+ media_stream_name: ::String
202
+ },
203
+ ]?,
204
+ min_latency: ::Integer?,
205
+ name: ::String?,
206
+ port: ::Integer?,
207
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
208
+ remote_id: ::String?,
209
+ sender_control_port: ::Integer?,
210
+ smoothing_latency: ::Integer?,
211
+ stream_id: ::String?,
212
+ vpc_interface_attachment: {
213
+ vpc_interface_name: ::String?
214
+ }?
215
+ },
216
+ ]
217
+ ) -> _AddFlowOutputsResponseSuccess
218
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddFlowOutputsResponseSuccess
219
+
220
+ interface _AddFlowSourcesResponseSuccess
221
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddFlowSourcesResponse]
222
+ def flow_arn: () -> ::String
223
+ def sources: () -> ::Array[Types::Source]
224
+ end
225
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#add_flow_sources-instance_method
226
+ def add_flow_sources: (
227
+ flow_arn: ::String,
228
+ sources: Array[
229
+ {
230
+ decryption: {
231
+ algorithm: ("aes128" | "aes192" | "aes256")?,
232
+ constant_initialization_vector: ::String?,
233
+ device_id: ::String?,
234
+ key_type: ("speke" | "static-key" | "srt-password")?,
235
+ region: ::String?,
236
+ resource_id: ::String?,
237
+ role_arn: ::String,
238
+ secret_arn: ::String?,
239
+ url: ::String?
240
+ }?,
241
+ description: ::String?,
242
+ entitlement_arn: ::String?,
243
+ ingest_port: ::Integer?,
244
+ max_bitrate: ::Integer?,
245
+ max_latency: ::Integer?,
246
+ max_sync_buffer: ::Integer?,
247
+ media_stream_source_configurations: Array[
248
+ {
249
+ encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm"),
250
+ input_configurations: Array[
251
+ {
252
+ input_port: ::Integer,
253
+ interface: {
254
+ name: ::String
255
+ }
256
+ },
257
+ ]?,
258
+ media_stream_name: ::String
259
+ },
260
+ ]?,
261
+ min_latency: ::Integer?,
262
+ name: ::String?,
263
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?,
264
+ sender_control_port: ::Integer?,
265
+ sender_ip_address: ::String?,
266
+ source_listener_address: ::String?,
267
+ source_listener_port: ::Integer?,
268
+ stream_id: ::String?,
269
+ vpc_interface_name: ::String?,
270
+ whitelist_cidr: ::String?,
271
+ gateway_bridge_source: {
272
+ bridge_arn: ::String,
273
+ vpc_interface_attachment: {
274
+ vpc_interface_name: ::String?
275
+ }?
276
+ }?
277
+ },
278
+ ]
279
+ ) -> _AddFlowSourcesResponseSuccess
280
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddFlowSourcesResponseSuccess
281
+
282
+ interface _AddFlowVpcInterfacesResponseSuccess
283
+ include ::Seahorse::Client::_ResponseSuccess[Types::AddFlowVpcInterfacesResponse]
284
+ def flow_arn: () -> ::String
285
+ def vpc_interfaces: () -> ::Array[Types::VpcInterface]
286
+ end
287
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#add_flow_vpc_interfaces-instance_method
288
+ def add_flow_vpc_interfaces: (
289
+ flow_arn: ::String,
290
+ vpc_interfaces: Array[
291
+ {
292
+ name: ::String,
293
+ network_interface_type: ("ena" | "efa")?,
294
+ role_arn: ::String,
295
+ security_group_ids: Array[::String],
296
+ subnet_id: ::String
297
+ },
298
+ ]
299
+ ) -> _AddFlowVpcInterfacesResponseSuccess
300
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _AddFlowVpcInterfacesResponseSuccess
301
+
302
+ interface _CreateBridgeResponseSuccess
303
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateBridgeResponse]
304
+ def bridge: () -> Types::Bridge
305
+ end
306
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#create_bridge-instance_method
307
+ def create_bridge: (
308
+ ?egress_gateway_bridge: {
309
+ max_bitrate: ::Integer
310
+ },
311
+ ?ingress_gateway_bridge: {
312
+ max_bitrate: ::Integer,
313
+ max_outputs: ::Integer
314
+ },
315
+ name: ::String,
316
+ ?outputs: Array[
317
+ {
318
+ network_output: {
319
+ ip_address: ::String,
320
+ name: ::String,
321
+ network_name: ::String,
322
+ port: ::Integer,
323
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
324
+ ttl: ::Integer
325
+ }?
326
+ },
327
+ ],
328
+ placement_arn: ::String,
329
+ ?source_failover_config: {
330
+ failover_mode: ("MERGE" | "FAILOVER")?,
331
+ recovery_window: ::Integer?,
332
+ source_priority: {
333
+ primary_source: ::String?
334
+ }?,
335
+ state: ("ENABLED" | "DISABLED")?
336
+ },
337
+ sources: Array[
338
+ {
339
+ flow_source: {
340
+ flow_arn: ::String,
341
+ flow_vpc_interface_attachment: {
342
+ vpc_interface_name: ::String?
343
+ }?,
344
+ name: ::String
345
+ }?,
346
+ network_source: {
347
+ multicast_ip: ::String,
348
+ name: ::String,
349
+ network_name: ::String,
350
+ port: ::Integer,
351
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")
352
+ }?
353
+ },
354
+ ]
355
+ ) -> _CreateBridgeResponseSuccess
356
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateBridgeResponseSuccess
357
+
358
+ interface _CreateFlowResponseSuccess
359
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateFlowResponse]
360
+ def flow: () -> Types::Flow
361
+ end
362
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#create_flow-instance_method
363
+ def create_flow: (
364
+ ?availability_zone: ::String,
365
+ ?entitlements: Array[
366
+ {
367
+ data_transfer_subscriber_fee_percent: ::Integer?,
368
+ description: ::String?,
369
+ encryption: {
370
+ algorithm: ("aes128" | "aes192" | "aes256")?,
371
+ constant_initialization_vector: ::String?,
372
+ device_id: ::String?,
373
+ key_type: ("speke" | "static-key" | "srt-password")?,
374
+ region: ::String?,
375
+ resource_id: ::String?,
376
+ role_arn: ::String,
377
+ secret_arn: ::String?,
378
+ url: ::String?
379
+ }?,
380
+ entitlement_status: ("ENABLED" | "DISABLED")?,
381
+ name: ::String?,
382
+ subscribers: Array[::String]
383
+ },
384
+ ],
385
+ ?media_streams: Array[
386
+ {
387
+ attributes: {
388
+ fmtp: {
389
+ channel_order: ::String?,
390
+ colorimetry: ("BT601" | "BT709" | "BT2020" | "BT2100" | "ST2065-1" | "ST2065-3" | "XYZ")?,
391
+ exact_framerate: ::String?,
392
+ par: ::String?,
393
+ range: ("NARROW" | "FULL" | "FULLPROTECT")?,
394
+ scan_mode: ("progressive" | "interlace" | "progressive-segmented-frame")?,
395
+ tcs: ("SDR" | "PQ" | "HLG" | "LINEAR" | "BT2100LINPQ" | "BT2100LINHLG" | "ST2065-1" | "ST428-1" | "DENSITY")?
396
+ }?,
397
+ lang: ::String?
398
+ }?,
399
+ clock_rate: ::Integer?,
400
+ description: ::String?,
401
+ media_stream_id: ::Integer,
402
+ media_stream_name: ::String,
403
+ media_stream_type: ("video" | "audio" | "ancillary-data"),
404
+ video_format: ::String?
405
+ },
406
+ ],
407
+ name: ::String,
408
+ ?outputs: Array[
409
+ {
410
+ cidr_allow_list: Array[::String]?,
411
+ description: ::String?,
412
+ destination: ::String?,
413
+ encryption: {
414
+ algorithm: ("aes128" | "aes192" | "aes256")?,
415
+ constant_initialization_vector: ::String?,
416
+ device_id: ::String?,
417
+ key_type: ("speke" | "static-key" | "srt-password")?,
418
+ region: ::String?,
419
+ resource_id: ::String?,
420
+ role_arn: ::String,
421
+ secret_arn: ::String?,
422
+ url: ::String?
423
+ }?,
424
+ max_latency: ::Integer?,
425
+ media_stream_output_configurations: Array[
426
+ {
427
+ destination_configurations: Array[
428
+ {
429
+ destination_ip: ::String,
430
+ destination_port: ::Integer,
431
+ interface: {
432
+ name: ::String
433
+ }
434
+ },
435
+ ]?,
436
+ encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm"),
437
+ encoding_parameters: {
438
+ compression_factor: ::Float,
439
+ encoder_profile: ("main" | "high")
440
+ }?,
441
+ media_stream_name: ::String
442
+ },
443
+ ]?,
444
+ min_latency: ::Integer?,
445
+ name: ::String?,
446
+ port: ::Integer?,
447
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
448
+ remote_id: ::String?,
449
+ sender_control_port: ::Integer?,
450
+ smoothing_latency: ::Integer?,
451
+ stream_id: ::String?,
452
+ vpc_interface_attachment: {
453
+ vpc_interface_name: ::String?
454
+ }?
455
+ },
456
+ ],
457
+ ?source: {
458
+ decryption: {
459
+ algorithm: ("aes128" | "aes192" | "aes256")?,
460
+ constant_initialization_vector: ::String?,
461
+ device_id: ::String?,
462
+ key_type: ("speke" | "static-key" | "srt-password")?,
463
+ region: ::String?,
464
+ resource_id: ::String?,
465
+ role_arn: ::String,
466
+ secret_arn: ::String?,
467
+ url: ::String?
468
+ }?,
469
+ description: ::String?,
470
+ entitlement_arn: ::String?,
471
+ ingest_port: ::Integer?,
472
+ max_bitrate: ::Integer?,
473
+ max_latency: ::Integer?,
474
+ max_sync_buffer: ::Integer?,
475
+ media_stream_source_configurations: Array[
476
+ {
477
+ encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm"),
478
+ input_configurations: Array[
479
+ {
480
+ input_port: ::Integer,
481
+ interface: {
482
+ name: ::String
483
+ }
484
+ },
485
+ ]?,
486
+ media_stream_name: ::String
487
+ },
488
+ ]?,
489
+ min_latency: ::Integer?,
490
+ name: ::String?,
491
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?,
492
+ sender_control_port: ::Integer?,
493
+ sender_ip_address: ::String?,
494
+ source_listener_address: ::String?,
495
+ source_listener_port: ::Integer?,
496
+ stream_id: ::String?,
497
+ vpc_interface_name: ::String?,
498
+ whitelist_cidr: ::String?,
499
+ gateway_bridge_source: {
500
+ bridge_arn: ::String,
501
+ vpc_interface_attachment: {
502
+ vpc_interface_name: ::String?
503
+ }?
504
+ }?
505
+ },
506
+ ?source_failover_config: {
507
+ failover_mode: ("MERGE" | "FAILOVER")?,
508
+ recovery_window: ::Integer?,
509
+ source_priority: {
510
+ primary_source: ::String?
511
+ }?,
512
+ state: ("ENABLED" | "DISABLED")?
513
+ },
514
+ ?sources: Array[
515
+ {
516
+ decryption: {
517
+ algorithm: ("aes128" | "aes192" | "aes256")?,
518
+ constant_initialization_vector: ::String?,
519
+ device_id: ::String?,
520
+ key_type: ("speke" | "static-key" | "srt-password")?,
521
+ region: ::String?,
522
+ resource_id: ::String?,
523
+ role_arn: ::String,
524
+ secret_arn: ::String?,
525
+ url: ::String?
526
+ }?,
527
+ description: ::String?,
528
+ entitlement_arn: ::String?,
529
+ ingest_port: ::Integer?,
530
+ max_bitrate: ::Integer?,
531
+ max_latency: ::Integer?,
532
+ max_sync_buffer: ::Integer?,
533
+ media_stream_source_configurations: Array[
534
+ {
535
+ encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm"),
536
+ input_configurations: Array[
537
+ {
538
+ input_port: ::Integer,
539
+ interface: {
540
+ name: ::String
541
+ }
542
+ },
543
+ ]?,
544
+ media_stream_name: ::String
545
+ },
546
+ ]?,
547
+ min_latency: ::Integer?,
548
+ name: ::String?,
549
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?,
550
+ sender_control_port: ::Integer?,
551
+ sender_ip_address: ::String?,
552
+ source_listener_address: ::String?,
553
+ source_listener_port: ::Integer?,
554
+ stream_id: ::String?,
555
+ vpc_interface_name: ::String?,
556
+ whitelist_cidr: ::String?,
557
+ gateway_bridge_source: {
558
+ bridge_arn: ::String,
559
+ vpc_interface_attachment: {
560
+ vpc_interface_name: ::String?
561
+ }?
562
+ }?
563
+ },
564
+ ],
565
+ ?vpc_interfaces: Array[
566
+ {
567
+ name: ::String,
568
+ network_interface_type: ("ena" | "efa")?,
569
+ role_arn: ::String,
570
+ security_group_ids: Array[::String],
571
+ subnet_id: ::String
572
+ },
573
+ ],
574
+ ?maintenance: {
575
+ maintenance_day: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday"),
576
+ maintenance_start_hour: ::String
577
+ }
578
+ ) -> _CreateFlowResponseSuccess
579
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateFlowResponseSuccess
580
+
581
+ interface _CreateGatewayResponseSuccess
582
+ include ::Seahorse::Client::_ResponseSuccess[Types::CreateGatewayResponse]
583
+ def gateway: () -> Types::Gateway
584
+ end
585
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#create_gateway-instance_method
586
+ def create_gateway: (
587
+ egress_cidr_blocks: Array[::String],
588
+ name: ::String,
589
+ networks: Array[
590
+ {
591
+ cidr_block: ::String,
592
+ name: ::String
593
+ },
594
+ ]
595
+ ) -> _CreateGatewayResponseSuccess
596
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateGatewayResponseSuccess
597
+
598
+ interface _DeleteBridgeResponseSuccess
599
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteBridgeResponse]
600
+ def bridge_arn: () -> ::String
601
+ end
602
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#delete_bridge-instance_method
603
+ def delete_bridge: (
604
+ bridge_arn: ::String
605
+ ) -> _DeleteBridgeResponseSuccess
606
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteBridgeResponseSuccess
607
+
608
+ interface _DeleteFlowResponseSuccess
609
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteFlowResponse]
610
+ def flow_arn: () -> ::String
611
+ def status: () -> ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
612
+ end
613
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#delete_flow-instance_method
614
+ def delete_flow: (
615
+ flow_arn: ::String
616
+ ) -> _DeleteFlowResponseSuccess
617
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteFlowResponseSuccess
618
+
619
+ interface _DeleteGatewayResponseSuccess
620
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeleteGatewayResponse]
621
+ def gateway_arn: () -> ::String
622
+ end
623
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#delete_gateway-instance_method
624
+ def delete_gateway: (
625
+ gateway_arn: ::String
626
+ ) -> _DeleteGatewayResponseSuccess
627
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteGatewayResponseSuccess
628
+
629
+ interface _DeregisterGatewayInstanceResponseSuccess
630
+ include ::Seahorse::Client::_ResponseSuccess[Types::DeregisterGatewayInstanceResponse]
631
+ def gateway_instance_arn: () -> ::String
632
+ def instance_state: () -> ("REGISTERING" | "ACTIVE" | "DEREGISTERING" | "DEREGISTERED" | "REGISTRATION_ERROR" | "DEREGISTRATION_ERROR")
633
+ end
634
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#deregister_gateway_instance-instance_method
635
+ def deregister_gateway_instance: (
636
+ ?force: bool,
637
+ gateway_instance_arn: ::String
638
+ ) -> _DeregisterGatewayInstanceResponseSuccess
639
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeregisterGatewayInstanceResponseSuccess
640
+
641
+ interface _DescribeBridgeResponseSuccess
642
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeBridgeResponse]
643
+ def bridge: () -> Types::Bridge
644
+ end
645
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_bridge-instance_method
646
+ def describe_bridge: (
647
+ bridge_arn: ::String
648
+ ) -> _DescribeBridgeResponseSuccess
649
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeBridgeResponseSuccess
650
+
651
+ interface _DescribeFlowResponseSuccess
652
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFlowResponse]
653
+ def flow: () -> Types::Flow
654
+ def messages: () -> Types::Messages
655
+ end
656
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_flow-instance_method
657
+ def describe_flow: (
658
+ flow_arn: ::String
659
+ ) -> _DescribeFlowResponseSuccess
660
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFlowResponseSuccess
661
+
662
+ interface _DescribeFlowSourceMetadataResponseSuccess
663
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeFlowSourceMetadataResponse]
664
+ def flow_arn: () -> ::String
665
+ def messages: () -> ::Array[Types::MessageDetail]
666
+ def timestamp: () -> ::Time
667
+ def transport_media_info: () -> Types::TransportMediaInfo
668
+ end
669
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_flow_source_metadata-instance_method
670
+ def describe_flow_source_metadata: (
671
+ flow_arn: ::String
672
+ ) -> _DescribeFlowSourceMetadataResponseSuccess
673
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeFlowSourceMetadataResponseSuccess
674
+
675
+ interface _DescribeGatewayResponseSuccess
676
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeGatewayResponse]
677
+ def gateway: () -> Types::Gateway
678
+ end
679
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_gateway-instance_method
680
+ def describe_gateway: (
681
+ gateway_arn: ::String
682
+ ) -> _DescribeGatewayResponseSuccess
683
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGatewayResponseSuccess
684
+
685
+ interface _DescribeGatewayInstanceResponseSuccess
686
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeGatewayInstanceResponse]
687
+ def gateway_instance: () -> Types::GatewayInstance
688
+ end
689
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_gateway_instance-instance_method
690
+ def describe_gateway_instance: (
691
+ gateway_instance_arn: ::String
692
+ ) -> _DescribeGatewayInstanceResponseSuccess
693
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeGatewayInstanceResponseSuccess
694
+
695
+ interface _DescribeOfferingResponseSuccess
696
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeOfferingResponse]
697
+ def offering: () -> Types::Offering
698
+ end
699
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_offering-instance_method
700
+ def describe_offering: (
701
+ offering_arn: ::String
702
+ ) -> _DescribeOfferingResponseSuccess
703
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeOfferingResponseSuccess
704
+
705
+ interface _DescribeReservationResponseSuccess
706
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeReservationResponse]
707
+ def reservation: () -> Types::Reservation
708
+ end
709
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#describe_reservation-instance_method
710
+ def describe_reservation: (
711
+ reservation_arn: ::String
712
+ ) -> _DescribeReservationResponseSuccess
713
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeReservationResponseSuccess
714
+
715
+ interface _GrantFlowEntitlementsResponseSuccess
716
+ include ::Seahorse::Client::_ResponseSuccess[Types::GrantFlowEntitlementsResponse]
717
+ def entitlements: () -> ::Array[Types::Entitlement]
718
+ def flow_arn: () -> ::String
719
+ end
720
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#grant_flow_entitlements-instance_method
721
+ def grant_flow_entitlements: (
722
+ entitlements: Array[
723
+ {
724
+ data_transfer_subscriber_fee_percent: ::Integer?,
725
+ description: ::String?,
726
+ encryption: {
727
+ algorithm: ("aes128" | "aes192" | "aes256")?,
728
+ constant_initialization_vector: ::String?,
729
+ device_id: ::String?,
730
+ key_type: ("speke" | "static-key" | "srt-password")?,
731
+ region: ::String?,
732
+ resource_id: ::String?,
733
+ role_arn: ::String,
734
+ secret_arn: ::String?,
735
+ url: ::String?
736
+ }?,
737
+ entitlement_status: ("ENABLED" | "DISABLED")?,
738
+ name: ::String?,
739
+ subscribers: Array[::String]
740
+ },
741
+ ],
742
+ flow_arn: ::String
743
+ ) -> _GrantFlowEntitlementsResponseSuccess
744
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _GrantFlowEntitlementsResponseSuccess
745
+
746
+ interface _ListBridgesResponseSuccess
747
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListBridgesResponse]
748
+ def bridges: () -> ::Array[Types::ListedBridge]
749
+ def next_token: () -> ::String
750
+ end
751
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#list_bridges-instance_method
752
+ def list_bridges: (
753
+ ?filter_arn: ::String,
754
+ ?max_results: ::Integer,
755
+ ?next_token: ::String
756
+ ) -> _ListBridgesResponseSuccess
757
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListBridgesResponseSuccess
758
+
759
+ interface _ListEntitlementsResponseSuccess
760
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListEntitlementsResponse]
761
+ def entitlements: () -> ::Array[Types::ListedEntitlement]
762
+ def next_token: () -> ::String
763
+ end
764
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#list_entitlements-instance_method
765
+ def list_entitlements: (
766
+ ?max_results: ::Integer,
767
+ ?next_token: ::String
768
+ ) -> _ListEntitlementsResponseSuccess
769
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListEntitlementsResponseSuccess
770
+
771
+ interface _ListFlowsResponseSuccess
772
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListFlowsResponse]
773
+ def flows: () -> ::Array[Types::ListedFlow]
774
+ def next_token: () -> ::String
775
+ end
776
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#list_flows-instance_method
777
+ def list_flows: (
778
+ ?max_results: ::Integer,
779
+ ?next_token: ::String
780
+ ) -> _ListFlowsResponseSuccess
781
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListFlowsResponseSuccess
782
+
783
+ interface _ListGatewayInstancesResponseSuccess
784
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGatewayInstancesResponse]
785
+ def instances: () -> ::Array[Types::ListedGatewayInstance]
786
+ def next_token: () -> ::String
787
+ end
788
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#list_gateway_instances-instance_method
789
+ def list_gateway_instances: (
790
+ ?filter_arn: ::String,
791
+ ?max_results: ::Integer,
792
+ ?next_token: ::String
793
+ ) -> _ListGatewayInstancesResponseSuccess
794
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGatewayInstancesResponseSuccess
795
+
796
+ interface _ListGatewaysResponseSuccess
797
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListGatewaysResponse]
798
+ def gateways: () -> ::Array[Types::ListedGateway]
799
+ def next_token: () -> ::String
800
+ end
801
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#list_gateways-instance_method
802
+ def list_gateways: (
803
+ ?max_results: ::Integer,
804
+ ?next_token: ::String
805
+ ) -> _ListGatewaysResponseSuccess
806
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListGatewaysResponseSuccess
807
+
808
+ interface _ListOfferingsResponseSuccess
809
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListOfferingsResponse]
810
+ def next_token: () -> ::String
811
+ def offerings: () -> ::Array[Types::Offering]
812
+ end
813
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#list_offerings-instance_method
814
+ def list_offerings: (
815
+ ?max_results: ::Integer,
816
+ ?next_token: ::String
817
+ ) -> _ListOfferingsResponseSuccess
818
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListOfferingsResponseSuccess
819
+
820
+ interface _ListReservationsResponseSuccess
821
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListReservationsResponse]
822
+ def next_token: () -> ::String
823
+ def reservations: () -> ::Array[Types::Reservation]
824
+ end
825
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#list_reservations-instance_method
826
+ def list_reservations: (
827
+ ?max_results: ::Integer,
828
+ ?next_token: ::String
829
+ ) -> _ListReservationsResponseSuccess
830
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListReservationsResponseSuccess
831
+
832
+ interface _ListTagsForResourceResponseSuccess
833
+ include ::Seahorse::Client::_ResponseSuccess[Types::ListTagsForResourceResponse]
834
+ def tags: () -> ::Hash[::String, ::String]
835
+ end
836
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#list_tags_for_resource-instance_method
837
+ def list_tags_for_resource: (
838
+ resource_arn: ::String
839
+ ) -> _ListTagsForResourceResponseSuccess
840
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListTagsForResourceResponseSuccess
841
+
842
+ interface _PurchaseOfferingResponseSuccess
843
+ include ::Seahorse::Client::_ResponseSuccess[Types::PurchaseOfferingResponse]
844
+ def reservation: () -> Types::Reservation
845
+ end
846
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#purchase_offering-instance_method
847
+ def purchase_offering: (
848
+ offering_arn: ::String,
849
+ reservation_name: ::String,
850
+ start: ::String
851
+ ) -> _PurchaseOfferingResponseSuccess
852
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _PurchaseOfferingResponseSuccess
853
+
854
+ interface _RemoveBridgeOutputResponseSuccess
855
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveBridgeOutputResponse]
856
+ def bridge_arn: () -> ::String
857
+ def output_name: () -> ::String
858
+ end
859
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#remove_bridge_output-instance_method
860
+ def remove_bridge_output: (
861
+ bridge_arn: ::String,
862
+ output_name: ::String
863
+ ) -> _RemoveBridgeOutputResponseSuccess
864
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveBridgeOutputResponseSuccess
865
+
866
+ interface _RemoveBridgeSourceResponseSuccess
867
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveBridgeSourceResponse]
868
+ def bridge_arn: () -> ::String
869
+ def source_name: () -> ::String
870
+ end
871
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#remove_bridge_source-instance_method
872
+ def remove_bridge_source: (
873
+ bridge_arn: ::String,
874
+ source_name: ::String
875
+ ) -> _RemoveBridgeSourceResponseSuccess
876
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveBridgeSourceResponseSuccess
877
+
878
+ interface _RemoveFlowMediaStreamResponseSuccess
879
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveFlowMediaStreamResponse]
880
+ def flow_arn: () -> ::String
881
+ def media_stream_name: () -> ::String
882
+ end
883
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#remove_flow_media_stream-instance_method
884
+ def remove_flow_media_stream: (
885
+ flow_arn: ::String,
886
+ media_stream_name: ::String
887
+ ) -> _RemoveFlowMediaStreamResponseSuccess
888
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFlowMediaStreamResponseSuccess
889
+
890
+ interface _RemoveFlowOutputResponseSuccess
891
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveFlowOutputResponse]
892
+ def flow_arn: () -> ::String
893
+ def output_arn: () -> ::String
894
+ end
895
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#remove_flow_output-instance_method
896
+ def remove_flow_output: (
897
+ flow_arn: ::String,
898
+ output_arn: ::String
899
+ ) -> _RemoveFlowOutputResponseSuccess
900
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFlowOutputResponseSuccess
901
+
902
+ interface _RemoveFlowSourceResponseSuccess
903
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveFlowSourceResponse]
904
+ def flow_arn: () -> ::String
905
+ def source_arn: () -> ::String
906
+ end
907
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#remove_flow_source-instance_method
908
+ def remove_flow_source: (
909
+ flow_arn: ::String,
910
+ source_arn: ::String
911
+ ) -> _RemoveFlowSourceResponseSuccess
912
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFlowSourceResponseSuccess
913
+
914
+ interface _RemoveFlowVpcInterfaceResponseSuccess
915
+ include ::Seahorse::Client::_ResponseSuccess[Types::RemoveFlowVpcInterfaceResponse]
916
+ def flow_arn: () -> ::String
917
+ def non_deleted_network_interface_ids: () -> ::Array[::String]
918
+ def vpc_interface_name: () -> ::String
919
+ end
920
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#remove_flow_vpc_interface-instance_method
921
+ def remove_flow_vpc_interface: (
922
+ flow_arn: ::String,
923
+ vpc_interface_name: ::String
924
+ ) -> _RemoveFlowVpcInterfaceResponseSuccess
925
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RemoveFlowVpcInterfaceResponseSuccess
926
+
927
+ interface _RevokeFlowEntitlementResponseSuccess
928
+ include ::Seahorse::Client::_ResponseSuccess[Types::RevokeFlowEntitlementResponse]
929
+ def entitlement_arn: () -> ::String
930
+ def flow_arn: () -> ::String
931
+ end
932
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#revoke_flow_entitlement-instance_method
933
+ def revoke_flow_entitlement: (
934
+ entitlement_arn: ::String,
935
+ flow_arn: ::String
936
+ ) -> _RevokeFlowEntitlementResponseSuccess
937
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _RevokeFlowEntitlementResponseSuccess
938
+
939
+ interface _StartFlowResponseSuccess
940
+ include ::Seahorse::Client::_ResponseSuccess[Types::StartFlowResponse]
941
+ def flow_arn: () -> ::String
942
+ def status: () -> ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
943
+ end
944
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#start_flow-instance_method
945
+ def start_flow: (
946
+ flow_arn: ::String
947
+ ) -> _StartFlowResponseSuccess
948
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StartFlowResponseSuccess
949
+
950
+ interface _StopFlowResponseSuccess
951
+ include ::Seahorse::Client::_ResponseSuccess[Types::StopFlowResponse]
952
+ def flow_arn: () -> ::String
953
+ def status: () -> ("STANDBY" | "ACTIVE" | "UPDATING" | "DELETING" | "STARTING" | "STOPPING" | "ERROR")
954
+ end
955
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#stop_flow-instance_method
956
+ def stop_flow: (
957
+ flow_arn: ::String
958
+ ) -> _StopFlowResponseSuccess
959
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _StopFlowResponseSuccess
960
+
961
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#tag_resource-instance_method
962
+ def tag_resource: (
963
+ resource_arn: ::String,
964
+ tags: Hash[::String, ::String]
965
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
966
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
967
+
968
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#untag_resource-instance_method
969
+ def untag_resource: (
970
+ resource_arn: ::String,
971
+ tag_keys: Array[::String]
972
+ ) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
973
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> ::Seahorse::Client::_ResponseSuccess[::Aws::EmptyStructure]
974
+
975
+ interface _UpdateBridgeResponseSuccess
976
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBridgeResponse]
977
+ def bridge: () -> Types::Bridge
978
+ end
979
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_bridge-instance_method
980
+ def update_bridge: (
981
+ bridge_arn: ::String,
982
+ ?egress_gateway_bridge: {
983
+ max_bitrate: ::Integer?
984
+ },
985
+ ?ingress_gateway_bridge: {
986
+ max_bitrate: ::Integer?,
987
+ max_outputs: ::Integer?
988
+ },
989
+ ?source_failover_config: {
990
+ failover_mode: ("MERGE" | "FAILOVER")?,
991
+ recovery_window: ::Integer?,
992
+ source_priority: {
993
+ primary_source: ::String?
994
+ }?,
995
+ state: ("ENABLED" | "DISABLED")?
996
+ }
997
+ ) -> _UpdateBridgeResponseSuccess
998
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBridgeResponseSuccess
999
+
1000
+ interface _UpdateBridgeOutputResponseSuccess
1001
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBridgeOutputResponse]
1002
+ def bridge_arn: () -> ::String
1003
+ def output: () -> Types::BridgeOutput
1004
+ end
1005
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_bridge_output-instance_method
1006
+ def update_bridge_output: (
1007
+ bridge_arn: ::String,
1008
+ ?network_output: {
1009
+ ip_address: ::String?,
1010
+ network_name: ::String?,
1011
+ port: ::Integer?,
1012
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?,
1013
+ ttl: ::Integer?
1014
+ },
1015
+ output_name: ::String
1016
+ ) -> _UpdateBridgeOutputResponseSuccess
1017
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBridgeOutputResponseSuccess
1018
+
1019
+ interface _UpdateBridgeSourceResponseSuccess
1020
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBridgeSourceResponse]
1021
+ def bridge_arn: () -> ::String
1022
+ def source: () -> Types::BridgeSource
1023
+ end
1024
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_bridge_source-instance_method
1025
+ def update_bridge_source: (
1026
+ bridge_arn: ::String,
1027
+ ?flow_source: {
1028
+ flow_arn: ::String?,
1029
+ flow_vpc_interface_attachment: {
1030
+ vpc_interface_name: ::String?
1031
+ }?
1032
+ },
1033
+ ?network_source: {
1034
+ multicast_ip: ::String?,
1035
+ network_name: ::String?,
1036
+ port: ::Integer?,
1037
+ protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp")?
1038
+ },
1039
+ source_name: ::String
1040
+ ) -> _UpdateBridgeSourceResponseSuccess
1041
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBridgeSourceResponseSuccess
1042
+
1043
+ interface _UpdateBridgeStateResponseSuccess
1044
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateBridgeStateResponse]
1045
+ def bridge_arn: () -> ::String
1046
+ def desired_state: () -> ("ACTIVE" | "STANDBY" | "DELETED")
1047
+ end
1048
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_bridge_state-instance_method
1049
+ def update_bridge_state: (
1050
+ bridge_arn: ::String,
1051
+ desired_state: ("ACTIVE" | "STANDBY" | "DELETED")
1052
+ ) -> _UpdateBridgeStateResponseSuccess
1053
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateBridgeStateResponseSuccess
1054
+
1055
+ interface _UpdateFlowResponseSuccess
1056
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFlowResponse]
1057
+ def flow: () -> Types::Flow
1058
+ end
1059
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_flow-instance_method
1060
+ def update_flow: (
1061
+ flow_arn: ::String,
1062
+ ?source_failover_config: {
1063
+ failover_mode: ("MERGE" | "FAILOVER")?,
1064
+ recovery_window: ::Integer?,
1065
+ source_priority: {
1066
+ primary_source: ::String?
1067
+ }?,
1068
+ state: ("ENABLED" | "DISABLED")?
1069
+ },
1070
+ ?maintenance: {
1071
+ maintenance_day: ("Monday" | "Tuesday" | "Wednesday" | "Thursday" | "Friday" | "Saturday" | "Sunday")?,
1072
+ maintenance_scheduled_date: ::String?,
1073
+ maintenance_start_hour: ::String?
1074
+ }
1075
+ ) -> _UpdateFlowResponseSuccess
1076
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowResponseSuccess
1077
+
1078
+ interface _UpdateFlowEntitlementResponseSuccess
1079
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFlowEntitlementResponse]
1080
+ def entitlement: () -> Types::Entitlement
1081
+ def flow_arn: () -> ::String
1082
+ end
1083
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_flow_entitlement-instance_method
1084
+ def update_flow_entitlement: (
1085
+ ?description: ::String,
1086
+ ?encryption: {
1087
+ algorithm: ("aes128" | "aes192" | "aes256")?,
1088
+ constant_initialization_vector: ::String?,
1089
+ device_id: ::String?,
1090
+ key_type: ("speke" | "static-key" | "srt-password")?,
1091
+ region: ::String?,
1092
+ resource_id: ::String?,
1093
+ role_arn: ::String?,
1094
+ secret_arn: ::String?,
1095
+ url: ::String?
1096
+ },
1097
+ entitlement_arn: ::String,
1098
+ ?entitlement_status: ("ENABLED" | "DISABLED"),
1099
+ flow_arn: ::String,
1100
+ ?subscribers: Array[::String]
1101
+ ) -> _UpdateFlowEntitlementResponseSuccess
1102
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowEntitlementResponseSuccess
1103
+
1104
+ interface _UpdateFlowMediaStreamResponseSuccess
1105
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFlowMediaStreamResponse]
1106
+ def flow_arn: () -> ::String
1107
+ def media_stream: () -> Types::MediaStream
1108
+ end
1109
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_flow_media_stream-instance_method
1110
+ def update_flow_media_stream: (
1111
+ ?attributes: {
1112
+ fmtp: {
1113
+ channel_order: ::String?,
1114
+ colorimetry: ("BT601" | "BT709" | "BT2020" | "BT2100" | "ST2065-1" | "ST2065-3" | "XYZ")?,
1115
+ exact_framerate: ::String?,
1116
+ par: ::String?,
1117
+ range: ("NARROW" | "FULL" | "FULLPROTECT")?,
1118
+ scan_mode: ("progressive" | "interlace" | "progressive-segmented-frame")?,
1119
+ tcs: ("SDR" | "PQ" | "HLG" | "LINEAR" | "BT2100LINPQ" | "BT2100LINHLG" | "ST2065-1" | "ST428-1" | "DENSITY")?
1120
+ }?,
1121
+ lang: ::String?
1122
+ },
1123
+ ?clock_rate: ::Integer,
1124
+ ?description: ::String,
1125
+ flow_arn: ::String,
1126
+ media_stream_name: ::String,
1127
+ ?media_stream_type: ("video" | "audio" | "ancillary-data"),
1128
+ ?video_format: ::String
1129
+ ) -> _UpdateFlowMediaStreamResponseSuccess
1130
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowMediaStreamResponseSuccess
1131
+
1132
+ interface _UpdateFlowOutputResponseSuccess
1133
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFlowOutputResponse]
1134
+ def flow_arn: () -> ::String
1135
+ def output: () -> Types::Output
1136
+ end
1137
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_flow_output-instance_method
1138
+ def update_flow_output: (
1139
+ ?cidr_allow_list: Array[::String],
1140
+ ?description: ::String,
1141
+ ?destination: ::String,
1142
+ ?encryption: {
1143
+ algorithm: ("aes128" | "aes192" | "aes256")?,
1144
+ constant_initialization_vector: ::String?,
1145
+ device_id: ::String?,
1146
+ key_type: ("speke" | "static-key" | "srt-password")?,
1147
+ region: ::String?,
1148
+ resource_id: ::String?,
1149
+ role_arn: ::String?,
1150
+ secret_arn: ::String?,
1151
+ url: ::String?
1152
+ },
1153
+ flow_arn: ::String,
1154
+ ?max_latency: ::Integer,
1155
+ ?media_stream_output_configurations: Array[
1156
+ {
1157
+ destination_configurations: Array[
1158
+ {
1159
+ destination_ip: ::String,
1160
+ destination_port: ::Integer,
1161
+ interface: {
1162
+ name: ::String
1163
+ }
1164
+ },
1165
+ ]?,
1166
+ encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm"),
1167
+ encoding_parameters: {
1168
+ compression_factor: ::Float,
1169
+ encoder_profile: ("main" | "high")
1170
+ }?,
1171
+ media_stream_name: ::String
1172
+ },
1173
+ ],
1174
+ ?min_latency: ::Integer,
1175
+ output_arn: ::String,
1176
+ ?port: ::Integer,
1177
+ ?protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
1178
+ ?remote_id: ::String,
1179
+ ?sender_control_port: ::Integer,
1180
+ ?sender_ip_address: ::String,
1181
+ ?smoothing_latency: ::Integer,
1182
+ ?stream_id: ::String,
1183
+ ?vpc_interface_attachment: {
1184
+ vpc_interface_name: ::String?
1185
+ }
1186
+ ) -> _UpdateFlowOutputResponseSuccess
1187
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowOutputResponseSuccess
1188
+
1189
+ interface _UpdateFlowSourceResponseSuccess
1190
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateFlowSourceResponse]
1191
+ def flow_arn: () -> ::String
1192
+ def source: () -> Types::Source
1193
+ end
1194
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_flow_source-instance_method
1195
+ def update_flow_source: (
1196
+ ?decryption: {
1197
+ algorithm: ("aes128" | "aes192" | "aes256")?,
1198
+ constant_initialization_vector: ::String?,
1199
+ device_id: ::String?,
1200
+ key_type: ("speke" | "static-key" | "srt-password")?,
1201
+ region: ::String?,
1202
+ resource_id: ::String?,
1203
+ role_arn: ::String?,
1204
+ secret_arn: ::String?,
1205
+ url: ::String?
1206
+ },
1207
+ ?description: ::String,
1208
+ ?entitlement_arn: ::String,
1209
+ flow_arn: ::String,
1210
+ ?ingest_port: ::Integer,
1211
+ ?max_bitrate: ::Integer,
1212
+ ?max_latency: ::Integer,
1213
+ ?max_sync_buffer: ::Integer,
1214
+ ?media_stream_source_configurations: Array[
1215
+ {
1216
+ encoding_name: ("jxsv" | "raw" | "smpte291" | "pcm"),
1217
+ input_configurations: Array[
1218
+ {
1219
+ input_port: ::Integer,
1220
+ interface: {
1221
+ name: ::String
1222
+ }
1223
+ },
1224
+ ]?,
1225
+ media_stream_name: ::String
1226
+ },
1227
+ ],
1228
+ ?min_latency: ::Integer,
1229
+ ?protocol: ("zixi-push" | "rtp-fec" | "rtp" | "zixi-pull" | "rist" | "st2110-jpegxs" | "cdi" | "srt-listener" | "srt-caller" | "fujitsu-qos" | "udp"),
1230
+ ?sender_control_port: ::Integer,
1231
+ ?sender_ip_address: ::String,
1232
+ source_arn: ::String,
1233
+ ?source_listener_address: ::String,
1234
+ ?source_listener_port: ::Integer,
1235
+ ?stream_id: ::String,
1236
+ ?vpc_interface_name: ::String,
1237
+ ?whitelist_cidr: ::String,
1238
+ ?gateway_bridge_source: {
1239
+ bridge_arn: ::String?,
1240
+ vpc_interface_attachment: {
1241
+ vpc_interface_name: ::String?
1242
+ }?
1243
+ }
1244
+ ) -> _UpdateFlowSourceResponseSuccess
1245
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowSourceResponseSuccess
1246
+
1247
+ interface _UpdateGatewayInstanceResponseSuccess
1248
+ include ::Seahorse::Client::_ResponseSuccess[Types::UpdateGatewayInstanceResponse]
1249
+ def bridge_placement: () -> ("AVAILABLE" | "LOCKED")
1250
+ def gateway_instance_arn: () -> ::String
1251
+ end
1252
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#update_gateway_instance-instance_method
1253
+ def update_gateway_instance: (
1254
+ ?bridge_placement: ("AVAILABLE" | "LOCKED"),
1255
+ gateway_instance_arn: ::String
1256
+ ) -> _UpdateGatewayInstanceResponseSuccess
1257
+ | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateGatewayInstanceResponseSuccess
1258
+
1259
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/MediaConnect/Client.html#wait_until-instance_method
1260
+ def wait_until: (:flow_active waiter_name,
1261
+ flow_arn: ::String
1262
+ ) -> Client::_DescribeFlowResponseSuccess
1263
+ | (:flow_active waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeFlowResponseSuccess
1264
+ | (:flow_deleted waiter_name,
1265
+ flow_arn: ::String
1266
+ ) -> Client::_DescribeFlowResponseSuccess
1267
+ | (:flow_deleted waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeFlowResponseSuccess
1268
+ | (:flow_standby waiter_name,
1269
+ flow_arn: ::String
1270
+ ) -> Client::_DescribeFlowResponseSuccess
1271
+ | (:flow_standby waiter_name, Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> Client::_DescribeFlowResponseSuccess
1272
+ end
1273
+ end
1274
+ end
1275
+