aws-sdk-costexplorer 1.17.0 → 1.18.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c2b9d0cca83ca0037c67aab69fe345c3e7810b18
|
4
|
+
data.tar.gz: 5821b1332b96a289a9d55a407974860d91cd153a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 802ee3491a5d9d4fbf5ac79285076751727218f7fbfc4804464f366192b587a9c211a1b77cf06eb92eee4af2c46e62498acff32cecef9b15963b048dfed3c86c
|
7
|
+
data.tar.gz: cf075e759d4cbdecf58aa3f1f92183d79933f78f4d8815cde81c50f2fcf4ed9ed8890d1e92cd7c9c4057bade6e451770d72ccd3b29c2f12bcd8ce58761ea434f
|
data/lib/aws-sdk-costexplorer.rb
CHANGED
@@ -228,7 +228,7 @@ module Aws::CostExplorer
|
|
228
228
|
#
|
229
229
|
# [1]: http://docs.aws.amazon.com/aws-cost-management/latest/APIReference/API_GetDimensionValues.html
|
230
230
|
#
|
231
|
-
# @option params [Types::DateInterval] :time_period
|
231
|
+
# @option params [required, Types::DateInterval] :time_period
|
232
232
|
# Sets the start and end dates for retrieving AWS costs. The start date
|
233
233
|
# is inclusive, but the end date is exclusive. For example, if `start`
|
234
234
|
# is `2017-01-01` and `end` is `2017-05-01`, then the cost and usage
|
@@ -304,7 +304,7 @@ module Aws::CostExplorer
|
|
304
304
|
# @example Request syntax with placeholder values
|
305
305
|
#
|
306
306
|
# resp = client.get_cost_and_usage({
|
307
|
-
# time_period: {
|
307
|
+
# time_period: { # required
|
308
308
|
# start: "YearMonthDay", # required
|
309
309
|
# end: "YearMonthDay", # required
|
310
310
|
# },
|
@@ -1251,7 +1251,7 @@ module Aws::CostExplorer
|
|
1251
1251
|
params: params,
|
1252
1252
|
config: config)
|
1253
1253
|
context[:gem_name] = 'aws-sdk-costexplorer'
|
1254
|
-
context[:gem_version] = '1.
|
1254
|
+
context[:gem_version] = '1.18.0'
|
1255
1255
|
Seahorse::Client::Request.new(handlers, context)
|
1256
1256
|
end
|
1257
1257
|
|
@@ -224,7 +224,7 @@ module Aws::CostExplorer
|
|
224
224
|
|
225
225
|
ForecastResultsByTime.member = Shapes::ShapeRef.new(shape: ForecastResult)
|
226
226
|
|
227
|
-
GetCostAndUsageRequest.add_member(:time_period, Shapes::ShapeRef.new(shape: DateInterval, location_name: "TimePeriod"))
|
227
|
+
GetCostAndUsageRequest.add_member(:time_period, Shapes::ShapeRef.new(shape: DateInterval, required: true, location_name: "TimePeriod"))
|
228
228
|
GetCostAndUsageRequest.add_member(:granularity, Shapes::ShapeRef.new(shape: Granularity, location_name: "Granularity"))
|
229
229
|
GetCostAndUsageRequest.add_member(:filter, Shapes::ShapeRef.new(shape: Expression, location_name: "Filter"))
|
230
230
|
GetCostAndUsageRequest.add_member(:metrics, Shapes::ShapeRef.new(shape: MetricNames, location_name: "Metrics"))
|
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.18.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-03-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|