aws-sdk-core 2.10.86 → 2.10.87
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/ce/2017-10-25/api-2.json +384 -0
- data/apis/ce/2017-10-25/examples-1.json +5 -0
- data/apis/ce/2017-10-25/paginators-1.json +4 -0
- data/apis/codecommit/2015-04-13/api-2.json +1253 -9
- data/apis/codecommit/2015-04-13/paginators-1.json +20 -0
- data/apis/firehose/2015-08-04/api-2.json +88 -57
- data/apis/kinesis/2013-12-02/api-2.json +51 -0
- data/apis/workdocs/2016-05-01/api-2.json +117 -21
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/costexplorer.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
data/lib/aws-sdk-core.rb
CHANGED
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
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.10.
|
|
4
|
+
version: 2.10.87
|
|
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-11-
|
|
11
|
+
date: 2017-11-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|
|
@@ -77,6 +77,9 @@ files:
|
|
|
77
77
|
- apis/budgets/2016-10-20/api-2.json
|
|
78
78
|
- apis/budgets/2016-10-20/examples-1.json
|
|
79
79
|
- apis/budgets/2016-10-20/paginators-1.json
|
|
80
|
+
- apis/ce/2017-10-25/api-2.json
|
|
81
|
+
- apis/ce/2017-10-25/examples-1.json
|
|
82
|
+
- apis/ce/2017-10-25/paginators-1.json
|
|
80
83
|
- apis/clouddirectory/2016-05-10/api-2.json
|
|
81
84
|
- apis/clouddirectory/2016-05-10/examples-1.json
|
|
82
85
|
- apis/clouddirectory/2016-05-10/paginators-1.json
|
|
@@ -500,6 +503,7 @@ files:
|
|
|
500
503
|
- lib/aws-sdk-core/cognitosync.rb
|
|
501
504
|
- lib/aws-sdk-core/configservice.rb
|
|
502
505
|
- lib/aws-sdk-core/costandusagereportservice.rb
|
|
506
|
+
- lib/aws-sdk-core/costexplorer.rb
|
|
503
507
|
- lib/aws-sdk-core/credential_provider.rb
|
|
504
508
|
- lib/aws-sdk-core/credential_provider_chain.rb
|
|
505
509
|
- lib/aws-sdk-core/credentials.rb
|