aws-sdk-core 2.7.12 → 2.7.13
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +294 -5
- data/apis/elasticbeanstalk/2010-12-01/paginators-1.json +2 -2
- data/apis/gamelift/2015-10-01/api-2.json +316 -7
- data/apis/gamelift/2015-10-01/paginators-1.json +4 -0
- data/apis/route53/2013-04-01/api-2.json +3 -1
- data/apis/route53/2013-04-01/examples-1.json +757 -0
- data/lib/aws-sdk-core/gamelift.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +3 -2
@@ -2,4 +2,5 @@ Aws.add_service(:GameLift, {
|
|
2
2
|
api: "#{Aws::API_DIR}/gamelift/2015-10-01/api-2.json",
|
3
3
|
docs: "#{Aws::API_DIR}/gamelift/2015-10-01/docs-2.json",
|
4
4
|
examples: "#{Aws::API_DIR}/gamelift/2015-10-01/examples-1.json",
|
5
|
+
paginators: "#{Aws::API_DIR}/gamelift/2015-10-01/paginators-1.json",
|
5
6
|
})
|
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.7.
|
4
|
+
version: 2.7.13
|
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-02-
|
11
|
+
date: 2017-02-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -217,6 +217,7 @@ files:
|
|
217
217
|
- apis/firehose/2015-08-04/examples-1.json
|
218
218
|
- apis/gamelift/2015-10-01/api-2.json
|
219
219
|
- apis/gamelift/2015-10-01/examples-1.json
|
220
|
+
- apis/gamelift/2015-10-01/paginators-1.json
|
220
221
|
- apis/glacier/2012-06-01/api-2.json
|
221
222
|
- apis/glacier/2012-06-01/examples-1.json
|
222
223
|
- apis/glacier/2012-06-01/paginators-1.json
|