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.
- checksums.yaml +4 -4
- data/apis/cloudhsm/2014-05-30/api-2.json +184 -232
- data/apis/cloudhsm/2014-05-30/examples-1.json +5 -0
- data/apis/iot/2015-05-28/api-2.json +78 -2
- data/apis/meteringmarketplace/2016-01-14/api-2.json +127 -0
- data/apis/meteringmarketplace/2016-01-14/examples-1.json +5 -0
- data/apis/s3/2006-03-01/api-2.json +98 -87
- data/apis/s3/2006-03-01/examples-1.json +5 -0
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/cloudhsm.rb +1 -0
- data/lib/aws-sdk-core/marketplacemetering.rb +5 -0
- data/lib/aws-sdk-core/s3.rb +1 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +8 -3
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/s3.rb
CHANGED
|
@@ -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",
|
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.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-
|
|
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
|
|
486
|
+
rubygems_version: 2.4.5
|
|
482
487
|
signing_key:
|
|
483
488
|
specification_version: 4
|
|
484
489
|
summary: AWS SDK for Ruby - Core
|