aws-sdk-budgets 1.93.0 → 1.94.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-budgets/client.rb +10 -10
- data/lib/aws-sdk-budgets/customizations.rb +0 -8
- data/lib/aws-sdk-budgets/types.rb +14 -10
- data/lib/aws-sdk-budgets.rb +1 -1
- data/sig/client.rbs +4 -4
- data/sig/types.rbs +3 -3
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 43c3f30cccac1003b97d1e537999dcebfd8b0b372ae3cc7918799f0bcd84e133
|
4
|
+
data.tar.gz: ff6a4b9e3f0815c74f9a64562f6759f1bbba8a200d32d30f550291cc570f703f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72247ad0db97c4671723d83833afaa61f6a1417465f3da5625c6ecdd386de9ef8ef02fbe1bcaf903e967bf93d72ccf0efb845a607c1c32c00713ed08b3fc01d8
|
7
|
+
data.tar.gz: cc2abca90daeeaaa30794e1f306df25b89d7b603ea54d704fe1e3202375b94e614f3350a48837a49b60684ce097a99ae8506cb4a39f0adac3cae1c9a5a79bc55
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.94.0
|
@@ -554,7 +554,7 @@ module Aws::Budgets
|
|
554
554
|
# include_discount: false,
|
555
555
|
# use_amortized: false,
|
556
556
|
# },
|
557
|
-
# time_unit: "DAILY", # required, accepts DAILY, MONTHLY, QUARTERLY, ANNUALLY
|
557
|
+
# time_unit: "DAILY", # required, accepts DAILY, MONTHLY, QUARTERLY, ANNUALLY, CUSTOM
|
558
558
|
# time_period: {
|
559
559
|
# start: Time.now,
|
560
560
|
# end: Time.now,
|
@@ -613,7 +613,7 @@ module Aws::Budgets
|
|
613
613
|
# billing_view_arn: "BillingViewArn",
|
614
614
|
# health_status: {
|
615
615
|
# status: "HEALTHY", # accepts HEALTHY, UNHEALTHY
|
616
|
-
# status_reason: "BILLING_VIEW_NO_ACCESS", # accepts BILLING_VIEW_NO_ACCESS, BILLING_VIEW_UNHEALTHY, FILTER_INVALID
|
616
|
+
# status_reason: "BILLING_VIEW_NO_ACCESS", # accepts BILLING_VIEW_NO_ACCESS, BILLING_VIEW_UNHEALTHY, FILTER_INVALID, MULTI_YEAR_HISTORICAL_DATA_DISABLED
|
617
617
|
# last_updated_time: Time.now,
|
618
618
|
# },
|
619
619
|
# },
|
@@ -1074,7 +1074,7 @@ module Aws::Budgets
|
|
1074
1074
|
# resp.budget.cost_types.include_support #=> Boolean
|
1075
1075
|
# resp.budget.cost_types.include_discount #=> Boolean
|
1076
1076
|
# resp.budget.cost_types.use_amortized #=> Boolean
|
1077
|
-
# resp.budget.time_unit #=> String, one of "DAILY", "MONTHLY", "QUARTERLY", "ANNUALLY"
|
1077
|
+
# resp.budget.time_unit #=> String, one of "DAILY", "MONTHLY", "QUARTERLY", "ANNUALLY", "CUSTOM"
|
1078
1078
|
# resp.budget.time_period.start #=> Time
|
1079
1079
|
# resp.budget.time_period.end #=> Time
|
1080
1080
|
# resp.budget.calculated_spend.actual_spend.amount #=> String
|
@@ -1111,7 +1111,7 @@ module Aws::Budgets
|
|
1111
1111
|
# resp.budget.metrics[0] #=> String, one of "BlendedCost", "UnblendedCost", "AmortizedCost", "NetUnblendedCost", "NetAmortizedCost", "UsageQuantity", "NormalizedUsageAmount", "Hours"
|
1112
1112
|
# resp.budget.billing_view_arn #=> String
|
1113
1113
|
# resp.budget.health_status.status #=> String, one of "HEALTHY", "UNHEALTHY"
|
1114
|
-
# resp.budget.health_status.status_reason #=> String, one of "BILLING_VIEW_NO_ACCESS", "BILLING_VIEW_UNHEALTHY", "FILTER_INVALID"
|
1114
|
+
# resp.budget.health_status.status_reason #=> String, one of "BILLING_VIEW_NO_ACCESS", "BILLING_VIEW_UNHEALTHY", "FILTER_INVALID", "MULTI_YEAR_HISTORICAL_DATA_DISABLED"
|
1115
1115
|
# resp.budget.health_status.last_updated_time #=> Time
|
1116
1116
|
#
|
1117
1117
|
# @overload describe_budget(params = {})
|
@@ -1515,7 +1515,7 @@ module Aws::Budgets
|
|
1515
1515
|
# resp.budget_performance_history.cost_types.include_support #=> Boolean
|
1516
1516
|
# resp.budget_performance_history.cost_types.include_discount #=> Boolean
|
1517
1517
|
# resp.budget_performance_history.cost_types.use_amortized #=> Boolean
|
1518
|
-
# resp.budget_performance_history.time_unit #=> String, one of "DAILY", "MONTHLY", "QUARTERLY", "ANNUALLY"
|
1518
|
+
# resp.budget_performance_history.time_unit #=> String, one of "DAILY", "MONTHLY", "QUARTERLY", "ANNUALLY", "CUSTOM"
|
1519
1519
|
# resp.budget_performance_history.billing_view_arn #=> String
|
1520
1520
|
# resp.budget_performance_history.budgeted_and_actual_amounts_list #=> Array
|
1521
1521
|
# resp.budget_performance_history.budgeted_and_actual_amounts_list[0].budgeted_amount.amount #=> String
|
@@ -1599,7 +1599,7 @@ module Aws::Budgets
|
|
1599
1599
|
# resp.budgets[0].cost_types.include_support #=> Boolean
|
1600
1600
|
# resp.budgets[0].cost_types.include_discount #=> Boolean
|
1601
1601
|
# resp.budgets[0].cost_types.use_amortized #=> Boolean
|
1602
|
-
# resp.budgets[0].time_unit #=> String, one of "DAILY", "MONTHLY", "QUARTERLY", "ANNUALLY"
|
1602
|
+
# resp.budgets[0].time_unit #=> String, one of "DAILY", "MONTHLY", "QUARTERLY", "ANNUALLY", "CUSTOM"
|
1603
1603
|
# resp.budgets[0].time_period.start #=> Time
|
1604
1604
|
# resp.budgets[0].time_period.end #=> Time
|
1605
1605
|
# resp.budgets[0].calculated_spend.actual_spend.amount #=> String
|
@@ -1636,7 +1636,7 @@ module Aws::Budgets
|
|
1636
1636
|
# resp.budgets[0].metrics[0] #=> String, one of "BlendedCost", "UnblendedCost", "AmortizedCost", "NetUnblendedCost", "NetAmortizedCost", "UsageQuantity", "NormalizedUsageAmount", "Hours"
|
1637
1637
|
# resp.budgets[0].billing_view_arn #=> String
|
1638
1638
|
# resp.budgets[0].health_status.status #=> String, one of "HEALTHY", "UNHEALTHY"
|
1639
|
-
# resp.budgets[0].health_status.status_reason #=> String, one of "BILLING_VIEW_NO_ACCESS", "BILLING_VIEW_UNHEALTHY", "FILTER_INVALID"
|
1639
|
+
# resp.budgets[0].health_status.status_reason #=> String, one of "BILLING_VIEW_NO_ACCESS", "BILLING_VIEW_UNHEALTHY", "FILTER_INVALID", "MULTI_YEAR_HISTORICAL_DATA_DISABLED"
|
1640
1640
|
# resp.budgets[0].health_status.last_updated_time #=> Time
|
1641
1641
|
# resp.next_token #=> String
|
1642
1642
|
#
|
@@ -1944,7 +1944,7 @@ module Aws::Budgets
|
|
1944
1944
|
# include_discount: false,
|
1945
1945
|
# use_amortized: false,
|
1946
1946
|
# },
|
1947
|
-
# time_unit: "DAILY", # required, accepts DAILY, MONTHLY, QUARTERLY, ANNUALLY
|
1947
|
+
# time_unit: "DAILY", # required, accepts DAILY, MONTHLY, QUARTERLY, ANNUALLY, CUSTOM
|
1948
1948
|
# time_period: {
|
1949
1949
|
# start: Time.now,
|
1950
1950
|
# end: Time.now,
|
@@ -2003,7 +2003,7 @@ module Aws::Budgets
|
|
2003
2003
|
# billing_view_arn: "BillingViewArn",
|
2004
2004
|
# health_status: {
|
2005
2005
|
# status: "HEALTHY", # accepts HEALTHY, UNHEALTHY
|
2006
|
-
# status_reason: "BILLING_VIEW_NO_ACCESS", # accepts BILLING_VIEW_NO_ACCESS, BILLING_VIEW_UNHEALTHY, FILTER_INVALID
|
2006
|
+
# status_reason: "BILLING_VIEW_NO_ACCESS", # accepts BILLING_VIEW_NO_ACCESS, BILLING_VIEW_UNHEALTHY, FILTER_INVALID, MULTI_YEAR_HISTORICAL_DATA_DISABLED
|
2007
2007
|
# last_updated_time: Time.now,
|
2008
2008
|
# },
|
2009
2009
|
# },
|
@@ -2269,7 +2269,7 @@ module Aws::Budgets
|
|
2269
2269
|
tracer: tracer
|
2270
2270
|
)
|
2271
2271
|
context[:gem_name] = 'aws-sdk-budgets'
|
2272
|
-
context[:gem_version] = '1.
|
2272
|
+
context[:gem_version] = '1.94.0'
|
2273
2273
|
Seahorse::Client::Request.new(handlers, context)
|
2274
2274
|
end
|
2275
2275
|
|
@@ -276,9 +276,9 @@ module Aws::Budgets
|
|
276
276
|
#
|
277
277
|
# If you create your budget and don't specify a start date, Amazon
|
278
278
|
# Web Services defaults to the start of your chosen time period
|
279
|
-
# (DAILY, MONTHLY, QUARTERLY, or
|
280
|
-
# created your budget on January 24, 2018, chose `DAILY`, and
|
281
|
-
# set a start date, Amazon Web Services set your start date to
|
279
|
+
# (DAILY, MONTHLY, QUARTERLY, ANNUALLY, or CUSTOM). For example, if
|
280
|
+
# you created your budget on January 24, 2018, chose `DAILY`, and
|
281
|
+
# didn't set a start date, Amazon Web Services set your start date to
|
282
282
|
# `01/24/18 00:00 UTC`. If you chose `MONTHLY`, Amazon Web Services
|
283
283
|
# set your start date to `01/01/18 00:00 UTC`. If you didn't specify
|
284
284
|
# an end date, Amazon Web Services set your end date to `06/15/87
|
@@ -1547,6 +1547,10 @@ module Aws::Budgets
|
|
1547
1547
|
#
|
1548
1548
|
# * `FILTER_INVALID`: The filter contains reference to an account you
|
1549
1549
|
# do not have access to.
|
1550
|
+
#
|
1551
|
+
# * `MULTI_YEAR_HISTORICAL_DATA_DISABLED`: The budget is not being
|
1552
|
+
# updated. Enable multi-year historical data in your Cost Management
|
1553
|
+
# preferences.
|
1550
1554
|
# @return [String]
|
1551
1555
|
#
|
1552
1556
|
# @!attribute [rw] last_updated_time
|
@@ -1985,13 +1989,13 @@ module Aws::Budgets
|
|
1985
1989
|
# @!attribute [rw] start
|
1986
1990
|
# The start date for a budget. If you created your budget and didn't
|
1987
1991
|
# specify a start date, Amazon Web Services defaults to the start of
|
1988
|
-
# your chosen time period (DAILY, MONTHLY, QUARTERLY, or
|
1989
|
-
# For example, if you created your budget on January 24,
|
1990
|
-
# `DAILY`, and didn't set a start date, Amazon Web
|
1991
|
-
# start date to `01/24/18 00:00 UTC`. If you chose
|
1992
|
-
# Web Services set your start date to `01/01/18
|
1993
|
-
# defaults are the same for the Billing and Cost
|
1994
|
-
# and the API.
|
1992
|
+
# your chosen time period (DAILY, MONTHLY, QUARTERLY, ANNUALLY, or
|
1993
|
+
# CUSTOM). For example, if you created your budget on January 24,
|
1994
|
+
# 2018, chose `DAILY`, and didn't set a start date, Amazon Web
|
1995
|
+
# Services set your start date to `01/24/18 00:00 UTC`. If you chose
|
1996
|
+
# `MONTHLY`, Amazon Web Services set your start date to `01/01/18
|
1997
|
+
# 00:00 UTC`. The defaults are the same for the Billing and Cost
|
1998
|
+
# Management console and the API.
|
1995
1999
|
#
|
1996
2000
|
# You can change your start date with the `UpdateBudget` operation.
|
1997
2001
|
# @return [Time]
|
data/lib/aws-sdk-budgets.rb
CHANGED
data/sig/client.rbs
CHANGED
@@ -109,7 +109,7 @@ module Aws
|
|
109
109
|
include_discount: bool?,
|
110
110
|
use_amortized: bool?
|
111
111
|
}?,
|
112
|
-
time_unit: ("DAILY" | "MONTHLY" | "QUARTERLY" | "ANNUALLY"),
|
112
|
+
time_unit: ("DAILY" | "MONTHLY" | "QUARTERLY" | "ANNUALLY" | "CUSTOM"),
|
113
113
|
time_period: {
|
114
114
|
start: ::Time?,
|
115
115
|
end: ::Time?
|
@@ -162,7 +162,7 @@ module Aws
|
|
162
162
|
billing_view_arn: ::String?,
|
163
163
|
health_status: {
|
164
164
|
status: ("HEALTHY" | "UNHEALTHY")?,
|
165
|
-
status_reason: ("BILLING_VIEW_NO_ACCESS" | "BILLING_VIEW_UNHEALTHY" | "FILTER_INVALID")?,
|
165
|
+
status_reason: ("BILLING_VIEW_NO_ACCESS" | "BILLING_VIEW_UNHEALTHY" | "FILTER_INVALID" | "MULTI_YEAR_HISTORICAL_DATA_DISABLED")?,
|
166
166
|
last_updated_time: ::Time?
|
167
167
|
}?
|
168
168
|
},
|
@@ -581,7 +581,7 @@ module Aws
|
|
581
581
|
include_discount: bool?,
|
582
582
|
use_amortized: bool?
|
583
583
|
}?,
|
584
|
-
time_unit: ("DAILY" | "MONTHLY" | "QUARTERLY" | "ANNUALLY"),
|
584
|
+
time_unit: ("DAILY" | "MONTHLY" | "QUARTERLY" | "ANNUALLY" | "CUSTOM"),
|
585
585
|
time_period: {
|
586
586
|
start: ::Time?,
|
587
587
|
end: ::Time?
|
@@ -634,7 +634,7 @@ module Aws
|
|
634
634
|
billing_view_arn: ::String?,
|
635
635
|
health_status: {
|
636
636
|
status: ("HEALTHY" | "UNHEALTHY")?,
|
637
|
-
status_reason: ("BILLING_VIEW_NO_ACCESS" | "BILLING_VIEW_UNHEALTHY" | "FILTER_INVALID")?,
|
637
|
+
status_reason: ("BILLING_VIEW_NO_ACCESS" | "BILLING_VIEW_UNHEALTHY" | "FILTER_INVALID" | "MULTI_YEAR_HISTORICAL_DATA_DISABLED")?,
|
638
638
|
last_updated_time: ::Time?
|
639
639
|
}?
|
640
640
|
}
|
data/sig/types.rbs
CHANGED
@@ -60,7 +60,7 @@ module Aws::Budgets
|
|
60
60
|
attr_accessor planned_budget_limits: ::Hash[::String, Types::Spend]
|
61
61
|
attr_accessor cost_filters: ::Hash[::String, ::Array[::String]]
|
62
62
|
attr_accessor cost_types: Types::CostTypes
|
63
|
-
attr_accessor time_unit: ("DAILY" | "MONTHLY" | "QUARTERLY" | "ANNUALLY")
|
63
|
+
attr_accessor time_unit: ("DAILY" | "MONTHLY" | "QUARTERLY" | "ANNUALLY" | "CUSTOM")
|
64
64
|
attr_accessor time_period: Types::TimePeriod
|
65
65
|
attr_accessor calculated_spend: Types::CalculatedSpend
|
66
66
|
attr_accessor budget_type: ("USAGE" | "COST" | "RI_UTILIZATION" | "RI_COVERAGE" | "SAVINGS_PLANS_UTILIZATION" | "SAVINGS_PLANS_COVERAGE")
|
@@ -84,7 +84,7 @@ module Aws::Budgets
|
|
84
84
|
attr_accessor budget_type: ("USAGE" | "COST" | "RI_UTILIZATION" | "RI_COVERAGE" | "SAVINGS_PLANS_UTILIZATION" | "SAVINGS_PLANS_COVERAGE")
|
85
85
|
attr_accessor cost_filters: ::Hash[::String, ::Array[::String]]
|
86
86
|
attr_accessor cost_types: Types::CostTypes
|
87
|
-
attr_accessor time_unit: ("DAILY" | "MONTHLY" | "QUARTERLY" | "ANNUALLY")
|
87
|
+
attr_accessor time_unit: ("DAILY" | "MONTHLY" | "QUARTERLY" | "ANNUALLY" | "CUSTOM")
|
88
88
|
attr_accessor billing_view_arn: ::String
|
89
89
|
attr_accessor budgeted_and_actual_amounts_list: ::Array[Types::BudgetedAndActualAmounts]
|
90
90
|
SENSITIVE: []
|
@@ -420,7 +420,7 @@ module Aws::Budgets
|
|
420
420
|
|
421
421
|
class HealthStatus
|
422
422
|
attr_accessor status: ("HEALTHY" | "UNHEALTHY")
|
423
|
-
attr_accessor status_reason: ("BILLING_VIEW_NO_ACCESS" | "BILLING_VIEW_UNHEALTHY" | "FILTER_INVALID")
|
423
|
+
attr_accessor status_reason: ("BILLING_VIEW_NO_ACCESS" | "BILLING_VIEW_UNHEALTHY" | "FILTER_INVALID" | "MULTI_YEAR_HISTORICAL_DATA_DISABLED")
|
424
424
|
attr_accessor last_updated_time: ::Time
|
425
425
|
SENSITIVE: []
|
426
426
|
end
|