aws-sdk-medialive 1.81.0 → 1.109.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: '0821313cdb1fb2eed9b6c236c648ba8b64b67e24f50958f5f69192094913254c'
4
- data.tar.gz: 519441f02892b769eeaa5c0f8de4e9353572cbae0b7bcbeef5d050fa8af6a0ac
3
+ metadata.gz: 16a227ffa7ad86b5ddedde8c06e3b338e86e7884253f24fb270bcd3a3b33f3e2
4
+ data.tar.gz: 70bd53bb46c657f51844fa5b50175204915092ff9429c2e6d34b51e4d68ff99a
5
5
  SHA512:
6
- metadata.gz: 652e171ee0604e50583859a886389140c7c57d7e9b0a64a58b47675a97e28cffaeebcb8e4954d1772f779948ad0cdf0bd6dd849895019db1ef307659f54d63bc
7
- data.tar.gz: a5f7800c6368270475abb67033f9f07b0fffe377a320b8c23647a1996db858be75dc7b6c66c3e881182d10050a77969b322e1311079c9718c67d9e341096b11f
6
+ metadata.gz: 24c982bc5caa76da5d0a834b33fc0bbbea4f94d733c680f4215a715d55169c7fe7cfb66f3a33374fdd34ab5267f30e98a7673141f15486d4445546f391434e66
7
+ data.tar.gz: 7aa66e7413a3d04c722ec7cc3a81768f0580327f3ea2810040347392ba039e493f37293ed8a7e2d4aac052f7cc153156030cdc7a61d52b77e3e0487c2ed3c8e4
data/CHANGELOG.md CHANGED
@@ -1,6 +1,148 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2023-09-27)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.108.0 (2023-09-11)
10
+ ------------------
11
+
12
+ * Feature - AWS Elemental Link now supports attaching a Link UHD device to a MediaConnect flow.
13
+
14
+ 1.107.0 (2023-09-06)
15
+ ------------------
16
+
17
+ * Feature - Adds advanced Output Locking options for Epoch Locking: Custom Epoch and Jam Sync Time
18
+
19
+ 1.106.0 (2023-08-24)
20
+ ------------------
21
+
22
+ * Feature - MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings.
23
+
24
+ 1.105.0 (2023-08-01)
25
+ ------------------
26
+
27
+ * Feature - AWS Elemental Link devices now report their Availability Zone. Link devices now support the ability to change their Availability Zone.
28
+
29
+ 1.104.0 (2023-07-11)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.103.0 (2023-07-07)
35
+ ------------------
36
+
37
+ * Feature - This release enables the use of Thumbnails in AWS Elemental MediaLive.
38
+
39
+ 1.102.0 (2023-07-06)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.101.0 (2023-06-28)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.100.0 (2023-06-15)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.99.0 (2023-05-31)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.98.0 (2023-03-27)
60
+ ------------------
61
+
62
+ * Feature - AWS Elemental MediaLive now supports ID3 tag insertion for audio only HLS output groups. AWS Elemental Link devices now support tagging.
63
+
64
+ 1.97.0 (2023-03-03)
65
+ ------------------
66
+
67
+ * Feature - AWS Elemental MediaLive adds support for Nielsen watermark timezones.
68
+
69
+ 1.96.0 (2023-01-19)
70
+ ------------------
71
+
72
+ * Feature - AWS Elemental MediaLive adds support for SCTE 35 preRollMilliSeconds.
73
+
74
+ 1.95.0 (2023-01-18)
75
+ ------------------
76
+
77
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
78
+
79
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
80
+
81
+ 1.94.0 (2022-12-20)
82
+ ------------------
83
+
84
+ * Feature - This release adds support for two new features to AWS Elemental MediaLive. First, you can now burn-in timecodes to your MediaLive outputs. Second, we now now support the ability to decode Dolby E audio when it comes in on an input.
85
+
86
+ 1.93.0 (2022-12-09)
87
+ ------------------
88
+
89
+ * Feature - Link devices now support buffer size (latency) configuration. A higher latency value means a longer delay in transmitting from the device to MediaLive, but improved resiliency. A lower latency value means a shorter delay, but less resiliency.
90
+
91
+ 1.92.0 (2022-12-02)
92
+ ------------------
93
+
94
+ * Feature - Updates to Event Signaling and Management (ESAM) API and documentation.
95
+
96
+ 1.91.0 (2022-10-25)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.90.0 (2022-10-13)
102
+ ------------------
103
+
104
+ * Feature - AWS Elemental MediaLive now supports forwarding SCTE-35 messages through the Event Signaling and Management (ESAM) API, and can read those SCTE-35 messages from an inactive source.
105
+
106
+ 1.89.0 (2022-09-08)
107
+ ------------------
108
+
109
+ * Feature - This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
110
+
111
+ 1.88.0 (2022-07-22)
112
+ ------------------
113
+
114
+ * Feature - Link devices now support remote rebooting. Link devices now support maintenance windows. Maintenance windows allow a Link device to install software updates without stopping the MediaLive channel. The channel will experience a brief loss of input from the device while updates are installed.
115
+
116
+ 1.87.0 (2022-06-29)
117
+ ------------------
118
+
119
+ * Feature - This release adds support for automatic renewal of MediaLive reservations at the end of each reservation term. Automatic renewal is optional. This release also adds support for labelling accessibility-focused audio and caption tracks in HLS outputs.
120
+
121
+ 1.86.0 (2022-03-28)
122
+ ------------------
123
+
124
+ * Feature - This release adds support for selecting a maintenance window.
125
+
126
+ 1.85.0 (2022-02-24)
127
+ ------------------
128
+
129
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
130
+
131
+ 1.84.0 (2022-02-03)
132
+ ------------------
133
+
134
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
135
+
136
+ 1.83.0 (2022-01-07)
137
+ ------------------
138
+
139
+ * Feature - This release adds support for selecting the Program Date Time (PDT) Clock source algorithm for HLS outputs.
140
+
141
+ 1.82.0 (2021-12-21)
142
+ ------------------
143
+
144
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
145
+
4
146
  1.81.0 (2021-11-30)
5
147
  ------------------
6
148
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.81.0
1
+ 1.109.0