aws-sdk-budgets 1.57.0 → 1.58.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fc5a792d351a95614b884ced85cd6728586eacf0b78c8658220683a1158cdc80
4
- data.tar.gz: f22a3fd34549d33c5fabb53c389f0858b310fb3b31d7b5ad6b67fbbd8f09a276
3
+ metadata.gz: 5b67c64337bc925e9461cd4229565c45d21bacbeb791d33da7757bf2f1b76ae8
4
+ data.tar.gz: 954c2e6293ae195b6bf1ce03879709ae431e5bb588e7fb7fe64e29ea098b8412
5
5
  SHA512:
6
- metadata.gz: 2990b06d27760cbc70121716262d7a6b4939a13d8657abd8437b02a077c1ecc36094f3f36ff296a47d6618f3d832bfe2257ecac11af1138d232cfb5fe2afb407
7
- data.tar.gz: e531b9f6ca57b3c391d364246447283e763f6cc48933ae253b9c9ea6c38f43c542937c593ea43ec6ddcf32795ce1e1bee7c39ba56c254381ff392db2f0ba5d1c
6
+ metadata.gz: e8bb6123a32e228e6c62f3dbffb5a833f4ae1a9fd98f0f10f0b464cc06eb70a949d24763b4ecdb261a099bd4587cd009674882e0aed0c6c8bb1b5a0d7ec28bb2
7
+ data.tar.gz: df7d98b9e3ae187b8ae940fa242d798775150b84dad8180239b7d532ac17a08f567ef94b925937d32679eab40f16cb967b67094d0a4dc91de4347493a98c103b
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.58.0 (2023-08-02)
5
+ ------------------
6
+
7
+ * Feature - As part of CAE tagging integration we need to update our budget names regex filter to prevent customers from using "/action/" in their budget names.
8
+
4
9
  1.57.0 (2023-07-11)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.57.0
1
+ 1.58.0
@@ -515,7 +515,7 @@ module Aws::Budgets
515
515
  #
516
516
  # @option params [required, String] :budget_name
517
517
  # A string that represents the budget name. The ":" and "\\"
518
- # characters aren't allowed.
518
+ # characters, and the "/action/" substring, aren't allowed.
519
519
  #
520
520
  # @option params [required, String] :notification_type
521
521
  # The type of a notification. It must be ACTUAL or FORECASTED.
@@ -725,7 +725,7 @@ module Aws::Budgets
725
725
  #
726
726
  # @option params [required, String] :budget_name
727
727
  # A string that represents the budget name. The ":" and "\\"
728
- # characters aren't allowed.
728
+ # characters, and the "/action/" substring, aren't allowed.
729
729
  #
730
730
  # @option params [required, String] :action_id
731
731
  # A system-generated universally unique identifier (UUID) for the
@@ -943,7 +943,7 @@ module Aws::Budgets
943
943
  #
944
944
  # @option params [required, String] :budget_name
945
945
  # A string that represents the budget name. The ":" and "\\"
946
- # characters aren't allowed.
946
+ # characters, and the "/action/" substring, aren't allowed.
947
947
  #
948
948
  # @option params [required, String] :action_id
949
949
  # A system-generated universally unique identifier (UUID) for the
@@ -1008,7 +1008,7 @@ module Aws::Budgets
1008
1008
  #
1009
1009
  # @option params [required, String] :budget_name
1010
1010
  # A string that represents the budget name. The ":" and "\\"
1011
- # characters aren't allowed.
1011
+ # characters, and the "/action/" substring, aren't allowed.
1012
1012
  #
1013
1013
  # @option params [required, String] :action_id
1014
1014
  # A system-generated universally unique identifier (UUID) for the
@@ -1161,7 +1161,7 @@ module Aws::Budgets
1161
1161
  #
1162
1162
  # @option params [required, String] :budget_name
1163
1163
  # A string that represents the budget name. The ":" and "\\"
1164
- # characters aren't allowed.
1164
+ # characters, and the "/action/" substring, aren't allowed.
1165
1165
  #
1166
1166
  # @option params [Integer] :max_results
1167
1167
  # An integer that represents how many entries a paginated response
@@ -1279,7 +1279,7 @@ module Aws::Budgets
1279
1279
  #
1280
1280
  # @option params [required, String] :budget_name
1281
1281
  # A string that represents the budget name. The ":" and "\\"
1282
- # characters aren't allowed.
1282
+ # characters, and the "/action/" substring, aren't allowed.
1283
1283
  #
1284
1284
  # @option params [Types::TimePeriod] :time_period
1285
1285
  # Retrieves how often the budget went into an `ALARM` state for the
@@ -1542,7 +1542,7 @@ module Aws::Budgets
1542
1542
  #
1543
1543
  # @option params [required, String] :budget_name
1544
1544
  # A string that represents the budget name. The ":" and "\\"
1545
- # characters aren't allowed.
1545
+ # characters, and the "/action/" substring, aren't allowed.
1546
1546
  #
1547
1547
  # @option params [required, String] :action_id
1548
1548
  # A system-generated universally unique identifier (UUID) for the
@@ -1678,7 +1678,7 @@ module Aws::Budgets
1678
1678
  #
1679
1679
  # @option params [required, String] :budget_name
1680
1680
  # A string that represents the budget name. The ":" and "\\"
1681
- # characters aren't allowed.
1681
+ # characters, and the "/action/" substring, aren't allowed.
1682
1682
  #
1683
1683
  # @option params [required, String] :action_id
1684
1684
  # A system-generated universally unique identifier (UUID) for the
@@ -1919,7 +1919,7 @@ module Aws::Budgets
1919
1919
  params: params,
1920
1920
  config: config)
1921
1921
  context[:gem_name] = 'aws-sdk-budgets'
1922
- context[:gem_version] = '1.57.0'
1922
+ context[:gem_version] = '1.58.0'
1923
1923
  Seahorse::Client::Request.new(handlers, context)
1924
1924
  end
1925
1925
 
@@ -14,84 +14,45 @@ module Aws::Budgets
14
14
  use_dual_stack = parameters.use_dual_stack
15
15
  use_fips = parameters.use_fips
16
16
  endpoint = parameters.endpoint
17
- if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
18
- if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
19
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
20
- raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
21
- end
22
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
23
- raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
24
- end
25
- return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
17
+ if Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
26
20
  end
27
- if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws")
28
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
30
- return Aws::Endpoints::Endpoint.new(url: "https://budgets-fips.#{region}.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"us-east-1"}]})
31
- end
32
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
- end
34
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
- return Aws::Endpoints::Endpoint.new(url: "https://budgets-fips.#{region}.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"us-east-1"}]})
37
- end
38
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
25
+ end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
29
+ return Aws::Endpoints::Endpoint.new(url: "https://budgets.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"us-east-1"}]})
39
30
  end
40
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
- return Aws::Endpoints::Endpoint.new(url: "https://budgets.#{region}.api.aws", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"us-east-1"}]})
43
- end
44
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
31
+ if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-cn") && Aws::Endpoints::Matchers.boolean_equals?(use_fips, false) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, false)
32
+ return Aws::Endpoints::Endpoint.new(url: "https://budgets.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"cn-northwest-1"}]})
45
33
  end
46
- return Aws::Endpoints::Endpoint.new(url: "https://budgets.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"us-east-1"}]})
47
- end
48
- if Aws::Endpoints::Matchers.string_equals?(Aws::Endpoints::Matchers.attr(partition_result, "name"), "aws-cn")
49
34
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
50
35
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
51
- return Aws::Endpoints::Endpoint.new(url: "https://budgets-fips.#{region}.api.amazonwebservices.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"cn-northwest-1"}]})
36
+ return Aws::Endpoints::Endpoint.new(url: "https://budgets-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
52
37
  end
53
38
  raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
54
39
  end
55
40
  if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
56
41
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
57
- return Aws::Endpoints::Endpoint.new(url: "https://budgets-fips.#{region}.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"cn-northwest-1"}]})
42
+ return Aws::Endpoints::Endpoint.new(url: "https://budgets-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
58
43
  end
59
44
  raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
60
45
  end
61
46
  if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
62
47
  if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
63
- return Aws::Endpoints::Endpoint.new(url: "https://budgets.#{region}.api.amazonwebservices.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"cn-northwest-1"}]})
48
+ return Aws::Endpoints::Endpoint.new(url: "https://budgets.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
64
49
  end
65
50
  raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
66
51
  end
67
- return Aws::Endpoints::Endpoint.new(url: "https://budgets.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"cn-northwest-1"}]})
68
- end
69
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
70
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
71
- return Aws::Endpoints::Endpoint.new(url: "https://budgets-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
72
- end
73
- raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
74
- end
75
- if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
76
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
77
- return Aws::Endpoints::Endpoint.new(url: "https://budgets-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
78
- end
79
- raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
80
- end
81
- if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
82
- if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
83
- return Aws::Endpoints::Endpoint.new(url: "https://budgets.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
84
- end
85
- raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
86
- end
87
- if Aws::Endpoints::Matchers.string_equals?(region, "aws-global")
88
- return Aws::Endpoints::Endpoint.new(url: "https://budgets.amazonaws.com", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"us-east-1"}]})
89
- end
90
- if Aws::Endpoints::Matchers.string_equals?(region, "aws-cn-global")
91
- return Aws::Endpoints::Endpoint.new(url: "https://budgets.amazonaws.com.cn", headers: {}, properties: {"authSchemes"=>[{"name"=>"sigv4", "signingName"=>"budgets", "signingRegion"=>"cn-northwest-1"}]})
52
+ return Aws::Endpoints::Endpoint.new(url: "https://budgets.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
92
53
  end
93
- return Aws::Endpoints::Endpoint.new(url: "https://budgets.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
94
54
  end
55
+ raise ArgumentError, "Invalid Configuration: Missing Region"
95
56
  raise ArgumentError, 'No endpoint could be resolved'
96
57
 
97
58
  end
@@ -32,7 +32,7 @@ module Aws::Budgets
32
32
  #
33
33
  # @!attribute [rw] budget_name
34
34
  # A string that represents the budget name. The ":" and "\\"
35
- # characters aren't allowed.
35
+ # characters, and the "/action/" substring, aren't allowed.
36
36
  # @return [String]
37
37
  #
38
38
  # @!attribute [rw] notification_type
@@ -182,7 +182,8 @@ module Aws::Budgets
182
182
  #
183
183
  # @!attribute [rw] budget_name
184
184
  # The name of a budget. The name must be unique within an account. The
185
- # `:` and `` characters aren't allowed in `BudgetName`.
185
+ # `:` and `` characters, and the "/action/" substring, aren't
186
+ # allowed in `BudgetName`.
186
187
  # @return [String]
187
188
  #
188
189
  # @!attribute [rw] budget_limit
@@ -332,7 +333,7 @@ module Aws::Budgets
332
333
  #
333
334
  # @!attribute [rw] budget_name
334
335
  # A string that represents the budget name. The ":" and "\\"
335
- # characters aren't allowed.
336
+ # characters, and the "/action/" substring, aren't allowed.
336
337
  # @return [String]
337
338
  #
338
339
  class BudgetNotificationsForAccount < Struct.new(
@@ -347,7 +348,7 @@ module Aws::Budgets
347
348
  #
348
349
  # @!attribute [rw] budget_name
349
350
  # A string that represents the budget name. The ":" and "\\"
350
- # characters aren't allowed.
351
+ # characters, and the "/action/" substring, aren't allowed.
351
352
  # @return [String]
352
353
  #
353
354
  # @!attribute [rw] budget_type
@@ -531,7 +532,7 @@ module Aws::Budgets
531
532
  #
532
533
  # @!attribute [rw] budget_name
533
534
  # A string that represents the budget name. The ":" and "\\"
534
- # characters aren't allowed.
535
+ # characters, and the "/action/" substring, aren't allowed.
535
536
  # @return [String]
536
537
  #
537
538
  # @!attribute [rw] notification_type
@@ -585,7 +586,7 @@ module Aws::Budgets
585
586
  #
586
587
  # @!attribute [rw] budget_name
587
588
  # A string that represents the budget name. The ":" and "\\"
588
- # characters aren't allowed.
589
+ # characters, and the "/action/" substring, aren't allowed.
589
590
  # @return [String]
590
591
  #
591
592
  # @!attribute [rw] action_id
@@ -741,7 +742,7 @@ module Aws::Budgets
741
742
  #
742
743
  # @!attribute [rw] budget_name
743
744
  # A string that represents the budget name. The ":" and "\\"
744
- # characters aren't allowed.
745
+ # characters, and the "/action/" substring, aren't allowed.
745
746
  # @return [String]
746
747
  #
747
748
  # @!attribute [rw] action_id
@@ -763,7 +764,7 @@ module Aws::Budgets
763
764
  #
764
765
  # @!attribute [rw] budget_name
765
766
  # A string that represents the budget name. The ":" and "\\"
766
- # characters aren't allowed.
767
+ # characters, and the "/action/" substring, aren't allowed.
767
768
  # @return [String]
768
769
  #
769
770
  # @!attribute [rw] action
@@ -865,7 +866,7 @@ module Aws::Budgets
865
866
  #
866
867
  # @!attribute [rw] budget_name
867
868
  # A string that represents the budget name. The ":" and "\\"
868
- # characters aren't allowed.
869
+ # characters, and the "/action/" substring, aren't allowed.
869
870
  # @return [String]
870
871
  #
871
872
  # @!attribute [rw] action_id
@@ -920,7 +921,7 @@ module Aws::Budgets
920
921
  #
921
922
  # @!attribute [rw] budget_name
922
923
  # A string that represents the budget name. The ":" and "\\"
923
- # characters aren't allowed.
924
+ # characters, and the "/action/" substring, aren't allowed.
924
925
  # @return [String]
925
926
  #
926
927
  # @!attribute [rw] action_id
@@ -942,7 +943,7 @@ module Aws::Budgets
942
943
  #
943
944
  # @!attribute [rw] budget_name
944
945
  # A string that represents the budget name. The ":" and "\\"
945
- # characters aren't allowed.
946
+ # characters, and the "/action/" substring, aren't allowed.
946
947
  # @return [String]
947
948
  #
948
949
  # @!attribute [rw] action
@@ -999,7 +1000,7 @@ module Aws::Budgets
999
1000
  #
1000
1001
  # @!attribute [rw] budget_name
1001
1002
  # A string that represents the budget name. The ":" and "\\"
1002
- # characters aren't allowed.
1003
+ # characters, and the "/action/" substring, aren't allowed.
1003
1004
  # @return [String]
1004
1005
  #
1005
1006
  # @!attribute [rw] max_results
@@ -1077,7 +1078,7 @@ module Aws::Budgets
1077
1078
  #
1078
1079
  # @!attribute [rw] budget_name
1079
1080
  # A string that represents the budget name. The ":" and "\\"
1080
- # characters aren't allowed.
1081
+ # characters, and the "/action/" substring, aren't allowed.
1081
1082
  # @return [String]
1082
1083
  #
1083
1084
  # @!attribute [rw] time_period
@@ -1318,7 +1319,7 @@ module Aws::Budgets
1318
1319
  #
1319
1320
  # @!attribute [rw] budget_name
1320
1321
  # A string that represents the budget name. The ":" and "\\"
1321
- # characters aren't allowed.
1322
+ # characters, and the "/action/" substring, aren't allowed.
1322
1323
  # @return [String]
1323
1324
  #
1324
1325
  # @!attribute [rw] action_id
@@ -1345,7 +1346,7 @@ module Aws::Budgets
1345
1346
  #
1346
1347
  # @!attribute [rw] budget_name
1347
1348
  # A string that represents the budget name. The ":" and "\\"
1348
- # characters aren't allowed.
1349
+ # characters, and the "/action/" substring, aren't allowed.
1349
1350
  # @return [String]
1350
1351
  #
1351
1352
  # @!attribute [rw] action_id
@@ -1741,7 +1742,7 @@ module Aws::Budgets
1741
1742
  #
1742
1743
  # @!attribute [rw] budget_name
1743
1744
  # A string that represents the budget name. The ":" and "\\"
1744
- # characters aren't allowed.
1745
+ # characters, and the "/action/" substring, aren't allowed.
1745
1746
  # @return [String]
1746
1747
  #
1747
1748
  # @!attribute [rw] action_id
@@ -1794,7 +1795,7 @@ module Aws::Budgets
1794
1795
  #
1795
1796
  # @!attribute [rw] budget_name
1796
1797
  # A string that represents the budget name. The ":" and "\\"
1797
- # characters aren't allowed.
1798
+ # characters, and the "/action/" substring, aren't allowed.
1798
1799
  # @return [String]
1799
1800
  #
1800
1801
  # @!attribute [rw] old_action
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-budgets/customizations'
52
52
  # @!group service
53
53
  module Aws::Budgets
54
54
 
55
- GEM_VERSION = '1.57.0'
55
+ GEM_VERSION = '1.58.0'
56
56
 
57
57
  end
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.57.0
4
+ version: 1.58.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: 2023-07-11 00:00:00.000000000 Z
11
+ date: 2023-08-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core