aws-sdk-lambda 1.75.0 → 1.76.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: 6f201e65d3ffb38fc956d2a8234851f1a812746fc5bb0a4324924e213ece54c0
4
- data.tar.gz: 2acf486b5e1eb922b58396113f9f2c3de8702a96e04abe1e583f84471343b1eb
3
+ metadata.gz: c03f737b1943791877b982ef1aa2dfca780fce987578aec3b534abc0fff1f0fa
4
+ data.tar.gz: d1eff4d7260ffb2a81514420d04a41db06f598f0471219573e3351a77bf6636d
5
5
  SHA512:
6
- metadata.gz: acd434aa87458e68d6910ca7436cbc8d2190a7a2817e42ac3a6645664e67fc5f2b239be1272ffc0ea45b03759e350e933bbc21d13cd305ac63f3ff718811ca57
7
- data.tar.gz: 84c98f89b7374f8e1f9580b73b2f2e72f4ca887629a98507a5af8130de0b80fe3c9e8fa7c95c0682bc8853454275dd88835c99360c89850413d47c12e9445712
6
+ metadata.gz: 109ccf87f744c3c6471b7353304552d416a48e3486a53722d03864f8b175e4229b467fa2d3e3ff8722c8691f785de8577c33cb0e0c4c9b6df1929abc4e2439c2
7
+ data.tar.gz: 819b28ddd85ce80d413841d4217f8fa4d640cbb17956cf97f20cc93c5d09f2f4922b2ea9014b33993825c6aa7fe1e3e4da7ee89a4452aff72595e833c97233d6
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.76.0 (2021-11-30)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.75.0 (2021-11-24)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.75.0
1
+ 1.76.0
@@ -119,7 +119,9 @@ module Aws::Lambda
119
119
  # * EC2/ECS IMDS instance profile - When used by default, the timeouts
120
120
  # are very aggressive. Construct and pass an instance of
121
121
  # `Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
122
- # enable retries and extended timeouts.
122
+ # enable retries and extended timeouts. Instance profile credential
123
+ # fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
124
+ # to true.
123
125
  #
124
126
  # @option options [required, String] :region
125
127
  # The AWS region to connect to. The configured `:region` is
@@ -5245,7 +5247,7 @@ module Aws::Lambda
5245
5247
  params: params,
5246
5248
  config: config)
5247
5249
  context[:gem_name] = 'aws-sdk-lambda'
5248
- context[:gem_version] = '1.75.0'
5250
+ context[:gem_version] = '1.76.0'
5249
5251
  Seahorse::Client::Request.new(handlers, context)
5250
5252
  end
5251
5253
 
@@ -49,6 +49,6 @@ require_relative 'aws-sdk-lambda/customizations'
49
49
  # @!group service
50
50
  module Aws::Lambda
51
51
 
52
- GEM_VERSION = '1.75.0'
52
+ GEM_VERSION = '1.76.0'
53
53
 
54
54
  end
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.75.0
4
+ version: 1.76.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: 2021-11-24 00:00:00.000000000 Z
11
+ date: 2021-11-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core