@aws-sdk/client-billingconductor 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/Billingconductor.d.ts +574 -155
- package/dist-types/ts3.4/BillingconductorClient.d.ts +310 -103
- package/dist-types/ts3.4/commands/AssociateAccountsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/AssociatePricingRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateBillingGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreatePricingPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreatePricingRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteBillingGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePricingPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePricingRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisassociateAccountsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociatePricingRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListAccountAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBillingGroupCostReportsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListBillingGroupsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListCustomLineItemsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPricingPlansCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPricingRulesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateBillingGroupCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateCustomLineItemCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdatePricingPlanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdatePricingRuleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +30 -30
- 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/BillingconductorServiceException.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 +1176 -1074
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAccountAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBillingGroupCostReportsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListBillingGroupsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListCustomLineItemsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingPlansPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPricingRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +10 -10
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +365 -92
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/package.json +34 -34
|
@@ -1,1074 +1,1176 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { BillingconductorServiceException as __BaseException } from "./BillingconductorServiceException";
|
|
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
|
-
export interface AssociateAccountsInput {
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
export declare class ResourceNotFoundException extends __BaseException {
|
|
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
|
-
export
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
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
|
-
|
|
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
|
-
|
|
216
|
-
}
|
|
217
|
-
export interface DeleteBillingGroupInput {
|
|
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
|
-
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
}
|
|
338
|
-
export interface
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
}
|
|
353
|
-
export
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
export interface
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
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
|
-
|
|
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
|
-
export interface
|
|
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
|
-
|
|
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
|
-
export interface
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
export
|
|
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
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
}
|
|
786
|
-
export interface
|
|
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
|
-
export declare const
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export declare const
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
export declare const
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
export declare const
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export declare const
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
export declare const
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
export declare const
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export declare const
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
export declare const
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
export declare const
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
export declare const
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
export declare const
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
export declare const
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
export declare const
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
export declare const
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
export declare const
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
export declare const
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
export declare const
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
export declare const
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export declare const ListCustomLineItemChargeDetailsFilterSensitiveLog: (
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
export declare const
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
export declare const
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
export declare const
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
export declare const
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
export declare const
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
export declare const
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
export declare const
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
export declare const
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
export declare const
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
export declare const
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
export declare const
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
export declare const
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
export declare const
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
export declare const
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
export declare const
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
export declare const
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
export declare const
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
export declare const
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
export declare const
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
export declare const
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
export declare const
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
export declare const
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
export declare const
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
export declare const
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { BillingconductorServiceException as __BaseException } from "./BillingconductorServiceException";
|
|
3
|
+
|
|
4
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
5
|
+
readonly name: "AccessDeniedException";
|
|
6
|
+
readonly $fault: "client";
|
|
7
|
+
Message: string | undefined;
|
|
8
|
+
|
|
9
|
+
constructor(
|
|
10
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
11
|
+
);
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface AccountAssociationsListElement {
|
|
15
|
+
AccountId?: string;
|
|
16
|
+
|
|
17
|
+
BillingGroupArn?: string;
|
|
18
|
+
|
|
19
|
+
AccountName?: string;
|
|
20
|
+
|
|
21
|
+
AccountEmail?: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
export interface AccountGrouping {
|
|
25
|
+
LinkedAccountIds: string[] | undefined;
|
|
26
|
+
}
|
|
27
|
+
export interface AssociateAccountsInput {
|
|
28
|
+
Arn: string | undefined;
|
|
29
|
+
|
|
30
|
+
AccountIds: string[] | undefined;
|
|
31
|
+
}
|
|
32
|
+
export interface AssociateAccountsOutput {
|
|
33
|
+
Arn?: string;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
export declare class ConflictException extends __BaseException {
|
|
37
|
+
readonly name: "ConflictException";
|
|
38
|
+
readonly $fault: "client";
|
|
39
|
+
Message: string | undefined;
|
|
40
|
+
|
|
41
|
+
ResourceId: string | undefined;
|
|
42
|
+
|
|
43
|
+
ResourceType: string | undefined;
|
|
44
|
+
|
|
45
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export declare class InternalServerException extends __BaseException {
|
|
49
|
+
readonly name: "InternalServerException";
|
|
50
|
+
readonly $fault: "server";
|
|
51
|
+
Message: string | undefined;
|
|
52
|
+
|
|
53
|
+
RetryAfterSeconds?: number;
|
|
54
|
+
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
61
|
+
readonly name: "ResourceNotFoundException";
|
|
62
|
+
readonly $fault: "client";
|
|
63
|
+
Message: string | undefined;
|
|
64
|
+
|
|
65
|
+
ResourceId: string | undefined;
|
|
66
|
+
|
|
67
|
+
ResourceType: string | undefined;
|
|
68
|
+
|
|
69
|
+
constructor(
|
|
70
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
71
|
+
);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
export declare class ServiceLimitExceededException extends __BaseException {
|
|
75
|
+
readonly name: "ServiceLimitExceededException";
|
|
76
|
+
readonly $fault: "client";
|
|
77
|
+
Message: string | undefined;
|
|
78
|
+
|
|
79
|
+
ResourceId?: string;
|
|
80
|
+
|
|
81
|
+
ResourceType?: string;
|
|
82
|
+
|
|
83
|
+
LimitCode: string | undefined;
|
|
84
|
+
|
|
85
|
+
ServiceCode: string | undefined;
|
|
86
|
+
|
|
87
|
+
constructor(
|
|
88
|
+
opts: __ExceptionOptionType<ServiceLimitExceededException, __BaseException>
|
|
89
|
+
);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export declare class ThrottlingException extends __BaseException {
|
|
93
|
+
readonly name: "ThrottlingException";
|
|
94
|
+
readonly $fault: "client";
|
|
95
|
+
Message: string | undefined;
|
|
96
|
+
|
|
97
|
+
RetryAfterSeconds?: number;
|
|
98
|
+
|
|
99
|
+
constructor(
|
|
100
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
101
|
+
);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export interface ValidationExceptionField {
|
|
105
|
+
Name: string | undefined;
|
|
106
|
+
|
|
107
|
+
Message: string | undefined;
|
|
108
|
+
}
|
|
109
|
+
export declare enum ValidationExceptionReason {
|
|
110
|
+
ACCOUNTS_ALREADY_ASSOCIATED = "ACCOUNTS_ALREADY_ASSOCIATED",
|
|
111
|
+
ACCOUNTS_NOT_ASSOCIATED = "ACCOUNTS_NOT_ASSOCIATED",
|
|
112
|
+
CANNOT_PARSE = "CANNOT_PARSE",
|
|
113
|
+
DUPLICATE_ACCOUNT = "DUPLICATE_ACCOUNT",
|
|
114
|
+
DUPLICATE_PRICINGRULE_ARNS = "DUPLICATE_PRICINGRULE_ARNS",
|
|
115
|
+
FIELD_VALIDATION_FAILED = "FIELD_VALIDATION_FAILED",
|
|
116
|
+
ILLEGAL_ACCOUNTS = "ILLEGAL_ACCOUNTS",
|
|
117
|
+
ILLEGAL_BILLING_PERIOD = "ILLEGAL_BILLING_PERIOD",
|
|
118
|
+
ILLEGAL_BILLING_PERIOD_RANGE = "ILLEGAL_BILLING_PERIOD_RANGE",
|
|
119
|
+
ILLEGAL_CHARGE_DETAILS = "ILLEGAL_CHARGE_DETAILS",
|
|
120
|
+
ILLEGAL_CUSTOMLINEITEM = "ILLEGAL_CUSTOMLINEITEM",
|
|
121
|
+
ILLEGAL_CUSTOMLINEITEM_MODIFICATION = "ILLEGAL_CUSTOMLINEITEM_MODIFICATION",
|
|
122
|
+
ILLEGAL_CUSTOMLINEITEM_UPDATE = "ILLEGAL_CUSTOMLINEITEM_UPDATE",
|
|
123
|
+
ILLEGAL_EXPRESSION = "ILLEGAL_EXPRESSION",
|
|
124
|
+
ILLEGAL_PRIMARY_ACCOUNT = "ILLEGAL_PRIMARY_ACCOUNT",
|
|
125
|
+
ILLEGAL_RESOURCE_ARNS = "ILLEGAL_RESOURCE_ARNS",
|
|
126
|
+
ILLEGAL_SCOPE = "ILLEGAL_SCOPE",
|
|
127
|
+
ILLEGAL_SERVICE = "ILLEGAL_SERVICE",
|
|
128
|
+
ILLEGAL_UPDATE_CHARGE_DETAILS = "ILLEGAL_UPDATE_CHARGE_DETAILS",
|
|
129
|
+
INVALID_ARN = "INVALID_ARN",
|
|
130
|
+
INVALID_BILLINGVIEW_ARN = "INVALID_BILLINGVIEW_ARN",
|
|
131
|
+
INVALID_BILLING_GROUP_STATUS = "INVALID_BILLING_GROUP_STATUS",
|
|
132
|
+
INVALID_TIME_RANGE = "INVALID_TIME_RANGE",
|
|
133
|
+
MISMATCHED_BILLINGGROUP_ARN = "MISMATCHED_BILLINGGROUP_ARN",
|
|
134
|
+
MISMATCHED_BILLINGVIEW_ARN = "MISMATCHED_BILLINGVIEW_ARN",
|
|
135
|
+
MISMATCHED_CUSTOMLINEITEM_ARN = "MISMATCHED_CUSTOMLINEITEM_ARN",
|
|
136
|
+
MISMATCHED_PRICINGPLAN_ARN = "MISMATCHED_PRICINGPLAN_ARN",
|
|
137
|
+
MISMATCHED_PRICINGRULE_ARN = "MISMATCHED_PRICINGRULE_ARN",
|
|
138
|
+
MISSING_BILLINGGROUP = "MISSING_BILLINGGROUP",
|
|
139
|
+
MISSING_CUSTOMLINEITEM = "MISSING_CUSTOMLINEITEM",
|
|
140
|
+
MISSING_LINKED_ACCOUNT_IDS = "MISSING_LINKED_ACCOUNT_IDS",
|
|
141
|
+
MISSING_PRICINGPLAN = "MISSING_PRICINGPLAN",
|
|
142
|
+
MISSING_PRICING_PLAN_ARN = "MISSING_PRICING_PLAN_ARN",
|
|
143
|
+
MULTIPLE_LINKED_ACCOUNT_IDS = "MULTIPLE_LINKED_ACCOUNT_IDS",
|
|
144
|
+
MULTIPLE_PRICING_PLAN_ARN = "MULTIPLE_PRICING_PLAN_ARN",
|
|
145
|
+
OTHER = "OTHER",
|
|
146
|
+
PRICINGRULES_ALREADY_ASSOCIATED = "PRICINGRULES_ALREADY_ASSOCIATED",
|
|
147
|
+
PRICINGRULES_NOT_ASSOCIATED = "PRICINGRULES_NOT_ASSOCIATED",
|
|
148
|
+
PRICINGRULES_NOT_EXIST = "PRICINGRULES_NOT_EXIST",
|
|
149
|
+
PRIMARY_CANNOT_DISASSOCIATE = "PRIMARY_CANNOT_DISASSOCIATE",
|
|
150
|
+
PRIMARY_NOT_ASSOCIATED = "PRIMARY_NOT_ASSOCIATED",
|
|
151
|
+
TOO_MANY_ACCOUNTS_IN_REQUEST = "TOO_MANY_ACCOUNTS_IN_REQUEST",
|
|
152
|
+
TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST = "TOO_MANY_CUSTOMLINEITEMS_IN_REQUEST",
|
|
153
|
+
UNKNOWN_OPERATION = "UNKNOWN_OPERATION",
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
export declare class ValidationException extends __BaseException {
|
|
157
|
+
readonly name: "ValidationException";
|
|
158
|
+
readonly $fault: "client";
|
|
159
|
+
Message: string | undefined;
|
|
160
|
+
|
|
161
|
+
Reason?: ValidationExceptionReason | string;
|
|
162
|
+
|
|
163
|
+
Fields?: ValidationExceptionField[];
|
|
164
|
+
|
|
165
|
+
constructor(
|
|
166
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
167
|
+
);
|
|
168
|
+
}
|
|
169
|
+
export interface AssociatePricingRulesInput {
|
|
170
|
+
Arn: string | undefined;
|
|
171
|
+
|
|
172
|
+
PricingRuleArns: string[] | undefined;
|
|
173
|
+
}
|
|
174
|
+
export interface AssociatePricingRulesOutput {
|
|
175
|
+
Arn?: string;
|
|
176
|
+
}
|
|
177
|
+
export declare enum AssociateResourceErrorReason {
|
|
178
|
+
ILLEGAL_CUSTOMLINEITEM = "ILLEGAL_CUSTOMLINEITEM",
|
|
179
|
+
INTERNAL_SERVER_EXCEPTION = "INTERNAL_SERVER_EXCEPTION",
|
|
180
|
+
INVALID_ARN = "INVALID_ARN",
|
|
181
|
+
SERVICE_LIMIT_EXCEEDED = "SERVICE_LIMIT_EXCEEDED",
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export interface AssociateResourceError {
|
|
185
|
+
Message?: string;
|
|
186
|
+
|
|
187
|
+
Reason?: AssociateResourceErrorReason | string;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
export interface AssociateResourceResponseElement {
|
|
191
|
+
Arn?: string;
|
|
192
|
+
|
|
193
|
+
Error?: AssociateResourceError;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
export interface ComputationPreference {
|
|
197
|
+
PricingPlanArn: string | undefined;
|
|
198
|
+
}
|
|
199
|
+
export interface CreateBillingGroupInput {
|
|
200
|
+
ClientToken?: string;
|
|
201
|
+
|
|
202
|
+
Name: string | undefined;
|
|
203
|
+
|
|
204
|
+
AccountGrouping: AccountGrouping | undefined;
|
|
205
|
+
|
|
206
|
+
ComputationPreference: ComputationPreference | undefined;
|
|
207
|
+
|
|
208
|
+
PrimaryAccountId?: string;
|
|
209
|
+
|
|
210
|
+
Description?: string;
|
|
211
|
+
|
|
212
|
+
Tags?: Record<string, string>;
|
|
213
|
+
}
|
|
214
|
+
export interface CreateBillingGroupOutput {
|
|
215
|
+
Arn?: string;
|
|
216
|
+
}
|
|
217
|
+
export interface DeleteBillingGroupInput {
|
|
218
|
+
Arn: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export interface DeleteBillingGroupOutput {
|
|
221
|
+
Arn?: string;
|
|
222
|
+
}
|
|
223
|
+
export interface DisassociateAccountsInput {
|
|
224
|
+
Arn: string | undefined;
|
|
225
|
+
|
|
226
|
+
AccountIds: string[] | undefined;
|
|
227
|
+
}
|
|
228
|
+
export interface DisassociateAccountsOutput {
|
|
229
|
+
Arn?: string;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
export interface ListBillingGroupsFilter {
|
|
233
|
+
Arns?: string[];
|
|
234
|
+
|
|
235
|
+
PricingPlan?: string;
|
|
236
|
+
}
|
|
237
|
+
export interface ListBillingGroupsInput {
|
|
238
|
+
BillingPeriod?: string;
|
|
239
|
+
|
|
240
|
+
MaxResults?: number;
|
|
241
|
+
|
|
242
|
+
NextToken?: string;
|
|
243
|
+
|
|
244
|
+
Filters?: ListBillingGroupsFilter;
|
|
245
|
+
}
|
|
246
|
+
export declare enum BillingGroupStatus {
|
|
247
|
+
ACTIVE = "ACTIVE",
|
|
248
|
+
PRIMARY_ACCOUNT_MISSING = "PRIMARY_ACCOUNT_MISSING",
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export interface BillingGroupListElement {
|
|
252
|
+
Name?: string;
|
|
253
|
+
|
|
254
|
+
Arn?: string;
|
|
255
|
+
|
|
256
|
+
Description?: string;
|
|
257
|
+
|
|
258
|
+
PrimaryAccountId?: string;
|
|
259
|
+
|
|
260
|
+
ComputationPreference?: ComputationPreference;
|
|
261
|
+
|
|
262
|
+
Size?: number;
|
|
263
|
+
|
|
264
|
+
CreationTime?: number;
|
|
265
|
+
|
|
266
|
+
LastModifiedTime?: number;
|
|
267
|
+
|
|
268
|
+
Status?: BillingGroupStatus | string;
|
|
269
|
+
|
|
270
|
+
StatusReason?: string;
|
|
271
|
+
}
|
|
272
|
+
export interface ListBillingGroupsOutput {
|
|
273
|
+
BillingGroups?: BillingGroupListElement[];
|
|
274
|
+
|
|
275
|
+
NextToken?: string;
|
|
276
|
+
}
|
|
277
|
+
export interface UpdateBillingGroupInput {
|
|
278
|
+
Arn: string | undefined;
|
|
279
|
+
|
|
280
|
+
Name?: string;
|
|
281
|
+
|
|
282
|
+
Status?: BillingGroupStatus | string;
|
|
283
|
+
|
|
284
|
+
ComputationPreference?: ComputationPreference;
|
|
285
|
+
|
|
286
|
+
Description?: string;
|
|
287
|
+
}
|
|
288
|
+
export interface UpdateBillingGroupOutput {
|
|
289
|
+
Arn?: string;
|
|
290
|
+
|
|
291
|
+
Name?: string;
|
|
292
|
+
|
|
293
|
+
Description?: string;
|
|
294
|
+
|
|
295
|
+
PrimaryAccountId?: string;
|
|
296
|
+
|
|
297
|
+
PricingPlanArn?: string;
|
|
298
|
+
|
|
299
|
+
Size?: number;
|
|
300
|
+
|
|
301
|
+
LastModifiedTime?: number;
|
|
302
|
+
|
|
303
|
+
Status?: BillingGroupStatus | string;
|
|
304
|
+
|
|
305
|
+
StatusReason?: string;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export interface CustomLineItemBillingPeriodRange {
|
|
309
|
+
InclusiveStartBillingPeriod: string | undefined;
|
|
310
|
+
|
|
311
|
+
ExclusiveEndBillingPeriod: string | undefined;
|
|
312
|
+
}
|
|
313
|
+
export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
314
|
+
TargetArn: string | undefined;
|
|
315
|
+
|
|
316
|
+
ResourceArns: string[] | undefined;
|
|
317
|
+
|
|
318
|
+
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
319
|
+
}
|
|
320
|
+
export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
321
|
+
SuccessfullyAssociatedResources?: AssociateResourceResponseElement[];
|
|
322
|
+
|
|
323
|
+
FailedAssociatedResources?: AssociateResourceResponseElement[];
|
|
324
|
+
}
|
|
325
|
+
export interface BatchDisassociateResourcesFromCustomLineItemInput {
|
|
326
|
+
TargetArn: string | undefined;
|
|
327
|
+
|
|
328
|
+
ResourceArns: string[] | undefined;
|
|
329
|
+
|
|
330
|
+
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
331
|
+
}
|
|
332
|
+
|
|
333
|
+
export interface DisassociateResourceResponseElement {
|
|
334
|
+
Arn?: string;
|
|
335
|
+
|
|
336
|
+
Error?: AssociateResourceError;
|
|
337
|
+
}
|
|
338
|
+
export interface BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
339
|
+
SuccessfullyDisassociatedResources?: DisassociateResourceResponseElement[];
|
|
340
|
+
|
|
341
|
+
FailedDisassociatedResources?: DisassociateResourceResponseElement[];
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
export interface CustomLineItemFlatChargeDetails {
|
|
345
|
+
ChargeValue: number | undefined;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export interface CustomLineItemPercentageChargeDetails {
|
|
349
|
+
PercentageValue: number | undefined;
|
|
350
|
+
|
|
351
|
+
AssociatedValues?: string[];
|
|
352
|
+
}
|
|
353
|
+
export declare enum CustomLineItemType {
|
|
354
|
+
CREDIT = "CREDIT",
|
|
355
|
+
FEE = "FEE",
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
export interface CustomLineItemChargeDetails {
|
|
359
|
+
Flat?: CustomLineItemFlatChargeDetails;
|
|
360
|
+
|
|
361
|
+
Percentage?: CustomLineItemPercentageChargeDetails;
|
|
362
|
+
|
|
363
|
+
Type: CustomLineItemType | string | undefined;
|
|
364
|
+
}
|
|
365
|
+
export interface CreateCustomLineItemInput {
|
|
366
|
+
ClientToken?: string;
|
|
367
|
+
|
|
368
|
+
Name: string | undefined;
|
|
369
|
+
|
|
370
|
+
Description: string | undefined;
|
|
371
|
+
|
|
372
|
+
BillingGroupArn: string | undefined;
|
|
373
|
+
|
|
374
|
+
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
375
|
+
|
|
376
|
+
Tags?: Record<string, string>;
|
|
377
|
+
|
|
378
|
+
ChargeDetails: CustomLineItemChargeDetails | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface CreateCustomLineItemOutput {
|
|
381
|
+
Arn?: string;
|
|
382
|
+
}
|
|
383
|
+
export interface DeleteCustomLineItemInput {
|
|
384
|
+
Arn: string | undefined;
|
|
385
|
+
|
|
386
|
+
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
387
|
+
}
|
|
388
|
+
export interface DeleteCustomLineItemOutput {
|
|
389
|
+
Arn?: string;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
export interface ListCustomLineItemsFilter {
|
|
393
|
+
Names?: string[];
|
|
394
|
+
|
|
395
|
+
BillingGroups?: string[];
|
|
396
|
+
|
|
397
|
+
Arns?: string[];
|
|
398
|
+
}
|
|
399
|
+
export interface ListCustomLineItemsInput {
|
|
400
|
+
BillingPeriod?: string;
|
|
401
|
+
|
|
402
|
+
MaxResults?: number;
|
|
403
|
+
|
|
404
|
+
NextToken?: string;
|
|
405
|
+
|
|
406
|
+
Filters?: ListCustomLineItemsFilter;
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
export interface ListCustomLineItemFlatChargeDetails {
|
|
410
|
+
ChargeValue: number | undefined;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
export interface ListCustomLineItemPercentageChargeDetails {
|
|
414
|
+
PercentageValue: number | undefined;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export interface ListCustomLineItemChargeDetails {
|
|
418
|
+
Flat?: ListCustomLineItemFlatChargeDetails;
|
|
419
|
+
|
|
420
|
+
Percentage?: ListCustomLineItemPercentageChargeDetails;
|
|
421
|
+
|
|
422
|
+
Type: CustomLineItemType | string | undefined;
|
|
423
|
+
}
|
|
424
|
+
export declare enum CurrencyCode {
|
|
425
|
+
CNY = "CNY",
|
|
426
|
+
USD = "USD",
|
|
427
|
+
}
|
|
428
|
+
|
|
429
|
+
export interface CustomLineItemListElement {
|
|
430
|
+
Arn?: string;
|
|
431
|
+
|
|
432
|
+
Name?: string;
|
|
433
|
+
|
|
434
|
+
ChargeDetails?: ListCustomLineItemChargeDetails;
|
|
435
|
+
|
|
436
|
+
CurrencyCode?: CurrencyCode | string;
|
|
437
|
+
|
|
438
|
+
Description?: string;
|
|
439
|
+
|
|
440
|
+
ProductCode?: string;
|
|
441
|
+
|
|
442
|
+
BillingGroupArn?: string;
|
|
443
|
+
|
|
444
|
+
CreationTime?: number;
|
|
445
|
+
|
|
446
|
+
LastModifiedTime?: number;
|
|
447
|
+
|
|
448
|
+
AssociationSize?: number;
|
|
449
|
+
}
|
|
450
|
+
export interface ListCustomLineItemsOutput {
|
|
451
|
+
CustomLineItems?: CustomLineItemListElement[];
|
|
452
|
+
|
|
453
|
+
NextToken?: string;
|
|
454
|
+
}
|
|
455
|
+
export declare enum CustomLineItemRelationship {
|
|
456
|
+
CHILD = "CHILD",
|
|
457
|
+
PARENT = "PARENT",
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
export interface ListResourcesAssociatedToCustomLineItemFilter {
|
|
461
|
+
Relationship?: CustomLineItemRelationship | string;
|
|
462
|
+
}
|
|
463
|
+
export interface ListResourcesAssociatedToCustomLineItemInput {
|
|
464
|
+
BillingPeriod?: string;
|
|
465
|
+
|
|
466
|
+
Arn: string | undefined;
|
|
467
|
+
|
|
468
|
+
MaxResults?: number;
|
|
469
|
+
|
|
470
|
+
NextToken?: string;
|
|
471
|
+
|
|
472
|
+
Filters?: ListResourcesAssociatedToCustomLineItemFilter;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
export interface ListResourcesAssociatedToCustomLineItemResponseElement {
|
|
476
|
+
Arn?: string;
|
|
477
|
+
|
|
478
|
+
Relationship?: CustomLineItemRelationship | string;
|
|
479
|
+
}
|
|
480
|
+
export interface ListResourcesAssociatedToCustomLineItemOutput {
|
|
481
|
+
Arn?: string;
|
|
482
|
+
|
|
483
|
+
AssociatedResources?: ListResourcesAssociatedToCustomLineItemResponseElement[];
|
|
484
|
+
|
|
485
|
+
NextToken?: string;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
export interface UpdateCustomLineItemFlatChargeDetails {
|
|
489
|
+
ChargeValue: number | undefined;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
export interface UpdateCustomLineItemPercentageChargeDetails {
|
|
493
|
+
PercentageValue: number | undefined;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
export interface UpdateCustomLineItemChargeDetails {
|
|
497
|
+
Flat?: UpdateCustomLineItemFlatChargeDetails;
|
|
498
|
+
|
|
499
|
+
Percentage?: UpdateCustomLineItemPercentageChargeDetails;
|
|
500
|
+
}
|
|
501
|
+
export interface UpdateCustomLineItemInput {
|
|
502
|
+
Arn: string | undefined;
|
|
503
|
+
|
|
504
|
+
Name?: string;
|
|
505
|
+
|
|
506
|
+
Description?: string;
|
|
507
|
+
|
|
508
|
+
ChargeDetails?: UpdateCustomLineItemChargeDetails;
|
|
509
|
+
|
|
510
|
+
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
511
|
+
}
|
|
512
|
+
export interface UpdateCustomLineItemOutput {
|
|
513
|
+
Arn?: string;
|
|
514
|
+
|
|
515
|
+
BillingGroupArn?: string;
|
|
516
|
+
|
|
517
|
+
Name?: string;
|
|
518
|
+
|
|
519
|
+
Description?: string;
|
|
520
|
+
|
|
521
|
+
ChargeDetails?: ListCustomLineItemChargeDetails;
|
|
522
|
+
|
|
523
|
+
LastModifiedTime?: number;
|
|
524
|
+
|
|
525
|
+
AssociationSize?: number;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
export interface ListAccountAssociationsFilter {
|
|
529
|
+
Association?: string;
|
|
530
|
+
|
|
531
|
+
AccountId?: string;
|
|
532
|
+
}
|
|
533
|
+
export interface ListAccountAssociationsInput {
|
|
534
|
+
BillingPeriod?: string;
|
|
535
|
+
|
|
536
|
+
Filters?: ListAccountAssociationsFilter;
|
|
537
|
+
|
|
538
|
+
NextToken?: string;
|
|
539
|
+
}
|
|
540
|
+
export interface ListAccountAssociationsOutput {
|
|
541
|
+
LinkedAccounts?: AccountAssociationsListElement[];
|
|
542
|
+
|
|
543
|
+
NextToken?: string;
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
export interface ListBillingGroupCostReportsFilter {
|
|
547
|
+
BillingGroupArns?: string[];
|
|
548
|
+
}
|
|
549
|
+
export interface ListBillingGroupCostReportsInput {
|
|
550
|
+
BillingPeriod?: string;
|
|
551
|
+
|
|
552
|
+
MaxResults?: number;
|
|
553
|
+
|
|
554
|
+
NextToken?: string;
|
|
555
|
+
|
|
556
|
+
Filters?: ListBillingGroupCostReportsFilter;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export interface BillingGroupCostReportElement {
|
|
560
|
+
Arn?: string;
|
|
561
|
+
|
|
562
|
+
AWSCost?: string;
|
|
563
|
+
|
|
564
|
+
ProformaCost?: string;
|
|
565
|
+
|
|
566
|
+
Margin?: string;
|
|
567
|
+
|
|
568
|
+
MarginPercentage?: string;
|
|
569
|
+
|
|
570
|
+
Currency?: string;
|
|
571
|
+
}
|
|
572
|
+
export interface ListBillingGroupCostReportsOutput {
|
|
573
|
+
BillingGroupCostReports?: BillingGroupCostReportElement[];
|
|
574
|
+
|
|
575
|
+
NextToken?: string;
|
|
576
|
+
}
|
|
577
|
+
export interface ListTagsForResourceRequest {
|
|
578
|
+
ResourceArn: string | undefined;
|
|
579
|
+
}
|
|
580
|
+
export interface ListTagsForResourceResponse {
|
|
581
|
+
Tags?: Record<string, string>;
|
|
582
|
+
}
|
|
583
|
+
export interface CreatePricingPlanInput {
|
|
584
|
+
ClientToken?: string;
|
|
585
|
+
|
|
586
|
+
Name: string | undefined;
|
|
587
|
+
|
|
588
|
+
Description?: string;
|
|
589
|
+
|
|
590
|
+
PricingRuleArns?: string[];
|
|
591
|
+
|
|
592
|
+
Tags?: Record<string, string>;
|
|
593
|
+
}
|
|
594
|
+
export interface CreatePricingPlanOutput {
|
|
595
|
+
Arn?: string;
|
|
596
|
+
}
|
|
597
|
+
export interface DeletePricingPlanInput {
|
|
598
|
+
Arn: string | undefined;
|
|
599
|
+
}
|
|
600
|
+
export interface DeletePricingPlanOutput {
|
|
601
|
+
Arn?: string;
|
|
602
|
+
}
|
|
603
|
+
export interface DisassociatePricingRulesInput {
|
|
604
|
+
Arn: string | undefined;
|
|
605
|
+
|
|
606
|
+
PricingRuleArns: string[] | undefined;
|
|
607
|
+
}
|
|
608
|
+
export interface DisassociatePricingRulesOutput {
|
|
609
|
+
Arn?: string;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
export interface ListPricingPlansFilter {
|
|
613
|
+
Arns?: string[];
|
|
614
|
+
}
|
|
615
|
+
export interface ListPricingPlansInput {
|
|
616
|
+
BillingPeriod?: string;
|
|
617
|
+
|
|
618
|
+
Filters?: ListPricingPlansFilter;
|
|
619
|
+
|
|
620
|
+
MaxResults?: number;
|
|
621
|
+
|
|
622
|
+
NextToken?: string;
|
|
623
|
+
}
|
|
624
|
+
|
|
625
|
+
export interface PricingPlanListElement {
|
|
626
|
+
Name?: string;
|
|
627
|
+
|
|
628
|
+
Arn?: string;
|
|
629
|
+
|
|
630
|
+
Description?: string;
|
|
631
|
+
|
|
632
|
+
Size?: number;
|
|
633
|
+
|
|
634
|
+
CreationTime?: number;
|
|
635
|
+
|
|
636
|
+
LastModifiedTime?: number;
|
|
637
|
+
}
|
|
638
|
+
export interface ListPricingPlansOutput {
|
|
639
|
+
BillingPeriod?: string;
|
|
640
|
+
|
|
641
|
+
PricingPlans?: PricingPlanListElement[];
|
|
642
|
+
|
|
643
|
+
NextToken?: string;
|
|
644
|
+
}
|
|
645
|
+
export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
646
|
+
BillingPeriod?: string;
|
|
647
|
+
|
|
648
|
+
PricingRuleArn: string | undefined;
|
|
649
|
+
|
|
650
|
+
MaxResults?: number;
|
|
651
|
+
|
|
652
|
+
NextToken?: string;
|
|
653
|
+
}
|
|
654
|
+
export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
655
|
+
BillingPeriod?: string;
|
|
656
|
+
|
|
657
|
+
PricingRuleArn?: string;
|
|
658
|
+
|
|
659
|
+
PricingPlanArns?: string[];
|
|
660
|
+
|
|
661
|
+
NextToken?: string;
|
|
662
|
+
}
|
|
663
|
+
export interface UpdatePricingPlanInput {
|
|
664
|
+
Arn: string | undefined;
|
|
665
|
+
|
|
666
|
+
Name?: string;
|
|
667
|
+
|
|
668
|
+
Description?: string;
|
|
669
|
+
}
|
|
670
|
+
export interface UpdatePricingPlanOutput {
|
|
671
|
+
Arn?: string;
|
|
672
|
+
|
|
673
|
+
Name?: string;
|
|
674
|
+
|
|
675
|
+
Description?: string;
|
|
676
|
+
|
|
677
|
+
Size?: number;
|
|
678
|
+
|
|
679
|
+
LastModifiedTime?: number;
|
|
680
|
+
}
|
|
681
|
+
export declare enum PricingRuleScope {
|
|
682
|
+
GLOBAL = "GLOBAL",
|
|
683
|
+
SERVICE = "SERVICE",
|
|
684
|
+
}
|
|
685
|
+
export declare enum PricingRuleType {
|
|
686
|
+
DISCOUNT = "DISCOUNT",
|
|
687
|
+
MARKUP = "MARKUP",
|
|
688
|
+
}
|
|
689
|
+
export interface CreatePricingRuleInput {
|
|
690
|
+
ClientToken?: string;
|
|
691
|
+
|
|
692
|
+
Name: string | undefined;
|
|
693
|
+
|
|
694
|
+
Description?: string;
|
|
695
|
+
|
|
696
|
+
Scope: PricingRuleScope | string | undefined;
|
|
697
|
+
|
|
698
|
+
Type: PricingRuleType | string | undefined;
|
|
699
|
+
|
|
700
|
+
ModifierPercentage: number | undefined;
|
|
701
|
+
|
|
702
|
+
Service?: string;
|
|
703
|
+
|
|
704
|
+
Tags?: Record<string, string>;
|
|
705
|
+
}
|
|
706
|
+
export interface CreatePricingRuleOutput {
|
|
707
|
+
Arn?: string;
|
|
708
|
+
}
|
|
709
|
+
export interface DeletePricingRuleInput {
|
|
710
|
+
Arn: string | undefined;
|
|
711
|
+
}
|
|
712
|
+
export interface DeletePricingRuleOutput {
|
|
713
|
+
Arn?: string;
|
|
714
|
+
}
|
|
715
|
+
|
|
716
|
+
export interface ListPricingRulesFilter {
|
|
717
|
+
Arns?: string[];
|
|
718
|
+
}
|
|
719
|
+
export interface ListPricingRulesInput {
|
|
720
|
+
BillingPeriod?: string;
|
|
721
|
+
|
|
722
|
+
Filters?: ListPricingRulesFilter;
|
|
723
|
+
|
|
724
|
+
MaxResults?: number;
|
|
725
|
+
|
|
726
|
+
NextToken?: string;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
export interface PricingRuleListElement {
|
|
730
|
+
Name?: string;
|
|
731
|
+
|
|
732
|
+
Arn?: string;
|
|
733
|
+
|
|
734
|
+
Description?: string;
|
|
735
|
+
|
|
736
|
+
Scope?: PricingRuleScope | string;
|
|
737
|
+
|
|
738
|
+
Type?: PricingRuleType | string;
|
|
739
|
+
|
|
740
|
+
ModifierPercentage?: number;
|
|
741
|
+
|
|
742
|
+
Service?: string;
|
|
743
|
+
|
|
744
|
+
AssociatedPricingPlanCount?: number;
|
|
745
|
+
|
|
746
|
+
CreationTime?: number;
|
|
747
|
+
|
|
748
|
+
LastModifiedTime?: number;
|
|
749
|
+
}
|
|
750
|
+
export interface ListPricingRulesOutput {
|
|
751
|
+
BillingPeriod?: string;
|
|
752
|
+
|
|
753
|
+
PricingRules?: PricingRuleListElement[];
|
|
754
|
+
|
|
755
|
+
NextToken?: string;
|
|
756
|
+
}
|
|
757
|
+
export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
758
|
+
BillingPeriod?: string;
|
|
759
|
+
|
|
760
|
+
PricingPlanArn: string | undefined;
|
|
761
|
+
|
|
762
|
+
MaxResults?: number;
|
|
763
|
+
|
|
764
|
+
NextToken?: string;
|
|
765
|
+
}
|
|
766
|
+
export interface ListPricingRulesAssociatedToPricingPlanOutput {
|
|
767
|
+
BillingPeriod?: string;
|
|
768
|
+
|
|
769
|
+
PricingPlanArn?: string;
|
|
770
|
+
|
|
771
|
+
PricingRuleArns?: string[];
|
|
772
|
+
|
|
773
|
+
NextToken?: string;
|
|
774
|
+
}
|
|
775
|
+
export interface UpdatePricingRuleInput {
|
|
776
|
+
Arn: string | undefined;
|
|
777
|
+
|
|
778
|
+
Name?: string;
|
|
779
|
+
|
|
780
|
+
Description?: string;
|
|
781
|
+
|
|
782
|
+
Type?: PricingRuleType | string;
|
|
783
|
+
|
|
784
|
+
ModifierPercentage?: number;
|
|
785
|
+
}
|
|
786
|
+
export interface UpdatePricingRuleOutput {
|
|
787
|
+
Arn?: string;
|
|
788
|
+
|
|
789
|
+
Name?: string;
|
|
790
|
+
|
|
791
|
+
Description?: string;
|
|
792
|
+
|
|
793
|
+
Scope?: PricingRuleScope | string;
|
|
794
|
+
|
|
795
|
+
Type?: PricingRuleType | string;
|
|
796
|
+
|
|
797
|
+
ModifierPercentage?: number;
|
|
798
|
+
|
|
799
|
+
Service?: string;
|
|
800
|
+
|
|
801
|
+
AssociatedPricingPlanCount?: number;
|
|
802
|
+
|
|
803
|
+
LastModifiedTime?: number;
|
|
804
|
+
}
|
|
805
|
+
export interface TagResourceRequest {
|
|
806
|
+
ResourceArn: string | undefined;
|
|
807
|
+
|
|
808
|
+
Tags: Record<string, string> | undefined;
|
|
809
|
+
}
|
|
810
|
+
export interface TagResourceResponse {}
|
|
811
|
+
export interface UntagResourceRequest {
|
|
812
|
+
ResourceArn: string | undefined;
|
|
813
|
+
|
|
814
|
+
TagKeys: string[] | undefined;
|
|
815
|
+
}
|
|
816
|
+
export interface UntagResourceResponse {}
|
|
817
|
+
|
|
818
|
+
export declare const AccountAssociationsListElementFilterSensitiveLog: (
|
|
819
|
+
obj: AccountAssociationsListElement
|
|
820
|
+
) => any;
|
|
821
|
+
|
|
822
|
+
export declare const AccountGroupingFilterSensitiveLog: (
|
|
823
|
+
obj: AccountGrouping
|
|
824
|
+
) => any;
|
|
825
|
+
|
|
826
|
+
export declare const AssociateAccountsInputFilterSensitiveLog: (
|
|
827
|
+
obj: AssociateAccountsInput
|
|
828
|
+
) => any;
|
|
829
|
+
|
|
830
|
+
export declare const AssociateAccountsOutputFilterSensitiveLog: (
|
|
831
|
+
obj: AssociateAccountsOutput
|
|
832
|
+
) => any;
|
|
833
|
+
|
|
834
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
835
|
+
obj: ValidationExceptionField
|
|
836
|
+
) => any;
|
|
837
|
+
|
|
838
|
+
export declare const AssociatePricingRulesInputFilterSensitiveLog: (
|
|
839
|
+
obj: AssociatePricingRulesInput
|
|
840
|
+
) => any;
|
|
841
|
+
|
|
842
|
+
export declare const AssociatePricingRulesOutputFilterSensitiveLog: (
|
|
843
|
+
obj: AssociatePricingRulesOutput
|
|
844
|
+
) => any;
|
|
845
|
+
|
|
846
|
+
export declare const AssociateResourceErrorFilterSensitiveLog: (
|
|
847
|
+
obj: AssociateResourceError
|
|
848
|
+
) => any;
|
|
849
|
+
|
|
850
|
+
export declare const AssociateResourceResponseElementFilterSensitiveLog: (
|
|
851
|
+
obj: AssociateResourceResponseElement
|
|
852
|
+
) => any;
|
|
853
|
+
|
|
854
|
+
export declare const ComputationPreferenceFilterSensitiveLog: (
|
|
855
|
+
obj: ComputationPreference
|
|
856
|
+
) => any;
|
|
857
|
+
|
|
858
|
+
export declare const CreateBillingGroupInputFilterSensitiveLog: (
|
|
859
|
+
obj: CreateBillingGroupInput
|
|
860
|
+
) => any;
|
|
861
|
+
|
|
862
|
+
export declare const CreateBillingGroupOutputFilterSensitiveLog: (
|
|
863
|
+
obj: CreateBillingGroupOutput
|
|
864
|
+
) => any;
|
|
865
|
+
|
|
866
|
+
export declare const DeleteBillingGroupInputFilterSensitiveLog: (
|
|
867
|
+
obj: DeleteBillingGroupInput
|
|
868
|
+
) => any;
|
|
869
|
+
|
|
870
|
+
export declare const DeleteBillingGroupOutputFilterSensitiveLog: (
|
|
871
|
+
obj: DeleteBillingGroupOutput
|
|
872
|
+
) => any;
|
|
873
|
+
|
|
874
|
+
export declare const DisassociateAccountsInputFilterSensitiveLog: (
|
|
875
|
+
obj: DisassociateAccountsInput
|
|
876
|
+
) => any;
|
|
877
|
+
|
|
878
|
+
export declare const DisassociateAccountsOutputFilterSensitiveLog: (
|
|
879
|
+
obj: DisassociateAccountsOutput
|
|
880
|
+
) => any;
|
|
881
|
+
|
|
882
|
+
export declare const ListBillingGroupsFilterFilterSensitiveLog: (
|
|
883
|
+
obj: ListBillingGroupsFilter
|
|
884
|
+
) => any;
|
|
885
|
+
|
|
886
|
+
export declare const ListBillingGroupsInputFilterSensitiveLog: (
|
|
887
|
+
obj: ListBillingGroupsInput
|
|
888
|
+
) => any;
|
|
889
|
+
|
|
890
|
+
export declare const BillingGroupListElementFilterSensitiveLog: (
|
|
891
|
+
obj: BillingGroupListElement
|
|
892
|
+
) => any;
|
|
893
|
+
|
|
894
|
+
export declare const ListBillingGroupsOutputFilterSensitiveLog: (
|
|
895
|
+
obj: ListBillingGroupsOutput
|
|
896
|
+
) => any;
|
|
897
|
+
|
|
898
|
+
export declare const UpdateBillingGroupInputFilterSensitiveLog: (
|
|
899
|
+
obj: UpdateBillingGroupInput
|
|
900
|
+
) => any;
|
|
901
|
+
|
|
902
|
+
export declare const UpdateBillingGroupOutputFilterSensitiveLog: (
|
|
903
|
+
obj: UpdateBillingGroupOutput
|
|
904
|
+
) => any;
|
|
905
|
+
|
|
906
|
+
export declare const CustomLineItemBillingPeriodRangeFilterSensitiveLog: (
|
|
907
|
+
obj: CustomLineItemBillingPeriodRange
|
|
908
|
+
) => any;
|
|
909
|
+
|
|
910
|
+
export declare const BatchAssociateResourcesToCustomLineItemInputFilterSensitiveLog: (
|
|
911
|
+
obj: BatchAssociateResourcesToCustomLineItemInput
|
|
912
|
+
) => any;
|
|
913
|
+
|
|
914
|
+
export declare const BatchAssociateResourcesToCustomLineItemOutputFilterSensitiveLog: (
|
|
915
|
+
obj: BatchAssociateResourcesToCustomLineItemOutput
|
|
916
|
+
) => any;
|
|
917
|
+
|
|
918
|
+
export declare const BatchDisassociateResourcesFromCustomLineItemInputFilterSensitiveLog: (
|
|
919
|
+
obj: BatchDisassociateResourcesFromCustomLineItemInput
|
|
920
|
+
) => any;
|
|
921
|
+
|
|
922
|
+
export declare const DisassociateResourceResponseElementFilterSensitiveLog: (
|
|
923
|
+
obj: DisassociateResourceResponseElement
|
|
924
|
+
) => any;
|
|
925
|
+
|
|
926
|
+
export declare const BatchDisassociateResourcesFromCustomLineItemOutputFilterSensitiveLog: (
|
|
927
|
+
obj: BatchDisassociateResourcesFromCustomLineItemOutput
|
|
928
|
+
) => any;
|
|
929
|
+
|
|
930
|
+
export declare const CustomLineItemFlatChargeDetailsFilterSensitiveLog: (
|
|
931
|
+
obj: CustomLineItemFlatChargeDetails
|
|
932
|
+
) => any;
|
|
933
|
+
|
|
934
|
+
export declare const CustomLineItemPercentageChargeDetailsFilterSensitiveLog: (
|
|
935
|
+
obj: CustomLineItemPercentageChargeDetails
|
|
936
|
+
) => any;
|
|
937
|
+
|
|
938
|
+
export declare const CustomLineItemChargeDetailsFilterSensitiveLog: (
|
|
939
|
+
obj: CustomLineItemChargeDetails
|
|
940
|
+
) => any;
|
|
941
|
+
|
|
942
|
+
export declare const CreateCustomLineItemInputFilterSensitiveLog: (
|
|
943
|
+
obj: CreateCustomLineItemInput
|
|
944
|
+
) => any;
|
|
945
|
+
|
|
946
|
+
export declare const CreateCustomLineItemOutputFilterSensitiveLog: (
|
|
947
|
+
obj: CreateCustomLineItemOutput
|
|
948
|
+
) => any;
|
|
949
|
+
|
|
950
|
+
export declare const DeleteCustomLineItemInputFilterSensitiveLog: (
|
|
951
|
+
obj: DeleteCustomLineItemInput
|
|
952
|
+
) => any;
|
|
953
|
+
|
|
954
|
+
export declare const DeleteCustomLineItemOutputFilterSensitiveLog: (
|
|
955
|
+
obj: DeleteCustomLineItemOutput
|
|
956
|
+
) => any;
|
|
957
|
+
|
|
958
|
+
export declare const ListCustomLineItemsFilterFilterSensitiveLog: (
|
|
959
|
+
obj: ListCustomLineItemsFilter
|
|
960
|
+
) => any;
|
|
961
|
+
|
|
962
|
+
export declare const ListCustomLineItemsInputFilterSensitiveLog: (
|
|
963
|
+
obj: ListCustomLineItemsInput
|
|
964
|
+
) => any;
|
|
965
|
+
|
|
966
|
+
export declare const ListCustomLineItemFlatChargeDetailsFilterSensitiveLog: (
|
|
967
|
+
obj: ListCustomLineItemFlatChargeDetails
|
|
968
|
+
) => any;
|
|
969
|
+
|
|
970
|
+
export declare const ListCustomLineItemPercentageChargeDetailsFilterSensitiveLog: (
|
|
971
|
+
obj: ListCustomLineItemPercentageChargeDetails
|
|
972
|
+
) => any;
|
|
973
|
+
|
|
974
|
+
export declare const ListCustomLineItemChargeDetailsFilterSensitiveLog: (
|
|
975
|
+
obj: ListCustomLineItemChargeDetails
|
|
976
|
+
) => any;
|
|
977
|
+
|
|
978
|
+
export declare const CustomLineItemListElementFilterSensitiveLog: (
|
|
979
|
+
obj: CustomLineItemListElement
|
|
980
|
+
) => any;
|
|
981
|
+
|
|
982
|
+
export declare const ListCustomLineItemsOutputFilterSensitiveLog: (
|
|
983
|
+
obj: ListCustomLineItemsOutput
|
|
984
|
+
) => any;
|
|
985
|
+
|
|
986
|
+
export declare const ListResourcesAssociatedToCustomLineItemFilterFilterSensitiveLog: (
|
|
987
|
+
obj: ListResourcesAssociatedToCustomLineItemFilter
|
|
988
|
+
) => any;
|
|
989
|
+
|
|
990
|
+
export declare const ListResourcesAssociatedToCustomLineItemInputFilterSensitiveLog: (
|
|
991
|
+
obj: ListResourcesAssociatedToCustomLineItemInput
|
|
992
|
+
) => any;
|
|
993
|
+
|
|
994
|
+
export declare const ListResourcesAssociatedToCustomLineItemResponseElementFilterSensitiveLog: (
|
|
995
|
+
obj: ListResourcesAssociatedToCustomLineItemResponseElement
|
|
996
|
+
) => any;
|
|
997
|
+
|
|
998
|
+
export declare const ListResourcesAssociatedToCustomLineItemOutputFilterSensitiveLog: (
|
|
999
|
+
obj: ListResourcesAssociatedToCustomLineItemOutput
|
|
1000
|
+
) => any;
|
|
1001
|
+
|
|
1002
|
+
export declare const UpdateCustomLineItemFlatChargeDetailsFilterSensitiveLog: (
|
|
1003
|
+
obj: UpdateCustomLineItemFlatChargeDetails
|
|
1004
|
+
) => any;
|
|
1005
|
+
|
|
1006
|
+
export declare const UpdateCustomLineItemPercentageChargeDetailsFilterSensitiveLog: (
|
|
1007
|
+
obj: UpdateCustomLineItemPercentageChargeDetails
|
|
1008
|
+
) => any;
|
|
1009
|
+
|
|
1010
|
+
export declare const UpdateCustomLineItemChargeDetailsFilterSensitiveLog: (
|
|
1011
|
+
obj: UpdateCustomLineItemChargeDetails
|
|
1012
|
+
) => any;
|
|
1013
|
+
|
|
1014
|
+
export declare const UpdateCustomLineItemInputFilterSensitiveLog: (
|
|
1015
|
+
obj: UpdateCustomLineItemInput
|
|
1016
|
+
) => any;
|
|
1017
|
+
|
|
1018
|
+
export declare const UpdateCustomLineItemOutputFilterSensitiveLog: (
|
|
1019
|
+
obj: UpdateCustomLineItemOutput
|
|
1020
|
+
) => any;
|
|
1021
|
+
|
|
1022
|
+
export declare const ListAccountAssociationsFilterFilterSensitiveLog: (
|
|
1023
|
+
obj: ListAccountAssociationsFilter
|
|
1024
|
+
) => any;
|
|
1025
|
+
|
|
1026
|
+
export declare const ListAccountAssociationsInputFilterSensitiveLog: (
|
|
1027
|
+
obj: ListAccountAssociationsInput
|
|
1028
|
+
) => any;
|
|
1029
|
+
|
|
1030
|
+
export declare const ListAccountAssociationsOutputFilterSensitiveLog: (
|
|
1031
|
+
obj: ListAccountAssociationsOutput
|
|
1032
|
+
) => any;
|
|
1033
|
+
|
|
1034
|
+
export declare const ListBillingGroupCostReportsFilterFilterSensitiveLog: (
|
|
1035
|
+
obj: ListBillingGroupCostReportsFilter
|
|
1036
|
+
) => any;
|
|
1037
|
+
|
|
1038
|
+
export declare const ListBillingGroupCostReportsInputFilterSensitiveLog: (
|
|
1039
|
+
obj: ListBillingGroupCostReportsInput
|
|
1040
|
+
) => any;
|
|
1041
|
+
|
|
1042
|
+
export declare const BillingGroupCostReportElementFilterSensitiveLog: (
|
|
1043
|
+
obj: BillingGroupCostReportElement
|
|
1044
|
+
) => any;
|
|
1045
|
+
|
|
1046
|
+
export declare const ListBillingGroupCostReportsOutputFilterSensitiveLog: (
|
|
1047
|
+
obj: ListBillingGroupCostReportsOutput
|
|
1048
|
+
) => any;
|
|
1049
|
+
|
|
1050
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1051
|
+
obj: ListTagsForResourceRequest
|
|
1052
|
+
) => any;
|
|
1053
|
+
|
|
1054
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1055
|
+
obj: ListTagsForResourceResponse
|
|
1056
|
+
) => any;
|
|
1057
|
+
|
|
1058
|
+
export declare const CreatePricingPlanInputFilterSensitiveLog: (
|
|
1059
|
+
obj: CreatePricingPlanInput
|
|
1060
|
+
) => any;
|
|
1061
|
+
|
|
1062
|
+
export declare const CreatePricingPlanOutputFilterSensitiveLog: (
|
|
1063
|
+
obj: CreatePricingPlanOutput
|
|
1064
|
+
) => any;
|
|
1065
|
+
|
|
1066
|
+
export declare const DeletePricingPlanInputFilterSensitiveLog: (
|
|
1067
|
+
obj: DeletePricingPlanInput
|
|
1068
|
+
) => any;
|
|
1069
|
+
|
|
1070
|
+
export declare const DeletePricingPlanOutputFilterSensitiveLog: (
|
|
1071
|
+
obj: DeletePricingPlanOutput
|
|
1072
|
+
) => any;
|
|
1073
|
+
|
|
1074
|
+
export declare const DisassociatePricingRulesInputFilterSensitiveLog: (
|
|
1075
|
+
obj: DisassociatePricingRulesInput
|
|
1076
|
+
) => any;
|
|
1077
|
+
|
|
1078
|
+
export declare const DisassociatePricingRulesOutputFilterSensitiveLog: (
|
|
1079
|
+
obj: DisassociatePricingRulesOutput
|
|
1080
|
+
) => any;
|
|
1081
|
+
|
|
1082
|
+
export declare const ListPricingPlansFilterFilterSensitiveLog: (
|
|
1083
|
+
obj: ListPricingPlansFilter
|
|
1084
|
+
) => any;
|
|
1085
|
+
|
|
1086
|
+
export declare const ListPricingPlansInputFilterSensitiveLog: (
|
|
1087
|
+
obj: ListPricingPlansInput
|
|
1088
|
+
) => any;
|
|
1089
|
+
|
|
1090
|
+
export declare const PricingPlanListElementFilterSensitiveLog: (
|
|
1091
|
+
obj: PricingPlanListElement
|
|
1092
|
+
) => any;
|
|
1093
|
+
|
|
1094
|
+
export declare const ListPricingPlansOutputFilterSensitiveLog: (
|
|
1095
|
+
obj: ListPricingPlansOutput
|
|
1096
|
+
) => any;
|
|
1097
|
+
|
|
1098
|
+
export declare const ListPricingPlansAssociatedWithPricingRuleInputFilterSensitiveLog: (
|
|
1099
|
+
obj: ListPricingPlansAssociatedWithPricingRuleInput
|
|
1100
|
+
) => any;
|
|
1101
|
+
|
|
1102
|
+
export declare const ListPricingPlansAssociatedWithPricingRuleOutputFilterSensitiveLog: (
|
|
1103
|
+
obj: ListPricingPlansAssociatedWithPricingRuleOutput
|
|
1104
|
+
) => any;
|
|
1105
|
+
|
|
1106
|
+
export declare const UpdatePricingPlanInputFilterSensitiveLog: (
|
|
1107
|
+
obj: UpdatePricingPlanInput
|
|
1108
|
+
) => any;
|
|
1109
|
+
|
|
1110
|
+
export declare const UpdatePricingPlanOutputFilterSensitiveLog: (
|
|
1111
|
+
obj: UpdatePricingPlanOutput
|
|
1112
|
+
) => any;
|
|
1113
|
+
|
|
1114
|
+
export declare const CreatePricingRuleInputFilterSensitiveLog: (
|
|
1115
|
+
obj: CreatePricingRuleInput
|
|
1116
|
+
) => any;
|
|
1117
|
+
|
|
1118
|
+
export declare const CreatePricingRuleOutputFilterSensitiveLog: (
|
|
1119
|
+
obj: CreatePricingRuleOutput
|
|
1120
|
+
) => any;
|
|
1121
|
+
|
|
1122
|
+
export declare const DeletePricingRuleInputFilterSensitiveLog: (
|
|
1123
|
+
obj: DeletePricingRuleInput
|
|
1124
|
+
) => any;
|
|
1125
|
+
|
|
1126
|
+
export declare const DeletePricingRuleOutputFilterSensitiveLog: (
|
|
1127
|
+
obj: DeletePricingRuleOutput
|
|
1128
|
+
) => any;
|
|
1129
|
+
|
|
1130
|
+
export declare const ListPricingRulesFilterFilterSensitiveLog: (
|
|
1131
|
+
obj: ListPricingRulesFilter
|
|
1132
|
+
) => any;
|
|
1133
|
+
|
|
1134
|
+
export declare const ListPricingRulesInputFilterSensitiveLog: (
|
|
1135
|
+
obj: ListPricingRulesInput
|
|
1136
|
+
) => any;
|
|
1137
|
+
|
|
1138
|
+
export declare const PricingRuleListElementFilterSensitiveLog: (
|
|
1139
|
+
obj: PricingRuleListElement
|
|
1140
|
+
) => any;
|
|
1141
|
+
|
|
1142
|
+
export declare const ListPricingRulesOutputFilterSensitiveLog: (
|
|
1143
|
+
obj: ListPricingRulesOutput
|
|
1144
|
+
) => any;
|
|
1145
|
+
|
|
1146
|
+
export declare const ListPricingRulesAssociatedToPricingPlanInputFilterSensitiveLog: (
|
|
1147
|
+
obj: ListPricingRulesAssociatedToPricingPlanInput
|
|
1148
|
+
) => any;
|
|
1149
|
+
|
|
1150
|
+
export declare const ListPricingRulesAssociatedToPricingPlanOutputFilterSensitiveLog: (
|
|
1151
|
+
obj: ListPricingRulesAssociatedToPricingPlanOutput
|
|
1152
|
+
) => any;
|
|
1153
|
+
|
|
1154
|
+
export declare const UpdatePricingRuleInputFilterSensitiveLog: (
|
|
1155
|
+
obj: UpdatePricingRuleInput
|
|
1156
|
+
) => any;
|
|
1157
|
+
|
|
1158
|
+
export declare const UpdatePricingRuleOutputFilterSensitiveLog: (
|
|
1159
|
+
obj: UpdatePricingRuleOutput
|
|
1160
|
+
) => any;
|
|
1161
|
+
|
|
1162
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1163
|
+
obj: TagResourceRequest
|
|
1164
|
+
) => any;
|
|
1165
|
+
|
|
1166
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1167
|
+
obj: TagResourceResponse
|
|
1168
|
+
) => any;
|
|
1169
|
+
|
|
1170
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1171
|
+
obj: UntagResourceRequest
|
|
1172
|
+
) => any;
|
|
1173
|
+
|
|
1174
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1175
|
+
obj: UntagResourceResponse
|
|
1176
|
+
) => any;
|