aws-sdk-core 2.2.25 → 2.2.26
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/gamelift/2015-10-01/api-2.json +293 -13
- data/apis/iam/2010-05-08/api-2.json +6 -3
- data/apis/redshift/2012-12-01/api-2.json +559 -2121
- data/apis/redshift/2012-12-01/examples-1.json +5 -0
- data/lib/aws-sdk-core/redshift.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +4 -3
@@ -1,6 +1,7 @@
|
|
1
1
|
Aws.add_service(:Redshift, {
|
2
2
|
api: "#{Aws::API_DIR}/redshift/2012-12-01/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/redshift/2012-12-01/docs-2.json",
|
4
|
+
examples: "#{Aws::API_DIR}/redshift/2012-12-01/examples-1.json",
|
4
5
|
paginators: "#{Aws::API_DIR}/redshift/2012-12-01/paginators-1.json",
|
5
6
|
waiters: "#{Aws::API_DIR}/redshift/2012-12-01/waiters-2.json",
|
6
7
|
})
|
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.2.
|
4
|
+
version: 2.2.26
|
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-03-
|
11
|
+
date: 2016-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -174,6 +174,7 @@ files:
|
|
174
174
|
- apis/rds/2014-10-31/resources-1.json
|
175
175
|
- apis/rds/2014-10-31/waiters-2.json
|
176
176
|
- apis/redshift/2012-12-01/api-2.json
|
177
|
+
- apis/redshift/2012-12-01/examples-1.json
|
177
178
|
- apis/redshift/2012-12-01/paginators-1.json
|
178
179
|
- apis/redshift/2012-12-01/waiters-2.json
|
179
180
|
- apis/route53/2013-04-01/api-2.json
|
@@ -474,7 +475,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
474
475
|
version: '0'
|
475
476
|
requirements: []
|
476
477
|
rubyforge_project:
|
477
|
-
rubygems_version: 2.
|
478
|
+
rubygems_version: 2.5.1
|
478
479
|
signing_key:
|
479
480
|
specification_version: 4
|
480
481
|
summary: AWS SDK for Ruby - Core
|