aws-sdk-core 2.8.14 → 2.9.0
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/cloudformation/2010-05-15/paginators-1.json +11 -1
- data/apis/cloudformation/2010-05-15/waiters-2.json +25 -0
- data/apis/cloudfront/2017-03-25/api-2.json +2689 -0
- data/apis/cloudfront/2017-03-25/examples-1.json +83 -0
- data/apis/cloudfront/2017-03-25/paginators-1.json +32 -0
- data/apis/cloudfront/2017-03-25/waiters-2.json +47 -0
- data/apis/resourcegroupstaggingapi/2017-01-26/api-2.json +331 -0
- data/apis/resourcegroupstaggingapi/2017-01-26/examples-1.json +5 -0
- data/apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json +4 -0
- data/apis/storagegateway/2013-06-30/api-2.json +40 -3
- data/endpoints.json +7 -0
- data/lib/aws-sdk-core.rb +16 -14
- data/lib/aws-sdk-core/api/docs/operation_documenter.rb +4 -4
- data/lib/aws-sdk-core/client.rb +1 -0
- data/lib/aws-sdk-core/cloudfront.rb +5 -5
- data/lib/aws-sdk-core/plugins/jsonvalue_converter.rb +29 -0
- data/lib/aws-sdk-core/plugins/request_signer.rb +9 -1
- data/lib/aws-sdk-core/resourcegroupstaggingapi.rb +6 -0
- data/lib/aws-sdk-core/rest/request/headers.rb +9 -0
- data/lib/aws-sdk-core/rest/response/headers.rb +7 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +60 -56
- metadata +11 -2
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.
|
4
|
+
version: 2.9.0
|
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-03-
|
11
|
+
date: 2017-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|
@@ -101,6 +101,10 @@ files:
|
|
101
101
|
- apis/cloudfront/2016-11-25/examples-1.json
|
102
102
|
- apis/cloudfront/2016-11-25/paginators-1.json
|
103
103
|
- apis/cloudfront/2016-11-25/waiters-2.json
|
104
|
+
- apis/cloudfront/2017-03-25/api-2.json
|
105
|
+
- apis/cloudfront/2017-03-25/examples-1.json
|
106
|
+
- apis/cloudfront/2017-03-25/paginators-1.json
|
107
|
+
- apis/cloudfront/2017-03-25/waiters-2.json
|
104
108
|
- apis/cloudhsm/2014-05-30/api-2.json
|
105
109
|
- apis/cloudhsm/2014-05-30/examples-1.json
|
106
110
|
- apis/cloudsearch/2013-01-01/api-2.json
|
@@ -321,6 +325,9 @@ files:
|
|
321
325
|
- apis/rekognition/2016-06-27/api-2.json
|
322
326
|
- apis/rekognition/2016-06-27/examples-1.json
|
323
327
|
- apis/rekognition/2016-06-27/paginators-1.json
|
328
|
+
- apis/resourcegroupstaggingapi/2017-01-26/api-2.json
|
329
|
+
- apis/resourcegroupstaggingapi/2017-01-26/examples-1.json
|
330
|
+
- apis/resourcegroupstaggingapi/2017-01-26/paginators-1.json
|
324
331
|
- apis/route53/2013-04-01/api-2.json
|
325
332
|
- apis/route53/2013-04-01/examples-1.json
|
326
333
|
- apis/route53/2013-04-01/paginators-1.json
|
@@ -528,6 +535,7 @@ files:
|
|
528
535
|
- lib/aws-sdk-core/plugins/global_configuration.rb
|
529
536
|
- lib/aws-sdk-core/plugins/helpful_socket_errors.rb
|
530
537
|
- lib/aws-sdk-core/plugins/idempotency_token.rb
|
538
|
+
- lib/aws-sdk-core/plugins/jsonvalue_converter.rb
|
531
539
|
- lib/aws-sdk-core/plugins/logging.rb
|
532
540
|
- lib/aws-sdk-core/plugins/machine_learning_predict_endpoint.rb
|
533
541
|
- lib/aws-sdk-core/plugins/param_converter.rb
|
@@ -572,6 +580,7 @@ files:
|
|
572
580
|
- lib/aws-sdk-core/redshift.rb
|
573
581
|
- lib/aws-sdk-core/refreshing_credentials.rb
|
574
582
|
- lib/aws-sdk-core/rekognition.rb
|
583
|
+
- lib/aws-sdk-core/resourcegroupstaggingapi.rb
|
575
584
|
- lib/aws-sdk-core/rest/handler.rb
|
576
585
|
- lib/aws-sdk-core/rest/request/body.rb
|
577
586
|
- lib/aws-sdk-core/rest/request/builder.rb
|