aws-sdk-mediaconnect 1.64.0 → 1.65.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-mediaconnect/client.rb +14 -1
- data/lib/aws-sdk-mediaconnect/client_api.rb +5 -0
- data/lib/aws-sdk-mediaconnect/types.rb +22 -3
- data/lib/aws-sdk-mediaconnect.rb +1 -1
- data/sig/client.rbs +6 -3
- data/sig/types.rbs +3 -0
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f1d7828fab395c0d1aa79d0d97e52d6a9b53a0934e305fb4eef31be72e8e39e
|
|
4
|
+
data.tar.gz: ba3451c7b7c9876ee284e337040fa14f68d7d9d6249b98b91a9345879a5ef43b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4299b99539bd85fa03671b213e066c5339e3fa6c0d046082fabec0a641631ab2fbf5b91d1c04ee7c710740c3e5a2fd70d4cb60cc62b9b121b058f5ba8aa5318
|
|
7
|
+
data.tar.gz: f931ecfe9c81d82c2524dab65394c2d2a32ee9ee8653da4a8aa2020d98e69649663056ac664d1289af6d8fbedd7821a17c7a5a484f4ee2b6369c73829a01983e
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.65.0 (2024-07-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - AWS Elemental MediaConnect introduces the ability to disable outputs. Disabling an output allows you to keep the output attached to the flow, but stop streaming to the output destination. A disabled output does not incur data transfer costs.
|
|
8
|
+
|
|
4
9
|
1.64.0 (2024-07-02)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.65.0
|
|
@@ -672,6 +672,7 @@ module Aws::MediaConnect
|
|
|
672
672
|
# vpc_interface_attachment: {
|
|
673
673
|
# vpc_interface_name: "__string",
|
|
674
674
|
# },
|
|
675
|
+
# output_status: "ENABLED", # accepts ENABLED, DISABLED
|
|
675
676
|
# },
|
|
676
677
|
# ],
|
|
677
678
|
# })
|
|
@@ -726,6 +727,7 @@ module Aws::MediaConnect
|
|
|
726
727
|
# resp.outputs[0].bridge_arn #=> String
|
|
727
728
|
# resp.outputs[0].bridge_ports #=> Array
|
|
728
729
|
# resp.outputs[0].bridge_ports[0] #=> Integer
|
|
730
|
+
# resp.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
|
|
729
731
|
#
|
|
730
732
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowOutputs AWS API Documentation
|
|
731
733
|
#
|
|
@@ -1177,6 +1179,7 @@ module Aws::MediaConnect
|
|
|
1177
1179
|
# vpc_interface_attachment: {
|
|
1178
1180
|
# vpc_interface_name: "__string",
|
|
1179
1181
|
# },
|
|
1182
|
+
# output_status: "ENABLED", # accepts ENABLED, DISABLED
|
|
1180
1183
|
# },
|
|
1181
1184
|
# ],
|
|
1182
1185
|
# source: {
|
|
@@ -1389,6 +1392,7 @@ module Aws::MediaConnect
|
|
|
1389
1392
|
# resp.flow.outputs[0].bridge_arn #=> String
|
|
1390
1393
|
# resp.flow.outputs[0].bridge_ports #=> Array
|
|
1391
1394
|
# resp.flow.outputs[0].bridge_ports[0] #=> Integer
|
|
1395
|
+
# resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
|
|
1392
1396
|
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
|
|
1393
1397
|
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
|
|
1394
1398
|
# resp.flow.source.decryption.constant_initialization_vector #=> String
|
|
@@ -1848,6 +1852,7 @@ module Aws::MediaConnect
|
|
|
1848
1852
|
# resp.flow.outputs[0].bridge_arn #=> String
|
|
1849
1853
|
# resp.flow.outputs[0].bridge_ports #=> Array
|
|
1850
1854
|
# resp.flow.outputs[0].bridge_ports[0] #=> Integer
|
|
1855
|
+
# resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
|
|
1851
1856
|
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
|
|
1852
1857
|
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
|
|
1853
1858
|
# resp.flow.source.decryption.constant_initialization_vector #=> String
|
|
@@ -3332,6 +3337,7 @@ module Aws::MediaConnect
|
|
|
3332
3337
|
# resp.flow.outputs[0].bridge_arn #=> String
|
|
3333
3338
|
# resp.flow.outputs[0].bridge_ports #=> Array
|
|
3334
3339
|
# resp.flow.outputs[0].bridge_ports[0] #=> Integer
|
|
3340
|
+
# resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
|
|
3335
3341
|
# resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
|
|
3336
3342
|
# resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
|
|
3337
3343
|
# resp.flow.source.decryption.constant_initialization_vector #=> String
|
|
@@ -3676,6 +3682,11 @@ module Aws::MediaConnect
|
|
|
3676
3682
|
# @option params [Types::VpcInterfaceAttachment] :vpc_interface_attachment
|
|
3677
3683
|
# The name of the VPC interface attachment to use for this output.
|
|
3678
3684
|
#
|
|
3685
|
+
# @option params [String] :output_status
|
|
3686
|
+
# An indication of whether the output should transmit data or not. If
|
|
3687
|
+
# you don't specify the outputStatus field in your request,
|
|
3688
|
+
# MediaConnect leaves the value unchanged.
|
|
3689
|
+
#
|
|
3679
3690
|
# @return [Types::UpdateFlowOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
3680
3691
|
#
|
|
3681
3692
|
# * {Types::UpdateFlowOutputResponse#flow_arn #flow_arn} => String
|
|
@@ -3731,6 +3742,7 @@ module Aws::MediaConnect
|
|
|
3731
3742
|
# vpc_interface_attachment: {
|
|
3732
3743
|
# vpc_interface_name: "__string",
|
|
3733
3744
|
# },
|
|
3745
|
+
# output_status: "ENABLED", # accepts ENABLED, DISABLED
|
|
3734
3746
|
# })
|
|
3735
3747
|
#
|
|
3736
3748
|
# @example Response structure
|
|
@@ -3782,6 +3794,7 @@ module Aws::MediaConnect
|
|
|
3782
3794
|
# resp.output.bridge_arn #=> String
|
|
3783
3795
|
# resp.output.bridge_ports #=> Array
|
|
3784
3796
|
# resp.output.bridge_ports[0] #=> Integer
|
|
3797
|
+
# resp.output.output_status #=> String, one of "ENABLED", "DISABLED"
|
|
3785
3798
|
#
|
|
3786
3799
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutput AWS API Documentation
|
|
3787
3800
|
#
|
|
@@ -4033,7 +4046,7 @@ module Aws::MediaConnect
|
|
|
4033
4046
|
params: params,
|
|
4034
4047
|
config: config)
|
|
4035
4048
|
context[:gem_name] = 'aws-sdk-mediaconnect'
|
|
4036
|
-
context[:gem_version] = '1.
|
|
4049
|
+
context[:gem_version] = '1.65.0'
|
|
4037
4050
|
Seahorse::Client::Request.new(handlers, context)
|
|
4038
4051
|
end
|
|
4039
4052
|
|
|
@@ -155,6 +155,7 @@ module Aws::MediaConnect
|
|
|
155
155
|
NotFoundException = Shapes::StructureShape.new(name: 'NotFoundException')
|
|
156
156
|
Offering = Shapes::StructureShape.new(name: 'Offering')
|
|
157
157
|
Output = Shapes::StructureShape.new(name: 'Output')
|
|
158
|
+
OutputStatus = Shapes::StringShape.new(name: 'OutputStatus')
|
|
158
159
|
PriceUnits = Shapes::StringShape.new(name: 'PriceUnits')
|
|
159
160
|
Protocol = Shapes::StringShape.new(name: 'Protocol')
|
|
160
161
|
PurchaseOfferingRequest = Shapes::StructureShape.new(name: 'PurchaseOfferingRequest')
|
|
@@ -389,6 +390,7 @@ module Aws::MediaConnect
|
|
|
389
390
|
AddOutputRequest.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
|
|
390
391
|
AddOutputRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
|
391
392
|
AddOutputRequest.add_member(:vpc_interface_attachment, Shapes::ShapeRef.new(shape: VpcInterfaceAttachment, location_name: "vpcInterfaceAttachment"))
|
|
393
|
+
AddOutputRequest.add_member(:output_status, Shapes::ShapeRef.new(shape: OutputStatus, location_name: "outputStatus"))
|
|
392
394
|
AddOutputRequest.struct_class = Types::AddOutputRequest
|
|
393
395
|
|
|
394
396
|
BadRequestException.add_member(:message, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "message"))
|
|
@@ -896,6 +898,7 @@ module Aws::MediaConnect
|
|
|
896
898
|
Output.add_member(:vpc_interface_attachment, Shapes::ShapeRef.new(shape: VpcInterfaceAttachment, location_name: "vpcInterfaceAttachment"))
|
|
897
899
|
Output.add_member(:bridge_arn, Shapes::ShapeRef.new(shape: __string, location_name: "bridgeArn"))
|
|
898
900
|
Output.add_member(:bridge_ports, Shapes::ShapeRef.new(shape: __listOf__integer, location_name: "bridgePorts"))
|
|
901
|
+
Output.add_member(:output_status, Shapes::ShapeRef.new(shape: OutputStatus, location_name: "outputStatus"))
|
|
899
902
|
Output.struct_class = Types::Output
|
|
900
903
|
|
|
901
904
|
PurchaseOfferingRequest.add_member(:offering_arn, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "offeringArn"))
|
|
@@ -1208,6 +1211,7 @@ module Aws::MediaConnect
|
|
|
1208
1211
|
UpdateFlowOutputRequest.add_member(:smoothing_latency, Shapes::ShapeRef.new(shape: __integer, location_name: "smoothingLatency"))
|
|
1209
1212
|
UpdateFlowOutputRequest.add_member(:stream_id, Shapes::ShapeRef.new(shape: __string, location_name: "streamId"))
|
|
1210
1213
|
UpdateFlowOutputRequest.add_member(:vpc_interface_attachment, Shapes::ShapeRef.new(shape: VpcInterfaceAttachment, location_name: "vpcInterfaceAttachment"))
|
|
1214
|
+
UpdateFlowOutputRequest.add_member(:output_status, Shapes::ShapeRef.new(shape: OutputStatus, location_name: "outputStatus"))
|
|
1211
1215
|
UpdateFlowOutputRequest.struct_class = Types::UpdateFlowOutputRequest
|
|
1212
1216
|
|
|
1213
1217
|
UpdateFlowOutputResponse.add_member(:flow_arn, Shapes::ShapeRef.new(shape: __string, location_name: "flowArn"))
|
|
@@ -1368,6 +1372,7 @@ module Aws::MediaConnect
|
|
|
1368
1372
|
|
|
1369
1373
|
api.metadata = {
|
|
1370
1374
|
"apiVersion" => "2018-11-14",
|
|
1375
|
+
"auth" => ["aws.auth#sigv4"],
|
|
1371
1376
|
"endpointPrefix" => "mediaconnect",
|
|
1372
1377
|
"jsonVersion" => "1.1",
|
|
1373
1378
|
"protocol" => "rest-json",
|
|
@@ -565,6 +565,12 @@ module Aws::MediaConnect
|
|
|
565
565
|
# The name of the VPC interface attachment to use for this output.
|
|
566
566
|
# @return [Types::VpcInterfaceAttachment]
|
|
567
567
|
#
|
|
568
|
+
# @!attribute [rw] output_status
|
|
569
|
+
# An indication of whether the new output should be enabled or
|
|
570
|
+
# disabled as soon as it is created. If you don't specify the
|
|
571
|
+
# outputStatus field in your request, MediaConnect sets it to ENABLED.
|
|
572
|
+
# @return [String]
|
|
573
|
+
#
|
|
568
574
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddOutputRequest AWS API Documentation
|
|
569
575
|
#
|
|
570
576
|
class AddOutputRequest < Struct.new(
|
|
@@ -582,7 +588,8 @@ module Aws::MediaConnect
|
|
|
582
588
|
:sender_control_port,
|
|
583
589
|
:smoothing_latency,
|
|
584
590
|
:stream_id,
|
|
585
|
-
:vpc_interface_attachment
|
|
591
|
+
:vpc_interface_attachment,
|
|
592
|
+
:output_status)
|
|
586
593
|
SENSITIVE = []
|
|
587
594
|
include Aws::Structure
|
|
588
595
|
end
|
|
@@ -3183,6 +3190,10 @@ module Aws::MediaConnect
|
|
|
3183
3190
|
# The bridge output ports currently in use.
|
|
3184
3191
|
# @return [Array<Integer>]
|
|
3185
3192
|
#
|
|
3193
|
+
# @!attribute [rw] output_status
|
|
3194
|
+
# An indication of whether the output is transmitting data or not.
|
|
3195
|
+
# @return [String]
|
|
3196
|
+
#
|
|
3186
3197
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/Output AWS API Documentation
|
|
3187
3198
|
#
|
|
3188
3199
|
class Output < Struct.new(
|
|
@@ -3200,7 +3211,8 @@ module Aws::MediaConnect
|
|
|
3200
3211
|
:transport,
|
|
3201
3212
|
:vpc_interface_attachment,
|
|
3202
3213
|
:bridge_arn,
|
|
3203
|
-
:bridge_ports
|
|
3214
|
+
:bridge_ports,
|
|
3215
|
+
:output_status)
|
|
3204
3216
|
SENSITIVE = []
|
|
3205
3217
|
include Aws::Structure
|
|
3206
3218
|
end
|
|
@@ -4792,6 +4804,12 @@ module Aws::MediaConnect
|
|
|
4792
4804
|
# The name of the VPC interface attachment to use for this output.
|
|
4793
4805
|
# @return [Types::VpcInterfaceAttachment]
|
|
4794
4806
|
#
|
|
4807
|
+
# @!attribute [rw] output_status
|
|
4808
|
+
# An indication of whether the output should transmit data or not. If
|
|
4809
|
+
# you don't specify the outputStatus field in your request,
|
|
4810
|
+
# MediaConnect leaves the value unchanged.
|
|
4811
|
+
# @return [String]
|
|
4812
|
+
#
|
|
4795
4813
|
# @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutputRequest AWS API Documentation
|
|
4796
4814
|
#
|
|
4797
4815
|
class UpdateFlowOutputRequest < Struct.new(
|
|
@@ -4811,7 +4829,8 @@ module Aws::MediaConnect
|
|
|
4811
4829
|
:sender_ip_address,
|
|
4812
4830
|
:smoothing_latency,
|
|
4813
4831
|
:stream_id,
|
|
4814
|
-
:vpc_interface_attachment
|
|
4832
|
+
:vpc_interface_attachment,
|
|
4833
|
+
:output_status)
|
|
4815
4834
|
SENSITIVE = []
|
|
4816
4835
|
include Aws::Structure
|
|
4817
4836
|
end
|
data/lib/aws-sdk-mediaconnect.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -212,7 +212,8 @@ module Aws
|
|
|
212
212
|
stream_id: ::String?,
|
|
213
213
|
vpc_interface_attachment: {
|
|
214
214
|
vpc_interface_name: ::String?
|
|
215
|
-
}
|
|
215
|
+
}?,
|
|
216
|
+
output_status: ("ENABLED" | "DISABLED")?
|
|
216
217
|
},
|
|
217
218
|
]
|
|
218
219
|
) -> _AddFlowOutputsResponseSuccess
|
|
@@ -452,7 +453,8 @@ module Aws
|
|
|
452
453
|
stream_id: ::String?,
|
|
453
454
|
vpc_interface_attachment: {
|
|
454
455
|
vpc_interface_name: ::String?
|
|
455
|
-
}
|
|
456
|
+
}?,
|
|
457
|
+
output_status: ("ENABLED" | "DISABLED")?
|
|
456
458
|
},
|
|
457
459
|
],
|
|
458
460
|
?source: {
|
|
@@ -1183,7 +1185,8 @@ module Aws
|
|
|
1183
1185
|
?stream_id: ::String,
|
|
1184
1186
|
?vpc_interface_attachment: {
|
|
1185
1187
|
vpc_interface_name: ::String?
|
|
1186
|
-
}
|
|
1188
|
+
},
|
|
1189
|
+
?output_status: ("ENABLED" | "DISABLED")
|
|
1187
1190
|
) -> _UpdateFlowOutputResponseSuccess
|
|
1188
1191
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowOutputResponseSuccess
|
|
1189
1192
|
|
data/sig/types.rbs
CHANGED
|
@@ -166,6 +166,7 @@ module Aws::MediaConnect
|
|
|
166
166
|
attr_accessor smoothing_latency: ::Integer
|
|
167
167
|
attr_accessor stream_id: ::String
|
|
168
168
|
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
|
169
|
+
attr_accessor output_status: ("ENABLED" | "DISABLED")
|
|
169
170
|
SENSITIVE: []
|
|
170
171
|
end
|
|
171
172
|
|
|
@@ -875,6 +876,7 @@ module Aws::MediaConnect
|
|
|
875
876
|
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
|
876
877
|
attr_accessor bridge_arn: ::String
|
|
877
878
|
attr_accessor bridge_ports: ::Array[::Integer]
|
|
879
|
+
attr_accessor output_status: ("ENABLED" | "DISABLED")
|
|
878
880
|
SENSITIVE: []
|
|
879
881
|
end
|
|
880
882
|
|
|
@@ -1295,6 +1297,7 @@ module Aws::MediaConnect
|
|
|
1295
1297
|
attr_accessor smoothing_latency: ::Integer
|
|
1296
1298
|
attr_accessor stream_id: ::String
|
|
1297
1299
|
attr_accessor vpc_interface_attachment: Types::VpcInterfaceAttachment
|
|
1300
|
+
attr_accessor output_status: ("ENABLED" | "DISABLED")
|
|
1298
1301
|
SENSITIVE: []
|
|
1299
1302
|
end
|
|
1300
1303
|
|
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.65.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: 2024-07-
|
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '1.
|
|
39
|
+
version: '1.5'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '1.
|
|
46
|
+
version: '1.5'
|
|
47
47
|
description: Official AWS Ruby gem for AWS MediaConnect. This gem is part of the AWS
|
|
48
48
|
SDK for Ruby.
|
|
49
49
|
email:
|