aws-sdk-core 2.11.58 → 2.11.59
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/elasticloadbalancingv2/2015-12-01/api-2.json +143 -16
- data/apis/neptune/2014-10-31/api-2.json +3497 -0
- data/apis/neptune/2014-10-31/examples-1.json +5 -0
- data/apis/neptune/2014-10-31/paginators-1.json +61 -0
- data/apis/neptune/2014-10-31/waiters-2.json +90 -0
- data/endpoints.json +50 -3
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/api/customizations.rb +27 -27
- data/lib/aws-sdk-core/neptune.rb +7 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +7 -2
data/service-models.json
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.11.
|
|
4
|
+
version: 2.11.59
|
|
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: 2018-05-
|
|
11
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -389,6 +389,10 @@ files:
|
|
|
389
389
|
- apis/mturk-requester/2017-01-17/api-2.json
|
|
390
390
|
- apis/mturk-requester/2017-01-17/examples-1.json
|
|
391
391
|
- apis/mturk-requester/2017-01-17/paginators-1.json
|
|
392
|
+
- apis/neptune/2014-10-31/api-2.json
|
|
393
|
+
- apis/neptune/2014-10-31/examples-1.json
|
|
394
|
+
- apis/neptune/2014-10-31/paginators-1.json
|
|
395
|
+
- apis/neptune/2014-10-31/waiters-2.json
|
|
392
396
|
- apis/opsworks/2013-02-18/api-2.json
|
|
393
397
|
- apis/opsworks/2013-02-18/examples-1.json
|
|
394
398
|
- apis/opsworks/2013-02-18/paginators-1.json
|
|
@@ -691,6 +695,7 @@ files:
|
|
|
691
695
|
- lib/aws-sdk-core/mobile.rb
|
|
692
696
|
- lib/aws-sdk-core/mq.rb
|
|
693
697
|
- lib/aws-sdk-core/mturk.rb
|
|
698
|
+
- lib/aws-sdk-core/neptune.rb
|
|
694
699
|
- lib/aws-sdk-core/opsworks.rb
|
|
695
700
|
- lib/aws-sdk-core/opsworkscm.rb
|
|
696
701
|
- lib/aws-sdk-core/organizations.rb
|