@aws-sdk/client-budgets 3.936.0 → 3.937.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.
@@ -124,7 +124,7 @@ declare const CreateBudgetActionCommand_base: {
124
124
  * <p>We can’t locate the resource that you specified.</p>
125
125
  *
126
126
  * @throws {@link ServiceQuotaExceededException} (client fault)
127
- * <p>You've reached the limit on the number of tags you can associate with a resource.</p>
127
+ * <p>You've reached a Service Quota limit on this resource.</p>
128
128
  *
129
129
  * @throws {@link ThrottlingException} (client fault)
130
130
  * <p>The number of API requests has exceeded the maximum allowed API request throttling limit
@@ -242,7 +242,7 @@ declare const CreateBudgetCommand_base: {
242
242
  * <p>We can’t locate the resource that you specified.</p>
243
243
  *
244
244
  * @throws {@link ServiceQuotaExceededException} (client fault)
245
- * <p>You've reached the limit on the number of tags you can associate with a resource.</p>
245
+ * <p>You've reached a Service Quota limit on this resource.</p>
246
246
  *
247
247
  * @throws {@link ThrottlingException} (client fault)
248
248
  * <p>The number of API requests has exceeded the maximum allowed API request throttling limit
@@ -103,6 +103,11 @@ declare const DescribeBudgetPerformanceHistoryCommand_base: {
103
103
  * @throws {@link AccessDeniedException} (client fault)
104
104
  * <p>You are not authorized to use this operation with the given parameters.</p>
105
105
  *
106
+ * @throws {@link BillingViewHealthStatusException} (client fault)
107
+ * <p>
108
+ * The billing view status must be HEALTHY to perform this action. Try again when the status is HEALTHY.
109
+ * </p>
110
+ *
106
111
  * @throws {@link ExpiredNextTokenException} (client fault)
107
112
  * <p>The pagination token expired.</p>
108
113
  *
@@ -70,7 +70,7 @@ declare const TagResourceCommand_base: {
70
70
  * <p>We can’t locate the resource that you specified.</p>
71
71
  *
72
72
  * @throws {@link ServiceQuotaExceededException} (client fault)
73
- * <p>You've reached the limit on the number of tags you can associate with a resource.</p>
73
+ * <p>You've reached a Service Quota limit on this resource.</p>
74
74
  *
75
75
  * @throws {@link ThrottlingException} (client fault)
76
76
  * <p>The number of API requests has exceeded the maximum allowed API request throttling limit
@@ -212,6 +212,9 @@ declare const UpdateBudgetCommand_base: {
212
212
  * @throws {@link NotFoundException} (client fault)
213
213
  * <p>We can’t locate the resource that you specified.</p>
214
214
  *
215
+ * @throws {@link ServiceQuotaExceededException} (client fault)
216
+ * <p>You've reached a Service Quota limit on this resource.</p>
217
+ *
215
218
  * @throws {@link ThrottlingException} (client fault)
216
219
  * <p>The number of API requests has exceeded the maximum allowed API request throttling limit
217
220
  * for the account.</p>
@@ -122,7 +122,7 @@ export declare class NotFoundException extends __BaseException {
122
122
  constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
123
123
  }
124
124
  /**
125
- * <p>You've reached the limit on the number of tags you can associate with a resource.</p>
125
+ * <p>You've reached a Service Quota limit on this resource.</p>
126
126
  * @public
127
127
  */
128
128
  export declare class ServiceQuotaExceededException extends __BaseException {
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.936.0",
4
+ "version": "3.937.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-budgets",