aws-sdk-mediatailor 1.49.0 → 1.71.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: 13790039e48f3e63d7a040972153804459d05fe49963df5e3579532032c04e64
4
- data.tar.gz: ca2acc5b5ba08391df043dcd6cd32305b3afa158aab2cbc46761380a4887ca07
3
+ metadata.gz: 6d3306e25a997d1cb11197c948f4aaf0a40f6945f88732cd8fbbfb94f0e7e8cf
4
+ data.tar.gz: 9f9bedae357f4b2a2555f47d5206205eb8226fdf482174f996f7f230d4d21668
5
5
  SHA512:
6
- metadata.gz: 2fc8785851d3068c1985bfeb2ebd7d791a4c55ed96b67f9fbe7bea8795faa4b431e0102771cb202163381b4585af38c99e6be885cdbc8bcc1475aeceb15b9055
7
- data.tar.gz: b9f48231cb818fce1ab1b31c4a742250c0eed522cd2efb5a481f0f3bf0ad2dfc5c064036475b2c0a757e26d21f40bb67d105710038fe4101addb5d9b0737a786
6
+ metadata.gz: e31dc77711fe139d07595c9edbb4fc5c185fd16151343ada01556bf18848e68164b3e2901bc7dc8a5cda0a74de71a78fb17c77014c86b7f9ad7bf62947891b22
7
+ data.tar.gz: 772b662bd17c4aaef4a60fdc99a99a36dd986e4d0bfb97a4c79804904f13c7a258b8ed93e9082daff47842cf4434ef9e5beab92cb8f267406a68694128735db0
data/CHANGELOG.md CHANGED
@@ -1,6 +1,118 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.71.0 (2023-10-04)
5
+ ------------------
6
+
7
+ * Feature - Updates DescribeVodSource to include a list of ad break opportunities in the response
8
+
9
+ 1.70.0 (2023-09-27)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
14
+ 1.69.0 (2023-08-24)
15
+ ------------------
16
+
17
+ * Feature - Adds new source location AUTODETECT_SIGV4 access type.
18
+
19
+ 1.68.0 (2023-07-13)
20
+ ------------------
21
+
22
+ * Feature - Adds categories to MediaTailor channel assembly alerts
23
+
24
+ 1.67.0 (2023-07-11)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.66.0 (2023-07-07)
30
+ ------------------
31
+
32
+ * Feature - The AWS Elemental MediaTailor SDK for Channel Assembly has added support for EXT-X-CUE-OUT and EXT-X-CUE-IN tags to specify ad breaks in HLS outputs, including support for EXT-OATCLS, EXT-X-ASSET, and EXT-X-CUE-OUT-CONT accessory tags.
33
+
34
+ 1.65.0 (2023-07-06)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.64.0 (2023-06-28)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.63.0 (2023-06-15)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.62.0 (2023-05-31)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.61.0 (2023-05-05)
55
+ ------------------
56
+
57
+ * Feature - This release adds support for AFTER_LIVE_EDGE mode configuration for avail suppression, and adding a fill-policy setting that sets the avail suppression to PARTIAL_AVAIL or FULL_AVAIL_ONLY when AFTER_LIVE_EDGE is enabled.
58
+
59
+ 1.60.0 (2023-02-01)
60
+ ------------------
61
+
62
+ * Feature - The AWS Elemental MediaTailor SDK for Channel Assembly has added support for program updates, and the ability to clip the end of VOD sources in programs.
63
+
64
+ 1.59.0 (2023-01-27)
65
+ ------------------
66
+
67
+ * Feature - This release introduces the As Run logging type, along with API and documentation updates.
68
+
69
+ 1.58.0 (2023-01-18)
70
+ ------------------
71
+
72
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
73
+
74
+ * Issue - Replace runtime endpoint resolution approach with generated ruby code.
75
+
76
+ 1.57.0 (2022-10-28)
77
+ ------------------
78
+
79
+ * Feature - This release introduces support for SCTE-35 segmentation descriptor messages which can be sent within time signal messages.
80
+
81
+ 1.56.0 (2022-10-25)
82
+ ------------------
83
+
84
+ * Feature - This release is a documentation update
85
+
86
+ 1.55.0 (2022-04-21)
87
+ ------------------
88
+
89
+ * Feature - This release introduces tiered channels and adds support for live sources. Customers using a STANDARD channel can now create programs using live sources.
90
+
91
+ 1.54.0 (2022-02-24)
92
+ ------------------
93
+
94
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
95
+
96
+ 1.53.0 (2022-02-03)
97
+ ------------------
98
+
99
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
100
+
101
+ 1.52.0 (2022-01-20)
102
+ ------------------
103
+
104
+ * Feature - This release adds support for multiple Segment Delivery Configurations. Users can provide a list of names and URLs when creating or editing a source location. When retrieving content, users can send a header to choose which URL should be used to serve content.
105
+
106
+ 1.51.0 (2022-01-06)
107
+ ------------------
108
+
109
+ * Feature - This release adds support for filler slate when updating MediaTailor channels that use the linear playback mode.
110
+
111
+ 1.50.0 (2021-12-21)
112
+ ------------------
113
+
114
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
115
+
4
116
  1.49.0 (2021-11-30)
5
117
  ------------------
6
118
 
@@ -260,4 +372,4 @@ Unreleased Changes
260
372
  1.0.0 (2018-06-01)
261
373
  ------------------
262
374
 
263
- * Feature - Initial release of `aws-sdk-mediatailor`.
375
+ * Feature - Initial release of `aws-sdk-mediatailor`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.49.0
1
+ 1.71.0