aws-sdk-budgets 1.56.0 → 1.58.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-budgets/client.rb +13 -9
- data/lib/aws-sdk-budgets/endpoint_provider.rb +19 -58
- data/lib/aws-sdk-budgets/types.rb +18 -17
- data/lib/aws-sdk-budgets.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5b67c64337bc925e9461cd4229565c45d21bacbeb791d33da7757bf2f1b76ae8
|
4
|
+
data.tar.gz: 954c2e6293ae195b6bf1ce03879709ae431e5bb588e7fb7fe64e29ea098b8412
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e8bb6123a32e228e6c62f3dbffb5a833f4ae1a9fd98f0f10f0b464cc06eb70a949d24763b4ecdb261a099bd4587cd009674882e0aed0c6c8bb1b5a0d7ec28bb2
|
7
|
+
data.tar.gz: df7d98b9e3ae187b8ae940fa242d798775150b84dad8180239b7d532ac17a08f567ef94b925937d32679eab40f16cb967b67094d0a4dc91de4347493a98c103b
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
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
|
+
|
9
|
+
1.57.0 (2023-07-11)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.56.0 (2023-07-06)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.58.0
|
@@ -216,6 +216,10 @@ module Aws::Budgets
|
|
216
216
|
# @option options [Boolean] :endpoint_discovery (false)
|
217
217
|
# When set to `true`, endpoint discovery will be enabled for operations when available.
|
218
218
|
#
|
219
|
+
# @option options [Boolean] :ignore_configured_endpoint_urls
|
220
|
+
# Setting to true disables use of endpoint URLs provided via environment
|
221
|
+
# variables and the shared configuration file.
|
222
|
+
#
|
219
223
|
# @option options [Aws::Log::Formatter] :log_formatter (Aws::Log::Formatter.default)
|
220
224
|
# The log formatter.
|
221
225
|
#
|
@@ -511,7 +515,7 @@ module Aws::Budgets
|
|
511
515
|
#
|
512
516
|
# @option params [required, String] :budget_name
|
513
517
|
# A string that represents the budget name. The ":" and "\\"
|
514
|
-
# characters aren't allowed.
|
518
|
+
# characters, and the "/action/" substring, aren't allowed.
|
515
519
|
#
|
516
520
|
# @option params [required, String] :notification_type
|
517
521
|
# The type of a notification. It must be ACTUAL or FORECASTED.
|
@@ -721,7 +725,7 @@ module Aws::Budgets
|
|
721
725
|
#
|
722
726
|
# @option params [required, String] :budget_name
|
723
727
|
# A string that represents the budget name. The ":" and "\\"
|
724
|
-
# characters aren't allowed.
|
728
|
+
# characters, and the "/action/" substring, aren't allowed.
|
725
729
|
#
|
726
730
|
# @option params [required, String] :action_id
|
727
731
|
# A system-generated universally unique identifier (UUID) for the
|
@@ -939,7 +943,7 @@ module Aws::Budgets
|
|
939
943
|
#
|
940
944
|
# @option params [required, String] :budget_name
|
941
945
|
# A string that represents the budget name. The ":" and "\\"
|
942
|
-
# characters aren't allowed.
|
946
|
+
# characters, and the "/action/" substring, aren't allowed.
|
943
947
|
#
|
944
948
|
# @option params [required, String] :action_id
|
945
949
|
# A system-generated universally unique identifier (UUID) for the
|
@@ -1004,7 +1008,7 @@ module Aws::Budgets
|
|
1004
1008
|
#
|
1005
1009
|
# @option params [required, String] :budget_name
|
1006
1010
|
# A string that represents the budget name. The ":" and "\\"
|
1007
|
-
# characters aren't allowed.
|
1011
|
+
# characters, and the "/action/" substring, aren't allowed.
|
1008
1012
|
#
|
1009
1013
|
# @option params [required, String] :action_id
|
1010
1014
|
# A system-generated universally unique identifier (UUID) for the
|
@@ -1157,7 +1161,7 @@ module Aws::Budgets
|
|
1157
1161
|
#
|
1158
1162
|
# @option params [required, String] :budget_name
|
1159
1163
|
# A string that represents the budget name. The ":" and "\\"
|
1160
|
-
# characters aren't allowed.
|
1164
|
+
# characters, and the "/action/" substring, aren't allowed.
|
1161
1165
|
#
|
1162
1166
|
# @option params [Integer] :max_results
|
1163
1167
|
# An integer that represents how many entries a paginated response
|
@@ -1275,7 +1279,7 @@ module Aws::Budgets
|
|
1275
1279
|
#
|
1276
1280
|
# @option params [required, String] :budget_name
|
1277
1281
|
# A string that represents the budget name. The ":" and "\\"
|
1278
|
-
# characters aren't allowed.
|
1282
|
+
# characters, and the "/action/" substring, aren't allowed.
|
1279
1283
|
#
|
1280
1284
|
# @option params [Types::TimePeriod] :time_period
|
1281
1285
|
# Retrieves how often the budget went into an `ALARM` state for the
|
@@ -1538,7 +1542,7 @@ module Aws::Budgets
|
|
1538
1542
|
#
|
1539
1543
|
# @option params [required, String] :budget_name
|
1540
1544
|
# A string that represents the budget name. The ":" and "\\"
|
1541
|
-
# characters aren't allowed.
|
1545
|
+
# characters, and the "/action/" substring, aren't allowed.
|
1542
1546
|
#
|
1543
1547
|
# @option params [required, String] :action_id
|
1544
1548
|
# A system-generated universally unique identifier (UUID) for the
|
@@ -1674,7 +1678,7 @@ module Aws::Budgets
|
|
1674
1678
|
#
|
1675
1679
|
# @option params [required, String] :budget_name
|
1676
1680
|
# A string that represents the budget name. The ":" and "\\"
|
1677
|
-
# characters aren't allowed.
|
1681
|
+
# characters, and the "/action/" substring, aren't allowed.
|
1678
1682
|
#
|
1679
1683
|
# @option params [required, String] :action_id
|
1680
1684
|
# A system-generated universally unique identifier (UUID) for the
|
@@ -1915,7 +1919,7 @@ module Aws::Budgets
|
|
1915
1919
|
params: params,
|
1916
1920
|
config: config)
|
1917
1921
|
context[:gem_name] = 'aws-sdk-budgets'
|
1918
|
-
context[:gem_version] = '1.
|
1922
|
+
context[:gem_version] = '1.58.0'
|
1919
1923
|
Seahorse::Client::Request.new(handlers, context)
|
1920
1924
|
end
|
1921
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
|
18
|
-
if Aws::Endpoints::Matchers.
|
19
|
-
|
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.
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
if Aws::Endpoints::Matchers.boolean_equals?(use_fips,
|
35
|
-
|
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,
|
41
|
-
|
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}
|
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}
|
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}
|
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
|
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
|
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
|
data/lib/aws-sdk-budgets.rb
CHANGED
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.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-
|
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
|