aws-sdk-mediatailor 1.49.0 → 1.71.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +113 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-mediatailor/client.rb +966 -95
- data/lib/aws-sdk-mediatailor/client_api.rb +331 -55
- data/lib/aws-sdk-mediatailor/endpoint_parameters.rb +66 -0
- data/lib/aws-sdk-mediatailor/endpoint_provider.rb +54 -0
- data/lib/aws-sdk-mediatailor/endpoints.rb +632 -0
- data/lib/aws-sdk-mediatailor/plugins/endpoints.rb +156 -0
- data/lib/aws-sdk-mediatailor/types.rb +1516 -933
- data/lib/aws-sdk-mediatailor.rb +6 -2
- metadata +8 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6d3306e25a997d1cb11197c948f4aaf0a40f6945f88732cd8fbbfb94f0e7e8cf
|
4
|
+
data.tar.gz: 9f9bedae357f4b2a2555f47d5206205eb8226fdf482174f996f7f230d4d21668
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
1
|
+
1.71.0
|