aws-sdk-core 2.10.2 → 2.10.3
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/apis/lambda/2015-03-31/api-2.json +15 -3
- data/lib/aws-sdk-core/version.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: 51b43b989cbc23b28e5a93263ed9ac60c968e5db
|
|
4
|
+
data.tar.gz: a70b91618e14fe6045683cb5fac561f5373a05a2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f314d6f65d93bf21fa47302089cc4f0b5f21292abbece2b16dc22908dc96a9486c06ae718bc8cffbf7e15b3bd9eccd2e65e386f2832cab87e079a0b82f15a548
|
|
7
|
+
data.tar.gz: b08c9be33f5bff64a47dccbfb9a9795b00eb86b1e2efaa994f118a8de0bad6496bd2929e19e04763a9bc68c77f40c7e4a1f62ef585201190fdafe811ee3b1db8
|
|
@@ -246,7 +246,8 @@
|
|
|
246
246
|
{"shape":"KMSDisabledException"},
|
|
247
247
|
{"shape":"KMSInvalidStateException"},
|
|
248
248
|
{"shape":"KMSAccessDeniedException"},
|
|
249
|
-
{"shape":"KMSNotFoundException"}
|
|
249
|
+
{"shape":"KMSNotFoundException"},
|
|
250
|
+
{"shape":"InvalidRuntimeException"}
|
|
250
251
|
]
|
|
251
252
|
},
|
|
252
253
|
"InvokeAsync":{
|
|
@@ -261,7 +262,8 @@
|
|
|
261
262
|
"errors":[
|
|
262
263
|
{"shape":"ServiceException"},
|
|
263
264
|
{"shape":"ResourceNotFoundException"},
|
|
264
|
-
{"shape":"InvalidRequestContentException"}
|
|
265
|
+
{"shape":"InvalidRequestContentException"},
|
|
266
|
+
{"shape":"InvalidRuntimeException"}
|
|
265
267
|
],
|
|
266
268
|
"deprecated":true
|
|
267
269
|
},
|
|
@@ -467,7 +469,8 @@
|
|
|
467
469
|
{"shape":"ServiceException"},
|
|
468
470
|
{"shape":"ResourceNotFoundException"},
|
|
469
471
|
{"shape":"InvalidParameterValueException"},
|
|
470
|
-
{"shape":"TooManyRequestsException"}
|
|
472
|
+
{"shape":"TooManyRequestsException"},
|
|
473
|
+
{"shape":"ResourceConflictException"}
|
|
471
474
|
]
|
|
472
475
|
}
|
|
473
476
|
},
|
|
@@ -975,6 +978,15 @@
|
|
|
975
978
|
"error":{"httpStatusCode":400},
|
|
976
979
|
"exception":true
|
|
977
980
|
},
|
|
981
|
+
"InvalidRuntimeException":{
|
|
982
|
+
"type":"structure",
|
|
983
|
+
"members":{
|
|
984
|
+
"Type":{"shape":"String"},
|
|
985
|
+
"Message":{"shape":"String"}
|
|
986
|
+
},
|
|
987
|
+
"error":{"httpStatusCode":502},
|
|
988
|
+
"exception":true
|
|
989
|
+
},
|
|
978
990
|
"InvalidSecurityGroupIDException":{
|
|
979
991
|
"type":"structure",
|
|
980
992
|
"members":{
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.
|
|
4
|
+
version: 2.10.3
|
|
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: 2017-06-
|
|
11
|
+
date: 2017-06-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|