aws-sdk-budgets 1.98.0 → 1.99.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
  SHA256:
3
- metadata.gz: 797a8ce13a41834e22841b2647bd9b076617540a3a08b8c5f9d447d30a23e92b
4
- data.tar.gz: 6d2172ba9f64700328379b528e0ccecbdf8c9c4453cf854e98f828d3fc001d90
3
+ metadata.gz: 030c9d97fb31d2f22abff71a1be55fdf8d950e847b641cb33a4c453ccf462b68
4
+ data.tar.gz: d7f257da919c68543fe1cc90687cd56846831cb9cf16ecc75e33487359e8b2e0
5
5
  SHA512:
6
- metadata.gz: ef183b9092914e9d99a957156c91fc9cbb4493b492c06685f12517b0d162dd7ebf6f9507797fe5c32e05f5d3fb34e94f62984ca3282207e6055f430c247b8e05
7
- data.tar.gz: 84cf3f3e8c288155dd63b358e201d999189cb6c260104d2eda942acb1eb56eadf715009484cab3fd8ebb85b692d3ad4c782ada63912aae0dc3bb8cd145c6b00e
6
+ metadata.gz: 484bbd2b715d71c729af912bc198002da1255fb53abcd4b5bb3afe4b0761fd02e9816378d35b1d29143c34f172d1fff0b53ce26303c5af6b3ba4971f6db22c6f
7
+ data.tar.gz: ff7fe1b5c326c26a7306135a1f0a391d2c367b727a1ca6965b859aa37b63c2a7948a0ae7666c54cb1731e3863b3d38e2d342b50d20adb849f52049eb9841b865
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.99.0 (2025-11-20)
5
+ ------------------
6
+
7
+ * Feature - Add BillingViewHealthStatusException to DescribeBudgetPerformanceHistory and ServiceQuotaExceededException to UpdateBudget for improved error handling with Billing Views.
8
+
4
9
  1.98.0 (2025-11-03)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.98.0
1
+ 1.99.0
@@ -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.98.0'
2272
+ context[:gem_version] = '1.99.0'
2273
2273
  Seahorse::Client::Request.new(handlers, context)
2274
2274
  end
2275
2275
 
@@ -921,6 +921,7 @@ module Aws::Budgets
921
921
  o.errors << Shapes::ShapeRef.new(shape: ExpiredNextTokenException)
922
922
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
923
923
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
924
+ o.errors << Shapes::ShapeRef.new(shape: BillingViewHealthStatusException)
924
925
  o[:pager] = Aws::Pager.new(
925
926
  limit_key: "max_results",
926
927
  tokens: {
@@ -1058,6 +1059,7 @@ module Aws::Budgets
1058
1059
  o.errors << Shapes::ShapeRef.new(shape: NotFoundException)
1059
1060
  o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1060
1061
  o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1062
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1061
1063
  end)
1062
1064
 
1063
1065
  api.add_operation(:update_budget_action, Seahorse::Model::Operation.new.tap do |o|
@@ -1845,8 +1845,7 @@ module Aws::Budgets
1845
1845
  include Aws::Structure
1846
1846
  end
1847
1847
 
1848
- # You've reached the limit on the number of tags you can associate with
1849
- # a resource.
1848
+ # You've reached a Service Quota limit on this resource.
1850
1849
  #
1851
1850
  # @!attribute [rw] message
1852
1851
  # The error message the exception carries.
@@ -54,7 +54,7 @@ module Aws::Budgets
54
54
  autoload :EndpointProvider, 'aws-sdk-budgets/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-budgets/endpoints'
56
56
 
57
- GEM_VERSION = '1.98.0'
57
+ GEM_VERSION = '1.99.0'
58
58
 
59
59
  end
60
60
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-budgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.98.0
4
+ version: 1.99.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services