aws-sdk-budgets 1.107.0 → 1.109.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: d9d5f499518666dee365014685f93b08cf5b14609218c20c5e1656cf0bdc5c06
4
- data.tar.gz: 4cd233f561cf60d0e52e248df3c34585c4f1b9bd002fadced475e8d7dbb18e15
3
+ metadata.gz: 0a9272f4cbb08b9e4d452d8a1361b59de60f9aca384ddc573759d49758c68838
4
+ data.tar.gz: 3d1f1ec26238b29605873b61d19b787847995c7b6516756fa4c9bae02bd65fd0
5
5
  SHA512:
6
- metadata.gz: efb6d3dced329030ac25c6765097e8e14ef60cd84f0d06596d5ce1fe247279800c04f023ae9e1908273f011ea02cd56ba4955d20b39c73b7ecb27a057492b459
7
- data.tar.gz: f00baedd57e24be2b10a6861c09b0a2968289590761ae3619560756d3558302c8039d15a8ee16b8184f0334c4811b1bb8e2bfcf24bffba88a5d1c9a3f23304db
6
+ metadata.gz: 96acd351a8fc5f1d71b4e5cc6263e3e7087c49fdd9aff7bff61eb9244d00aceb3f690a89ebdaccba7e004f82da5febbca7f45f42a08fd970ae3646de163dee0b
7
+ data.tar.gz: 027c9ddd23e5f2a9aa011de7be1bef0302de1370271b761cfe853425c48a6bbc02c74fea33b8789af56d2f106a2b65e8c35515a5aab1eceb2fe7669e769f9a94
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.109.0 (2026-05-26)
5
+ ------------------
6
+
7
+ * Feature - AWS Budget Name Validation Documentation Updates.
8
+
9
+ 1.108.0 (2026-05-21)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.107.0 (2026-05-19)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.107.0
1
+ 1.109.0
@@ -199,7 +199,7 @@ module Aws::Budgets
199
199
  # the required types.
200
200
  #
201
201
  # @option options [Boolean] :correct_clock_skew (true)
202
- # Used only in `standard` and adaptive retry modes. Specifies whether to apply
202
+ # Used only in `standard` and `adaptive` retry modes. Specifies whether to apply
203
203
  # a clock skew correction and retry requests with skewed client clocks.
204
204
  #
205
205
  # @option options [String] :defaults_mode ("legacy")
@@ -323,17 +323,15 @@ module Aws::Budgets
323
323
  # @option options [String] :retry_mode ("legacy")
324
324
  # Specifies which retry algorithm to use. Values are:
325
325
  #
326
- # * `legacy` - The pre-existing retry behavior. This is default value if
327
- # no retry mode is provided.
326
+ # * `legacy` - The pre-existing retry behavior. This is the default
327
+ # value if no retry mode is provided.
328
328
  #
329
329
  # * `standard` - A standardized set of retry rules across the AWS SDKs.
330
330
  # This includes support for retry quotas, which limit the number of
331
331
  # unsuccessful retries a client can make.
332
332
  #
333
- # * `adaptive` - An experimental retry mode that includes all the
334
- # functionality of `standard` mode along with automatic client side
335
- # throttling. This is a provisional mode that may change behavior
336
- # in the future.
333
+ # * `adaptive` - A retry mode that includes all the functionality of
334
+ # `standard` mode along with automatic client side throttling.
337
335
  #
338
336
  # @option options [String] :sdk_ua_app_id
339
337
  # A unique and opaque application ID that is appended to the
@@ -658,6 +656,10 @@ module Aws::Budgets
658
656
  # A string that represents the budget name. The ":" and "\\"
659
657
  # characters, and the "/action/" substring, aren't allowed.
660
658
  #
659
+ # Budget names are validated for content. Names that contain phone
660
+ # numbers, URLs, or email addresses combined with certain terms may be
661
+ # rejected.
662
+ #
661
663
  # @option params [required, String] :notification_type
662
664
  # The type of a notification. It must be ACTUAL or FORECASTED.
663
665
  #
@@ -879,6 +881,10 @@ module Aws::Budgets
879
881
  # A string that represents the budget name. The ":" and "\\"
880
882
  # characters, and the "/action/" substring, aren't allowed.
881
883
  #
884
+ # Budget names are validated for content. Names that contain phone
885
+ # numbers, URLs, or email addresses combined with certain terms may be
886
+ # rejected.
887
+ #
882
888
  # @option params [required, String] :action_id
883
889
  # A system-generated universally unique identifier (UUID) for the
884
890
  # action.
@@ -1130,6 +1136,10 @@ module Aws::Budgets
1130
1136
  # A string that represents the budget name. The ":" and "\\"
1131
1137
  # characters, and the "/action/" substring, aren't allowed.
1132
1138
  #
1139
+ # Budget names are validated for content. Names that contain phone
1140
+ # numbers, URLs, or email addresses combined with certain terms may be
1141
+ # rejected.
1142
+ #
1133
1143
  # @option params [required, String] :action_id
1134
1144
  # A system-generated universally unique identifier (UUID) for the
1135
1145
  # action.
@@ -1195,6 +1205,10 @@ module Aws::Budgets
1195
1205
  # A string that represents the budget name. The ":" and "\\"
1196
1206
  # characters, and the "/action/" substring, aren't allowed.
1197
1207
  #
1208
+ # Budget names are validated for content. Names that contain phone
1209
+ # numbers, URLs, or email addresses combined with certain terms may be
1210
+ # rejected.
1211
+ #
1198
1212
  # @option params [required, String] :action_id
1199
1213
  # A system-generated universally unique identifier (UUID) for the
1200
1214
  # action.
@@ -1348,6 +1362,10 @@ module Aws::Budgets
1348
1362
  # A string that represents the budget name. The ":" and "\\"
1349
1363
  # characters, and the "/action/" substring, aren't allowed.
1350
1364
  #
1365
+ # Budget names are validated for content. Names that contain phone
1366
+ # numbers, URLs, or email addresses combined with certain terms may be
1367
+ # rejected.
1368
+ #
1351
1369
  # @option params [Integer] :max_results
1352
1370
  # An integer that represents how many entries a paginated response
1353
1371
  # contains. The maximum is 100.
@@ -1466,6 +1484,10 @@ module Aws::Budgets
1466
1484
  # A string that represents the budget name. The ":" and "\\"
1467
1485
  # characters, and the "/action/" substring, aren't allowed.
1468
1486
  #
1487
+ # Budget names are validated for content. Names that contain phone
1488
+ # numbers, URLs, or email addresses combined with certain terms may be
1489
+ # rejected.
1490
+ #
1469
1491
  # @option params [Types::TimePeriod] :time_period
1470
1492
  # Retrieves how often the budget went into an `ALARM` state for the
1471
1493
  # specified time period.
@@ -1785,6 +1807,10 @@ module Aws::Budgets
1785
1807
  # A string that represents the budget name. The ":" and "\\"
1786
1808
  # characters, and the "/action/" substring, aren't allowed.
1787
1809
  #
1810
+ # Budget names are validated for content. Names that contain phone
1811
+ # numbers, URLs, or email addresses combined with certain terms may be
1812
+ # rejected.
1813
+ #
1788
1814
  # @option params [required, String] :action_id
1789
1815
  # A system-generated universally unique identifier (UUID) for the
1790
1816
  # action.
@@ -2047,6 +2073,10 @@ module Aws::Budgets
2047
2073
  # A string that represents the budget name. The ":" and "\\"
2048
2074
  # characters, and the "/action/" substring, aren't allowed.
2049
2075
  #
2076
+ # Budget names are validated for content. Names that contain phone
2077
+ # numbers, URLs, or email addresses combined with certain terms may be
2078
+ # rejected.
2079
+ #
2050
2080
  # @option params [required, String] :action_id
2051
2081
  # A system-generated universally unique identifier (UUID) for the
2052
2082
  # action.
@@ -2291,7 +2321,7 @@ module Aws::Budgets
2291
2321
  tracer: tracer
2292
2322
  )
2293
2323
  context[:gem_name] = 'aws-sdk-budgets'
2294
- context[:gem_version] = '1.107.0'
2324
+ context[:gem_version] = '1.109.0'
2295
2325
  Seahorse::Client::Request.new(handlers, context)
2296
2326
  end
2297
2327
 
@@ -33,6 +33,10 @@ module Aws::Budgets
33
33
  # @!attribute [rw] budget_name
34
34
  # A string that represents the budget name. The ":" and "\\"
35
35
  # characters, and the "/action/" substring, aren't allowed.
36
+ #
37
+ # Budget names are validated for content. Names that contain phone
38
+ # numbers, URLs, or email addresses combined with certain terms may be
39
+ # rejected.
36
40
  # @return [String]
37
41
  #
38
42
  # @!attribute [rw] notification_type
@@ -197,6 +201,10 @@ module Aws::Budgets
197
201
  # The name of a budget. The name must be unique within an account. The
198
202
  # `:` and `` characters, and the "/action/" substring, aren't
199
203
  # allowed in `BudgetName`.
204
+ #
205
+ # Budget names are validated for content. Names that contain phone
206
+ # numbers, URLs, or email addresses combined with certain terms may be
207
+ # rejected.
200
208
  # @return [String]
201
209
  #
202
210
  # @!attribute [rw] budget_limit
@@ -373,6 +381,10 @@ module Aws::Budgets
373
381
  # @!attribute [rw] budget_name
374
382
  # A string that represents the budget name. The ":" and "\\"
375
383
  # characters, and the "/action/" substring, aren't allowed.
384
+ #
385
+ # Budget names are validated for content. Names that contain phone
386
+ # numbers, URLs, or email addresses combined with certain terms may be
387
+ # rejected.
376
388
  # @return [String]
377
389
  #
378
390
  class BudgetNotificationsForAccount < Struct.new(
@@ -388,6 +400,10 @@ module Aws::Budgets
388
400
  # @!attribute [rw] budget_name
389
401
  # A string that represents the budget name. The ":" and "\\"
390
402
  # characters, and the "/action/" substring, aren't allowed.
403
+ #
404
+ # Budget names are validated for content. Names that contain phone
405
+ # numbers, URLs, or email addresses combined with certain terms may be
406
+ # rejected.
391
407
  # @return [String]
392
408
  #
393
409
  # @!attribute [rw] budget_type
@@ -615,6 +631,10 @@ module Aws::Budgets
615
631
  # @!attribute [rw] budget_name
616
632
  # A string that represents the budget name. The ":" and "\\"
617
633
  # characters, and the "/action/" substring, aren't allowed.
634
+ #
635
+ # Budget names are validated for content. Names that contain phone
636
+ # numbers, URLs, or email addresses combined with certain terms may be
637
+ # rejected.
618
638
  # @return [String]
619
639
  #
620
640
  # @!attribute [rw] notification_type
@@ -676,6 +696,10 @@ module Aws::Budgets
676
696
  # @!attribute [rw] budget_name
677
697
  # A string that represents the budget name. The ":" and "\\"
678
698
  # characters, and the "/action/" substring, aren't allowed.
699
+ #
700
+ # Budget names are validated for content. Names that contain phone
701
+ # numbers, URLs, or email addresses combined with certain terms may be
702
+ # rejected.
679
703
  # @return [String]
680
704
  #
681
705
  # @!attribute [rw] action_id
@@ -839,6 +863,10 @@ module Aws::Budgets
839
863
  # @!attribute [rw] budget_name
840
864
  # A string that represents the budget name. The ":" and "\\"
841
865
  # characters, and the "/action/" substring, aren't allowed.
866
+ #
867
+ # Budget names are validated for content. Names that contain phone
868
+ # numbers, URLs, or email addresses combined with certain terms may be
869
+ # rejected.
842
870
  # @return [String]
843
871
  #
844
872
  # @!attribute [rw] action_id
@@ -861,6 +889,10 @@ module Aws::Budgets
861
889
  # @!attribute [rw] budget_name
862
890
  # A string that represents the budget name. The ":" and "\\"
863
891
  # characters, and the "/action/" substring, aren't allowed.
892
+ #
893
+ # Budget names are validated for content. Names that contain phone
894
+ # numbers, URLs, or email addresses combined with certain terms may be
895
+ # rejected.
864
896
  # @return [String]
865
897
  #
866
898
  # @!attribute [rw] action
@@ -963,6 +995,10 @@ module Aws::Budgets
963
995
  # @!attribute [rw] budget_name
964
996
  # A string that represents the budget name. The ":" and "\\"
965
997
  # characters, and the "/action/" substring, aren't allowed.
998
+ #
999
+ # Budget names are validated for content. Names that contain phone
1000
+ # numbers, URLs, or email addresses combined with certain terms may be
1001
+ # rejected.
966
1002
  # @return [String]
967
1003
  #
968
1004
  # @!attribute [rw] action_id
@@ -1018,6 +1054,10 @@ module Aws::Budgets
1018
1054
  # @!attribute [rw] budget_name
1019
1055
  # A string that represents the budget name. The ":" and "\\"
1020
1056
  # characters, and the "/action/" substring, aren't allowed.
1057
+ #
1058
+ # Budget names are validated for content. Names that contain phone
1059
+ # numbers, URLs, or email addresses combined with certain terms may be
1060
+ # rejected.
1021
1061
  # @return [String]
1022
1062
  #
1023
1063
  # @!attribute [rw] action_id
@@ -1040,6 +1080,10 @@ module Aws::Budgets
1040
1080
  # @!attribute [rw] budget_name
1041
1081
  # A string that represents the budget name. The ":" and "\\"
1042
1082
  # characters, and the "/action/" substring, aren't allowed.
1083
+ #
1084
+ # Budget names are validated for content. Names that contain phone
1085
+ # numbers, URLs, or email addresses combined with certain terms may be
1086
+ # rejected.
1043
1087
  # @return [String]
1044
1088
  #
1045
1089
  # @!attribute [rw] action
@@ -1097,6 +1141,10 @@ module Aws::Budgets
1097
1141
  # @!attribute [rw] budget_name
1098
1142
  # A string that represents the budget name. The ":" and "\\"
1099
1143
  # characters, and the "/action/" substring, aren't allowed.
1144
+ #
1145
+ # Budget names are validated for content. Names that contain phone
1146
+ # numbers, URLs, or email addresses combined with certain terms may be
1147
+ # rejected.
1100
1148
  # @return [String]
1101
1149
  #
1102
1150
  # @!attribute [rw] max_results
@@ -1175,6 +1223,10 @@ module Aws::Budgets
1175
1223
  # @!attribute [rw] budget_name
1176
1224
  # A string that represents the budget name. The ":" and "\\"
1177
1225
  # characters, and the "/action/" substring, aren't allowed.
1226
+ #
1227
+ # Budget names are validated for content. Names that contain phone
1228
+ # numbers, URLs, or email addresses combined with certain terms may be
1229
+ # rejected.
1178
1230
  # @return [String]
1179
1231
  #
1180
1232
  # @!attribute [rw] time_period
@@ -1432,6 +1484,10 @@ module Aws::Budgets
1432
1484
  # @!attribute [rw] budget_name
1433
1485
  # A string that represents the budget name. The ":" and "\\"
1434
1486
  # characters, and the "/action/" substring, aren't allowed.
1487
+ #
1488
+ # Budget names are validated for content. Names that contain phone
1489
+ # numbers, URLs, or email addresses combined with certain terms may be
1490
+ # rejected.
1435
1491
  # @return [String]
1436
1492
  #
1437
1493
  # @!attribute [rw] action_id
@@ -1459,6 +1515,10 @@ module Aws::Budgets
1459
1515
  # @!attribute [rw] budget_name
1460
1516
  # A string that represents the budget name. The ":" and "\\"
1461
1517
  # characters, and the "/action/" substring, aren't allowed.
1518
+ #
1519
+ # Budget names are validated for content. Names that contain phone
1520
+ # numbers, URLs, or email addresses combined with certain terms may be
1521
+ # rejected.
1462
1522
  # @return [String]
1463
1523
  #
1464
1524
  # @!attribute [rw] action_id
@@ -2065,6 +2125,10 @@ module Aws::Budgets
2065
2125
  # @!attribute [rw] budget_name
2066
2126
  # A string that represents the budget name. The ":" and "\\"
2067
2127
  # characters, and the "/action/" substring, aren't allowed.
2128
+ #
2129
+ # Budget names are validated for content. Names that contain phone
2130
+ # numbers, URLs, or email addresses combined with certain terms may be
2131
+ # rejected.
2068
2132
  # @return [String]
2069
2133
  #
2070
2134
  # @!attribute [rw] action_id
@@ -2118,6 +2182,10 @@ module Aws::Budgets
2118
2182
  # @!attribute [rw] budget_name
2119
2183
  # A string that represents the budget name. The ":" and "\\"
2120
2184
  # characters, and the "/action/" substring, aren't allowed.
2185
+ #
2186
+ # Budget names are validated for content. Names that contain phone
2187
+ # numbers, URLs, or email addresses combined with certain terms may be
2188
+ # rejected.
2121
2189
  # @return [String]
2122
2190
  #
2123
2191
  # @!attribute [rw] old_action
@@ -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.107.0'
57
+ GEM_VERSION = '1.109.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.107.0
4
+ version: 1.109.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
@@ -18,7 +18,7 @@ dependencies:
18
18
  version: '3'
19
19
  - - ">="
20
20
  - !ruby/object:Gem::Version
21
- version: 3.247.0
21
+ version: 3.248.0
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -28,7 +28,7 @@ dependencies:
28
28
  version: '3'
29
29
  - - ">="
30
30
  - !ruby/object:Gem::Version
31
- version: 3.247.0
31
+ version: 3.248.0
32
32
  - !ruby/object:Gem::Dependency
33
33
  name: aws-sigv4
34
34
  requirement: !ruby/object:Gem::Requirement