aws-sdk-core 2.9.32 → 2.9.34

Sign up to get free protection for your applications and to get access to all the features.
@@ -73,6 +73,7 @@ module Aws
73
73
  Firehose
74
74
  GameLift
75
75
  Glacier
76
+ Greengrass
76
77
  Health
77
78
  IAM
78
79
  ImportExport
@@ -0,0 +1,4 @@
1
+ Aws.add_service(:Greengrass, {
2
+ api: "#{Aws::API_DIR}/greengrass/2017-06-07/api-2.json",
3
+ docs: "#{Aws::API_DIR}/greengrass/2017-06-07/docs-2.json",
4
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.9.32'
2
+ VERSION = '2.9.34'
3
3
  end
@@ -198,6 +198,10 @@
198
198
  "models": "glacier/2012-06-01",
199
199
  "endpoint": "glacier"
200
200
  },
201
+ "Greengrass": {
202
+ "models": "greengrass/2017-06-07",
203
+ "endpoint": "greengrass"
204
+ },
201
205
  "Health": {
202
206
  "models": "health/2016-08-04",
203
207
  "endpoint": "health"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.32
4
+ version: 2.9.34
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -246,6 +246,7 @@ files:
246
246
  - apis/glacier/2012-06-01/paginators-1.json
247
247
  - apis/glacier/2012-06-01/resources-1.json
248
248
  - apis/glacier/2012-06-01/waiters-2.json
249
+ - apis/greengrass/2017-06-07/api-2.json
249
250
  - apis/health/2016-08-04/api-2.json
250
251
  - apis/health/2016-08-04/examples-1.json
251
252
  - apis/health/2016-08-04/paginators-1.json
@@ -502,6 +503,7 @@ files:
502
503
  - lib/aws-sdk-core/firehose.rb
503
504
  - lib/aws-sdk-core/gamelift.rb
504
505
  - lib/aws-sdk-core/glacier.rb
506
+ - lib/aws-sdk-core/greengrass.rb
505
507
  - lib/aws-sdk-core/health.rb
506
508
  - lib/aws-sdk-core/iam.rb
507
509
  - lib/aws-sdk-core/importexport.rb