aws-sdk-lambdapreview 1.46.0 → 1.48.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lambdapreview/client.rb +6 -3
- data/lib/aws-sdk-lambdapreview.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 970876381b54bd226b2b8829e0f138433389a555f483769a8bdfd00d3966586a
|
4
|
+
data.tar.gz: 57c43242ebe08a00ecae4b7e3b1da625fcb539063aaaf573984ed30a8e802cad
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 81427990ae6c24c5ad7bf00dcf5e1c54016f16ff82da5a414c8e194797e0e8613e82ff0bdddcf6e17375f1f64739c8eb7dedd0fc0f6e5b8d82b5e0ca9a517114
|
7
|
+
data.tar.gz: 8f34bb1d6106b3c29da3b684755b6be24ae1986f6d97892a3bd716f9d8c102bec8bf54840e966ccef9c4b063a95827cbf09ad811a5d99d8dcc143d49c7c055dd
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.48.0 (2024-06-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.47.0 (2024-06-24)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.46.0 (2024-06-05)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.48.0
|
@@ -88,6 +88,11 @@ module Aws::LambdaPreview
|
|
88
88
|
|
89
89
|
# @overload initialize(options)
|
90
90
|
# @param [Hash] options
|
91
|
+
#
|
92
|
+
# @option options [Array<Seahorse::Client::Plugin>] :plugins ([]])
|
93
|
+
# A list of plugins to apply to the client. Each plugin is either a
|
94
|
+
# class name or an instance of a plugin class.
|
95
|
+
#
|
91
96
|
# @option options [required, Aws::CredentialProvider] :credentials
|
92
97
|
# Your AWS credentials. This can be an instance of any one of the
|
93
98
|
# following classes:
|
@@ -208,7 +213,6 @@ module Aws::LambdaPreview
|
|
208
213
|
# 'https://example.com'
|
209
214
|
# 'http://example.com:123'
|
210
215
|
#
|
211
|
-
#
|
212
216
|
# @option options [Integer] :endpoint_cache_max_entries (1000)
|
213
217
|
# Used for the maximum size limit of the LRU cache storing endpoints data
|
214
218
|
# for endpoint discovery enabled operations. Defaults to 1000.
|
@@ -297,7 +301,6 @@ module Aws::LambdaPreview
|
|
297
301
|
# throttling. This is a provisional mode that may change behavior
|
298
302
|
# in the future.
|
299
303
|
#
|
300
|
-
#
|
301
304
|
# @option options [String] :sdk_ua_app_id
|
302
305
|
# A unique and opaque application ID that is appended to the
|
303
306
|
# User-Agent header as app/sdk_ua_app_id. It should have a
|
@@ -1091,7 +1094,7 @@ module Aws::LambdaPreview
|
|
1091
1094
|
params: params,
|
1092
1095
|
config: config)
|
1093
1096
|
context[:gem_name] = 'aws-sdk-lambdapreview'
|
1094
|
-
context[:gem_version] = '1.
|
1097
|
+
context[:gem_version] = '1.48.0'
|
1095
1098
|
Seahorse::Client::Request.new(handlers, context)
|
1096
1099
|
end
|
1097
1100
|
|
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.48.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: 2024-06-
|
11
|
+
date: 2024-06-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.199.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.199.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|