aws-sdk-mediaconnect 1.19.0 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: fd5c15c1a180d1d045c1f7c43f291cd391b4b9eeed11ea41c47be2e18bdd8044
|
|
4
|
+
data.tar.gz: 7847f92a4157402ebd679b108c5099b115dc5942f4c51ed4ff9243f697124aa9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a99645fac28773d45dd19dbd8ef51f967b6838c01b386eb76bfb5b75726f2136e542ada5b6690e2433dba47edd7e9cf0534cc580f4831785c0c2942dfeaa6335
|
|
7
|
+
data.tar.gz: 5dce0bb62547624cfad7943f49b1aa5128fee12eb457167d5fbf56811f174436aafb9556024b208b91448fd062a522876727e38fd1519b3629eae80da19123d5
|
data/lib/aws-sdk-mediaconnect.rb
CHANGED
|
@@ -348,6 +348,9 @@ module Aws::MediaConnect
|
|
|
348
348
|
# remote_id: "__string",
|
|
349
349
|
# smoothing_latency: 1,
|
|
350
350
|
# stream_id: "__string",
|
|
351
|
+
# vpc_interface_attachment: {
|
|
352
|
+
# vpc_interface_name: "__string",
|
|
353
|
+
# },
|
|
351
354
|
# },
|
|
352
355
|
# ],
|
|
353
356
|
# })
|
|
@@ -381,6 +384,7 @@ module Aws::MediaConnect
|
|
|
381
384
|
# resp.outputs[0].transport.remote_id #=> String
|
|
382
385
|
# resp.outputs[0].transport.smoothing_latency #=> Integer
|
|
383
386
|
# resp.outputs[0].transport.stream_id #=> String
|
|
387
|
+
# resp.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
|
|
384
388
|
#
|
|
385
389
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowOutputs AWS API Documentation
|
|
386
390
|
#
|
|
@@ -600,6 +604,9 @@ module Aws::MediaConnect
|
|
|
600
604
|
# remote_id: "__string",
|
|
601
605
|
# smoothing_latency: 1,
|
|
602
606
|
# stream_id: "__string",
|
|
607
|
+
# vpc_interface_attachment: {
|
|
608
|
+
# vpc_interface_name: "__string",
|
|
609
|
+
# },
|
|
603
610
|
# },
|
|
604
611
|
# ],
|
|
605
612
|
# source: {
|
|
@@ -713,6 +720,7 @@ module Aws::MediaConnect
|
|
|
713
720
|
# resp.flow.outputs[0].transport.remote_id #=> String
|
|
714
721
|
# resp.flow.outputs[0].transport.smoothing_latency #=> Integer
|
|
715
722
|
# resp.flow.outputs[0].transport.stream_id #=> String
|
|
723
|
+
# resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
|
|
716
724
|
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
|
|
717
725
|
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
|
|
718
726
|
# resp.flow.source.decryption.constant_initialization_vector #=> String
|
|
@@ -882,6 +890,7 @@ module Aws::MediaConnect
|
|
|
882
890
|
# resp.flow.outputs[0].transport.remote_id #=> String
|
|
883
891
|
# resp.flow.outputs[0].transport.smoothing_latency #=> Integer
|
|
884
892
|
# resp.flow.outputs[0].transport.stream_id #=> String
|
|
893
|
+
# resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
|
|
885
894
|
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
|
|
886
895
|
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
|
|
887
896
|
# resp.flow.source.decryption.constant_initialization_vector #=> String
|
|
@@ -1457,6 +1466,7 @@ module Aws::MediaConnect
|
|
|
1457
1466
|
# resp.flow.outputs[0].transport.remote_id #=> String
|
|
1458
1467
|
# resp.flow.outputs[0].transport.smoothing_latency #=> Integer
|
|
1459
1468
|
# resp.flow.outputs[0].transport.stream_id #=> String
|
|
1469
|
+
# resp.flow.outputs[0].vpc_interface_attachment.vpc_interface_name #=> String
|
|
1460
1470
|
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
|
|
1461
1471
|
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
|
|
1462
1472
|
# resp.flow.source.decryption.constant_initialization_vector #=> String
|
|
@@ -1648,6 +1658,9 @@ module Aws::MediaConnect
|
|
|
1648
1658
|
# The stream ID that you want to use for this transport. This parameter
|
|
1649
1659
|
# applies only to Zixi-based streams.
|
|
1650
1660
|
#
|
|
1661
|
+
# @option params [Types::VpcInterfaceAttachment] :vpc_interface_attachment
|
|
1662
|
+
# The name of the VPC interface attachment to use for this output.
|
|
1663
|
+
#
|
|
1651
1664
|
# @return [Types::UpdateFlowOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1652
1665
|
#
|
|
1653
1666
|
# * {Types::UpdateFlowOutputResponse#flow_arn #flow_arn} => String
|
|
@@ -1678,6 +1691,9 @@ module Aws::MediaConnect
|
|
|
1678
1691
|
# remote_id: "__string",
|
|
1679
1692
|
# smoothing_latency: 1,
|
|
1680
1693
|
# stream_id: "__string",
|
|
1694
|
+
# vpc_interface_attachment: {
|
|
1695
|
+
# vpc_interface_name: "__string",
|
|
1696
|
+
# },
|
|
1681
1697
|
# })
|
|
1682
1698
|
#
|
|
1683
1699
|
# @example Response structure
|
|
@@ -1708,6 +1724,7 @@ module Aws::MediaConnect
|
|
|
1708
1724
|
# resp.output.transport.remote_id #=> String
|
|
1709
1725
|
# resp.output.transport.smoothing_latency #=> Integer
|
|
1710
1726
|
# resp.output.transport.stream_id #=> String
|
|
1727
|
+
# resp.output.vpc_interface_attachment.vpc_interface_name #=> String
|
|
1711
1728
|
#
|
|
1712
1729
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutput AWS API Documentation
|
|
1713
1730
|
#
|
|
@@ -1845,7 +1862,7 @@ module Aws::MediaConnect
|
|
|
1845
1862
|
params: params,
|
|
1846
1863
|
config: config)
|
|
1847
1864
|
context[:gem_name] = 'aws-sdk-mediaconnect'
|
|
1848
|
-
context[:gem_version] = '1.
|
|
1865
|
+
context[:gem_version] = '1.20.0'
|
|
1849
1866
|
Seahorse::Client::Request.new(handlers, context)
|
|
1850
1867
|
end
|
|
1851
1868
|
|
|
@@ -86,6 +86,7 @@ module Aws::MediaConnect
|
|
|
86
86
|
UpdateFlowSourceRequest = Shapes::StructureShape.new(name: 'UpdateFlowSourceRequest')
|
|
87
87
|
UpdateFlowSourceResponse = Shapes::StructureShape.new(name: 'UpdateFlowSourceResponse')
|
|
88
88
|
VpcInterface = Shapes::StructureShape.new(name: 'VpcInterface')
|
|
89
|
+
VpcInterfaceAttachment = Shapes::StructureShape.new(name: 'VpcInterfaceAttachment')
|
|
89
90
|
VpcInterfaceRequest = Shapes::StructureShape.new(name: 'VpcInterfaceRequest')
|
|
90
91
|
__boolean = Shapes::BooleanShape.new(name: '__boolean')
|
|
91
92
|
__double = Shapes::FloatShape.new(name: '__double')
|
|
@@ -146,6 +147,7 @@ module Aws::MediaConnect
|
|
|
146
147
|
AddOutputRequest.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
|
|
147
148
|
AddOutputRequest.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
|
|
148
149
|
AddOutputRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
|
150
|
+
AddOutputRequest.add_member(:vpc_interface_attachment, Shapes::ShapeRef.new(shape: VpcInterfaceAttachment, location_name: "vpcInterfaceAttachment"))
|
|
149
151
|
AddOutputRequest.struct_class = Types::AddOutputRequest
|
|
150
152
|
|
|
151
153
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
|
|
@@ -293,6 +295,7 @@ module Aws::MediaConnect
|
|
|
293
295
|
Output.add_member(:output_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "outputArn"))
|
|
294
296
|
Output.add_member(:port, Shapes::ShapeRef.new(shape: __integer, location_name: "port"))
|
|
295
297
|
Output.add_member(:transport, Shapes::ShapeRef.new(shape: Transport, location_name: "transport"))
|
|
298
|
+
Output.add_member(:vpc_interface_attachment, Shapes::ShapeRef.new(shape: VpcInterfaceAttachment, location_name: "vpcInterfaceAttachment"))
|
|
296
299
|
Output.struct_class = Types::Output
|
|
297
300
|
|
|
298
301
|
RemoveFlowOutputRequest.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "flowArn"))
|
|
@@ -432,6 +435,7 @@ module Aws::MediaConnect
|
|
|
432
435
|
UpdateFlowOutputRequest.add_member(:remote_id, Shapes::ShapeRef.new(shape: __string, location_name: "remoteId"))
|
|
433
436
|
UpdateFlowOutputRequest.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
|
|
434
437
|
UpdateFlowOutputRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
|
438
|
+
UpdateFlowOutputRequest.add_member(:vpc_interface_attachment, Shapes::ShapeRef.new(shape: VpcInterfaceAttachment, location_name: "vpcInterfaceAttachment"))
|
|
435
439
|
UpdateFlowOutputRequest.struct_class = Types::UpdateFlowOutputRequest
|
|
436
440
|
|
|
437
441
|
UpdateFlowOutputResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
|
|
@@ -470,6 +474,9 @@ module Aws::MediaConnect
|
|
|
470
474
|
VpcInterface.add_member(:subnet_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "subnetId"))
|
|
471
475
|
VpcInterface.struct_class = Types::VpcInterface
|
|
472
476
|
|
|
477
|
+
VpcInterfaceAttachment.add_member(:vpc_interface_name, Shapes::ShapeRef.new(shape: __string, location_name: "vpcInterfaceName"))
|
|
478
|
+
VpcInterfaceAttachment.struct_class = Types::VpcInterfaceAttachment
|
|
479
|
+
|
|
473
480
|
VpcInterfaceRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "name"))
|
|
474
481
|
VpcInterfaceRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleArn"))
|
|
475
482
|
VpcInterfaceRequest.add_member(:security_group_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "securityGroupIds"))
|
|
@@ -53,6 +53,9 @@ module Aws::MediaConnect
|
|
|
53
53
|
# remote_id: "__string",
|
|
54
54
|
# smoothing_latency: 1,
|
|
55
55
|
# stream_id: "__string",
|
|
56
|
+
# vpc_interface_attachment: {
|
|
57
|
+
# vpc_interface_name: "__string",
|
|
58
|
+
# },
|
|
56
59
|
# },
|
|
57
60
|
# ],
|
|
58
61
|
# }
|
|
@@ -237,6 +240,9 @@ module Aws::MediaConnect
|
|
|
237
240
|
# remote_id: "__string",
|
|
238
241
|
# smoothing_latency: 1,
|
|
239
242
|
# stream_id: "__string",
|
|
243
|
+
# vpc_interface_attachment: {
|
|
244
|
+
# vpc_interface_name: "__string",
|
|
245
|
+
# },
|
|
240
246
|
# }
|
|
241
247
|
#
|
|
242
248
|
# @!attribute [rw] cidr_allow_list
|
|
@@ -292,6 +298,10 @@ module Aws::MediaConnect
|
|
|
292
298
|
# parameter applies only to Zixi-based streams.
|
|
293
299
|
# @return [String]
|
|
294
300
|
#
|
|
301
|
+
# @!attribute [rw] vpc_interface_attachment
|
|
302
|
+
# The name of the VPC interface attachment to use for this output.
|
|
303
|
+
# @return [Types::VpcInterfaceAttachment]
|
|
304
|
+
#
|
|
295
305
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddOutputRequest AWS API Documentation
|
|
296
306
|
#
|
|
297
307
|
class AddOutputRequest < Struct.new(
|
|
@@ -305,7 +315,8 @@ module Aws::MediaConnect
|
|
|
305
315
|
:protocol,
|
|
306
316
|
:remote_id,
|
|
307
317
|
:smoothing_latency,
|
|
308
|
-
:stream_id
|
|
318
|
+
:stream_id,
|
|
319
|
+
:vpc_interface_attachment)
|
|
309
320
|
include Aws::Structure
|
|
310
321
|
end
|
|
311
322
|
|
|
@@ -388,6 +399,9 @@ module Aws::MediaConnect
|
|
|
388
399
|
# remote_id: "__string",
|
|
389
400
|
# smoothing_latency: 1,
|
|
390
401
|
# stream_id: "__string",
|
|
402
|
+
# vpc_interface_attachment: {
|
|
403
|
+
# vpc_interface_name: "__string",
|
|
404
|
+
# },
|
|
391
405
|
# },
|
|
392
406
|
# ],
|
|
393
407
|
# source: {
|
|
@@ -1241,6 +1255,10 @@ module Aws::MediaConnect
|
|
|
1241
1255
|
# output.
|
|
1242
1256
|
# @return [Types::Transport]
|
|
1243
1257
|
#
|
|
1258
|
+
# @!attribute [rw] vpc_interface_attachment
|
|
1259
|
+
# The name of the VPC interface attachment to use for this output.
|
|
1260
|
+
# @return [Types::VpcInterfaceAttachment]
|
|
1261
|
+
#
|
|
1244
1262
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Output AWS API Documentation
|
|
1245
1263
|
#
|
|
1246
1264
|
class Output < Struct.new(
|
|
@@ -1253,7 +1271,8 @@ module Aws::MediaConnect
|
|
|
1253
1271
|
:name,
|
|
1254
1272
|
:output_arn,
|
|
1255
1273
|
:port,
|
|
1256
|
-
:transport
|
|
1274
|
+
:transport,
|
|
1275
|
+
:vpc_interface_attachment)
|
|
1257
1276
|
include Aws::Structure
|
|
1258
1277
|
end
|
|
1259
1278
|
|
|
@@ -2034,6 +2053,9 @@ module Aws::MediaConnect
|
|
|
2034
2053
|
# remote_id: "__string",
|
|
2035
2054
|
# smoothing_latency: 1,
|
|
2036
2055
|
# stream_id: "__string",
|
|
2056
|
+
# vpc_interface_attachment: {
|
|
2057
|
+
# vpc_interface_name: "__string",
|
|
2058
|
+
# },
|
|
2037
2059
|
# }
|
|
2038
2060
|
#
|
|
2039
2061
|
# @!attribute [rw] cidr_allow_list
|
|
@@ -2090,6 +2112,10 @@ module Aws::MediaConnect
|
|
|
2090
2112
|
# parameter applies only to Zixi-based streams.
|
|
2091
2113
|
# @return [String]
|
|
2092
2114
|
#
|
|
2115
|
+
# @!attribute [rw] vpc_interface_attachment
|
|
2116
|
+
# The name of the VPC interface attachment to use for this output.
|
|
2117
|
+
# @return [Types::VpcInterfaceAttachment]
|
|
2118
|
+
#
|
|
2093
2119
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutputRequest AWS API Documentation
|
|
2094
2120
|
#
|
|
2095
2121
|
class UpdateFlowOutputRequest < Struct.new(
|
|
@@ -2104,7 +2130,8 @@ module Aws::MediaConnect
|
|
|
2104
2130
|
:protocol,
|
|
2105
2131
|
:remote_id,
|
|
2106
2132
|
:smoothing_latency,
|
|
2107
|
-
:stream_id
|
|
2133
|
+
:stream_id,
|
|
2134
|
+
:vpc_interface_attachment)
|
|
2108
2135
|
include Aws::Structure
|
|
2109
2136
|
end
|
|
2110
2137
|
|
|
@@ -2328,6 +2355,26 @@ module Aws::MediaConnect
|
|
|
2328
2355
|
include Aws::Structure
|
|
2329
2356
|
end
|
|
2330
2357
|
|
|
2358
|
+
# The settings for attaching a VPC interface to an output.
|
|
2359
|
+
#
|
|
2360
|
+
# @note When making an API call, you may pass VpcInterfaceAttachment
|
|
2361
|
+
# data as a hash:
|
|
2362
|
+
#
|
|
2363
|
+
# {
|
|
2364
|
+
# vpc_interface_name: "__string",
|
|
2365
|
+
# }
|
|
2366
|
+
#
|
|
2367
|
+
# @!attribute [rw] vpc_interface_name
|
|
2368
|
+
# The name of the VPC interface to use for this output.
|
|
2369
|
+
# @return [String]
|
|
2370
|
+
#
|
|
2371
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/VpcInterfaceAttachment AWS API Documentation
|
|
2372
|
+
#
|
|
2373
|
+
class VpcInterfaceAttachment < Struct.new(
|
|
2374
|
+
:vpc_interface_name)
|
|
2375
|
+
include Aws::Structure
|
|
2376
|
+
end
|
|
2377
|
+
|
|
2331
2378
|
# Desired VPC Interface for a Flow
|
|
2332
2379
|
#
|
|
2333
2380
|
# @note When making an API call, you may pass VpcInterfaceRequest
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-mediaconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.20.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-04-
|
|
11
|
+
date: 2020-04-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -81,7 +81,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
81
81
|
version: '0'
|
|
82
82
|
requirements: []
|
|
83
83
|
rubyforge_project:
|
|
84
|
-
rubygems_version: 2.
|
|
84
|
+
rubygems_version: 2.7.6.2
|
|
85
85
|
signing_key:
|
|
86
86
|
specification_version: 4
|
|
87
87
|
summary: AWS SDK for Ruby - AWS MediaConnect
|