aws-sdk-lambda 1.153.0 → 1.155.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-lambda/client.rb +22 -11
- data/lib/aws-sdk-lambda/client_api.rb +205 -204
- data/lib/aws-sdk-lambda/waiters.rb +18 -18
- data/lib/aws-sdk-lambda.rb +1 -1
- data/sig/client.rbs +1 -0
- data/sig/resource.rbs +1 -0
- metadata +3 -3
@@ -96,21 +96,21 @@ module Aws::Lambda
|
|
96
96
|
operation_name: :get_function_configuration,
|
97
97
|
acceptors: [
|
98
98
|
{
|
99
|
-
"state" => "success",
|
100
99
|
"matcher" => "path",
|
101
100
|
"argument" => "state",
|
101
|
+
"state" => "success",
|
102
102
|
"expected" => "Active"
|
103
103
|
},
|
104
104
|
{
|
105
|
-
"state" => "failure",
|
106
105
|
"matcher" => "path",
|
107
106
|
"argument" => "state",
|
107
|
+
"state" => "failure",
|
108
108
|
"expected" => "Failed"
|
109
109
|
},
|
110
110
|
{
|
111
|
-
"state" => "retry",
|
112
111
|
"matcher" => "path",
|
113
112
|
"argument" => "state",
|
113
|
+
"state" => "retry",
|
114
114
|
"expected" => "Pending"
|
115
115
|
}
|
116
116
|
]
|
@@ -147,21 +147,21 @@ module Aws::Lambda
|
|
147
147
|
operation_name: :get_function,
|
148
148
|
acceptors: [
|
149
149
|
{
|
150
|
-
"state" => "success",
|
151
150
|
"matcher" => "path",
|
152
151
|
"argument" => "configuration.state",
|
152
|
+
"state" => "success",
|
153
153
|
"expected" => "Active"
|
154
154
|
},
|
155
155
|
{
|
156
|
-
"state" => "failure",
|
157
156
|
"matcher" => "path",
|
158
157
|
"argument" => "configuration.state",
|
158
|
+
"state" => "failure",
|
159
159
|
"expected" => "Failed"
|
160
160
|
},
|
161
161
|
{
|
162
|
-
"state" => "retry",
|
163
162
|
"matcher" => "path",
|
164
163
|
"argument" => "configuration.state",
|
164
|
+
"state" => "retry",
|
165
165
|
"expected" => "Pending"
|
166
166
|
}
|
167
167
|
]
|
@@ -197,13 +197,13 @@ module Aws::Lambda
|
|
197
197
|
operation_name: :get_function,
|
198
198
|
acceptors: [
|
199
199
|
{
|
200
|
+
"matcher" => "error",
|
200
201
|
"state" => "success",
|
201
|
-
"
|
202
|
-
"expected" => 200
|
202
|
+
"expected" => false
|
203
203
|
},
|
204
204
|
{
|
205
|
-
"state" => "retry",
|
206
205
|
"matcher" => "error",
|
206
|
+
"state" => "retry",
|
207
207
|
"expected" => "ResourceNotFoundException"
|
208
208
|
}
|
209
209
|
]
|
@@ -240,21 +240,21 @@ module Aws::Lambda
|
|
240
240
|
operation_name: :get_function_configuration,
|
241
241
|
acceptors: [
|
242
242
|
{
|
243
|
-
"state" => "success",
|
244
243
|
"matcher" => "path",
|
245
244
|
"argument" => "last_update_status",
|
245
|
+
"state" => "success",
|
246
246
|
"expected" => "Successful"
|
247
247
|
},
|
248
248
|
{
|
249
|
-
"state" => "failure",
|
250
249
|
"matcher" => "path",
|
251
250
|
"argument" => "last_update_status",
|
251
|
+
"state" => "failure",
|
252
252
|
"expected" => "Failed"
|
253
253
|
},
|
254
254
|
{
|
255
|
-
"state" => "retry",
|
256
255
|
"matcher" => "path",
|
257
256
|
"argument" => "last_update_status",
|
257
|
+
"state" => "retry",
|
258
258
|
"expected" => "InProgress"
|
259
259
|
}
|
260
260
|
]
|
@@ -291,21 +291,21 @@ module Aws::Lambda
|
|
291
291
|
operation_name: :get_function,
|
292
292
|
acceptors: [
|
293
293
|
{
|
294
|
-
"state" => "success",
|
295
294
|
"matcher" => "path",
|
296
295
|
"argument" => "configuration.last_update_status",
|
296
|
+
"state" => "success",
|
297
297
|
"expected" => "Successful"
|
298
298
|
},
|
299
299
|
{
|
300
|
-
"state" => "failure",
|
301
300
|
"matcher" => "path",
|
302
301
|
"argument" => "configuration.last_update_status",
|
302
|
+
"state" => "failure",
|
303
303
|
"expected" => "Failed"
|
304
304
|
},
|
305
305
|
{
|
306
|
-
"state" => "retry",
|
307
306
|
"matcher" => "path",
|
308
307
|
"argument" => "configuration.last_update_status",
|
308
|
+
"state" => "retry",
|
309
309
|
"expected" => "InProgress"
|
310
310
|
}
|
311
311
|
]
|
@@ -342,21 +342,21 @@ module Aws::Lambda
|
|
342
342
|
operation_name: :get_function_configuration,
|
343
343
|
acceptors: [
|
344
344
|
{
|
345
|
-
"state" => "success",
|
346
345
|
"matcher" => "path",
|
347
346
|
"argument" => "state",
|
347
|
+
"state" => "success",
|
348
348
|
"expected" => "Active"
|
349
349
|
},
|
350
350
|
{
|
351
|
-
"state" => "failure",
|
352
351
|
"matcher" => "path",
|
353
352
|
"argument" => "state",
|
353
|
+
"state" => "failure",
|
354
354
|
"expected" => "Failed"
|
355
355
|
},
|
356
356
|
{
|
357
|
-
"state" => "retry",
|
358
357
|
"matcher" => "path",
|
359
358
|
"argument" => "state",
|
359
|
+
"state" => "retry",
|
360
360
|
"expected" => "Pending"
|
361
361
|
}
|
362
362
|
]
|
data/lib/aws-sdk-lambda.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -18,6 +18,7 @@ module Aws
|
|
18
18
|
?account_id: String,
|
19
19
|
?active_endpoint_cache: bool,
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?auth_scheme_preference: Array[String],
|
21
22
|
?client_side_monitoring: bool,
|
22
23
|
?client_side_monitoring_client_id: String,
|
23
24
|
?client_side_monitoring_host: String,
|
data/sig/resource.rbs
CHANGED
@@ -18,6 +18,7 @@ module Aws
|
|
18
18
|
?account_id: String,
|
19
19
|
?active_endpoint_cache: bool,
|
20
20
|
?adaptive_retry_wait_to_fill: bool,
|
21
|
+
?auth_scheme_preference: Array[String],
|
21
22
|
?client_side_monitoring: bool,
|
22
23
|
?client_side_monitoring_client_id: String,
|
23
24
|
?client_side_monitoring_host: String,
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.155.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
@@ -18,7 +18,7 @@ dependencies:
|
|
18
18
|
version: '3'
|
19
19
|
- - ">="
|
20
20
|
- !ruby/object:Gem::Version
|
21
|
-
version: 3.
|
21
|
+
version: 3.227.0
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -28,7 +28,7 @@ dependencies:
|
|
28
28
|
version: '3'
|
29
29
|
- - ">="
|
30
30
|
- !ruby/object:Gem::Version
|
31
|
-
version: 3.
|
31
|
+
version: 3.227.0
|
32
32
|
- !ruby/object:Gem::Dependency
|
33
33
|
name: aws-sigv4
|
34
34
|
requirement: !ruby/object:Gem::Requirement
|