aws-sdk-medialive 1.113.0 → 1.114.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: 55336dccadde85bb52f63dd13ed65b09f215af03072ebdbe4cb31c2f4afde076
4
- data.tar.gz: 1293af200ee0ed5ea89583e0ebd2e842416990ba6dc2ab6b05514f085beac23c
3
+ metadata.gz: d6860b65e9209e79f4b536c814110136d604ff148c408a29e6d3b7109a108928
4
+ data.tar.gz: ca6422109d4a20fd4e9fb60c41eb13179da1f068b1ebbc5e1e0a6dac362f0056
5
5
  SHA512:
6
- metadata.gz: cb9f052123ac48c08ce37c9de8f8bbb8f7eeb23cc810f518e1cdb58df02ecc58f7f8d803796539f2538a90bbf878954085227ca455bb0b5ec6af7dfaa9e664fa
7
- data.tar.gz: 7e1aa14ff5fdb5b9ce6a452bc172e68b4c55ae1daa74f9330df9aad37b62a54198b0b55bb9b6ee5292884f7f047c1bd4bcae84b8b389d35e9ec1bffb20ac4d83
6
+ metadata.gz: 1e50e25d39fdc5292260a5ef280cef0a05b19ee4e8fe14a08a81931f3c0a03733430c3db6a45a10c9c3a2fa346954a0c26d1660b24f6687ad0e7264e67c371d7
7
+ data.tar.gz: 5ac2f40ff6e843da1b192d8bde962c1da7b989582ebc2d04b2df587704a0b6d9e194978a8f97c540c447442fe64d9899d76c1b940f20820dcb4839f196642c08
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.114.0 (2023-12-21)
5
+ ------------------
6
+
7
+ * Feature - MediaLive now supports the ability to configure the audio that an AWS Elemental Link UHD device produces, when the device is configured as the source for a flow in AWS Elemental MediaConnect.
8
+
4
9
  1.113.0 (2023-12-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.113.0
1
+ 1.114.0
@@ -3894,6 +3894,9 @@ module Aws::MediaLive
3894
3894
  # resp.uhd_device_settings.mediaconnect_settings.role_arn #=> String
3895
3895
  # resp.uhd_device_settings.mediaconnect_settings.secret_arn #=> String
3896
3896
  # resp.uhd_device_settings.mediaconnect_settings.source_name #=> String
3897
+ # resp.uhd_device_settings.audio_channel_pairs #=> Array
3898
+ # resp.uhd_device_settings.audio_channel_pairs[0].id #=> Integer
3899
+ # resp.uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
3897
3900
  # resp.tags #=> Hash
3898
3901
  # resp.tags["__string"] #=> String
3899
3902
  # resp.availability_zone #=> String
@@ -4628,6 +4631,9 @@ module Aws::MediaLive
4628
4631
  # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.role_arn #=> String
4629
4632
  # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.secret_arn #=> String
4630
4633
  # resp.input_devices[0].uhd_device_settings.mediaconnect_settings.source_name #=> String
4634
+ # resp.input_devices[0].uhd_device_settings.audio_channel_pairs #=> Array
4635
+ # resp.input_devices[0].uhd_device_settings.audio_channel_pairs[0].id #=> Integer
4636
+ # resp.input_devices[0].uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
4631
4637
  # resp.input_devices[0].tags #=> Hash
4632
4638
  # resp.input_devices[0].tags["__string"] #=> String
4633
4639
  # resp.input_devices[0].availability_zone #=> String
@@ -8367,6 +8373,12 @@ module Aws::MediaLive
8367
8373
  # secret_arn: "__string",
8368
8374
  # source_name: "__string",
8369
8375
  # },
8376
+ # audio_channel_pairs: [
8377
+ # {
8378
+ # id: 1,
8379
+ # profile: "DISABLED", # accepts DISABLED, VBR-AAC_HHE-16000, VBR-AAC_HE-64000, VBR-AAC_LC-128000, CBR-AAC_HQ-192000, CBR-AAC_HQ-256000, CBR-AAC_HQ-384000, CBR-AAC_HQ-512000
8380
+ # },
8381
+ # ],
8370
8382
  # },
8371
8383
  # input_device_id: "__string", # required
8372
8384
  # name: "__string",
@@ -8381,6 +8393,12 @@ module Aws::MediaLive
8381
8393
  # secret_arn: "__string",
8382
8394
  # source_name: "__string",
8383
8395
  # },
8396
+ # audio_channel_pairs: [
8397
+ # {
8398
+ # id: 1,
8399
+ # profile: "DISABLED", # accepts DISABLED, VBR-AAC_HHE-16000, VBR-AAC_HE-64000, VBR-AAC_LC-128000, CBR-AAC_HQ-192000, CBR-AAC_HQ-256000, CBR-AAC_HQ-384000, CBR-AAC_HQ-512000
8400
+ # },
8401
+ # ],
8384
8402
  # },
8385
8403
  # availability_zone: "__string",
8386
8404
  # })
@@ -8425,6 +8443,9 @@ module Aws::MediaLive
8425
8443
  # resp.uhd_device_settings.mediaconnect_settings.role_arn #=> String
8426
8444
  # resp.uhd_device_settings.mediaconnect_settings.secret_arn #=> String
8427
8445
  # resp.uhd_device_settings.mediaconnect_settings.source_name #=> String
8446
+ # resp.uhd_device_settings.audio_channel_pairs #=> Array
8447
+ # resp.uhd_device_settings.audio_channel_pairs[0].id #=> Integer
8448
+ # resp.uhd_device_settings.audio_channel_pairs[0].profile #=> String, one of "DISABLED", "VBR-AAC_HHE-16000", "VBR-AAC_HE-64000", "VBR-AAC_LC-128000", "CBR-AAC_HQ-192000", "CBR-AAC_HQ-256000", "CBR-AAC_HQ-384000", "CBR-AAC_HQ-512000"
8428
8449
  # resp.tags #=> Hash
8429
8450
  # resp.tags["__string"] #=> String
8430
8451
  # resp.availability_zone #=> String
@@ -8697,7 +8718,7 @@ module Aws::MediaLive
8697
8718
  params: params,
8698
8719
  config: config)
8699
8720
  context[:gem_name] = 'aws-sdk-medialive'
8700
- context[:gem_version] = '1.113.0'
8721
+ context[:gem_version] = '1.114.0'
8701
8722
  Seahorse::Client::Request.new(handlers, context)
8702
8723
  end
8703
8724
 
@@ -371,6 +371,8 @@ module Aws::MediaLive
371
371
  InputDevice = Shapes::StructureShape.new(name: 'InputDevice')
372
372
  InputDeviceActiveInput = Shapes::StringShape.new(name: 'InputDeviceActiveInput')
373
373
  InputDeviceCodec = Shapes::StringShape.new(name: 'InputDeviceCodec')
374
+ InputDeviceConfigurableAudioChannelPairConfig = Shapes::StructureShape.new(name: 'InputDeviceConfigurableAudioChannelPairConfig')
375
+ InputDeviceConfigurableAudioChannelPairProfile = Shapes::StringShape.new(name: 'InputDeviceConfigurableAudioChannelPairProfile')
374
376
  InputDeviceConfigurableSettings = Shapes::StructureShape.new(name: 'InputDeviceConfigurableSettings')
375
377
  InputDeviceConfigurationValidationError = Shapes::StructureShape.new(name: 'InputDeviceConfigurationValidationError')
376
378
  InputDeviceConfiguredInput = Shapes::StringShape.new(name: 'InputDeviceConfiguredInput')
@@ -389,6 +391,8 @@ module Aws::MediaLive
389
391
  InputDeviceThumbnail = Shapes::BlobShape.new(name: 'InputDeviceThumbnail', streaming: true)
390
392
  InputDeviceTransferType = Shapes::StringShape.new(name: 'InputDeviceTransferType')
391
393
  InputDeviceType = Shapes::StringShape.new(name: 'InputDeviceType')
394
+ InputDeviceUhdAudioChannelPairConfig = Shapes::StructureShape.new(name: 'InputDeviceUhdAudioChannelPairConfig')
395
+ InputDeviceUhdAudioChannelPairProfile = Shapes::StringShape.new(name: 'InputDeviceUhdAudioChannelPairProfile')
392
396
  InputDeviceUhdSettings = Shapes::StructureShape.new(name: 'InputDeviceUhdSettings')
393
397
  InputFilter = Shapes::StringShape.new(name: 'InputFilter')
394
398
  InputLocation = Shapes::StructureShape.new(name: 'InputLocation')
@@ -825,9 +829,11 @@ module Aws::MediaLive
825
829
  __listOfInputChannelLevel = Shapes::ListShape.new(name: '__listOfInputChannelLevel')
826
830
  __listOfInputDestination = Shapes::ListShape.new(name: '__listOfInputDestination')
827
831
  __listOfInputDestinationRequest = Shapes::ListShape.new(name: '__listOfInputDestinationRequest')
832
+ __listOfInputDeviceConfigurableAudioChannelPairConfig = Shapes::ListShape.new(name: '__listOfInputDeviceConfigurableAudioChannelPairConfig')
828
833
  __listOfInputDeviceRequest = Shapes::ListShape.new(name: '__listOfInputDeviceRequest')
829
834
  __listOfInputDeviceSettings = Shapes::ListShape.new(name: '__listOfInputDeviceSettings')
830
835
  __listOfInputDeviceSummary = Shapes::ListShape.new(name: '__listOfInputDeviceSummary')
836
+ __listOfInputDeviceUhdAudioChannelPairConfig = Shapes::ListShape.new(name: '__listOfInputDeviceUhdAudioChannelPairConfig')
831
837
  __listOfInputSecurityGroup = Shapes::ListShape.new(name: '__listOfInputSecurityGroup')
832
838
  __listOfInputSource = Shapes::ListShape.new(name: '__listOfInputSource')
833
839
  __listOfInputSourceRequest = Shapes::ListShape.new(name: '__listOfInputSourceRequest')
@@ -2142,11 +2148,16 @@ module Aws::MediaLive
2142
2148
  InputDevice.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
2143
2149
  InputDevice.struct_class = Types::InputDevice
2144
2150
 
2151
+ InputDeviceConfigurableAudioChannelPairConfig.add_member(:id, Shapes::ShapeRef.new(shape: __integer, location_name: "id"))
2152
+ InputDeviceConfigurableAudioChannelPairConfig.add_member(:profile, Shapes::ShapeRef.new(shape: InputDeviceConfigurableAudioChannelPairProfile, location_name: "profile"))
2153
+ InputDeviceConfigurableAudioChannelPairConfig.struct_class = Types::InputDeviceConfigurableAudioChannelPairConfig
2154
+
2145
2155
  InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
2146
2156
  InputDeviceConfigurableSettings.add_member(:max_bitrate, Shapes::ShapeRef.new(shape: __integer, location_name: "maxBitrate"))
2147
2157
  InputDeviceConfigurableSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
2148
2158
  InputDeviceConfigurableSettings.add_member(:codec, Shapes::ShapeRef.new(shape: InputDeviceCodec, location_name: "codec"))
2149
2159
  InputDeviceConfigurableSettings.add_member(:mediaconnect_settings, Shapes::ShapeRef.new(shape: InputDeviceMediaConnectConfigurableSettings, location_name: "mediaconnectSettings"))
2160
+ InputDeviceConfigurableSettings.add_member(:audio_channel_pairs, Shapes::ShapeRef.new(shape: __listOfInputDeviceConfigurableAudioChannelPairConfig, location_name: "audioChannelPairs"))
2150
2161
  InputDeviceConfigurableSettings.struct_class = Types::InputDeviceConfigurableSettings
2151
2162
 
2152
2163
  InputDeviceConfigurationValidationError.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
@@ -2207,6 +2218,10 @@ module Aws::MediaLive
2207
2218
  InputDeviceSummary.add_member(:output_type, Shapes::ShapeRef.new(shape: InputDeviceOutputType, location_name: "outputType"))
2208
2219
  InputDeviceSummary.struct_class = Types::InputDeviceSummary
2209
2220
 
2221
+ InputDeviceUhdAudioChannelPairConfig.add_member(:id, Shapes::ShapeRef.new(shape: __integer, location_name: "id"))
2222
+ InputDeviceUhdAudioChannelPairConfig.add_member(:profile, Shapes::ShapeRef.new(shape: InputDeviceUhdAudioChannelPairProfile, location_name: "profile"))
2223
+ InputDeviceUhdAudioChannelPairConfig.struct_class = Types::InputDeviceUhdAudioChannelPairConfig
2224
+
2210
2225
  InputDeviceUhdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
2211
2226
  InputDeviceUhdSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
2212
2227
  InputDeviceUhdSettings.add_member(:device_state, Shapes::ShapeRef.new(shape: InputDeviceState, location_name: "deviceState"))
@@ -2218,6 +2233,7 @@ module Aws::MediaLive
2218
2233
  InputDeviceUhdSettings.add_member(:latency_ms, Shapes::ShapeRef.new(shape: __integer, location_name: "latencyMs"))
2219
2234
  InputDeviceUhdSettings.add_member(:codec, Shapes::ShapeRef.new(shape: InputDeviceCodec, location_name: "codec"))
2220
2235
  InputDeviceUhdSettings.add_member(:mediaconnect_settings, Shapes::ShapeRef.new(shape: InputDeviceMediaConnectSettings, location_name: "mediaconnectSettings"))
2236
+ InputDeviceUhdSettings.add_member(:audio_channel_pairs, Shapes::ShapeRef.new(shape: __listOfInputDeviceUhdAudioChannelPairConfig, location_name: "audioChannelPairs"))
2221
2237
  InputDeviceUhdSettings.struct_class = Types::InputDeviceUhdSettings
2222
2238
 
2223
2239
  InputLocation.add_member(:password_param, Shapes::ShapeRef.new(shape: __string, location_name: "passwordParam"))
@@ -3510,12 +3526,16 @@ module Aws::MediaLive
3510
3526
 
3511
3527
  __listOfInputDestinationRequest.member = Shapes::ShapeRef.new(shape: InputDestinationRequest)
3512
3528
 
3529
+ __listOfInputDeviceConfigurableAudioChannelPairConfig.member = Shapes::ShapeRef.new(shape: InputDeviceConfigurableAudioChannelPairConfig)
3530
+
3513
3531
  __listOfInputDeviceRequest.member = Shapes::ShapeRef.new(shape: InputDeviceRequest)
3514
3532
 
3515
3533
  __listOfInputDeviceSettings.member = Shapes::ShapeRef.new(shape: InputDeviceSettings)
3516
3534
 
3517
3535
  __listOfInputDeviceSummary.member = Shapes::ShapeRef.new(shape: InputDeviceSummary)
3518
3536
 
3537
+ __listOfInputDeviceUhdAudioChannelPairConfig.member = Shapes::ShapeRef.new(shape: InputDeviceUhdAudioChannelPairConfig)
3538
+
3519
3539
  __listOfInputSecurityGroup.member = Shapes::ShapeRef.new(shape: InputSecurityGroup)
3520
3540
 
3521
3541
  __listOfInputSource.member = Shapes::ShapeRef.new(shape: InputSource)
@@ -4358,7 +4358,7 @@ module Aws::MediaLive
4358
4358
  # @return [Types::ThumbnailConfiguration]
4359
4359
  #
4360
4360
  # @!attribute [rw] color_correction_settings
4361
- # Color correction settings
4361
+ # Color Correction Settings
4362
4362
  # @return [Types::ColorCorrectionSettings]
4363
4363
  #
4364
4364
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/EncoderSettings AWS API Documentation
@@ -6566,6 +6566,16 @@ module Aws::MediaLive
6566
6566
  # parameter.
6567
6567
  # @return [Types::InputDeviceMediaConnectConfigurableSettings]
6568
6568
  #
6569
+ # @!attribute [rw] audio_channel_pairs
6570
+ # An array of eight audio configurations, one for each audio pair in
6571
+ # the source. Set up each audio configuration either to exclude the
6572
+ # pair, or to format it and include it in the output from the device.
6573
+ # This parameter applies only to UHD devices, and only when the device
6574
+ # is configured as the source for a MediaConnect flow. For an HD
6575
+ # device, you configure the audio by setting up audio selectors in the
6576
+ # channel configuration.
6577
+ # @return [Array<Types::InputDeviceConfigurableAudioChannelPairConfig>]
6578
+ #
6569
6579
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableSettings AWS API Documentation
6570
6580
  #
6571
6581
  class InputDeviceConfigurableSettings < Struct.new(
@@ -6573,7 +6583,8 @@ module Aws::MediaLive
6573
6583
  :max_bitrate,
6574
6584
  :latency_ms,
6575
6585
  :codec,
6576
- :mediaconnect_settings)
6586
+ :mediaconnect_settings,
6587
+ :audio_channel_pairs)
6577
6588
  SENSITIVE = []
6578
6589
  include Aws::Structure
6579
6590
  end
@@ -6930,6 +6941,14 @@ module Aws::MediaLive
6930
6941
  # Returned only if the outputType is MEDIACONNECT\_FLOW.
6931
6942
  # @return [Types::InputDeviceMediaConnectSettings]
6932
6943
  #
6944
+ # @!attribute [rw] audio_channel_pairs
6945
+ # An array of eight audio configurations, one for each audio pair in
6946
+ # the source. Each audio configuration specifies either to exclude the
6947
+ # pair, or to format it and include it in the output from the UHD
6948
+ # device. Applies only when the device is configured as the source for
6949
+ # a MediaConnect flow.
6950
+ # @return [Array<Types::InputDeviceUhdAudioChannelPairConfig>]
6951
+ #
6933
6952
  # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdSettings AWS API Documentation
6934
6953
  #
6935
6954
  class InputDeviceUhdSettings < Struct.new(
@@ -6943,7 +6962,8 @@ module Aws::MediaLive
6943
6962
  :width,
6944
6963
  :latency_ms,
6945
6964
  :codec,
6946
- :mediaconnect_settings)
6965
+ :mediaconnect_settings,
6966
+ :audio_channel_pairs)
6947
6967
  SENSITIVE = []
6948
6968
  include Aws::Structure
6949
6969
  end
@@ -13182,5 +13202,54 @@ module Aws::MediaLive
13182
13202
  include Aws::Structure
13183
13203
  end
13184
13204
 
13205
+ # One audio configuration that specifies the format for one audio pair
13206
+ # that the device produces as output.
13207
+ #
13208
+ # @!attribute [rw] id
13209
+ # The ID for one audio pair configuration, a value from 1 to 8.
13210
+ # @return [Integer]
13211
+ #
13212
+ # @!attribute [rw] profile
13213
+ # The profile to set for one audio pair configuration. Choose an
13214
+ # enumeration value. Each value describes one audio configuration
13215
+ # using the format (rate control
13216
+ # algorithm)-(codec)\_(quality)-(bitrate in bytes). For example,
13217
+ # CBR-AAC\_HQ-192000. Or choose DISABLED, in which case the device
13218
+ # won't produce audio for this pair.
13219
+ # @return [String]
13220
+ #
13221
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceConfigurableAudioChannelPairConfig AWS API Documentation
13222
+ #
13223
+ class InputDeviceConfigurableAudioChannelPairConfig < Struct.new(
13224
+ :id,
13225
+ :profile)
13226
+ SENSITIVE = []
13227
+ include Aws::Structure
13228
+ end
13229
+
13230
+ # One audio configuration that specifies the format for one audio pair
13231
+ # that the device produces as output.
13232
+ #
13233
+ # @!attribute [rw] id
13234
+ # The ID for one audio pair configuration, a value from 1 to 8.
13235
+ # @return [Integer]
13236
+ #
13237
+ # @!attribute [rw] profile
13238
+ # The profile for one audio pair configuration. This property
13239
+ # describes one audio configuration in the format (rate control
13240
+ # algorithm)-(codec)\_(quality)-(bitrate in bytes). For example,
13241
+ # CBR-AAC\_HQ-192000. Or DISABLED, in which case the device won't
13242
+ # produce audio for this pair.
13243
+ # @return [String]
13244
+ #
13245
+ # @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceUhdAudioChannelPairConfig AWS API Documentation
13246
+ #
13247
+ class InputDeviceUhdAudioChannelPairConfig < Struct.new(
13248
+ :id,
13249
+ :profile)
13250
+ SENSITIVE = []
13251
+ include Aws::Structure
13252
+ end
13253
+
13185
13254
  end
13186
13255
  end
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-medialive/customizations'
53
53
  # @!group service
54
54
  module Aws::MediaLive
55
55
 
56
- GEM_VERSION = '1.113.0'
56
+ GEM_VERSION = '1.114.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-medialive
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.113.0
4
+ version: 1.114.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: 2023-12-04 00:00:00.000000000 Z
11
+ date: 2023-12-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core