aws-sdk-lambda 1.39.0 → 1.40.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
  SHA256:
3
- metadata.gz: c1452fdce3dc72b05460b7537f8c8d4aeb0a0c44eb1ed762759a6a1348ac4b0c
4
- data.tar.gz: 2941c79e410a80689f20abc733214102b37fedaa87a04642f39e50a6160ab0ad
3
+ metadata.gz: a0c6597a4882dd63bd9617ecb61c52495719cb2cb69e76779a889310941dc570
4
+ data.tar.gz: 9751894be72d0338ae734cde91c8a9d4aa8dbef64bd1f6f3a672ed4fbfd2fee8
5
5
  SHA512:
6
- metadata.gz: 50c48a2d83d1af74885800006a70641efad8052299700c4f7f24fd280631862c6a151d988f2c83b674aa6645576d279a1f6f2ac3540f1edf1e6bb9f865949444
7
- data.tar.gz: f06046de395a7bde4f654311c7cc365be806cc984e212ebc9aeccd99c145963acce5dafe65f970a063005352493c54b0924e562cdbdfb14c51e2f7ccfc009151
6
+ metadata.gz: 8c57d1eefefa545ce5f44b8c2527116b86871e1caca3b9664843a531ef21a0f074e5d6725eaf322c806ac62a22ce549ff0683ee6f3e077888f5a6b74f88d5093
7
+ data.tar.gz: ba2f793332b9c3d188be2f76b5a25b429e0f085a1626aebeedec74febe8aa6c9c42114f817d3ef21933ac8a4c8538726a62677adf04b357f24ff551a64bf637f
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-lambda/customizations'
46
46
  # @service
47
47
  module Aws::Lambda
48
48
 
49
- GEM_VERSION = '1.39.0'
49
+ GEM_VERSION = '1.40.0'
50
50
 
51
51
  end
@@ -1021,7 +1021,7 @@ module Aws::Lambda
1021
1021
  # * {Types::FunctionConfiguration#last_update_status_reason_code #last_update_status_reason_code} => String
1022
1022
  #
1023
1023
  #
1024
- # @example Example: To update an asynchronous invocation configuration
1024
+ # @example Example: To create a function
1025
1025
  #
1026
1026
  # # The following example creates a function with a deployment package in Amazon S3 and enables X-Ray tracing and
1027
1027
  # # environment variable encryption.
@@ -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.39.0'
5361
+ context[:gem_version] = '1.40.0'
5362
5362
  Seahorse::Client::Request.new(handlers, context)
5363
5363
  end
5364
5364
 
@@ -1317,8 +1317,8 @@ module Aws::Lambda
1317
1317
  # @return [String]
1318
1318
  #
1319
1319
  # @!attribute [rw] timeout
1320
- # The amount of time that Lambda allows a function to run before
1321
- # stopping it.
1320
+ # The amount of time in seconds that Lambda allows a function to run
1321
+ # before stopping it.
1322
1322
  # @return [Integer]
1323
1323
  #
1324
1324
  # @!attribute [rw] memory_size
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.39.0
4
+ version: 1.40.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-16 00:00:00.000000000 Z
11
+ date: 2020-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core