aws-sdk-mediapackagevod 1.17.0 → 1.22.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: 99152b3af17e2efc8a6d80842d5142eaa6a104da552df7295bb7bf2dbe511eec
4
- data.tar.gz: abd02a032f86cacf48bfe5af22ce47743d622370e8432d01511dededc9fdf723
3
+ metadata.gz: 67f2b121806383c541719f40014c55fabee7645a52395e239d4c187aaac585bd
4
+ data.tar.gz: e3a9abbc09f5f507046b9e9a392ff9909c88a7e612f687743dc946bf337d5c2c
5
5
  SHA512:
6
- metadata.gz: d4b1484ea186819fdcedb49d254e386c7cc376811da9f2079de24f59f9a3dfcc624bd98caf5d41bda6977c901de622c97030d9ad506fb2d7c081ed7bc3646070
7
- data.tar.gz: df30e499bd413c04ae3fa090b31d66c1a6cf9ebc8430a5c7964802d4948e9077247d9f4e3e39d1a00be2426cba5ad527c068702e3fd0d0421c5600446a6371fa
6
+ metadata.gz: 5deadb9ccd2ac2d6e36c1158fe86dfb0a883f16d35a1f33d8e438e64dba5fe7b587da054f8be9e429f18fa5c68db54016ee5daffdbd66de85aac44d4c5c0eb8b
7
+ data.tar.gz: c910676cfb7dc0d79d60cfd94b5f5f88f7a2a89ccaf5b459221da8bd3770a5fca5202cbaba86bdaf7e3c84c82eb44cb6d57bcd71c40fd48a64c761cd45b6c8f2
data/CHANGELOG.md ADDED
@@ -0,0 +1,123 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.22.0 (2021-03-10)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.21.0 (2021-02-24)
10
+ ------------------
11
+
12
+ * Feature - AWS Elemental MediaPackage provides access logs that capture detailed information about requests sent to a customer's MediaPackage VOD packaging group.
13
+
14
+ 1.20.0 (2021-02-02)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
19
+ 1.19.0 (2020-09-30)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.18.0 (2020-09-15)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.17.0 (2020-08-25)
30
+ ------------------
31
+
32
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
33
+
34
+ 1.16.0 (2020-06-23)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.15.1 (2020-06-11)
40
+ ------------------
41
+
42
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
43
+
44
+ 1.15.0 (2020-06-10)
45
+ ------------------
46
+
47
+ * Issue - This version has been yanked. (#2327).
48
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
49
+
50
+ 1.14.0 (2020-06-04)
51
+ ------------------
52
+
53
+ * 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.
54
+
55
+ 1.13.0 (2020-05-28)
56
+ ------------------
57
+
58
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
59
+
60
+ 1.12.0 (2020-05-07)
61
+ ------------------
62
+
63
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
64
+
65
+ 1.11.0 (2020-04-23)
66
+ ------------------
67
+
68
+ * Feature - Adds tagging support for PackagingGroups, PackagingConfigurations, and Assets
69
+
70
+ 1.10.0 (2020-03-09)
71
+ ------------------
72
+
73
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
74
+
75
+ 1.9.0 (2020-02-13)
76
+ ------------------
77
+
78
+ * 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.
79
+
80
+ 1.8.0 (2019-11-25)
81
+ ------------------
82
+
83
+ * Feature - Adds a domain name to PackagingGroups, representing the fully qualified domain name for Assets created in the group.
84
+
85
+ 1.7.0 (2019-11-22)
86
+ ------------------
87
+
88
+ * Feature - Includes the submission time of Asset ingestion request in the API response for Create/List/Describe Assets.
89
+
90
+ 1.6.0 (2019-10-23)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.5.0 (2019-08-23)
96
+ ------------------
97
+
98
+ * Feature - Adds optional Constant Initialization Vector (IV) to HLS Encryption for MediaPackage VOD.
99
+
100
+ 1.4.0 (2019-07-25)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.3.0 (2019-07-01)
106
+ ------------------
107
+
108
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
109
+
110
+ 1.2.0 (2019-06-17)
111
+ ------------------
112
+
113
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
114
+
115
+ 1.1.0 (2019-05-21)
116
+ ------------------
117
+
118
+ * Feature - API update.
119
+
120
+ 1.0.0 (2019-05-20)
121
+ ------------------
122
+
123
+ * 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.22.0
@@ -3,10 +3,11 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
10
+
10
11
  require 'aws-sdk-core'
11
12
  require 'aws-sigv4'
12
13
 
@@ -27,7 +28,7 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
27
28
  # structure.
28
29
  #
29
30
  # media_package_vod = Aws::MediaPackageVod::Client.new
30
- # resp = media_package_vod.create_asset(params)
31
+ # resp = media_package_vod.configure_logs(params)
31
32
  #
32
33
  # See {Client} for more information.
33
34
  #
@@ -47,6 +48,6 @@ require_relative 'aws-sdk-mediapackagevod/customizations'
47
48
  # @!group service
48
49
  module Aws::MediaPackageVod
49
50
 
50
- GEM_VERSION = '1.17.0'
51
+ GEM_VERSION = '1.22.0'
51
52
 
52
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
@@ -608,6 +654,9 @@ module Aws::MediaPackageVod
608
654
  # @option params [Types::Authorization] :authorization
609
655
  # CDN Authorization credentials
610
656
  #
657
+ # @option params [Types::EgressAccessLogs] :egress_access_logs
658
+ # Configure egress access logging.
659
+ #
611
660
  # @option params [required, String] :id
612
661
  #
613
662
  # @option params [Hash<String,String>] :tags
@@ -618,6 +667,7 @@ module Aws::MediaPackageVod
618
667
  # * {Types::CreatePackagingGroupResponse#arn #arn} => String
619
668
  # * {Types::CreatePackagingGroupResponse#authorization #authorization} => Types::Authorization
620
669
  # * {Types::CreatePackagingGroupResponse#domain_name #domain_name} => String
670
+ # * {Types::CreatePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
621
671
  # * {Types::CreatePackagingGroupResponse#id #id} => String
622
672
  # * {Types::CreatePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
623
673
  #
@@ -628,6 +678,9 @@ module Aws::MediaPackageVod
628
678
  # cdn_identifier_secret: "__string", # required
629
679
  # secrets_role_arn: "__string", # required
630
680
  # },
681
+ # egress_access_logs: {
682
+ # log_group_name: "__string",
683
+ # },
631
684
  # id: "__string", # required
632
685
  # tags: {
633
686
  # "__string" => "__string",
@@ -640,6 +693,7 @@ module Aws::MediaPackageVod
640
693
  # resp.authorization.cdn_identifier_secret #=> String
641
694
  # resp.authorization.secrets_role_arn #=> String
642
695
  # resp.domain_name #=> String
696
+ # resp.egress_access_logs.log_group_name #=> String
643
697
  # resp.id #=> String
644
698
  # resp.tags #=> Hash
645
699
  # resp.tags["__string"] #=> String
@@ -867,6 +921,7 @@ module Aws::MediaPackageVod
867
921
  # * {Types::DescribePackagingGroupResponse#arn #arn} => String
868
922
  # * {Types::DescribePackagingGroupResponse#authorization #authorization} => Types::Authorization
869
923
  # * {Types::DescribePackagingGroupResponse#domain_name #domain_name} => String
924
+ # * {Types::DescribePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
870
925
  # * {Types::DescribePackagingGroupResponse#id #id} => String
871
926
  # * {Types::DescribePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
872
927
  #
@@ -882,6 +937,7 @@ module Aws::MediaPackageVod
882
937
  # resp.authorization.cdn_identifier_secret #=> String
883
938
  # resp.authorization.secrets_role_arn #=> String
884
939
  # resp.domain_name #=> String
940
+ # resp.egress_access_logs.log_group_name #=> String
885
941
  # resp.id #=> String
886
942
  # resp.tags #=> Hash
887
943
  # resp.tags["__string"] #=> String
@@ -1069,6 +1125,7 @@ module Aws::MediaPackageVod
1069
1125
  # resp.packaging_groups[0].authorization.cdn_identifier_secret #=> String
1070
1126
  # resp.packaging_groups[0].authorization.secrets_role_arn #=> String
1071
1127
  # resp.packaging_groups[0].domain_name #=> String
1128
+ # resp.packaging_groups[0].egress_access_logs.log_group_name #=> String
1072
1129
  # resp.packaging_groups[0].id #=> String
1073
1130
  # resp.packaging_groups[0].tags #=> Hash
1074
1131
  # resp.packaging_groups[0].tags["__string"] #=> String
@@ -1175,6 +1232,7 @@ module Aws::MediaPackageVod
1175
1232
  # * {Types::UpdatePackagingGroupResponse#arn #arn} => String
1176
1233
  # * {Types::UpdatePackagingGroupResponse#authorization #authorization} => Types::Authorization
1177
1234
  # * {Types::UpdatePackagingGroupResponse#domain_name #domain_name} => String
1235
+ # * {Types::UpdatePackagingGroupResponse#egress_access_logs #egress_access_logs} => Types::EgressAccessLogs
1178
1236
  # * {Types::UpdatePackagingGroupResponse#id #id} => String
1179
1237
  # * {Types::UpdatePackagingGroupResponse#tags #tags} => Hash&lt;String,String&gt;
1180
1238
  #
@@ -1194,6 +1252,7 @@ module Aws::MediaPackageVod
1194
1252
  # resp.authorization.cdn_identifier_secret #=> String
1195
1253
  # resp.authorization.secrets_role_arn #=> String
1196
1254
  # resp.domain_name #=> String
1255
+ # resp.egress_access_logs.log_group_name #=> String
1197
1256
  # resp.id #=> String
1198
1257
  # resp.tags #=> Hash
1199
1258
  # resp.tags["__string"] #=> String
@@ -1220,7 +1279,7 @@ module Aws::MediaPackageVod
1220
1279
  params: params,
1221
1280
  config: config)
1222
1281
  context[:gem_name] = 'aws-sdk-mediapackagevod'
1223
- context[:gem_version] = '1.17.0'
1282
+ context[:gem_version] = '1.22.0'
1224
1283
  Seahorse::Client::Request.new(handlers, context)
1225
1284
  end
1226
1285
 
@@ -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')
@@ -146,6 +150,21 @@ module Aws::MediaPackageVod
146
150
  CmafPackage.add_member(:segment_duration_seconds, Shapes::ShapeRef.new(shape: __integer, location_name: "segmentDurationSeconds"))
147
151
  CmafPackage.struct_class = Types::CmafPackage
148
152
 
153
+ ConfigureLogsParameters.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
154
+ ConfigureLogsParameters.struct_class = Types::ConfigureLogsParameters
155
+
156
+ ConfigureLogsRequest.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
157
+ ConfigureLogsRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location: "uri", location_name: "id"))
158
+ ConfigureLogsRequest.struct_class = Types::ConfigureLogsRequest
159
+
160
+ ConfigureLogsResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
161
+ ConfigureLogsResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
162
+ ConfigureLogsResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
163
+ ConfigureLogsResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
164
+ ConfigureLogsResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
165
+ ConfigureLogsResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
166
+ ConfigureLogsResponse.struct_class = Types::ConfigureLogsResponse
167
+
149
168
  CreateAssetRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
150
169
  CreateAssetRequest.add_member(:packaging_group_id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "packagingGroupId"))
151
170
  CreateAssetRequest.add_member(:resource_id, Shapes::ShapeRef.new(shape: __string, location_name: "resourceId"))
@@ -185,6 +204,7 @@ module Aws::MediaPackageVod
185
204
  CreatePackagingConfigurationResponse.struct_class = Types::CreatePackagingConfigurationResponse
186
205
 
187
206
  CreatePackagingGroupRequest.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
207
+ CreatePackagingGroupRequest.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
188
208
  CreatePackagingGroupRequest.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
189
209
  CreatePackagingGroupRequest.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
190
210
  CreatePackagingGroupRequest.struct_class = Types::CreatePackagingGroupRequest
@@ -192,6 +212,7 @@ module Aws::MediaPackageVod
192
212
  CreatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
193
213
  CreatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
194
214
  CreatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
215
+ CreatePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
195
216
  CreatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
196
217
  CreatePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
197
218
  CreatePackagingGroupResponse.struct_class = Types::CreatePackagingGroupResponse
@@ -261,10 +282,14 @@ module Aws::MediaPackageVod
261
282
  DescribePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
262
283
  DescribePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
263
284
  DescribePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
285
+ DescribePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
264
286
  DescribePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
265
287
  DescribePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
266
288
  DescribePackagingGroupResponse.struct_class = Types::DescribePackagingGroupResponse
267
289
 
290
+ EgressAccessLogs.add_member(:log_group_name, Shapes::ShapeRef.new(shape: __string, location_name: "logGroupName"))
291
+ EgressAccessLogs.struct_class = Types::EgressAccessLogs
292
+
268
293
  EgressEndpoint.add_member(:packaging_configuration_id, Shapes::ShapeRef.new(shape: __string, location_name: "packagingConfigurationId"))
269
294
  EgressEndpoint.add_member(:url, Shapes::ShapeRef.new(shape: __string, location_name: "url"))
270
295
  EgressEndpoint.struct_class = Types::EgressEndpoint
@@ -367,11 +392,13 @@ module Aws::MediaPackageVod
367
392
  PackagingGroup.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
368
393
  PackagingGroup.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
369
394
  PackagingGroup.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
395
+ PackagingGroup.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
370
396
  PackagingGroup.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
371
397
  PackagingGroup.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
372
398
  PackagingGroup.struct_class = Types::PackagingGroup
373
399
 
374
400
  PackagingGroupCreateParameters.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
401
+ PackagingGroupCreateParameters.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
375
402
  PackagingGroupCreateParameters.add_member(:id, Shapes::ShapeRef.new(shape: __string, required: true, location_name: "id"))
376
403
  PackagingGroupCreateParameters.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
377
404
  PackagingGroupCreateParameters.struct_class = Types::PackagingGroupCreateParameters
@@ -423,6 +450,7 @@ module Aws::MediaPackageVod
423
450
  UpdatePackagingGroupResponse.add_member(:arn, Shapes::ShapeRef.new(shape: __string, location_name: "arn"))
424
451
  UpdatePackagingGroupResponse.add_member(:authorization, Shapes::ShapeRef.new(shape: Authorization, location_name: "authorization"))
425
452
  UpdatePackagingGroupResponse.add_member(:domain_name, Shapes::ShapeRef.new(shape: __string, location_name: "domainName"))
453
+ UpdatePackagingGroupResponse.add_member(:egress_access_logs, Shapes::ShapeRef.new(shape: EgressAccessLogs, location_name: "egressAccessLogs"))
426
454
  UpdatePackagingGroupResponse.add_member(:id, Shapes::ShapeRef.new(shape: __string, location_name: "id"))
427
455
  UpdatePackagingGroupResponse.add_member(:tags, Shapes::ShapeRef.new(shape: Tags, location_name: "tags"))
428
456
  UpdatePackagingGroupResponse.struct_class = Types::UpdatePackagingGroupResponse
@@ -467,6 +495,20 @@ module Aws::MediaPackageVod
467
495
  "uid" => "mediapackage-vod-2018-11-07",
468
496
  }
469
497
 
498
+ api.add_operation(:configure_logs, Seahorse::Model::Operation.new.tap do |o|
499
+ o.name = "ConfigureLogs"
500
+ o.http_method = "PUT"
501
+ o.http_request_uri = "/packaging_groups/{id}/configure_logs"
502
+ o.input = Shapes::ShapeRef.new(shape: ConfigureLogsRequest)
503
+ o.output = Shapes::ShapeRef.new(shape: ConfigureLogsResponse)
504
+ o.errors << Shapes::ShapeRef.new(shape: UnprocessableEntityException)
505
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerErrorException)
506
+ o.errors << Shapes::ShapeRef.new(shape: ForbiddenException)
507
+ o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
508
+ o.errors << Shapes::ShapeRef.new(shape: ServiceUnavailableException)
509
+ o.errors << Shapes::ShapeRef.new(shape: TooManyRequestsException)
510
+ end)
511
+
470
512
  api.add_operation(:create_asset, Seahorse::Model::Operation.new.tap do |o|
471
513
  o.name = "CreateAsset"
472
514
  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
 
@@ -281,6 +281,80 @@ module Aws::MediaPackageVod
281
281
  include Aws::Structure
282
282
  end
283
283
 
284
+ # The configuration parameters for egress access logging.
285
+ #
286
+ # @!attribute [rw] egress_access_logs
287
+ # Configure egress access logging.
288
+ # @return [Types::EgressAccessLogs]
289
+ #
290
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ConfigureLogsParameters AWS API Documentation
291
+ #
292
+ class ConfigureLogsParameters < Struct.new(
293
+ :egress_access_logs)
294
+ SENSITIVE = []
295
+ include Aws::Structure
296
+ end
297
+
298
+ # @note When making an API call, you may pass ConfigureLogsRequest
299
+ # data as a hash:
300
+ #
301
+ # {
302
+ # egress_access_logs: {
303
+ # log_group_name: "__string",
304
+ # },
305
+ # id: "__string", # required
306
+ # }
307
+ #
308
+ # @!attribute [rw] egress_access_logs
309
+ # Configure egress access logging.
310
+ # @return [Types::EgressAccessLogs]
311
+ #
312
+ # @!attribute [rw] id
313
+ # @return [String]
314
+ #
315
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ConfigureLogsRequest AWS API Documentation
316
+ #
317
+ class ConfigureLogsRequest < Struct.new(
318
+ :egress_access_logs,
319
+ :id)
320
+ SENSITIVE = []
321
+ include Aws::Structure
322
+ end
323
+
324
+ # @!attribute [rw] arn
325
+ # @return [String]
326
+ #
327
+ # @!attribute [rw] authorization
328
+ # CDN Authorization credentials
329
+ # @return [Types::Authorization]
330
+ #
331
+ # @!attribute [rw] domain_name
332
+ # @return [String]
333
+ #
334
+ # @!attribute [rw] egress_access_logs
335
+ # Configure egress access logging.
336
+ # @return [Types::EgressAccessLogs]
337
+ #
338
+ # @!attribute [rw] id
339
+ # @return [String]
340
+ #
341
+ # @!attribute [rw] tags
342
+ # A collection of tags associated with a resource
343
+ # @return [Hash<String,String>]
344
+ #
345
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/ConfigureLogsResponse AWS API Documentation
346
+ #
347
+ class ConfigureLogsResponse < Struct.new(
348
+ :arn,
349
+ :authorization,
350
+ :domain_name,
351
+ :egress_access_logs,
352
+ :id,
353
+ :tags)
354
+ SENSITIVE = []
355
+ include Aws::Structure
356
+ end
357
+
284
358
  # @note When making an API call, you may pass CreateAssetRequest
285
359
  # data as a hash:
286
360
  #
@@ -572,6 +646,9 @@ module Aws::MediaPackageVod
572
646
  # cdn_identifier_secret: "__string", # required
573
647
  # secrets_role_arn: "__string", # required
574
648
  # },
649
+ # egress_access_logs: {
650
+ # log_group_name: "__string",
651
+ # },
575
652
  # id: "__string", # required
576
653
  # tags: {
577
654
  # "__string" => "__string",
@@ -582,6 +659,10 @@ module Aws::MediaPackageVod
582
659
  # CDN Authorization credentials
583
660
  # @return [Types::Authorization]
584
661
  #
662
+ # @!attribute [rw] egress_access_logs
663
+ # Configure egress access logging.
664
+ # @return [Types::EgressAccessLogs]
665
+ #
585
666
  # @!attribute [rw] id
586
667
  # @return [String]
587
668
  #
@@ -593,6 +674,7 @@ module Aws::MediaPackageVod
593
674
  #
594
675
  class CreatePackagingGroupRequest < Struct.new(
595
676
  :authorization,
677
+ :egress_access_logs,
596
678
  :id,
597
679
  :tags)
598
680
  SENSITIVE = []
@@ -609,6 +691,10 @@ module Aws::MediaPackageVod
609
691
  # @!attribute [rw] domain_name
610
692
  # @return [String]
611
693
  #
694
+ # @!attribute [rw] egress_access_logs
695
+ # Configure egress access logging.
696
+ # @return [Types::EgressAccessLogs]
697
+ #
612
698
  # @!attribute [rw] id
613
699
  # @return [String]
614
700
  #
@@ -622,6 +708,7 @@ module Aws::MediaPackageVod
622
708
  :arn,
623
709
  :authorization,
624
710
  :domain_name,
711
+ :egress_access_logs,
625
712
  :id,
626
713
  :tags)
627
714
  SENSITIVE = []
@@ -1006,6 +1093,10 @@ module Aws::MediaPackageVod
1006
1093
  # @!attribute [rw] domain_name
1007
1094
  # @return [String]
1008
1095
  #
1096
+ # @!attribute [rw] egress_access_logs
1097
+ # Configure egress access logging.
1098
+ # @return [Types::EgressAccessLogs]
1099
+ #
1009
1100
  # @!attribute [rw] id
1010
1101
  # @return [String]
1011
1102
  #
@@ -1019,12 +1110,34 @@ module Aws::MediaPackageVod
1019
1110
  :arn,
1020
1111
  :authorization,
1021
1112
  :domain_name,
1113
+ :egress_access_logs,
1022
1114
  :id,
1023
1115
  :tags)
1024
1116
  SENSITIVE = []
1025
1117
  include Aws::Structure
1026
1118
  end
1027
1119
 
1120
+ # Configure egress access logging.
1121
+ #
1122
+ # @note When making an API call, you may pass EgressAccessLogs
1123
+ # data as a hash:
1124
+ #
1125
+ # {
1126
+ # log_group_name: "__string",
1127
+ # }
1128
+ #
1129
+ # @!attribute [rw] log_group_name
1130
+ # Customize the log group name.
1131
+ # @return [String]
1132
+ #
1133
+ # @see http://docs.aws.amazon.com/goto/WebAPI/mediapackage-vod-2018-11-07/EgressAccessLogs AWS API Documentation
1134
+ #
1135
+ class EgressAccessLogs < Struct.new(
1136
+ :log_group_name)
1137
+ SENSITIVE = []
1138
+ include Aws::Structure
1139
+ end
1140
+
1028
1141
  # The endpoint URL used to access an Asset using one
1029
1142
  # PackagingConfiguration.
1030
1143
  #
@@ -1639,6 +1752,10 @@ module Aws::MediaPackageVod
1639
1752
  # The fully qualified domain name for Assets in the PackagingGroup.
1640
1753
  # @return [String]
1641
1754
  #
1755
+ # @!attribute [rw] egress_access_logs
1756
+ # Configure egress access logging.
1757
+ # @return [Types::EgressAccessLogs]
1758
+ #
1642
1759
  # @!attribute [rw] id
1643
1760
  # The ID of the PackagingGroup.
1644
1761
  # @return [String]
@@ -1653,6 +1770,7 @@ module Aws::MediaPackageVod
1653
1770
  :arn,
1654
1771
  :authorization,
1655
1772
  :domain_name,
1773
+ :egress_access_logs,
1656
1774
  :id,
1657
1775
  :tags)
1658
1776
  SENSITIVE = []
@@ -1666,6 +1784,10 @@ module Aws::MediaPackageVod
1666
1784
  # CDN Authorization credentials
1667
1785
  # @return [Types::Authorization]
1668
1786
  #
1787
+ # @!attribute [rw] egress_access_logs
1788
+ # Configure egress access logging.
1789
+ # @return [Types::EgressAccessLogs]
1790
+ #
1669
1791
  # @!attribute [rw] id
1670
1792
  # The ID of the PackagingGroup.
1671
1793
  # @return [String]
@@ -1678,6 +1800,7 @@ module Aws::MediaPackageVod
1678
1800
  #
1679
1801
  class PackagingGroupCreateParameters < Struct.new(
1680
1802
  :authorization,
1803
+ :egress_access_logs,
1681
1804
  :id,
1682
1805
  :tags)
1683
1806
  SENSITIVE = []
@@ -1916,6 +2039,10 @@ module Aws::MediaPackageVod
1916
2039
  # @!attribute [rw] domain_name
1917
2040
  # @return [String]
1918
2041
  #
2042
+ # @!attribute [rw] egress_access_logs
2043
+ # Configure egress access logging.
2044
+ # @return [Types::EgressAccessLogs]
2045
+ #
1919
2046
  # @!attribute [rw] id
1920
2047
  # @return [String]
1921
2048
  #
@@ -1929,6 +2056,7 @@ module Aws::MediaPackageVod
1929
2056
  :arn,
1930
2057
  :authorization,
1931
2058
  :domain_name,
2059
+ :egress_access_logs,
1932
2060
  :id,
1933
2061
  :tags)
1934
2062
  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.17.0
4
+ version: 1.22.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-08-25 00:00:00.000000000 Z
11
+ date: 2021-03-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.99.0
22
+ version: 3.112.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.99.0
32
+ version: 3.112.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -47,11 +47,14 @@ dependencies:
47
47
  description: Official AWS Ruby gem for AWS 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