aws-sdk-lambdapreview 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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambdapreview/client.rb +5 -1
- data/lib/aws-sdk-lambdapreview.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf147564f9ef890840be814dda1b46f9f83a1f9804622f96361fffd519d7ce9b
|
|
4
|
+
data.tar.gz: f0310e1186aff613d9a9fabfe87dbc27943f357bcff08aecc72faa095fb8da9c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e8967e55f27b85dd809bd4f998afa72cf5f8b90d78d495348d41d8fec852d7f0ee9072ac8b13a075be38cfa8e2d0e8447733121837b81f264f74e206b8be75ba
|
|
7
|
+
data.tar.gz: be637a124b0f803872ef78c6c63e4e4f47d89c4095e4ecacbc55734dd010840bfb598d30b623dbbae5c7ce7806bcd488353c4b3f82792a7925ce9e270f15a5dc
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.40.0
|
|
@@ -215,6 +215,10 @@ module Aws::LambdaPreview
|
|
|
215
215
|
# @option options [Boolean] :endpoint_discovery (false)
|
|
216
216
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
|
217
217
|
#
|
|
218
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
|
219
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
|
220
|
+
# variables and the shared configuration file.
|
|
221
|
+
#
|
|
218
222
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
|
219
223
|
# The log formatter.
|
|
220
224
|
#
|
|
@@ -1062,7 +1066,7 @@ module Aws::LambdaPreview
|
|
|
1062
1066
|
params: params,
|
|
1063
1067
|
config: config)
|
|
1064
1068
|
context[:gem_name] = 'aws-sdk-lambdapreview'
|
|
1065
|
-
context[:gem_version] = '1.
|
|
1069
|
+
context[:gem_version] = '1.40.0'
|
|
1066
1070
|
Seahorse::Client::Request.new(handlers, context)
|
|
1067
1071
|
end
|
|
1068
1072
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-lambdapreview
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
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: 2023-07-
|
|
11
|
+
date: 2023-07-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|