aws-sdk-costexplorer 1.16.0 → 1.17.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/lib/aws-sdk-costexplorer.rb +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +5 -1
- data/lib/aws-sdk-costexplorer/types.rb +5 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4db41183a8a5d5a8cc368744b393608964df28f6
|
|
4
|
+
data.tar.gz: 127bc6b48a89cfc81a546f231766a7294b1b54af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 17d9d0d5377346b02f4f8031a02b4a3c4184a886e3d8b5f5a7b94da95c0d7f498b5797aa5e5cf9eb418e332881056e27cd545505a9238bc07e0decb622dfe77e
|
|
7
|
+
data.tar.gz: 64446f2b364a95b8f2e3ecb6a04612a0185890c64c05e5bb9a196347511748fb893473efb0bbeea68c5a78df4d819f82010b5a92a0c1ad90bc4935617edac1ea
|
data/lib/aws-sdk-costexplorer.rb
CHANGED
|
@@ -744,6 +744,10 @@ module Aws::CostExplorer
|
|
|
744
744
|
# [1]: http://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_Expression.html
|
|
745
745
|
#
|
|
746
746
|
# @option params [Array<String>] :metrics
|
|
747
|
+
# The measurement that you want your reservation coverage reported in.
|
|
748
|
+
#
|
|
749
|
+
# Valid values are `Hour`, `Unit`, and `Cost`. You can use multiple
|
|
750
|
+
# values in a request.
|
|
747
751
|
#
|
|
748
752
|
# @option params [String] :next_page_token
|
|
749
753
|
# The token to retrieve the next set of results. AWS provides the token
|
|
@@ -1247,7 +1251,7 @@ module Aws::CostExplorer
|
|
|
1247
1251
|
params: params,
|
|
1248
1252
|
config: config)
|
|
1249
1253
|
context[:gem_name] = 'aws-sdk-costexplorer'
|
|
1250
|
-
context[:gem_version] = '1.
|
|
1254
|
+
context[:gem_version] = '1.17.0'
|
|
1251
1255
|
Seahorse::Client::Request.new(handlers, context)
|
|
1252
1256
|
end
|
|
1253
1257
|
|
|
@@ -1189,6 +1189,10 @@ module Aws::CostExplorer
|
|
|
1189
1189
|
# @return [Types::Expression]
|
|
1190
1190
|
#
|
|
1191
1191
|
# @!attribute [rw] metrics
|
|
1192
|
+
# The measurement that you want your reservation coverage reported in.
|
|
1193
|
+
#
|
|
1194
|
+
# Valid values are `Hour`, `Unit`, and `Cost`. You can use multiple
|
|
1195
|
+
# values in a request.
|
|
1192
1196
|
# @return [Array<String>]
|
|
1193
1197
|
#
|
|
1194
1198
|
# @!attribute [rw] next_page_token
|
|
@@ -1895,6 +1899,7 @@ module Aws::CostExplorer
|
|
|
1895
1899
|
# Details about your recommended reservation purchase.
|
|
1896
1900
|
#
|
|
1897
1901
|
# @!attribute [rw] account_id
|
|
1902
|
+
# The account that this RI recommendation is for.
|
|
1898
1903
|
# @return [String]
|
|
1899
1904
|
#
|
|
1900
1905
|
# @!attribute [rw] instance_details
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-costexplorer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.17.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: 2019-
|
|
11
|
+
date: 2019-02-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|