aws-sdk-medialive 1.97.0 → 1.99.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-medialive/client.rb +19 -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 +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a186c9b3bb2455038bf4b8da26109d8c4538cf1761114e4785ca058b1eafa21e
|
4
|
+
data.tar.gz: 867eb4cd48b4582d5e0d7c36903e5abfa930cafdcab89bb7e9b3118b5bac7c5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3a173698fee5e08b81dd4a8b3094c26a188b03f49685f6ffe7a2777489ef8bc3751f7430e6142e643056943dde8353e855c2e9b4d8563bb474f4bed170b34279
|
7
|
+
data.tar.gz: 7c959756f644b851d5d41875c96a561bd5b559cbc74a4285146427f6226640ee95ae3460ae04dc79ea3f2450cdfa0fe6cb175d2e19057627fdb4e53b517d9e8d
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.99.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.98.0 (2023-03-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.
|
13
|
+
|
4
14
|
1.97.0 (2023-03-03)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.99.0
|
@@ -275,6 +275,11 @@ module Aws::MediaLive
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -538,7 +543,8 @@ module Aws::MediaLive
|
|
538
543
|
# action_name: "__string", # required
|
539
544
|
# schedule_action_settings: { # required
|
540
545
|
# hls_id_3_segment_tagging_settings: {
|
541
|
-
# tag: "__string",
|
546
|
+
# tag: "__string",
|
547
|
+
# id_3: "__string",
|
542
548
|
# },
|
543
549
|
# hls_timed_metadata_settings: {
|
544
550
|
# id_3: "__string", # required
|
@@ -668,6 +674,7 @@ module Aws::MediaLive
|
|
668
674
|
# resp.creates.schedule_actions #=> Array
|
669
675
|
# resp.creates.schedule_actions[0].action_name #=> String
|
670
676
|
# resp.creates.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
677
|
+
# resp.creates.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.id_3 #=> String
|
671
678
|
# resp.creates.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
672
679
|
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
673
680
|
# resp.creates.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
@@ -729,6 +736,7 @@ module Aws::MediaLive
|
|
729
736
|
# resp.deletes.schedule_actions #=> Array
|
730
737
|
# resp.deletes.schedule_actions[0].action_name #=> String
|
731
738
|
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
739
|
+
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.id_3 #=> String
|
732
740
|
# resp.deletes.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
733
741
|
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
734
742
|
# resp.deletes.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
@@ -3707,6 +3715,7 @@ module Aws::MediaLive
|
|
3707
3715
|
# * {Types::DescribeInputDeviceResponse#serial_number #serial_number} => String
|
3708
3716
|
# * {Types::DescribeInputDeviceResponse#type #type} => String
|
3709
3717
|
# * {Types::DescribeInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
|
3718
|
+
# * {Types::DescribeInputDeviceResponse#tags #tags} => Hash<String,String>
|
3710
3719
|
#
|
3711
3720
|
# @example Request syntax with placeholder values
|
3712
3721
|
#
|
@@ -3749,6 +3758,8 @@ module Aws::MediaLive
|
|
3749
3758
|
# resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
3750
3759
|
# resp.uhd_device_settings.width #=> Integer
|
3751
3760
|
# resp.uhd_device_settings.latency_ms #=> Integer
|
3761
|
+
# resp.tags #=> Hash
|
3762
|
+
# resp.tags["__string"] #=> String
|
3752
3763
|
#
|
3753
3764
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/DescribeInputDevice AWS API Documentation
|
3754
3765
|
#
|
@@ -4114,6 +4125,7 @@ module Aws::MediaLive
|
|
4114
4125
|
# resp.schedule_actions #=> Array
|
4115
4126
|
# resp.schedule_actions[0].action_name #=> String
|
4116
4127
|
# resp.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.tag #=> String
|
4128
|
+
# resp.schedule_actions[0].schedule_action_settings.hls_id_3_segment_tagging_settings.id_3 #=> String
|
4117
4129
|
# resp.schedule_actions[0].schedule_action_settings.hls_timed_metadata_settings.id_3 #=> String
|
4118
4130
|
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_attachment_name_reference #=> String
|
4119
4131
|
# resp.schedule_actions[0].schedule_action_settings.input_prepare_settings.input_clipping_settings.input_timecode_source #=> String, one of "ZEROBASED", "EMBEDDED"
|
@@ -4414,6 +4426,8 @@ module Aws::MediaLive
|
|
4414
4426
|
# resp.input_devices[0].uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
4415
4427
|
# resp.input_devices[0].uhd_device_settings.width #=> Integer
|
4416
4428
|
# resp.input_devices[0].uhd_device_settings.latency_ms #=> Integer
|
4429
|
+
# resp.input_devices[0].tags #=> Hash
|
4430
|
+
# resp.input_devices[0].tags["__string"] #=> String
|
4417
4431
|
# resp.next_token #=> String
|
4418
4432
|
#
|
4419
4433
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/ListInputDevices AWS API Documentation
|
@@ -8003,6 +8017,7 @@ module Aws::MediaLive
|
|
8003
8017
|
# * {Types::UpdateInputDeviceResponse#serial_number #serial_number} => String
|
8004
8018
|
# * {Types::UpdateInputDeviceResponse#type #type} => String
|
8005
8019
|
# * {Types::UpdateInputDeviceResponse#uhd_device_settings #uhd_device_settings} => Types::InputDeviceUhdSettings
|
8020
|
+
# * {Types::UpdateInputDeviceResponse#tags #tags} => Hash<String,String>
|
8006
8021
|
#
|
8007
8022
|
# @example Request syntax with placeholder values
|
8008
8023
|
#
|
@@ -8056,6 +8071,8 @@ module Aws::MediaLive
|
|
8056
8071
|
# resp.uhd_device_settings.scan_type #=> String, one of "INTERLACED", "PROGRESSIVE"
|
8057
8072
|
# resp.uhd_device_settings.width #=> Integer
|
8058
8073
|
# resp.uhd_device_settings.latency_ms #=> Integer
|
8074
|
+
# resp.tags #=> Hash
|
8075
|
+
# resp.tags["__string"] #=> String
|
8059
8076
|
#
|
8060
8077
|
# @see http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/UpdateInputDevice AWS API Documentation
|
8061
8078
|
#
|
@@ -8322,7 +8339,7 @@ module Aws::MediaLive
|
|
8322
8339
|
params: params,
|
8323
8340
|
config: config)
|
8324
8341
|
context[:gem_name] = 'aws-sdk-medialive'
|
8325
|
-
context[:gem_version] = '1.
|
8342
|
+
context[:gem_version] = '1.99.0'
|
8326
8343
|
Seahorse::Client::Request.new(handlers, context)
|
8327
8344
|
end
|
8328
8345
|
|
@@ -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.99.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-
|
11
|
+
date: 2023-05-31 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.
|
22
|
+
version: 3.174.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.174.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|