aws-sdk-kinesisvideo 1.23.0 → 1.24.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
  SHA256:
3
- metadata.gz: 4d59bd7aa89c3f4116fb4223333f6416a781c1408b6dda08ec0c5f56d4ab827f
4
- data.tar.gz: 3b93a971dc92c9b6714481505b0e86d51cc81b903971a0d28aacecd0ac8b84ff
3
+ metadata.gz: 50eff7cfe008da80acdcc6c7e425ab2b59d77413f0ad1b5c1f877fd9677e6d32
4
+ data.tar.gz: 8b14d71312ebf6d652c7384e248a5f6893db3ff65dbbc6ad2d814eff9d1e8544
5
5
  SHA512:
6
- metadata.gz: f100863e85c1acb69e2421fdf23a03e83724719ee1d4191f4b005fbb85886de80abad00ae70e8652d14f39a2a1eb7228eeb32a0b93cb7b86a318d57b46e3ac97
7
- data.tar.gz: a44539e1d1e446a1e8448e6c0feefab5c99b9ed8a350bb2908c3d87a03968594359b6abd00883a416600c250ee6cb9b031b6038acfcc5af14ac8f65951362fc6
6
+ metadata.gz: 473d45435bec5e26400267bf8623a7bbbc2bb0fe3c5c19897642373e3802353e35dc87bb09940ceda5b7ec9b021720b4efb22a62f73ac1bb61e17374cce1587a
7
+ data.tar.gz: 35d71f3519bc358efaf75e80a09ffab44e3215d080e15c52603fc4939c51a2dc5dfe8b0ed2616421a27de2a742380fe910fea3732df52e8298ae53263296a0d4
@@ -45,6 +45,6 @@ require_relative 'aws-sdk-kinesisvideo/customizations'
45
45
  # @service
46
46
  module Aws::KinesisVideo
47
47
 
48
- GEM_VERSION = '1.23.0'
48
+ GEM_VERSION = '1.24.0'
49
49
 
50
50
  end
@@ -105,7 +105,7 @@ module Aws::KinesisVideo
105
105
  # @option options [required, String] :region
106
106
  # The AWS region to connect to. The configured `:region` is
107
107
  # used to determine the service `:endpoint`. When not passed,
108
- # a default `:region` is search for in the following locations:
108
+ # a default `:region` is searched for in the following locations:
109
109
  #
110
110
  # * `Aws.config[:region]`
111
111
  # * `ENV['AWS_REGION']`
@@ -161,7 +161,7 @@ module Aws::KinesisVideo
161
161
  # @option options [String] :endpoint
162
162
  # The client endpoint is normally constructed from the `:region`
163
163
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be avalid HTTP(S) URI.
164
+ # to test endpoints. This should be a valid HTTP(S) URI.
165
165
  #
166
166
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
167
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -1279,7 +1279,7 @@ module Aws::KinesisVideo
1279
1279
  params: params,
1280
1280
  config: config)
1281
1281
  context[:gem_name] = 'aws-sdk-kinesisvideo'
1282
- context[:gem_version] = '1.23.0'
1282
+ context[:gem_version] = '1.24.0'
1283
1283
  Seahorse::Client::Request.new(handlers, context)
1284
1284
  end
1285
1285
 
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.23.0
4
+ version: 1.24.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: 2020-04-28 00:00:00.000000000 Z
11
+ date: 2020-05-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core