aws-sdk-kinesisvideoarchivedmedia 1.31.0 → 1.32.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +173 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-kinesisvideoarchivedmedia.rb +1 -1
- data/lib/aws-sdk-kinesisvideoarchivedmedia/client.rb +25 -67
- data/lib/aws-sdk-kinesisvideoarchivedmedia/client_api.rb +6 -4
- data/lib/aws-sdk-kinesisvideoarchivedmedia/types.rb +38 -49
- metadata +6 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abcc5d19351a21090f8028de7c5e6b668e3cb218e3930192ede230e4b3253ec6
|
4
|
+
data.tar.gz: 94482adfb5f40f15429f65f9cdb9afd23dd4ff4c0b1af9540716afbadf53cebc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dba14eb70969bc8421d292bbe162aa7c887c9f25bce5de8633130e54dc0d6b288815745f5a28d98f901afe441fdd60e199fc0132322d8e498b5d679dd32a5049
|
7
|
+
data.tar.gz: 4e81d0166880789084423deb2fdf48dcb199d5b74f1a1e1eb1dba93ffe556bbe8ff5de6d198a00e74db0e3c9a4e9fe47d88d401573130683dd32b23d01a1956c
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,173 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.32.0 (2021-03-08)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Increase the maximum HLS and MPEG-DASH manifest size from 1,000 to 5,000 fragments.
|
8
|
+
|
9
|
+
1.31.0 (2021-02-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - The ListFragments and GetMediaForFragmentList APIs now support StreamName or StreamARN as input parameters.
|
13
|
+
|
14
|
+
1.30.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.29.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.28.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.27.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.26.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.25.1 (2020-06-11)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
43
|
+
|
44
|
+
1.25.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.24.0 (2020-05-28)
|
51
|
+
------------------
|
52
|
+
|
53
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
54
|
+
|
55
|
+
1.23.0 (2020-05-07)
|
56
|
+
------------------
|
57
|
+
|
58
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
59
|
+
|
60
|
+
1.22.0 (2020-04-28)
|
61
|
+
------------------
|
62
|
+
|
63
|
+
* Feature - Add support for the GetClip API for retrieving media from a video stream in the MP4 format.
|
64
|
+
|
65
|
+
1.21.0 (2020-03-09)
|
66
|
+
------------------
|
67
|
+
|
68
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
69
|
+
|
70
|
+
1.20.0 (2019-10-23)
|
71
|
+
------------------
|
72
|
+
|
73
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
74
|
+
|
75
|
+
1.19.0 (2019-10-15)
|
76
|
+
------------------
|
77
|
+
|
78
|
+
* Feature - Add ON_DISCONTINUITY mode to the GetHLSStreamingSessionURL API
|
79
|
+
|
80
|
+
1.18.0 (2019-07-25)
|
81
|
+
------------------
|
82
|
+
|
83
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
84
|
+
|
85
|
+
1.17.0 (2019-07-09)
|
86
|
+
------------------
|
87
|
+
|
88
|
+
* Feature - Adds support for the GetDASHStreamingSessionURL API. Also adds support for the Live Replay playback mode of the GetHLSStreamingSessionURL API.
|
89
|
+
|
90
|
+
1.16.0 (2019-07-01)
|
91
|
+
------------------
|
92
|
+
|
93
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
94
|
+
|
95
|
+
1.15.0 (2019-06-17)
|
96
|
+
------------------
|
97
|
+
|
98
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
99
|
+
|
100
|
+
1.14.0 (2019-05-21)
|
101
|
+
------------------
|
102
|
+
|
103
|
+
* Feature - API update.
|
104
|
+
|
105
|
+
1.13.0 (2019-05-15)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - API update.
|
109
|
+
|
110
|
+
1.12.0 (2019-05-14)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - API update.
|
114
|
+
|
115
|
+
1.11.0 (2019-03-21)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - API update.
|
119
|
+
|
120
|
+
1.10.0 (2019-03-18)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - API update.
|
124
|
+
|
125
|
+
1.9.0 (2019-03-14)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - API update.
|
129
|
+
|
130
|
+
1.8.0 (2019-02-21)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - API update.
|
134
|
+
|
135
|
+
1.7.0 (2018-11-20)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - API update.
|
139
|
+
|
140
|
+
1.6.0 (2018-10-24)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - API update.
|
144
|
+
|
145
|
+
1.5.0 (2018-10-23)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - API update.
|
149
|
+
|
150
|
+
1.4.0 (2018-09-06)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
154
|
+
|
155
|
+
1.3.0 (2018-09-05)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.2.0 (2018-07-13)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.1.0 (2018-06-26)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.0.0 (2017-11-29)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - Initial release of `aws-sdk-kinesisvideoarchivedmedia`.
|
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.32.0
|
@@ -447,10 +447,10 @@ module Aws::KinesisVideoArchivedMedia
|
|
447
447
|
# MPEG-DASH *manifest* (the root resource needed for streaming with
|
448
448
|
# MPEG-DASH).
|
449
449
|
#
|
450
|
-
# <note markdown="1"> Don't share or store this token where an unauthorized entity
|
451
|
-
#
|
452
|
-
#
|
453
|
-
#
|
450
|
+
# <note markdown="1"> Don't share or store this token where an unauthorized entity can
|
451
|
+
# access it. The token provides access to the content of the stream.
|
452
|
+
# Safeguard the token with the same measures that you use with your
|
453
|
+
# AWS credentials.
|
454
454
|
#
|
455
455
|
# </note>
|
456
456
|
#
|
@@ -504,25 +504,8 @@ module Aws::KinesisVideoArchivedMedia
|
|
504
504
|
# Data retrieved with this action is billable. See [Pricing][6]
|
505
505
|
# for details.
|
506
506
|
#
|
507
|
-
# <note markdown="1">
|
508
|
-
#
|
509
|
-
# * A streaming session URL should not be shared between players. The
|
510
|
-
# service might throttle a session if multiple media players are
|
511
|
-
# sharing it. For connection limits, see [Kinesis Video Streams
|
512
|
-
# Limits][7].
|
513
|
-
#
|
514
|
-
# * A Kinesis video stream can have a maximum of ten active MPEG-DASH
|
515
|
-
# streaming sessions. If a new session is created when the maximum
|
516
|
-
# number of sessions is already active, the oldest (earliest created)
|
517
|
-
# session is closed. The number of active `GetMedia` connections on a
|
518
|
-
# Kinesis video stream does not count against this limit, and the
|
519
|
-
# number of active MPEG-DASH sessions does not count against the
|
520
|
-
# active `GetMedia` connection limit.
|
521
|
-
#
|
522
|
-
# <note markdown="1"> The maximum limits for active HLS and MPEG-DASH streaming sessions
|
523
|
-
# are independent of each other.
|
524
|
-
#
|
525
|
-
# </note>
|
507
|
+
# <note markdown="1"> For restrictions that apply to MPEG-DASH sessions, see [Kinesis Video
|
508
|
+
# Streams Limits][7].
|
526
509
|
#
|
527
510
|
# </note>
|
528
511
|
#
|
@@ -624,8 +607,8 @@ module Aws::KinesisVideoArchivedMedia
|
|
624
607
|
#
|
625
608
|
# * <b> <code>ON_DEMAND</code> </b>\: For sessions of this type, the
|
626
609
|
# MPEG-DASH manifest contains all the fragments for the session, up to
|
627
|
-
# the number that is specified in `
|
628
|
-
#
|
610
|
+
# the number that is specified in `MaxManifestFragmentResults`. The
|
611
|
+
# manifest must be retrieved only once for each session. When this
|
629
612
|
# type of session is played in a media player, the user interface
|
630
613
|
# typically displays a scrubber control for choosing the position in
|
631
614
|
# the playback window to display.
|
@@ -882,27 +865,9 @@ module Aws::KinesisVideoArchivedMedia
|
|
882
865
|
# Data retrieved with this action is billable. For more
|
883
866
|
# information, see [Kinesis Video Streams pricing][6].
|
884
867
|
#
|
885
|
-
#
|
886
|
-
#
|
887
|
-
#
|
888
|
-
# service might throttle a session if multiple media players are
|
889
|
-
# sharing it. For connection limits, see [Kinesis Video Streams
|
890
|
-
# Limits][7].
|
891
|
-
#
|
892
|
-
# * A Kinesis video stream can have a maximum of ten active HLS
|
893
|
-
# streaming sessions. If a new session is created when the maximum
|
894
|
-
# number of sessions is already active, the oldest (earliest created)
|
895
|
-
# session is closed. The number of active `GetMedia` connections on a
|
896
|
-
# Kinesis video stream does not count against this limit, and the
|
897
|
-
# number of active HLS sessions does not count against the active
|
898
|
-
# `GetMedia` connection limit.
|
899
|
-
#
|
900
|
-
# <note markdown="1"> The maximum limits for active HLS and MPEG-DASH streaming sessions
|
901
|
-
# are independent of each other.
|
902
|
-
#
|
903
|
-
# </note>
|
904
|
-
#
|
905
|
-
# </note>
|
868
|
+
# A streaming session URL must not be shared between players. The
|
869
|
+
# service might throttle a session if multiple media players are sharing
|
870
|
+
# it. For connection limits, see [Kinesis Video Streams Limits][7].
|
906
871
|
#
|
907
872
|
# You can monitor the amount of data that the media player consumes by
|
908
873
|
# monitoring the `GetMP4MediaFragment.OutgoingBytes` Amazon CloudWatch
|
@@ -1011,12 +976,12 @@ module Aws::KinesisVideoArchivedMedia
|
|
1011
976
|
#
|
1012
977
|
# In all playback modes, if `FragmentSelectorType` is
|
1013
978
|
# `PRODUCER_TIMESTAMP`, and if there are multiple fragments with the
|
1014
|
-
# same start timestamp, the fragment that has the
|
1015
|
-
# (that is, the
|
1016
|
-
# The other fragments are not included. Fragments that have
|
1017
|
-
# timestamps but have overlapping durations are still included
|
1018
|
-
# HLS media playlist. This can lead to unexpected behavior in the
|
1019
|
-
# player.
|
979
|
+
# same start timestamp, the fragment that has the largest fragment
|
980
|
+
# number (that is, the newest fragment) is included in the HLS media
|
981
|
+
# playlist. The other fragments are not included. Fragments that have
|
982
|
+
# different timestamps but have overlapping durations are still included
|
983
|
+
# in the HLS media playlist. This can lead to unexpected behavior in the
|
984
|
+
# media player.
|
1020
985
|
#
|
1021
986
|
# The default is `LIVE`.
|
1022
987
|
#
|
@@ -1125,9 +1090,9 @@ module Aws::KinesisVideoArchivedMedia
|
|
1125
1090
|
# The default is 5 fragments if `PlaybackMode` is `LIVE` or
|
1126
1091
|
# `LIVE_REPLAY`, and 1,000 if `PlaybackMode` is `ON_DEMAND`.
|
1127
1092
|
#
|
1128
|
-
# The maximum value of
|
1129
|
-
# minutes of video on streams with 1-second fragments, and more than
|
1130
|
-
#
|
1093
|
+
# The maximum value of 5,000 fragments corresponds to more than 80
|
1094
|
+
# minutes of video on streams with 1-second fragments, and more than 13
|
1095
|
+
# hours of video on streams with 10-second fragments.
|
1131
1096
|
#
|
1132
1097
|
# @return [Types::GetHLSStreamingSessionURLOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1133
1098
|
#
|
@@ -1175,15 +1140,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
1175
1140
|
#
|
1176
1141
|
# </note>
|
1177
1142
|
#
|
1178
|
-
#
|
1179
|
-
# API:
|
1180
|
-
#
|
1181
|
-
# * A client can call `GetMediaForFragmentList` up to five times per
|
1182
|
-
# second per stream.
|
1183
|
-
#
|
1184
|
-
# * Kinesis Video Streams sends media data at a rate of up to 25
|
1185
|
-
# megabytes per second (or 200 megabits per second) during a
|
1186
|
-
# `GetMediaForFragmentList` session.
|
1143
|
+
# For limits, see [Kinesis Video Streams Limits][2].
|
1187
1144
|
#
|
1188
1145
|
# If an error is thrown after invoking a Kinesis Video Streams archived
|
1189
1146
|
# media API, in addition to the HTTP status code and the response body,
|
@@ -1204,12 +1161,13 @@ module Aws::KinesisVideoArchivedMedia
|
|
1204
1161
|
#
|
1205
1162
|
# For more information, see the **Errors** section at the bottom of
|
1206
1163
|
# this
|
1207
|
-
# topic, as well as [Common Errors][
|
1164
|
+
# topic, as well as [Common Errors][3].
|
1208
1165
|
#
|
1209
1166
|
#
|
1210
1167
|
#
|
1211
1168
|
# [1]: https://docs.aws.amazon.com/cli/latest/reference/
|
1212
|
-
# [2]:
|
1169
|
+
# [2]: http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html
|
1170
|
+
# [3]: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/CommonErrors.html
|
1213
1171
|
#
|
1214
1172
|
# @option params [String] :stream_name
|
1215
1173
|
# The name of the stream from which to retrieve fragment media. Specify
|
@@ -1370,7 +1328,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
1370
1328
|
params: params,
|
1371
1329
|
config: config)
|
1372
1330
|
context[:gem_name] = 'aws-sdk-kinesisvideoarchivedmedia'
|
1373
|
-
context[:gem_version] = '1.
|
1331
|
+
context[:gem_version] = '1.32.0'
|
1374
1332
|
Seahorse::Client::Request.new(handlers, context)
|
1375
1333
|
end
|
1376
1334
|
|
@@ -23,6 +23,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
23
23
|
DASHDisplayFragmentTimestamp = Shapes::StringShape.new(name: 'DASHDisplayFragmentTimestamp')
|
24
24
|
DASHFragmentSelector = Shapes::StructureShape.new(name: 'DASHFragmentSelector')
|
25
25
|
DASHFragmentSelectorType = Shapes::StringShape.new(name: 'DASHFragmentSelectorType')
|
26
|
+
DASHMaxResults = Shapes::IntegerShape.new(name: 'DASHMaxResults')
|
26
27
|
DASHPlaybackMode = Shapes::StringShape.new(name: 'DASHPlaybackMode')
|
27
28
|
DASHStreamingSessionURL = Shapes::StringShape.new(name: 'DASHStreamingSessionURL')
|
28
29
|
DASHTimestampRange = Shapes::StructureShape.new(name: 'DASHTimestampRange')
|
@@ -46,6 +47,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
46
47
|
HLSDisplayFragmentTimestamp = Shapes::StringShape.new(name: 'HLSDisplayFragmentTimestamp')
|
47
48
|
HLSFragmentSelector = Shapes::StructureShape.new(name: 'HLSFragmentSelector')
|
48
49
|
HLSFragmentSelectorType = Shapes::StringShape.new(name: 'HLSFragmentSelectorType')
|
50
|
+
HLSMaxResults = Shapes::IntegerShape.new(name: 'HLSMaxResults')
|
49
51
|
HLSPlaybackMode = Shapes::StringShape.new(name: 'HLSPlaybackMode')
|
50
52
|
HLSStreamingSessionURL = Shapes::StringShape.new(name: 'HLSStreamingSessionURL')
|
51
53
|
HLSTimestampRange = Shapes::StructureShape.new(name: 'HLSTimestampRange')
|
@@ -53,13 +55,13 @@ module Aws::KinesisVideoArchivedMedia
|
|
53
55
|
InvalidCodecPrivateDataException = Shapes::StructureShape.new(name: 'InvalidCodecPrivateDataException')
|
54
56
|
InvalidMediaFrameException = Shapes::StructureShape.new(name: 'InvalidMediaFrameException')
|
55
57
|
ListFragmentsInput = Shapes::StructureShape.new(name: 'ListFragmentsInput')
|
58
|
+
ListFragmentsMaxResults = Shapes::IntegerShape.new(name: 'ListFragmentsMaxResults')
|
56
59
|
ListFragmentsOutput = Shapes::StructureShape.new(name: 'ListFragmentsOutput')
|
57
60
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
58
61
|
MissingCodecPrivateDataException = Shapes::StructureShape.new(name: 'MissingCodecPrivateDataException')
|
59
62
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
60
63
|
NoDataRetentionException = Shapes::StructureShape.new(name: 'NoDataRetentionException')
|
61
64
|
NotAuthorizedException = Shapes::StructureShape.new(name: 'NotAuthorizedException')
|
62
|
-
PageLimit = Shapes::IntegerShape.new(name: 'PageLimit')
|
63
65
|
Payload = Shapes::BlobShape.new(name: 'Payload', streaming: true)
|
64
66
|
ResourceARN = Shapes::StringShape.new(name: 'ResourceARN')
|
65
67
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
@@ -120,7 +122,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
120
122
|
GetDASHStreamingSessionURLInput.add_member(:display_fragment_number, Shapes::ShapeRef.new(shape: DASHDisplayFragmentNumber, location_name: "DisplayFragmentNumber"))
|
121
123
|
GetDASHStreamingSessionURLInput.add_member(:dash_fragment_selector, Shapes::ShapeRef.new(shape: DASHFragmentSelector, location_name: "DASHFragmentSelector"))
|
122
124
|
GetDASHStreamingSessionURLInput.add_member(:expires, Shapes::ShapeRef.new(shape: Expires, location_name: "Expires"))
|
123
|
-
GetDASHStreamingSessionURLInput.add_member(:max_manifest_fragment_results, Shapes::ShapeRef.new(shape:
|
125
|
+
GetDASHStreamingSessionURLInput.add_member(:max_manifest_fragment_results, Shapes::ShapeRef.new(shape: DASHMaxResults, location_name: "MaxManifestFragmentResults"))
|
124
126
|
GetDASHStreamingSessionURLInput.struct_class = Types::GetDASHStreamingSessionURLInput
|
125
127
|
|
126
128
|
GetDASHStreamingSessionURLOutput.add_member(:dash_streaming_session_url, Shapes::ShapeRef.new(shape: DASHStreamingSessionURL, location_name: "DASHStreamingSessionURL"))
|
@@ -134,7 +136,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
134
136
|
GetHLSStreamingSessionURLInput.add_member(:discontinuity_mode, Shapes::ShapeRef.new(shape: HLSDiscontinuityMode, location_name: "DiscontinuityMode"))
|
135
137
|
GetHLSStreamingSessionURLInput.add_member(:display_fragment_timestamp, Shapes::ShapeRef.new(shape: HLSDisplayFragmentTimestamp, location_name: "DisplayFragmentTimestamp"))
|
136
138
|
GetHLSStreamingSessionURLInput.add_member(:expires, Shapes::ShapeRef.new(shape: Expires, location_name: "Expires"))
|
137
|
-
GetHLSStreamingSessionURLInput.add_member(:max_media_playlist_fragment_results, Shapes::ShapeRef.new(shape:
|
139
|
+
GetHLSStreamingSessionURLInput.add_member(:max_media_playlist_fragment_results, Shapes::ShapeRef.new(shape: HLSMaxResults, location_name: "MaxMediaPlaylistFragmentResults"))
|
138
140
|
GetHLSStreamingSessionURLInput.struct_class = Types::GetHLSStreamingSessionURLInput
|
139
141
|
|
140
142
|
GetHLSStreamingSessionURLOutput.add_member(:hls_streaming_session_url, Shapes::ShapeRef.new(shape: HLSStreamingSessionURL, location_name: "HLSStreamingSessionURL"))
|
@@ -170,7 +172,7 @@ module Aws::KinesisVideoArchivedMedia
|
|
170
172
|
|
171
173
|
ListFragmentsInput.add_member(:stream_name, Shapes::ShapeRef.new(shape: StreamName, location_name: "StreamName"))
|
172
174
|
ListFragmentsInput.add_member(:stream_arn, Shapes::ShapeRef.new(shape: ResourceARN, location_name: "StreamARN"))
|
173
|
-
ListFragmentsInput.add_member(:max_results, Shapes::ShapeRef.new(shape:
|
175
|
+
ListFragmentsInput.add_member(:max_results, Shapes::ShapeRef.new(shape: ListFragmentsMaxResults, location_name: "MaxResults"))
|
174
176
|
ListFragmentsInput.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "NextToken"))
|
175
177
|
ListFragmentsInput.add_member(:fragment_selector, Shapes::ShapeRef.new(shape: FragmentSelector, location_name: "FragmentSelector"))
|
176
178
|
ListFragmentsInput.struct_class = Types::ListFragmentsInput
|
@@ -11,7 +11,12 @@ module Aws::KinesisVideoArchivedMedia
|
|
11
11
|
module Types
|
12
12
|
|
13
13
|
# Kinesis Video Streams has throttled the request because you have
|
14
|
-
# exceeded
|
14
|
+
# exceeded a limit. Try making the call later. For information about
|
15
|
+
# limits, see [Kinesis Video Streams Limits][1].
|
16
|
+
#
|
17
|
+
#
|
18
|
+
#
|
19
|
+
# [1]: http://docs.aws.amazon.com/kinesisvideostreams/latest/dg/limits.html
|
15
20
|
#
|
16
21
|
# @!attribute [rw] message
|
17
22
|
# @return [String]
|
@@ -65,11 +70,6 @@ module Aws::KinesisVideoArchivedMedia
|
|
65
70
|
|
66
71
|
# The range of timestamps for which to return fragments.
|
67
72
|
#
|
68
|
-
# The values in the ClipTimestampRange are `inclusive`. Fragments that
|
69
|
-
# begin before the start time but continue past it, or fragments that
|
70
|
-
# begin before the end time but continue past it, are included in the
|
71
|
-
# session.
|
72
|
-
#
|
73
73
|
# @note When making an API call, you may pass ClipTimestampRange
|
74
74
|
# data as a hash:
|
75
75
|
#
|
@@ -82,19 +82,20 @@ module Aws::KinesisVideoArchivedMedia
|
|
82
82
|
# The starting timestamp in the range of timestamps for which to
|
83
83
|
# return fragments.
|
84
84
|
#
|
85
|
-
#
|
86
|
-
#
|
87
|
-
#
|
85
|
+
# Only fragments that start exactly at or after `StartTimestamp` are
|
86
|
+
# included in the session. Fragments that start before
|
87
|
+
# `StartTimestamp` and continue past it aren't included in the
|
88
|
+
# session. If `FragmentSelectorType` is `SERVER_TIMESTAMP`, the
|
88
89
|
# `StartTimestamp` must be later than the stream head.
|
89
90
|
# @return [Time]
|
90
91
|
#
|
91
92
|
# @!attribute [rw] end_timestamp
|
92
93
|
# The end of the timestamp range for the requested media.
|
93
94
|
#
|
94
|
-
# This value must be within
|
95
|
-
# and it must be later than the `StartTimestamp`
|
96
|
-
# `FragmentSelectorType` for the request is
|
97
|
-
# value must be in the past.
|
95
|
+
# This value must be within 24 hours of the specified
|
96
|
+
# `StartTimestamp`, and it must be later than the `StartTimestamp`
|
97
|
+
# value. If `FragmentSelectorType` for the request is
|
98
|
+
# `SERVER_TIMESTAMP`, this value must be in the past.
|
98
99
|
#
|
99
100
|
# This value is inclusive. The `EndTimestamp` is compared to the
|
100
101
|
# (starting) timestamp of the fragment. Fragments that start before
|
@@ -176,12 +177,10 @@ module Aws::KinesisVideoArchivedMedia
|
|
176
177
|
#
|
177
178
|
# This value should not be present if `PlaybackType` is `LIVE`.
|
178
179
|
#
|
179
|
-
#
|
180
|
-
#
|
181
|
-
#
|
182
|
-
# session.
|
183
|
-
#
|
184
|
-
# </note>
|
180
|
+
# The values in `DASHimestampRange` are inclusive. Fragments that start
|
181
|
+
# exactly at or after the start time are included in the session.
|
182
|
+
# Fragments that start before the start time and continue past it are
|
183
|
+
# not included in the session.
|
185
184
|
#
|
186
185
|
# @note When making an API call, you may pass DASHTimestampRange
|
187
186
|
# data as a hash:
|
@@ -197,17 +196,16 @@ module Aws::KinesisVideoArchivedMedia
|
|
197
196
|
# If the `DASHTimestampRange` value is specified, the `StartTimestamp`
|
198
197
|
# value is required.
|
199
198
|
#
|
200
|
-
#
|
201
|
-
#
|
202
|
-
#
|
199
|
+
# Only fragments that start exactly at or after `StartTimestamp` are
|
200
|
+
# included in the session. Fragments that start before
|
201
|
+
# `StartTimestamp` and continue past it aren't included in the
|
202
|
+
# session. If `FragmentSelectorType` is `SERVER_TIMESTAMP`, the
|
203
203
|
# `StartTimestamp` must be later than the stream head.
|
204
|
-
#
|
205
|
-
# </note>
|
206
204
|
# @return [Time]
|
207
205
|
#
|
208
206
|
# @!attribute [rw] end_timestamp
|
209
207
|
# The end of the timestamp range for the requested media. This value
|
210
|
-
# must be within
|
208
|
+
# must be within 24 hours of the specified `StartTimestamp`, and it
|
211
209
|
# must be later than the `StartTimestamp` value.
|
212
210
|
#
|
213
211
|
# If `FragmentSelectorType` for the request is `SERVER_TIMESTAMP`,
|
@@ -463,12 +461,11 @@ module Aws::KinesisVideoArchivedMedia
|
|
463
461
|
#
|
464
462
|
# * <b> <code>ON_DEMAND</code> </b>\: For sessions of this type, the
|
465
463
|
# MPEG-DASH manifest contains all the fragments for the session, up
|
466
|
-
# to the number that is specified in
|
467
|
-
#
|
468
|
-
#
|
469
|
-
#
|
470
|
-
#
|
471
|
-
# display.
|
464
|
+
# to the number that is specified in `MaxManifestFragmentResults`.
|
465
|
+
# The manifest must be retrieved only once for each session. When
|
466
|
+
# this type of session is played in a media player, the user
|
467
|
+
# interface typically displays a scrubber control for choosing the
|
468
|
+
# position in the playback window to display.
|
472
469
|
#
|
473
470
|
# In all playback modes, if `FragmentSelectorType` is
|
474
471
|
# `PRODUCER_TIMESTAMP`, and if there are multiple fragments with the
|
@@ -675,8 +672,8 @@ module Aws::KinesisVideoArchivedMedia
|
|
675
672
|
#
|
676
673
|
# In all playback modes, if `FragmentSelectorType` is
|
677
674
|
# `PRODUCER_TIMESTAMP`, and if there are multiple fragments with the
|
678
|
-
# same start timestamp, the fragment that has the
|
679
|
-
# number (that is, the
|
675
|
+
# same start timestamp, the fragment that has the largest fragment
|
676
|
+
# number (that is, the newest fragment) is included in the HLS media
|
680
677
|
# playlist. The other fragments are not included. Fragments that have
|
681
678
|
# different timestamps but have overlapping durations are still
|
682
679
|
# included in the HLS media playlist. This can lead to unexpected
|
@@ -795,9 +792,9 @@ module Aws::KinesisVideoArchivedMedia
|
|
795
792
|
# The default is 5 fragments if `PlaybackMode` is `LIVE` or
|
796
793
|
# `LIVE_REPLAY`, and 1,000 if `PlaybackMode` is `ON_DEMAND`.
|
797
794
|
#
|
798
|
-
# The maximum value of
|
799
|
-
# minutes of video on streams with 1-second fragments, and more than
|
800
|
-
#
|
795
|
+
# The maximum value of 5,000 fragments corresponds to more than 80
|
796
|
+
# minutes of video on streams with 1-second fragments, and more than
|
797
|
+
# 13 hours of video on streams with 10-second fragments.
|
801
798
|
# @return [Integer]
|
802
799
|
#
|
803
800
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesis-video-archived-media-2017-09-30/GetHLSStreamingSessionURLInput AWS API Documentation
|
@@ -974,13 +971,6 @@ module Aws::KinesisVideoArchivedMedia
|
|
974
971
|
#
|
975
972
|
# This value should not be present if `PlaybackType` is `LIVE`.
|
976
973
|
#
|
977
|
-
# <note markdown="1"> The values in the `HLSTimestampRange` are inclusive. Fragments that
|
978
|
-
# begin before the start time but continue past it, or fragments that
|
979
|
-
# begin before the end time but continue past it, are included in the
|
980
|
-
# session.
|
981
|
-
#
|
982
|
-
# </note>
|
983
|
-
#
|
984
974
|
# @note When making an API call, you may pass HLSTimestampRange
|
985
975
|
# data as a hash:
|
986
976
|
#
|
@@ -995,17 +985,16 @@ module Aws::KinesisVideoArchivedMedia
|
|
995
985
|
# If the `HLSTimestampRange` value is specified, the `StartTimestamp`
|
996
986
|
# value is required.
|
997
987
|
#
|
998
|
-
#
|
999
|
-
#
|
1000
|
-
#
|
988
|
+
# Only fragments that start exactly at or after `StartTimestamp` are
|
989
|
+
# included in the session. Fragments that start before
|
990
|
+
# `StartTimestamp` and continue past it aren't included in the
|
991
|
+
# session. If `FragmentSelectorType` is `SERVER_TIMESTAMP`, the
|
1001
992
|
# `StartTimestamp` must be later than the stream head.
|
1002
|
-
#
|
1003
|
-
# </note>
|
1004
993
|
# @return [Time]
|
1005
994
|
#
|
1006
995
|
# @!attribute [rw] end_timestamp
|
1007
996
|
# The end of the timestamp range for the requested media. This value
|
1008
|
-
# must be within
|
997
|
+
# must be within 24 hours of the specified `StartTimestamp`, and it
|
1009
998
|
# must be later than the `StartTimestamp` value.
|
1010
999
|
#
|
1011
1000
|
# If `FragmentSelectorType` for the request is `SERVER_TIMESTAMP`,
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kinesisvideoarchivedmedia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.32.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-03-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -47,11 +47,14 @@ dependencies:
|
|
47
47
|
description: Official AWS Ruby gem for Amazon Kinesis Video Streams Archived Media
|
48
48
|
(Kinesis Video Archived Media). This gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|
50
|
-
-
|
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-kinesisvideoarchivedmedia.rb
|
56
59
|
- lib/aws-sdk-kinesisvideoarchivedmedia/client.rb
|
57
60
|
- lib/aws-sdk-kinesisvideoarchivedmedia/client_api.rb
|