aws-sdk-mediapackage 1.37.0 → 1.41.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: 7b50b7cbbb79e101d2d16e0b655796e4d567d7a7ec0859250ffab1b6394d90e2
4
- data.tar.gz: ddbc1a116443a68b29e453e95c7231a531163560cbef45935d5515f2eb512e24
3
+ metadata.gz: 7a855102662673ffc740b7968f0ec6fcbb7da188e38195a69387a36368e22335
4
+ data.tar.gz: 3912cd2599ef53ef5aff339e6b78cdd56b20dd6f730148153609a7ee10e4b1c5
5
5
  SHA512:
6
- metadata.gz: 444c523404e9d66eca6006e40bfd8ccb3b5524d0460091ce80511d585573024ed0c93ace7cb5172260d928094b1fd700d21e19ab87ab217bc517144f95cacfea
7
- data.tar.gz: 42ace0c37dfd78ae48801fb88d25ba5bb09f521bc5c5ffbdea204988f5e947b788ae5a2ab56742a3d49d7eee5c970f80488915a5a384bcea600de625be705e1c
6
+ metadata.gz: e43ebcd2966ccf8ca108ed1e3da7e79d619429bba87c7139e35a8e69a17b795a1f10e246c06b578635e06f1d0a1945593d1b1b295de0fd90a8382c12548b16be
7
+ data.tar.gz: ca032649b07f74fd406d618e8ee7d6c3df61f891a821656233561548d0b23dccd9bb8f1d666c8729d0966226f0def6cb1377e0c52be1ea8dcb3675f6c39a0f9c
data/CHANGELOG.md ADDED
@@ -0,0 +1,223 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.41.0 (2021-07-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.40.0 (2021-04-23)
10
+ ------------------
11
+
12
+ * Feature - Add support for Widevine DRM on CMAF origin endpoints. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
13
+
14
+ 1.39.0 (2021-04-02)
15
+ ------------------
16
+
17
+ * Feature - SPEKE v2 is an upgrade to the existing SPEKE API to support multiple encryption keys, based on an encryption contract selected by the customer.
18
+
19
+ 1.38.0 (2021-03-10)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.37.0 (2021-02-02)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.36.0 (2020-10-07)
30
+ ------------------
31
+
32
+ * Feature - AWS Elemental MediaPackage provides access logs that capture detailed information about requests sent to a customer's MediaPackage channel.
33
+
34
+ 1.35.0 (2020-09-30)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.34.0 (2020-09-15)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.33.0 (2020-09-03)
45
+ ------------------
46
+
47
+ * Feature - Enables inserting a UTCTiming XML tag in the output manifest of a DASH endpoint which a media player will use to help with time synchronization.
48
+
49
+ 1.32.0 (2020-08-25)
50
+ ------------------
51
+
52
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
53
+
54
+ 1.31.0 (2020-07-24)
55
+ ------------------
56
+
57
+ * Feature - The release adds daterange as a new ad marker option. This option enables MediaPackage to insert EXT-X-DATERANGE tags in HLS and CMAF manifests. The EXT-X-DATERANGE tag is used to signal ad and program transition events.
58
+
59
+ 1.30.0 (2020-06-23)
60
+ ------------------
61
+
62
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
63
+
64
+ 1.29.1 (2020-06-11)
65
+ ------------------
66
+
67
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
68
+
69
+ 1.29.0 (2020-06-10)
70
+ ------------------
71
+
72
+ * Issue - This version has been yanked. (#2327).
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.28.0 (2020-05-28)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.27.0 (2020-05-07)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.26.0 (2020-03-09)
86
+ ------------------
87
+
88
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
89
+
90
+ 1.25.0 (2020-01-06)
91
+ ------------------
92
+
93
+ * Feature - You can now restrict direct access to AWS Elemental MediaPackage by securing requests for live content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code.
94
+
95
+ 1.24.0 (2019-10-23)
96
+ ------------------
97
+
98
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
99
+
100
+ 1.23.0 (2019-10-04)
101
+ ------------------
102
+
103
+ * Feature - New Harvest Job APIs to export segment-accurate content windows from MediaPackage Origin Endpoints to S3. See https://docs.aws.amazon.com/mediapackage/latest/ug/harvest-jobs.html for more info
104
+
105
+ 1.22.0 (2019-07-25)
106
+ ------------------
107
+
108
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
109
+
110
+ 1.21.0 (2019-07-01)
111
+ ------------------
112
+
113
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
114
+
115
+ 1.20.0 (2019-06-21)
116
+ ------------------
117
+
118
+ * Feature - Added two new origin endpoint fields for configuring which SCTE-35 messages are treated as advertisements.
119
+
120
+ 1.19.0 (2019-06-17)
121
+ ------------------
122
+
123
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
124
+
125
+ 1.18.0 (2019-05-21)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.17.0 (2019-05-15)
131
+ ------------------
132
+
133
+ * Feature - API update.
134
+
135
+ 1.16.0 (2019-05-14)
136
+ ------------------
137
+
138
+ * Feature - API update.
139
+
140
+ 1.15.0 (2019-03-21)
141
+ ------------------
142
+
143
+ * Feature - API update.
144
+
145
+ 1.14.0 (2019-03-18)
146
+ ------------------
147
+
148
+ * Feature - API update.
149
+
150
+ 1.13.0 (2019-03-14)
151
+ ------------------
152
+
153
+ * Feature - API update.
154
+
155
+ 1.12.0 (2019-03-04)
156
+ ------------------
157
+
158
+ * Feature - API update.
159
+
160
+ 1.11.0 (2019-02-11)
161
+ ------------------
162
+
163
+ * Feature - API update.
164
+
165
+ 1.10.0 (2018-11-20)
166
+ ------------------
167
+
168
+ * Feature - API update.
169
+
170
+ 1.9.1 (2018-11-16)
171
+ ------------------
172
+
173
+ * Issue - Update version dependency on `aws-sdk-core` to support endpoint discovery.
174
+
175
+ 1.9.0 (2018-11-09)
176
+ ------------------
177
+
178
+ * Feature - API update.
179
+
180
+ 1.8.0 (2018-10-24)
181
+ ------------------
182
+
183
+ * Feature - API update.
184
+
185
+ 1.7.0 (2018-10-23)
186
+ ------------------
187
+
188
+ * Feature - API update.
189
+
190
+ 1.6.0 (2018-09-06)
191
+ ------------------
192
+
193
+ * Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
194
+
195
+ 1.5.0 (2018-09-05)
196
+ ------------------
197
+
198
+ * Feature - API update.
199
+
200
+ 1.4.0 (2018-08-29)
201
+ ------------------
202
+
203
+ * Feature - API update.
204
+
205
+ 1.3.0 (2018-07-19)
206
+ ------------------
207
+
208
+ * Feature - API update.
209
+
210
+ 1.2.0 (2018-06-26)
211
+ ------------------
212
+
213
+ * Feature - API update.
214
+
215
+ 1.1.0 (2018-04-10)
216
+ ------------------
217
+
218
+ * Feature - API update.
219
+
220
+ 1.0.0 (2017-11-27)
221
+ ------------------
222
+
223
+ * Feature - Initial release of `aws-sdk-mediapackage`.
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.41.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-mediapackage/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaPackage
50
50
 
51
- GEM_VERSION = '1.37.0'
51
+ GEM_VERSION = '1.41.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
 
@@ -564,9 +564,14 @@ module Aws::MediaPackage
564
564
  # channel_id: "__string", # required
565
565
  # cmaf_package: {
566
566
  # encryption: {
567
+ # constant_initialization_vector: "__string",
567
568
  # key_rotation_interval_seconds: 1,
568
569
  # speke_key_provider: { # required
569
570
  # certificate_arn: "__string",
571
+ # encryption_contract_configuration: {
572
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
573
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
574
+ # },
570
575
  # resource_id: "__string", # required
571
576
  # role_arn: "__string", # required
572
577
  # system_ids: ["__string"], # required
@@ -601,6 +606,10 @@ module Aws::MediaPackage
601
606
  # key_rotation_interval_seconds: 1,
602
607
  # speke_key_provider: { # required
603
608
  # certificate_arn: "__string",
609
+ # encryption_contract_configuration: {
610
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
611
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
612
+ # },
604
613
  # resource_id: "__string", # required
605
614
  # role_arn: "__string", # required
606
615
  # system_ids: ["__string"], # required
@@ -636,6 +645,10 @@ module Aws::MediaPackage
636
645
  # repeat_ext_x_key: false,
637
646
  # speke_key_provider: { # required
638
647
  # certificate_arn: "__string",
648
+ # encryption_contract_configuration: {
649
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
650
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
651
+ # },
639
652
  # resource_id: "__string", # required
640
653
  # role_arn: "__string", # required
641
654
  # system_ids: ["__string"], # required
@@ -660,6 +673,10 @@ module Aws::MediaPackage
660
673
  # encryption: {
661
674
  # speke_key_provider: { # required
662
675
  # certificate_arn: "__string",
676
+ # encryption_contract_configuration: {
677
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
678
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
679
+ # },
663
680
  # resource_id: "__string", # required
664
681
  # role_arn: "__string", # required
665
682
  # system_ids: ["__string"], # required
@@ -689,8 +706,11 @@ module Aws::MediaPackage
689
706
  # resp.authorization.cdn_identifier_secret #=> String
690
707
  # resp.authorization.secrets_role_arn #=> String
691
708
  # resp.channel_id #=> String
709
+ # resp.cmaf_package.encryption.constant_initialization_vector #=> String
692
710
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
693
711
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
712
+ # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
713
+ # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
694
714
  # resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String
695
715
  # resp.cmaf_package.encryption.speke_key_provider.role_arn #=> String
696
716
  # resp.cmaf_package.encryption.speke_key_provider.system_ids #=> Array
@@ -715,6 +735,8 @@ module Aws::MediaPackage
715
735
  # resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
716
736
  # resp.dash_package.encryption.key_rotation_interval_seconds #=> Integer
717
737
  # resp.dash_package.encryption.speke_key_provider.certificate_arn #=> String
738
+ # resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
739
+ # resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
718
740
  # resp.dash_package.encryption.speke_key_provider.resource_id #=> String
719
741
  # resp.dash_package.encryption.speke_key_provider.role_arn #=> String
720
742
  # resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
@@ -745,6 +767,8 @@ module Aws::MediaPackage
745
767
  # resp.hls_package.encryption.key_rotation_interval_seconds #=> Integer
746
768
  # resp.hls_package.encryption.repeat_ext_x_key #=> Boolean
747
769
  # resp.hls_package.encryption.speke_key_provider.certificate_arn #=> String
770
+ # resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
771
+ # resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
748
772
  # resp.hls_package.encryption.speke_key_provider.resource_id #=> String
749
773
  # resp.hls_package.encryption.speke_key_provider.role_arn #=> String
750
774
  # resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
@@ -762,6 +786,8 @@ module Aws::MediaPackage
762
786
  # resp.id #=> String
763
787
  # resp.manifest_name #=> String
764
788
  # resp.mss_package.encryption.speke_key_provider.certificate_arn #=> String
789
+ # resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
790
+ # resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
765
791
  # resp.mss_package.encryption.speke_key_provider.resource_id #=> String
766
792
  # resp.mss_package.encryption.speke_key_provider.role_arn #=> String
767
793
  # resp.mss_package.encryption.speke_key_provider.system_ids #=> Array
@@ -956,8 +982,11 @@ module Aws::MediaPackage
956
982
  # resp.authorization.cdn_identifier_secret #=> String
957
983
  # resp.authorization.secrets_role_arn #=> String
958
984
  # resp.channel_id #=> String
985
+ # resp.cmaf_package.encryption.constant_initialization_vector #=> String
959
986
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
960
987
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
988
+ # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
989
+ # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
961
990
  # resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String
962
991
  # resp.cmaf_package.encryption.speke_key_provider.role_arn #=> String
963
992
  # resp.cmaf_package.encryption.speke_key_provider.system_ids #=> Array
@@ -982,6 +1011,8 @@ module Aws::MediaPackage
982
1011
  # resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
983
1012
  # resp.dash_package.encryption.key_rotation_interval_seconds #=> Integer
984
1013
  # resp.dash_package.encryption.speke_key_provider.certificate_arn #=> String
1014
+ # resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1015
+ # resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
985
1016
  # resp.dash_package.encryption.speke_key_provider.resource_id #=> String
986
1017
  # resp.dash_package.encryption.speke_key_provider.role_arn #=> String
987
1018
  # resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1012,6 +1043,8 @@ module Aws::MediaPackage
1012
1043
  # resp.hls_package.encryption.key_rotation_interval_seconds #=> Integer
1013
1044
  # resp.hls_package.encryption.repeat_ext_x_key #=> Boolean
1014
1045
  # resp.hls_package.encryption.speke_key_provider.certificate_arn #=> String
1046
+ # resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1047
+ # resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1015
1048
  # resp.hls_package.encryption.speke_key_provider.resource_id #=> String
1016
1049
  # resp.hls_package.encryption.speke_key_provider.role_arn #=> String
1017
1050
  # resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1029,6 +1062,8 @@ module Aws::MediaPackage
1029
1062
  # resp.id #=> String
1030
1063
  # resp.manifest_name #=> String
1031
1064
  # resp.mss_package.encryption.speke_key_provider.certificate_arn #=> String
1065
+ # resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1066
+ # resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1032
1067
  # resp.mss_package.encryption.speke_key_provider.resource_id #=> String
1033
1068
  # resp.mss_package.encryption.speke_key_provider.role_arn #=> String
1034
1069
  # resp.mss_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1185,8 +1220,11 @@ module Aws::MediaPackage
1185
1220
  # resp.origin_endpoints[0].authorization.cdn_identifier_secret #=> String
1186
1221
  # resp.origin_endpoints[0].authorization.secrets_role_arn #=> String
1187
1222
  # resp.origin_endpoints[0].channel_id #=> String
1223
+ # resp.origin_endpoints[0].cmaf_package.encryption.constant_initialization_vector #=> String
1188
1224
  # resp.origin_endpoints[0].cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
1189
1225
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
1226
+ # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1227
+ # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1190
1228
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.resource_id #=> String
1191
1229
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.role_arn #=> String
1192
1230
  # resp.origin_endpoints[0].cmaf_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1211,6 +1249,8 @@ module Aws::MediaPackage
1211
1249
  # resp.origin_endpoints[0].dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
1212
1250
  # resp.origin_endpoints[0].dash_package.encryption.key_rotation_interval_seconds #=> Integer
1213
1251
  # resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.certificate_arn #=> String
1252
+ # resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1253
+ # resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1214
1254
  # resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.resource_id #=> String
1215
1255
  # resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.role_arn #=> String
1216
1256
  # resp.origin_endpoints[0].dash_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1241,6 +1281,8 @@ module Aws::MediaPackage
1241
1281
  # resp.origin_endpoints[0].hls_package.encryption.key_rotation_interval_seconds #=> Integer
1242
1282
  # resp.origin_endpoints[0].hls_package.encryption.repeat_ext_x_key #=> Boolean
1243
1283
  # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.certificate_arn #=> String
1284
+ # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1285
+ # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1244
1286
  # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.resource_id #=> String
1245
1287
  # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.role_arn #=> String
1246
1288
  # resp.origin_endpoints[0].hls_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1258,6 +1300,8 @@ module Aws::MediaPackage
1258
1300
  # resp.origin_endpoints[0].id #=> String
1259
1301
  # resp.origin_endpoints[0].manifest_name #=> String
1260
1302
  # resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.certificate_arn #=> String
1303
+ # resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1304
+ # resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1261
1305
  # resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.resource_id #=> String
1262
1306
  # resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.role_arn #=> String
1263
1307
  # resp.origin_endpoints[0].mss_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1558,9 +1602,14 @@ module Aws::MediaPackage
1558
1602
  # },
1559
1603
  # cmaf_package: {
1560
1604
  # encryption: {
1605
+ # constant_initialization_vector: "__string",
1561
1606
  # key_rotation_interval_seconds: 1,
1562
1607
  # speke_key_provider: { # required
1563
1608
  # certificate_arn: "__string",
1609
+ # encryption_contract_configuration: {
1610
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
1611
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
1612
+ # },
1564
1613
  # resource_id: "__string", # required
1565
1614
  # role_arn: "__string", # required
1566
1615
  # system_ids: ["__string"], # required
@@ -1595,6 +1644,10 @@ module Aws::MediaPackage
1595
1644
  # key_rotation_interval_seconds: 1,
1596
1645
  # speke_key_provider: { # required
1597
1646
  # certificate_arn: "__string",
1647
+ # encryption_contract_configuration: {
1648
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
1649
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
1650
+ # },
1598
1651
  # resource_id: "__string", # required
1599
1652
  # role_arn: "__string", # required
1600
1653
  # system_ids: ["__string"], # required
@@ -1630,6 +1683,10 @@ module Aws::MediaPackage
1630
1683
  # repeat_ext_x_key: false,
1631
1684
  # speke_key_provider: { # required
1632
1685
  # certificate_arn: "__string",
1686
+ # encryption_contract_configuration: {
1687
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
1688
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
1689
+ # },
1633
1690
  # resource_id: "__string", # required
1634
1691
  # role_arn: "__string", # required
1635
1692
  # system_ids: ["__string"], # required
@@ -1654,6 +1711,10 @@ module Aws::MediaPackage
1654
1711
  # encryption: {
1655
1712
  # speke_key_provider: { # required
1656
1713
  # certificate_arn: "__string",
1714
+ # encryption_contract_configuration: {
1715
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
1716
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
1717
+ # },
1657
1718
  # resource_id: "__string", # required
1658
1719
  # role_arn: "__string", # required
1659
1720
  # system_ids: ["__string"], # required
@@ -1680,8 +1741,11 @@ module Aws::MediaPackage
1680
1741
  # resp.authorization.cdn_identifier_secret #=> String
1681
1742
  # resp.authorization.secrets_role_arn #=> String
1682
1743
  # resp.channel_id #=> String
1744
+ # resp.cmaf_package.encryption.constant_initialization_vector #=> String
1683
1745
  # resp.cmaf_package.encryption.key_rotation_interval_seconds #=> Integer
1684
1746
  # resp.cmaf_package.encryption.speke_key_provider.certificate_arn #=> String
1747
+ # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1748
+ # resp.cmaf_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1685
1749
  # resp.cmaf_package.encryption.speke_key_provider.resource_id #=> String
1686
1750
  # resp.cmaf_package.encryption.speke_key_provider.role_arn #=> String
1687
1751
  # resp.cmaf_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1706,6 +1770,8 @@ module Aws::MediaPackage
1706
1770
  # resp.dash_package.ads_on_delivery_restrictions #=> String, one of "NONE", "RESTRICTED", "UNRESTRICTED", "BOTH"
1707
1771
  # resp.dash_package.encryption.key_rotation_interval_seconds #=> Integer
1708
1772
  # resp.dash_package.encryption.speke_key_provider.certificate_arn #=> String
1773
+ # resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1774
+ # resp.dash_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1709
1775
  # resp.dash_package.encryption.speke_key_provider.resource_id #=> String
1710
1776
  # resp.dash_package.encryption.speke_key_provider.role_arn #=> String
1711
1777
  # resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1736,6 +1802,8 @@ module Aws::MediaPackage
1736
1802
  # resp.hls_package.encryption.key_rotation_interval_seconds #=> Integer
1737
1803
  # resp.hls_package.encryption.repeat_ext_x_key #=> Boolean
1738
1804
  # resp.hls_package.encryption.speke_key_provider.certificate_arn #=> String
1805
+ # resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1806
+ # resp.hls_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1739
1807
  # resp.hls_package.encryption.speke_key_provider.resource_id #=> String
1740
1808
  # resp.hls_package.encryption.speke_key_provider.role_arn #=> String
1741
1809
  # resp.hls_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1753,6 +1821,8 @@ module Aws::MediaPackage
1753
1821
  # resp.id #=> String
1754
1822
  # resp.manifest_name #=> String
1755
1823
  # resp.mss_package.encryption.speke_key_provider.certificate_arn #=> String
1824
+ # resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_audio #=> String, one of "PRESET-AUDIO-1"
1825
+ # resp.mss_package.encryption.speke_key_provider.encryption_contract_configuration.preset_speke_20_video #=> String, one of "PRESET-VIDEO-1"
1756
1826
  # resp.mss_package.encryption.speke_key_provider.resource_id #=> String
1757
1827
  # resp.mss_package.encryption.speke_key_provider.role_arn #=> String
1758
1828
  # resp.mss_package.encryption.speke_key_provider.system_ids #=> Array
@@ -1794,7 +1864,7 @@ module Aws::MediaPackage
1794
1864
  params: params,
1795
1865
  config: config)
1796
1866
  context[:gem_name] = 'aws-sdk-mediapackage'
1797
- context[:gem_version] = '1.37.0'
1867
+ context[:gem_version] = '1.41.0'
1798
1868
  Seahorse::Client::Request.new(handlers, context)
1799
1869
  end
1800
1870
 
@@ -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
 
@@ -46,6 +46,7 @@ module Aws::MediaPackage
46
46
  DescribeOriginEndpointRequest = Shapes::StructureShape.new(name: 'DescribeOriginEndpointRequest')
47
47
  DescribeOriginEndpointResponse = Shapes::StructureShape.new(name: 'DescribeOriginEndpointResponse')
48
48
  EgressAccessLogs = Shapes::StructureShape.new(name: 'EgressAccessLogs')
49
+ EncryptionContractConfiguration = Shapes::StructureShape.new(name: 'EncryptionContractConfiguration')
49
50
  EncryptionMethod = Shapes::StringShape.new(name: 'EncryptionMethod')
50
51
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
51
52
  HarvestJob = Shapes::StructureShape.new(name: 'HarvestJob')
@@ -78,6 +79,8 @@ module Aws::MediaPackage
78
79
  OriginEndpointUpdateParameters = Shapes::StructureShape.new(name: 'OriginEndpointUpdateParameters')
79
80
  Origination = Shapes::StringShape.new(name: 'Origination')
80
81
  PlaylistType = Shapes::StringShape.new(name: 'PlaylistType')
82
+ PresetSpeke20Audio = Shapes::StringShape.new(name: 'PresetSpeke20Audio')
83
+ PresetSpeke20Video = Shapes::StringShape.new(name: 'PresetSpeke20Video')
81
84
  Profile = Shapes::StringShape.new(name: 'Profile')
82
85
  RotateChannelCredentialsRequest = Shapes::StructureShape.new(name: 'RotateChannelCredentialsRequest')
83
86
  RotateChannelCredentialsResponse = Shapes::StructureShape.new(name: 'RotateChannelCredentialsResponse')
@@ -145,6 +148,7 @@ module Aws::MediaPackage
145
148
  ChannelUpdateParameters.add_member(:description, Shapes::ShapeRef.new(shape: __string, location_name: "description"))
146
149
  ChannelUpdateParameters.struct_class = Types::ChannelUpdateParameters
147
150
 
151
+ CmafEncryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
148
152
  CmafEncryption.add_member(:key_rotation_interval_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "keyRotationIntervalSeconds"))
149
153
  CmafEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
150
154
  CmafEncryption.struct_class = Types::CmafEncryption
@@ -328,6 +332,10 @@ module Aws::MediaPackage
328
332
  EgressAccessLogs.add_member(:log_group_name, Shapes::ShapeRef.new(shape: __string, location_name: "logGroupName"))
329
333
  EgressAccessLogs.struct_class = Types::EgressAccessLogs
330
334
 
335
+ EncryptionContractConfiguration.add_member(:preset_speke_20_audio, Shapes::ShapeRef.new(shape: PresetSpeke20Audio, required: true, location_name: "presetSpeke20Audio"))
336
+ EncryptionContractConfiguration.add_member(:preset_speke_20_video, Shapes::ShapeRef.new(shape: PresetSpeke20Video, required: true, location_name: "presetSpeke20Video"))
337
+ EncryptionContractConfiguration.struct_class = Types::EncryptionContractConfiguration
338
+
331
339
  ForbiddenException.add_member(:message, Shapes::ShapeRef.new(shape: __string, location_name: "message"))
332
340
  ForbiddenException.struct_class = Types::ForbiddenException
333
341
 
@@ -539,6 +547,7 @@ module Aws::MediaPackage
539
547
  ServiceUnavailableException.struct_class = Types::ServiceUnavailableException
540
548
 
541
549
  SpekeKeyProvider.add_member(:certificate_arn, Shapes::ShapeRef.new(shape: __string, location_name: "certificateArn"))
550
+ SpekeKeyProvider.add_member(:encryption_contract_configuration, Shapes::ShapeRef.new(shape: EncryptionContractConfiguration, location_name: "encryptionContractConfiguration"))
542
551
  SpekeKeyProvider.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "resourceId"))
543
552
  SpekeKeyProvider.add_member(:role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "roleArn"))
544
553
  SpekeKeyProvider.add_member(:system_ids, Shapes::ShapeRef.new(shape: __listOf__string, required: true, location_name: "systemIds"))
@@ -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,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
 
@@ -149,9 +149,14 @@ module Aws::MediaPackage
149
149
  # data as a hash:
150
150
  #
151
151
  # {
152
+ # constant_initialization_vector: "__string",
152
153
  # key_rotation_interval_seconds: 1,
153
154
  # speke_key_provider: { # required
154
155
  # certificate_arn: "__string",
156
+ # encryption_contract_configuration: {
157
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
158
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
159
+ # },
155
160
  # resource_id: "__string", # required
156
161
  # role_arn: "__string", # required
157
162
  # system_ids: ["__string"], # required
@@ -159,6 +164,13 @@ module Aws::MediaPackage
159
164
  # },
160
165
  # }
161
166
  #
167
+ # @!attribute [rw] constant_initialization_vector
168
+ # An optional 128-bit, 16-byte hex value represented by a 32-character
169
+ # string, used in conjunction with the key for encrypting blocks. If
170
+ # you don't specify a value, then MediaPackage creates the constant
171
+ # initialization vector (IV).
172
+ # @return [String]
173
+ #
162
174
  # @!attribute [rw] key_rotation_interval_seconds
163
175
  # Time (in seconds) between each encryption key rotation.
164
176
  # @return [Integer]
@@ -172,6 +184,7 @@ module Aws::MediaPackage
172
184
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/CmafEncryption AWS API Documentation
173
185
  #
174
186
  class CmafEncryption < Struct.new(
187
+ :constant_initialization_vector,
175
188
  :key_rotation_interval_seconds,
176
189
  :speke_key_provider)
177
190
  SENSITIVE = []
@@ -221,9 +234,14 @@ module Aws::MediaPackage
221
234
  #
222
235
  # {
223
236
  # encryption: {
237
+ # constant_initialization_vector: "__string",
224
238
  # key_rotation_interval_seconds: 1,
225
239
  # speke_key_provider: { # required
226
240
  # certificate_arn: "__string",
241
+ # encryption_contract_configuration: {
242
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
243
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
244
+ # },
227
245
  # resource_id: "__string", # required
228
246
  # role_arn: "__string", # required
229
247
  # system_ids: ["__string"], # required
@@ -548,9 +566,14 @@ module Aws::MediaPackage
548
566
  # channel_id: "__string", # required
549
567
  # cmaf_package: {
550
568
  # encryption: {
569
+ # constant_initialization_vector: "__string",
551
570
  # key_rotation_interval_seconds: 1,
552
571
  # speke_key_provider: { # required
553
572
  # certificate_arn: "__string",
573
+ # encryption_contract_configuration: {
574
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
575
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
576
+ # },
554
577
  # resource_id: "__string", # required
555
578
  # role_arn: "__string", # required
556
579
  # system_ids: ["__string"], # required
@@ -585,6 +608,10 @@ module Aws::MediaPackage
585
608
  # key_rotation_interval_seconds: 1,
586
609
  # speke_key_provider: { # required
587
610
  # certificate_arn: "__string",
611
+ # encryption_contract_configuration: {
612
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
613
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
614
+ # },
588
615
  # resource_id: "__string", # required
589
616
  # role_arn: "__string", # required
590
617
  # system_ids: ["__string"], # required
@@ -620,6 +647,10 @@ module Aws::MediaPackage
620
647
  # repeat_ext_x_key: false,
621
648
  # speke_key_provider: { # required
622
649
  # certificate_arn: "__string",
650
+ # encryption_contract_configuration: {
651
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
652
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
653
+ # },
623
654
  # resource_id: "__string", # required
624
655
  # role_arn: "__string", # required
625
656
  # system_ids: ["__string"], # required
@@ -644,6 +675,10 @@ module Aws::MediaPackage
644
675
  # encryption: {
645
676
  # speke_key_provider: { # required
646
677
  # certificate_arn: "__string",
678
+ # encryption_contract_configuration: {
679
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
680
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
681
+ # },
647
682
  # resource_id: "__string", # required
648
683
  # role_arn: "__string", # required
649
684
  # system_ids: ["__string"], # required
@@ -825,6 +860,10 @@ module Aws::MediaPackage
825
860
  # key_rotation_interval_seconds: 1,
826
861
  # speke_key_provider: { # required
827
862
  # certificate_arn: "__string",
863
+ # encryption_contract_configuration: {
864
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
865
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
866
+ # },
828
867
  # resource_id: "__string", # required
829
868
  # role_arn: "__string", # required
830
869
  # system_ids: ["__string"], # required
@@ -863,6 +902,10 @@ module Aws::MediaPackage
863
902
  # key_rotation_interval_seconds: 1,
864
903
  # speke_key_provider: { # required
865
904
  # certificate_arn: "__string",
905
+ # encryption_contract_configuration: {
906
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
907
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
908
+ # },
866
909
  # resource_id: "__string", # required
867
910
  # role_arn: "__string", # required
868
911
  # system_ids: ["__string"], # required
@@ -1285,6 +1328,42 @@ module Aws::MediaPackage
1285
1328
  include Aws::Structure
1286
1329
  end
1287
1330
 
1331
+ # Use encryptionContractConfiguration to configure one or more content
1332
+ # encryption keys for your endpoints that use SPEKE 2.0. The encryption
1333
+ # contract defines which content keys are used to encrypt the audio and
1334
+ # video tracks in your stream. To configure the encryption contract,
1335
+ # specify which audio and video encryption presets to use. Note the
1336
+ # following considerations when using encryptionContractConfiguration:
1337
+ # encryptionContractConfiguration can be used for DASH endpoints that
1338
+ # use SPEKE 2.0. SPEKE 2.0 relies on the CPIX 2.3 specification. You
1339
+ # must disable key rotation for this endpoint by setting
1340
+ # keyRotationIntervalSeconds to 0.
1341
+ #
1342
+ # @note When making an API call, you may pass EncryptionContractConfiguration
1343
+ # data as a hash:
1344
+ #
1345
+ # {
1346
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
1347
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
1348
+ # }
1349
+ #
1350
+ # @!attribute [rw] preset_speke_20_audio
1351
+ # A collection of audio encryption presets.
1352
+ # @return [String]
1353
+ #
1354
+ # @!attribute [rw] preset_speke_20_video
1355
+ # A collection of video encryption presets.
1356
+ # @return [String]
1357
+ #
1358
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-2017-10-12/EncryptionContractConfiguration AWS API Documentation
1359
+ #
1360
+ class EncryptionContractConfiguration < Struct.new(
1361
+ :preset_speke_20_audio,
1362
+ :preset_speke_20_video)
1363
+ SENSITIVE = []
1364
+ include Aws::Structure
1365
+ end
1366
+
1288
1367
  # @!attribute [rw] message
1289
1368
  # @return [String]
1290
1369
  #
@@ -1425,6 +1504,10 @@ module Aws::MediaPackage
1425
1504
  # repeat_ext_x_key: false,
1426
1505
  # speke_key_provider: { # required
1427
1506
  # certificate_arn: "__string",
1507
+ # encryption_contract_configuration: {
1508
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
1509
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
1510
+ # },
1428
1511
  # resource_id: "__string", # required
1429
1512
  # role_arn: "__string", # required
1430
1513
  # system_ids: ["__string"], # required
@@ -1672,6 +1755,10 @@ module Aws::MediaPackage
1672
1755
  # repeat_ext_x_key: false,
1673
1756
  # speke_key_provider: { # required
1674
1757
  # certificate_arn: "__string",
1758
+ # encryption_contract_configuration: {
1759
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
1760
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
1761
+ # },
1675
1762
  # resource_id: "__string", # required
1676
1763
  # role_arn: "__string", # required
1677
1764
  # system_ids: ["__string"], # required
@@ -2013,6 +2100,10 @@ module Aws::MediaPackage
2013
2100
  # {
2014
2101
  # speke_key_provider: { # required
2015
2102
  # certificate_arn: "__string",
2103
+ # encryption_contract_configuration: {
2104
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
2105
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
2106
+ # },
2016
2107
  # resource_id: "__string", # required
2017
2108
  # role_arn: "__string", # required
2018
2109
  # system_ids: ["__string"], # required
@@ -2043,6 +2134,10 @@ module Aws::MediaPackage
2043
2134
  # encryption: {
2044
2135
  # speke_key_provider: { # required
2045
2136
  # certificate_arn: "__string",
2137
+ # encryption_contract_configuration: {
2138
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
2139
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
2140
+ # },
2046
2141
  # resource_id: "__string", # required
2047
2142
  # role_arn: "__string", # required
2048
2143
  # system_ids: ["__string"], # required
@@ -2555,6 +2650,10 @@ module Aws::MediaPackage
2555
2650
  #
2556
2651
  # {
2557
2652
  # certificate_arn: "__string",
2653
+ # encryption_contract_configuration: {
2654
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
2655
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
2656
+ # },
2558
2657
  # resource_id: "__string", # required
2559
2658
  # role_arn: "__string", # required
2560
2659
  # system_ids: ["__string"], # required
@@ -2567,6 +2666,19 @@ module Aws::MediaPackage
2567
2666
  # transfer with the key provider service.
2568
2667
  # @return [String]
2569
2668
  #
2669
+ # @!attribute [rw] encryption_contract_configuration
2670
+ # Use encryptionContractConfiguration to configure one or more content
2671
+ # encryption keys for your endpoints that use SPEKE 2.0. The
2672
+ # encryption contract defines which content keys are used to encrypt
2673
+ # the audio and video tracks in your stream. To configure the
2674
+ # encryption contract, specify which audio and video encryption
2675
+ # presets to use. Note the following considerations when using
2676
+ # encryptionContractConfiguration: encryptionContractConfiguration can
2677
+ # be used for DASH endpoints that use SPEKE 2.0. SPEKE 2.0 relies on
2678
+ # the CPIX 2.3 specification. You must disable key rotation for this
2679
+ # endpoint by setting keyRotationIntervalSeconds to 0.
2680
+ # @return [Types::EncryptionContractConfiguration]
2681
+ #
2570
2682
  # @!attribute [rw] resource_id
2571
2683
  # The resource ID to include in key requests.
2572
2684
  # @return [String]
@@ -2588,6 +2700,7 @@ module Aws::MediaPackage
2588
2700
  #
2589
2701
  class SpekeKeyProvider < Struct.new(
2590
2702
  :certificate_arn,
2703
+ :encryption_contract_configuration,
2591
2704
  :resource_id,
2592
2705
  :role_arn,
2593
2706
  :system_ids,
@@ -2782,9 +2895,14 @@ module Aws::MediaPackage
2782
2895
  # },
2783
2896
  # cmaf_package: {
2784
2897
  # encryption: {
2898
+ # constant_initialization_vector: "__string",
2785
2899
  # key_rotation_interval_seconds: 1,
2786
2900
  # speke_key_provider: { # required
2787
2901
  # certificate_arn: "__string",
2902
+ # encryption_contract_configuration: {
2903
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
2904
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
2905
+ # },
2788
2906
  # resource_id: "__string", # required
2789
2907
  # role_arn: "__string", # required
2790
2908
  # system_ids: ["__string"], # required
@@ -2819,6 +2937,10 @@ module Aws::MediaPackage
2819
2937
  # key_rotation_interval_seconds: 1,
2820
2938
  # speke_key_provider: { # required
2821
2939
  # certificate_arn: "__string",
2940
+ # encryption_contract_configuration: {
2941
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
2942
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
2943
+ # },
2822
2944
  # resource_id: "__string", # required
2823
2945
  # role_arn: "__string", # required
2824
2946
  # system_ids: ["__string"], # required
@@ -2854,6 +2976,10 @@ module Aws::MediaPackage
2854
2976
  # repeat_ext_x_key: false,
2855
2977
  # speke_key_provider: { # required
2856
2978
  # certificate_arn: "__string",
2979
+ # encryption_contract_configuration: {
2980
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
2981
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
2982
+ # },
2857
2983
  # resource_id: "__string", # required
2858
2984
  # role_arn: "__string", # required
2859
2985
  # system_ids: ["__string"], # required
@@ -2878,6 +3004,10 @@ module Aws::MediaPackage
2878
3004
  # encryption: {
2879
3005
  # speke_key_provider: { # required
2880
3006
  # certificate_arn: "__string",
3007
+ # encryption_contract_configuration: {
3008
+ # preset_speke_20_audio: "PRESET-AUDIO-1", # required, accepts PRESET-AUDIO-1
3009
+ # preset_speke_20_video: "PRESET-VIDEO-1", # required, accepts PRESET-VIDEO-1
3010
+ # },
2881
3011
  # resource_id: "__string", # required
2882
3012
  # role_arn: "__string", # required
2883
3013
  # system_ids: ["__string"], # required
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.37.0
4
+ version: 1.41.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: 2021-02-02 00:00:00.000000000 Z
11
+ date: 2021-07-28 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.112.0
22
+ version: 3.118.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.112.0
32
+ version: 3.118.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 Elemental MediaPackage (MediaPackage).
48
48
  This gem is 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-mediapackage.rb
56
59
  - lib/aws-sdk-mediapackage/client.rb
57
60
  - lib/aws-sdk-mediapackage/client_api.rb
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
63
66
  licenses:
64
67
  - Apache-2.0
65
68
  metadata:
66
- source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackage/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackage
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackage/CHANGELOG.md
68
71
  post_install_message:
69
72
  rdoc_options: []
70
73
  require_paths:
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
83
  - !ruby/object:Gem::Version
81
84
  version: '0'
82
85
  requirements: []
83
- rubyforge_project:
84
- rubygems_version: 2.7.6.2
86
+ rubygems_version: 3.1.6
85
87
  signing_key:
86
88
  specification_version: 4
87
89
  summary: AWS SDK for Ruby - MediaPackage