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.
@@ -52,6 +52,7 @@ module Aws
52
52
  CognitoIdentityProvider
53
53
  CognitoSync
54
54
  ConfigService
55
+ CostExplorer
55
56
  CostandUsageReportService
56
57
  DAX
57
58
  DataPipeline
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:CostExplorer, {
2
+ api: "#{Aws::API_DIR}/ce/2017-10-25/api-2.json",
3
+ docs: "#{Aws::API_DIR}/ce/2017-10-25/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/ce/2017-10-25/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/ce/2017-10-25/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.86'
2
+ VERSION = '2.10.87'
3
3
  end
@@ -114,6 +114,10 @@
114
114
  "models": "config/2014-11-12",
115
115
  "endpoint": "config"
116
116
  },
117
+ "CostExplorer": {
118
+ "models": "ce/2017-10-25",
119
+ "endpoint": "ce"
120
+ },
117
121
  "CostandUsageReportService": {
118
122
  "models": "cur/2017-01-06",
119
123
  "endpoint": "cur"
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.86
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-17 00:00:00.000000000 Z
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