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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40b6678f1915d5441f4efe558ef2f35b7f2c2e09
4
- data.tar.gz: 22cef204c99d155868e1289c99815472d3b9cf33
3
+ metadata.gz: 4db41183a8a5d5a8cc368744b393608964df28f6
4
+ data.tar.gz: 127bc6b48a89cfc81a546f231766a7294b1b54af
5
5
  SHA512:
6
- metadata.gz: 408f4d4d6c4f3ba0963546d68d2e95658b20e5f8db720ecce2280ffb31399985da8180c7b0fe660193163fc770eb5ca0c55f1303c8b184bb385ef03f4096014f
7
- data.tar.gz: e0329456aca9ef37a6886f250198c111e89975713b41f7bf8817b83e417017f4a82971b13db52b659624c22d89b48dd20ef61522197ca69a337859fad808fe3e
6
+ metadata.gz: 17d9d0d5377346b02f4f8031a02b4a3c4184a886e3d8b5f5a7b94da95c0d7f498b5797aa5e5cf9eb418e332881056e27cd545505a9238bc07e0decb622dfe77e
7
+ data.tar.gz: 64446f2b364a95b8f2e3ecb6a04612a0185890c64c05e5bb9a196347511748fb893473efb0bbeea68c5a78df4d819f82010b5a92a0c1ad90bc4935617edac1ea
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
42
42
  # @service
43
43
  module Aws::CostExplorer
44
44
 
45
- GEM_VERSION = '1.16.0'
45
+ GEM_VERSION = '1.17.0'
46
46
 
47
47
  end
@@ -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.16.0'
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.16.0
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-01-16 00:00:00.000000000 Z
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