aws-sdk-kinesisvideo 1.1.0 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-kinesisvideo.rb +1 -1
- data/lib/aws-sdk-kinesisvideo/client.rb +9 -3
- data/lib/aws-sdk-kinesisvideo/types.rb +8 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 78532c4bf14f3a428f9f4a1b5933d9f01f35c836
|
4
|
+
data.tar.gz: ba568bbb9c718a59671431e8d77179f6c97c0c65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd60d24b2194de5262c75e8697b7ab2442251edcfa41d4ec4be52cfab475d1efe89d1630c223e9c9a4506040642bc834376d44cc70c6daf00f9e8be752154328
|
7
|
+
data.tar.gz: fc3b8ece29f29aef0a4462ca511a4a90a2492beb978861c42cb1875a9767dcf29b6180799b4d382b09893190ac6bebc0f2d1a87675857e138688bbdab206b61f
|
data/lib/aws-sdk-kinesisvideo.rb
CHANGED
@@ -224,6 +224,12 @@ module Aws::KinesisVideo
|
|
224
224
|
# The default value is 0, indicating that the stream does not persist
|
225
225
|
# data.
|
226
226
|
#
|
227
|
+
# When the `DataRetentionInHours` value is 0, consumers can still
|
228
|
+
# consume the fragments that remain in the service host buffer, which
|
229
|
+
# has a retention time limit of 5 minutes and a retention memory limit
|
230
|
+
# of 200 MB. Fragments are removed from the buffer when either limit is
|
231
|
+
# reached.
|
232
|
+
#
|
227
233
|
# @return [Types::CreateStreamOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
228
234
|
#
|
229
235
|
# * {Types::CreateStreamOutput#stream_arn #stream_arn} => String
|
@@ -373,7 +379,7 @@ module Aws::KinesisVideo
|
|
373
379
|
# resp = client.get_data_endpoint({
|
374
380
|
# stream_name: "StreamName",
|
375
381
|
# stream_arn: "ResourceARN",
|
376
|
-
# api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST
|
382
|
+
# api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
|
377
383
|
# })
|
378
384
|
#
|
379
385
|
# @example Response structure
|
@@ -692,7 +698,7 @@ module Aws::KinesisVideo
|
|
692
698
|
#
|
693
699
|
#
|
694
700
|
# [1]: http://www.iana.org/assignments/media-types/media-types.xhtml
|
695
|
-
# [2]: https://tools.
|
701
|
+
# [2]: https://tools.ietf.org/html/rfc6838#section-4.2
|
696
702
|
#
|
697
703
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
698
704
|
#
|
@@ -728,7 +734,7 @@ module Aws::KinesisVideo
|
|
728
734
|
params: params,
|
729
735
|
config: config)
|
730
736
|
context[:gem_name] = 'aws-sdk-kinesisvideo'
|
731
|
-
context[:gem_version] = '1.
|
737
|
+
context[:gem_version] = '1.2.0'
|
732
738
|
Seahorse::Client::Request.new(handlers, context)
|
733
739
|
end
|
734
740
|
|
@@ -75,6 +75,12 @@ module Aws::KinesisVideo
|
|
75
75
|
#
|
76
76
|
# The default value is 0, indicating that the stream does not persist
|
77
77
|
# data.
|
78
|
+
#
|
79
|
+
# When the `DataRetentionInHours` value is 0, consumers can still
|
80
|
+
# consume the fragments that remain in the service host buffer, which
|
81
|
+
# has a retention time limit of 5 minutes and a retention memory limit
|
82
|
+
# of 200 MB. Fragments are removed from the buffer when either limit
|
83
|
+
# is reached.
|
78
84
|
# @return [Integer]
|
79
85
|
#
|
80
86
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/CreateStreamInput AWS API Documentation
|
@@ -176,7 +182,7 @@ module Aws::KinesisVideo
|
|
176
182
|
# {
|
177
183
|
# stream_name: "StreamName",
|
178
184
|
# stream_arn: "ResourceARN",
|
179
|
-
# api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST
|
185
|
+
# api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
|
180
186
|
# }
|
181
187
|
#
|
182
188
|
# @!attribute [rw] stream_name
|
@@ -582,7 +588,7 @@ module Aws::KinesisVideo
|
|
582
588
|
#
|
583
589
|
#
|
584
590
|
# [1]: http://www.iana.org/assignments/media-types/media-types.xhtml
|
585
|
-
# [2]: https://tools.
|
591
|
+
# [2]: https://tools.ietf.org/html/rfc6838#section-4.2
|
586
592
|
# @return [String]
|
587
593
|
#
|
588
594
|
# @see http://docs.aws.amazon.com/goto/WebAPI/kinesisvideo-2017-09-30/UpdateStreamInput AWS API Documentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-kinesisvideo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.2.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: 2018-
|
11
|
+
date: 2018-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|