aws-sdk-mediaconnect 1.63.0 → 1.65.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 64ee6aead198114a38081ec894b3d16803e7b65310197462f8572c4363ab2af4
4
- data.tar.gz: cbec69db647aae393f7a183c44257f3c2eb79ac5df49885a673b3845a9daebf9
3
+ metadata.gz: 5f1d7828fab395c0d1aa79d0d97e52d6a9b53a0934e305fb4eef31be72e8e39e
4
+ data.tar.gz: ba3451c7b7c9876ee284e337040fa14f68d7d9d6249b98b91a9345879a5ef43b
5
5
  SHA512:
6
- metadata.gz: 99aeb8d35a50bacf7244fb4311bbefeeefcc36ab8528deeee9c07aa4493f2f1c31a527e24de7eacce9f15f046cb0dc05b6668f027f367d022f1ccfb52115cadd
7
- data.tar.gz: 65cb08dbdca2fb7bab1ad7e2fa93628b0c466668bab83df9b28243667fa0ab8be49bf755ac080e6f1a8d44ecdad49ebdceaeb57cb3933dca9047beb5e2c2bc3d
6
+ metadata.gz: d4299b99539bd85fa03671b213e066c5339e3fa6c0d046082fabec0a641631ab2fbf5b91d1c04ee7c710740c3e5a2fd70d4cb60cc62b9b121b058f5ba8aa5318
7
+ data.tar.gz: f931ecfe9c81d82c2524dab65394c2d2a32ee9ee8653da4a8aa2020d98e69649663056ac664d1289af6d8fbedd7821a17c7a5a484f4ee2b6369c73829a01983e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
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
+
9
+ 1.64.0 (2024-07-02)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.63.0 (2024-06-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.63.0
1
+ 1.65.0
@@ -312,6 +312,15 @@ module Aws::MediaConnect
312
312
  #
313
313
  # @option options [String] :session_token
314
314
  #
315
+ # @option options [Array] :sigv4a_signing_region_set
316
+ # A list of regions that should be signed with SigV4a signing. When
317
+ # not passed, a default `:sigv4a_signing_region_set` is searched for
318
+ # in the following locations:
319
+ #
320
+ # * `Aws.config[:sigv4a_signing_region_set]`
321
+ # * `ENV['AWS_SIGV4A_SIGNING_REGION_SET']`
322
+ # * `~/.aws/config`
323
+ #
315
324
  # @option options [Boolean] :stub_responses (false)
316
325
  # Causes the client to return stubbed responses. By default
317
326
  # fake responses are generated and returned. You can specify
@@ -663,6 +672,7 @@ module Aws::MediaConnect
663
672
  # vpc_interface_attachment: {
664
673
  # vpc_interface_name: "__string",
665
674
  # },
675
+ # output_status: "ENABLED", # accepts ENABLED, DISABLED
666
676
  # },
667
677
  # ],
668
678
  # })
@@ -717,6 +727,7 @@ module Aws::MediaConnect
717
727
  # resp.outputs[0].bridge_arn #=> String
718
728
  # resp.outputs[0].bridge_ports #=> Array
719
729
  # resp.outputs[0].bridge_ports[0] #=> Integer
730
+ # resp.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
720
731
  #
721
732
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/AddFlowOutputs AWS API Documentation
722
733
  #
@@ -1168,6 +1179,7 @@ module Aws::MediaConnect
1168
1179
  # vpc_interface_attachment: {
1169
1180
  # vpc_interface_name: "__string",
1170
1181
  # },
1182
+ # output_status: "ENABLED", # accepts ENABLED, DISABLED
1171
1183
  # },
1172
1184
  # ],
1173
1185
  # source: {
@@ -1380,6 +1392,7 @@ module Aws::MediaConnect
1380
1392
  # resp.flow.outputs[0].bridge_arn #=> String
1381
1393
  # resp.flow.outputs[0].bridge_ports #=> Array
1382
1394
  # resp.flow.outputs[0].bridge_ports[0] #=> Integer
1395
+ # resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
1383
1396
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
1384
1397
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1385
1398
  # resp.flow.source.decryption.constant_initialization_vector #=> String
@@ -1839,6 +1852,7 @@ module Aws::MediaConnect
1839
1852
  # resp.flow.outputs[0].bridge_arn #=> String
1840
1853
  # resp.flow.outputs[0].bridge_ports #=> Array
1841
1854
  # resp.flow.outputs[0].bridge_ports[0] #=> Integer
1855
+ # resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
1842
1856
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
1843
1857
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
1844
1858
  # resp.flow.source.decryption.constant_initialization_vector #=> String
@@ -3323,6 +3337,7 @@ module Aws::MediaConnect
3323
3337
  # resp.flow.outputs[0].bridge_arn #=> String
3324
3338
  # resp.flow.outputs[0].bridge_ports #=> Array
3325
3339
  # resp.flow.outputs[0].bridge_ports[0] #=> Integer
3340
+ # resp.flow.outputs[0].output_status #=> String, one of "ENABLED", "DISABLED"
3326
3341
  # resp.flow.source.data_transfer_subscriber_fee_percent #=> Integer
3327
3342
  # resp.flow.source.decryption.algorithm #=> String, one of "aes128", "aes192", "aes256"
3328
3343
  # resp.flow.source.decryption.constant_initialization_vector #=> String
@@ -3667,6 +3682,11 @@ module Aws::MediaConnect
3667
3682
  # @option params [Types::VpcInterfaceAttachment] :vpc_interface_attachment
3668
3683
  # The name of the VPC interface attachment to use for this output.
3669
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
+ #
3670
3690
  # @return [Types::UpdateFlowOutputResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3671
3691
  #
3672
3692
  # * {Types::UpdateFlowOutputResponse#flow_arn #flow_arn} => String
@@ -3722,6 +3742,7 @@ module Aws::MediaConnect
3722
3742
  # vpc_interface_attachment: {
3723
3743
  # vpc_interface_name: "__string",
3724
3744
  # },
3745
+ # output_status: "ENABLED", # accepts ENABLED, DISABLED
3725
3746
  # })
3726
3747
  #
3727
3748
  # @example Response structure
@@ -3773,6 +3794,7 @@ module Aws::MediaConnect
3773
3794
  # resp.output.bridge_arn #=> String
3774
3795
  # resp.output.bridge_ports #=> Array
3775
3796
  # resp.output.bridge_ports[0] #=> Integer
3797
+ # resp.output.output_status #=> String, one of "ENABLED", "DISABLED"
3776
3798
  #
3777
3799
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediaconnect-2018-11-14/UpdateFlowOutput AWS API Documentation
3778
3800
  #
@@ -4024,7 +4046,7 @@ module Aws::MediaConnect
4024
4046
  params: params,
4025
4047
  config: config)
4026
4048
  context[:gem_name] = 'aws-sdk-mediaconnect'
4027
- context[:gem_version] = '1.63.0'
4049
+ context[:gem_version] = '1.65.0'
4028
4050
  Seahorse::Client::Request.new(handlers, context)
4029
4051
  end
4030
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
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-mediaconnect/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaConnect
55
55
 
56
- GEM_VERSION = '1.63.0'
56
+ GEM_VERSION = '1.65.0'
57
57
 
58
58
  end
data/sig/client.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
@@ -211,7 +212,8 @@ module Aws
211
212
  stream_id: ::String?,
212
213
  vpc_interface_attachment: {
213
214
  vpc_interface_name: ::String?
214
- }?
215
+ }?,
216
+ output_status: ("ENABLED" | "DISABLED")?
215
217
  },
216
218
  ]
217
219
  ) -> _AddFlowOutputsResponseSuccess
@@ -451,7 +453,8 @@ module Aws
451
453
  stream_id: ::String?,
452
454
  vpc_interface_attachment: {
453
455
  vpc_interface_name: ::String?
454
- }?
456
+ }?,
457
+ output_status: ("ENABLED" | "DISABLED")?
455
458
  },
456
459
  ],
457
460
  ?source: {
@@ -1182,7 +1185,8 @@ module Aws
1182
1185
  ?stream_id: ::String,
1183
1186
  ?vpc_interface_attachment: {
1184
1187
  vpc_interface_name: ::String?
1185
- }
1188
+ },
1189
+ ?output_status: ("ENABLED" | "DISABLED")
1186
1190
  ) -> _UpdateFlowOutputResponseSuccess
1187
1191
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateFlowOutputResponseSuccess
1188
1192
 
data/sig/resource.rbs CHANGED
@@ -48,6 +48,7 @@ module Aws
48
48
  ?sdk_ua_app_id: String,
49
49
  ?secret_access_key: String,
50
50
  ?session_token: String,
51
+ ?sigv4a_signing_region_set: Array[String],
51
52
  ?stub_responses: untyped,
52
53
  ?token_provider: untyped,
53
54
  ?use_dualstack_endpoint: bool,
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.63.0
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-06-25 00:00:00.000000000 Z
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
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.199.0
22
+ version: 3.201.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,21 +29,21 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.199.0
32
+ version: 3.201.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
36
36
  requirements:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
- version: '1.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.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: