@aws-sdk/client-budgets 3.1053.0 → 3.1055.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.
@@ -143,6 +143,8 @@ export interface Action {
143
143
  /**
144
144
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
145
145
  * "/action/" substring, aren't allowed.</p>
146
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
147
+ * email addresses combined with certain terms may be rejected.</p>
146
148
  * @public
147
149
  */
148
150
  BudgetName: string | undefined;
@@ -702,6 +704,8 @@ export interface CreateBudgetActionRequest {
702
704
  /**
703
705
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
704
706
  * "/action/" substring, aren't allowed.</p>
707
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
708
+ * email addresses combined with certain terms may be rejected.</p>
705
709
  * @public
706
710
  */
707
711
  BudgetName: string | undefined;
@@ -765,6 +769,8 @@ export interface CreateBudgetActionResponse {
765
769
  /**
766
770
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
767
771
  * "/action/" substring, aren't allowed.</p>
772
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
773
+ * email addresses combined with certain terms may be rejected.</p>
768
774
  * @public
769
775
  */
770
776
  BudgetName: string | undefined;
@@ -874,6 +880,8 @@ export interface DeleteBudgetActionRequest {
874
880
  /**
875
881
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
876
882
  * "/action/" substring, aren't allowed.</p>
883
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
884
+ * email addresses combined with certain terms may be rejected.</p>
877
885
  * @public
878
886
  */
879
887
  BudgetName: string | undefined;
@@ -897,6 +905,8 @@ export interface DeleteBudgetActionResponse {
897
905
  /**
898
906
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
899
907
  * "/action/" substring, aren't allowed.</p>
908
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
909
+ * email addresses combined with certain terms may be rejected.</p>
900
910
  * @public
901
911
  */
902
912
  BudgetName: string | undefined;
@@ -1000,6 +1010,8 @@ export interface DescribeBudgetActionRequest {
1000
1010
  /**
1001
1011
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1002
1012
  * "/action/" substring, aren't allowed.</p>
1013
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1014
+ * email addresses combined with certain terms may be rejected.</p>
1003
1015
  * @public
1004
1016
  */
1005
1017
  BudgetName: string | undefined;
@@ -1023,6 +1035,8 @@ export interface DescribeBudgetActionResponse {
1023
1035
  /**
1024
1036
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1025
1037
  * "/action/" substring, aren't allowed.</p>
1038
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1039
+ * email addresses combined with certain terms may be rejected.</p>
1026
1040
  * @public
1027
1041
  */
1028
1042
  BudgetName: string | undefined;
@@ -1046,6 +1060,8 @@ export interface DescribeBudgetActionHistoriesRequest {
1046
1060
  /**
1047
1061
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1048
1062
  * "/action/" substring, aren't allowed.</p>
1063
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1064
+ * email addresses combined with certain terms may be rejected.</p>
1049
1065
  * @public
1050
1066
  */
1051
1067
  BudgetName: string | undefined;
@@ -1142,6 +1158,8 @@ export interface DescribeBudgetActionsForBudgetRequest {
1142
1158
  /**
1143
1159
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1144
1160
  * "/action/" substring, aren't allowed.</p>
1161
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1162
+ * email addresses combined with certain terms may be rejected.</p>
1145
1163
  * @public
1146
1164
  */
1147
1165
  BudgetName: string | undefined;
@@ -1210,6 +1228,8 @@ export interface BudgetNotificationsForAccount {
1210
1228
  /**
1211
1229
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1212
1230
  * "/action/" substring, aren't allowed.</p>
1231
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1232
+ * email addresses combined with certain terms may be rejected.</p>
1213
1233
  * @public
1214
1234
  */
1215
1235
  BudgetName?: string | undefined;
@@ -1241,6 +1261,8 @@ export interface DescribeBudgetPerformanceHistoryRequest {
1241
1261
  /**
1242
1262
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1243
1263
  * "/action/" substring, aren't allowed.</p>
1264
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1265
+ * email addresses combined with certain terms may be rejected.</p>
1244
1266
  * @public
1245
1267
  */
1246
1268
  BudgetName: string | undefined;
@@ -1415,6 +1437,8 @@ export interface ExecuteBudgetActionRequest {
1415
1437
  /**
1416
1438
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1417
1439
  * "/action/" substring, aren't allowed.</p>
1440
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1441
+ * email addresses combined with certain terms may be rejected.</p>
1418
1442
  * @public
1419
1443
  */
1420
1444
  BudgetName: string | undefined;
@@ -1445,6 +1469,8 @@ export interface ExecuteBudgetActionResponse {
1445
1469
  /**
1446
1470
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1447
1471
  * "/action/" substring, aren't allowed.</p>
1472
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1473
+ * email addresses combined with certain terms may be rejected.</p>
1448
1474
  * @public
1449
1475
  */
1450
1476
  BudgetName: string | undefined;
@@ -1541,6 +1567,8 @@ export interface UpdateBudgetActionRequest {
1541
1567
  /**
1542
1568
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1543
1569
  * "/action/" substring, aren't allowed.</p>
1570
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1571
+ * email addresses combined with certain terms may be rejected.</p>
1544
1572
  * @public
1545
1573
  */
1546
1574
  BudgetName: string | undefined;
@@ -1598,6 +1626,8 @@ export interface UpdateBudgetActionResponse {
1598
1626
  /**
1599
1627
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1600
1628
  * "/action/" substring, aren't allowed.</p>
1629
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1630
+ * email addresses combined with certain terms may be rejected.</p>
1601
1631
  * @public
1602
1632
  */
1603
1633
  BudgetName: string | undefined;
@@ -1736,6 +1766,8 @@ export interface Budget {
1736
1766
  * <p>The name of a budget. The name must be unique within an account. The <code>:</code>
1737
1767
  * and <code>\</code> characters, and the "/action/" substring, aren't allowed in
1738
1768
  * <code>BudgetName</code>.</p>
1769
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1770
+ * email addresses combined with certain terms may be rejected.</p>
1739
1771
  * @public
1740
1772
  */
1741
1773
  BudgetName: string | undefined;
@@ -1899,6 +1931,8 @@ export interface BudgetPerformanceHistory {
1899
1931
  /**
1900
1932
  * <p> A string that represents the budget name. The ":" and "\" characters, and the
1901
1933
  * "/action/" substring, aren't allowed.</p>
1934
+ * <p>Budget names are validated for content. Names that contain phone numbers, URLs, or
1935
+ * email addresses combined with certain terms may be rejected.</p>
1902
1936
  * @public
1903
1937
  */
1904
1938
  BudgetName?: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-budgets",
3
3
  "description": "AWS SDK for JavaScript Budgets Client for Node.js, Browser and React Native",
4
- "version": "3.1053.0",
4
+ "version": "3.1055.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-budgets",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.974.13",
25
- "@aws-sdk/credential-provider-node": "^3.972.44",
24
+ "@aws-sdk/core": "^3.974.14",
25
+ "@aws-sdk/credential-provider-node": "^3.972.45",
26
26
  "@aws-sdk/types": "^3.973.9",
27
27
  "@smithy/core": "^3.24.3",
28
28
  "@smithy/fetch-http-handler": "^5.4.3",