aws-sdk-core 2.2.27 → 2.2.28

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.
@@ -0,0 +1,5 @@
1
+ {
2
+ "version": "1.0",
3
+ "examples": {
4
+ }
5
+ }
@@ -68,6 +68,7 @@ module Aws
68
68
  LambdaPreview
69
69
  MachineLearning
70
70
  MarketplaceCommerceAnalytics
71
+ MarketplaceMetering
71
72
  OpsWorks
72
73
  RDS
73
74
  Redshift
@@ -1,4 +1,5 @@
1
1
  Aws.add_service(:CloudHSM, {
2
2
  api: "#{Aws::API_DIR}/cloudhsm/2014-05-30/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/cloudhsm/2014-05-30/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudhsm/2014-05-30/examples-1.json",
4
5
  })
@@ -0,0 +1,5 @@
1
+ Aws.add_service(:MarketplaceMetering, {
2
+ api: "#{Aws::API_DIR}/meteringmarketplace/2016-01-14/api-2.json",
3
+ docs: "#{Aws::API_DIR}/meteringmarketplace/2016-01-14/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/meteringmarketplace/2016-01-14/examples-1.json",
5
+ })
@@ -1,6 +1,7 @@
1
1
  Aws.add_service(:S3, {
2
2
  api: "#{Aws::API_DIR}/s3/2006-03-01/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/s3/2006-03-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/s3/2006-03-01/examples-1.json",
4
5
  paginators: "#{Aws::API_DIR}/s3/2006-03-01/paginators-1.json",
5
6
  resources: "#{Aws::API_DIR}/s3/2006-03-01/resources-1.json",
6
7
  waiters: "#{Aws::API_DIR}/s3/2006-03-01/waiters-2.json",
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.2.27'
2
+ VERSION = '2.2.28'
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.2.27
4
+ version: 2.2.28
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-15 00:00:00.000000000 Z
11
+ date: 2016-03-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -54,6 +54,7 @@ files:
54
54
  - apis/cloudfront/2016-01-28/paginators-1.json
55
55
  - apis/cloudfront/2016-01-28/waiters-2.json
56
56
  - apis/cloudhsm/2014-05-30/api-2.json
57
+ - apis/cloudhsm/2014-05-30/examples-1.json
57
58
  - apis/cloudsearch/2013-01-01/api-2.json
58
59
  - apis/cloudsearch/2013-01-01/paginators-1.json
59
60
  - apis/cloudsearchdomain/2013-01-01/api-2.json
@@ -161,6 +162,8 @@ files:
161
162
  - apis/machinelearning/2014-12-12/paginators-1.json
162
163
  - apis/marketplacecommerceanalytics/2015-07-01/api-2.json
163
164
  - apis/marketplacecommerceanalytics/2015-07-01/examples-1.json
165
+ - apis/meteringmarketplace/2016-01-14/api-2.json
166
+ - apis/meteringmarketplace/2016-01-14/examples-1.json
164
167
  - apis/monitoring/2010-08-01/api-2.json
165
168
  - apis/monitoring/2010-08-01/examples-1.json
166
169
  - apis/monitoring/2010-08-01/paginators-1.json
@@ -185,6 +188,7 @@ files:
185
188
  - apis/route53domains/2014-05-15/api-2.json
186
189
  - apis/route53domains/2014-05-15/paginators-1.json
187
190
  - apis/s3/2006-03-01/api-2.json
191
+ - apis/s3/2006-03-01/examples-1.json
188
192
  - apis/s3/2006-03-01/paginators-1.json
189
193
  - apis/s3/2006-03-01/resources-1.json
190
194
  - apis/s3/2006-03-01/waiters-2.json
@@ -303,6 +307,7 @@ files:
303
307
  - lib/aws-sdk-core/log/param_formatter.rb
304
308
  - lib/aws-sdk-core/machinelearning.rb
305
309
  - lib/aws-sdk-core/marketplacecommerceanalytics.rb
310
+ - lib/aws-sdk-core/marketplacemetering.rb
306
311
  - lib/aws-sdk-core/opsworks.rb
307
312
  - lib/aws-sdk-core/pageable_response.rb
308
313
  - lib/aws-sdk-core/pager.rb
@@ -478,7 +483,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
478
483
  version: '0'
479
484
  requirements: []
480
485
  rubyforge_project:
481
- rubygems_version: 2.5.1
486
+ rubygems_version: 2.4.5
482
487
  signing_key:
483
488
  specification_version: 4
484
489
  summary: AWS SDK for Ruby - Core