@aws-sdk/client-budgets 3.987.0 → 3.988.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.
- package/dist-cjs/index.js +45 -1139
- package/dist-cjs/models/BudgetsServiceException.js +12 -0
- package/dist-cjs/models/errors.js +184 -0
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-cjs/schemas/schemas_0.js +832 -0
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +78 -72
- package/dist-types/schemas/schemas_0.d.ts +19 -12
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +14 -12
- package/package.json +13 -13
|
@@ -0,0 +1,832 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DescribeBudgetActionsForBudgetRequest$ = exports.DescribeBudgetActionsForAccountResponse$ = exports.DescribeBudgetActionsForAccountRequest$ = exports.DescribeBudgetActionResponse$ = exports.DescribeBudgetActionRequest$ = exports.DescribeBudgetActionHistoriesResponse$ = exports.DescribeBudgetActionHistoriesRequest$ = exports.DeleteSubscriberResponse$ = exports.DeleteSubscriberRequest$ = exports.DeleteNotificationResponse$ = exports.DeleteNotificationRequest$ = exports.DeleteBudgetResponse$ = exports.DeleteBudgetRequest$ = exports.DeleteBudgetActionResponse$ = exports.DeleteBudgetActionRequest$ = exports.Definition$ = exports.CreateSubscriberResponse$ = exports.CreateSubscriberRequest$ = exports.CreateNotificationResponse$ = exports.CreateNotificationRequest$ = exports.CreateBudgetResponse$ = exports.CreateBudgetRequest$ = exports.CreateBudgetActionResponse$ = exports.CreateBudgetActionRequest$ = exports.CostTypes$ = exports.CostCategoryValues$ = exports.CalculatedSpend$ = exports.BudgetPerformanceHistory$ = exports.BudgetNotificationsForAccount$ = exports.BudgetedAndActualAmounts$ = exports.Budget$ = exports.AutoAdjustData$ = exports.ActionThreshold$ = exports.ActionHistoryDetails$ = exports.ActionHistory$ = exports.Action$ = exports.errorTypeRegistries = exports.ThrottlingException$ = exports.ServiceQuotaExceededException$ = exports.ResourceLockedException$ = exports.NotFoundException$ = exports.InvalidParameterException$ = exports.InvalidNextTokenException$ = exports.InternalErrorException$ = exports.ExpiredNextTokenException$ = exports.DuplicateRecordException$ = exports.CreationLimitExceededException$ = exports.BillingViewHealthStatusException$ = exports.AccessDeniedException$ = exports.BudgetsServiceException$ = void 0;
|
|
4
|
+
exports.DeleteNotification$ = exports.DeleteBudgetAction$ = exports.DeleteBudget$ = exports.CreateSubscriber$ = exports.CreateNotification$ = exports.CreateBudgetAction$ = exports.CreateBudget$ = exports.UpdateSubscriberResponse$ = exports.UpdateSubscriberRequest$ = exports.UpdateNotificationResponse$ = exports.UpdateNotificationRequest$ = exports.UpdateBudgetResponse$ = exports.UpdateBudgetRequest$ = exports.UpdateBudgetActionResponse$ = exports.UpdateBudgetActionRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TimePeriod$ = exports.TagValues$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = exports.Subscriber$ = exports.SsmActionDefinition$ = exports.Spend$ = exports.ScpActionDefinition$ = exports.ResourceTag$ = exports.NotificationWithSubscribers$ = exports.Notification$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.IamActionDefinition$ = exports.HistoricalOptions$ = exports.HealthStatus$ = exports.ExpressionDimensionValues$ = exports.Expression$ = exports.ExecuteBudgetActionResponse$ = exports.ExecuteBudgetActionRequest$ = exports.DescribeSubscribersForNotificationResponse$ = exports.DescribeSubscribersForNotificationRequest$ = exports.DescribeNotificationsForBudgetResponse$ = exports.DescribeNotificationsForBudgetRequest$ = exports.DescribeBudgetsResponse$ = exports.DescribeBudgetsRequest$ = exports.DescribeBudgetResponse$ = exports.DescribeBudgetRequest$ = exports.DescribeBudgetPerformanceHistoryResponse$ = exports.DescribeBudgetPerformanceHistoryRequest$ = exports.DescribeBudgetNotificationsForAccountResponse$ = exports.DescribeBudgetNotificationsForAccountRequest$ = exports.DescribeBudgetActionsForBudgetResponse$ = void 0;
|
|
5
|
+
exports.UpdateSubscriber$ = exports.UpdateNotification$ = exports.UpdateBudgetAction$ = exports.UpdateBudget$ = exports.UntagResource$ = exports.TagResource$ = exports.ListTagsForResource$ = exports.ExecuteBudgetAction$ = exports.DescribeSubscribersForNotification$ = exports.DescribeNotificationsForBudget$ = exports.DescribeBudgets$ = exports.DescribeBudgetPerformanceHistory$ = exports.DescribeBudgetNotificationsForAccount$ = exports.DescribeBudgetActionsForBudget$ = exports.DescribeBudgetActionsForAccount$ = exports.DescribeBudgetActionHistories$ = exports.DescribeBudgetAction$ = exports.DescribeBudget$ = exports.DeleteSubscriber$ = void 0;
|
|
6
|
+
const _A = "Action";
|
|
7
|
+
const _AA = "ActualAmount";
|
|
8
|
+
const _AAD = "AutoAdjustData";
|
|
9
|
+
const _AAT = "AutoAdjustType";
|
|
10
|
+
const _ADE = "AccessDeniedException";
|
|
11
|
+
const _AH = "ActionHistory";
|
|
12
|
+
const _AHD = "ActionHistoryDetails";
|
|
13
|
+
const _AHc = "ActionHistories";
|
|
14
|
+
const _AI = "ActionId";
|
|
15
|
+
const _AIc = "AccountId";
|
|
16
|
+
const _AM = "ApprovalModel";
|
|
17
|
+
const _AS = "ActualSpend";
|
|
18
|
+
const _AST = "ActionSubType";
|
|
19
|
+
const _AT = "ActionType";
|
|
20
|
+
const _ATT = "ActionThresholdType";
|
|
21
|
+
const _ATV = "ActionThresholdValue";
|
|
22
|
+
const _ATc = "ActionThreshold";
|
|
23
|
+
const _Ac = "Actions";
|
|
24
|
+
const _Ad = "Address";
|
|
25
|
+
const _Am = "Amount";
|
|
26
|
+
const _An = "And";
|
|
27
|
+
const _B = "Budget";
|
|
28
|
+
const _BA = "BudgetedAmount";
|
|
29
|
+
const _BAAA = "BudgetedAndActualAmounts";
|
|
30
|
+
const _BAAAL = "BudgetedAndActualAmountsList";
|
|
31
|
+
const _BAP = "BudgetAdjustmentPeriod";
|
|
32
|
+
const _BL = "BudgetLimit";
|
|
33
|
+
const _BN = "BudgetName";
|
|
34
|
+
const _BNFA = "BudgetNotificationsForAccount";
|
|
35
|
+
const _BNFAL = "BudgetNotificationsForAccountList";
|
|
36
|
+
const _BPH = "BudgetPerformanceHistory";
|
|
37
|
+
const _BT = "BudgetType";
|
|
38
|
+
const _BVA = "BillingViewArn";
|
|
39
|
+
const _BVHSE = "BillingViewHealthStatusException";
|
|
40
|
+
const _Bu = "Budgets";
|
|
41
|
+
const _CB = "CreateBudget";
|
|
42
|
+
const _CBA = "CreateBudgetAction";
|
|
43
|
+
const _CBAR = "CreateBudgetActionRequest";
|
|
44
|
+
const _CBARr = "CreateBudgetActionResponse";
|
|
45
|
+
const _CBR = "CreateBudgetRequest";
|
|
46
|
+
const _CBRr = "CreateBudgetResponse";
|
|
47
|
+
const _CC = "CostCategories";
|
|
48
|
+
const _CCV = "CostCategoryValues";
|
|
49
|
+
const _CF = "CostFilters";
|
|
50
|
+
const _CLEE = "CreationLimitExceededException";
|
|
51
|
+
const _CN = "CreateNotification";
|
|
52
|
+
const _CNR = "CreateNotificationRequest";
|
|
53
|
+
const _CNRr = "CreateNotificationResponse";
|
|
54
|
+
const _CO = "ComparisonOperator";
|
|
55
|
+
const _CS = "CalculatedSpend";
|
|
56
|
+
const _CSR = "CreateSubscriberRequest";
|
|
57
|
+
const _CSRr = "CreateSubscriberResponse";
|
|
58
|
+
const _CSr = "CreateSubscriber";
|
|
59
|
+
const _CT = "CostTypes";
|
|
60
|
+
const _D = "Definition";
|
|
61
|
+
const _DB = "DeleteBudget";
|
|
62
|
+
const _DBA = "DeleteBudgetAction";
|
|
63
|
+
const _DBAFA = "DescribeBudgetActionsForAccount";
|
|
64
|
+
const _DBAFAR = "DescribeBudgetActionsForAccountRequest";
|
|
65
|
+
const _DBAFARe = "DescribeBudgetActionsForAccountResponse";
|
|
66
|
+
const _DBAFB = "DescribeBudgetActionsForBudget";
|
|
67
|
+
const _DBAFBR = "DescribeBudgetActionsForBudgetRequest";
|
|
68
|
+
const _DBAFBRe = "DescribeBudgetActionsForBudgetResponse";
|
|
69
|
+
const _DBAH = "DescribeBudgetActionHistories";
|
|
70
|
+
const _DBAHR = "DescribeBudgetActionHistoriesRequest";
|
|
71
|
+
const _DBAHRe = "DescribeBudgetActionHistoriesResponse";
|
|
72
|
+
const _DBAR = "DeleteBudgetActionRequest";
|
|
73
|
+
const _DBARe = "DeleteBudgetActionResponse";
|
|
74
|
+
const _DBARes = "DescribeBudgetActionRequest";
|
|
75
|
+
const _DBAResc = "DescribeBudgetActionResponse";
|
|
76
|
+
const _DBAe = "DescribeBudgetAction";
|
|
77
|
+
const _DBNFA = "DescribeBudgetNotificationsForAccount";
|
|
78
|
+
const _DBNFAR = "DescribeBudgetNotificationsForAccountRequest";
|
|
79
|
+
const _DBNFARe = "DescribeBudgetNotificationsForAccountResponse";
|
|
80
|
+
const _DBPH = "DescribeBudgetPerformanceHistory";
|
|
81
|
+
const _DBPHR = "DescribeBudgetPerformanceHistoryRequest";
|
|
82
|
+
const _DBPHRe = "DescribeBudgetPerformanceHistoryResponse";
|
|
83
|
+
const _DBR = "DeleteBudgetRequest";
|
|
84
|
+
const _DBRe = "DeleteBudgetResponse";
|
|
85
|
+
const _DBRes = "DescribeBudgetRequest";
|
|
86
|
+
const _DBResc = "DescribeBudgetResponse";
|
|
87
|
+
const _DBRescr = "DescribeBudgetsRequest";
|
|
88
|
+
const _DBRescri = "DescribeBudgetsResponse";
|
|
89
|
+
const _DBe = "DescribeBudget";
|
|
90
|
+
const _DBes = "DescribeBudgets";
|
|
91
|
+
const _DN = "DeleteNotification";
|
|
92
|
+
const _DNFB = "DescribeNotificationsForBudget";
|
|
93
|
+
const _DNFBR = "DescribeNotificationsForBudgetRequest";
|
|
94
|
+
const _DNFBRe = "DescribeNotificationsForBudgetResponse";
|
|
95
|
+
const _DNR = "DeleteNotificationRequest";
|
|
96
|
+
const _DNRe = "DeleteNotificationResponse";
|
|
97
|
+
const _DRE = "DuplicateRecordException";
|
|
98
|
+
const _DS = "DeleteSubscriber";
|
|
99
|
+
const _DSFN = "DescribeSubscribersForNotification";
|
|
100
|
+
const _DSFNR = "DescribeSubscribersForNotificationRequest";
|
|
101
|
+
const _DSFNRe = "DescribeSubscribersForNotificationResponse";
|
|
102
|
+
const _DSR = "DeleteSubscriberRequest";
|
|
103
|
+
const _DSRe = "DeleteSubscriberResponse";
|
|
104
|
+
const _Di = "Dimensions";
|
|
105
|
+
const _E = "Expression";
|
|
106
|
+
const _EBA = "ExecuteBudgetAction";
|
|
107
|
+
const _EBAR = "ExecuteBudgetActionRequest";
|
|
108
|
+
const _EBARx = "ExecuteBudgetActionResponse";
|
|
109
|
+
const _EDV = "ExpressionDimensionValues";
|
|
110
|
+
const _ENTE = "ExpiredNextTokenException";
|
|
111
|
+
const _ERA = "ExecutionRoleArn";
|
|
112
|
+
const _ET = "EventType";
|
|
113
|
+
const _ETx = "ExecutionType";
|
|
114
|
+
const _En = "End";
|
|
115
|
+
const _Ex = "Expressions";
|
|
116
|
+
const _FE = "FilterExpression";
|
|
117
|
+
const _FS = "ForecastedSpend";
|
|
118
|
+
const _G = "Groups";
|
|
119
|
+
const _HO = "HistoricalOptions";
|
|
120
|
+
const _HS = "HealthStatus";
|
|
121
|
+
const _IAD = "IamActionDefinition";
|
|
122
|
+
const _IC = "IncludeCredit";
|
|
123
|
+
const _ID = "IncludeDiscount";
|
|
124
|
+
const _IEE = "InternalErrorException";
|
|
125
|
+
const _II = "InstanceIds";
|
|
126
|
+
const _INTE = "InvalidNextTokenException";
|
|
127
|
+
const _IOS = "IncludeOtherSubscription";
|
|
128
|
+
const _IPE = "InvalidParameterException";
|
|
129
|
+
const _IR = "IncludeRefund";
|
|
130
|
+
const _IRn = "IncludeRecurring";
|
|
131
|
+
const _IS = "IncludeSubscription";
|
|
132
|
+
const _ISn = "IncludeSupport";
|
|
133
|
+
const _IT = "IncludeTax";
|
|
134
|
+
const _IU = "IncludeUpfront";
|
|
135
|
+
const _K = "Key";
|
|
136
|
+
const _LAAT = "LastAutoAdjustTime";
|
|
137
|
+
const _LBAP = "LookBackAvailablePeriods";
|
|
138
|
+
const _LTFR = "ListTagsForResource";
|
|
139
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
140
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
141
|
+
const _LUT = "LastUpdatedTime";
|
|
142
|
+
const _M = "Message";
|
|
143
|
+
const _MO = "MatchOptions";
|
|
144
|
+
const _MR = "MaxResults";
|
|
145
|
+
const _Me = "Metrics";
|
|
146
|
+
const _N = "Notifications";
|
|
147
|
+
const _NA = "NewAction";
|
|
148
|
+
const _NB = "NewBudget";
|
|
149
|
+
const _NFE = "NotFoundException";
|
|
150
|
+
const _NN = "NewNotification";
|
|
151
|
+
const _NS = "NotificationState";
|
|
152
|
+
const _NSe = "NewSubscriber";
|
|
153
|
+
const _NT = "NotificationType";
|
|
154
|
+
const _NTe = "NextToken";
|
|
155
|
+
const _NWS = "NotificationsWithSubscribers";
|
|
156
|
+
const _NWSL = "NotificationWithSubscribersList";
|
|
157
|
+
const _NWSo = "NotificationWithSubscribers";
|
|
158
|
+
const _No = "Notification";
|
|
159
|
+
const _Not = "Not";
|
|
160
|
+
const _O = "Or";
|
|
161
|
+
const _OA = "OldAction";
|
|
162
|
+
const _ON = "OldNotification";
|
|
163
|
+
const _OS = "OldSubscriber";
|
|
164
|
+
const _PA = "PolicyArn";
|
|
165
|
+
const _PBL = "PlannedBudgetLimits";
|
|
166
|
+
const _PI = "PolicyId";
|
|
167
|
+
const _R = "Roles";
|
|
168
|
+
const _RARN = "ResourceARN";
|
|
169
|
+
const _RLE = "ResourceLockedException";
|
|
170
|
+
const _RT = "ResourceTags";
|
|
171
|
+
const _RTK = "ResourceTagKeys";
|
|
172
|
+
const _RTL = "ResourceTagList";
|
|
173
|
+
const _RTe = "ResourceTag";
|
|
174
|
+
const _Re = "Region";
|
|
175
|
+
const _S = "Status";
|
|
176
|
+
const _SA = "SubscriberAddress";
|
|
177
|
+
const _SAD = "ScpActionDefinition";
|
|
178
|
+
const _SADs = "SsmActionDefinition";
|
|
179
|
+
const _SFE = "ShowFilterExpression";
|
|
180
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
181
|
+
const _SR = "StatusReason";
|
|
182
|
+
const _ST = "SubscriptionType";
|
|
183
|
+
const _Sp = "Spend";
|
|
184
|
+
const _St = "Start";
|
|
185
|
+
const _Su = "Subscribers";
|
|
186
|
+
const _Sub = "Subscriber";
|
|
187
|
+
const _T = "Timestamp";
|
|
188
|
+
const _TE = "ThrottlingException";
|
|
189
|
+
const _TI = "TargetIds";
|
|
190
|
+
const _TP = "TimePeriod";
|
|
191
|
+
const _TR = "TagResource";
|
|
192
|
+
const _TRR = "TagResourceRequest";
|
|
193
|
+
const _TRRa = "TagResourceResponse";
|
|
194
|
+
const _TT = "ThresholdType";
|
|
195
|
+
const _TU = "TimeUnit";
|
|
196
|
+
const _TV = "TagValues";
|
|
197
|
+
const _Ta = "Tags";
|
|
198
|
+
const _Th = "Threshold";
|
|
199
|
+
const _U = "Users";
|
|
200
|
+
const _UA = "UseAmortized";
|
|
201
|
+
const _UB = "UseBlended";
|
|
202
|
+
const _UBA = "UpdateBudgetAction";
|
|
203
|
+
const _UBAR = "UpdateBudgetActionRequest";
|
|
204
|
+
const _UBARp = "UpdateBudgetActionResponse";
|
|
205
|
+
const _UBR = "UpdateBudgetRequest";
|
|
206
|
+
const _UBRp = "UpdateBudgetResponse";
|
|
207
|
+
const _UBp = "UpdateBudget";
|
|
208
|
+
const _UN = "UpdateNotification";
|
|
209
|
+
const _UNR = "UpdateNotificationRequest";
|
|
210
|
+
const _UNRp = "UpdateNotificationResponse";
|
|
211
|
+
const _UR = "UntagResource";
|
|
212
|
+
const _URR = "UntagResourceRequest";
|
|
213
|
+
const _URRn = "UntagResourceResponse";
|
|
214
|
+
const _US = "UpdateSubscriber";
|
|
215
|
+
const _USR = "UpdateSubscriberRequest";
|
|
216
|
+
const _USRp = "UpdateSubscriberResponse";
|
|
217
|
+
const _Un = "Unit";
|
|
218
|
+
const _V = "Values";
|
|
219
|
+
const _Va = "Value";
|
|
220
|
+
const _c = "client";
|
|
221
|
+
const _e = "error";
|
|
222
|
+
const _hE = "httpError";
|
|
223
|
+
const _s = "smithy.ts.sdk.synthetic.com.amazonaws.budgets";
|
|
224
|
+
const _se = "server";
|
|
225
|
+
const n0 = "com.amazonaws.budgets";
|
|
226
|
+
const schema_1 = require("@smithy/core/schema");
|
|
227
|
+
const BudgetsServiceException_1 = require("../models/BudgetsServiceException");
|
|
228
|
+
const errors_1 = require("../models/errors");
|
|
229
|
+
const _s_registry = schema_1.TypeRegistry.for(_s);
|
|
230
|
+
exports.BudgetsServiceException$ = [-3, _s, "BudgetsServiceException", 0, [], []];
|
|
231
|
+
_s_registry.registerError(exports.BudgetsServiceException$, BudgetsServiceException_1.BudgetsServiceException);
|
|
232
|
+
const n0_registry = schema_1.TypeRegistry.for(n0);
|
|
233
|
+
exports.AccessDeniedException$ = [-3, n0, _ADE,
|
|
234
|
+
{ [_e]: _c, [_hE]: 403 },
|
|
235
|
+
[_M],
|
|
236
|
+
[0]
|
|
237
|
+
];
|
|
238
|
+
n0_registry.registerError(exports.AccessDeniedException$, errors_1.AccessDeniedException);
|
|
239
|
+
exports.BillingViewHealthStatusException$ = [-3, n0, _BVHSE,
|
|
240
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
241
|
+
[_M],
|
|
242
|
+
[0]
|
|
243
|
+
];
|
|
244
|
+
n0_registry.registerError(exports.BillingViewHealthStatusException$, errors_1.BillingViewHealthStatusException);
|
|
245
|
+
exports.CreationLimitExceededException$ = [-3, n0, _CLEE,
|
|
246
|
+
{ [_e]: _c, [_hE]: 405 },
|
|
247
|
+
[_M],
|
|
248
|
+
[0]
|
|
249
|
+
];
|
|
250
|
+
n0_registry.registerError(exports.CreationLimitExceededException$, errors_1.CreationLimitExceededException);
|
|
251
|
+
exports.DuplicateRecordException$ = [-3, n0, _DRE,
|
|
252
|
+
{ [_e]: _c, [_hE]: 409 },
|
|
253
|
+
[_M],
|
|
254
|
+
[0]
|
|
255
|
+
];
|
|
256
|
+
n0_registry.registerError(exports.DuplicateRecordException$, errors_1.DuplicateRecordException);
|
|
257
|
+
exports.ExpiredNextTokenException$ = [-3, n0, _ENTE,
|
|
258
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
259
|
+
[_M],
|
|
260
|
+
[0]
|
|
261
|
+
];
|
|
262
|
+
n0_registry.registerError(exports.ExpiredNextTokenException$, errors_1.ExpiredNextTokenException);
|
|
263
|
+
exports.InternalErrorException$ = [-3, n0, _IEE,
|
|
264
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
265
|
+
[_M],
|
|
266
|
+
[0]
|
|
267
|
+
];
|
|
268
|
+
n0_registry.registerError(exports.InternalErrorException$, errors_1.InternalErrorException);
|
|
269
|
+
exports.InvalidNextTokenException$ = [-3, n0, _INTE,
|
|
270
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
271
|
+
[_M],
|
|
272
|
+
[0]
|
|
273
|
+
];
|
|
274
|
+
n0_registry.registerError(exports.InvalidNextTokenException$, errors_1.InvalidNextTokenException);
|
|
275
|
+
exports.InvalidParameterException$ = [-3, n0, _IPE,
|
|
276
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
277
|
+
[_M],
|
|
278
|
+
[0]
|
|
279
|
+
];
|
|
280
|
+
n0_registry.registerError(exports.InvalidParameterException$, errors_1.InvalidParameterException);
|
|
281
|
+
exports.NotFoundException$ = [-3, n0, _NFE,
|
|
282
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
283
|
+
[_M],
|
|
284
|
+
[0]
|
|
285
|
+
];
|
|
286
|
+
n0_registry.registerError(exports.NotFoundException$, errors_1.NotFoundException);
|
|
287
|
+
exports.ResourceLockedException$ = [-3, n0, _RLE,
|
|
288
|
+
{ [_e]: _c, [_hE]: 423 },
|
|
289
|
+
[_M],
|
|
290
|
+
[0]
|
|
291
|
+
];
|
|
292
|
+
n0_registry.registerError(exports.ResourceLockedException$, errors_1.ResourceLockedException);
|
|
293
|
+
exports.ServiceQuotaExceededException$ = [-3, n0, _SQEE,
|
|
294
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
295
|
+
[_M],
|
|
296
|
+
[0]
|
|
297
|
+
];
|
|
298
|
+
n0_registry.registerError(exports.ServiceQuotaExceededException$, errors_1.ServiceQuotaExceededException);
|
|
299
|
+
exports.ThrottlingException$ = [-3, n0, _TE,
|
|
300
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
301
|
+
[_M],
|
|
302
|
+
[0]
|
|
303
|
+
];
|
|
304
|
+
n0_registry.registerError(exports.ThrottlingException$, errors_1.ThrottlingException);
|
|
305
|
+
exports.errorTypeRegistries = [
|
|
306
|
+
_s_registry,
|
|
307
|
+
n0_registry,
|
|
308
|
+
];
|
|
309
|
+
var SubscriberAddress = [0, n0, _SA, 8, 0];
|
|
310
|
+
exports.Action$ = [3, n0, _A,
|
|
311
|
+
0,
|
|
312
|
+
[_AI, _BN, _NT, _AT, _ATc, _D, _ERA, _AM, _S, _Su],
|
|
313
|
+
[0, 0, 0, 0, () => exports.ActionThreshold$, () => exports.Definition$, 0, 0, 0, [() => Subscribers, 0]], 10
|
|
314
|
+
];
|
|
315
|
+
exports.ActionHistory$ = [3, n0, _AH,
|
|
316
|
+
0,
|
|
317
|
+
[_T, _S, _ET, _AHD],
|
|
318
|
+
[4, 0, 0, [() => exports.ActionHistoryDetails$, 0]], 4
|
|
319
|
+
];
|
|
320
|
+
exports.ActionHistoryDetails$ = [3, n0, _AHD,
|
|
321
|
+
0,
|
|
322
|
+
[_M, _A],
|
|
323
|
+
[0, [() => exports.Action$, 0]], 2
|
|
324
|
+
];
|
|
325
|
+
exports.ActionThreshold$ = [3, n0, _ATc,
|
|
326
|
+
0,
|
|
327
|
+
[_ATV, _ATT],
|
|
328
|
+
[1, 0], 2
|
|
329
|
+
];
|
|
330
|
+
exports.AutoAdjustData$ = [3, n0, _AAD,
|
|
331
|
+
0,
|
|
332
|
+
[_AAT, _HO, _LAAT],
|
|
333
|
+
[0, () => exports.HistoricalOptions$, 4], 1
|
|
334
|
+
];
|
|
335
|
+
exports.Budget$ = [3, n0, _B,
|
|
336
|
+
0,
|
|
337
|
+
[_BN, _TU, _BT, _BL, _PBL, _CF, _CT, _TP, _CS, _LUT, _AAD, _FE, _Me, _BVA, _HS],
|
|
338
|
+
[0, 0, 0, () => exports.Spend$, () => PlannedBudgetLimits, [2, n0, _CF, 0, 0, 64 | 0], () => exports.CostTypes$, () => exports.TimePeriod$, () => exports.CalculatedSpend$, 4, () => exports.AutoAdjustData$, () => exports.Expression$, 64 | 0, 0, () => exports.HealthStatus$], 3
|
|
339
|
+
];
|
|
340
|
+
exports.BudgetedAndActualAmounts$ = [3, n0, _BAAA,
|
|
341
|
+
0,
|
|
342
|
+
[_BA, _AA, _TP],
|
|
343
|
+
[() => exports.Spend$, () => exports.Spend$, () => exports.TimePeriod$]
|
|
344
|
+
];
|
|
345
|
+
exports.BudgetNotificationsForAccount$ = [3, n0, _BNFA,
|
|
346
|
+
0,
|
|
347
|
+
[_N, _BN],
|
|
348
|
+
[() => Notifications, 0]
|
|
349
|
+
];
|
|
350
|
+
exports.BudgetPerformanceHistory$ = [3, n0, _BPH,
|
|
351
|
+
0,
|
|
352
|
+
[_BN, _BT, _CF, _CT, _TU, _BVA, _BAAAL, _FE, _Me],
|
|
353
|
+
[0, 0, [2, n0, _CF, 0, 0, 64 | 0], () => exports.CostTypes$, 0, 0, () => BudgetedAndActualAmountsList, () => exports.Expression$, 64 | 0]
|
|
354
|
+
];
|
|
355
|
+
exports.CalculatedSpend$ = [3, n0, _CS,
|
|
356
|
+
0,
|
|
357
|
+
[_AS, _FS],
|
|
358
|
+
[() => exports.Spend$, () => exports.Spend$], 1
|
|
359
|
+
];
|
|
360
|
+
exports.CostCategoryValues$ = [3, n0, _CCV,
|
|
361
|
+
0,
|
|
362
|
+
[_K, _V, _MO],
|
|
363
|
+
[0, 64 | 0, 64 | 0]
|
|
364
|
+
];
|
|
365
|
+
exports.CostTypes$ = [3, n0, _CT,
|
|
366
|
+
0,
|
|
367
|
+
[_IT, _IS, _UB, _IR, _IC, _IU, _IRn, _IOS, _ISn, _ID, _UA],
|
|
368
|
+
[2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2]
|
|
369
|
+
];
|
|
370
|
+
exports.CreateBudgetActionRequest$ = [3, n0, _CBAR,
|
|
371
|
+
0,
|
|
372
|
+
[_AIc, _BN, _NT, _AT, _ATc, _D, _ERA, _AM, _Su, _RT],
|
|
373
|
+
[0, 0, 0, 0, () => exports.ActionThreshold$, () => exports.Definition$, 0, 0, [() => Subscribers, 0], () => ResourceTagList], 9
|
|
374
|
+
];
|
|
375
|
+
exports.CreateBudgetActionResponse$ = [3, n0, _CBARr,
|
|
376
|
+
0,
|
|
377
|
+
[_AIc, _BN, _AI],
|
|
378
|
+
[0, 0, 0], 3
|
|
379
|
+
];
|
|
380
|
+
exports.CreateBudgetRequest$ = [3, n0, _CBR,
|
|
381
|
+
0,
|
|
382
|
+
[_AIc, _B, _NWS, _RT],
|
|
383
|
+
[0, () => exports.Budget$, [() => NotificationWithSubscribersList, 0], () => ResourceTagList], 2
|
|
384
|
+
];
|
|
385
|
+
exports.CreateBudgetResponse$ = [3, n0, _CBRr,
|
|
386
|
+
0,
|
|
387
|
+
[],
|
|
388
|
+
[]
|
|
389
|
+
];
|
|
390
|
+
exports.CreateNotificationRequest$ = [3, n0, _CNR,
|
|
391
|
+
0,
|
|
392
|
+
[_AIc, _BN, _No, _Su],
|
|
393
|
+
[0, 0, () => exports.Notification$, [() => Subscribers, 0]], 4
|
|
394
|
+
];
|
|
395
|
+
exports.CreateNotificationResponse$ = [3, n0, _CNRr,
|
|
396
|
+
0,
|
|
397
|
+
[],
|
|
398
|
+
[]
|
|
399
|
+
];
|
|
400
|
+
exports.CreateSubscriberRequest$ = [3, n0, _CSR,
|
|
401
|
+
0,
|
|
402
|
+
[_AIc, _BN, _No, _Sub],
|
|
403
|
+
[0, 0, () => exports.Notification$, [() => exports.Subscriber$, 0]], 4
|
|
404
|
+
];
|
|
405
|
+
exports.CreateSubscriberResponse$ = [3, n0, _CSRr,
|
|
406
|
+
0,
|
|
407
|
+
[],
|
|
408
|
+
[]
|
|
409
|
+
];
|
|
410
|
+
exports.Definition$ = [3, n0, _D,
|
|
411
|
+
0,
|
|
412
|
+
[_IAD, _SAD, _SADs],
|
|
413
|
+
[() => exports.IamActionDefinition$, () => exports.ScpActionDefinition$, () => exports.SsmActionDefinition$]
|
|
414
|
+
];
|
|
415
|
+
exports.DeleteBudgetActionRequest$ = [3, n0, _DBAR,
|
|
416
|
+
0,
|
|
417
|
+
[_AIc, _BN, _AI],
|
|
418
|
+
[0, 0, 0], 3
|
|
419
|
+
];
|
|
420
|
+
exports.DeleteBudgetActionResponse$ = [3, n0, _DBARe,
|
|
421
|
+
0,
|
|
422
|
+
[_AIc, _BN, _A],
|
|
423
|
+
[0, 0, [() => exports.Action$, 0]], 3
|
|
424
|
+
];
|
|
425
|
+
exports.DeleteBudgetRequest$ = [3, n0, _DBR,
|
|
426
|
+
0,
|
|
427
|
+
[_AIc, _BN],
|
|
428
|
+
[0, 0], 2
|
|
429
|
+
];
|
|
430
|
+
exports.DeleteBudgetResponse$ = [3, n0, _DBRe,
|
|
431
|
+
0,
|
|
432
|
+
[],
|
|
433
|
+
[]
|
|
434
|
+
];
|
|
435
|
+
exports.DeleteNotificationRequest$ = [3, n0, _DNR,
|
|
436
|
+
0,
|
|
437
|
+
[_AIc, _BN, _No],
|
|
438
|
+
[0, 0, () => exports.Notification$], 3
|
|
439
|
+
];
|
|
440
|
+
exports.DeleteNotificationResponse$ = [3, n0, _DNRe,
|
|
441
|
+
0,
|
|
442
|
+
[],
|
|
443
|
+
[]
|
|
444
|
+
];
|
|
445
|
+
exports.DeleteSubscriberRequest$ = [3, n0, _DSR,
|
|
446
|
+
0,
|
|
447
|
+
[_AIc, _BN, _No, _Sub],
|
|
448
|
+
[0, 0, () => exports.Notification$, [() => exports.Subscriber$, 0]], 4
|
|
449
|
+
];
|
|
450
|
+
exports.DeleteSubscriberResponse$ = [3, n0, _DSRe,
|
|
451
|
+
0,
|
|
452
|
+
[],
|
|
453
|
+
[]
|
|
454
|
+
];
|
|
455
|
+
exports.DescribeBudgetActionHistoriesRequest$ = [3, n0, _DBAHR,
|
|
456
|
+
0,
|
|
457
|
+
[_AIc, _BN, _AI, _TP, _MR, _NTe],
|
|
458
|
+
[0, 0, 0, () => exports.TimePeriod$, 1, 0], 3
|
|
459
|
+
];
|
|
460
|
+
exports.DescribeBudgetActionHistoriesResponse$ = [3, n0, _DBAHRe,
|
|
461
|
+
0,
|
|
462
|
+
[_AHc, _NTe],
|
|
463
|
+
[[() => ActionHistories, 0], 0], 1
|
|
464
|
+
];
|
|
465
|
+
exports.DescribeBudgetActionRequest$ = [3, n0, _DBARes,
|
|
466
|
+
0,
|
|
467
|
+
[_AIc, _BN, _AI],
|
|
468
|
+
[0, 0, 0], 3
|
|
469
|
+
];
|
|
470
|
+
exports.DescribeBudgetActionResponse$ = [3, n0, _DBAResc,
|
|
471
|
+
0,
|
|
472
|
+
[_AIc, _BN, _A],
|
|
473
|
+
[0, 0, [() => exports.Action$, 0]], 3
|
|
474
|
+
];
|
|
475
|
+
exports.DescribeBudgetActionsForAccountRequest$ = [3, n0, _DBAFAR,
|
|
476
|
+
0,
|
|
477
|
+
[_AIc, _MR, _NTe],
|
|
478
|
+
[0, 1, 0], 1
|
|
479
|
+
];
|
|
480
|
+
exports.DescribeBudgetActionsForAccountResponse$ = [3, n0, _DBAFARe,
|
|
481
|
+
0,
|
|
482
|
+
[_Ac, _NTe],
|
|
483
|
+
[[() => Actions, 0], 0], 1
|
|
484
|
+
];
|
|
485
|
+
exports.DescribeBudgetActionsForBudgetRequest$ = [3, n0, _DBAFBR,
|
|
486
|
+
0,
|
|
487
|
+
[_AIc, _BN, _MR, _NTe],
|
|
488
|
+
[0, 0, 1, 0], 2
|
|
489
|
+
];
|
|
490
|
+
exports.DescribeBudgetActionsForBudgetResponse$ = [3, n0, _DBAFBRe,
|
|
491
|
+
0,
|
|
492
|
+
[_Ac, _NTe],
|
|
493
|
+
[[() => Actions, 0], 0], 1
|
|
494
|
+
];
|
|
495
|
+
exports.DescribeBudgetNotificationsForAccountRequest$ = [3, n0, _DBNFAR,
|
|
496
|
+
0,
|
|
497
|
+
[_AIc, _MR, _NTe],
|
|
498
|
+
[0, 1, 0], 1
|
|
499
|
+
];
|
|
500
|
+
exports.DescribeBudgetNotificationsForAccountResponse$ = [3, n0, _DBNFARe,
|
|
501
|
+
0,
|
|
502
|
+
[_BNFA, _NTe],
|
|
503
|
+
[() => BudgetNotificationsForAccountList, 0]
|
|
504
|
+
];
|
|
505
|
+
exports.DescribeBudgetPerformanceHistoryRequest$ = [3, n0, _DBPHR,
|
|
506
|
+
0,
|
|
507
|
+
[_AIc, _BN, _TP, _MR, _NTe],
|
|
508
|
+
[0, 0, () => exports.TimePeriod$, 1, 0], 2
|
|
509
|
+
];
|
|
510
|
+
exports.DescribeBudgetPerformanceHistoryResponse$ = [3, n0, _DBPHRe,
|
|
511
|
+
0,
|
|
512
|
+
[_BPH, _NTe],
|
|
513
|
+
[() => exports.BudgetPerformanceHistory$, 0]
|
|
514
|
+
];
|
|
515
|
+
exports.DescribeBudgetRequest$ = [3, n0, _DBRes,
|
|
516
|
+
0,
|
|
517
|
+
[_AIc, _BN, _SFE],
|
|
518
|
+
[0, 0, 2], 2
|
|
519
|
+
];
|
|
520
|
+
exports.DescribeBudgetResponse$ = [3, n0, _DBResc,
|
|
521
|
+
0,
|
|
522
|
+
[_B],
|
|
523
|
+
[() => exports.Budget$]
|
|
524
|
+
];
|
|
525
|
+
exports.DescribeBudgetsRequest$ = [3, n0, _DBRescr,
|
|
526
|
+
0,
|
|
527
|
+
[_AIc, _MR, _NTe, _SFE],
|
|
528
|
+
[0, 1, 0, 2], 1
|
|
529
|
+
];
|
|
530
|
+
exports.DescribeBudgetsResponse$ = [3, n0, _DBRescri,
|
|
531
|
+
0,
|
|
532
|
+
[_Bu, _NTe],
|
|
533
|
+
[() => Budgets, 0]
|
|
534
|
+
];
|
|
535
|
+
exports.DescribeNotificationsForBudgetRequest$ = [3, n0, _DNFBR,
|
|
536
|
+
0,
|
|
537
|
+
[_AIc, _BN, _MR, _NTe],
|
|
538
|
+
[0, 0, 1, 0], 2
|
|
539
|
+
];
|
|
540
|
+
exports.DescribeNotificationsForBudgetResponse$ = [3, n0, _DNFBRe,
|
|
541
|
+
0,
|
|
542
|
+
[_N, _NTe],
|
|
543
|
+
[() => Notifications, 0]
|
|
544
|
+
];
|
|
545
|
+
exports.DescribeSubscribersForNotificationRequest$ = [3, n0, _DSFNR,
|
|
546
|
+
0,
|
|
547
|
+
[_AIc, _BN, _No, _MR, _NTe],
|
|
548
|
+
[0, 0, () => exports.Notification$, 1, 0], 3
|
|
549
|
+
];
|
|
550
|
+
exports.DescribeSubscribersForNotificationResponse$ = [3, n0, _DSFNRe,
|
|
551
|
+
0,
|
|
552
|
+
[_Su, _NTe],
|
|
553
|
+
[[() => Subscribers, 0], 0]
|
|
554
|
+
];
|
|
555
|
+
exports.ExecuteBudgetActionRequest$ = [3, n0, _EBAR,
|
|
556
|
+
0,
|
|
557
|
+
[_AIc, _BN, _AI, _ETx],
|
|
558
|
+
[0, 0, 0, 0], 4
|
|
559
|
+
];
|
|
560
|
+
exports.ExecuteBudgetActionResponse$ = [3, n0, _EBARx,
|
|
561
|
+
0,
|
|
562
|
+
[_AIc, _BN, _AI, _ETx],
|
|
563
|
+
[0, 0, 0, 0], 4
|
|
564
|
+
];
|
|
565
|
+
exports.Expression$ = [3, n0, _E,
|
|
566
|
+
0,
|
|
567
|
+
[_O, _An, _Not, _Di, _Ta, _CC],
|
|
568
|
+
[() => Expressions, () => Expressions, () => exports.Expression$, () => exports.ExpressionDimensionValues$, () => exports.TagValues$, () => exports.CostCategoryValues$]
|
|
569
|
+
];
|
|
570
|
+
exports.ExpressionDimensionValues$ = [3, n0, _EDV,
|
|
571
|
+
0,
|
|
572
|
+
[_K, _V, _MO],
|
|
573
|
+
[0, 64 | 0, 64 | 0], 2
|
|
574
|
+
];
|
|
575
|
+
exports.HealthStatus$ = [3, n0, _HS,
|
|
576
|
+
0,
|
|
577
|
+
[_S, _SR, _LUT],
|
|
578
|
+
[0, 0, 4]
|
|
579
|
+
];
|
|
580
|
+
exports.HistoricalOptions$ = [3, n0, _HO,
|
|
581
|
+
0,
|
|
582
|
+
[_BAP, _LBAP],
|
|
583
|
+
[1, 1], 1
|
|
584
|
+
];
|
|
585
|
+
exports.IamActionDefinition$ = [3, n0, _IAD,
|
|
586
|
+
0,
|
|
587
|
+
[_PA, _R, _G, _U],
|
|
588
|
+
[0, 64 | 0, 64 | 0, 64 | 0], 1
|
|
589
|
+
];
|
|
590
|
+
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
591
|
+
0,
|
|
592
|
+
[_RARN],
|
|
593
|
+
[0], 1
|
|
594
|
+
];
|
|
595
|
+
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
596
|
+
0,
|
|
597
|
+
[_RT],
|
|
598
|
+
[() => ResourceTagList]
|
|
599
|
+
];
|
|
600
|
+
exports.Notification$ = [3, n0, _No,
|
|
601
|
+
0,
|
|
602
|
+
[_NT, _CO, _Th, _TT, _NS],
|
|
603
|
+
[0, 0, 1, 0, 0], 3
|
|
604
|
+
];
|
|
605
|
+
exports.NotificationWithSubscribers$ = [3, n0, _NWSo,
|
|
606
|
+
0,
|
|
607
|
+
[_No, _Su],
|
|
608
|
+
[() => exports.Notification$, [() => Subscribers, 0]], 2
|
|
609
|
+
];
|
|
610
|
+
exports.ResourceTag$ = [3, n0, _RTe,
|
|
611
|
+
0,
|
|
612
|
+
[_K, _Va],
|
|
613
|
+
[0, 0], 2
|
|
614
|
+
];
|
|
615
|
+
exports.ScpActionDefinition$ = [3, n0, _SAD,
|
|
616
|
+
0,
|
|
617
|
+
[_PI, _TI],
|
|
618
|
+
[0, 64 | 0], 2
|
|
619
|
+
];
|
|
620
|
+
exports.Spend$ = [3, n0, _Sp,
|
|
621
|
+
0,
|
|
622
|
+
[_Am, _Un],
|
|
623
|
+
[0, 0], 2
|
|
624
|
+
];
|
|
625
|
+
exports.SsmActionDefinition$ = [3, n0, _SADs,
|
|
626
|
+
0,
|
|
627
|
+
[_AST, _Re, _II],
|
|
628
|
+
[0, 0, 64 | 0], 3
|
|
629
|
+
];
|
|
630
|
+
exports.Subscriber$ = [3, n0, _Sub,
|
|
631
|
+
0,
|
|
632
|
+
[_ST, _Ad],
|
|
633
|
+
[0, [() => SubscriberAddress, 0]], 2
|
|
634
|
+
];
|
|
635
|
+
exports.TagResourceRequest$ = [3, n0, _TRR,
|
|
636
|
+
0,
|
|
637
|
+
[_RARN, _RT],
|
|
638
|
+
[0, () => ResourceTagList], 2
|
|
639
|
+
];
|
|
640
|
+
exports.TagResourceResponse$ = [3, n0, _TRRa,
|
|
641
|
+
0,
|
|
642
|
+
[],
|
|
643
|
+
[]
|
|
644
|
+
];
|
|
645
|
+
exports.TagValues$ = [3, n0, _TV,
|
|
646
|
+
0,
|
|
647
|
+
[_K, _V, _MO],
|
|
648
|
+
[0, 64 | 0, 64 | 0]
|
|
649
|
+
];
|
|
650
|
+
exports.TimePeriod$ = [3, n0, _TP,
|
|
651
|
+
0,
|
|
652
|
+
[_St, _En],
|
|
653
|
+
[4, 4]
|
|
654
|
+
];
|
|
655
|
+
exports.UntagResourceRequest$ = [3, n0, _URR,
|
|
656
|
+
0,
|
|
657
|
+
[_RARN, _RTK],
|
|
658
|
+
[0, 64 | 0], 2
|
|
659
|
+
];
|
|
660
|
+
exports.UntagResourceResponse$ = [3, n0, _URRn,
|
|
661
|
+
0,
|
|
662
|
+
[],
|
|
663
|
+
[]
|
|
664
|
+
];
|
|
665
|
+
exports.UpdateBudgetActionRequest$ = [3, n0, _UBAR,
|
|
666
|
+
0,
|
|
667
|
+
[_AIc, _BN, _AI, _NT, _ATc, _D, _ERA, _AM, _Su],
|
|
668
|
+
[0, 0, 0, 0, () => exports.ActionThreshold$, () => exports.Definition$, 0, 0, [() => Subscribers, 0]], 3
|
|
669
|
+
];
|
|
670
|
+
exports.UpdateBudgetActionResponse$ = [3, n0, _UBARp,
|
|
671
|
+
0,
|
|
672
|
+
[_AIc, _BN, _OA, _NA],
|
|
673
|
+
[0, 0, [() => exports.Action$, 0], [() => exports.Action$, 0]], 4
|
|
674
|
+
];
|
|
675
|
+
exports.UpdateBudgetRequest$ = [3, n0, _UBR,
|
|
676
|
+
0,
|
|
677
|
+
[_AIc, _NB],
|
|
678
|
+
[0, () => exports.Budget$], 2
|
|
679
|
+
];
|
|
680
|
+
exports.UpdateBudgetResponse$ = [3, n0, _UBRp,
|
|
681
|
+
0,
|
|
682
|
+
[],
|
|
683
|
+
[]
|
|
684
|
+
];
|
|
685
|
+
exports.UpdateNotificationRequest$ = [3, n0, _UNR,
|
|
686
|
+
0,
|
|
687
|
+
[_AIc, _BN, _ON, _NN],
|
|
688
|
+
[0, 0, () => exports.Notification$, () => exports.Notification$], 4
|
|
689
|
+
];
|
|
690
|
+
exports.UpdateNotificationResponse$ = [3, n0, _UNRp,
|
|
691
|
+
0,
|
|
692
|
+
[],
|
|
693
|
+
[]
|
|
694
|
+
];
|
|
695
|
+
exports.UpdateSubscriberRequest$ = [3, n0, _USR,
|
|
696
|
+
0,
|
|
697
|
+
[_AIc, _BN, _No, _OS, _NSe],
|
|
698
|
+
[0, 0, () => exports.Notification$, [() => exports.Subscriber$, 0], [() => exports.Subscriber$, 0]], 5
|
|
699
|
+
];
|
|
700
|
+
exports.UpdateSubscriberResponse$ = [3, n0, _USRp,
|
|
701
|
+
0,
|
|
702
|
+
[],
|
|
703
|
+
[]
|
|
704
|
+
];
|
|
705
|
+
var ActionHistories = [1, n0, _AHc,
|
|
706
|
+
0, [() => exports.ActionHistory$,
|
|
707
|
+
0]
|
|
708
|
+
];
|
|
709
|
+
var Actions = [1, n0, _Ac,
|
|
710
|
+
0, [() => exports.Action$,
|
|
711
|
+
0]
|
|
712
|
+
];
|
|
713
|
+
var BudgetedAndActualAmountsList = [1, n0, _BAAAL,
|
|
714
|
+
0, () => exports.BudgetedAndActualAmounts$
|
|
715
|
+
];
|
|
716
|
+
var BudgetNotificationsForAccountList = [1, n0, _BNFAL,
|
|
717
|
+
0, () => exports.BudgetNotificationsForAccount$
|
|
718
|
+
];
|
|
719
|
+
var Budgets = [1, n0, _Bu,
|
|
720
|
+
0, () => exports.Budget$
|
|
721
|
+
];
|
|
722
|
+
var DimensionValues = 64 | 0;
|
|
723
|
+
var Expressions = [1, n0, _Ex,
|
|
724
|
+
0, () => exports.Expression$
|
|
725
|
+
];
|
|
726
|
+
var Groups = 64 | 0;
|
|
727
|
+
var InstanceIds = 64 | 0;
|
|
728
|
+
var MatchOptions = 64 | 0;
|
|
729
|
+
var Metrics = 64 | 0;
|
|
730
|
+
var Notifications = [1, n0, _N,
|
|
731
|
+
0, () => exports.Notification$
|
|
732
|
+
];
|
|
733
|
+
var NotificationWithSubscribersList = [1, n0, _NWSL,
|
|
734
|
+
0, [() => exports.NotificationWithSubscribers$,
|
|
735
|
+
0]
|
|
736
|
+
];
|
|
737
|
+
var ResourceTagKeyList = 64 | 0;
|
|
738
|
+
var ResourceTagList = [1, n0, _RTL,
|
|
739
|
+
0, () => exports.ResourceTag$
|
|
740
|
+
];
|
|
741
|
+
var Roles = 64 | 0;
|
|
742
|
+
var Subscribers = [1, n0, _Su,
|
|
743
|
+
0, [() => exports.Subscriber$,
|
|
744
|
+
0]
|
|
745
|
+
];
|
|
746
|
+
var TargetIds = 64 | 0;
|
|
747
|
+
var Users = 64 | 0;
|
|
748
|
+
var Values = 64 | 0;
|
|
749
|
+
var CostFilters = [2, n0, _CF,
|
|
750
|
+
0, 0, 64 | 0
|
|
751
|
+
];
|
|
752
|
+
var PlannedBudgetLimits = [2, n0, _PBL,
|
|
753
|
+
0, 0, () => exports.Spend$
|
|
754
|
+
];
|
|
755
|
+
exports.CreateBudget$ = [9, n0, _CB,
|
|
756
|
+
0, () => exports.CreateBudgetRequest$, () => exports.CreateBudgetResponse$
|
|
757
|
+
];
|
|
758
|
+
exports.CreateBudgetAction$ = [9, n0, _CBA,
|
|
759
|
+
0, () => exports.CreateBudgetActionRequest$, () => exports.CreateBudgetActionResponse$
|
|
760
|
+
];
|
|
761
|
+
exports.CreateNotification$ = [9, n0, _CN,
|
|
762
|
+
0, () => exports.CreateNotificationRequest$, () => exports.CreateNotificationResponse$
|
|
763
|
+
];
|
|
764
|
+
exports.CreateSubscriber$ = [9, n0, _CSr,
|
|
765
|
+
0, () => exports.CreateSubscriberRequest$, () => exports.CreateSubscriberResponse$
|
|
766
|
+
];
|
|
767
|
+
exports.DeleteBudget$ = [9, n0, _DB,
|
|
768
|
+
0, () => exports.DeleteBudgetRequest$, () => exports.DeleteBudgetResponse$
|
|
769
|
+
];
|
|
770
|
+
exports.DeleteBudgetAction$ = [9, n0, _DBA,
|
|
771
|
+
0, () => exports.DeleteBudgetActionRequest$, () => exports.DeleteBudgetActionResponse$
|
|
772
|
+
];
|
|
773
|
+
exports.DeleteNotification$ = [9, n0, _DN,
|
|
774
|
+
0, () => exports.DeleteNotificationRequest$, () => exports.DeleteNotificationResponse$
|
|
775
|
+
];
|
|
776
|
+
exports.DeleteSubscriber$ = [9, n0, _DS,
|
|
777
|
+
0, () => exports.DeleteSubscriberRequest$, () => exports.DeleteSubscriberResponse$
|
|
778
|
+
];
|
|
779
|
+
exports.DescribeBudget$ = [9, n0, _DBe,
|
|
780
|
+
0, () => exports.DescribeBudgetRequest$, () => exports.DescribeBudgetResponse$
|
|
781
|
+
];
|
|
782
|
+
exports.DescribeBudgetAction$ = [9, n0, _DBAe,
|
|
783
|
+
0, () => exports.DescribeBudgetActionRequest$, () => exports.DescribeBudgetActionResponse$
|
|
784
|
+
];
|
|
785
|
+
exports.DescribeBudgetActionHistories$ = [9, n0, _DBAH,
|
|
786
|
+
0, () => exports.DescribeBudgetActionHistoriesRequest$, () => exports.DescribeBudgetActionHistoriesResponse$
|
|
787
|
+
];
|
|
788
|
+
exports.DescribeBudgetActionsForAccount$ = [9, n0, _DBAFA,
|
|
789
|
+
0, () => exports.DescribeBudgetActionsForAccountRequest$, () => exports.DescribeBudgetActionsForAccountResponse$
|
|
790
|
+
];
|
|
791
|
+
exports.DescribeBudgetActionsForBudget$ = [9, n0, _DBAFB,
|
|
792
|
+
0, () => exports.DescribeBudgetActionsForBudgetRequest$, () => exports.DescribeBudgetActionsForBudgetResponse$
|
|
793
|
+
];
|
|
794
|
+
exports.DescribeBudgetNotificationsForAccount$ = [9, n0, _DBNFA,
|
|
795
|
+
0, () => exports.DescribeBudgetNotificationsForAccountRequest$, () => exports.DescribeBudgetNotificationsForAccountResponse$
|
|
796
|
+
];
|
|
797
|
+
exports.DescribeBudgetPerformanceHistory$ = [9, n0, _DBPH,
|
|
798
|
+
0, () => exports.DescribeBudgetPerformanceHistoryRequest$, () => exports.DescribeBudgetPerformanceHistoryResponse$
|
|
799
|
+
];
|
|
800
|
+
exports.DescribeBudgets$ = [9, n0, _DBes,
|
|
801
|
+
0, () => exports.DescribeBudgetsRequest$, () => exports.DescribeBudgetsResponse$
|
|
802
|
+
];
|
|
803
|
+
exports.DescribeNotificationsForBudget$ = [9, n0, _DNFB,
|
|
804
|
+
0, () => exports.DescribeNotificationsForBudgetRequest$, () => exports.DescribeNotificationsForBudgetResponse$
|
|
805
|
+
];
|
|
806
|
+
exports.DescribeSubscribersForNotification$ = [9, n0, _DSFN,
|
|
807
|
+
0, () => exports.DescribeSubscribersForNotificationRequest$, () => exports.DescribeSubscribersForNotificationResponse$
|
|
808
|
+
];
|
|
809
|
+
exports.ExecuteBudgetAction$ = [9, n0, _EBA,
|
|
810
|
+
0, () => exports.ExecuteBudgetActionRequest$, () => exports.ExecuteBudgetActionResponse$
|
|
811
|
+
];
|
|
812
|
+
exports.ListTagsForResource$ = [9, n0, _LTFR,
|
|
813
|
+
0, () => exports.ListTagsForResourceRequest$, () => exports.ListTagsForResourceResponse$
|
|
814
|
+
];
|
|
815
|
+
exports.TagResource$ = [9, n0, _TR,
|
|
816
|
+
0, () => exports.TagResourceRequest$, () => exports.TagResourceResponse$
|
|
817
|
+
];
|
|
818
|
+
exports.UntagResource$ = [9, n0, _UR,
|
|
819
|
+
0, () => exports.UntagResourceRequest$, () => exports.UntagResourceResponse$
|
|
820
|
+
];
|
|
821
|
+
exports.UpdateBudget$ = [9, n0, _UBp,
|
|
822
|
+
0, () => exports.UpdateBudgetRequest$, () => exports.UpdateBudgetResponse$
|
|
823
|
+
];
|
|
824
|
+
exports.UpdateBudgetAction$ = [9, n0, _UBA,
|
|
825
|
+
0, () => exports.UpdateBudgetActionRequest$, () => exports.UpdateBudgetActionResponse$
|
|
826
|
+
];
|
|
827
|
+
exports.UpdateNotification$ = [9, n0, _UN,
|
|
828
|
+
0, () => exports.UpdateNotificationRequest$, () => exports.UpdateNotificationResponse$
|
|
829
|
+
];
|
|
830
|
+
exports.UpdateSubscriber$ = [9, n0, _US,
|
|
831
|
+
0, () => exports.UpdateSubscriberRequest$, () => exports.UpdateSubscriberResponse$
|
|
832
|
+
];
|