aws-sdk-budgets 1.13.0 → 1.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/aws-sdk-budgets.rb +1 -1
- data/lib/aws-sdk-budgets/client.rb +1 -1
- data/lib/aws-sdk-budgets/types.rb +16 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93f3b9be64cbe988a0bc49e0e4d25056bbc57372
|
4
|
+
data.tar.gz: 403e3f43ac0672c41259d73ad558e165b91c889b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fbf94865e5577b8aa1a193d7e52c522f9e10cc7619b9cc9e606a8897198138d0438cc19509e200bf884e10346b56d5fd73c7ca3201706820d70cad466acbef3c
|
7
|
+
data.tar.gz: f02756dbf02718162f48d0a661b4a40401beebaccbf0fbf85ea49edb2bccf24ebaffdd7ee4e2ebc4fe27d23a35bc1d7686d93457fd54a71e2d8cf0ca97e50501
|
data/lib/aws-sdk-budgets.rb
CHANGED
@@ -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
|
723
|
-
# history saves the state of the budget for
|
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.
|
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-
|
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
|