aws-sdk-lambda 1.113.0 → 1.114.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-lambda/client.rb +1 -1
- data/lib/aws-sdk-lambda/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +1481 -0
- data/sig/errors.rbs +171 -0
- data/sig/resource.rbs +82 -0
- data/sig/types.rbs +1449 -0
- data/sig/waiters.rbs +79 -0
- metadata +13 -8
data/sig/waiters.rbs
ADDED
@@ -0,0 +1,79 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws
|
9
|
+
module Lambda
|
10
|
+
module Waiters
|
11
|
+
|
12
|
+
class FunctionActive
|
13
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
14
|
+
| (?Hash[Symbol, untyped]) -> void
|
15
|
+
|
16
|
+
def wait: (
|
17
|
+
function_name: ::String,
|
18
|
+
?qualifier: ::String
|
19
|
+
) -> Client::_GetFunctionConfigurationResponseSuccess
|
20
|
+
| (Hash[Symbol, untyped]) -> Client::_GetFunctionConfigurationResponseSuccess
|
21
|
+
end
|
22
|
+
|
23
|
+
class FunctionActiveV2
|
24
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
25
|
+
| (?Hash[Symbol, untyped]) -> void
|
26
|
+
|
27
|
+
def wait: (
|
28
|
+
function_name: ::String,
|
29
|
+
?qualifier: ::String
|
30
|
+
) -> Client::_GetFunctionResponseSuccess
|
31
|
+
| (Hash[Symbol, untyped]) -> Client::_GetFunctionResponseSuccess
|
32
|
+
end
|
33
|
+
|
34
|
+
class FunctionExists
|
35
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
36
|
+
| (?Hash[Symbol, untyped]) -> void
|
37
|
+
|
38
|
+
def wait: (
|
39
|
+
function_name: ::String,
|
40
|
+
?qualifier: ::String
|
41
|
+
) -> Client::_GetFunctionResponseSuccess
|
42
|
+
| (Hash[Symbol, untyped]) -> Client::_GetFunctionResponseSuccess
|
43
|
+
end
|
44
|
+
|
45
|
+
class FunctionUpdated
|
46
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
47
|
+
| (?Hash[Symbol, untyped]) -> void
|
48
|
+
|
49
|
+
def wait: (
|
50
|
+
function_name: ::String,
|
51
|
+
?qualifier: ::String
|
52
|
+
) -> Client::_GetFunctionConfigurationResponseSuccess
|
53
|
+
| (Hash[Symbol, untyped]) -> Client::_GetFunctionConfigurationResponseSuccess
|
54
|
+
end
|
55
|
+
|
56
|
+
class FunctionUpdatedV2
|
57
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
58
|
+
| (?Hash[Symbol, untyped]) -> void
|
59
|
+
|
60
|
+
def wait: (
|
61
|
+
function_name: ::String,
|
62
|
+
?qualifier: ::String
|
63
|
+
) -> Client::_GetFunctionResponseSuccess
|
64
|
+
| (Hash[Symbol, untyped]) -> Client::_GetFunctionResponseSuccess
|
65
|
+
end
|
66
|
+
|
67
|
+
class PublishedVersionActive
|
68
|
+
def initialize: (?client: Client, ?max_attempts: Integer, ?delay: Integer, ?before_attempt: Proc, ?before_wait: Proc) -> void
|
69
|
+
| (?Hash[Symbol, untyped]) -> void
|
70
|
+
|
71
|
+
def wait: (
|
72
|
+
function_name: ::String,
|
73
|
+
?qualifier: ::String
|
74
|
+
) -> Client::_GetFunctionConfigurationResponseSuccess
|
75
|
+
| (Hash[Symbol, untyped]) -> Client::_GetFunctionConfigurationResponseSuccess
|
76
|
+
end
|
77
|
+
end
|
78
|
+
end
|
79
|
+
end
|
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.114.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-01-26 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.191.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.191.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -68,13 +68,18 @@ files:
|
|
68
68
|
- lib/aws-sdk-lambda/resource.rb
|
69
69
|
- lib/aws-sdk-lambda/types.rb
|
70
70
|
- lib/aws-sdk-lambda/waiters.rb
|
71
|
+
- sig/client.rbs
|
72
|
+
- sig/errors.rbs
|
73
|
+
- sig/resource.rbs
|
74
|
+
- sig/types.rbs
|
75
|
+
- sig/waiters.rbs
|
71
76
|
homepage: https://github.com/aws/aws-sdk-ruby
|
72
77
|
licenses:
|
73
78
|
- Apache-2.0
|
74
79
|
metadata:
|
75
80
|
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lambda
|
76
81
|
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-lambda/CHANGELOG.md
|
77
|
-
post_install_message:
|
82
|
+
post_install_message:
|
78
83
|
rdoc_options: []
|
79
84
|
require_paths:
|
80
85
|
- lib
|
@@ -89,8 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
89
94
|
- !ruby/object:Gem::Version
|
90
95
|
version: '0'
|
91
96
|
requirements: []
|
92
|
-
rubygems_version: 3.
|
93
|
-
signing_key:
|
97
|
+
rubygems_version: 3.4.10
|
98
|
+
signing_key:
|
94
99
|
specification_version: 4
|
95
100
|
summary: AWS SDK for Ruby - AWS Lambda
|
96
101
|
test_files: []
|