@aws-sdk/client-budgets 3.169.0 → 3.170.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/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/Budgets.d.ts +430 -120
- package/dist-types/ts3.4/BudgetsClient.d.ts +267 -96
- package/dist-types/ts3.4/commands/CreateBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionHistoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetActionsForBudgetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeBudgetNotificationsForAccountCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetPerformanceHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeBudgetsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeNotificationsForBudgetCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeSubscribersForNotificationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ExecuteBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBudgetActionCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateBudgetCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateNotificationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateSubscriberCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/BudgetsServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +975 -906
- package/dist-types/ts3.4/pagination/DescribeBudgetActionHistoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetActionsForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetActionsForBudgetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetNotificationsForAccountPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetPerformanceHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeBudgetsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeNotificationsForBudgetPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeSubscribersForNotificationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,906 +1,975 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException";
|
|
3
|
-
|
|
4
|
-
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export interface ScpActionDefinition {
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
export
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
}
|
|
158
|
-
|
|
159
|
-
export interface
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
}
|
|
214
|
-
|
|
215
|
-
export interface
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
export
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
}
|
|
375
|
-
|
|
376
|
-
export interface
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
}
|
|
389
|
-
|
|
390
|
-
export interface
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
export interface
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
}
|
|
450
|
-
|
|
451
|
-
export interface
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
export interface
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
}
|
|
710
|
-
|
|
711
|
-
export interface
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
export
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
export
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
export
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { BudgetsServiceException as __BaseException } from "./BudgetsServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
|
|
8
|
+
Message?: string;
|
|
9
|
+
|
|
10
|
+
constructor(
|
|
11
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
12
|
+
);
|
|
13
|
+
}
|
|
14
|
+
export declare enum ThresholdType {
|
|
15
|
+
ABSOLUTE_VALUE = "ABSOLUTE_VALUE",
|
|
16
|
+
PERCENTAGE = "PERCENTAGE",
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface ActionThreshold {
|
|
20
|
+
ActionThresholdValue: number | undefined;
|
|
21
|
+
|
|
22
|
+
ActionThresholdType: ThresholdType | string | undefined;
|
|
23
|
+
}
|
|
24
|
+
export declare enum ActionType {
|
|
25
|
+
IAM = "APPLY_IAM_POLICY",
|
|
26
|
+
SCP = "APPLY_SCP_POLICY",
|
|
27
|
+
SSM = "RUN_SSM_DOCUMENTS",
|
|
28
|
+
}
|
|
29
|
+
export declare enum ApprovalModel {
|
|
30
|
+
AUTO = "AUTOMATIC",
|
|
31
|
+
MANUAL = "MANUAL",
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
export interface IamActionDefinition {
|
|
35
|
+
PolicyArn: string | undefined;
|
|
36
|
+
|
|
37
|
+
Roles?: string[];
|
|
38
|
+
|
|
39
|
+
Groups?: string[];
|
|
40
|
+
|
|
41
|
+
Users?: string[];
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
export interface ScpActionDefinition {
|
|
45
|
+
PolicyId: string | undefined;
|
|
46
|
+
|
|
47
|
+
TargetIds: string[] | undefined;
|
|
48
|
+
}
|
|
49
|
+
export declare enum ActionSubType {
|
|
50
|
+
STOP_EC2 = "STOP_EC2_INSTANCES",
|
|
51
|
+
STOP_RDS = "STOP_RDS_INSTANCES",
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface SsmActionDefinition {
|
|
55
|
+
ActionSubType: ActionSubType | string | undefined;
|
|
56
|
+
|
|
57
|
+
Region: string | undefined;
|
|
58
|
+
|
|
59
|
+
InstanceIds: string[] | undefined;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export interface Definition {
|
|
63
|
+
IamActionDefinition?: IamActionDefinition;
|
|
64
|
+
|
|
65
|
+
ScpActionDefinition?: ScpActionDefinition;
|
|
66
|
+
|
|
67
|
+
SsmActionDefinition?: SsmActionDefinition;
|
|
68
|
+
}
|
|
69
|
+
export declare enum NotificationType {
|
|
70
|
+
ACTUAL = "ACTUAL",
|
|
71
|
+
FORECASTED = "FORECASTED",
|
|
72
|
+
}
|
|
73
|
+
export declare enum ActionStatus {
|
|
74
|
+
Execution_Failure = "EXECUTION_FAILURE",
|
|
75
|
+
Execution_In_Progress = "EXECUTION_IN_PROGRESS",
|
|
76
|
+
Execution_Success = "EXECUTION_SUCCESS",
|
|
77
|
+
Pending = "PENDING",
|
|
78
|
+
Reset_Failure = "RESET_FAILURE",
|
|
79
|
+
Reset_In_Progress = "RESET_IN_PROGRESS",
|
|
80
|
+
Reverse_Failure = "REVERSE_FAILURE",
|
|
81
|
+
Reverse_In_Progress = "REVERSE_IN_PROGRESS",
|
|
82
|
+
Reverse_Success = "REVERSE_SUCCESS",
|
|
83
|
+
Standby = "STANDBY",
|
|
84
|
+
}
|
|
85
|
+
export declare enum SubscriptionType {
|
|
86
|
+
EMAIL = "EMAIL",
|
|
87
|
+
SNS = "SNS",
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface Subscriber {
|
|
91
|
+
SubscriptionType: SubscriptionType | string | undefined;
|
|
92
|
+
|
|
93
|
+
Address: string | undefined;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
export interface Action {
|
|
97
|
+
ActionId: string | undefined;
|
|
98
|
+
|
|
99
|
+
BudgetName: string | undefined;
|
|
100
|
+
|
|
101
|
+
NotificationType: NotificationType | string | undefined;
|
|
102
|
+
|
|
103
|
+
ActionType: ActionType | string | undefined;
|
|
104
|
+
|
|
105
|
+
ActionThreshold: ActionThreshold | undefined;
|
|
106
|
+
|
|
107
|
+
Definition: Definition | undefined;
|
|
108
|
+
|
|
109
|
+
ExecutionRoleArn: string | undefined;
|
|
110
|
+
|
|
111
|
+
ApprovalModel: ApprovalModel | string | undefined;
|
|
112
|
+
|
|
113
|
+
Status: ActionStatus | string | undefined;
|
|
114
|
+
|
|
115
|
+
Subscribers: Subscriber[] | undefined;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
export interface ActionHistoryDetails {
|
|
119
|
+
Message: string | undefined;
|
|
120
|
+
|
|
121
|
+
Action: Action | undefined;
|
|
122
|
+
}
|
|
123
|
+
export declare enum EventType {
|
|
124
|
+
CreateAction = "CREATE_ACTION",
|
|
125
|
+
DeleteAction = "DELETE_ACTION",
|
|
126
|
+
ExecuteAction = "EXECUTE_ACTION",
|
|
127
|
+
System = "SYSTEM",
|
|
128
|
+
UpdateAction = "UPDATE_ACTION",
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
export interface ActionHistory {
|
|
132
|
+
Timestamp: Date | undefined;
|
|
133
|
+
|
|
134
|
+
Status: ActionStatus | string | undefined;
|
|
135
|
+
|
|
136
|
+
EventType: EventType | string | undefined;
|
|
137
|
+
|
|
138
|
+
ActionHistoryDetails: ActionHistoryDetails | undefined;
|
|
139
|
+
}
|
|
140
|
+
export declare enum AutoAdjustType {
|
|
141
|
+
FORECAST = "FORECAST",
|
|
142
|
+
HISTORICAL = "HISTORICAL",
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
export interface HistoricalOptions {
|
|
146
|
+
BudgetAdjustmentPeriod: number | undefined;
|
|
147
|
+
|
|
148
|
+
LookBackAvailablePeriods?: number;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
export interface AutoAdjustData {
|
|
152
|
+
AutoAdjustType: AutoAdjustType | string | undefined;
|
|
153
|
+
|
|
154
|
+
HistoricalOptions?: HistoricalOptions;
|
|
155
|
+
|
|
156
|
+
LastAutoAdjustTime?: Date;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
export interface Spend {
|
|
160
|
+
Amount: string | undefined;
|
|
161
|
+
|
|
162
|
+
Unit: string | undefined;
|
|
163
|
+
}
|
|
164
|
+
export declare enum BudgetType {
|
|
165
|
+
Cost = "COST",
|
|
166
|
+
RICoverage = "RI_COVERAGE",
|
|
167
|
+
RIUtilization = "RI_UTILIZATION",
|
|
168
|
+
SPCoverage = "SAVINGS_PLANS_COVERAGE",
|
|
169
|
+
SPUtilization = "SAVINGS_PLANS_UTILIZATION",
|
|
170
|
+
Usage = "USAGE",
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export interface CalculatedSpend {
|
|
174
|
+
ActualSpend: Spend | undefined;
|
|
175
|
+
|
|
176
|
+
ForecastedSpend?: Spend;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
export interface CostTypes {
|
|
180
|
+
IncludeTax?: boolean;
|
|
181
|
+
|
|
182
|
+
IncludeSubscription?: boolean;
|
|
183
|
+
|
|
184
|
+
UseBlended?: boolean;
|
|
185
|
+
|
|
186
|
+
IncludeRefund?: boolean;
|
|
187
|
+
|
|
188
|
+
IncludeCredit?: boolean;
|
|
189
|
+
|
|
190
|
+
IncludeUpfront?: boolean;
|
|
191
|
+
|
|
192
|
+
IncludeRecurring?: boolean;
|
|
193
|
+
|
|
194
|
+
IncludeOtherSubscription?: boolean;
|
|
195
|
+
|
|
196
|
+
IncludeSupport?: boolean;
|
|
197
|
+
|
|
198
|
+
IncludeDiscount?: boolean;
|
|
199
|
+
|
|
200
|
+
UseAmortized?: boolean;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
export interface TimePeriod {
|
|
204
|
+
Start?: Date;
|
|
205
|
+
|
|
206
|
+
End?: Date;
|
|
207
|
+
}
|
|
208
|
+
export declare enum TimeUnit {
|
|
209
|
+
ANNUALLY = "ANNUALLY",
|
|
210
|
+
DAILY = "DAILY",
|
|
211
|
+
MONTHLY = "MONTHLY",
|
|
212
|
+
QUARTERLY = "QUARTERLY",
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
export interface Budget {
|
|
216
|
+
BudgetName: string | undefined;
|
|
217
|
+
|
|
218
|
+
BudgetLimit?: Spend;
|
|
219
|
+
|
|
220
|
+
PlannedBudgetLimits?: Record<string, Spend>;
|
|
221
|
+
|
|
222
|
+
CostFilters?: Record<string, string[]>;
|
|
223
|
+
|
|
224
|
+
CostTypes?: CostTypes;
|
|
225
|
+
|
|
226
|
+
TimeUnit: TimeUnit | string | undefined;
|
|
227
|
+
|
|
228
|
+
TimePeriod?: TimePeriod;
|
|
229
|
+
|
|
230
|
+
CalculatedSpend?: CalculatedSpend;
|
|
231
|
+
|
|
232
|
+
BudgetType: BudgetType | string | undefined;
|
|
233
|
+
|
|
234
|
+
LastUpdatedTime?: Date;
|
|
235
|
+
|
|
236
|
+
AutoAdjustData?: AutoAdjustData;
|
|
237
|
+
}
|
|
238
|
+
export declare enum ComparisonOperator {
|
|
239
|
+
EQUAL_TO = "EQUAL_TO",
|
|
240
|
+
GREATER_THAN = "GREATER_THAN",
|
|
241
|
+
LESS_THAN = "LESS_THAN",
|
|
242
|
+
}
|
|
243
|
+
export declare enum NotificationState {
|
|
244
|
+
ALARM = "ALARM",
|
|
245
|
+
OK = "OK",
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
export interface Notification {
|
|
249
|
+
NotificationType: NotificationType | string | undefined;
|
|
250
|
+
|
|
251
|
+
ComparisonOperator: ComparisonOperator | string | undefined;
|
|
252
|
+
|
|
253
|
+
Threshold: number | undefined;
|
|
254
|
+
|
|
255
|
+
ThresholdType?: ThresholdType | string;
|
|
256
|
+
|
|
257
|
+
NotificationState?: NotificationState | string;
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
export interface NotificationWithSubscribers {
|
|
261
|
+
Notification: Notification | undefined;
|
|
262
|
+
|
|
263
|
+
Subscribers: Subscriber[] | undefined;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
export interface CreateBudgetRequest {
|
|
267
|
+
AccountId: string | undefined;
|
|
268
|
+
|
|
269
|
+
Budget: Budget | undefined;
|
|
270
|
+
|
|
271
|
+
NotificationsWithSubscribers?: NotificationWithSubscribers[];
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
export interface CreateBudgetResponse {}
|
|
275
|
+
|
|
276
|
+
export declare class CreationLimitExceededException extends __BaseException {
|
|
277
|
+
readonly name: "CreationLimitExceededException";
|
|
278
|
+
readonly $fault: "client";
|
|
279
|
+
|
|
280
|
+
Message?: string;
|
|
281
|
+
|
|
282
|
+
constructor(
|
|
283
|
+
opts: __ExceptionOptionType<CreationLimitExceededException, __BaseException>
|
|
284
|
+
);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
export declare class DuplicateRecordException extends __BaseException {
|
|
288
|
+
readonly name: "DuplicateRecordException";
|
|
289
|
+
readonly $fault: "client";
|
|
290
|
+
|
|
291
|
+
Message?: string;
|
|
292
|
+
|
|
293
|
+
constructor(
|
|
294
|
+
opts: __ExceptionOptionType<DuplicateRecordException, __BaseException>
|
|
295
|
+
);
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
export declare class InternalErrorException extends __BaseException {
|
|
299
|
+
readonly name: "InternalErrorException";
|
|
300
|
+
readonly $fault: "server";
|
|
301
|
+
|
|
302
|
+
Message?: string;
|
|
303
|
+
|
|
304
|
+
constructor(
|
|
305
|
+
opts: __ExceptionOptionType<InternalErrorException, __BaseException>
|
|
306
|
+
);
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
310
|
+
readonly name: "InvalidParameterException";
|
|
311
|
+
readonly $fault: "client";
|
|
312
|
+
|
|
313
|
+
Message?: string;
|
|
314
|
+
|
|
315
|
+
constructor(
|
|
316
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
317
|
+
);
|
|
318
|
+
}
|
|
319
|
+
|
|
320
|
+
export declare class ThrottlingException extends __BaseException {
|
|
321
|
+
readonly name: "ThrottlingException";
|
|
322
|
+
readonly $fault: "client";
|
|
323
|
+
|
|
324
|
+
Message?: string;
|
|
325
|
+
|
|
326
|
+
constructor(
|
|
327
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
328
|
+
);
|
|
329
|
+
}
|
|
330
|
+
export interface CreateBudgetActionRequest {
|
|
331
|
+
AccountId: string | undefined;
|
|
332
|
+
|
|
333
|
+
BudgetName: string | undefined;
|
|
334
|
+
|
|
335
|
+
NotificationType: NotificationType | string | undefined;
|
|
336
|
+
|
|
337
|
+
ActionType: ActionType | string | undefined;
|
|
338
|
+
|
|
339
|
+
ActionThreshold: ActionThreshold | undefined;
|
|
340
|
+
|
|
341
|
+
Definition: Definition | undefined;
|
|
342
|
+
|
|
343
|
+
ExecutionRoleArn: string | undefined;
|
|
344
|
+
|
|
345
|
+
ApprovalModel: ApprovalModel | string | undefined;
|
|
346
|
+
|
|
347
|
+
Subscribers: Subscriber[] | undefined;
|
|
348
|
+
}
|
|
349
|
+
export interface CreateBudgetActionResponse {
|
|
350
|
+
AccountId: string | undefined;
|
|
351
|
+
|
|
352
|
+
BudgetName: string | undefined;
|
|
353
|
+
|
|
354
|
+
ActionId: string | undefined;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
export declare class NotFoundException extends __BaseException {
|
|
358
|
+
readonly name: "NotFoundException";
|
|
359
|
+
readonly $fault: "client";
|
|
360
|
+
|
|
361
|
+
Message?: string;
|
|
362
|
+
|
|
363
|
+
constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
export interface CreateNotificationRequest {
|
|
367
|
+
AccountId: string | undefined;
|
|
368
|
+
|
|
369
|
+
BudgetName: string | undefined;
|
|
370
|
+
|
|
371
|
+
Notification: Notification | undefined;
|
|
372
|
+
|
|
373
|
+
Subscribers: Subscriber[] | undefined;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
export interface CreateNotificationResponse {}
|
|
377
|
+
|
|
378
|
+
export interface CreateSubscriberRequest {
|
|
379
|
+
AccountId: string | undefined;
|
|
380
|
+
|
|
381
|
+
BudgetName: string | undefined;
|
|
382
|
+
|
|
383
|
+
Notification: Notification | undefined;
|
|
384
|
+
|
|
385
|
+
Subscriber: Subscriber | undefined;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
export interface CreateSubscriberResponse {}
|
|
389
|
+
|
|
390
|
+
export interface DeleteBudgetRequest {
|
|
391
|
+
AccountId: string | undefined;
|
|
392
|
+
|
|
393
|
+
BudgetName: string | undefined;
|
|
394
|
+
}
|
|
395
|
+
|
|
396
|
+
export interface DeleteBudgetResponse {}
|
|
397
|
+
export interface DeleteBudgetActionRequest {
|
|
398
|
+
AccountId: string | undefined;
|
|
399
|
+
|
|
400
|
+
BudgetName: string | undefined;
|
|
401
|
+
|
|
402
|
+
ActionId: string | undefined;
|
|
403
|
+
}
|
|
404
|
+
export interface DeleteBudgetActionResponse {
|
|
405
|
+
AccountId: string | undefined;
|
|
406
|
+
|
|
407
|
+
BudgetName: string | undefined;
|
|
408
|
+
|
|
409
|
+
Action: Action | undefined;
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export declare class ResourceLockedException extends __BaseException {
|
|
413
|
+
readonly name: "ResourceLockedException";
|
|
414
|
+
readonly $fault: "client";
|
|
415
|
+
|
|
416
|
+
Message?: string;
|
|
417
|
+
|
|
418
|
+
constructor(
|
|
419
|
+
opts: __ExceptionOptionType<ResourceLockedException, __BaseException>
|
|
420
|
+
);
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export interface DeleteNotificationRequest {
|
|
424
|
+
AccountId: string | undefined;
|
|
425
|
+
|
|
426
|
+
BudgetName: string | undefined;
|
|
427
|
+
|
|
428
|
+
Notification: Notification | undefined;
|
|
429
|
+
}
|
|
430
|
+
|
|
431
|
+
export interface DeleteNotificationResponse {}
|
|
432
|
+
|
|
433
|
+
export interface DeleteSubscriberRequest {
|
|
434
|
+
AccountId: string | undefined;
|
|
435
|
+
|
|
436
|
+
BudgetName: string | undefined;
|
|
437
|
+
|
|
438
|
+
Notification: Notification | undefined;
|
|
439
|
+
|
|
440
|
+
Subscriber: Subscriber | undefined;
|
|
441
|
+
}
|
|
442
|
+
|
|
443
|
+
export interface DeleteSubscriberResponse {}
|
|
444
|
+
|
|
445
|
+
export interface DescribeBudgetRequest {
|
|
446
|
+
AccountId: string | undefined;
|
|
447
|
+
|
|
448
|
+
BudgetName: string | undefined;
|
|
449
|
+
}
|
|
450
|
+
|
|
451
|
+
export interface DescribeBudgetResponse {
|
|
452
|
+
Budget?: Budget;
|
|
453
|
+
}
|
|
454
|
+
export interface DescribeBudgetActionRequest {
|
|
455
|
+
AccountId: string | undefined;
|
|
456
|
+
|
|
457
|
+
BudgetName: string | undefined;
|
|
458
|
+
|
|
459
|
+
ActionId: string | undefined;
|
|
460
|
+
}
|
|
461
|
+
export interface DescribeBudgetActionResponse {
|
|
462
|
+
AccountId: string | undefined;
|
|
463
|
+
|
|
464
|
+
BudgetName: string | undefined;
|
|
465
|
+
|
|
466
|
+
Action: Action | undefined;
|
|
467
|
+
}
|
|
468
|
+
export interface DescribeBudgetActionHistoriesRequest {
|
|
469
|
+
AccountId: string | undefined;
|
|
470
|
+
|
|
471
|
+
BudgetName: string | undefined;
|
|
472
|
+
|
|
473
|
+
ActionId: string | undefined;
|
|
474
|
+
|
|
475
|
+
TimePeriod?: TimePeriod;
|
|
476
|
+
|
|
477
|
+
MaxResults?: number;
|
|
478
|
+
|
|
479
|
+
NextToken?: string;
|
|
480
|
+
}
|
|
481
|
+
export interface DescribeBudgetActionHistoriesResponse {
|
|
482
|
+
ActionHistories: ActionHistory[] | undefined;
|
|
483
|
+
|
|
484
|
+
NextToken?: string;
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
export declare class InvalidNextTokenException extends __BaseException {
|
|
488
|
+
readonly name: "InvalidNextTokenException";
|
|
489
|
+
readonly $fault: "client";
|
|
490
|
+
|
|
491
|
+
Message?: string;
|
|
492
|
+
|
|
493
|
+
constructor(
|
|
494
|
+
opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
|
|
495
|
+
);
|
|
496
|
+
}
|
|
497
|
+
export interface DescribeBudgetActionsForAccountRequest {
|
|
498
|
+
AccountId: string | undefined;
|
|
499
|
+
|
|
500
|
+
MaxResults?: number;
|
|
501
|
+
|
|
502
|
+
NextToken?: string;
|
|
503
|
+
}
|
|
504
|
+
export interface DescribeBudgetActionsForAccountResponse {
|
|
505
|
+
Actions: Action[] | undefined;
|
|
506
|
+
|
|
507
|
+
NextToken?: string;
|
|
508
|
+
}
|
|
509
|
+
export interface DescribeBudgetActionsForBudgetRequest {
|
|
510
|
+
AccountId: string | undefined;
|
|
511
|
+
|
|
512
|
+
BudgetName: string | undefined;
|
|
513
|
+
|
|
514
|
+
MaxResults?: number;
|
|
515
|
+
|
|
516
|
+
NextToken?: string;
|
|
517
|
+
}
|
|
518
|
+
export interface DescribeBudgetActionsForBudgetResponse {
|
|
519
|
+
Actions: Action[] | undefined;
|
|
520
|
+
|
|
521
|
+
NextToken?: string;
|
|
522
|
+
}
|
|
523
|
+
export interface DescribeBudgetNotificationsForAccountRequest {
|
|
524
|
+
AccountId: string | undefined;
|
|
525
|
+
|
|
526
|
+
MaxResults?: number;
|
|
527
|
+
|
|
528
|
+
NextToken?: string;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
export interface BudgetNotificationsForAccount {
|
|
532
|
+
Notifications?: Notification[];
|
|
533
|
+
|
|
534
|
+
BudgetName?: string;
|
|
535
|
+
}
|
|
536
|
+
export interface DescribeBudgetNotificationsForAccountResponse {
|
|
537
|
+
BudgetNotificationsForAccount?: BudgetNotificationsForAccount[];
|
|
538
|
+
|
|
539
|
+
NextToken?: string;
|
|
540
|
+
}
|
|
541
|
+
|
|
542
|
+
export declare class ExpiredNextTokenException extends __BaseException {
|
|
543
|
+
readonly name: "ExpiredNextTokenException";
|
|
544
|
+
readonly $fault: "client";
|
|
545
|
+
|
|
546
|
+
Message?: string;
|
|
547
|
+
|
|
548
|
+
constructor(
|
|
549
|
+
opts: __ExceptionOptionType<ExpiredNextTokenException, __BaseException>
|
|
550
|
+
);
|
|
551
|
+
}
|
|
552
|
+
export interface DescribeBudgetPerformanceHistoryRequest {
|
|
553
|
+
AccountId: string | undefined;
|
|
554
|
+
|
|
555
|
+
BudgetName: string | undefined;
|
|
556
|
+
|
|
557
|
+
TimePeriod?: TimePeriod;
|
|
558
|
+
|
|
559
|
+
MaxResults?: number;
|
|
560
|
+
|
|
561
|
+
NextToken?: string;
|
|
562
|
+
}
|
|
563
|
+
|
|
564
|
+
export interface BudgetedAndActualAmounts {
|
|
565
|
+
BudgetedAmount?: Spend;
|
|
566
|
+
|
|
567
|
+
ActualAmount?: Spend;
|
|
568
|
+
|
|
569
|
+
TimePeriod?: TimePeriod;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
export interface BudgetPerformanceHistory {
|
|
573
|
+
BudgetName?: string;
|
|
574
|
+
|
|
575
|
+
BudgetType?: BudgetType | string;
|
|
576
|
+
|
|
577
|
+
CostFilters?: Record<string, string[]>;
|
|
578
|
+
|
|
579
|
+
CostTypes?: CostTypes;
|
|
580
|
+
|
|
581
|
+
TimeUnit?: TimeUnit | string;
|
|
582
|
+
|
|
583
|
+
BudgetedAndActualAmountsList?: BudgetedAndActualAmounts[];
|
|
584
|
+
}
|
|
585
|
+
export interface DescribeBudgetPerformanceHistoryResponse {
|
|
586
|
+
BudgetPerformanceHistory?: BudgetPerformanceHistory;
|
|
587
|
+
|
|
588
|
+
NextToken?: string;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
export interface DescribeBudgetsRequest {
|
|
592
|
+
AccountId: string | undefined;
|
|
593
|
+
|
|
594
|
+
MaxResults?: number;
|
|
595
|
+
|
|
596
|
+
NextToken?: string;
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
export interface DescribeBudgetsResponse {
|
|
600
|
+
Budgets?: Budget[];
|
|
601
|
+
|
|
602
|
+
NextToken?: string;
|
|
603
|
+
}
|
|
604
|
+
|
|
605
|
+
export interface DescribeNotificationsForBudgetRequest {
|
|
606
|
+
AccountId: string | undefined;
|
|
607
|
+
|
|
608
|
+
BudgetName: string | undefined;
|
|
609
|
+
|
|
610
|
+
MaxResults?: number;
|
|
611
|
+
|
|
612
|
+
NextToken?: string;
|
|
613
|
+
}
|
|
614
|
+
|
|
615
|
+
export interface DescribeNotificationsForBudgetResponse {
|
|
616
|
+
Notifications?: Notification[];
|
|
617
|
+
|
|
618
|
+
NextToken?: string;
|
|
619
|
+
}
|
|
620
|
+
|
|
621
|
+
export interface DescribeSubscribersForNotificationRequest {
|
|
622
|
+
AccountId: string | undefined;
|
|
623
|
+
|
|
624
|
+
BudgetName: string | undefined;
|
|
625
|
+
|
|
626
|
+
Notification: Notification | undefined;
|
|
627
|
+
|
|
628
|
+
MaxResults?: number;
|
|
629
|
+
|
|
630
|
+
NextToken?: string;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
export interface DescribeSubscribersForNotificationResponse {
|
|
634
|
+
Subscribers?: Subscriber[];
|
|
635
|
+
|
|
636
|
+
NextToken?: string;
|
|
637
|
+
}
|
|
638
|
+
export declare enum ExecutionType {
|
|
639
|
+
ApproveBudgetAction = "APPROVE_BUDGET_ACTION",
|
|
640
|
+
ResetBudgetAction = "RESET_BUDGET_ACTION",
|
|
641
|
+
RetryBudgetAction = "RETRY_BUDGET_ACTION",
|
|
642
|
+
ReverseBudgetAction = "REVERSE_BUDGET_ACTION",
|
|
643
|
+
}
|
|
644
|
+
export interface ExecuteBudgetActionRequest {
|
|
645
|
+
AccountId: string | undefined;
|
|
646
|
+
|
|
647
|
+
BudgetName: string | undefined;
|
|
648
|
+
|
|
649
|
+
ActionId: string | undefined;
|
|
650
|
+
|
|
651
|
+
ExecutionType: ExecutionType | string | undefined;
|
|
652
|
+
}
|
|
653
|
+
export interface ExecuteBudgetActionResponse {
|
|
654
|
+
AccountId: string | undefined;
|
|
655
|
+
|
|
656
|
+
BudgetName: string | undefined;
|
|
657
|
+
|
|
658
|
+
ActionId: string | undefined;
|
|
659
|
+
|
|
660
|
+
ExecutionType: ExecutionType | string | undefined;
|
|
661
|
+
}
|
|
662
|
+
|
|
663
|
+
export interface UpdateBudgetRequest {
|
|
664
|
+
AccountId: string | undefined;
|
|
665
|
+
|
|
666
|
+
NewBudget: Budget | undefined;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
export interface UpdateBudgetResponse {}
|
|
670
|
+
export interface UpdateBudgetActionRequest {
|
|
671
|
+
AccountId: string | undefined;
|
|
672
|
+
|
|
673
|
+
BudgetName: string | undefined;
|
|
674
|
+
|
|
675
|
+
ActionId: string | undefined;
|
|
676
|
+
|
|
677
|
+
NotificationType?: NotificationType | string;
|
|
678
|
+
|
|
679
|
+
ActionThreshold?: ActionThreshold;
|
|
680
|
+
|
|
681
|
+
Definition?: Definition;
|
|
682
|
+
|
|
683
|
+
ExecutionRoleArn?: string;
|
|
684
|
+
|
|
685
|
+
ApprovalModel?: ApprovalModel | string;
|
|
686
|
+
|
|
687
|
+
Subscribers?: Subscriber[];
|
|
688
|
+
}
|
|
689
|
+
export interface UpdateBudgetActionResponse {
|
|
690
|
+
AccountId: string | undefined;
|
|
691
|
+
|
|
692
|
+
BudgetName: string | undefined;
|
|
693
|
+
|
|
694
|
+
OldAction: Action | undefined;
|
|
695
|
+
|
|
696
|
+
NewAction: Action | undefined;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
export interface UpdateNotificationRequest {
|
|
700
|
+
AccountId: string | undefined;
|
|
701
|
+
|
|
702
|
+
BudgetName: string | undefined;
|
|
703
|
+
|
|
704
|
+
OldNotification: Notification | undefined;
|
|
705
|
+
|
|
706
|
+
NewNotification: Notification | undefined;
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
export interface UpdateNotificationResponse {}
|
|
710
|
+
|
|
711
|
+
export interface UpdateSubscriberRequest {
|
|
712
|
+
AccountId: string | undefined;
|
|
713
|
+
|
|
714
|
+
BudgetName: string | undefined;
|
|
715
|
+
|
|
716
|
+
Notification: Notification | undefined;
|
|
717
|
+
|
|
718
|
+
OldSubscriber: Subscriber | undefined;
|
|
719
|
+
|
|
720
|
+
NewSubscriber: Subscriber | undefined;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
export interface UpdateSubscriberResponse {}
|
|
724
|
+
|
|
725
|
+
export declare const ActionThresholdFilterSensitiveLog: (
|
|
726
|
+
obj: ActionThreshold
|
|
727
|
+
) => any;
|
|
728
|
+
|
|
729
|
+
export declare const IamActionDefinitionFilterSensitiveLog: (
|
|
730
|
+
obj: IamActionDefinition
|
|
731
|
+
) => any;
|
|
732
|
+
|
|
733
|
+
export declare const ScpActionDefinitionFilterSensitiveLog: (
|
|
734
|
+
obj: ScpActionDefinition
|
|
735
|
+
) => any;
|
|
736
|
+
|
|
737
|
+
export declare const SsmActionDefinitionFilterSensitiveLog: (
|
|
738
|
+
obj: SsmActionDefinition
|
|
739
|
+
) => any;
|
|
740
|
+
|
|
741
|
+
export declare const DefinitionFilterSensitiveLog: (obj: Definition) => any;
|
|
742
|
+
|
|
743
|
+
export declare const SubscriberFilterSensitiveLog: (obj: Subscriber) => any;
|
|
744
|
+
|
|
745
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
746
|
+
|
|
747
|
+
export declare const ActionHistoryDetailsFilterSensitiveLog: (
|
|
748
|
+
obj: ActionHistoryDetails
|
|
749
|
+
) => any;
|
|
750
|
+
|
|
751
|
+
export declare const ActionHistoryFilterSensitiveLog: (
|
|
752
|
+
obj: ActionHistory
|
|
753
|
+
) => any;
|
|
754
|
+
|
|
755
|
+
export declare const HistoricalOptionsFilterSensitiveLog: (
|
|
756
|
+
obj: HistoricalOptions
|
|
757
|
+
) => any;
|
|
758
|
+
|
|
759
|
+
export declare const AutoAdjustDataFilterSensitiveLog: (
|
|
760
|
+
obj: AutoAdjustData
|
|
761
|
+
) => any;
|
|
762
|
+
|
|
763
|
+
export declare const SpendFilterSensitiveLog: (obj: Spend) => any;
|
|
764
|
+
|
|
765
|
+
export declare const CalculatedSpendFilterSensitiveLog: (
|
|
766
|
+
obj: CalculatedSpend
|
|
767
|
+
) => any;
|
|
768
|
+
|
|
769
|
+
export declare const CostTypesFilterSensitiveLog: (obj: CostTypes) => any;
|
|
770
|
+
|
|
771
|
+
export declare const TimePeriodFilterSensitiveLog: (obj: TimePeriod) => any;
|
|
772
|
+
|
|
773
|
+
export declare const BudgetFilterSensitiveLog: (obj: Budget) => any;
|
|
774
|
+
|
|
775
|
+
export declare const NotificationFilterSensitiveLog: (obj: Notification) => any;
|
|
776
|
+
|
|
777
|
+
export declare const NotificationWithSubscribersFilterSensitiveLog: (
|
|
778
|
+
obj: NotificationWithSubscribers
|
|
779
|
+
) => any;
|
|
780
|
+
|
|
781
|
+
export declare const CreateBudgetRequestFilterSensitiveLog: (
|
|
782
|
+
obj: CreateBudgetRequest
|
|
783
|
+
) => any;
|
|
784
|
+
|
|
785
|
+
export declare const CreateBudgetResponseFilterSensitiveLog: (
|
|
786
|
+
obj: CreateBudgetResponse
|
|
787
|
+
) => any;
|
|
788
|
+
|
|
789
|
+
export declare const CreateBudgetActionRequestFilterSensitiveLog: (
|
|
790
|
+
obj: CreateBudgetActionRequest
|
|
791
|
+
) => any;
|
|
792
|
+
|
|
793
|
+
export declare const CreateBudgetActionResponseFilterSensitiveLog: (
|
|
794
|
+
obj: CreateBudgetActionResponse
|
|
795
|
+
) => any;
|
|
796
|
+
|
|
797
|
+
export declare const CreateNotificationRequestFilterSensitiveLog: (
|
|
798
|
+
obj: CreateNotificationRequest
|
|
799
|
+
) => any;
|
|
800
|
+
|
|
801
|
+
export declare const CreateNotificationResponseFilterSensitiveLog: (
|
|
802
|
+
obj: CreateNotificationResponse
|
|
803
|
+
) => any;
|
|
804
|
+
|
|
805
|
+
export declare const CreateSubscriberRequestFilterSensitiveLog: (
|
|
806
|
+
obj: CreateSubscriberRequest
|
|
807
|
+
) => any;
|
|
808
|
+
|
|
809
|
+
export declare const CreateSubscriberResponseFilterSensitiveLog: (
|
|
810
|
+
obj: CreateSubscriberResponse
|
|
811
|
+
) => any;
|
|
812
|
+
|
|
813
|
+
export declare const DeleteBudgetRequestFilterSensitiveLog: (
|
|
814
|
+
obj: DeleteBudgetRequest
|
|
815
|
+
) => any;
|
|
816
|
+
|
|
817
|
+
export declare const DeleteBudgetResponseFilterSensitiveLog: (
|
|
818
|
+
obj: DeleteBudgetResponse
|
|
819
|
+
) => any;
|
|
820
|
+
|
|
821
|
+
export declare const DeleteBudgetActionRequestFilterSensitiveLog: (
|
|
822
|
+
obj: DeleteBudgetActionRequest
|
|
823
|
+
) => any;
|
|
824
|
+
|
|
825
|
+
export declare const DeleteBudgetActionResponseFilterSensitiveLog: (
|
|
826
|
+
obj: DeleteBudgetActionResponse
|
|
827
|
+
) => any;
|
|
828
|
+
|
|
829
|
+
export declare const DeleteNotificationRequestFilterSensitiveLog: (
|
|
830
|
+
obj: DeleteNotificationRequest
|
|
831
|
+
) => any;
|
|
832
|
+
|
|
833
|
+
export declare const DeleteNotificationResponseFilterSensitiveLog: (
|
|
834
|
+
obj: DeleteNotificationResponse
|
|
835
|
+
) => any;
|
|
836
|
+
|
|
837
|
+
export declare const DeleteSubscriberRequestFilterSensitiveLog: (
|
|
838
|
+
obj: DeleteSubscriberRequest
|
|
839
|
+
) => any;
|
|
840
|
+
|
|
841
|
+
export declare const DeleteSubscriberResponseFilterSensitiveLog: (
|
|
842
|
+
obj: DeleteSubscriberResponse
|
|
843
|
+
) => any;
|
|
844
|
+
|
|
845
|
+
export declare const DescribeBudgetRequestFilterSensitiveLog: (
|
|
846
|
+
obj: DescribeBudgetRequest
|
|
847
|
+
) => any;
|
|
848
|
+
|
|
849
|
+
export declare const DescribeBudgetResponseFilterSensitiveLog: (
|
|
850
|
+
obj: DescribeBudgetResponse
|
|
851
|
+
) => any;
|
|
852
|
+
|
|
853
|
+
export declare const DescribeBudgetActionRequestFilterSensitiveLog: (
|
|
854
|
+
obj: DescribeBudgetActionRequest
|
|
855
|
+
) => any;
|
|
856
|
+
|
|
857
|
+
export declare const DescribeBudgetActionResponseFilterSensitiveLog: (
|
|
858
|
+
obj: DescribeBudgetActionResponse
|
|
859
|
+
) => any;
|
|
860
|
+
|
|
861
|
+
export declare const DescribeBudgetActionHistoriesRequestFilterSensitiveLog: (
|
|
862
|
+
obj: DescribeBudgetActionHistoriesRequest
|
|
863
|
+
) => any;
|
|
864
|
+
|
|
865
|
+
export declare const DescribeBudgetActionHistoriesResponseFilterSensitiveLog: (
|
|
866
|
+
obj: DescribeBudgetActionHistoriesResponse
|
|
867
|
+
) => any;
|
|
868
|
+
|
|
869
|
+
export declare const DescribeBudgetActionsForAccountRequestFilterSensitiveLog: (
|
|
870
|
+
obj: DescribeBudgetActionsForAccountRequest
|
|
871
|
+
) => any;
|
|
872
|
+
|
|
873
|
+
export declare const DescribeBudgetActionsForAccountResponseFilterSensitiveLog: (
|
|
874
|
+
obj: DescribeBudgetActionsForAccountResponse
|
|
875
|
+
) => any;
|
|
876
|
+
|
|
877
|
+
export declare const DescribeBudgetActionsForBudgetRequestFilterSensitiveLog: (
|
|
878
|
+
obj: DescribeBudgetActionsForBudgetRequest
|
|
879
|
+
) => any;
|
|
880
|
+
|
|
881
|
+
export declare const DescribeBudgetActionsForBudgetResponseFilterSensitiveLog: (
|
|
882
|
+
obj: DescribeBudgetActionsForBudgetResponse
|
|
883
|
+
) => any;
|
|
884
|
+
|
|
885
|
+
export declare const DescribeBudgetNotificationsForAccountRequestFilterSensitiveLog: (
|
|
886
|
+
obj: DescribeBudgetNotificationsForAccountRequest
|
|
887
|
+
) => any;
|
|
888
|
+
|
|
889
|
+
export declare const BudgetNotificationsForAccountFilterSensitiveLog: (
|
|
890
|
+
obj: BudgetNotificationsForAccount
|
|
891
|
+
) => any;
|
|
892
|
+
|
|
893
|
+
export declare const DescribeBudgetNotificationsForAccountResponseFilterSensitiveLog: (
|
|
894
|
+
obj: DescribeBudgetNotificationsForAccountResponse
|
|
895
|
+
) => any;
|
|
896
|
+
|
|
897
|
+
export declare const DescribeBudgetPerformanceHistoryRequestFilterSensitiveLog: (
|
|
898
|
+
obj: DescribeBudgetPerformanceHistoryRequest
|
|
899
|
+
) => any;
|
|
900
|
+
|
|
901
|
+
export declare const BudgetedAndActualAmountsFilterSensitiveLog: (
|
|
902
|
+
obj: BudgetedAndActualAmounts
|
|
903
|
+
) => any;
|
|
904
|
+
|
|
905
|
+
export declare const BudgetPerformanceHistoryFilterSensitiveLog: (
|
|
906
|
+
obj: BudgetPerformanceHistory
|
|
907
|
+
) => any;
|
|
908
|
+
|
|
909
|
+
export declare const DescribeBudgetPerformanceHistoryResponseFilterSensitiveLog: (
|
|
910
|
+
obj: DescribeBudgetPerformanceHistoryResponse
|
|
911
|
+
) => any;
|
|
912
|
+
|
|
913
|
+
export declare const DescribeBudgetsRequestFilterSensitiveLog: (
|
|
914
|
+
obj: DescribeBudgetsRequest
|
|
915
|
+
) => any;
|
|
916
|
+
|
|
917
|
+
export declare const DescribeBudgetsResponseFilterSensitiveLog: (
|
|
918
|
+
obj: DescribeBudgetsResponse
|
|
919
|
+
) => any;
|
|
920
|
+
|
|
921
|
+
export declare const DescribeNotificationsForBudgetRequestFilterSensitiveLog: (
|
|
922
|
+
obj: DescribeNotificationsForBudgetRequest
|
|
923
|
+
) => any;
|
|
924
|
+
|
|
925
|
+
export declare const DescribeNotificationsForBudgetResponseFilterSensitiveLog: (
|
|
926
|
+
obj: DescribeNotificationsForBudgetResponse
|
|
927
|
+
) => any;
|
|
928
|
+
|
|
929
|
+
export declare const DescribeSubscribersForNotificationRequestFilterSensitiveLog: (
|
|
930
|
+
obj: DescribeSubscribersForNotificationRequest
|
|
931
|
+
) => any;
|
|
932
|
+
|
|
933
|
+
export declare const DescribeSubscribersForNotificationResponseFilterSensitiveLog: (
|
|
934
|
+
obj: DescribeSubscribersForNotificationResponse
|
|
935
|
+
) => any;
|
|
936
|
+
|
|
937
|
+
export declare const ExecuteBudgetActionRequestFilterSensitiveLog: (
|
|
938
|
+
obj: ExecuteBudgetActionRequest
|
|
939
|
+
) => any;
|
|
940
|
+
|
|
941
|
+
export declare const ExecuteBudgetActionResponseFilterSensitiveLog: (
|
|
942
|
+
obj: ExecuteBudgetActionResponse
|
|
943
|
+
) => any;
|
|
944
|
+
|
|
945
|
+
export declare const UpdateBudgetRequestFilterSensitiveLog: (
|
|
946
|
+
obj: UpdateBudgetRequest
|
|
947
|
+
) => any;
|
|
948
|
+
|
|
949
|
+
export declare const UpdateBudgetResponseFilterSensitiveLog: (
|
|
950
|
+
obj: UpdateBudgetResponse
|
|
951
|
+
) => any;
|
|
952
|
+
|
|
953
|
+
export declare const UpdateBudgetActionRequestFilterSensitiveLog: (
|
|
954
|
+
obj: UpdateBudgetActionRequest
|
|
955
|
+
) => any;
|
|
956
|
+
|
|
957
|
+
export declare const UpdateBudgetActionResponseFilterSensitiveLog: (
|
|
958
|
+
obj: UpdateBudgetActionResponse
|
|
959
|
+
) => any;
|
|
960
|
+
|
|
961
|
+
export declare const UpdateNotificationRequestFilterSensitiveLog: (
|
|
962
|
+
obj: UpdateNotificationRequest
|
|
963
|
+
) => any;
|
|
964
|
+
|
|
965
|
+
export declare const UpdateNotificationResponseFilterSensitiveLog: (
|
|
966
|
+
obj: UpdateNotificationResponse
|
|
967
|
+
) => any;
|
|
968
|
+
|
|
969
|
+
export declare const UpdateSubscriberRequestFilterSensitiveLog: (
|
|
970
|
+
obj: UpdateSubscriberRequest
|
|
971
|
+
) => any;
|
|
972
|
+
|
|
973
|
+
export declare const UpdateSubscriberResponseFilterSensitiveLog: (
|
|
974
|
+
obj: UpdateSubscriberResponse
|
|
975
|
+
) => any;
|