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 +4 -4
- data/lib/aws-sdk-costexplorer.rb +1 -1
- data/lib/aws-sdk-costexplorer/client.rb +2 -2
- data/lib/aws-sdk-costexplorer/types.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: '04803150baa34e220ad9f1d8aba16ec9e785ce813789155ccebe8e339dafe006'
|
4
|
+
data.tar.gz: a33f0130626afe470c9fe78b4f20c4a82b9bddadfd622d6ca51ab0b98fb7d102
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b04966b37fc6cfd8cf503ecce1d9dcc87343c5b5cfd9114fc21c704c8737960cd81f2e1d58787426b14d73cb2e762e473a79e074c437be889ebf1ce5e367521
|
7
|
+
data.tar.gz: 426c346572001de07b9f97ec7518c0bdd5439da4c70a0cd791d800abae2dd6f1603ec23d82642585d68a3326ad97536b665286de9bc225d654e971b896697f50
|
data/lib/aws-sdk-costexplorer.rb
CHANGED
@@ -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:
|
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.
|
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:
|
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.
|
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-
|
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
|