aws-sdk-kinesisvideomedia 1.14.0 → 1.15.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
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ab19d4fa573590595980cde48558e1b6396a3973
|
4
|
+
data.tar.gz: f4fcc1a5c3812704db82294922c34d27e63c83db
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 90008e74e2dfc6d4ea88d1afed9e7475901e17344347db376a75e3765dfb15cba01758a21030a4830417314a714c51c710f1ca96828eb8421b7f9cf958869aab
|
7
|
+
data.tar.gz: 39efb43df0bd1baceb3d9f0ea4ca2eabb126f4672c2caa3e2669ff872df590a19a32778e35d6f23539549f1daf37efaf0eb416883771c10852fe5637d6869766
|
@@ -267,9 +267,9 @@ module Aws::KinesisVideoMedia
|
|
267
267
|
#
|
268
268
|
# When you put media data (fragments) on a stream, Kinesis Video Streams
|
269
269
|
# stores each incoming fragment and related metadata in what is called a
|
270
|
-
# "chunk." For more information, see . The `GetMedia` API
|
271
|
-
# stream of these chunks starting from the chunk that you
|
272
|
-
# request.
|
270
|
+
# "chunk." For more information, see [PutMedia][2]. The `GetMedia` API
|
271
|
+
# returns a stream of these chunks starting from the chunk that you
|
272
|
+
# specify in the request.
|
273
273
|
#
|
274
274
|
# The following limits apply when using the `GetMedia` API:
|
275
275
|
#
|
@@ -279,9 +279,33 @@ module Aws::KinesisVideoMedia
|
|
279
279
|
# megabytes per second (or 200 megabits per second) during a
|
280
280
|
# `GetMedia` session.
|
281
281
|
#
|
282
|
+
# <note markdown="1"> If an error is thrown after invoking a Kinesis Video Streams media
|
283
|
+
# API, in addition to the HTTP status code and the response body, it
|
284
|
+
# includes the following pieces of information:
|
285
|
+
#
|
286
|
+
# * `x-amz-ErrorType` HTTP header – contains a more specific error type
|
287
|
+
# in addition to what the HTTP status code provides.
|
288
|
+
#
|
289
|
+
# * `x-amz-RequestId` HTTP header – if you want to report an issue to
|
290
|
+
# AWS, the support team can better diagnose the problem if given the
|
291
|
+
# Request Id.
|
292
|
+
#
|
293
|
+
# Both the HTTP status code and the ErrorType header can be utilized to
|
294
|
+
# make programmatic decisions about whether errors are retry-able and
|
295
|
+
# under what conditions, as well as provide information on what actions
|
296
|
+
# the client programmer might need to take in order to successfully try
|
297
|
+
# again.
|
298
|
+
#
|
299
|
+
# For more information, see the **Errors** section at the bottom of this
|
300
|
+
# topic, as well as [Common Errors][3].
|
301
|
+
#
|
302
|
+
# </note>
|
303
|
+
#
|
282
304
|
#
|
283
305
|
#
|
284
306
|
# [1]: https://docs.aws.amazon.com/cli/latest/reference/
|
307
|
+
# [2]: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/API_dataplane_PutMedia.html
|
308
|
+
# [3]: https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/CommonErrors.html
|
285
309
|
#
|
286
310
|
# @option params [String] :stream_name
|
287
311
|
# The Kinesis video stream name from where you want to get the media
|
@@ -340,7 +364,7 @@ module Aws::KinesisVideoMedia
|
|
340
364
|
params: params,
|
341
365
|
config: config)
|
342
366
|
context[:gem_name] = 'aws-sdk-kinesisvideomedia'
|
343
|
-
context[:gem_version] = '1.
|
367
|
+
context[:gem_version] = '1.15.0'
|
344
368
|
Seahorse::Client::Request.new(handlers, context)
|
345
369
|
end
|
346
370
|
|
@@ -225,8 +225,8 @@ module Aws::KinesisVideoMedia
|
|
225
225
|
#
|
226
226
|
# * EARLIEST - Start with earliest available chunk on the stream.
|
227
227
|
#
|
228
|
-
# * FRAGMENT\_NUMBER - Start with the chunk
|
229
|
-
#
|
228
|
+
# * FRAGMENT\_NUMBER - Start with the chunk after a specific fragment.
|
229
|
+
# You must also specify the `AfterFragmentNumber` parameter.
|
230
230
|
#
|
231
231
|
# * PRODUCER\_TIMESTAMP or SERVER\_TIMESTAMP - Start with the chunk
|
232
232
|
# containing a fragment with the specified producer or server
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kinesisvideomedia
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.15.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: 2019-06-
|
11
|
+
date: 2019-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|