aws-sdk-core 2.6.2 → 2.6.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/apigateway/2015-07-09/api-2.json +15 -13
- 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: 4da9ec2f0c2f331f5d2ef5fb15c292341a009916
|
4
|
+
data.tar.gz: 62b9cde6d2b6a2e8e05227d06abdb4c869b58582
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 662b036214f75633808bcae007f3b8e0d30581ed91c048fa4f72992d5b5b966dd84eb6251903e84156ba7a2042ed8a349a0e5d78661a4783b7c056f4343c1bcb
|
7
|
+
data.tar.gz: cc8084ac9513361a1e531ff367d1112c119bb930b5d571596288e4459cdee90ec670dc501844108926ca72dd19bd4176816c4f8daf973dc1c95cc891d2288a7a
|
@@ -2883,7 +2883,9 @@
|
|
2883
2883
|
"enum":[
|
2884
2884
|
"HTTP",
|
2885
2885
|
"AWS",
|
2886
|
-
"MOCK"
|
2886
|
+
"MOCK",
|
2887
|
+
"HTTP_PROXY",
|
2888
|
+
"AWS_PROXY"
|
2887
2889
|
]
|
2888
2890
|
},
|
2889
2891
|
"LimitExceededException":{
|
@@ -3099,10 +3101,21 @@
|
|
3099
3101
|
},
|
3100
3102
|
"NullableBoolean":{"type":"boolean"},
|
3101
3103
|
"NullableInteger":{"type":"integer"},
|
3104
|
+
"Op":{
|
3105
|
+
"type":"string",
|
3106
|
+
"enum":[
|
3107
|
+
"add",
|
3108
|
+
"remove",
|
3109
|
+
"replace",
|
3110
|
+
"move",
|
3111
|
+
"copy",
|
3112
|
+
"test"
|
3113
|
+
]
|
3114
|
+
},
|
3102
3115
|
"PatchOperation":{
|
3103
3116
|
"type":"structure",
|
3104
3117
|
"members":{
|
3105
|
-
"op":{"shape":"
|
3118
|
+
"op":{"shape":"Op"},
|
3106
3119
|
"path":{"shape":"String"},
|
3107
3120
|
"value":{"shape":"String"},
|
3108
3121
|
"from":{"shape":"String"}
|
@@ -3901,17 +3914,6 @@
|
|
3901
3914
|
"locationName":"item"
|
3902
3915
|
}
|
3903
3916
|
}
|
3904
|
-
},
|
3905
|
-
"op":{
|
3906
|
-
"type":"string",
|
3907
|
-
"enum":[
|
3908
|
-
"add",
|
3909
|
-
"remove",
|
3910
|
-
"replace",
|
3911
|
-
"move",
|
3912
|
-
"copy",
|
3913
|
-
"test"
|
3914
|
-
]
|
3915
3917
|
}
|
3916
3918
|
}
|
3917
3919
|
}
|
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.6.
|
4
|
+
version: 2.6.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: 2016-09-
|
11
|
+
date: 2016-09-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|