aws-sdk-lambda 1.40.0 → 1.41.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: a0c6597a4882dd63bd9617ecb61c52495719cb2cb69e76779a889310941dc570
4
- data.tar.gz: 9751894be72d0338ae734cde91c8a9d4aa8dbef64bd1f6f3a672ed4fbfd2fee8
3
+ metadata.gz: f4aa46ba252bdafa5e9a3564fc70bf76705e9cc4e83f1573a6f5c35d510029fc
4
+ data.tar.gz: 95c030e6abc9035ed59b68cfa6738fd177ce7fb80b7f77aa90da9674159a3fd5
5
5
  SHA512:
6
- metadata.gz: 8c57d1eefefa545ce5f44b8c2527116b86871e1caca3b9664843a531ef21a0f074e5d6725eaf322c806ac62a22ce549ff0683ee6f3e077888f5a6b74f88d5093
7
- data.tar.gz: ba2f793332b9c3d188be2f76b5a25b429e0f085a1626aebeedec74febe8aa6c9c42114f817d3ef21933ac8a4c8538726a62677adf04b357f24ff551a64bf637f
6
+ metadata.gz: d7adb71813b10f24c7618e00e3db9b65ab4c048882c1bca0f96a2a3bfa0230c46af81e4738cb9d3f50b9f03b5eb89e2a45396406805989150052c3f9fc564863
7
+ data.tar.gz: a36b7f3983b070ebc324732bcff5def585134b34d8339db0dba1af8690d781331b2aeea05996133707b668ebdaea5ecd7865670ad7412657ae0d540e8038d50c
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-lambda/customizations'
46
46
  # @service
47
47
  module Aws::Lambda
48
48
 
49
- GEM_VERSION = '1.40.0'
49
+ GEM_VERSION = '1.41.0'
50
50
 
51
51
  end
@@ -105,7 +105,7 @@ module Aws::Lambda
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::Lambda
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
@@ -5358,7 +5358,7 @@ module Aws::Lambda
5358
5358
  params: params,
5359
5359
  config: config)
5360
5360
  context[:gem_name] = 'aws-sdk-lambda'
5361
- context[:gem_version] = '1.40.0'
5361
+ context[:gem_version] = '1.41.0'
5362
5362
  Seahorse::Client::Request.new(handlers, context)
5363
5363
  end
5364
5364
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.40.0
4
+ version: 1.41.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-30 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