aws-sdk-lambda 1.23.0 → 1.24.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/lib/aws-sdk-lambda.rb +1 -1
- data/lib/aws-sdk-lambda/client.rb +3 -1
- data/lib/aws-sdk-lambda/client_api.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b369f5503ddd5b052f960700098957f60586b6d5
|
|
4
|
+
data.tar.gz: bcb71bac40f0ea0de10174672dd1c1d04a2e2776
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b87099484aaa9623666d40b8ad488ec1bbfd17e5aff88badef1e1ce39155695313d33aa786223b37b4a4febad84289f97d4fa9b4c856536eff6cc0f57bac4104
|
|
7
|
+
data.tar.gz: 2aea17e515d3baec31f3435d139e225a97e471d76a6c8c0e950a94b362b05e7bd06db9ac83b201b0ea05365a37eaa58846ab3e9367fbc7e51bf61c19ea3c3311
|
data/lib/aws-sdk-lambda.rb
CHANGED
|
@@ -23,6 +23,7 @@ require 'aws-sdk-core/plugins/idempotency_token.rb'
|
|
|
23
23
|
require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
|
|
24
24
|
require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
25
25
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
|
26
|
+
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
|
26
27
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
|
27
28
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
|
28
29
|
|
|
@@ -55,6 +56,7 @@ module Aws::Lambda
|
|
|
55
56
|
add_plugin(Aws::Plugins::JsonvalueConverter)
|
|
56
57
|
add_plugin(Aws::Plugins::ClientMetricsPlugin)
|
|
57
58
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
|
59
|
+
add_plugin(Aws::Plugins::TransferEncoding)
|
|
58
60
|
add_plugin(Aws::Plugins::SignatureV4)
|
|
59
61
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
|
60
62
|
|
|
@@ -3611,7 +3613,7 @@ module Aws::Lambda
|
|
|
3611
3613
|
params: params,
|
|
3612
3614
|
config: config)
|
|
3613
3615
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
3614
|
-
context[:gem_version] = '1.
|
|
3616
|
+
context[:gem_version] = '1.24.0'
|
|
3615
3617
|
Seahorse::Client::Request.new(handlers, context)
|
|
3616
3618
|
end
|
|
3617
3619
|
|
|
@@ -27,7 +27,7 @@ module Aws::Lambda
|
|
|
27
27
|
Arn = Shapes::StringShape.new(name: 'Arn')
|
|
28
28
|
BatchSize = Shapes::IntegerShape.new(name: 'BatchSize')
|
|
29
29
|
Blob = Shapes::BlobShape.new(name: 'Blob')
|
|
30
|
-
BlobStream = Shapes::BlobShape.new(name: 'BlobStream')
|
|
30
|
+
BlobStream = Shapes::BlobShape.new(name: 'BlobStream', streaming: true)
|
|
31
31
|
Boolean = Shapes::BooleanShape.new(name: 'Boolean')
|
|
32
32
|
CodeStorageExceededException = Shapes::StructureShape.new(name: 'CodeStorageExceededException')
|
|
33
33
|
CompatibleRuntimes = Shapes::ListShape.new(name: 'CompatibleRuntimes')
|
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.
|
|
4
|
+
version: 1.24.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: 2019-05-
|
|
11
|
+
date: 2019-05-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|