aws-sdk-costexplorer 1.51.0 → 1.52.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
  SHA256:
3
- metadata.gz: 186271036364d635e314e828afb21f4172a645a098180243ae539587243ac5ea
4
- data.tar.gz: d6de989a97940d29746bc2b20c5d3338c9760bb171e7ee5296a73b7edb8aba0a
3
+ metadata.gz: '04803150baa34e220ad9f1d8aba16ec9e785ce813789155ccebe8e339dafe006'
4
+ data.tar.gz: a33f0130626afe470c9fe78b4f20c4a82b9bddadfd622d6ca51ab0b98fb7d102
5
5
  SHA512:
6
- metadata.gz: 1b0fc574a6b7b894248722f84390e68081321f6c972789431c809b776a067764eb3c972d091d02df892e4e70ca6e34f53477abea14afcfdf5ab8876803de14d2
7
- data.tar.gz: 5a735e15f69fd7904139e7d066fdd535a3dfe9fa2f3078b62363c57af390454aec0c07df3709470211adee95987b242812363bd0b4ff9ecaaad8d4800d38c6b1
6
+ metadata.gz: 0b04966b37fc6cfd8cf503ecce1d9dcc87343c5b5cfd9114fc21c704c8737960cd81f2e1d58787426b14d73cb2e762e473a79e074c437be889ebf1ce5e367521
7
+ data.tar.gz: 426c346572001de07b9f97ec7518c0bdd5439da4c70a0cd791d800abae2dd6f1603ec23d82642585d68a3326ad97536b665286de9bc225d654e971b896697f50
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
48
48
  # @!group service
49
49
  module Aws::CostExplorer
50
50
 
51
- GEM_VERSION = '1.51.0'
51
+ GEM_VERSION = '1.52.0'
52
52
 
53
53
  end
@@ -1117,7 +1117,7 @@ module Aws::CostExplorer
1117
1117
  #
1118
1118
  # @option params [Array<Types::GroupDefinition>] :group_by
1119
1119
  # You can group Amazon Web Services costs using up to two different
1120
- # groups: either dimensions, tag keys, or both.
1120
+ # groups: `DIMENSION`, `TAG`, `COST_CATEGORY`.
1121
1121
  #
1122
1122
  # @option params [String] :next_page_token
1123
1123
  # The token to retrieve the next set of results. AWS provides the token
@@ -3268,7 +3268,7 @@ module Aws::CostExplorer
3268
3268
  params: params,
3269
3269
  config: config)
3270
3270
  context[:gem_name] = 'aws-sdk-costexplorer'
3271
- context[:gem_version] = '1.51.0'
3271
+ context[:gem_version] = '1.52.0'
3272
3272
  Seahorse::Client::Request.new(handlers, context)
3273
3273
  end
3274
3274
 
@@ -2165,7 +2165,7 @@ module Aws::CostExplorer
2165
2165
  #
2166
2166
  # @!attribute [rw] group_by
2167
2167
  # You can group Amazon Web Services costs using up to two different
2168
- # groups: either dimensions, tag keys, or both.
2168
+ # groups: `DIMENSION`, `TAG`, `COST_CATEGORY`.
2169
2169
  # @return [Array<Types::GroupDefinition>]
2170
2170
  #
2171
2171
  # @!attribute [rw] next_page_token
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.51.0
4
+ version: 1.52.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: 2020-10-08 00:00:00.000000000 Z
11
+ date: 2020-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core