aws-sdk-mediatailor 1.31.0 → 1.36.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: d20472f5864fcd625801418113243e5e392791aac0aacd72bd1c384b09ae01a8
4
- data.tar.gz: 0ebf48e6be9faef94a1f83d7026a8ecc8c1465ffa408b7a38929599421b426f6
3
+ metadata.gz: ce581813e4ada524bebdbdac8d18ac9c523e2bfba47063d480118df4a027c2de
4
+ data.tar.gz: 2c67ec15cb2f466647bfef836de05765f614fd9dd8bb8a15e7c18c987c592555
5
5
  SHA512:
6
- metadata.gz: af080564f010119d8ebec2f08bfdae85043809fdf4d7771bb07518c5b28cf6a6a9f7431ed788ecf09ee4199966f3896ce3dbaa8a3c837a38cadb7612f5493023
7
- data.tar.gz: f29417806aa21035665cb58203de4e80b8c6707e90ebbaea789f2b0394561120571c16fcd6d2106c691c0eac987ae2f8edc8c3e7d7332fe209ea8c8a2d54c738
6
+ metadata.gz: d3a56a35d1f7782465c65c2f09ff9127b5b4b7952cf525c5c37e0c77b2b0adc4a8529a9853605b03269bbdcf4da9c67e9fbd899d81d24a30ea79d37e26fb2e92
7
+ data.tar.gz: 7a866b63c429846eeca68d802cab3d2bb4426d59e79ef2c09ecf7c2b14d31bc783f209172fadd1244b111fbd50490747ced1be3abe1d78ead05b01a41b2cb9cf
data/CHANGELOG.md ADDED
@@ -0,0 +1,198 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.36.0 (2021-03-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.35.0 (2021-02-15)
10
+ ------------------
11
+
12
+ * Feature - MediaTailor now supports specifying aliases for dynamic variables. This allows use cases such as binding multiple origin domains to a single MediaTailor playback configuration.
13
+
14
+ 1.34.0 (2021-02-02)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.33.0 (2020-10-23)
20
+ ------------------
21
+
22
+ * Feature - MediaTailor now supports ad marker passthrough for HLS. Use AdMarkerPassthrough to pass EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 from origin manifests into personalized manifests.
23
+
24
+ 1.32.0 (2020-09-30)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.31.0 (2020-09-15)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.30.0 (2020-08-25)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.29.0 (2020-06-23)
40
+ ------------------
41
+
42
+ * Feature - AWS Elemental MediaTailor SDK now allows configuration of Bumper.
43
+
44
+ 1.28.1 (2020-06-11)
45
+ ------------------
46
+
47
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
48
+
49
+ 1.28.0 (2020-06-10)
50
+ ------------------
51
+
52
+ * Issue - This version has been yanked. (#2327).
53
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
54
+
55
+ 1.27.0 (2020-05-28)
56
+ ------------------
57
+
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.26.0 (2020-05-07)
61
+ ------------------
62
+
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.25.0 (2020-04-16)
66
+ ------------------
67
+
68
+ * Feature - AWS Elemental MediaTailor SDK now allows configuration of Avail Suppression.
69
+
70
+ 1.24.0 (2020-03-09)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.23.0 (2020-02-14)
76
+ ------------------
77
+
78
+ * Feature - AWS Elemental MediaTailor SDK now allows configuration of Personalization Threshold for HLS and DASH streams.
79
+
80
+ 1.22.0 (2019-11-26)
81
+ ------------------
82
+
83
+ * Feature - AWS Elemental MediaTailor SDK now allows configuration of the Live Pre-Roll feature for HLS and DASH streams.
84
+
85
+ 1.21.0 (2019-10-23)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.20.0 (2019-07-25)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.19.0 (2019-07-01)
96
+ ------------------
97
+
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.18.0 (2019-06-17)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.17.0 (2019-05-21)
106
+ ------------------
107
+
108
+ * Feature - API update.
109
+
110
+ 1.16.0 (2019-05-15)
111
+ ------------------
112
+
113
+ * Feature - API update.
114
+
115
+ 1.15.0 (2019-05-14)
116
+ ------------------
117
+
118
+ * Feature - API update.
119
+
120
+ 1.14.0 (2019-04-24)
121
+ ------------------
122
+
123
+ * Feature - API update.
124
+
125
+ 1.13.0 (2019-03-21)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.12.0 (2019-03-18)
131
+ ------------------
132
+
133
+ * Feature - API update.
134
+
135
+ 1.11.0 (2019-03-14)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.10.0 (2019-02-13)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.9.0 (2018-12-05)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.8.0 (2018-11-20)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.7.1 (2018-11-16)
156
+ ------------------
157
+
158
+ * Issue - Update version dependency on `aws-sdk-core` to support endpoint discovery.
159
+
160
+ 1.7.0 (2018-11-14)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.6.0 (2018-10-24)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.5.0 (2018-10-23)
171
+ ------------------
172
+
173
+ * Feature - API update.
174
+
175
+ 1.4.0 (2018-09-06)
176
+ ------------------
177
+
178
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
179
+
180
+ 1.3.0 (2018-09-05)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.2.0 (2018-06-26)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.1.0 (2018-06-08)
191
+ ------------------
192
+
193
+ * Feature - API update.
194
+
195
+ 1.0.0 (2018-06-01)
196
+ ------------------
197
+
198
+ * Feature - Initial release of `aws-sdk-mediatailor`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.36.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaTailor
50
50
 
51
- GEM_VERSION = '1.31.0'
51
+ GEM_VERSION = '1.36.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -359,9 +359,11 @@ module Aws::MediaTailor
359
359
  # * {Types::GetPlaybackConfigurationResponse#bumper #bumper} => Types::Bumper
360
360
  # * {Types::GetPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
361
361
  # * {Types::GetPlaybackConfigurationResponse#personalization_threshold_seconds #personalization_threshold_seconds} => Integer
362
+ # * {Types::GetPlaybackConfigurationResponse#configuration_aliases #configuration_aliases} => Hash<String,Hash<String,String>>
362
363
  # * {Types::GetPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
363
364
  # * {Types::GetPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
364
365
  # * {Types::GetPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
366
+ # * {Types::GetPlaybackConfigurationResponse#manifest_processing_rules #manifest_processing_rules} => Types::ManifestProcessingRules
365
367
  # * {Types::GetPlaybackConfigurationResponse#name #name} => String
366
368
  # * {Types::GetPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
367
369
  # * {Types::GetPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
@@ -387,12 +389,16 @@ module Aws::MediaTailor
387
389
  # resp.cdn_configuration.ad_segment_url_prefix #=> String
388
390
  # resp.cdn_configuration.content_segment_url_prefix #=> String
389
391
  # resp.personalization_threshold_seconds #=> Integer
392
+ # resp.configuration_aliases #=> Hash
393
+ # resp.configuration_aliases["__string"] #=> Hash
394
+ # resp.configuration_aliases["__string"]["__string"] #=> String
390
395
  # resp.dash_configuration.manifest_endpoint_prefix #=> String
391
396
  # resp.dash_configuration.mpd_location #=> String
392
397
  # resp.dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
393
398
  # resp.hls_configuration.manifest_endpoint_prefix #=> String
394
399
  # resp.live_pre_roll_configuration.ad_decision_server_url #=> String
395
400
  # resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
401
+ # resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
396
402
  # resp.name #=> String
397
403
  # resp.playback_configuration_arn #=> String
398
404
  # resp.playback_endpoint_prefix #=> String
@@ -428,6 +434,8 @@ module Aws::MediaTailor
428
434
  # * {Types::ListPlaybackConfigurationsResponse#items #items} => Array<Types::PlaybackConfiguration>
429
435
  # * {Types::ListPlaybackConfigurationsResponse#next_token #next_token} => String
430
436
  #
437
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
438
+ #
431
439
  # @example Request syntax with placeholder values
432
440
  #
433
441
  # resp = client.list_playback_configurations({
@@ -442,6 +450,9 @@ module Aws::MediaTailor
442
450
  # resp.items[0].cdn_configuration.ad_segment_url_prefix #=> String
443
451
  # resp.items[0].cdn_configuration.content_segment_url_prefix #=> String
444
452
  # resp.items[0].personalization_threshold_seconds #=> Integer
453
+ # resp.items[0].configuration_aliases #=> Hash
454
+ # resp.items[0].configuration_aliases["__string"] #=> Hash
455
+ # resp.items[0].configuration_aliases["__string"]["__string"] #=> String
445
456
  # resp.items[0].dash_configuration.manifest_endpoint_prefix #=> String
446
457
  # resp.items[0].dash_configuration.mpd_location #=> String
447
458
  # resp.items[0].dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
@@ -520,12 +531,20 @@ module Aws::MediaTailor
520
531
  # The maximum duration of underfilled ad time (in seconds) allowed in an
521
532
  # ad break.
522
533
  #
534
+ # @option params [Hash<String,Hash>] :configuration_aliases
535
+ # Predefined aliases for dynamic variables.
536
+ #
523
537
  # @option params [Types::DashConfigurationForPut] :dash_configuration
524
538
  # The configuration for DASH content.
525
539
  #
526
540
  # @option params [Types::LivePreRollConfiguration] :live_pre_roll_configuration
527
541
  # The configuration for pre-roll ad insertion.
528
542
  #
543
+ # @option params [Types::ManifestProcessingRules] :manifest_processing_rules
544
+ # The configuration for manifest processing rules. Manifest processing
545
+ # rules enable customization of the personalized manifests created by
546
+ # MediaTailor.
547
+ #
529
548
  # @option params [String] :name
530
549
  # The identifier for the playback configuration.
531
550
  #
@@ -557,10 +576,12 @@ module Aws::MediaTailor
557
576
  # * {Types::PutPlaybackConfigurationResponse#avail_suppression #avail_suppression} => Types::AvailSuppression
558
577
  # * {Types::PutPlaybackConfigurationResponse#bumper #bumper} => Types::Bumper
559
578
  # * {Types::PutPlaybackConfigurationResponse#cdn_configuration #cdn_configuration} => Types::CdnConfiguration
579
+ # * {Types::PutPlaybackConfigurationResponse#configuration_aliases #configuration_aliases} => Hash&lt;String,Hash&lt;String,String&gt;&gt;
560
580
  # * {Types::PutPlaybackConfigurationResponse#dash_configuration #dash_configuration} => Types::DashConfiguration
561
581
  # * {Types::PutPlaybackConfigurationResponse#hls_configuration #hls_configuration} => Types::HlsConfiguration
562
582
  # * {Types::PutPlaybackConfigurationResponse#live_pre_roll_configuration #live_pre_roll_configuration} => Types::LivePreRollConfiguration
563
583
  # * {Types::PutPlaybackConfigurationResponse#name #name} => String
584
+ # * {Types::PutPlaybackConfigurationResponse#manifest_processing_rules #manifest_processing_rules} => Types::ManifestProcessingRules
564
585
  # * {Types::PutPlaybackConfigurationResponse#playback_configuration_arn #playback_configuration_arn} => String
565
586
  # * {Types::PutPlaybackConfigurationResponse#playback_endpoint_prefix #playback_endpoint_prefix} => String
566
587
  # * {Types::PutPlaybackConfigurationResponse#session_initialization_endpoint_prefix #session_initialization_endpoint_prefix} => String
@@ -586,6 +607,11 @@ module Aws::MediaTailor
586
607
  # content_segment_url_prefix: "__string",
587
608
  # },
588
609
  # personalization_threshold_seconds: 1,
610
+ # configuration_aliases: {
611
+ # "__string" => {
612
+ # "__string" => "__string",
613
+ # },
614
+ # },
589
615
  # dash_configuration: {
590
616
  # mpd_location: "__string",
591
617
  # origin_manifest_type: "SINGLE_PERIOD", # accepts SINGLE_PERIOD, MULTI_PERIOD
@@ -594,6 +620,11 @@ module Aws::MediaTailor
594
620
  # ad_decision_server_url: "__string",
595
621
  # max_duration_seconds: 1,
596
622
  # },
623
+ # manifest_processing_rules: {
624
+ # ad_marker_passthrough: {
625
+ # enabled: false,
626
+ # },
627
+ # },
597
628
  # name: "__string",
598
629
  # slate_ad_url: "__string",
599
630
  # tags: {
@@ -612,6 +643,9 @@ module Aws::MediaTailor
612
643
  # resp.bumper.start_url #=> String
613
644
  # resp.cdn_configuration.ad_segment_url_prefix #=> String
614
645
  # resp.cdn_configuration.content_segment_url_prefix #=> String
646
+ # resp.configuration_aliases #=> Hash
647
+ # resp.configuration_aliases["__string"] #=> Hash
648
+ # resp.configuration_aliases["__string"]["__string"] #=> String
615
649
  # resp.dash_configuration.manifest_endpoint_prefix #=> String
616
650
  # resp.dash_configuration.mpd_location #=> String
617
651
  # resp.dash_configuration.origin_manifest_type #=> String, one of "SINGLE_PERIOD", "MULTI_PERIOD"
@@ -619,6 +653,7 @@ module Aws::MediaTailor
619
653
  # resp.live_pre_roll_configuration.ad_decision_server_url #=> String
620
654
  # resp.live_pre_roll_configuration.max_duration_seconds #=> Integer
621
655
  # resp.name #=> String
656
+ # resp.manifest_processing_rules.ad_marker_passthrough.enabled #=> Boolean
622
657
  # resp.playback_configuration_arn #=> String
623
658
  # resp.playback_endpoint_prefix #=> String
624
659
  # resp.session_initialization_endpoint_prefix #=> String
@@ -702,7 +737,7 @@ module Aws::MediaTailor
702
737
  params: params,
703
738
  config: config)
704
739
  context[:gem_name] = 'aws-sdk-mediatailor'
705
- context[:gem_version] = '1.31.0'
740
+ context[:gem_version] = '1.36.0'
706
741
  Seahorse::Client::Request.new(handlers, context)
707
742
  end
708
743
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -13,10 +13,13 @@ module Aws::MediaTailor
13
13
 
14
14
  include Seahorse::Model
15
15
 
16
+ AdMarkerPassthrough = Shapes::StructureShape.new(name: 'AdMarkerPassthrough')
16
17
  AvailSuppression = Shapes::StructureShape.new(name: 'AvailSuppression')
17
18
  BadRequestException = Shapes::StructureShape.new(name: 'BadRequestException')
18
19
  Bumper = Shapes::StructureShape.new(name: 'Bumper')
19
20
  CdnConfiguration = Shapes::StructureShape.new(name: 'CdnConfiguration')
21
+ ConfigurationAliasesRequest = Shapes::MapShape.new(name: 'ConfigurationAliasesRequest')
22
+ ConfigurationAliasesResponse = Shapes::MapShape.new(name: 'ConfigurationAliasesResponse')
20
23
  DashConfiguration = Shapes::StructureShape.new(name: 'DashConfiguration')
21
24
  DashConfigurationForPut = Shapes::StructureShape.new(name: 'DashConfigurationForPut')
22
25
  DeletePlaybackConfigurationRequest = Shapes::StructureShape.new(name: 'DeletePlaybackConfigurationRequest')
@@ -29,6 +32,7 @@ module Aws::MediaTailor
29
32
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
30
33
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
31
34
  LivePreRollConfiguration = Shapes::StructureShape.new(name: 'LivePreRollConfiguration')
35
+ ManifestProcessingRules = Shapes::StructureShape.new(name: 'ManifestProcessingRules')
32
36
  Mode = Shapes::StringShape.new(name: 'Mode')
33
37
  OriginManifestType = Shapes::StringShape.new(name: 'OriginManifestType')
34
38
  PlaybackConfiguration = Shapes::StructureShape.new(name: 'PlaybackConfiguration')
@@ -50,6 +54,9 @@ module Aws::MediaTailor
50
54
  __timestampIso8601 = Shapes::TimestampShape.new(name: '__timestampIso8601', timestampFormat: "iso8601")
51
55
  __timestampUnix = Shapes::TimestampShape.new(name: '__timestampUnix', timestampFormat: "unixTimestamp")
52
56
 
57
+ AdMarkerPassthrough.add_member(:enabled, Shapes::ShapeRef.new(shape: __boolean, location_name: "Enabled"))
58
+ AdMarkerPassthrough.struct_class = Types::AdMarkerPassthrough
59
+
53
60
  AvailSuppression.add_member(:mode, Shapes::ShapeRef.new(shape: Mode, location_name: "Mode"))
54
61
  AvailSuppression.add_member(:value, Shapes::ShapeRef.new(shape: __string, location_name: "Value"))
55
62
  AvailSuppression.struct_class = Types::AvailSuppression
@@ -65,6 +72,12 @@ module Aws::MediaTailor
65
72
  CdnConfiguration.add_member(:content_segment_url_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ContentSegmentUrlPrefix"))
66
73
  CdnConfiguration.struct_class = Types::CdnConfiguration
67
74
 
75
+ ConfigurationAliasesRequest.key = Shapes::ShapeRef.new(shape: __string)
76
+ ConfigurationAliasesRequest.value = Shapes::ShapeRef.new(shape: __mapOf__string)
77
+
78
+ ConfigurationAliasesResponse.key = Shapes::ShapeRef.new(shape: __string)
79
+ ConfigurationAliasesResponse.value = Shapes::ShapeRef.new(shape: __mapOf__string)
80
+
68
81
  DashConfiguration.add_member(:manifest_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "ManifestEndpointPrefix"))
69
82
  DashConfiguration.add_member(:mpd_location, Shapes::ShapeRef.new(shape: __string, location_name: "MpdLocation"))
70
83
  DashConfiguration.add_member(:origin_manifest_type, Shapes::ShapeRef.new(shape: OriginManifestType, location_name: "OriginManifestType"))
@@ -87,9 +100,11 @@ module Aws::MediaTailor
87
100
  GetPlaybackConfigurationResponse.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
88
101
  GetPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
89
102
  GetPlaybackConfigurationResponse.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
103
+ GetPlaybackConfigurationResponse.add_member(:configuration_aliases, Shapes::ShapeRef.new(shape: ConfigurationAliasesResponse, location_name: "ConfigurationAliases"))
90
104
  GetPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
91
105
  GetPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
92
106
  GetPlaybackConfigurationResponse.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
107
+ GetPlaybackConfigurationResponse.add_member(:manifest_processing_rules, Shapes::ShapeRef.new(shape: ManifestProcessingRules, location_name: "ManifestProcessingRules"))
93
108
  GetPlaybackConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
94
109
  GetPlaybackConfigurationResponse.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
95
110
  GetPlaybackConfigurationResponse.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
@@ -121,9 +136,13 @@ module Aws::MediaTailor
121
136
  LivePreRollConfiguration.add_member(:max_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "MaxDurationSeconds"))
122
137
  LivePreRollConfiguration.struct_class = Types::LivePreRollConfiguration
123
138
 
139
+ ManifestProcessingRules.add_member(:ad_marker_passthrough, Shapes::ShapeRef.new(shape: AdMarkerPassthrough, location_name: "AdMarkerPassthrough"))
140
+ ManifestProcessingRules.struct_class = Types::ManifestProcessingRules
141
+
124
142
  PlaybackConfiguration.add_member(:ad_decision_server_url, Shapes::ShapeRef.new(shape: __string, location_name: "AdDecisionServerUrl"))
125
143
  PlaybackConfiguration.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
126
144
  PlaybackConfiguration.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
145
+ PlaybackConfiguration.add_member(:configuration_aliases, Shapes::ShapeRef.new(shape: ConfigurationAliasesResponse, location_name: "ConfigurationAliases"))
127
146
  PlaybackConfiguration.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
128
147
  PlaybackConfiguration.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
129
148
  PlaybackConfiguration.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
@@ -141,8 +160,10 @@ module Aws::MediaTailor
141
160
  PutPlaybackConfigurationRequest.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
142
161
  PutPlaybackConfigurationRequest.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
143
162
  PutPlaybackConfigurationRequest.add_member(:personalization_threshold_seconds, Shapes::ShapeRef.new(shape: __integerMin1, location_name: "PersonalizationThresholdSeconds"))
163
+ PutPlaybackConfigurationRequest.add_member(:configuration_aliases, Shapes::ShapeRef.new(shape: ConfigurationAliasesRequest, location_name: "ConfigurationAliases"))
144
164
  PutPlaybackConfigurationRequest.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfigurationForPut, location_name: "DashConfiguration"))
145
165
  PutPlaybackConfigurationRequest.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
166
+ PutPlaybackConfigurationRequest.add_member(:manifest_processing_rules, Shapes::ShapeRef.new(shape: ManifestProcessingRules, location_name: "ManifestProcessingRules"))
146
167
  PutPlaybackConfigurationRequest.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
147
168
  PutPlaybackConfigurationRequest.add_member(:slate_ad_url, Shapes::ShapeRef.new(shape: __string, location_name: "SlateAdUrl"))
148
169
  PutPlaybackConfigurationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: __mapOf__string, location_name: "tags"))
@@ -154,10 +175,12 @@ module Aws::MediaTailor
154
175
  PutPlaybackConfigurationResponse.add_member(:avail_suppression, Shapes::ShapeRef.new(shape: AvailSuppression, location_name: "AvailSuppression"))
155
176
  PutPlaybackConfigurationResponse.add_member(:bumper, Shapes::ShapeRef.new(shape: Bumper, location_name: "Bumper"))
156
177
  PutPlaybackConfigurationResponse.add_member(:cdn_configuration, Shapes::ShapeRef.new(shape: CdnConfiguration, location_name: "CdnConfiguration"))
178
+ PutPlaybackConfigurationResponse.add_member(:configuration_aliases, Shapes::ShapeRef.new(shape: ConfigurationAliasesResponse, location_name: "ConfigurationAliases"))
157
179
  PutPlaybackConfigurationResponse.add_member(:dash_configuration, Shapes::ShapeRef.new(shape: DashConfiguration, location_name: "DashConfiguration"))
158
180
  PutPlaybackConfigurationResponse.add_member(:hls_configuration, Shapes::ShapeRef.new(shape: HlsConfiguration, location_name: "HlsConfiguration"))
159
181
  PutPlaybackConfigurationResponse.add_member(:live_pre_roll_configuration, Shapes::ShapeRef.new(shape: LivePreRollConfiguration, location_name: "LivePreRollConfiguration"))
160
182
  PutPlaybackConfigurationResponse.add_member(:name, Shapes::ShapeRef.new(shape: __string, location_name: "Name"))
183
+ PutPlaybackConfigurationResponse.add_member(:manifest_processing_rules, Shapes::ShapeRef.new(shape: ManifestProcessingRules, location_name: "ManifestProcessingRules"))
161
184
  PutPlaybackConfigurationResponse.add_member(:playback_configuration_arn, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackConfigurationArn"))
162
185
  PutPlaybackConfigurationResponse.add_member(:playback_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "PlaybackEndpointPrefix"))
163
186
  PutPlaybackConfigurationResponse.add_member(:session_initialization_endpoint_prefix, Shapes::ShapeRef.new(shape: __string, location_name: "SessionInitializationEndpointPrefix"))
@@ -226,6 +249,12 @@ module Aws::MediaTailor
226
249
  o.http_request_uri = "/playbackConfigurations"
227
250
  o.input = Shapes::ShapeRef.new(shape: ListPlaybackConfigurationsRequest)
228
251
  o.output = Shapes::ShapeRef.new(shape: ListPlaybackConfigurationsResponse)
252
+ o[:pager] = Aws::Pager.new(
253
+ limit_key: "max_results",
254
+ tokens: {
255
+ "next_token" => "next_token"
256
+ }
257
+ )
229
258
  end)
230
259
 
231
260
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -3,13 +3,31 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
10
  module Aws::MediaTailor
11
11
  module Types
12
12
 
13
+ # @note When making an API call, you may pass AdMarkerPassthrough
14
+ # data as a hash:
15
+ #
16
+ # {
17
+ # enabled: false,
18
+ # }
19
+ #
20
+ # @!attribute [rw] enabled
21
+ # @return [Boolean]
22
+ #
23
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/AdMarkerPassthrough AWS API Documentation
24
+ #
25
+ class AdMarkerPassthrough < Struct.new(
26
+ :enabled)
27
+ SENSITIVE = []
28
+ include Aws::Structure
29
+ end
30
+
13
31
  # @note When making an API call, you may pass AvailSuppression
14
32
  # data as a hash:
15
33
  #
@@ -263,6 +281,10 @@ module Aws::MediaTailor
263
281
  # an ad break.
264
282
  # @return [Integer]
265
283
  #
284
+ # @!attribute [rw] configuration_aliases
285
+ # Predefined aliases for dynamic variables.
286
+ # @return [Hash<String,Hash<String,String>>]
287
+ #
266
288
  # @!attribute [rw] dash_configuration
267
289
  # The configuration for DASH content.
268
290
  # @return [Types::DashConfiguration]
@@ -275,6 +297,12 @@ module Aws::MediaTailor
275
297
  # The configuration for pre-roll ad insertion.
276
298
  # @return [Types::LivePreRollConfiguration]
277
299
  #
300
+ # @!attribute [rw] manifest_processing_rules
301
+ # The configuration for manifest processing rules. Manifest processing
302
+ # rules enable customization of the personalized manifests created by
303
+ # MediaTailor.
304
+ # @return [Types::ManifestProcessingRules]
305
+ #
278
306
  # @!attribute [rw] name
279
307
  # The identifier for the playback configuration.
280
308
  # @return [String]
@@ -327,9 +355,11 @@ module Aws::MediaTailor
327
355
  :bumper,
328
356
  :cdn_configuration,
329
357
  :personalization_threshold_seconds,
358
+ :configuration_aliases,
330
359
  :dash_configuration,
331
360
  :hls_configuration,
332
361
  :live_pre_roll_configuration,
362
+ :manifest_processing_rules,
333
363
  :name,
334
364
  :playback_configuration_arn,
335
365
  :playback_endpoint_prefix,
@@ -430,6 +460,37 @@ module Aws::MediaTailor
430
460
  include Aws::Structure
431
461
  end
432
462
 
463
+ # The configuration for manifest processing rules. Manifest processing
464
+ # rules enable customization of the personalized manifests created by
465
+ # MediaTailor.
466
+ #
467
+ # @note When making an API call, you may pass ManifestProcessingRules
468
+ # data as a hash:
469
+ #
470
+ # {
471
+ # ad_marker_passthrough: {
472
+ # enabled: false,
473
+ # },
474
+ # }
475
+ #
476
+ # @!attribute [rw] ad_marker_passthrough
477
+ # For HLS, when set to `true`, MediaTailor passes through
478
+ # EXT-X-CUE-IN, EXT-X-CUE-OUT, and EXT-X-SPLICEPOINT-SCTE35 ad markers
479
+ # from the origin manifest to the MediaTailor personalized manifest.
480
+ #
481
+ # No logic is applied to these ad markers. For example, if
482
+ # EXT-X-CUE-OUT has a value of `60`, but no ads are filled for that ad
483
+ # break, MediaTailor will not set the value to 0.
484
+ # @return [Types::AdMarkerPassthrough]
485
+ #
486
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediatailor-2018-04-23/ManifestProcessingRules AWS API Documentation
487
+ #
488
+ class ManifestProcessingRules < Struct.new(
489
+ :ad_marker_passthrough)
490
+ SENSITIVE = []
491
+ include Aws::Structure
492
+ end
493
+
433
494
  # @!attribute [rw] ad_decision_server_url
434
495
  # @return [String]
435
496
  #
@@ -441,6 +502,10 @@ module Aws::MediaTailor
441
502
  # @!attribute [rw] personalization_threshold_seconds
442
503
  # @return [Integer]
443
504
  #
505
+ # @!attribute [rw] configuration_aliases
506
+ # Predefined aliases for dynamic variables.
507
+ # @return [Hash<String,Hash<String,String>>]
508
+ #
444
509
  # @!attribute [rw] dash_configuration
445
510
  # The configuration for DASH content.
446
511
  # @return [Types::DashConfiguration]
@@ -479,6 +544,7 @@ module Aws::MediaTailor
479
544
  :ad_decision_server_url,
480
545
  :cdn_configuration,
481
546
  :personalization_threshold_seconds,
547
+ :configuration_aliases,
482
548
  :dash_configuration,
483
549
  :hls_configuration,
484
550
  :name,
@@ -546,6 +612,11 @@ module Aws::MediaTailor
546
612
  # content_segment_url_prefix: "__string",
547
613
  # },
548
614
  # personalization_threshold_seconds: 1,
615
+ # configuration_aliases: {
616
+ # "__string" => {
617
+ # "__string" => "__string",
618
+ # },
619
+ # },
549
620
  # dash_configuration: {
550
621
  # mpd_location: "__string",
551
622
  # origin_manifest_type: "SINGLE_PERIOD", # accepts SINGLE_PERIOD, MULTI_PERIOD
@@ -554,6 +625,11 @@ module Aws::MediaTailor
554
625
  # ad_decision_server_url: "__string",
555
626
  # max_duration_seconds: 1,
556
627
  # },
628
+ # manifest_processing_rules: {
629
+ # ad_marker_passthrough: {
630
+ # enabled: false,
631
+ # },
632
+ # },
557
633
  # name: "__string",
558
634
  # slate_ad_url: "__string",
559
635
  # tags: {
@@ -591,6 +667,10 @@ module Aws::MediaTailor
591
667
  # an ad break.
592
668
  # @return [Integer]
593
669
  #
670
+ # @!attribute [rw] configuration_aliases
671
+ # Predefined aliases for dynamic variables.
672
+ # @return [Hash<String,Hash<String,String>>]
673
+ #
594
674
  # @!attribute [rw] dash_configuration
595
675
  # The configuration for DASH content.
596
676
  # @return [Types::DashConfigurationForPut]
@@ -599,6 +679,12 @@ module Aws::MediaTailor
599
679
  # The configuration for pre-roll ad insertion.
600
680
  # @return [Types::LivePreRollConfiguration]
601
681
  #
682
+ # @!attribute [rw] manifest_processing_rules
683
+ # The configuration for manifest processing rules. Manifest processing
684
+ # rules enable customization of the personalized manifests created by
685
+ # MediaTailor.
686
+ # @return [Types::ManifestProcessingRules]
687
+ #
602
688
  # @!attribute [rw] name
603
689
  # The identifier for the playback configuration.
604
690
  # @return [String]
@@ -637,8 +723,10 @@ module Aws::MediaTailor
637
723
  :bumper,
638
724
  :cdn_configuration,
639
725
  :personalization_threshold_seconds,
726
+ :configuration_aliases,
640
727
  :dash_configuration,
641
728
  :live_pre_roll_configuration,
729
+ :manifest_processing_rules,
642
730
  :name,
643
731
  :slate_ad_url,
644
732
  :tags,
@@ -664,6 +752,10 @@ module Aws::MediaTailor
664
752
  # Amazon CloudFront, for content and ad segment management.
665
753
  # @return [Types::CdnConfiguration]
666
754
  #
755
+ # @!attribute [rw] configuration_aliases
756
+ # Predefined aliases for dynamic variables.
757
+ # @return [Hash<String,Hash<String,String>>]
758
+ #
667
759
  # @!attribute [rw] dash_configuration
668
760
  # The configuration for DASH content.
669
761
  # @return [Types::DashConfiguration]
@@ -679,6 +771,12 @@ module Aws::MediaTailor
679
771
  # @!attribute [rw] name
680
772
  # @return [String]
681
773
  #
774
+ # @!attribute [rw] manifest_processing_rules
775
+ # The configuration for manifest processing rules. Manifest processing
776
+ # rules enable customization of the personalized manifests created by
777
+ # MediaTailor.
778
+ # @return [Types::ManifestProcessingRules]
779
+ #
682
780
  # @!attribute [rw] playback_configuration_arn
683
781
  # @return [String]
684
782
  #
@@ -707,10 +805,12 @@ module Aws::MediaTailor
707
805
  :avail_suppression,
708
806
  :bumper,
709
807
  :cdn_configuration,
808
+ :configuration_aliases,
710
809
  :dash_configuration,
711
810
  :hls_configuration,
712
811
  :live_pre_roll_configuration,
713
812
  :name,
813
+ :manifest_processing_rules,
714
814
  :playback_configuration_arn,
715
815
  :playback_endpoint_prefix,
716
816
  :session_initialization_endpoint_prefix,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediatailor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.31.0
4
+ version: 1.36.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: 2020-09-15 00:00:00.000000000 Z
11
+ date: 2021-03-10 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.99.0
22
+ version: 3.112.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.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for AWS MediaTailor (MediaTailor). This gem is
48
48
  part of the AWS SDK for Ruby.
49
49
  email:
50
- - trevrowe@amazon.com
50
+ - aws-dr-rubygems@amazon.com
51
51
  executables: []
52
52
  extensions: []
53
53
  extra_rdoc_files: []
54
54
  files:
55
+ - CHANGELOG.md
56
+ - LICENSE.txt
57
+ - VERSION
55
58
  - lib/aws-sdk-mediatailor.rb
56
59
  - lib/aws-sdk-mediatailor/client.rb
57
60
  - lib/aws-sdk-mediatailor/client_api.rb