aws-sdk-kinesisvideo 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b4af74b740e91ce57da3b1de90dca6ee77ddd8fd
4
- data.tar.gz: 61a29273e02c790b78ab5fbd3afc081d5916e55a
3
+ metadata.gz: 78532c4bf14f3a428f9f4a1b5933d9f01f35c836
4
+ data.tar.gz: ba568bbb9c718a59671431e8d77179f6c97c0c65
5
5
  SHA512:
6
- metadata.gz: '097dc46ff3b09c978edf127b3f765e5e248e839768e469d0b3149e6477e782aecd6b75f3791913fb91dee7bbe9b9208bc505a4e6b4423f0ed64a8dd7afbc2121'
7
- data.tar.gz: b991db4e6211f3ae04e697cb9151523f0c36df91ae2538f8e459960d4f3e96e0f5c73652e79f59d449b766eb14fd89750abc30721503647c5afb9926f08ad3cd
6
+ metadata.gz: cd60d24b2194de5262c75e8697b7ab2442251edcfa41d4ec4be52cfab475d1efe89d1630c223e9c9a4506040642bc834376d44cc70c6daf00f9e8be752154328
7
+ data.tar.gz: fc3b8ece29f29aef0a4462ca511a4a90a2492beb978861c42cb1875a9767dcf29b6180799b4d382b09893190ac6bebc0f2d1a87675857e138688bbdab206b61f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisvideo/customizations'
42
42
  # @service
43
43
  module Aws::KinesisVideo
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -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.sietf.org/html/rfc6838#section-4.2
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.1.0'
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.sietf.org/html/rfc6838#section-4.2
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.1.0
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-06-26 00:00:00.000000000 Z
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