aws-sdk-costexplorer 1.17.0 → 1.18.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: 4db41183a8a5d5a8cc368744b393608964df28f6
4
- data.tar.gz: 127bc6b48a89cfc81a546f231766a7294b1b54af
3
+ metadata.gz: c2b9d0cca83ca0037c67aab69fe345c3e7810b18
4
+ data.tar.gz: 5821b1332b96a289a9d55a407974860d91cd153a
5
5
  SHA512:
6
- metadata.gz: 17d9d0d5377346b02f4f8031a02b4a3c4184a886e3d8b5f5a7b94da95c0d7f498b5797aa5e5cf9eb418e332881056e27cd545505a9238bc07e0decb622dfe77e
7
- data.tar.gz: 64446f2b364a95b8f2e3ecb6a04612a0185890c64c05e5bb9a196347511748fb893473efb0bbeea68c5a78df4d819f82010b5a92a0c1ad90bc4935617edac1ea
6
+ metadata.gz: 802ee3491a5d9d4fbf5ac79285076751727218f7fbfc4804464f366192b587a9c211a1b77cf06eb92eee4af2c46e62498acff32cecef9b15963b048dfed3c86c
7
+ data.tar.gz: cf075e759d4cbdecf58aa3f1f92183d79933f78f4d8815cde81c50f2fcf4ed9ed8890d1e92cd7c9c4057bade6e451770d72ccd3b29c2f12bcd8ce58761ea434f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
42
42
  # @service
43
43
  module Aws::CostExplorer
44
44
 
45
- GEM_VERSION = '1.17.0'
45
+ GEM_VERSION = '1.18.0'
46
46
 
47
47
  end
@@ -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.17.0'
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"))
@@ -556,7 +556,7 @@ module Aws::CostExplorer
556
556
  # data as a hash:
557
557
  #
558
558
  # {
559
- # time_period: {
559
+ # time_period: { # required
560
560
  # start: "YearMonthDay", # required
561
561
  # end: "YearMonthDay", # required
562
562
  # },
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.17.0
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-02-25 00:00:00.000000000 Z
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