aws-sdk-kinesisvideo 1.17.0 → 1.18.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: e221d3736ddb4f146660ae40bcda7588f71cfcb9
4
- data.tar.gz: 362672d7e8822b4371cb5fcdfa84038c8c8b22ff
3
+ metadata.gz: 154b5e101f635c6fa21d28da3da008d14b97f483
4
+ data.tar.gz: 69dc352337f852c08888612faadf91a3b1ea9dda
5
5
  SHA512:
6
- metadata.gz: 6f505e670502e8ed31539daef30866dd8a16aef2a651ba67f1affb8d257578b17d7371aad6a51806ce7b55a1d8bc9759936057245ea812b596cee22811b37ee9
7
- data.tar.gz: 7da26f47b79368f3611691be2dd007ca89f76b2711224767aa87bc879eb6e8b1080fb5785fd85130ff2430f9f9a223650eb62b18ff820e06b15ac2f174565a91
6
+ metadata.gz: c62b8eb27276d517fe34b180f770d18e664b371323a6aacd29cc1d09f89abfe3bb631d7d0a9ac64844ed4f2c0188631f1de349dccc5daa50b8cedf4482e78318
7
+ data.tar.gz: cebfc2d7b1b6e4d7d51e1783e9aba545f1525f48b50fa0b3a9fec4956bd2a09fca9f41500ac269cc33b90b11cdec0402891dbad231738bd3cbdcffbdb8614cf8
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-kinesisvideo/customizations'
42
42
  # @service
43
43
  module Aws::KinesisVideo
44
44
 
45
- GEM_VERSION = '1.17.0'
45
+ GEM_VERSION = '1.18.0'
46
46
 
47
47
  end
@@ -481,7 +481,7 @@ module Aws::KinesisVideo
481
481
  # resp = client.get_data_endpoint({
482
482
  # stream_name: "StreamName",
483
483
  # stream_arn: "ResourceARN",
484
- # api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
484
+ # api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL, GET_DASH_STREAMING_SESSION_URL
485
485
  # })
486
486
  #
487
487
  # @example Response structure
@@ -837,7 +837,7 @@ module Aws::KinesisVideo
837
837
  params: params,
838
838
  config: config)
839
839
  context[:gem_name] = 'aws-sdk-kinesisvideo'
840
- context[:gem_version] = '1.17.0'
840
+ context[:gem_version] = '1.18.0'
841
841
  Seahorse::Client::Request.new(handlers, context)
842
842
  end
843
843
 
@@ -281,6 +281,12 @@ module Aws::KinesisVideo
281
281
  o.output = Shapes::ShapeRef.new(shape: ListStreamsOutput)
282
282
  o.errors << Shapes::ShapeRef.new(shape: ClientLimitExceededException)
283
283
  o.errors << Shapes::ShapeRef.new(shape: InvalidArgumentException)
284
+ o[:pager] = Aws::Pager.new(
285
+ limit_key: "max_results",
286
+ tokens: {
287
+ "next_token" => "next_token"
288
+ }
289
+ )
284
290
  end)
285
291
 
286
292
  api.add_operation(:list_tags_for_stream, Seahorse::Model::Operation.new.tap do |o|
@@ -224,7 +224,7 @@ module Aws::KinesisVideo
224
224
  # {
225
225
  # stream_name: "StreamName",
226
226
  # stream_arn: "ResourceARN",
227
- # api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL
227
+ # api_name: "PUT_MEDIA", # required, accepts PUT_MEDIA, GET_MEDIA, LIST_FRAGMENTS, GET_MEDIA_FOR_FRAGMENT_LIST, GET_HLS_STREAMING_SESSION_URL, GET_DASH_STREAMING_SESSION_URL
228
228
  # }
229
229
  #
230
230
  # @!attribute [rw] stream_name
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.17.0
4
+ version: 1.18.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-07-01 00:00:00.000000000 Z
11
+ date: 2019-07-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core