aws-sdk-core 2.6.2 → 2.6.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0148e834fc9d1a41989880a002b3a77daca02364
4
- data.tar.gz: 7bed2295783762e6a5e34b706e314217e19fa481
3
+ metadata.gz: 4da9ec2f0c2f331f5d2ef5fb15c292341a009916
4
+ data.tar.gz: 62b9cde6d2b6a2e8e05227d06abdb4c869b58582
5
5
  SHA512:
6
- metadata.gz: 24e13ff2a449b67dac1f5a3be78fefec2adfb0d606c922b4dc1818b30e3005e663e2e782d793099b04754128e3fbfe6b6986a86ac05ca17635ce8f6f570f72b7
7
- data.tar.gz: baaa17d9c6f3e0383e45d1006d107b0735a2b5623b265a634b3cd390cd86be670cdb1a816cab3f976a34096b1b95c27255218365bea9cad48c7475d283a3b381
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":"op"},
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
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.6.2'
2
+ VERSION = '2.6.3'
3
3
  end
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.2
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-20 00:00:00.000000000 Z
11
+ date: 2016-09-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath