aws-sdk-medialive 1.97.0 → 1.98.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +14 -2
- data/lib/aws-sdk-medialive/client_api.rb +6 -1
- data/lib/aws-sdk-medialive/types.rb +29 -5
- data/lib/aws-sdk-medialive.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 20833b0df24e0c19985b9deaaee414b4e8ef2cda1e36ffd3a831a44f1ee1875b
|
4
|
+
data.tar.gz: 91e0abfa59ee700579d6521717267ff5c502bdcd60867ad937b4e58cab376134
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 584be72720cb707727fe253ff9b45bac9a15cbac86ee1dd247158e9325d8dd00fe2e396444117314fa09c37d4d0f0aaabf26fd637232ca3faf27a2fd43073300
|
7
|
+
data.tar.gz: c3b8cba4e20f49b1d50ccaae29ed22537378f2b451f592484c5ecc5fd5c6848214bb8780186f3641637842bc19bfd0cce491a603d503883838e90a36f10bf42e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.98.0 (2023-03-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.
|
8
|
+
|
4
9
|
1.97.0 (2023-03-03)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.98.0
|
@@ -538,7 +538,8 @@ module Aws::MediaLive
|
|
538
538
|
# action_name: "__string", # required
|
539
539
|
# schedule_action_settings: { # required
|
540
540
|
# hls_id_3_segment_tagging_settings: {
|
541
|
-
# tag: "__string",
|
541
|
+
# tag: "__string",
|
542
|
+
# id_3: "__string",
|
542
543
|
# },
|
543
544
|
# hls_timed_metadata_settings: {
|
544
545
|
# id_3: "__string", # required
|
@@ -668,6 +669,7 @@ module Aws::MediaLive
|
|
668
669
|
# resp.creates.schedule_actions #=> Array
|
669
670
|
# resp.creates.schedule_actions[0].action_name #=> String
|
670
671
|
# resp.creates.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
672
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.id_3 #=> String
|
671
673
|
# resp.creates.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
672
674
|
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
673
675
|
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
@@ -729,6 +731,7 @@ module Aws::MediaLive
|
|
729
731
|
# resp.deletes.schedule_actions #=> Array
|
730
732
|
# resp.deletes.schedule_actions[0].action_name #=> String
|
731
733
|
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
734
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.id_3 #=> String
|
732
735
|
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
733
736
|
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
734
737
|
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
@@ -3707,6 +3710,7 @@ module Aws::MediaLive
|
|
3707
3710
|
# * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
|
3708
3711
|
# * {Types::DescribeInputDeviceResponse#type #type} => String
|
3709
3712
|
# * {Types::DescribeInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
|
3713
|
+
# * {Types::DescribeInputDeviceResponse#tags #tags} => Hash<String,String>
|
3710
3714
|
#
|
3711
3715
|
# @example Request syntax with placeholder values
|
3712
3716
|
#
|
@@ -3749,6 +3753,8 @@ module Aws::MediaLive
|
|
3749
3753
|
# resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
3750
3754
|
# resp.uhd_device_settings.width #=> Integer
|
3751
3755
|
# resp.uhd_device_settings.latency_ms #=> Integer
|
3756
|
+
# resp.tags #=> Hash
|
3757
|
+
# resp.tags["__string"] #=> String
|
3752
3758
|
#
|
3753
3759
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
|
3754
3760
|
#
|
@@ -4114,6 +4120,7 @@ module Aws::MediaLive
|
|
4114
4120
|
# resp.schedule_actions #=> Array
|
4115
4121
|
# resp.schedule_actions[0].action_name #=> String
|
4116
4122
|
# resp.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
4123
|
+
# resp.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.id_3 #=> String
|
4117
4124
|
# resp.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
4118
4125
|
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
4119
4126
|
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
@@ -4414,6 +4421,8 @@ module Aws::MediaLive
|
|
4414
4421
|
# resp.input_devices[0].uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
4415
4422
|
# resp.input_devices[0].uhd_device_settings.width #=> Integer
|
4416
4423
|
# resp.input_devices[0].uhd_device_settings.latency_ms #=> Integer
|
4424
|
+
# resp.input_devices[0].tags #=> Hash
|
4425
|
+
# resp.input_devices[0].tags["__string"] #=> String
|
4417
4426
|
# resp.next_token #=> String
|
4418
4427
|
#
|
4419
4428
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
|
@@ -8003,6 +8012,7 @@ module Aws::MediaLive
|
|
8003
8012
|
# * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
|
8004
8013
|
# * {Types::UpdateInputDeviceResponse#type #type} => String
|
8005
8014
|
# * {Types::UpdateInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
|
8015
|
+
# * {Types::UpdateInputDeviceResponse#tags #tags} => Hash<String,String>
|
8006
8016
|
#
|
8007
8017
|
# @example Request syntax with placeholder values
|
8008
8018
|
#
|
@@ -8056,6 +8066,8 @@ module Aws::MediaLive
|
|
8056
8066
|
# resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
8057
8067
|
# resp.uhd_device_settings.width #=> Integer
|
8058
8068
|
# resp.uhd_device_settings.latency_ms #=> Integer
|
8069
|
+
# resp.tags #=> Hash
|
8070
|
+
# resp.tags["__string"] #=> String
|
8059
8071
|
#
|
8060
8072
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
|
8061
8073
|
#
|
@@ -8322,7 +8334,7 @@ module Aws::MediaLive
|
|
8322
8334
|
params: params,
|
8323
8335
|
config: config)
|
8324
8336
|
context[:gem_name] = 'aws-sdk-medialive'
|
8325
|
-
context[:gem_version] = '1.
|
8337
|
+
context[:gem_version] = '1.98.0'
|
8326
8338
|
Seahorse::Client::Request.new(handlers, context)
|
8327
8339
|
end
|
8328
8340
|
|
@@ -1485,6 +1485,7 @@ module Aws::MediaLive
|
|
1485
1485
|
DescribeInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
1486
1486
|
DescribeInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
1487
1487
|
DescribeInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
|
1488
|
+
DescribeInputDeviceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
1488
1489
|
DescribeInputDeviceResponse.struct_class = Types::DescribeInputDeviceResponse
|
1489
1490
|
|
1490
1491
|
DescribeInputDeviceThumbnailRequest.add_member(:input_device_id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "inputDeviceId"))
|
@@ -1944,7 +1945,8 @@ module Aws::MediaLive
|
|
1944
1945
|
HlsGroupSettings.add_member(:ts_file_mode, Shapes::ShapeRef.new(shape: HlsTsFileMode, location_name: "tsFileMode"))
|
1945
1946
|
HlsGroupSettings.struct_class = Types::HlsGroupSettings
|
1946
1947
|
|
1947
|
-
HlsId3SegmentTaggingScheduleActionSettings.add_member(:tag, Shapes::ShapeRef.new(shape: __string,
|
1948
|
+
HlsId3SegmentTaggingScheduleActionSettings.add_member(:tag, Shapes::ShapeRef.new(shape: __string, location_name: "tag"))
|
1949
|
+
HlsId3SegmentTaggingScheduleActionSettings.add_member(:id_3, Shapes::ShapeRef.new(shape: __string, location_name: "id3"))
|
1948
1950
|
HlsId3SegmentTaggingScheduleActionSettings.struct_class = Types::HlsId3SegmentTaggingScheduleActionSettings
|
1949
1951
|
|
1950
1952
|
HlsInputSettings.add_member(:bandwidth, Shapes::ShapeRef.new(shape: __integerMin0, location_name: "bandwidth"))
|
@@ -2048,6 +2050,7 @@ module Aws::MediaLive
|
|
2048
2050
|
InputDevice.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
2049
2051
|
InputDevice.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
2050
2052
|
InputDevice.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
|
2053
|
+
InputDevice.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2051
2054
|
InputDevice.struct_class = Types::InputDevice
|
2052
2055
|
|
2053
2056
|
InputDeviceConfigurableSettings.add_member(:configured_input, Shapes::ShapeRef.new(shape: InputDeviceConfiguredInput, location_name: "configuredInput"))
|
@@ -2095,6 +2098,7 @@ module Aws::MediaLive
|
|
2095
2098
|
InputDeviceSummary.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
2096
2099
|
InputDeviceSummary.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
2097
2100
|
InputDeviceSummary.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
|
2101
|
+
InputDeviceSummary.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
2098
2102
|
InputDeviceSummary.struct_class = Types::InputDeviceSummary
|
2099
2103
|
|
2100
2104
|
InputDeviceUhdSettings.add_member(:active_input, Shapes::ShapeRef.new(shape: InputDeviceActiveInput, location_name: "activeInput"))
|
@@ -3154,6 +3158,7 @@ module Aws::MediaLive
|
|
3154
3158
|
UpdateInputDeviceResponse.add_member(:serial_number, Shapes::ShapeRef.new(shape: __string, location_name: "serialNumber"))
|
3155
3159
|
UpdateInputDeviceResponse.add_member(:type, Shapes::ShapeRef.new(shape: InputDeviceType, location_name: "type"))
|
3156
3160
|
UpdateInputDeviceResponse.add_member(:uhd_device_settings, Shapes::ShapeRef.new(shape: InputDeviceUhdSettings, location_name: "uhdDeviceSettings"))
|
3161
|
+
UpdateInputDeviceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
|
3157
3162
|
UpdateInputDeviceResponse.struct_class = Types::UpdateInputDeviceResponse
|
3158
3163
|
|
3159
3164
|
UpdateInputRequest.add_member(:destinations, Shapes::ShapeRef.new(shape: __listOfInputDestinationRequest, location_name: "destinations"))
|
@@ -3098,6 +3098,9 @@ module Aws::MediaLive
|
|
3098
3098
|
# the video characteristics of that source.
|
3099
3099
|
# @return [Types::InputDeviceUhdSettings]
|
3100
3100
|
#
|
3101
|
+
# @!attribute [rw] tags
|
3102
|
+
# @return [Hash<String,String>]
|
3103
|
+
#
|
3101
3104
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDeviceResponse AWS API Documentation
|
3102
3105
|
#
|
3103
3106
|
class DescribeInputDeviceResponse < Struct.new(
|
@@ -3112,7 +3115,8 @@ module Aws::MediaLive
|
|
3112
3115
|
:network_settings,
|
3113
3116
|
:serial_number,
|
3114
3117
|
:type,
|
3115
|
-
:uhd_device_settings
|
3118
|
+
:uhd_device_settings,
|
3119
|
+
:tags)
|
3116
3120
|
SENSITIVE = []
|
3117
3121
|
include Aws::Structure
|
3118
3122
|
end
|
@@ -5744,10 +5748,16 @@ module Aws::MediaLive
|
|
5744
5748
|
# https://docs.aws.amazon.com/medialive/latest/ug/variable-data-identifiers.html
|
5745
5749
|
# @return [String]
|
5746
5750
|
#
|
5751
|
+
# @!attribute [rw] id_3
|
5752
|
+
# Base64 string formatted according to the ID3 specification:
|
5753
|
+
# http://id3.org/id3v2.4.0-structure
|
5754
|
+
# @return [String]
|
5755
|
+
#
|
5747
5756
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/HlsId3SegmentTaggingScheduleActionSettings AWS API Documentation
|
5748
5757
|
#
|
5749
5758
|
class HlsId3SegmentTaggingScheduleActionSettings < Struct.new(
|
5750
|
-
:tag
|
5759
|
+
:tag,
|
5760
|
+
:id_3)
|
5751
5761
|
SENSITIVE = []
|
5752
5762
|
include Aws::Structure
|
5753
5763
|
end
|
@@ -6276,6 +6286,10 @@ module Aws::MediaLive
|
|
6276
6286
|
# Settings that describe an input device that is type UHD.
|
6277
6287
|
# @return [Types::InputDeviceUhdSettings]
|
6278
6288
|
#
|
6289
|
+
# @!attribute [rw] tags
|
6290
|
+
# A collection of key-value pairs.
|
6291
|
+
# @return [Hash<String,String>]
|
6292
|
+
#
|
6279
6293
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDevice AWS API Documentation
|
6280
6294
|
#
|
6281
6295
|
class InputDevice < Struct.new(
|
@@ -6290,7 +6304,8 @@ module Aws::MediaLive
|
|
6290
6304
|
:network_settings,
|
6291
6305
|
:serial_number,
|
6292
6306
|
:type,
|
6293
|
-
:uhd_device_settings
|
6307
|
+
:uhd_device_settings,
|
6308
|
+
:tags)
|
6294
6309
|
SENSITIVE = []
|
6295
6310
|
include Aws::Structure
|
6296
6311
|
end
|
@@ -6519,6 +6534,10 @@ module Aws::MediaLive
|
|
6519
6534
|
# Settings that describe an input device that is type UHD.
|
6520
6535
|
# @return [Types::InputDeviceUhdSettings]
|
6521
6536
|
#
|
6537
|
+
# @!attribute [rw] tags
|
6538
|
+
# A collection of key-value pairs.
|
6539
|
+
# @return [Hash<String,String>]
|
6540
|
+
#
|
6522
6541
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/InputDeviceSummary AWS API Documentation
|
6523
6542
|
#
|
6524
6543
|
class InputDeviceSummary < Struct.new(
|
@@ -6533,7 +6552,8 @@ module Aws::MediaLive
|
|
6533
6552
|
:network_settings,
|
6534
6553
|
:serial_number,
|
6535
6554
|
:type,
|
6536
|
-
:uhd_device_settings
|
6555
|
+
:uhd_device_settings,
|
6556
|
+
:tags)
|
6537
6557
|
SENSITIVE = []
|
6538
6558
|
include Aws::Structure
|
6539
6559
|
end
|
@@ -11819,6 +11839,9 @@ module Aws::MediaLive
|
|
11819
11839
|
# the video characteristics of that source.
|
11820
11840
|
# @return [Types::InputDeviceUhdSettings]
|
11821
11841
|
#
|
11842
|
+
# @!attribute [rw] tags
|
11843
|
+
# @return [Hash<String,String>]
|
11844
|
+
#
|
11822
11845
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDeviceResponse AWS API Documentation
|
11823
11846
|
#
|
11824
11847
|
class UpdateInputDeviceResponse < Struct.new(
|
@@ -11833,7 +11856,8 @@ module Aws::MediaLive
|
|
11833
11856
|
:network_settings,
|
11834
11857
|
:serial_number,
|
11835
11858
|
:type,
|
11836
|
-
:uhd_device_settings
|
11859
|
+
:uhd_device_settings,
|
11860
|
+
:tags)
|
11837
11861
|
SENSITIVE = []
|
11838
11862
|
include Aws::Structure
|
11839
11863
|
end
|
data/lib/aws-sdk-medialive.rb
CHANGED
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.
|
4
|
+
version: 1.98.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-03-
|
11
|
+
date: 2023-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|