aws-sdk-lambda 1.7.0 → 1.8.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 +11 -11
- data/lib/aws-sdk-lambda/types.rb +2 -2
- 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: 17d30e1752a969753a068148bfc74d2afe934ed0
|
|
4
|
+
data.tar.gz: 4379ae1f51dad38fc3d6fa10e5fa0318622ae6ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: faba79551b6770ba60496d65ebb882d556b668a990efaae76591314707534d71b3cd16df785d06983e2dd55657d7e80c038ddf7857ab03b7a1f15527680abe70
|
|
7
|
+
data.tar.gz: 0c3b8291a6d927c175e7a255989c492c57f8c94196ce0edbd516a221a125e9d491c90ce2100be497d999707e8533ce281871989becca60602507345f2325cb73
|
data/lib/aws-sdk-lambda.rb
CHANGED
|
@@ -708,7 +708,7 @@ module Aws::Lambda
|
|
|
708
708
|
#
|
|
709
709
|
# resp = client.create_function({
|
|
710
710
|
# function_name: "FunctionName", # required
|
|
711
|
-
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, java8, python2.7, python3.6, dotnetcore1.0, dotnetcore2.0, nodejs4.3-edge, go1.x
|
|
711
|
+
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, java8, python2.7, python3.6, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x
|
|
712
712
|
# role: "RoleArn", # required
|
|
713
713
|
# handler: "Handler", # required
|
|
714
714
|
# code: { # required
|
|
@@ -746,7 +746,7 @@ module Aws::Lambda
|
|
|
746
746
|
#
|
|
747
747
|
# resp.function_name #=> String
|
|
748
748
|
# resp.function_arn #=> String
|
|
749
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "nodejs4.3-edge", "go1.x"
|
|
749
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x"
|
|
750
750
|
# resp.role #=> String
|
|
751
751
|
# resp.handler #=> String
|
|
752
752
|
# resp.code_size #=> Integer
|
|
@@ -1288,7 +1288,7 @@ module Aws::Lambda
|
|
|
1288
1288
|
#
|
|
1289
1289
|
# resp.configuration.function_name #=> String
|
|
1290
1290
|
# resp.configuration.function_arn #=> String
|
|
1291
|
-
# resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "nodejs4.3-edge", "go1.x"
|
|
1291
|
+
# resp.configuration.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x"
|
|
1292
1292
|
# resp.configuration.role #=> String
|
|
1293
1293
|
# resp.configuration.handler #=> String
|
|
1294
1294
|
# resp.configuration.code_size #=> Integer
|
|
@@ -1436,7 +1436,7 @@ module Aws::Lambda
|
|
|
1436
1436
|
#
|
|
1437
1437
|
# resp.function_name #=> String
|
|
1438
1438
|
# resp.function_arn #=> String
|
|
1439
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "nodejs4.3-edge", "go1.x"
|
|
1439
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x"
|
|
1440
1440
|
# resp.role #=> String
|
|
1441
1441
|
# resp.handler #=> String
|
|
1442
1442
|
# resp.code_size #=> Integer
|
|
@@ -1999,7 +1999,7 @@ module Aws::Lambda
|
|
|
1999
1999
|
# resp.functions #=> Array
|
|
2000
2000
|
# resp.functions[0].function_name #=> String
|
|
2001
2001
|
# resp.functions[0].function_arn #=> String
|
|
2002
|
-
# resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "nodejs4.3-edge", "go1.x"
|
|
2002
|
+
# resp.functions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x"
|
|
2003
2003
|
# resp.functions[0].role #=> String
|
|
2004
2004
|
# resp.functions[0].handler #=> String
|
|
2005
2005
|
# resp.functions[0].code_size #=> Integer
|
|
@@ -2139,7 +2139,7 @@ module Aws::Lambda
|
|
|
2139
2139
|
# resp.versions #=> Array
|
|
2140
2140
|
# resp.versions[0].function_name #=> String
|
|
2141
2141
|
# resp.versions[0].function_arn #=> String
|
|
2142
|
-
# resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "nodejs4.3-edge", "go1.x"
|
|
2142
|
+
# resp.versions[0].runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x"
|
|
2143
2143
|
# resp.versions[0].role #=> String
|
|
2144
2144
|
# resp.versions[0].handler #=> String
|
|
2145
2145
|
# resp.versions[0].code_size #=> Integer
|
|
@@ -2277,7 +2277,7 @@ module Aws::Lambda
|
|
|
2277
2277
|
#
|
|
2278
2278
|
# resp.function_name #=> String
|
|
2279
2279
|
# resp.function_arn #=> String
|
|
2280
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "nodejs4.3-edge", "go1.x"
|
|
2280
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x"
|
|
2281
2281
|
# resp.role #=> String
|
|
2282
2282
|
# resp.handler #=> String
|
|
2283
2283
|
# resp.code_size #=> Integer
|
|
@@ -2885,7 +2885,7 @@ module Aws::Lambda
|
|
|
2885
2885
|
#
|
|
2886
2886
|
# resp.function_name #=> String
|
|
2887
2887
|
# resp.function_arn #=> String
|
|
2888
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "nodejs4.3-edge", "go1.x"
|
|
2888
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x"
|
|
2889
2889
|
# resp.role #=> String
|
|
2890
2890
|
# resp.handler #=> String
|
|
2891
2891
|
# resp.code_size #=> Integer
|
|
@@ -3099,7 +3099,7 @@ module Aws::Lambda
|
|
|
3099
3099
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
|
3100
3100
|
# },
|
|
3101
3101
|
# },
|
|
3102
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, java8, python2.7, python3.6, dotnetcore1.0, dotnetcore2.0, nodejs4.3-edge, go1.x
|
|
3102
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, java8, python2.7, python3.6, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x
|
|
3103
3103
|
# dead_letter_config: {
|
|
3104
3104
|
# target_arn: "ResourceArn",
|
|
3105
3105
|
# },
|
|
@@ -3114,7 +3114,7 @@ module Aws::Lambda
|
|
|
3114
3114
|
#
|
|
3115
3115
|
# resp.function_name #=> String
|
|
3116
3116
|
# resp.function_arn #=> String
|
|
3117
|
-
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "nodejs4.3-edge", "go1.x"
|
|
3117
|
+
# resp.runtime #=> String, one of "nodejs", "nodejs4.3", "nodejs6.10", "nodejs8.10", "java8", "python2.7", "python3.6", "dotnetcore1.0", "dotnetcore2.0", "dotnetcore2.1", "nodejs4.3-edge", "go1.x"
|
|
3118
3118
|
# resp.role #=> String
|
|
3119
3119
|
# resp.handler #=> String
|
|
3120
3120
|
# resp.code_size #=> Integer
|
|
@@ -3161,7 +3161,7 @@ module Aws::Lambda
|
|
|
3161
3161
|
params: params,
|
|
3162
3162
|
config: config)
|
|
3163
3163
|
context[:gem_name] = 'aws-sdk-lambda'
|
|
3164
|
-
context[:gem_version] = '1.
|
|
3164
|
+
context[:gem_version] = '1.8.0'
|
|
3165
3165
|
Seahorse::Client::Request.new(handlers, context)
|
|
3166
3166
|
end
|
|
3167
3167
|
|
data/lib/aws-sdk-lambda/types.rb
CHANGED
|
@@ -448,7 +448,7 @@ module Aws::Lambda
|
|
|
448
448
|
#
|
|
449
449
|
# {
|
|
450
450
|
# function_name: "FunctionName", # required
|
|
451
|
-
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, java8, python2.7, python3.6, dotnetcore1.0, dotnetcore2.0, nodejs4.3-edge, go1.x
|
|
451
|
+
# runtime: "nodejs", # required, accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, java8, python2.7, python3.6, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x
|
|
452
452
|
# role: "RoleArn", # required
|
|
453
453
|
# handler: "Handler", # required
|
|
454
454
|
# code: { # required
|
|
@@ -2283,7 +2283,7 @@ module Aws::Lambda
|
|
|
2283
2283
|
# "EnvironmentVariableName" => "EnvironmentVariableValue",
|
|
2284
2284
|
# },
|
|
2285
2285
|
# },
|
|
2286
|
-
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, java8, python2.7, python3.6, dotnetcore1.0, dotnetcore2.0, nodejs4.3-edge, go1.x
|
|
2286
|
+
# runtime: "nodejs", # accepts nodejs, nodejs4.3, nodejs6.10, nodejs8.10, java8, python2.7, python3.6, dotnetcore1.0, dotnetcore2.0, dotnetcore2.1, nodejs4.3-edge, go1.x
|
|
2287
2287
|
# dead_letter_config: {
|
|
2288
2288
|
# target_arn: "ResourceArn",
|
|
2289
2289
|
# },
|
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.8.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: 2018-
|
|
11
|
+
date: 2018-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|