@aws-sdk/client-budgets 3.421.0 → 3.423.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.
@@ -423,15 +423,29 @@ export interface AutoAdjustData {
423
423
  /**
424
424
  * @public
425
425
  * <p>The amount of cost or usage that's measured for a budget.</p>
426
- * <p>For example, a <code>Spend</code> for <code>3 GB</code> of S3 usage has the following
427
- * parameters:</p>
426
+ * <p>
427
+ * <i>Cost example:</i> A <code>Spend</code> for <code>3 USD</code> of
428
+ * costs has the following parameters:</p>
429
+ * <ul>
430
+ * <li>
431
+ * <p>An <code>Amount</code> of <code>3</code>
432
+ * </p>
433
+ * </li>
434
+ * <li>
435
+ * <p>A <code>Unit</code> of <code>USD</code>
436
+ * </p>
437
+ * </li>
438
+ * </ul>
439
+ * <p>
440
+ * <i>Usage example:</i> A <code>Spend</code> for <code>3 GB</code> of S3
441
+ * usage has the following parameters:</p>
428
442
  * <ul>
429
443
  * <li>
430
444
  * <p>An <code>Amount</code> of <code>3</code>
431
445
  * </p>
432
446
  * </li>
433
447
  * <li>
434
- * <p>A <code>unit</code> of <code>GB</code>
448
+ * <p>A <code>Unit</code> of <code>GB</code>
435
449
  * </p>
436
450
  * </li>
437
451
  * </ul>
@@ -446,7 +460,7 @@ export interface Spend {
446
460
  /**
447
461
  * @public
448
462
  * <p>The unit of measurement that's used for the budget forecast, actual spend, or budget
449
- * threshold, such as USD or GBP.</p>
463
+ * threshold.</p>
450
464
  */
451
465
  Unit: string | undefined;
452
466
  }
@@ -1479,9 +1493,8 @@ export interface DescribeBudgetNotificationsForAccountRequest {
1479
1493
  AccountId: string | undefined;
1480
1494
  /**
1481
1495
  * @public
1482
- * <p>
1483
- * An integer that shows how many budget name entries a paginated response contains.
1484
- * </p>
1496
+ * <p> An integer that represents how many budgets a paginated response contains. The default is
1497
+ * 50. </p>
1485
1498
  */
1486
1499
  MaxResults?: number;
1487
1500
  /**
@@ -1658,12 +1671,14 @@ export interface DescribeBudgetPerformanceHistoryResponse {
1658
1671
  export interface DescribeBudgetsRequest {
1659
1672
  /**
1660
1673
  * @public
1661
- * <p>The <code>accountId</code> that is associated with the budgets that you want descriptions of.</p>
1674
+ * <p>The <code>accountId</code> that is associated with the budgets that you want to
1675
+ * describe.</p>
1662
1676
  */
1663
1677
  AccountId: string | undefined;
1664
1678
  /**
1665
1679
  * @public
1666
- * <p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>
1680
+ * <p>An integer that represents how many budgets a paginated response contains. The default is
1681
+ * 100.</p>
1667
1682
  */
1668
1683
  MaxResults?: number;
1669
1684
  /**
@@ -1695,7 +1710,8 @@ export interface DescribeBudgetsResponse {
1695
1710
  export interface DescribeNotificationsForBudgetRequest {
1696
1711
  /**
1697
1712
  * @public
1698
- * <p>The <code>accountId</code> that is associated with the budget whose notifications you want descriptions of.</p>
1713
+ * <p>The <code>accountId</code> that is associated with the budget whose notifications you want
1714
+ * descriptions of.</p>
1699
1715
  */
1700
1716
  AccountId: string | undefined;
1701
1717
  /**
@@ -1705,7 +1721,7 @@ export interface DescribeNotificationsForBudgetRequest {
1705
1721
  BudgetName: string | undefined;
1706
1722
  /**
1707
1723
  * @public
1708
- * <p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>
1724
+ * <p>An optional integer that represents how many entries a paginated response contains.</p>
1709
1725
  */
1710
1726
  MaxResults?: number;
1711
1727
  /**
@@ -1752,7 +1768,7 @@ export interface DescribeSubscribersForNotificationRequest {
1752
1768
  Notification: Notification | undefined;
1753
1769
  /**
1754
1770
  * @public
1755
- * <p>An optional integer that represents how many entries a paginated response contains. The maximum is 100.</p>
1771
+ * <p>An optional integer that represents how many entries a paginated response contains.</p>
1756
1772
  */
1757
1773
  MaxResults?: number;
1758
1774
  /**
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.421.0",
4
+ "version": "3.423.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,8 +21,8 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.421.0",
25
- "@aws-sdk/credential-provider-node": "3.421.0",
24
+ "@aws-sdk/client-sts": "3.423.0",
25
+ "@aws-sdk/credential-provider-node": "3.423.0",
26
26
  "@aws-sdk/middleware-host-header": "3.418.0",
27
27
  "@aws-sdk/middleware-logger": "3.418.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.418.0",