aws-sdk-mediapackagevod 1.19.0 → 1.24.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: fe7cd2e06f3119e21d1655a091a010ef6bbafe07792d31bb9323b8fd24a170a6
4
- data.tar.gz: 7cdcd032da22f21326537a7d06dd32a8a1dfc50a6a838344e097483701346ff5
3
+ metadata.gz: 9e2a0e2252b8216b51b3b00f29f4ddaa6c47730294bb9a588fcbdd8e4866d5af
4
+ data.tar.gz: 439806ce68be4dac78880fcf6c78681f0bb9695f40f3d6a05086a1e07a20b3a7
5
5
  SHA512:
6
- metadata.gz: 194dde28f90765533eeb3936922cbd1239f206c98b5680d1f64a287bfb108d2a5522673788ef71979617236fb7bb67b75756b85cb236fea0d14c4a6f63820d24
7
- data.tar.gz: 0ad97f703dd98640b7796ab88a79b96e4f7a1ff464be674d32a8357037bb40ab6adb1b0e7cd9af69c596366d6498a3193c4682bcff654e1794ed156d4076b6b7
6
+ metadata.gz: b7fb809467326c66180c32ee30c9dc8c42e00303a1dbd6a33f70a25c978762261502d9df2cde933c0f7baf77aeb4796666a11e2fc8b97bcb6bc2c43cf6e92080
7
+ data.tar.gz: d6dd667ad4003d38d38c107a3bf6622004c94816aa64a41a38f1025382786e2202173848757224c5673ba8de401df75c7723766a455683c953c321d1714b3f68
data/CHANGELOG.md ADDED
@@ -0,0 +1,133 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.24.0 (2021-06-30)
5
+ ------------------
6
+
7
+ * Feature - Add support for Widevine DRM on CMAF packaging configurations. Both Widevine and FairPlay DRMs can now be used simultaneously, with CBCS encryption.
8
+
9
+ 1.23.0 (2021-04-28)
10
+ ------------------
11
+
12
+ * Feature - MediaPackage now offers the option to place your Sequence Parameter Set (SPS), Picture Parameter Set (PPS), and Video Parameter Set (VPS) encoder metadata in every video segment instead of in the init fragment for DASH and CMAF endpoints.
13
+
14
+ 1.22.0 (2021-03-10)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.21.0 (2021-02-24)
20
+ ------------------
21
+
22
+ * Feature - AWS Elemental MediaPackage provides access logs that capture detailed information about requests sent to a customer's MediaPackage VOD packaging group.
23
+
24
+ 1.20.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.19.0 (2020-09-30)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.18.0 (2020-09-15)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.17.0 (2020-08-25)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.16.0 (2020-06-23)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.15.1 (2020-06-11)
50
+ ------------------
51
+
52
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
53
+
54
+ 1.15.0 (2020-06-10)
55
+ ------------------
56
+
57
+ * Issue - This version has been yanked. (#2327).
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.14.0 (2020-06-04)
61
+ ------------------
62
+
63
+ * Feature - You can now restrict direct access to AWS Elemental MediaPackage by securing requests for VOD content using CDN authorization. With CDN authorization, content requests require a specific HTTP header and authorization code.
64
+
65
+ 1.13.0 (2020-05-28)
66
+ ------------------
67
+
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.12.0 (2020-05-07)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.11.0 (2020-04-23)
76
+ ------------------
77
+
78
+ * Feature - Adds tagging support for PackagingGroups, PackagingConfigurations, and Assets
79
+
80
+ 1.10.0 (2020-03-09)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.9.0 (2020-02-13)
86
+ ------------------
87
+
88
+ * Feature - Adds support for DASH with multiple media presentation description periods triggered by presence of SCTE-35 ad markers in the manifest.Also adds optional configuration for DASH SegmentTemplateFormat to refer to segments by Number with Duration, Number with Timeline or Time with Timeline and compact the manifest by combining duplicate SegmentTemplate tags.
89
+
90
+ 1.8.0 (2019-11-25)
91
+ ------------------
92
+
93
+ * Feature - Adds a domain name to PackagingGroups, representing the fully qualified domain name for Assets created in the group.
94
+
95
+ 1.7.0 (2019-11-22)
96
+ ------------------
97
+
98
+ * Feature - Includes the submission time of Asset ingestion request in the API response for Create/List/Describe Assets.
99
+
100
+ 1.6.0 (2019-10-23)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.5.0 (2019-08-23)
106
+ ------------------
107
+
108
+ * Feature - Adds optional Constant Initialization Vector (IV) to HLS Encryption for MediaPackage VOD.
109
+
110
+ 1.4.0 (2019-07-25)
111
+ ------------------
112
+
113
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
114
+
115
+ 1.3.0 (2019-07-01)
116
+ ------------------
117
+
118
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
119
+
120
+ 1.2.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.1.0 (2019-05-21)
126
+ ------------------
127
+
128
+ * Feature - API update.
129
+
130
+ 1.0.0 (2019-05-20)
131
+ ------------------
132
+
133
+ * Feature - Initial release of `aws-sdk-mediapackagevod`.
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.24.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
 
@@ -28,7 +28,7 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
28
28
  # structure.
29
29
  #
30
30
  # media_package_vod = Aws::MediaPackageVod::Client.new
31
- # resp = media_package_vod.create_asset(params)
31
+ # resp = media_package_vod.configure_logs(params)
32
32
  #
33
33
  # See {Client} for more information.
34
34
  #
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
48
48
  # @!group service
49
49
  module Aws::MediaPackageVod
50
50
 
51
- GEM_VERSION = '1.19.0'
51
+ GEM_VERSION = '1.24.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
 
@@ -327,6 +327,52 @@ module Aws::MediaPackageVod
327
327
 
328
328
  # @!group API Operations
329
329
 
330
+ # Changes the packaging group's properities to configure log
331
+ # subscription
332
+ #
333
+ # @option params [Types::EgressAccessLogs] :egress_access_logs
334
+ # Configure egress access logging.
335
+ #
336
+ # @option params [required, String] :id
337
+ #
338
+ # @return [Types::ConfigureLogsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
339
+ #
340
+ # * {Types::ConfigureLogsResponse#arn #arn} => String
341
+ # * {Types::ConfigureLogsResponse#authorization #authorization} => Types::Authorization
342
+ # * {Types::ConfigureLogsResponse#domain_name #domain_name} => String
343
+ # * {Types::ConfigureLogsResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
344
+ # * {Types::ConfigureLogsResponse#id #id} => String
345
+ # * {Types::ConfigureLogsResponse#tags #tags} => Hash<String,String>
346
+ #
347
+ # @example Request syntax with placeholder values
348
+ #
349
+ # resp = client.configure_logs({
350
+ # egress_access_logs: {
351
+ # log_group_name: "__string",
352
+ # },
353
+ # id: "__string", # required
354
+ # })
355
+ #
356
+ # @example Response structure
357
+ #
358
+ # resp.arn #=> String
359
+ # resp.authorization.cdn_identifier_secret #=> String
360
+ # resp.authorization.secrets_role_arn #=> String
361
+ # resp.domain_name #=> String
362
+ # resp.egress_access_logs.log_group_name #=> String
363
+ # resp.id #=> String
364
+ # resp.tags #=> Hash
365
+ # resp.tags["__string"] #=> String
366
+ #
367
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ConfigureLogs AWS API Documentation
368
+ #
369
+ # @overload configure_logs(params = {})
370
+ # @param [Hash] params ({})
371
+ def configure_logs(params = {}, options = {})
372
+ req = build_request(:configure_logs, params)
373
+ req.send_request(options)
374
+ end
375
+
330
376
  # Creates a new MediaPackage VOD Asset resource.
331
377
  #
332
378
  # @option params [required, String] :id
@@ -428,6 +474,7 @@ module Aws::MediaPackageVod
428
474
  # resp = client.create_packaging_configuration({
429
475
  # cmaf_package: {
430
476
  # encryption: {
477
+ # constant_initialization_vector: "__string",
431
478
  # speke_key_provider: { # required
432
479
  # role_arn: "__string", # required
433
480
  # system_ids: ["__string"], # required
@@ -448,6 +495,7 @@ module Aws::MediaPackageVod
448
495
  # },
449
496
  # },
450
497
  # ],
498
+ # include_encoder_configuration_in_segments: false,
451
499
  # segment_duration_seconds: 1,
452
500
  # },
453
501
  # dash_package: {
@@ -471,6 +519,7 @@ module Aws::MediaPackageVod
471
519
  # url: "__string", # required
472
520
  # },
473
521
  # },
522
+ # include_encoder_configuration_in_segments: false,
474
523
  # period_triggers: ["ADS"], # accepts ADS
475
524
  # segment_duration_seconds: 1,
476
525
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
@@ -532,6 +581,7 @@ module Aws::MediaPackageVod
532
581
  # @example Response structure
533
582
  #
534
583
  # resp.arn #=> String
584
+ # resp.cmaf_package.encryption.constant_initialization_vector #=> String
535
585
  # resp.cmaf_package.encryption.speke_key_provider.role_arn #=> String
536
586
  # resp.cmaf_package.encryption.speke_key_provider.system_ids #=> Array
537
587
  # resp.cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
@@ -545,6 +595,7 @@ module Aws::MediaPackageVod
545
595
  # resp.cmaf_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
546
596
  # resp.cmaf_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
547
597
  # resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
598
+ # resp.cmaf_package.include_encoder_configuration_in_segments #=> Boolean
548
599
  # resp.cmaf_package.segment_duration_seconds #=> Integer
549
600
  # resp.dash_package.dash_manifests #=> Array
550
601
  # resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
@@ -558,6 +609,7 @@ module Aws::MediaPackageVod
558
609
  # resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
559
610
  # resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
560
611
  # resp.dash_package.encryption.speke_key_provider.url #=> String
612
+ # resp.dash_package.include_encoder_configuration_in_segments #=> Boolean
561
613
  # resp.dash_package.period_triggers #=> Array
562
614
  # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
563
615
  # resp.dash_package.segment_duration_seconds #=> Integer
@@ -608,6 +660,9 @@ module Aws::MediaPackageVod
608
660
  # @option params [Types::Authorization] :authorization
609
661
  # CDN Authorization credentials
610
662
  #
663
+ # @option params [Types::EgressAccessLogs] :egress_access_logs
664
+ # Configure egress access logging.
665
+ #
611
666
  # @option params [required, String] :id
612
667
  #
613
668
  # @option params [Hash<String,String>] :tags
@@ -618,6 +673,7 @@ module Aws::MediaPackageVod
618
673
  # * {Types::CreatePackagingGroupResponse#arn #arn} => String
619
674
  # * {Types::CreatePackagingGroupResponse#authorization #authorization} => Types::Authorization
620
675
  # * {Types::CreatePackagingGroupResponse#domain_name #domain_name} => String
676
+ # * {Types::CreatePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
621
677
  # * {Types::CreatePackagingGroupResponse#id #id} => String
622
678
  # * {Types::CreatePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
623
679
  #
@@ -628,6 +684,9 @@ module Aws::MediaPackageVod
628
684
  # cdn_identifier_secret: "__string", # required
629
685
  # secrets_role_arn: "__string", # required
630
686
  # },
687
+ # egress_access_logs: {
688
+ # log_group_name: "__string",
689
+ # },
631
690
  # id: "__string", # required
632
691
  # tags: {
633
692
  # "__string" => "__string",
@@ -640,6 +699,7 @@ module Aws::MediaPackageVod
640
699
  # resp.authorization.cdn_identifier_secret #=> String
641
700
  # resp.authorization.secrets_role_arn #=> String
642
701
  # resp.domain_name #=> String
702
+ # resp.egress_access_logs.log_group_name #=> String
643
703
  # resp.id #=> String
644
704
  # resp.tags #=> Hash
645
705
  # resp.tags["__string"] #=> String
@@ -787,6 +847,7 @@ module Aws::MediaPackageVod
787
847
  # @example Response structure
788
848
  #
789
849
  # resp.arn #=> String
850
+ # resp.cmaf_package.encryption.constant_initialization_vector #=> String
790
851
  # resp.cmaf_package.encryption.speke_key_provider.role_arn #=> String
791
852
  # resp.cmaf_package.encryption.speke_key_provider.system_ids #=> Array
792
853
  # resp.cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
@@ -800,6 +861,7 @@ module Aws::MediaPackageVod
800
861
  # resp.cmaf_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
801
862
  # resp.cmaf_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
802
863
  # resp.cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
864
+ # resp.cmaf_package.include_encoder_configuration_in_segments #=> Boolean
803
865
  # resp.cmaf_package.segment_duration_seconds #=> Integer
804
866
  # resp.dash_package.dash_manifests #=> Array
805
867
  # resp.dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
@@ -813,6 +875,7 @@ module Aws::MediaPackageVod
813
875
  # resp.dash_package.encryption.speke_key_provider.system_ids #=> Array
814
876
  # resp.dash_package.encryption.speke_key_provider.system_ids[0] #=> String
815
877
  # resp.dash_package.encryption.speke_key_provider.url #=> String
878
+ # resp.dash_package.include_encoder_configuration_in_segments #=> Boolean
816
879
  # resp.dash_package.period_triggers #=> Array
817
880
  # resp.dash_package.period_triggers[0] #=> String, one of "ADS"
818
881
  # resp.dash_package.segment_duration_seconds #=> Integer
@@ -867,6 +930,7 @@ module Aws::MediaPackageVod
867
930
  # * {Types::DescribePackagingGroupResponse#arn #arn} => String
868
931
  # * {Types::DescribePackagingGroupResponse#authorization #authorization} => Types::Authorization
869
932
  # * {Types::DescribePackagingGroupResponse#domain_name #domain_name} => String
933
+ # * {Types::DescribePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
870
934
  # * {Types::DescribePackagingGroupResponse#id #id} => String
871
935
  # * {Types::DescribePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
872
936
  #
@@ -882,6 +946,7 @@ module Aws::MediaPackageVod
882
946
  # resp.authorization.cdn_identifier_secret #=> String
883
947
  # resp.authorization.secrets_role_arn #=> String
884
948
  # resp.domain_name #=> String
949
+ # resp.egress_access_logs.log_group_name #=> String
885
950
  # resp.id #=> String
886
951
  # resp.tags #=> Hash
887
952
  # resp.tags["__string"] #=> String
@@ -970,6 +1035,7 @@ module Aws::MediaPackageVod
970
1035
  # resp.next_token #=> String
971
1036
  # resp.packaging_configurations #=> Array
972
1037
  # resp.packaging_configurations[0].arn #=> String
1038
+ # resp.packaging_configurations[0].cmaf_package.encryption.constant_initialization_vector #=> String
973
1039
  # resp.packaging_configurations[0].cmaf_package.encryption.speke_key_provider.role_arn #=> String
974
1040
  # resp.packaging_configurations[0].cmaf_package.encryption.speke_key_provider.system_ids #=> Array
975
1041
  # resp.packaging_configurations[0].cmaf_package.encryption.speke_key_provider.system_ids[0] #=> String
@@ -983,6 +1049,7 @@ module Aws::MediaPackageVod
983
1049
  # resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.max_video_bits_per_second #=> Integer
984
1050
  # resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.min_video_bits_per_second #=> Integer
985
1051
  # resp.packaging_configurations[0].cmaf_package.hls_manifests[0].stream_selection.stream_order #=> String, one of "ORIGINAL", "VIDEO_BITRATE_ASCENDING", "VIDEO_BITRATE_DESCENDING"
1052
+ # resp.packaging_configurations[0].cmaf_package.include_encoder_configuration_in_segments #=> Boolean
986
1053
  # resp.packaging_configurations[0].cmaf_package.segment_duration_seconds #=> Integer
987
1054
  # resp.packaging_configurations[0].dash_package.dash_manifests #=> Array
988
1055
  # resp.packaging_configurations[0].dash_package.dash_manifests[0].manifest_layout #=> String, one of "FULL", "COMPACT"
@@ -996,6 +1063,7 @@ module Aws::MediaPackageVod
996
1063
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.system_ids #=> Array
997
1064
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.system_ids[0] #=> String
998
1065
  # resp.packaging_configurations[0].dash_package.encryption.speke_key_provider.url #=> String
1066
+ # resp.packaging_configurations[0].dash_package.include_encoder_configuration_in_segments #=> Boolean
999
1067
  # resp.packaging_configurations[0].dash_package.period_triggers #=> Array
1000
1068
  # resp.packaging_configurations[0].dash_package.period_triggers[0] #=> String, one of "ADS"
1001
1069
  # resp.packaging_configurations[0].dash_package.segment_duration_seconds #=> Integer
@@ -1069,6 +1137,7 @@ module Aws::MediaPackageVod
1069
1137
  # resp.packaging_groups[0].authorization.cdn_identifier_secret #=> String
1070
1138
  # resp.packaging_groups[0].authorization.secrets_role_arn #=> String
1071
1139
  # resp.packaging_groups[0].domain_name #=> String
1140
+ # resp.packaging_groups[0].egress_access_logs.log_group_name #=> String
1072
1141
  # resp.packaging_groups[0].id #=> String
1073
1142
  # resp.packaging_groups[0].tags #=> Hash
1074
1143
  # resp.packaging_groups[0].tags["__string"] #=> String
@@ -1175,6 +1244,7 @@ module Aws::MediaPackageVod
1175
1244
  # * {Types::UpdatePackagingGroupResponse#arn #arn} => String
1176
1245
  # * {Types::UpdatePackagingGroupResponse#authorization #authorization} => Types::Authorization
1177
1246
  # * {Types::UpdatePackagingGroupResponse#domain_name #domain_name} => String
1247
+ # * {Types::UpdatePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
1178
1248
  # * {Types::UpdatePackagingGroupResponse#id #id} => String
1179
1249
  # * {Types::UpdatePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
1180
1250
  #
@@ -1194,6 +1264,7 @@ module Aws::MediaPackageVod
1194
1264
  # resp.authorization.cdn_identifier_secret #=> String
1195
1265
  # resp.authorization.secrets_role_arn #=> String
1196
1266
  # resp.domain_name #=> String
1267
+ # resp.egress_access_logs.log_group_name #=> String
1197
1268
  # resp.id #=> String
1198
1269
  # resp.tags #=> Hash
1199
1270
  # resp.tags["__string"] #=> String
@@ -1220,7 +1291,7 @@ module Aws::MediaPackageVod
1220
1291
  params: params,
1221
1292
  config: config)
1222
1293
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1223
- context[:gem_version] = '1.19.0'
1294
+ context[:gem_version] = '1.24.0'
1224
1295
  Seahorse::Client::Request.new(handlers, context)
1225
1296
  end
1226
1297
 
@@ -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
 
@@ -21,6 +21,9 @@ module Aws::MediaPackageVod
21
21
  Authorization = Shapes::StructureShape.new(name: 'Authorization')
22
22
  CmafEncryption = Shapes::StructureShape.new(name: 'CmafEncryption')
23
23
  CmafPackage = Shapes::StructureShape.new(name: 'CmafPackage')
24
+ ConfigureLogsParameters = Shapes::StructureShape.new(name: 'ConfigureLogsParameters')
25
+ ConfigureLogsRequest = Shapes::StructureShape.new(name: 'ConfigureLogsRequest')
26
+ ConfigureLogsResponse = Shapes::StructureShape.new(name: 'ConfigureLogsResponse')
24
27
  CreateAssetRequest = Shapes::StructureShape.new(name: 'CreateAssetRequest')
25
28
  CreateAssetResponse = Shapes::StructureShape.new(name: 'CreateAssetResponse')
26
29
  CreatePackagingConfigurationRequest = Shapes::StructureShape.new(name: 'CreatePackagingConfigurationRequest')
@@ -42,6 +45,7 @@ module Aws::MediaPackageVod
42
45
  DescribePackagingConfigurationResponse = Shapes::StructureShape.new(name: 'DescribePackagingConfigurationResponse')
43
46
  DescribePackagingGroupRequest = Shapes::StructureShape.new(name: 'DescribePackagingGroupRequest')
44
47
  DescribePackagingGroupResponse = Shapes::StructureShape.new(name: 'DescribePackagingGroupResponse')
48
+ EgressAccessLogs = Shapes::StructureShape.new(name: 'EgressAccessLogs')
45
49
  EgressEndpoint = Shapes::StructureShape.new(name: 'EgressEndpoint')
46
50
  EncryptionMethod = Shapes::StringShape.new(name: 'EncryptionMethod')
47
51
  ForbiddenException = Shapes::StructureShape.new(name: 'ForbiddenException')
@@ -138,14 +142,31 @@ module Aws::MediaPackageVod
138
142
  Authorization.add_member(:secrets_role_arn, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "secretsRoleArn"))
139
143
  Authorization.struct_class = Types::Authorization
140
144
 
145
+ CmafEncryption.add_member(:constant_initialization_vector, Shapes::ShapeRef.new(shape: __string, location_name: "constantInitializationVector"))
141
146
  CmafEncryption.add_member(:speke_key_provider, Shapes::ShapeRef.new(shape: SpekeKeyProvider, required: true, location_name: "spekeKeyProvider"))
142
147
  CmafEncryption.struct_class = Types::CmafEncryption
143
148
 
144
149
  CmafPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: CmafEncryption, location_name: "encryption"))
145
150
  CmafPackage.add_member(:hls_manifests, Shapes::ShapeRef.new(shape: __listOfHlsManifest, required: true, location_name: "hlsManifests"))
151
+ CmafPackage.add_member(:include_encoder_configuration_in_segments, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeEncoderConfigurationInSegments"))
146
152
  CmafPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
147
153
  CmafPackage.struct_class = Types::CmafPackage
148
154
 
155
+ ConfigureLogsParameters.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
156
+ ConfigureLogsParameters.struct_class = Types::ConfigureLogsParameters
157
+
158
+ ConfigureLogsRequest.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
159
+ ConfigureLogsRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
160
+ ConfigureLogsRequest.struct_class = Types::ConfigureLogsRequest
161
+
162
+ ConfigureLogsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
163
+ ConfigureLogsResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
164
+ ConfigureLogsResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
165
+ ConfigureLogsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
166
+ ConfigureLogsResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
167
+ ConfigureLogsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
168
+ ConfigureLogsResponse.struct_class = Types::ConfigureLogsResponse
169
+
149
170
  CreateAssetRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
150
171
  CreateAssetRequest.add_member(:packaging_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "packagingGroupId"))
151
172
  CreateAssetRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
@@ -185,6 +206,7 @@ module Aws::MediaPackageVod
185
206
  CreatePackagingConfigurationResponse.struct_class = Types::CreatePackagingConfigurationResponse
186
207
 
187
208
  CreatePackagingGroupRequest.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
209
+ CreatePackagingGroupRequest.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
188
210
  CreatePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
189
211
  CreatePackagingGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
190
212
  CreatePackagingGroupRequest.struct_class = Types::CreatePackagingGroupRequest
@@ -192,6 +214,7 @@ module Aws::MediaPackageVod
192
214
  CreatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
193
215
  CreatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
194
216
  CreatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
217
+ CreatePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
195
218
  CreatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
196
219
  CreatePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
197
220
  CreatePackagingGroupResponse.struct_class = Types::CreatePackagingGroupResponse
@@ -208,6 +231,7 @@ module Aws::MediaPackageVod
208
231
 
209
232
  DashPackage.add_member(:dash_manifests, Shapes::ShapeRef.new(shape: __listOfDashManifest, required: true, location_name: "dashManifests"))
210
233
  DashPackage.add_member(:encryption, Shapes::ShapeRef.new(shape: DashEncryption, location_name: "encryption"))
234
+ DashPackage.add_member(:include_encoder_configuration_in_segments, Shapes::ShapeRef.new(shape: __boolean, location_name: "includeEncoderConfigurationInSegments"))
211
235
  DashPackage.add_member(:period_triggers, Shapes::ShapeRef.new(shape: __listOf__PeriodTriggersElement, location_name: "periodTriggers"))
212
236
  DashPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
213
237
  DashPackage.add_member(:segment_template_format, Shapes::ShapeRef.new(shape: SegmentTemplateFormat, location_name: "segmentTemplateFormat"))
@@ -261,10 +285,14 @@ module Aws::MediaPackageVod
261
285
  DescribePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
262
286
  DescribePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
263
287
  DescribePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
288
+ DescribePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
264
289
  DescribePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
265
290
  DescribePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
266
291
  DescribePackagingGroupResponse.struct_class = Types::DescribePackagingGroupResponse
267
292
 
293
+ EgressAccessLogs.add_member(:log_group_name, Shapes::ShapeRef.new(shape: __string, location_name: "logGroupName"))
294
+ EgressAccessLogs.struct_class = Types::EgressAccessLogs
295
+
268
296
  EgressEndpoint.add_member(:packaging_configuration_id, Shapes::ShapeRef.new(shape: __string, location_name: "packagingConfigurationId"))
269
297
  EgressEndpoint.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
270
298
  EgressEndpoint.struct_class = Types::EgressEndpoint
@@ -367,11 +395,13 @@ module Aws::MediaPackageVod
367
395
  PackagingGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
368
396
  PackagingGroup.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
369
397
  PackagingGroup.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
398
+ PackagingGroup.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
370
399
  PackagingGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
371
400
  PackagingGroup.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
372
401
  PackagingGroup.struct_class = Types::PackagingGroup
373
402
 
374
403
  PackagingGroupCreateParameters.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
404
+ PackagingGroupCreateParameters.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
375
405
  PackagingGroupCreateParameters.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
376
406
  PackagingGroupCreateParameters.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
377
407
  PackagingGroupCreateParameters.struct_class = Types::PackagingGroupCreateParameters
@@ -423,6 +453,7 @@ module Aws::MediaPackageVod
423
453
  UpdatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
424
454
  UpdatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
425
455
  UpdatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
456
+ UpdatePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
426
457
  UpdatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
427
458
  UpdatePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
428
459
  UpdatePackagingGroupResponse.struct_class = Types::UpdatePackagingGroupResponse
@@ -467,6 +498,20 @@ module Aws::MediaPackageVod
467
498
  "uid" => "mediapackage-vod-2018-11-07",
468
499
  }
469
500
 
501
+ api.add_operation(:configure_logs, Seahorse::Model::Operation.new.tap do |o|
502
+ o.name = "ConfigureLogs"
503
+ o.http_method = "PUT"
504
+ o.http_request_uri = "/packaging_groups/{id}/configure_logs"
505
+ o.input = Shapes::ShapeRef.new(shape: ConfigureLogsRequest)
506
+ o.output = Shapes::ShapeRef.new(shape: ConfigureLogsResponse)
507
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
508
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
509
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
510
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
511
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
512
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
513
+ end)
514
+
470
515
  api.add_operation(:create_asset, Seahorse::Model::Operation.new.tap do |o|
471
516
  o.name = "CreateAsset"
472
517
  o.http_method = "POST"
@@ -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
 
@@ -207,6 +207,7 @@ module Aws::MediaPackageVod
207
207
  # data as a hash:
208
208
  #
209
209
  # {
210
+ # constant_initialization_vector: "__string",
210
211
  # speke_key_provider: { # required
211
212
  # role_arn: "__string", # required
212
213
  # system_ids: ["__string"], # required
@@ -214,6 +215,13 @@ module Aws::MediaPackageVod
214
215
  # },
215
216
  # }
216
217
  #
218
+ # @!attribute [rw] constant_initialization_vector
219
+ # An optional 128-bit, 16-byte hex value represented by a 32-character
220
+ # string, used in conjunction with the key for encrypting blocks. If
221
+ # you don't specify a value, then MediaPackage creates the constant
222
+ # initialization vector (IV).
223
+ # @return [String]
224
+ #
217
225
  # @!attribute [rw] speke_key_provider
218
226
  # A configuration for accessing an external Secure Packager and
219
227
  # Encoder Key Exchange (SPEKE) service that will provide encryption
@@ -223,6 +231,7 @@ module Aws::MediaPackageVod
223
231
  # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/CmafEncryption AWS API Documentation
224
232
  #
225
233
  class CmafEncryption < Struct.new(
234
+ :constant_initialization_vector,
226
235
  :speke_key_provider)
227
236
  SENSITIVE = []
228
237
  include Aws::Structure
@@ -235,6 +244,7 @@ module Aws::MediaPackageVod
235
244
  #
236
245
  # {
237
246
  # encryption: {
247
+ # constant_initialization_vector: "__string",
238
248
  # speke_key_provider: { # required
239
249
  # role_arn: "__string", # required
240
250
  # system_ids: ["__string"], # required
@@ -255,6 +265,7 @@ module Aws::MediaPackageVod
255
265
  # },
256
266
  # },
257
267
  # ],
268
+ # include_encoder_configuration_in_segments: false,
258
269
  # segment_duration_seconds: 1,
259
270
  # }
260
271
  #
@@ -266,6 +277,15 @@ module Aws::MediaPackageVod
266
277
  # A list of HLS manifest configurations.
267
278
  # @return [Array<Types::HlsManifest>]
268
279
  #
280
+ # @!attribute [rw] include_encoder_configuration_in_segments
281
+ # When includeEncoderConfigurationInSegments is set to true,
282
+ # MediaPackage places your encoder's Sequence Parameter Set (SPS),
283
+ # Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata
284
+ # in every video segment instead of in the init fragment. This lets
285
+ # you use different SPS/PPS/VPS settings for your assets during
286
+ # content playback.
287
+ # @return [Boolean]
288
+ #
269
289
  # @!attribute [rw] segment_duration_seconds
270
290
  # Duration (in seconds) of each fragment. Actual fragments will be
271
291
  # rounded to the nearest multiple of the source fragment duration.
@@ -276,11 +296,86 @@ module Aws::MediaPackageVod
276
296
  class CmafPackage < Struct.new(
277
297
  :encryption,
278
298
  :hls_manifests,
299
+ :include_encoder_configuration_in_segments,
279
300
  :segment_duration_seconds)
280
301
  SENSITIVE = []
281
302
  include Aws::Structure
282
303
  end
283
304
 
305
+ # The configuration parameters for egress access logging.
306
+ #
307
+ # @!attribute [rw] egress_access_logs
308
+ # Configure egress access logging.
309
+ # @return [Types::EgressAccessLogs]
310
+ #
311
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ConfigureLogsParameters AWS API Documentation
312
+ #
313
+ class ConfigureLogsParameters < Struct.new(
314
+ :egress_access_logs)
315
+ SENSITIVE = []
316
+ include Aws::Structure
317
+ end
318
+
319
+ # @note When making an API call, you may pass ConfigureLogsRequest
320
+ # data as a hash:
321
+ #
322
+ # {
323
+ # egress_access_logs: {
324
+ # log_group_name: "__string",
325
+ # },
326
+ # id: "__string", # required
327
+ # }
328
+ #
329
+ # @!attribute [rw] egress_access_logs
330
+ # Configure egress access logging.
331
+ # @return [Types::EgressAccessLogs]
332
+ #
333
+ # @!attribute [rw] id
334
+ # @return [String]
335
+ #
336
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ConfigureLogsRequest AWS API Documentation
337
+ #
338
+ class ConfigureLogsRequest < Struct.new(
339
+ :egress_access_logs,
340
+ :id)
341
+ SENSITIVE = []
342
+ include Aws::Structure
343
+ end
344
+
345
+ # @!attribute [rw] arn
346
+ # @return [String]
347
+ #
348
+ # @!attribute [rw] authorization
349
+ # CDN Authorization credentials
350
+ # @return [Types::Authorization]
351
+ #
352
+ # @!attribute [rw] domain_name
353
+ # @return [String]
354
+ #
355
+ # @!attribute [rw] egress_access_logs
356
+ # Configure egress access logging.
357
+ # @return [Types::EgressAccessLogs]
358
+ #
359
+ # @!attribute [rw] id
360
+ # @return [String]
361
+ #
362
+ # @!attribute [rw] tags
363
+ # A collection of tags associated with a resource
364
+ # @return [Hash<String,String>]
365
+ #
366
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ConfigureLogsResponse AWS API Documentation
367
+ #
368
+ class ConfigureLogsResponse < Struct.new(
369
+ :arn,
370
+ :authorization,
371
+ :domain_name,
372
+ :egress_access_logs,
373
+ :id,
374
+ :tags)
375
+ SENSITIVE = []
376
+ include Aws::Structure
377
+ end
378
+
284
379
  # @note When making an API call, you may pass CreateAssetRequest
285
380
  # data as a hash:
286
381
  #
@@ -377,6 +472,7 @@ module Aws::MediaPackageVod
377
472
  # {
378
473
  # cmaf_package: {
379
474
  # encryption: {
475
+ # constant_initialization_vector: "__string",
380
476
  # speke_key_provider: { # required
381
477
  # role_arn: "__string", # required
382
478
  # system_ids: ["__string"], # required
@@ -397,6 +493,7 @@ module Aws::MediaPackageVod
397
493
  # },
398
494
  # },
399
495
  # ],
496
+ # include_encoder_configuration_in_segments: false,
400
497
  # segment_duration_seconds: 1,
401
498
  # },
402
499
  # dash_package: {
@@ -420,6 +517,7 @@ module Aws::MediaPackageVod
420
517
  # url: "__string", # required
421
518
  # },
422
519
  # },
520
+ # include_encoder_configuration_in_segments: false,
423
521
  # period_triggers: ["ADS"], # accepts ADS
424
522
  # segment_duration_seconds: 1,
425
523
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
@@ -572,6 +670,9 @@ module Aws::MediaPackageVod
572
670
  # cdn_identifier_secret: "__string", # required
573
671
  # secrets_role_arn: "__string", # required
574
672
  # },
673
+ # egress_access_logs: {
674
+ # log_group_name: "__string",
675
+ # },
575
676
  # id: "__string", # required
576
677
  # tags: {
577
678
  # "__string" => "__string",
@@ -582,6 +683,10 @@ module Aws::MediaPackageVod
582
683
  # CDN Authorization credentials
583
684
  # @return [Types::Authorization]
584
685
  #
686
+ # @!attribute [rw] egress_access_logs
687
+ # Configure egress access logging.
688
+ # @return [Types::EgressAccessLogs]
689
+ #
585
690
  # @!attribute [rw] id
586
691
  # @return [String]
587
692
  #
@@ -593,6 +698,7 @@ module Aws::MediaPackageVod
593
698
  #
594
699
  class CreatePackagingGroupRequest < Struct.new(
595
700
  :authorization,
701
+ :egress_access_logs,
596
702
  :id,
597
703
  :tags)
598
704
  SENSITIVE = []
@@ -609,6 +715,10 @@ module Aws::MediaPackageVod
609
715
  # @!attribute [rw] domain_name
610
716
  # @return [String]
611
717
  #
718
+ # @!attribute [rw] egress_access_logs
719
+ # Configure egress access logging.
720
+ # @return [Types::EgressAccessLogs]
721
+ #
612
722
  # @!attribute [rw] id
613
723
  # @return [String]
614
724
  #
@@ -622,6 +732,7 @@ module Aws::MediaPackageVod
622
732
  :arn,
623
733
  :authorization,
624
734
  :domain_name,
735
+ :egress_access_logs,
625
736
  :id,
626
737
  :tags)
627
738
  SENSITIVE = []
@@ -737,6 +848,7 @@ module Aws::MediaPackageVod
737
848
  # url: "__string", # required
738
849
  # },
739
850
  # },
851
+ # include_encoder_configuration_in_segments: false,
740
852
  # period_triggers: ["ADS"], # accepts ADS
741
853
  # segment_duration_seconds: 1,
742
854
  # segment_template_format: "NUMBER_WITH_TIMELINE", # accepts NUMBER_WITH_TIMELINE, TIME_WITH_TIMELINE, NUMBER_WITH_DURATION
@@ -751,6 +863,15 @@ module Aws::MediaPackageVod
751
863
  # configuration.
752
864
  # @return [Types::DashEncryption]
753
865
  #
866
+ # @!attribute [rw] include_encoder_configuration_in_segments
867
+ # When includeEncoderConfigurationInSegments is set to true,
868
+ # MediaPackage places your encoder's Sequence Parameter Set (SPS),
869
+ # Picture Parameter Set (PPS), and Video Parameter Set (VPS) metadata
870
+ # in every video segment instead of in the init fragment. This lets
871
+ # you use different SPS/PPS/VPS settings for your assets during
872
+ # content playback.
873
+ # @return [Boolean]
874
+ #
754
875
  # @!attribute [rw] period_triggers
755
876
  # A list of triggers that controls when the outgoing Dynamic Adaptive
756
877
  # Streaming over HTTP (DASH) Media Presentation Description (MPD) will
@@ -780,6 +901,7 @@ module Aws::MediaPackageVod
780
901
  class DashPackage < Struct.new(
781
902
  :dash_manifests,
782
903
  :encryption,
904
+ :include_encoder_configuration_in_segments,
783
905
  :period_triggers,
784
906
  :segment_duration_seconds,
785
907
  :segment_template_format)
@@ -1006,6 +1128,10 @@ module Aws::MediaPackageVod
1006
1128
  # @!attribute [rw] domain_name
1007
1129
  # @return [String]
1008
1130
  #
1131
+ # @!attribute [rw] egress_access_logs
1132
+ # Configure egress access logging.
1133
+ # @return [Types::EgressAccessLogs]
1134
+ #
1009
1135
  # @!attribute [rw] id
1010
1136
  # @return [String]
1011
1137
  #
@@ -1019,12 +1145,34 @@ module Aws::MediaPackageVod
1019
1145
  :arn,
1020
1146
  :authorization,
1021
1147
  :domain_name,
1148
+ :egress_access_logs,
1022
1149
  :id,
1023
1150
  :tags)
1024
1151
  SENSITIVE = []
1025
1152
  include Aws::Structure
1026
1153
  end
1027
1154
 
1155
+ # Configure egress access logging.
1156
+ #
1157
+ # @note When making an API call, you may pass EgressAccessLogs
1158
+ # data as a hash:
1159
+ #
1160
+ # {
1161
+ # log_group_name: "__string",
1162
+ # }
1163
+ #
1164
+ # @!attribute [rw] log_group_name
1165
+ # Customize the log group name.
1166
+ # @return [String]
1167
+ #
1168
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/EgressAccessLogs AWS API Documentation
1169
+ #
1170
+ class EgressAccessLogs < Struct.new(
1171
+ :log_group_name)
1172
+ SENSITIVE = []
1173
+ include Aws::Structure
1174
+ end
1175
+
1028
1176
  # The endpoint URL used to access an Asset using one
1029
1177
  # PackagingConfiguration.
1030
1178
  #
@@ -1639,6 +1787,10 @@ module Aws::MediaPackageVod
1639
1787
  # The fully qualified domain name for Assets in the PackagingGroup.
1640
1788
  # @return [String]
1641
1789
  #
1790
+ # @!attribute [rw] egress_access_logs
1791
+ # Configure egress access logging.
1792
+ # @return [Types::EgressAccessLogs]
1793
+ #
1642
1794
  # @!attribute [rw] id
1643
1795
  # The ID of the PackagingGroup.
1644
1796
  # @return [String]
@@ -1653,6 +1805,7 @@ module Aws::MediaPackageVod
1653
1805
  :arn,
1654
1806
  :authorization,
1655
1807
  :domain_name,
1808
+ :egress_access_logs,
1656
1809
  :id,
1657
1810
  :tags)
1658
1811
  SENSITIVE = []
@@ -1666,6 +1819,10 @@ module Aws::MediaPackageVod
1666
1819
  # CDN Authorization credentials
1667
1820
  # @return [Types::Authorization]
1668
1821
  #
1822
+ # @!attribute [rw] egress_access_logs
1823
+ # Configure egress access logging.
1824
+ # @return [Types::EgressAccessLogs]
1825
+ #
1669
1826
  # @!attribute [rw] id
1670
1827
  # The ID of the PackagingGroup.
1671
1828
  # @return [String]
@@ -1678,6 +1835,7 @@ module Aws::MediaPackageVod
1678
1835
  #
1679
1836
  class PackagingGroupCreateParameters < Struct.new(
1680
1837
  :authorization,
1838
+ :egress_access_logs,
1681
1839
  :id,
1682
1840
  :tags)
1683
1841
  SENSITIVE = []
@@ -1916,6 +2074,10 @@ module Aws::MediaPackageVod
1916
2074
  # @!attribute [rw] domain_name
1917
2075
  # @return [String]
1918
2076
  #
2077
+ # @!attribute [rw] egress_access_logs
2078
+ # Configure egress access logging.
2079
+ # @return [Types::EgressAccessLogs]
2080
+ #
1919
2081
  # @!attribute [rw] id
1920
2082
  # @return [String]
1921
2083
  #
@@ -1929,6 +2091,7 @@ module Aws::MediaPackageVod
1929
2091
  :arn,
1930
2092
  :authorization,
1931
2093
  :domain_name,
2094
+ :egress_access_logs,
1932
2095
  :id,
1933
2096
  :tags)
1934
2097
  SENSITIVE = []
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediapackagevod
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.24.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-30 00:00:00.000000000 Z
11
+ date: 2021-06-30 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.109.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.109.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 Elemental MediaPackage VOD (MediaPackage
48
48
  Vod). 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-mediapackagevod.rb
56
59
  - lib/aws-sdk-mediapackagevod/client.rb
57
60
  - lib/aws-sdk-mediapackagevod/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-mediapackagevod
67
- changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/master/gems/aws-sdk-mediapackagevod/CHANGELOG.md
69
+ source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagevod
70
+ changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-mediapackagevod/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 Vod