aws-sdk-budgets 1.13.0 → 1.14.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: 0543f32f12a8ed8f6dba8a52bb1773bce8f8e34a
4
- data.tar.gz: bf7de44f7bec97aac02a8a1a040d907e6158821c
3
+ metadata.gz: 93f3b9be64cbe988a0bc49e0e4d25056bbc57372
4
+ data.tar.gz: 403e3f43ac0672c41259d73ad558e165b91c889b
5
5
  SHA512:
6
- metadata.gz: 5eed0bc6bf4f7818c945fde6f8b4f373f49e38b4c3144c4066bea632079fdeaa17c89c2ef04b9f2bdf685c248ad0b357ea6b2fd2b7455b9c111ba90354dc3d05
7
- data.tar.gz: f7e653ac0d6d5ef387027c1efcd3907e5886d3a33f4d8b1a069949942e4d65f445e03270334abeccdf0455a29a73e472c3996530e22c0697546b22df4d335369
6
+ metadata.gz: fbf94865e5577b8aa1a193d7e52c522f9e10cc7619b9cc9e606a8897198138d0438cc19509e200bf884e10346b56d5fd73c7ca3201706820d70cad466acbef3c
7
+ data.tar.gz: f02756dbf02718162f48d0a661b4a40401beebaccbf0fbf85ea49edb2bccf24ebaffdd7ee4e2ebc4fe27d23a35bc1d7686d93457fd54a71e2d8cf0ca97e50501
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-budgets/customizations'
42
42
  # @service
43
43
  module Aws::Budgets
44
44
 
45
- GEM_VERSION = '1.13.0'
45
+ GEM_VERSION = '1.14.0'
46
46
 
47
47
  end
@@ -971,7 +971,7 @@ module Aws::Budgets
971
971
  params: params,
972
972
  config: config)
973
973
  context[:gem_name] = 'aws-sdk-budgets'
974
- context[:gem_version] = '1.13.0'
974
+ context[:gem_version] = '1.14.0'
975
975
  Seahorse::Client::Request.new(handlers, context)
976
976
  end
977
977
 
@@ -78,6 +78,19 @@ module Aws::Budgets
78
78
  # @!attribute [rw] cost_filters
79
79
  # The cost filters, such as service or region, that are applied to a
80
80
  # budget.
81
+ #
82
+ # AWS Budgets supports the following services as a filter for RI
83
+ # budgets:
84
+ #
85
+ # * Amazon Elastic Compute Cloud - Compute
86
+ #
87
+ # * Amazon Redshift
88
+ #
89
+ # * Amazon Relational Database Service
90
+ #
91
+ # * Amazon ElastiCache
92
+ #
93
+ # * Amazon Elasticsearch Service
81
94
  # @return [Hash<String,Array<String>>]
82
95
  #
83
96
  # @!attribute [rw] cost_types
@@ -719,8 +732,9 @@ module Aws::Budgets
719
732
  #
720
733
  # For `DAILY` budgets, the history saves the state of the budget for
721
734
  # the last 60 days. For `MONTHLY` budgets, the history saves the state
722
- # of the budget for the last 12 months. For `QUARTERLY` budgets, the
723
- # history saves the state of the budget for the last four quarters.
735
+ # of the budget for the current month plus the last 12 months. For
736
+ # `QUARTERLY` budgets, the history saves the state of the budget for
737
+ # the last four quarters.
724
738
  # @return [Types::BudgetPerformanceHistory]
725
739
  #
726
740
  # @!attribute [rw] next_token
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-budgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.14.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: 2018-11-12 00:00:00.000000000 Z
11
+ date: 2018-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core