@aws-sdk/client-budgets 3.933.0 → 3.935.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.
@@ -0,0 +1,210 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException";
3
+ /**
4
+ * <p>You are not authorized to use this operation with the given parameters.</p>
5
+ * @public
6
+ */
7
+ export declare class AccessDeniedException extends __BaseException {
8
+ readonly name: "AccessDeniedException";
9
+ readonly $fault: "client";
10
+ /**
11
+ * <p>The error message the exception carries.</p>
12
+ * @public
13
+ */
14
+ Message?: string | undefined;
15
+ /**
16
+ * @internal
17
+ */
18
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
19
+ }
20
+ /**
21
+ * <p>
22
+ * The billing view status must be HEALTHY to perform this action. Try again when the status is HEALTHY.
23
+ * </p>
24
+ * @public
25
+ */
26
+ export declare class BillingViewHealthStatusException extends __BaseException {
27
+ readonly name: "BillingViewHealthStatusException";
28
+ readonly $fault: "client";
29
+ /**
30
+ * <p>The error message the exception carries.</p>
31
+ * @public
32
+ */
33
+ Message?: string | undefined;
34
+ /**
35
+ * @internal
36
+ */
37
+ constructor(opts: __ExceptionOptionType<BillingViewHealthStatusException, __BaseException>);
38
+ }
39
+ /**
40
+ * <p>You've exceeded the notification or subscriber limit.</p>
41
+ * @public
42
+ */
43
+ export declare class CreationLimitExceededException extends __BaseException {
44
+ readonly name: "CreationLimitExceededException";
45
+ readonly $fault: "client";
46
+ /**
47
+ * <p>The error message the exception carries.</p>
48
+ * @public
49
+ */
50
+ Message?: string | undefined;
51
+ /**
52
+ * @internal
53
+ */
54
+ constructor(opts: __ExceptionOptionType<CreationLimitExceededException, __BaseException>);
55
+ }
56
+ /**
57
+ * <p>The budget name already exists. Budget names must be unique within an account.</p>
58
+ * @public
59
+ */
60
+ export declare class DuplicateRecordException extends __BaseException {
61
+ readonly name: "DuplicateRecordException";
62
+ readonly $fault: "client";
63
+ /**
64
+ * <p>The error message the exception carries.</p>
65
+ * @public
66
+ */
67
+ Message?: string | undefined;
68
+ /**
69
+ * @internal
70
+ */
71
+ constructor(opts: __ExceptionOptionType<DuplicateRecordException, __BaseException>);
72
+ }
73
+ /**
74
+ * <p>An error on the server occurred during the processing of your request. Try again later.</p>
75
+ * @public
76
+ */
77
+ export declare class InternalErrorException extends __BaseException {
78
+ readonly name: "InternalErrorException";
79
+ readonly $fault: "server";
80
+ /**
81
+ * <p>The error message the exception carries.</p>
82
+ * @public
83
+ */
84
+ Message?: string | undefined;
85
+ /**
86
+ * @internal
87
+ */
88
+ constructor(opts: __ExceptionOptionType<InternalErrorException, __BaseException>);
89
+ }
90
+ /**
91
+ * <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
92
+ * @public
93
+ */
94
+ export declare class InvalidParameterException extends __BaseException {
95
+ readonly name: "InvalidParameterException";
96
+ readonly $fault: "client";
97
+ /**
98
+ * <p>The error message the exception carries.</p>
99
+ * @public
100
+ */
101
+ Message?: string | undefined;
102
+ /**
103
+ * @internal
104
+ */
105
+ constructor(opts: __ExceptionOptionType<InvalidParameterException, __BaseException>);
106
+ }
107
+ /**
108
+ * <p>We can’t locate the resource that you specified.</p>
109
+ * @public
110
+ */
111
+ export declare class NotFoundException extends __BaseException {
112
+ readonly name: "NotFoundException";
113
+ readonly $fault: "client";
114
+ /**
115
+ * <p>The error message the exception carries.</p>
116
+ * @public
117
+ */
118
+ Message?: string | undefined;
119
+ /**
120
+ * @internal
121
+ */
122
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
123
+ }
124
+ /**
125
+ * <p>You've reached the limit on the number of tags you can associate with a resource.</p>
126
+ * @public
127
+ */
128
+ export declare class ServiceQuotaExceededException extends __BaseException {
129
+ readonly name: "ServiceQuotaExceededException";
130
+ readonly $fault: "client";
131
+ /**
132
+ * <p>The error message the exception carries.</p>
133
+ * @public
134
+ */
135
+ Message?: string | undefined;
136
+ /**
137
+ * @internal
138
+ */
139
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
140
+ }
141
+ /**
142
+ * <p>The number of API requests has exceeded the maximum allowed API request throttling limit
143
+ * for the account.</p>
144
+ * @public
145
+ */
146
+ export declare class ThrottlingException extends __BaseException {
147
+ readonly name: "ThrottlingException";
148
+ readonly $fault: "client";
149
+ /**
150
+ * <p>The error message the exception carries.</p>
151
+ * @public
152
+ */
153
+ Message?: string | undefined;
154
+ /**
155
+ * @internal
156
+ */
157
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
158
+ }
159
+ /**
160
+ * <p>The request was received and recognized by the server, but the server rejected that
161
+ * particular method for the requested resource.</p>
162
+ * @public
163
+ */
164
+ export declare class ResourceLockedException extends __BaseException {
165
+ readonly name: "ResourceLockedException";
166
+ readonly $fault: "client";
167
+ /**
168
+ * <p>The error message the exception carries.</p>
169
+ * @public
170
+ */
171
+ Message?: string | undefined;
172
+ /**
173
+ * @internal
174
+ */
175
+ constructor(opts: __ExceptionOptionType<ResourceLockedException, __BaseException>);
176
+ }
177
+ /**
178
+ * <p>The pagination token is invalid.</p>
179
+ * @public
180
+ */
181
+ export declare class InvalidNextTokenException extends __BaseException {
182
+ readonly name: "InvalidNextTokenException";
183
+ readonly $fault: "client";
184
+ /**
185
+ * <p>The error message the exception carries.</p>
186
+ * @public
187
+ */
188
+ Message?: string | undefined;
189
+ /**
190
+ * @internal
191
+ */
192
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
193
+ }
194
+ /**
195
+ * <p>The pagination token expired.</p>
196
+ * @public
197
+ */
198
+ export declare class ExpiredNextTokenException extends __BaseException {
199
+ readonly name: "ExpiredNextTokenException";
200
+ readonly $fault: "client";
201
+ /**
202
+ * <p>The error message the exception carries.</p>
203
+ * @public
204
+ */
205
+ Message?: string | undefined;
206
+ /**
207
+ * @internal
208
+ */
209
+ constructor(opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>);
210
+ }