aws-sdk-lambda 1.156.0 → 1.157.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: b563e3486f03a1e43ed7240562a4e40f1f580914c6898d0ec2a795984bfbf5ef
4
- data.tar.gz: ff0e9edba7bbd4dad6a23dabd97e393632dd7299e88a077238906be7cb331861
3
+ metadata.gz: 78a53e460a3b35682d0293e5f6fcb989d84a3276110c817ea0f111f44d9acfe7
4
+ data.tar.gz: fbeaf30e440124f25f8fd4b96e55b0561b89f9aab8d6bc133c6a15eb3635b4ab
5
5
  SHA512:
6
- metadata.gz: 01a3bd3af6d3753b505f901c392d71275741ec475d826c9259c760a86f7926fae26c888997095df0626e6081677f3a28523e88a20dd4d60069090f6af06550fe
7
- data.tar.gz: 16cb9397afa29da48eb997c572c6b0729d1b684542fb45bb77c063ea3b1da64e22c0535dd9475ec341ca95c995cba68aa0ee16d7b7df1ff1b60fe367fd0ee9ad
6
+ metadata.gz: 0f6079c02c5ac929559f8fd08d0694fae3df7ad16ee8189b4c596f0b9404a34cede4367b4ff038f118803acc15a4e3a88631b8e642722005d2d9495d0bac48cd
7
+ data.tar.gz: 27a74e207753c12c547bfae4230db456a9ee50c1b06c7798234af1ca75f58adf6147c96a28a00bb52c7568bf61df85a1c72b9ca407f5ec8e23f398ec6524c4e9
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.157.0 (2025-08-04)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.156.0 (2025-07-31)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.156.0
1
+ 1.157.0
@@ -97,8 +97,8 @@ module Aws::Lambda
97
97
  # class name or an instance of a plugin class.
98
98
  #
99
99
  # @option options [required, Aws::CredentialProvider] :credentials
100
- # Your AWS credentials used for authentication. This can be an instance of any one of the
101
- # following classes:
100
+ # Your AWS credentials used for authentication. This can be any class that includes and implements
101
+ # `Aws::CredentialProvider`, or instance of any one of the following classes:
102
102
  #
103
103
  # * `Aws::Credentials` - Used for configuring static, non-refreshing
104
104
  # credentials.
@@ -126,8 +126,7 @@ module Aws::Lambda
126
126
  # * `Aws::CognitoIdentityCredentials` - Used for loading credentials
127
127
  # from the Cognito Identity service.
128
128
  #
129
- # When `:credentials` are not configured directly, the following
130
- # locations will be searched for credentials:
129
+ # When `:credentials` are not configured directly, the following locations will be searched for credentials:
131
130
  #
132
131
  # * `Aws.config[:credentials]`
133
132
  #
@@ -141,12 +140,10 @@ module Aws::Lambda
141
140
  #
142
141
  # * `~/.aws/config`
143
142
  #
144
- # * EC2/ECS IMDS instance profile - When used by default, the timeouts
145
- # are very aggressive. Construct and pass an instance of
146
- # `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
147
- # enable retries and extended timeouts. Instance profile credential
148
- # fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
149
- # to `true`.
143
+ # * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
144
+ # Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
145
+ # enable retries and extended timeouts. Instance profile credential fetching can be disabled by
146
+ # setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
150
147
  #
151
148
  # @option options [required, String] :region
152
149
  # The AWS region to connect to. The configured `:region` is
@@ -388,8 +385,8 @@ module Aws::Lambda
388
385
  # `Aws::Telemetry::OTelProvider` for telemetry provider.
389
386
  #
390
387
  # @option options [Aws::TokenProvider] :token_provider
391
- # Your Bearer token used for authentication. This can be an instance of any one of the
392
- # following classes:
388
+ # Your Bearer token used for authentication. This can be any class that includes and implements
389
+ # `Aws::TokenProvider`, or instance of any one of the following classes:
393
390
  #
394
391
  # * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
395
392
  # tokens.
@@ -8363,7 +8360,7 @@ module Aws::Lambda
8363
8360
  tracer: tracer
8364
8361
  )
8365
8362
  context[:gem_name] = 'aws-sdk-lambda'
8366
- context[:gem_version] = '1.156.0'
8363
+ context[:gem_version] = '1.157.0'
8367
8364
  Seahorse::Client::Request.new(handlers, context)
8368
8365
  end
8369
8366
 
@@ -56,7 +56,7 @@ module Aws::Lambda
56
56
  autoload :Endpoints, 'aws-sdk-lambda/endpoints'
57
57
  autoload :EventStreams, 'aws-sdk-lambda/event_streams'
58
58
 
59
- GEM_VERSION = '1.156.0'
59
+ GEM_VERSION = '1.157.0'
60
60
 
61
61
  end
62
62
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lambda
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.156.0
4
+ version: 1.157.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services