@aws-sdk/client-billingconductor 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/AssociateAccountsCommand.js +2 -2
- package/dist-cjs/commands/AssociatePricingRulesCommand.js +2 -2
- package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/CreateBillingGroupCommand.js +2 -2
- package/dist-cjs/commands/CreateCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/CreatePricingPlanCommand.js +2 -2
- package/dist-cjs/commands/CreatePricingRuleCommand.js +2 -2
- package/dist-cjs/commands/DeleteBillingGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/DeletePricingPlanCommand.js +2 -2
- package/dist-cjs/commands/DeletePricingRuleCommand.js +2 -2
- package/dist-cjs/commands/DisassociateAccountsCommand.js +2 -2
- package/dist-cjs/commands/DisassociatePricingRulesCommand.js +2 -2
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +2 -2
- package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +2 -2
- package/dist-cjs/commands/ListBillingGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListCustomLineItemsCommand.js +2 -2
- package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -2
- package/dist-cjs/commands/ListPricingPlansCommand.js +2 -2
- package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -2
- package/dist-cjs/commands/ListPricingRulesCommand.js +2 -2
- package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateBillingGroupCommand.js +2 -2
- package/dist-cjs/commands/UpdateCustomLineItemCommand.js +2 -2
- package/dist-cjs/commands/UpdatePricingPlanCommand.js +2 -2
- package/dist-cjs/commands/UpdatePricingRuleCommand.js +2 -2
- package/dist-cjs/models/models_0.js +414 -594
- package/dist-cjs/protocols/Aws_restJson1.js +365 -582
- package/dist-es/commands/AssociateAccountsCommand.js +3 -3
- package/dist-es/commands/AssociatePricingRulesCommand.js +3 -3
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +3 -3
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +3 -3
- package/dist-es/commands/CreateBillingGroupCommand.js +3 -3
- package/dist-es/commands/CreateCustomLineItemCommand.js +3 -3
- package/dist-es/commands/CreatePricingPlanCommand.js +3 -3
- package/dist-es/commands/CreatePricingRuleCommand.js +3 -3
- package/dist-es/commands/DeleteBillingGroupCommand.js +3 -3
- package/dist-es/commands/DeleteCustomLineItemCommand.js +3 -3
- package/dist-es/commands/DeletePricingPlanCommand.js +3 -3
- package/dist-es/commands/DeletePricingRuleCommand.js +3 -3
- package/dist-es/commands/DisassociateAccountsCommand.js +3 -3
- package/dist-es/commands/DisassociatePricingRulesCommand.js +3 -3
- package/dist-es/commands/ListAccountAssociationsCommand.js +3 -3
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +3 -3
- package/dist-es/commands/ListBillingGroupsCommand.js +3 -3
- package/dist-es/commands/ListCustomLineItemsCommand.js +3 -3
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +3 -3
- package/dist-es/commands/ListPricingPlansCommand.js +3 -3
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +3 -3
- package/dist-es/commands/ListPricingRulesCommand.js +3 -3
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateBillingGroupCommand.js +3 -3
- package/dist-es/commands/UpdateCustomLineItemCommand.js +3 -3
- package/dist-es/commands/UpdatePricingPlanCommand.js +3 -3
- package/dist-es/commands/UpdatePricingRuleCommand.js +3 -3
- package/dist-es/models/models_0.js +100 -370
- package/dist-es/protocols/Aws_restJson1.js +463 -576
- package/dist-types/models/models_0.d.ts +360 -540
- package/dist-types/ts3.4/models/models_0.d.ts +180 -360
- package/package.json +6 -6
|
@@ -45,12 +45,6 @@ export interface AccountAssociationsListElement {
|
|
|
45
45
|
*/
|
|
46
46
|
AccountEmail?: string;
|
|
47
47
|
}
|
|
48
|
-
export declare namespace AccountAssociationsListElement {
|
|
49
|
-
/**
|
|
50
|
-
* @internal
|
|
51
|
-
*/
|
|
52
|
-
const filterSensitiveLog: (obj: AccountAssociationsListElement) => any;
|
|
53
|
-
}
|
|
54
48
|
/**
|
|
55
49
|
* <p>
|
|
56
50
|
* The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated family.
|
|
@@ -64,12 +58,6 @@ export interface AccountGrouping {
|
|
|
64
58
|
*/
|
|
65
59
|
LinkedAccountIds: string[] | undefined;
|
|
66
60
|
}
|
|
67
|
-
export declare namespace AccountGrouping {
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
const filterSensitiveLog: (obj: AccountGrouping) => any;
|
|
72
|
-
}
|
|
73
61
|
export interface AssociateAccountsInput {
|
|
74
62
|
/**
|
|
75
63
|
* <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
|
|
@@ -83,12 +71,6 @@ export interface AssociateAccountsInput {
|
|
|
83
71
|
*/
|
|
84
72
|
AccountIds: string[] | undefined;
|
|
85
73
|
}
|
|
86
|
-
export declare namespace AssociateAccountsInput {
|
|
87
|
-
/**
|
|
88
|
-
* @internal
|
|
89
|
-
*/
|
|
90
|
-
const filterSensitiveLog: (obj: AssociateAccountsInput) => any;
|
|
91
|
-
}
|
|
92
74
|
export interface AssociateAccountsOutput {
|
|
93
75
|
/**
|
|
94
76
|
* <p> The Amazon Resource Name (ARN) of the billing group that associates the array of
|
|
@@ -96,12 +78,6 @@ export interface AssociateAccountsOutput {
|
|
|
96
78
|
*/
|
|
97
79
|
Arn?: string;
|
|
98
80
|
}
|
|
99
|
-
export declare namespace AssociateAccountsOutput {
|
|
100
|
-
/**
|
|
101
|
-
* @internal
|
|
102
|
-
*/
|
|
103
|
-
const filterSensitiveLog: (obj: AssociateAccountsOutput) => any;
|
|
104
|
-
}
|
|
105
81
|
/**
|
|
106
82
|
* <p>You can cause an inconsistent state by updating or deleting a resource.
|
|
107
83
|
* </p>
|
|
@@ -233,12 +209,6 @@ export interface ValidationExceptionField {
|
|
|
233
209
|
*/
|
|
234
210
|
Message: string | undefined;
|
|
235
211
|
}
|
|
236
|
-
export declare namespace ValidationExceptionField {
|
|
237
|
-
/**
|
|
238
|
-
* @internal
|
|
239
|
-
*/
|
|
240
|
-
const filterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
241
|
-
}
|
|
242
212
|
export declare enum ValidationExceptionReason {
|
|
243
213
|
ACCOUNTS_ALREADY_ASSOCIATED = "ACCOUNTS_ALREADY_ASSOCIATED",
|
|
244
214
|
ACCOUNTS_NOT_ASSOCIATED = "ACCOUNTS_NOT_ASSOCIATED",
|
|
@@ -321,12 +291,6 @@ export interface AssociatePricingRulesInput {
|
|
|
321
291
|
*/
|
|
322
292
|
PricingRuleArns: string[] | undefined;
|
|
323
293
|
}
|
|
324
|
-
export declare namespace AssociatePricingRulesInput {
|
|
325
|
-
/**
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
|
-
const filterSensitiveLog: (obj: AssociatePricingRulesInput) => any;
|
|
329
|
-
}
|
|
330
294
|
export interface AssociatePricingRulesOutput {
|
|
331
295
|
/**
|
|
332
296
|
* <p>
|
|
@@ -335,12 +299,6 @@ export interface AssociatePricingRulesOutput {
|
|
|
335
299
|
*/
|
|
336
300
|
Arn?: string;
|
|
337
301
|
}
|
|
338
|
-
export declare namespace AssociatePricingRulesOutput {
|
|
339
|
-
/**
|
|
340
|
-
* @internal
|
|
341
|
-
*/
|
|
342
|
-
const filterSensitiveLog: (obj: AssociatePricingRulesOutput) => any;
|
|
343
|
-
}
|
|
344
302
|
export declare enum AssociateResourceErrorReason {
|
|
345
303
|
ILLEGAL_CUSTOMLINEITEM = "ILLEGAL_CUSTOMLINEITEM",
|
|
346
304
|
INTERNAL_SERVER_EXCEPTION = "INTERNAL_SERVER_EXCEPTION",
|
|
@@ -366,12 +324,6 @@ export interface AssociateResourceError {
|
|
|
366
324
|
*/
|
|
367
325
|
Reason?: AssociateResourceErrorReason | string;
|
|
368
326
|
}
|
|
369
|
-
export declare namespace AssociateResourceError {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
|
-
const filterSensitiveLog: (obj: AssociateResourceError) => any;
|
|
374
|
-
}
|
|
375
327
|
/**
|
|
376
328
|
* <p>
|
|
377
329
|
* A resource association result for a percentage custom line item.
|
|
@@ -391,12 +343,6 @@ export interface AssociateResourceResponseElement {
|
|
|
391
343
|
*/
|
|
392
344
|
Error?: AssociateResourceError;
|
|
393
345
|
}
|
|
394
|
-
export declare namespace AssociateResourceResponseElement {
|
|
395
|
-
/**
|
|
396
|
-
* @internal
|
|
397
|
-
*/
|
|
398
|
-
const filterSensitiveLog: (obj: AssociateResourceResponseElement) => any;
|
|
399
|
-
}
|
|
400
346
|
/**
|
|
401
347
|
* <p>
|
|
402
348
|
* The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
|
|
@@ -410,12 +356,6 @@ export interface ComputationPreference {
|
|
|
410
356
|
*/
|
|
411
357
|
PricingPlanArn: string | undefined;
|
|
412
358
|
}
|
|
413
|
-
export declare namespace ComputationPreference {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
|
-
const filterSensitiveLog: (obj: ComputationPreference) => any;
|
|
418
|
-
}
|
|
419
359
|
export interface CreateBillingGroupInput {
|
|
420
360
|
/**
|
|
421
361
|
* <p>
|
|
@@ -456,48 +396,24 @@ export interface CreateBillingGroupInput {
|
|
|
456
396
|
*/
|
|
457
397
|
Tags?: Record<string, string>;
|
|
458
398
|
}
|
|
459
|
-
export declare namespace CreateBillingGroupInput {
|
|
460
|
-
/**
|
|
461
|
-
* @internal
|
|
462
|
-
*/
|
|
463
|
-
const filterSensitiveLog: (obj: CreateBillingGroupInput) => any;
|
|
464
|
-
}
|
|
465
399
|
export interface CreateBillingGroupOutput {
|
|
466
400
|
/**
|
|
467
401
|
* <p>The Amazon Resource Name (ARN) of the created billing group. </p>
|
|
468
402
|
*/
|
|
469
403
|
Arn?: string;
|
|
470
404
|
}
|
|
471
|
-
export declare namespace CreateBillingGroupOutput {
|
|
472
|
-
/**
|
|
473
|
-
* @internal
|
|
474
|
-
*/
|
|
475
|
-
const filterSensitiveLog: (obj: CreateBillingGroupOutput) => any;
|
|
476
|
-
}
|
|
477
405
|
export interface DeleteBillingGroupInput {
|
|
478
406
|
/**
|
|
479
407
|
* <p>The Amazon Resource Name (ARN) of the billing group you're deleting.</p>
|
|
480
408
|
*/
|
|
481
409
|
Arn: string | undefined;
|
|
482
410
|
}
|
|
483
|
-
export declare namespace DeleteBillingGroupInput {
|
|
484
|
-
/**
|
|
485
|
-
* @internal
|
|
486
|
-
*/
|
|
487
|
-
const filterSensitiveLog: (obj: DeleteBillingGroupInput) => any;
|
|
488
|
-
}
|
|
489
411
|
export interface DeleteBillingGroupOutput {
|
|
490
412
|
/**
|
|
491
413
|
* <p>The Amazon Resource Name (ARN) of the deleted billing group.</p>
|
|
492
414
|
*/
|
|
493
415
|
Arn?: string;
|
|
494
416
|
}
|
|
495
|
-
export declare namespace DeleteBillingGroupOutput {
|
|
496
|
-
/**
|
|
497
|
-
* @internal
|
|
498
|
-
*/
|
|
499
|
-
const filterSensitiveLog: (obj: DeleteBillingGroupOutput) => any;
|
|
500
|
-
}
|
|
501
417
|
export interface DisassociateAccountsInput {
|
|
502
418
|
/**
|
|
503
419
|
* <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs will
|
|
@@ -510,12 +426,6 @@ export interface DisassociateAccountsInput {
|
|
|
510
426
|
*/
|
|
511
427
|
AccountIds: string[] | undefined;
|
|
512
428
|
}
|
|
513
|
-
export declare namespace DisassociateAccountsInput {
|
|
514
|
-
/**
|
|
515
|
-
* @internal
|
|
516
|
-
*/
|
|
517
|
-
const filterSensitiveLog: (obj: DisassociateAccountsInput) => any;
|
|
518
|
-
}
|
|
519
429
|
export interface DisassociateAccountsOutput {
|
|
520
430
|
/**
|
|
521
431
|
* <p>The Amazon Resource Name (ARN) of the billing group that the array of account IDs is
|
|
@@ -523,12 +433,6 @@ export interface DisassociateAccountsOutput {
|
|
|
523
433
|
*/
|
|
524
434
|
Arn?: string;
|
|
525
435
|
}
|
|
526
|
-
export declare namespace DisassociateAccountsOutput {
|
|
527
|
-
/**
|
|
528
|
-
* @internal
|
|
529
|
-
*/
|
|
530
|
-
const filterSensitiveLog: (obj: DisassociateAccountsOutput) => any;
|
|
531
|
-
}
|
|
532
436
|
/**
|
|
533
437
|
* <p>The filter that specifies the billing groups and pricing plans to retrieve billing group information.
|
|
534
438
|
* </p>
|
|
@@ -543,12 +447,6 @@ export interface ListBillingGroupsFilter {
|
|
|
543
447
|
*/
|
|
544
448
|
PricingPlan?: string;
|
|
545
449
|
}
|
|
546
|
-
export declare namespace ListBillingGroupsFilter {
|
|
547
|
-
/**
|
|
548
|
-
* @internal
|
|
549
|
-
*/
|
|
550
|
-
const filterSensitiveLog: (obj: ListBillingGroupsFilter) => any;
|
|
551
|
-
}
|
|
552
450
|
export interface ListBillingGroupsInput {
|
|
553
451
|
/**
|
|
554
452
|
* <p>The preferred billing period to get billing groups.
|
|
@@ -571,12 +469,6 @@ export interface ListBillingGroupsInput {
|
|
|
571
469
|
*/
|
|
572
470
|
Filters?: ListBillingGroupsFilter;
|
|
573
471
|
}
|
|
574
|
-
export declare namespace ListBillingGroupsInput {
|
|
575
|
-
/**
|
|
576
|
-
* @internal
|
|
577
|
-
*/
|
|
578
|
-
const filterSensitiveLog: (obj: ListBillingGroupsInput) => any;
|
|
579
|
-
}
|
|
580
472
|
export declare enum BillingGroupStatus {
|
|
581
473
|
ACTIVE = "ACTIVE",
|
|
582
474
|
PRIMARY_ACCOUNT_MISSING = "PRIMARY_ACCOUNT_MISSING"
|
|
@@ -639,12 +531,6 @@ export interface BillingGroupListElement {
|
|
|
639
531
|
*/
|
|
640
532
|
StatusReason?: string;
|
|
641
533
|
}
|
|
642
|
-
export declare namespace BillingGroupListElement {
|
|
643
|
-
/**
|
|
644
|
-
* @internal
|
|
645
|
-
*/
|
|
646
|
-
const filterSensitiveLog: (obj: BillingGroupListElement) => any;
|
|
647
|
-
}
|
|
648
534
|
export interface ListBillingGroupsOutput {
|
|
649
535
|
/**
|
|
650
536
|
* <p>A list of <code>BillingGroupListElement</code> retrieved.
|
|
@@ -657,12 +543,6 @@ export interface ListBillingGroupsOutput {
|
|
|
657
543
|
*/
|
|
658
544
|
NextToken?: string;
|
|
659
545
|
}
|
|
660
|
-
export declare namespace ListBillingGroupsOutput {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
|
-
const filterSensitiveLog: (obj: ListBillingGroupsOutput) => any;
|
|
665
|
-
}
|
|
666
546
|
export interface UpdateBillingGroupInput {
|
|
667
547
|
/**
|
|
668
548
|
* <p>The Amazon Resource Name (ARN) of the billing group being updated. </p>
|
|
@@ -690,12 +570,6 @@ export interface UpdateBillingGroupInput {
|
|
|
690
570
|
*/
|
|
691
571
|
Description?: string;
|
|
692
572
|
}
|
|
693
|
-
export declare namespace UpdateBillingGroupInput {
|
|
694
|
-
/**
|
|
695
|
-
* @internal
|
|
696
|
-
*/
|
|
697
|
-
const filterSensitiveLog: (obj: UpdateBillingGroupInput) => any;
|
|
698
|
-
}
|
|
699
573
|
export interface UpdateBillingGroupOutput {
|
|
700
574
|
/**
|
|
701
575
|
* <p>The Amazon Resource Name (ARN) of the billing group that was updated. </p>
|
|
@@ -751,12 +625,6 @@ export interface UpdateBillingGroupOutput {
|
|
|
751
625
|
*/
|
|
752
626
|
StatusReason?: string;
|
|
753
627
|
}
|
|
754
|
-
export declare namespace UpdateBillingGroupOutput {
|
|
755
|
-
/**
|
|
756
|
-
* @internal
|
|
757
|
-
*/
|
|
758
|
-
const filterSensitiveLog: (obj: UpdateBillingGroupOutput) => any;
|
|
759
|
-
}
|
|
760
628
|
/**
|
|
761
629
|
* <p>
|
|
762
630
|
* The billing period range in which the custom line item request will be applied.
|
|
@@ -776,12 +644,6 @@ export interface CustomLineItemBillingPeriodRange {
|
|
|
776
644
|
*/
|
|
777
645
|
ExclusiveEndBillingPeriod: string | undefined;
|
|
778
646
|
}
|
|
779
|
-
export declare namespace CustomLineItemBillingPeriodRange {
|
|
780
|
-
/**
|
|
781
|
-
* @internal
|
|
782
|
-
*/
|
|
783
|
-
const filterSensitiveLog: (obj: CustomLineItemBillingPeriodRange) => any;
|
|
784
|
-
}
|
|
785
647
|
export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
786
648
|
/**
|
|
787
649
|
* <p>
|
|
@@ -802,12 +664,6 @@ export interface BatchAssociateResourcesToCustomLineItemInput {
|
|
|
802
664
|
*/
|
|
803
665
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
804
666
|
}
|
|
805
|
-
export declare namespace BatchAssociateResourcesToCustomLineItemInput {
|
|
806
|
-
/**
|
|
807
|
-
* @internal
|
|
808
|
-
*/
|
|
809
|
-
const filterSensitiveLog: (obj: BatchAssociateResourcesToCustomLineItemInput) => any;
|
|
810
|
-
}
|
|
811
667
|
export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
812
668
|
/**
|
|
813
669
|
* <p>
|
|
@@ -822,12 +678,6 @@ export interface BatchAssociateResourcesToCustomLineItemOutput {
|
|
|
822
678
|
*/
|
|
823
679
|
FailedAssociatedResources?: AssociateResourceResponseElement[];
|
|
824
680
|
}
|
|
825
|
-
export declare namespace BatchAssociateResourcesToCustomLineItemOutput {
|
|
826
|
-
/**
|
|
827
|
-
* @internal
|
|
828
|
-
*/
|
|
829
|
-
const filterSensitiveLog: (obj: BatchAssociateResourcesToCustomLineItemOutput) => any;
|
|
830
|
-
}
|
|
831
681
|
export interface BatchDisassociateResourcesFromCustomLineItemInput {
|
|
832
682
|
/**
|
|
833
683
|
* <p>
|
|
@@ -848,12 +698,6 @@ export interface BatchDisassociateResourcesFromCustomLineItemInput {
|
|
|
848
698
|
*/
|
|
849
699
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
850
700
|
}
|
|
851
|
-
export declare namespace BatchDisassociateResourcesFromCustomLineItemInput {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
|
-
const filterSensitiveLog: (obj: BatchDisassociateResourcesFromCustomLineItemInput) => any;
|
|
856
|
-
}
|
|
857
701
|
/**
|
|
858
702
|
* <p>
|
|
859
703
|
* A resource disassociation result for a percentage custom line item.
|
|
@@ -873,12 +717,6 @@ export interface DisassociateResourceResponseElement {
|
|
|
873
717
|
*/
|
|
874
718
|
Error?: AssociateResourceError;
|
|
875
719
|
}
|
|
876
|
-
export declare namespace DisassociateResourceResponseElement {
|
|
877
|
-
/**
|
|
878
|
-
* @internal
|
|
879
|
-
*/
|
|
880
|
-
const filterSensitiveLog: (obj: DisassociateResourceResponseElement) => any;
|
|
881
|
-
}
|
|
882
720
|
export interface BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
883
721
|
/**
|
|
884
722
|
* <p>
|
|
@@ -893,12 +731,6 @@ export interface BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
|
893
731
|
*/
|
|
894
732
|
FailedDisassociatedResources?: DisassociateResourceResponseElement[];
|
|
895
733
|
}
|
|
896
|
-
export declare namespace BatchDisassociateResourcesFromCustomLineItemOutput {
|
|
897
|
-
/**
|
|
898
|
-
* @internal
|
|
899
|
-
*/
|
|
900
|
-
const filterSensitiveLog: (obj: BatchDisassociateResourcesFromCustomLineItemOutput) => any;
|
|
901
|
-
}
|
|
902
734
|
/**
|
|
903
735
|
* <p>
|
|
904
736
|
* A representation of the charge details associated with a flat custom line item.
|
|
@@ -912,12 +744,6 @@ export interface CustomLineItemFlatChargeDetails {
|
|
|
912
744
|
*/
|
|
913
745
|
ChargeValue: number | undefined;
|
|
914
746
|
}
|
|
915
|
-
export declare namespace CustomLineItemFlatChargeDetails {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
const filterSensitiveLog: (obj: CustomLineItemFlatChargeDetails) => any;
|
|
920
|
-
}
|
|
921
747
|
/**
|
|
922
748
|
* <p>
|
|
923
749
|
* A representation of the charge details associated with a percentage custom line item.
|
|
@@ -937,12 +763,6 @@ export interface CustomLineItemPercentageChargeDetails {
|
|
|
937
763
|
*/
|
|
938
764
|
AssociatedValues?: string[];
|
|
939
765
|
}
|
|
940
|
-
export declare namespace CustomLineItemPercentageChargeDetails {
|
|
941
|
-
/**
|
|
942
|
-
* @internal
|
|
943
|
-
*/
|
|
944
|
-
const filterSensitiveLog: (obj: CustomLineItemPercentageChargeDetails) => any;
|
|
945
|
-
}
|
|
946
766
|
export declare enum CustomLineItemType {
|
|
947
767
|
CREDIT = "CREDIT",
|
|
948
768
|
FEE = "FEE"
|
|
@@ -972,12 +792,6 @@ export interface CustomLineItemChargeDetails {
|
|
|
972
792
|
*/
|
|
973
793
|
Type: CustomLineItemType | string | undefined;
|
|
974
794
|
}
|
|
975
|
-
export declare namespace CustomLineItemChargeDetails {
|
|
976
|
-
/**
|
|
977
|
-
* @internal
|
|
978
|
-
*/
|
|
979
|
-
const filterSensitiveLog: (obj: CustomLineItemChargeDetails) => any;
|
|
980
|
-
}
|
|
981
795
|
export interface CreateCustomLineItemInput {
|
|
982
796
|
/**
|
|
983
797
|
* <p>
|
|
@@ -1017,24 +831,12 @@ export interface CreateCustomLineItemInput {
|
|
|
1017
831
|
*/
|
|
1018
832
|
ChargeDetails: CustomLineItemChargeDetails | undefined;
|
|
1019
833
|
}
|
|
1020
|
-
export declare namespace CreateCustomLineItemInput {
|
|
1021
|
-
/**
|
|
1022
|
-
* @internal
|
|
1023
|
-
*/
|
|
1024
|
-
const filterSensitiveLog: (obj: CreateCustomLineItemInput) => any;
|
|
1025
|
-
}
|
|
1026
834
|
export interface CreateCustomLineItemOutput {
|
|
1027
835
|
/**
|
|
1028
836
|
* <p> The Amazon Resource Name (ARN) of the created custom line item. </p>
|
|
1029
837
|
*/
|
|
1030
838
|
Arn?: string;
|
|
1031
839
|
}
|
|
1032
|
-
export declare namespace CreateCustomLineItemOutput {
|
|
1033
|
-
/**
|
|
1034
|
-
* @internal
|
|
1035
|
-
*/
|
|
1036
|
-
const filterSensitiveLog: (obj: CreateCustomLineItemOutput) => any;
|
|
1037
|
-
}
|
|
1038
840
|
export interface DeleteCustomLineItemInput {
|
|
1039
841
|
/**
|
|
1040
842
|
* <p>
|
|
@@ -1049,12 +851,6 @@ export interface DeleteCustomLineItemInput {
|
|
|
1049
851
|
*/
|
|
1050
852
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
1051
853
|
}
|
|
1052
|
-
export declare namespace DeleteCustomLineItemInput {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
|
-
const filterSensitiveLog: (obj: DeleteCustomLineItemInput) => any;
|
|
1057
|
-
}
|
|
1058
854
|
export interface DeleteCustomLineItemOutput {
|
|
1059
855
|
/**
|
|
1060
856
|
* <p>
|
|
@@ -1063,12 +859,6 @@ export interface DeleteCustomLineItemOutput {
|
|
|
1063
859
|
*/
|
|
1064
860
|
Arn?: string;
|
|
1065
861
|
}
|
|
1066
|
-
export declare namespace DeleteCustomLineItemOutput {
|
|
1067
|
-
/**
|
|
1068
|
-
* @internal
|
|
1069
|
-
*/
|
|
1070
|
-
const filterSensitiveLog: (obj: DeleteCustomLineItemOutput) => any;
|
|
1071
|
-
}
|
|
1072
862
|
/**
|
|
1073
863
|
* <p>
|
|
1074
864
|
* A filter that specifies the custom line items and billing groups to retrieve FFLI information.
|
|
@@ -1092,12 +882,6 @@ export interface ListCustomLineItemsFilter {
|
|
|
1092
882
|
*/
|
|
1093
883
|
Arns?: string[];
|
|
1094
884
|
}
|
|
1095
|
-
export declare namespace ListCustomLineItemsFilter {
|
|
1096
|
-
/**
|
|
1097
|
-
* @internal
|
|
1098
|
-
*/
|
|
1099
|
-
const filterSensitiveLog: (obj: ListCustomLineItemsFilter) => any;
|
|
1100
|
-
}
|
|
1101
885
|
export interface ListCustomLineItemsInput {
|
|
1102
886
|
/**
|
|
1103
887
|
* <p>
|
|
@@ -1123,12 +907,6 @@ export interface ListCustomLineItemsInput {
|
|
|
1123
907
|
*/
|
|
1124
908
|
Filters?: ListCustomLineItemsFilter;
|
|
1125
909
|
}
|
|
1126
|
-
export declare namespace ListCustomLineItemsInput {
|
|
1127
|
-
/**
|
|
1128
|
-
* @internal
|
|
1129
|
-
*/
|
|
1130
|
-
const filterSensitiveLog: (obj: ListCustomLineItemsInput) => any;
|
|
1131
|
-
}
|
|
1132
910
|
/**
|
|
1133
911
|
* <p>
|
|
1134
912
|
* A representation of the charge details associated with a flat custom line item.
|
|
@@ -1142,12 +920,6 @@ export interface ListCustomLineItemFlatChargeDetails {
|
|
|
1142
920
|
*/
|
|
1143
921
|
ChargeValue: number | undefined;
|
|
1144
922
|
}
|
|
1145
|
-
export declare namespace ListCustomLineItemFlatChargeDetails {
|
|
1146
|
-
/**
|
|
1147
|
-
* @internal
|
|
1148
|
-
*/
|
|
1149
|
-
const filterSensitiveLog: (obj: ListCustomLineItemFlatChargeDetails) => any;
|
|
1150
|
-
}
|
|
1151
923
|
/**
|
|
1152
924
|
* <p>
|
|
1153
925
|
* A representation of the charge details associated with a percentage custom line item.
|
|
@@ -1161,12 +933,6 @@ export interface ListCustomLineItemPercentageChargeDetails {
|
|
|
1161
933
|
*/
|
|
1162
934
|
PercentageValue: number | undefined;
|
|
1163
935
|
}
|
|
1164
|
-
export declare namespace ListCustomLineItemPercentageChargeDetails {
|
|
1165
|
-
/**
|
|
1166
|
-
* @internal
|
|
1167
|
-
*/
|
|
1168
|
-
const filterSensitiveLog: (obj: ListCustomLineItemPercentageChargeDetails) => any;
|
|
1169
|
-
}
|
|
1170
936
|
/**
|
|
1171
937
|
* <p>
|
|
1172
938
|
* A representation of the charge details of a custom line item.
|
|
@@ -1192,12 +958,6 @@ export interface ListCustomLineItemChargeDetails {
|
|
|
1192
958
|
*/
|
|
1193
959
|
Type: CustomLineItemType | string | undefined;
|
|
1194
960
|
}
|
|
1195
|
-
export declare namespace ListCustomLineItemChargeDetails {
|
|
1196
|
-
/**
|
|
1197
|
-
* @internal
|
|
1198
|
-
*/
|
|
1199
|
-
const filterSensitiveLog: (obj: ListCustomLineItemChargeDetails) => any;
|
|
1200
|
-
}
|
|
1201
961
|
export declare enum CurrencyCode {
|
|
1202
962
|
CNY = "CNY",
|
|
1203
963
|
USD = "USD"
|
|
@@ -1266,12 +1026,6 @@ export interface CustomLineItemListElement {
|
|
|
1266
1026
|
*/
|
|
1267
1027
|
AssociationSize?: number;
|
|
1268
1028
|
}
|
|
1269
|
-
export declare namespace CustomLineItemListElement {
|
|
1270
|
-
/**
|
|
1271
|
-
* @internal
|
|
1272
|
-
*/
|
|
1273
|
-
const filterSensitiveLog: (obj: CustomLineItemListElement) => any;
|
|
1274
|
-
}
|
|
1275
1029
|
export interface ListCustomLineItemsOutput {
|
|
1276
1030
|
/**
|
|
1277
1031
|
* <p>
|
|
@@ -1286,12 +1040,6 @@ export interface ListCustomLineItemsOutput {
|
|
|
1286
1040
|
*/
|
|
1287
1041
|
NextToken?: string;
|
|
1288
1042
|
}
|
|
1289
|
-
export declare namespace ListCustomLineItemsOutput {
|
|
1290
|
-
/**
|
|
1291
|
-
* @internal
|
|
1292
|
-
*/
|
|
1293
|
-
const filterSensitiveLog: (obj: ListCustomLineItemsOutput) => any;
|
|
1294
|
-
}
|
|
1295
1043
|
export declare enum CustomLineItemRelationship {
|
|
1296
1044
|
CHILD = "CHILD",
|
|
1297
1045
|
PARENT = "PARENT"
|
|
@@ -1309,12 +1057,6 @@ export interface ListResourcesAssociatedToCustomLineItemFilter {
|
|
|
1309
1057
|
*/
|
|
1310
1058
|
Relationship?: CustomLineItemRelationship | string;
|
|
1311
1059
|
}
|
|
1312
|
-
export declare namespace ListResourcesAssociatedToCustomLineItemFilter {
|
|
1313
|
-
/**
|
|
1314
|
-
* @internal
|
|
1315
|
-
*/
|
|
1316
|
-
const filterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemFilter) => any;
|
|
1317
|
-
}
|
|
1318
1060
|
export interface ListResourcesAssociatedToCustomLineItemInput {
|
|
1319
1061
|
/**
|
|
1320
1062
|
* <p>
|
|
@@ -1347,12 +1089,6 @@ export interface ListResourcesAssociatedToCustomLineItemInput {
|
|
|
1347
1089
|
*/
|
|
1348
1090
|
Filters?: ListResourcesAssociatedToCustomLineItemFilter;
|
|
1349
1091
|
}
|
|
1350
|
-
export declare namespace ListResourcesAssociatedToCustomLineItemInput {
|
|
1351
|
-
/**
|
|
1352
|
-
* @internal
|
|
1353
|
-
*/
|
|
1354
|
-
const filterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemInput) => any;
|
|
1355
|
-
}
|
|
1356
1092
|
/**
|
|
1357
1093
|
* <p>
|
|
1358
1094
|
* A representation of a resource association for a custom line item.
|
|
@@ -1372,12 +1108,6 @@ export interface ListResourcesAssociatedToCustomLineItemResponseElement {
|
|
|
1372
1108
|
*/
|
|
1373
1109
|
Relationship?: CustomLineItemRelationship | string;
|
|
1374
1110
|
}
|
|
1375
|
-
export declare namespace ListResourcesAssociatedToCustomLineItemResponseElement {
|
|
1376
|
-
/**
|
|
1377
|
-
* @internal
|
|
1378
|
-
*/
|
|
1379
|
-
const filterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemResponseElement) => any;
|
|
1380
|
-
}
|
|
1381
1111
|
export interface ListResourcesAssociatedToCustomLineItemOutput {
|
|
1382
1112
|
/**
|
|
1383
1113
|
* <p>
|
|
@@ -1398,12 +1128,6 @@ export interface ListResourcesAssociatedToCustomLineItemOutput {
|
|
|
1398
1128
|
*/
|
|
1399
1129
|
NextToken?: string;
|
|
1400
1130
|
}
|
|
1401
|
-
export declare namespace ListResourcesAssociatedToCustomLineItemOutput {
|
|
1402
|
-
/**
|
|
1403
|
-
* @internal
|
|
1404
|
-
*/
|
|
1405
|
-
const filterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemOutput) => any;
|
|
1406
|
-
}
|
|
1407
1131
|
/**
|
|
1408
1132
|
* <p>
|
|
1409
1133
|
* A representation of the new charge details associated with a flat custom line item.
|
|
@@ -1417,12 +1141,6 @@ export interface UpdateCustomLineItemFlatChargeDetails {
|
|
|
1417
1141
|
*/
|
|
1418
1142
|
ChargeValue: number | undefined;
|
|
1419
1143
|
}
|
|
1420
|
-
export declare namespace UpdateCustomLineItemFlatChargeDetails {
|
|
1421
|
-
/**
|
|
1422
|
-
* @internal
|
|
1423
|
-
*/
|
|
1424
|
-
const filterSensitiveLog: (obj: UpdateCustomLineItemFlatChargeDetails) => any;
|
|
1425
|
-
}
|
|
1426
1144
|
/**
|
|
1427
1145
|
* <p>
|
|
1428
1146
|
* A representation of the new charge details associated with a percentage custom line item.
|
|
@@ -1436,12 +1154,6 @@ export interface UpdateCustomLineItemPercentageChargeDetails {
|
|
|
1436
1154
|
*/
|
|
1437
1155
|
PercentageValue: number | undefined;
|
|
1438
1156
|
}
|
|
1439
|
-
export declare namespace UpdateCustomLineItemPercentageChargeDetails {
|
|
1440
|
-
/**
|
|
1441
|
-
* @internal
|
|
1442
|
-
*/
|
|
1443
|
-
const filterSensitiveLog: (obj: UpdateCustomLineItemPercentageChargeDetails) => any;
|
|
1444
|
-
}
|
|
1445
1157
|
/**
|
|
1446
1158
|
* <p>
|
|
1447
1159
|
* A representation of the new charge details of a custom line item. This should contain only one of <code>Flat</code> or <code>Percentage</code>.
|
|
@@ -1461,12 +1173,6 @@ export interface UpdateCustomLineItemChargeDetails {
|
|
|
1461
1173
|
*/
|
|
1462
1174
|
Percentage?: UpdateCustomLineItemPercentageChargeDetails;
|
|
1463
1175
|
}
|
|
1464
|
-
export declare namespace UpdateCustomLineItemChargeDetails {
|
|
1465
|
-
/**
|
|
1466
|
-
* @internal
|
|
1467
|
-
*/
|
|
1468
|
-
const filterSensitiveLog: (obj: UpdateCustomLineItemChargeDetails) => any;
|
|
1469
|
-
}
|
|
1470
1176
|
export interface UpdateCustomLineItemInput {
|
|
1471
1177
|
/**
|
|
1472
1178
|
* <p>
|
|
@@ -1499,12 +1205,6 @@ export interface UpdateCustomLineItemInput {
|
|
|
1499
1205
|
*/
|
|
1500
1206
|
BillingPeriodRange?: CustomLineItemBillingPeriodRange;
|
|
1501
1207
|
}
|
|
1502
|
-
export declare namespace UpdateCustomLineItemInput {
|
|
1503
|
-
/**
|
|
1504
|
-
* @internal
|
|
1505
|
-
*/
|
|
1506
|
-
const filterSensitiveLog: (obj: UpdateCustomLineItemInput) => any;
|
|
1507
|
-
}
|
|
1508
1208
|
export interface UpdateCustomLineItemOutput {
|
|
1509
1209
|
/**
|
|
1510
1210
|
* <p>
|
|
@@ -1549,12 +1249,6 @@ export interface UpdateCustomLineItemOutput {
|
|
|
1549
1249
|
*/
|
|
1550
1250
|
AssociationSize?: number;
|
|
1551
1251
|
}
|
|
1552
|
-
export declare namespace UpdateCustomLineItemOutput {
|
|
1553
|
-
/**
|
|
1554
|
-
* @internal
|
|
1555
|
-
*/
|
|
1556
|
-
const filterSensitiveLog: (obj: UpdateCustomLineItemOutput) => any;
|
|
1557
|
-
}
|
|
1558
1252
|
/**
|
|
1559
1253
|
* <p>The filter on the account ID of the linked account, or any of the following:</p>
|
|
1560
1254
|
* <p>
|
|
@@ -1585,12 +1279,6 @@ export interface ListAccountAssociationsFilter {
|
|
|
1585
1279
|
*/
|
|
1586
1280
|
AccountId?: string;
|
|
1587
1281
|
}
|
|
1588
|
-
export declare namespace ListAccountAssociationsFilter {
|
|
1589
|
-
/**
|
|
1590
|
-
* @internal
|
|
1591
|
-
*/
|
|
1592
|
-
const filterSensitiveLog: (obj: ListAccountAssociationsFilter) => any;
|
|
1593
|
-
}
|
|
1594
1282
|
export interface ListAccountAssociationsInput {
|
|
1595
1283
|
/**
|
|
1596
1284
|
* <p>
|
|
@@ -1617,12 +1305,6 @@ export interface ListAccountAssociationsInput {
|
|
|
1617
1305
|
*/
|
|
1618
1306
|
NextToken?: string;
|
|
1619
1307
|
}
|
|
1620
|
-
export declare namespace ListAccountAssociationsInput {
|
|
1621
|
-
/**
|
|
1622
|
-
* @internal
|
|
1623
|
-
*/
|
|
1624
|
-
const filterSensitiveLog: (obj: ListAccountAssociationsInput) => any;
|
|
1625
|
-
}
|
|
1626
1308
|
export interface ListAccountAssociationsOutput {
|
|
1627
1309
|
/**
|
|
1628
1310
|
* <p> The list of linked accounts in the payer account. </p>
|
|
@@ -1635,12 +1317,6 @@ export interface ListAccountAssociationsOutput {
|
|
|
1635
1317
|
*/
|
|
1636
1318
|
NextToken?: string;
|
|
1637
1319
|
}
|
|
1638
|
-
export declare namespace ListAccountAssociationsOutput {
|
|
1639
|
-
/**
|
|
1640
|
-
* @internal
|
|
1641
|
-
*/
|
|
1642
|
-
const filterSensitiveLog: (obj: ListAccountAssociationsOutput) => any;
|
|
1643
|
-
}
|
|
1644
1320
|
/**
|
|
1645
1321
|
* <p>The filter used to retrieve specific <code>BillingGroupCostReportElements</code>.
|
|
1646
1322
|
* </p>
|
|
@@ -1652,12 +1328,6 @@ export interface ListBillingGroupCostReportsFilter {
|
|
|
1652
1328
|
*/
|
|
1653
1329
|
BillingGroupArns?: string[];
|
|
1654
1330
|
}
|
|
1655
|
-
export declare namespace ListBillingGroupCostReportsFilter {
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
|
-
const filterSensitiveLog: (obj: ListBillingGroupCostReportsFilter) => any;
|
|
1660
|
-
}
|
|
1661
1331
|
export interface ListBillingGroupCostReportsInput {
|
|
1662
1332
|
/**
|
|
1663
1333
|
* <p>The preferred billing period for your report.
|
|
@@ -1680,12 +1350,6 @@ export interface ListBillingGroupCostReportsInput {
|
|
|
1680
1350
|
*/
|
|
1681
1351
|
Filters?: ListBillingGroupCostReportsFilter;
|
|
1682
1352
|
}
|
|
1683
|
-
export declare namespace ListBillingGroupCostReportsInput {
|
|
1684
|
-
/**
|
|
1685
|
-
* @internal
|
|
1686
|
-
*/
|
|
1687
|
-
const filterSensitiveLog: (obj: ListBillingGroupCostReportsInput) => any;
|
|
1688
|
-
}
|
|
1689
1353
|
/**
|
|
1690
1354
|
* <p>A summary report of actual Amazon Web Services charges and calculated Amazon Web Services charges, based on the associated pricing plan of a billing group.
|
|
1691
1355
|
* </p>
|
|
@@ -1723,12 +1387,6 @@ export interface BillingGroupCostReportElement {
|
|
|
1723
1387
|
*/
|
|
1724
1388
|
Currency?: string;
|
|
1725
1389
|
}
|
|
1726
|
-
export declare namespace BillingGroupCostReportElement {
|
|
1727
|
-
/**
|
|
1728
|
-
* @internal
|
|
1729
|
-
*/
|
|
1730
|
-
const filterSensitiveLog: (obj: BillingGroupCostReportElement) => any;
|
|
1731
|
-
}
|
|
1732
1390
|
export interface ListBillingGroupCostReportsOutput {
|
|
1733
1391
|
/**
|
|
1734
1392
|
* <p>A list of <code>BillingGroupCostReportElement</code> retrieved.
|
|
@@ -1741,12 +1399,6 @@ export interface ListBillingGroupCostReportsOutput {
|
|
|
1741
1399
|
*/
|
|
1742
1400
|
NextToken?: string;
|
|
1743
1401
|
}
|
|
1744
|
-
export declare namespace ListBillingGroupCostReportsOutput {
|
|
1745
|
-
/**
|
|
1746
|
-
* @internal
|
|
1747
|
-
*/
|
|
1748
|
-
const filterSensitiveLog: (obj: ListBillingGroupCostReportsOutput) => any;
|
|
1749
|
-
}
|
|
1750
1402
|
export interface ListTagsForResourceRequest {
|
|
1751
1403
|
/**
|
|
1752
1404
|
* <p>
|
|
@@ -1755,12 +1407,6 @@ export interface ListTagsForResourceRequest {
|
|
|
1755
1407
|
*/
|
|
1756
1408
|
ResourceArn: string | undefined;
|
|
1757
1409
|
}
|
|
1758
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1759
|
-
/**
|
|
1760
|
-
* @internal
|
|
1761
|
-
*/
|
|
1762
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1763
|
-
}
|
|
1764
1410
|
export interface ListTagsForResourceResponse {
|
|
1765
1411
|
/**
|
|
1766
1412
|
* <p>
|
|
@@ -1769,12 +1415,6 @@ export interface ListTagsForResourceResponse {
|
|
|
1769
1415
|
*/
|
|
1770
1416
|
Tags?: Record<string, string>;
|
|
1771
1417
|
}
|
|
1772
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1773
|
-
/**
|
|
1774
|
-
* @internal
|
|
1775
|
-
*/
|
|
1776
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1777
|
-
}
|
|
1778
1418
|
export interface CreatePricingPlanInput {
|
|
1779
1419
|
/**
|
|
1780
1420
|
* <p>
|
|
@@ -1803,48 +1443,24 @@ export interface CreatePricingPlanInput {
|
|
|
1803
1443
|
*/
|
|
1804
1444
|
Tags?: Record<string, string>;
|
|
1805
1445
|
}
|
|
1806
|
-
export declare namespace CreatePricingPlanInput {
|
|
1807
|
-
/**
|
|
1808
|
-
* @internal
|
|
1809
|
-
*/
|
|
1810
|
-
const filterSensitiveLog: (obj: CreatePricingPlanInput) => any;
|
|
1811
|
-
}
|
|
1812
1446
|
export interface CreatePricingPlanOutput {
|
|
1813
1447
|
/**
|
|
1814
1448
|
* <p>The Amazon Resource Name (ARN) of the created pricing plan.</p>
|
|
1815
1449
|
*/
|
|
1816
1450
|
Arn?: string;
|
|
1817
1451
|
}
|
|
1818
|
-
export declare namespace CreatePricingPlanOutput {
|
|
1819
|
-
/**
|
|
1820
|
-
* @internal
|
|
1821
|
-
*/
|
|
1822
|
-
const filterSensitiveLog: (obj: CreatePricingPlanOutput) => any;
|
|
1823
|
-
}
|
|
1824
1452
|
export interface DeletePricingPlanInput {
|
|
1825
1453
|
/**
|
|
1826
1454
|
* <p>The Amazon Resource Name (ARN) of the pricing plan you're deleting. </p>
|
|
1827
1455
|
*/
|
|
1828
1456
|
Arn: string | undefined;
|
|
1829
1457
|
}
|
|
1830
|
-
export declare namespace DeletePricingPlanInput {
|
|
1831
|
-
/**
|
|
1832
|
-
* @internal
|
|
1833
|
-
*/
|
|
1834
|
-
const filterSensitiveLog: (obj: DeletePricingPlanInput) => any;
|
|
1835
|
-
}
|
|
1836
1458
|
export interface DeletePricingPlanOutput {
|
|
1837
1459
|
/**
|
|
1838
1460
|
* <p> The Amazon Resource Name (ARN) of the deleted pricing plan. </p>
|
|
1839
1461
|
*/
|
|
1840
1462
|
Arn?: string;
|
|
1841
1463
|
}
|
|
1842
|
-
export declare namespace DeletePricingPlanOutput {
|
|
1843
|
-
/**
|
|
1844
|
-
* @internal
|
|
1845
|
-
*/
|
|
1846
|
-
const filterSensitiveLog: (obj: DeletePricingPlanOutput) => any;
|
|
1847
|
-
}
|
|
1848
1464
|
export interface DisassociatePricingRulesInput {
|
|
1849
1465
|
/**
|
|
1850
1466
|
* <p> The pricing plan Amazon Resource Name (ARN) to disassociate pricing rules from. </p>
|
|
@@ -1856,12 +1472,6 @@ export interface DisassociatePricingRulesInput {
|
|
|
1856
1472
|
*/
|
|
1857
1473
|
PricingRuleArns: string[] | undefined;
|
|
1858
1474
|
}
|
|
1859
|
-
export declare namespace DisassociatePricingRulesInput {
|
|
1860
|
-
/**
|
|
1861
|
-
* @internal
|
|
1862
|
-
*/
|
|
1863
|
-
const filterSensitiveLog: (obj: DisassociatePricingRulesInput) => any;
|
|
1864
|
-
}
|
|
1865
1475
|
export interface DisassociatePricingRulesOutput {
|
|
1866
1476
|
/**
|
|
1867
1477
|
* <p> The Amazon Resource Name (ARN) of the pricing plan that the pricing rules successfully
|
|
@@ -1869,12 +1479,6 @@ export interface DisassociatePricingRulesOutput {
|
|
|
1869
1479
|
*/
|
|
1870
1480
|
Arn?: string;
|
|
1871
1481
|
}
|
|
1872
|
-
export declare namespace DisassociatePricingRulesOutput {
|
|
1873
|
-
/**
|
|
1874
|
-
* @internal
|
|
1875
|
-
*/
|
|
1876
|
-
const filterSensitiveLog: (obj: DisassociatePricingRulesOutput) => any;
|
|
1877
|
-
}
|
|
1878
1482
|
/**
|
|
1879
1483
|
* <p>The filter that specifies the Amazon Resource Names (ARNs) of pricing plans, to retrieve
|
|
1880
1484
|
* pricing plan information. </p>
|
|
@@ -1885,12 +1489,6 @@ export interface ListPricingPlansFilter {
|
|
|
1885
1489
|
*/
|
|
1886
1490
|
Arns?: string[];
|
|
1887
1491
|
}
|
|
1888
|
-
export declare namespace ListPricingPlansFilter {
|
|
1889
|
-
/**
|
|
1890
|
-
* @internal
|
|
1891
|
-
*/
|
|
1892
|
-
const filterSensitiveLog: (obj: ListPricingPlansFilter) => any;
|
|
1893
|
-
}
|
|
1894
1492
|
export interface ListPricingPlansInput {
|
|
1895
1493
|
/**
|
|
1896
1494
|
* <p>The preferred billing period to get pricing plan.
|
|
@@ -1912,12 +1510,6 @@ export interface ListPricingPlansInput {
|
|
|
1912
1510
|
*/
|
|
1913
1511
|
NextToken?: string;
|
|
1914
1512
|
}
|
|
1915
|
-
export declare namespace ListPricingPlansInput {
|
|
1916
|
-
/**
|
|
1917
|
-
* @internal
|
|
1918
|
-
*/
|
|
1919
|
-
const filterSensitiveLog: (obj: ListPricingPlansInput) => any;
|
|
1920
|
-
}
|
|
1921
1513
|
/**
|
|
1922
1514
|
* <p>A representation of a pricing plan.
|
|
1923
1515
|
* </p>
|
|
@@ -1957,12 +1549,6 @@ export interface PricingPlanListElement {
|
|
|
1957
1549
|
*/
|
|
1958
1550
|
LastModifiedTime?: number;
|
|
1959
1551
|
}
|
|
1960
|
-
export declare namespace PricingPlanListElement {
|
|
1961
|
-
/**
|
|
1962
|
-
* @internal
|
|
1963
|
-
*/
|
|
1964
|
-
const filterSensitiveLog: (obj: PricingPlanListElement) => any;
|
|
1965
|
-
}
|
|
1966
1552
|
export interface ListPricingPlansOutput {
|
|
1967
1553
|
/**
|
|
1968
1554
|
* <p>
|
|
@@ -1981,12 +1567,6 @@ export interface ListPricingPlansOutput {
|
|
|
1981
1567
|
*/
|
|
1982
1568
|
NextToken?: string;
|
|
1983
1569
|
}
|
|
1984
|
-
export declare namespace ListPricingPlansOutput {
|
|
1985
|
-
/**
|
|
1986
|
-
* @internal
|
|
1987
|
-
*/
|
|
1988
|
-
const filterSensitiveLog: (obj: ListPricingPlansOutput) => any;
|
|
1989
|
-
}
|
|
1990
1570
|
export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
1991
1571
|
/**
|
|
1992
1572
|
* <p>
|
|
@@ -2011,12 +1591,6 @@ export interface ListPricingPlansAssociatedWithPricingRuleInput {
|
|
|
2011
1591
|
*/
|
|
2012
1592
|
NextToken?: string;
|
|
2013
1593
|
}
|
|
2014
|
-
export declare namespace ListPricingPlansAssociatedWithPricingRuleInput {
|
|
2015
|
-
/**
|
|
2016
|
-
* @internal
|
|
2017
|
-
*/
|
|
2018
|
-
const filterSensitiveLog: (obj: ListPricingPlansAssociatedWithPricingRuleInput) => any;
|
|
2019
|
-
}
|
|
2020
1594
|
export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
2021
1595
|
/**
|
|
2022
1596
|
* <p>
|
|
@@ -2041,12 +1615,6 @@ export interface ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
|
2041
1615
|
*/
|
|
2042
1616
|
NextToken?: string;
|
|
2043
1617
|
}
|
|
2044
|
-
export declare namespace ListPricingPlansAssociatedWithPricingRuleOutput {
|
|
2045
|
-
/**
|
|
2046
|
-
* @internal
|
|
2047
|
-
*/
|
|
2048
|
-
const filterSensitiveLog: (obj: ListPricingPlansAssociatedWithPricingRuleOutput) => any;
|
|
2049
|
-
}
|
|
2050
1618
|
export interface UpdatePricingPlanInput {
|
|
2051
1619
|
/**
|
|
2052
1620
|
* <p>The Amazon Resource Name (ARN) of the pricing plan you're updating. </p>
|
|
@@ -2063,12 +1631,6 @@ export interface UpdatePricingPlanInput {
|
|
|
2063
1631
|
*/
|
|
2064
1632
|
Description?: string;
|
|
2065
1633
|
}
|
|
2066
|
-
export declare namespace UpdatePricingPlanInput {
|
|
2067
|
-
/**
|
|
2068
|
-
* @internal
|
|
2069
|
-
*/
|
|
2070
|
-
const filterSensitiveLog: (obj: UpdatePricingPlanInput) => any;
|
|
2071
|
-
}
|
|
2072
1634
|
export interface UpdatePricingPlanOutput {
|
|
2073
1635
|
/**
|
|
2074
1636
|
* <p>The Amazon Resource Name (ARN) of the updated pricing plan. </p>
|
|
@@ -2099,12 +1661,6 @@ export interface UpdatePricingPlanOutput {
|
|
|
2099
1661
|
*/
|
|
2100
1662
|
LastModifiedTime?: number;
|
|
2101
1663
|
}
|
|
2102
|
-
export declare namespace UpdatePricingPlanOutput {
|
|
2103
|
-
/**
|
|
2104
|
-
* @internal
|
|
2105
|
-
*/
|
|
2106
|
-
const filterSensitiveLog: (obj: UpdatePricingPlanOutput) => any;
|
|
2107
|
-
}
|
|
2108
1664
|
export declare enum PricingRuleScope {
|
|
2109
1665
|
GLOBAL = "GLOBAL",
|
|
2110
1666
|
SERVICE = "SERVICE"
|
|
@@ -2163,48 +1719,24 @@ export interface CreatePricingRuleInput {
|
|
|
2163
1719
|
*/
|
|
2164
1720
|
Tags?: Record<string, string>;
|
|
2165
1721
|
}
|
|
2166
|
-
export declare namespace CreatePricingRuleInput {
|
|
2167
|
-
/**
|
|
2168
|
-
* @internal
|
|
2169
|
-
*/
|
|
2170
|
-
const filterSensitiveLog: (obj: CreatePricingRuleInput) => any;
|
|
2171
|
-
}
|
|
2172
1722
|
export interface CreatePricingRuleOutput {
|
|
2173
1723
|
/**
|
|
2174
1724
|
* <p> The Amazon Resource Name (ARN) of the created pricing rule. </p>
|
|
2175
1725
|
*/
|
|
2176
1726
|
Arn?: string;
|
|
2177
1727
|
}
|
|
2178
|
-
export declare namespace CreatePricingRuleOutput {
|
|
2179
|
-
/**
|
|
2180
|
-
* @internal
|
|
2181
|
-
*/
|
|
2182
|
-
const filterSensitiveLog: (obj: CreatePricingRuleOutput) => any;
|
|
2183
|
-
}
|
|
2184
1728
|
export interface DeletePricingRuleInput {
|
|
2185
1729
|
/**
|
|
2186
1730
|
* <p> The Amazon Resource Name (ARN) of the pricing rule you are deleting. </p>
|
|
2187
1731
|
*/
|
|
2188
1732
|
Arn: string | undefined;
|
|
2189
1733
|
}
|
|
2190
|
-
export declare namespace DeletePricingRuleInput {
|
|
2191
|
-
/**
|
|
2192
|
-
* @internal
|
|
2193
|
-
*/
|
|
2194
|
-
const filterSensitiveLog: (obj: DeletePricingRuleInput) => any;
|
|
2195
|
-
}
|
|
2196
1734
|
export interface DeletePricingRuleOutput {
|
|
2197
1735
|
/**
|
|
2198
1736
|
* <p> The Amazon Resource Name (ARN) of the deleted pricing rule. </p>
|
|
2199
1737
|
*/
|
|
2200
1738
|
Arn?: string;
|
|
2201
1739
|
}
|
|
2202
|
-
export declare namespace DeletePricingRuleOutput {
|
|
2203
|
-
/**
|
|
2204
|
-
* @internal
|
|
2205
|
-
*/
|
|
2206
|
-
const filterSensitiveLog: (obj: DeletePricingRuleOutput) => any;
|
|
2207
|
-
}
|
|
2208
1740
|
/**
|
|
2209
1741
|
* <p> The filter that specifies criteria that the pricing rules returned by the
|
|
2210
1742
|
* <code>ListPricingRules</code> API will adhere to. </p>
|
|
@@ -2216,12 +1748,6 @@ export interface ListPricingRulesFilter {
|
|
|
2216
1748
|
*/
|
|
2217
1749
|
Arns?: string[];
|
|
2218
1750
|
}
|
|
2219
|
-
export declare namespace ListPricingRulesFilter {
|
|
2220
|
-
/**
|
|
2221
|
-
* @internal
|
|
2222
|
-
*/
|
|
2223
|
-
const filterSensitiveLog: (obj: ListPricingRulesFilter) => any;
|
|
2224
|
-
}
|
|
2225
1751
|
export interface ListPricingRulesInput {
|
|
2226
1752
|
/**
|
|
2227
1753
|
* <p>
|
|
@@ -2247,12 +1773,6 @@ export interface ListPricingRulesInput {
|
|
|
2247
1773
|
*/
|
|
2248
1774
|
NextToken?: string;
|
|
2249
1775
|
}
|
|
2250
|
-
export declare namespace ListPricingRulesInput {
|
|
2251
|
-
/**
|
|
2252
|
-
* @internal
|
|
2253
|
-
*/
|
|
2254
|
-
const filterSensitiveLog: (obj: ListPricingRulesInput) => any;
|
|
2255
|
-
}
|
|
2256
1776
|
/**
|
|
2257
1777
|
* <p>
|
|
2258
1778
|
* A representation of a pricing rule.
|
|
@@ -2318,12 +1838,6 @@ export interface PricingRuleListElement {
|
|
|
2318
1838
|
*/
|
|
2319
1839
|
LastModifiedTime?: number;
|
|
2320
1840
|
}
|
|
2321
|
-
export declare namespace PricingRuleListElement {
|
|
2322
|
-
/**
|
|
2323
|
-
* @internal
|
|
2324
|
-
*/
|
|
2325
|
-
const filterSensitiveLog: (obj: PricingRuleListElement) => any;
|
|
2326
|
-
}
|
|
2327
1841
|
export interface ListPricingRulesOutput {
|
|
2328
1842
|
/**
|
|
2329
1843
|
* <p>
|
|
@@ -2344,12 +1858,6 @@ export interface ListPricingRulesOutput {
|
|
|
2344
1858
|
*/
|
|
2345
1859
|
NextToken?: string;
|
|
2346
1860
|
}
|
|
2347
|
-
export declare namespace ListPricingRulesOutput {
|
|
2348
|
-
/**
|
|
2349
|
-
* @internal
|
|
2350
|
-
*/
|
|
2351
|
-
const filterSensitiveLog: (obj: ListPricingRulesOutput) => any;
|
|
2352
|
-
}
|
|
2353
1861
|
export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
2354
1862
|
/**
|
|
2355
1863
|
* <p>
|
|
@@ -2373,12 +1881,6 @@ export interface ListPricingRulesAssociatedToPricingPlanInput {
|
|
|
2373
1881
|
*/
|
|
2374
1882
|
NextToken?: string;
|
|
2375
1883
|
}
|
|
2376
|
-
export declare namespace ListPricingRulesAssociatedToPricingPlanInput {
|
|
2377
|
-
/**
|
|
2378
|
-
* @internal
|
|
2379
|
-
*/
|
|
2380
|
-
const filterSensitiveLog: (obj: ListPricingRulesAssociatedToPricingPlanInput) => any;
|
|
2381
|
-
}
|
|
2382
1884
|
export interface ListPricingRulesAssociatedToPricingPlanOutput {
|
|
2383
1885
|
/**
|
|
2384
1886
|
* <p>
|
|
@@ -2404,12 +1906,6 @@ export interface ListPricingRulesAssociatedToPricingPlanOutput {
|
|
|
2404
1906
|
*/
|
|
2405
1907
|
NextToken?: string;
|
|
2406
1908
|
}
|
|
2407
|
-
export declare namespace ListPricingRulesAssociatedToPricingPlanOutput {
|
|
2408
|
-
/**
|
|
2409
|
-
* @internal
|
|
2410
|
-
*/
|
|
2411
|
-
const filterSensitiveLog: (obj: ListPricingRulesAssociatedToPricingPlanOutput) => any;
|
|
2412
|
-
}
|
|
2413
1909
|
export interface UpdatePricingRuleInput {
|
|
2414
1910
|
/**
|
|
2415
1911
|
* <p> The Amazon Resource Name (ARN) of the pricing rule to update. </p>
|
|
@@ -2440,12 +1936,6 @@ export interface UpdatePricingRuleInput {
|
|
|
2440
1936
|
*/
|
|
2441
1937
|
ModifierPercentage?: number;
|
|
2442
1938
|
}
|
|
2443
|
-
export declare namespace UpdatePricingRuleInput {
|
|
2444
|
-
/**
|
|
2445
|
-
* @internal
|
|
2446
|
-
*/
|
|
2447
|
-
const filterSensitiveLog: (obj: UpdatePricingRuleInput) => any;
|
|
2448
|
-
}
|
|
2449
1939
|
export interface UpdatePricingRuleOutput {
|
|
2450
1940
|
/**
|
|
2451
1941
|
* <p> The Amazon Resource Name (ARN) of the successfully updated pricing rule. </p>
|
|
@@ -2500,12 +1990,6 @@ export interface UpdatePricingRuleOutput {
|
|
|
2500
1990
|
*/
|
|
2501
1991
|
LastModifiedTime?: number;
|
|
2502
1992
|
}
|
|
2503
|
-
export declare namespace UpdatePricingRuleOutput {
|
|
2504
|
-
/**
|
|
2505
|
-
* @internal
|
|
2506
|
-
*/
|
|
2507
|
-
const filterSensitiveLog: (obj: UpdatePricingRuleOutput) => any;
|
|
2508
|
-
}
|
|
2509
1993
|
export interface TagResourceRequest {
|
|
2510
1994
|
/**
|
|
2511
1995
|
* <p>
|
|
@@ -2520,20 +2004,8 @@ export interface TagResourceRequest {
|
|
|
2520
2004
|
*/
|
|
2521
2005
|
Tags: Record<string, string> | undefined;
|
|
2522
2006
|
}
|
|
2523
|
-
export declare namespace TagResourceRequest {
|
|
2524
|
-
/**
|
|
2525
|
-
* @internal
|
|
2526
|
-
*/
|
|
2527
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2528
|
-
}
|
|
2529
2007
|
export interface TagResourceResponse {
|
|
2530
2008
|
}
|
|
2531
|
-
export declare namespace TagResourceResponse {
|
|
2532
|
-
/**
|
|
2533
|
-
* @internal
|
|
2534
|
-
*/
|
|
2535
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2536
|
-
}
|
|
2537
2009
|
export interface UntagResourceRequest {
|
|
2538
2010
|
/**
|
|
2539
2011
|
* <p>
|
|
@@ -2548,17 +2020,365 @@ export interface UntagResourceRequest {
|
|
|
2548
2020
|
*/
|
|
2549
2021
|
TagKeys: string[] | undefined;
|
|
2550
2022
|
}
|
|
2551
|
-
export declare namespace UntagResourceRequest {
|
|
2552
|
-
/**
|
|
2553
|
-
* @internal
|
|
2554
|
-
*/
|
|
2555
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2556
|
-
}
|
|
2557
2023
|
export interface UntagResourceResponse {
|
|
2558
2024
|
}
|
|
2559
|
-
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2025
|
+
/**
|
|
2026
|
+
* @internal
|
|
2027
|
+
*/
|
|
2028
|
+
export declare const AccountAssociationsListElementFilterSensitiveLog: (obj: AccountAssociationsListElement) => any;
|
|
2029
|
+
/**
|
|
2030
|
+
* @internal
|
|
2031
|
+
*/
|
|
2032
|
+
export declare const AccountGroupingFilterSensitiveLog: (obj: AccountGrouping) => any;
|
|
2033
|
+
/**
|
|
2034
|
+
* @internal
|
|
2035
|
+
*/
|
|
2036
|
+
export declare const AssociateAccountsInputFilterSensitiveLog: (obj: AssociateAccountsInput) => any;
|
|
2037
|
+
/**
|
|
2038
|
+
* @internal
|
|
2039
|
+
*/
|
|
2040
|
+
export declare const AssociateAccountsOutputFilterSensitiveLog: (obj: AssociateAccountsOutput) => any;
|
|
2041
|
+
/**
|
|
2042
|
+
* @internal
|
|
2043
|
+
*/
|
|
2044
|
+
export declare const ValidationExceptionFieldFilterSensitiveLog: (obj: ValidationExceptionField) => any;
|
|
2045
|
+
/**
|
|
2046
|
+
* @internal
|
|
2047
|
+
*/
|
|
2048
|
+
export declare const AssociatePricingRulesInputFilterSensitiveLog: (obj: AssociatePricingRulesInput) => any;
|
|
2049
|
+
/**
|
|
2050
|
+
* @internal
|
|
2051
|
+
*/
|
|
2052
|
+
export declare const AssociatePricingRulesOutputFilterSensitiveLog: (obj: AssociatePricingRulesOutput) => any;
|
|
2053
|
+
/**
|
|
2054
|
+
* @internal
|
|
2055
|
+
*/
|
|
2056
|
+
export declare const AssociateResourceErrorFilterSensitiveLog: (obj: AssociateResourceError) => any;
|
|
2057
|
+
/**
|
|
2058
|
+
* @internal
|
|
2059
|
+
*/
|
|
2060
|
+
export declare const AssociateResourceResponseElementFilterSensitiveLog: (obj: AssociateResourceResponseElement) => any;
|
|
2061
|
+
/**
|
|
2062
|
+
* @internal
|
|
2063
|
+
*/
|
|
2064
|
+
export declare const ComputationPreferenceFilterSensitiveLog: (obj: ComputationPreference) => any;
|
|
2065
|
+
/**
|
|
2066
|
+
* @internal
|
|
2067
|
+
*/
|
|
2068
|
+
export declare const CreateBillingGroupInputFilterSensitiveLog: (obj: CreateBillingGroupInput) => any;
|
|
2069
|
+
/**
|
|
2070
|
+
* @internal
|
|
2071
|
+
*/
|
|
2072
|
+
export declare const CreateBillingGroupOutputFilterSensitiveLog: (obj: CreateBillingGroupOutput) => any;
|
|
2073
|
+
/**
|
|
2074
|
+
* @internal
|
|
2075
|
+
*/
|
|
2076
|
+
export declare const DeleteBillingGroupInputFilterSensitiveLog: (obj: DeleteBillingGroupInput) => any;
|
|
2077
|
+
/**
|
|
2078
|
+
* @internal
|
|
2079
|
+
*/
|
|
2080
|
+
export declare const DeleteBillingGroupOutputFilterSensitiveLog: (obj: DeleteBillingGroupOutput) => any;
|
|
2081
|
+
/**
|
|
2082
|
+
* @internal
|
|
2083
|
+
*/
|
|
2084
|
+
export declare const DisassociateAccountsInputFilterSensitiveLog: (obj: DisassociateAccountsInput) => any;
|
|
2085
|
+
/**
|
|
2086
|
+
* @internal
|
|
2087
|
+
*/
|
|
2088
|
+
export declare const DisassociateAccountsOutputFilterSensitiveLog: (obj: DisassociateAccountsOutput) => any;
|
|
2089
|
+
/**
|
|
2090
|
+
* @internal
|
|
2091
|
+
*/
|
|
2092
|
+
export declare const ListBillingGroupsFilterFilterSensitiveLog: (obj: ListBillingGroupsFilter) => any;
|
|
2093
|
+
/**
|
|
2094
|
+
* @internal
|
|
2095
|
+
*/
|
|
2096
|
+
export declare const ListBillingGroupsInputFilterSensitiveLog: (obj: ListBillingGroupsInput) => any;
|
|
2097
|
+
/**
|
|
2098
|
+
* @internal
|
|
2099
|
+
*/
|
|
2100
|
+
export declare const BillingGroupListElementFilterSensitiveLog: (obj: BillingGroupListElement) => any;
|
|
2101
|
+
/**
|
|
2102
|
+
* @internal
|
|
2103
|
+
*/
|
|
2104
|
+
export declare const ListBillingGroupsOutputFilterSensitiveLog: (obj: ListBillingGroupsOutput) => any;
|
|
2105
|
+
/**
|
|
2106
|
+
* @internal
|
|
2107
|
+
*/
|
|
2108
|
+
export declare const UpdateBillingGroupInputFilterSensitiveLog: (obj: UpdateBillingGroupInput) => any;
|
|
2109
|
+
/**
|
|
2110
|
+
* @internal
|
|
2111
|
+
*/
|
|
2112
|
+
export declare const UpdateBillingGroupOutputFilterSensitiveLog: (obj: UpdateBillingGroupOutput) => any;
|
|
2113
|
+
/**
|
|
2114
|
+
* @internal
|
|
2115
|
+
*/
|
|
2116
|
+
export declare const CustomLineItemBillingPeriodRangeFilterSensitiveLog: (obj: CustomLineItemBillingPeriodRange) => any;
|
|
2117
|
+
/**
|
|
2118
|
+
* @internal
|
|
2119
|
+
*/
|
|
2120
|
+
export declare const BatchAssociateResourcesToCustomLineItemInputFilterSensitiveLog: (obj: BatchAssociateResourcesToCustomLineItemInput) => any;
|
|
2121
|
+
/**
|
|
2122
|
+
* @internal
|
|
2123
|
+
*/
|
|
2124
|
+
export declare const BatchAssociateResourcesToCustomLineItemOutputFilterSensitiveLog: (obj: BatchAssociateResourcesToCustomLineItemOutput) => any;
|
|
2125
|
+
/**
|
|
2126
|
+
* @internal
|
|
2127
|
+
*/
|
|
2128
|
+
export declare const BatchDisassociateResourcesFromCustomLineItemInputFilterSensitiveLog: (obj: BatchDisassociateResourcesFromCustomLineItemInput) => any;
|
|
2129
|
+
/**
|
|
2130
|
+
* @internal
|
|
2131
|
+
*/
|
|
2132
|
+
export declare const DisassociateResourceResponseElementFilterSensitiveLog: (obj: DisassociateResourceResponseElement) => any;
|
|
2133
|
+
/**
|
|
2134
|
+
* @internal
|
|
2135
|
+
*/
|
|
2136
|
+
export declare const BatchDisassociateResourcesFromCustomLineItemOutputFilterSensitiveLog: (obj: BatchDisassociateResourcesFromCustomLineItemOutput) => any;
|
|
2137
|
+
/**
|
|
2138
|
+
* @internal
|
|
2139
|
+
*/
|
|
2140
|
+
export declare const CustomLineItemFlatChargeDetailsFilterSensitiveLog: (obj: CustomLineItemFlatChargeDetails) => any;
|
|
2141
|
+
/**
|
|
2142
|
+
* @internal
|
|
2143
|
+
*/
|
|
2144
|
+
export declare const CustomLineItemPercentageChargeDetailsFilterSensitiveLog: (obj: CustomLineItemPercentageChargeDetails) => any;
|
|
2145
|
+
/**
|
|
2146
|
+
* @internal
|
|
2147
|
+
*/
|
|
2148
|
+
export declare const CustomLineItemChargeDetailsFilterSensitiveLog: (obj: CustomLineItemChargeDetails) => any;
|
|
2149
|
+
/**
|
|
2150
|
+
* @internal
|
|
2151
|
+
*/
|
|
2152
|
+
export declare const CreateCustomLineItemInputFilterSensitiveLog: (obj: CreateCustomLineItemInput) => any;
|
|
2153
|
+
/**
|
|
2154
|
+
* @internal
|
|
2155
|
+
*/
|
|
2156
|
+
export declare const CreateCustomLineItemOutputFilterSensitiveLog: (obj: CreateCustomLineItemOutput) => any;
|
|
2157
|
+
/**
|
|
2158
|
+
* @internal
|
|
2159
|
+
*/
|
|
2160
|
+
export declare const DeleteCustomLineItemInputFilterSensitiveLog: (obj: DeleteCustomLineItemInput) => any;
|
|
2161
|
+
/**
|
|
2162
|
+
* @internal
|
|
2163
|
+
*/
|
|
2164
|
+
export declare const DeleteCustomLineItemOutputFilterSensitiveLog: (obj: DeleteCustomLineItemOutput) => any;
|
|
2165
|
+
/**
|
|
2166
|
+
* @internal
|
|
2167
|
+
*/
|
|
2168
|
+
export declare const ListCustomLineItemsFilterFilterSensitiveLog: (obj: ListCustomLineItemsFilter) => any;
|
|
2169
|
+
/**
|
|
2170
|
+
* @internal
|
|
2171
|
+
*/
|
|
2172
|
+
export declare const ListCustomLineItemsInputFilterSensitiveLog: (obj: ListCustomLineItemsInput) => any;
|
|
2173
|
+
/**
|
|
2174
|
+
* @internal
|
|
2175
|
+
*/
|
|
2176
|
+
export declare const ListCustomLineItemFlatChargeDetailsFilterSensitiveLog: (obj: ListCustomLineItemFlatChargeDetails) => any;
|
|
2177
|
+
/**
|
|
2178
|
+
* @internal
|
|
2179
|
+
*/
|
|
2180
|
+
export declare const ListCustomLineItemPercentageChargeDetailsFilterSensitiveLog: (obj: ListCustomLineItemPercentageChargeDetails) => any;
|
|
2181
|
+
/**
|
|
2182
|
+
* @internal
|
|
2183
|
+
*/
|
|
2184
|
+
export declare const ListCustomLineItemChargeDetailsFilterSensitiveLog: (obj: ListCustomLineItemChargeDetails) => any;
|
|
2185
|
+
/**
|
|
2186
|
+
* @internal
|
|
2187
|
+
*/
|
|
2188
|
+
export declare const CustomLineItemListElementFilterSensitiveLog: (obj: CustomLineItemListElement) => any;
|
|
2189
|
+
/**
|
|
2190
|
+
* @internal
|
|
2191
|
+
*/
|
|
2192
|
+
export declare const ListCustomLineItemsOutputFilterSensitiveLog: (obj: ListCustomLineItemsOutput) => any;
|
|
2193
|
+
/**
|
|
2194
|
+
* @internal
|
|
2195
|
+
*/
|
|
2196
|
+
export declare const ListResourcesAssociatedToCustomLineItemFilterFilterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemFilter) => any;
|
|
2197
|
+
/**
|
|
2198
|
+
* @internal
|
|
2199
|
+
*/
|
|
2200
|
+
export declare const ListResourcesAssociatedToCustomLineItemInputFilterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemInput) => any;
|
|
2201
|
+
/**
|
|
2202
|
+
* @internal
|
|
2203
|
+
*/
|
|
2204
|
+
export declare const ListResourcesAssociatedToCustomLineItemResponseElementFilterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemResponseElement) => any;
|
|
2205
|
+
/**
|
|
2206
|
+
* @internal
|
|
2207
|
+
*/
|
|
2208
|
+
export declare const ListResourcesAssociatedToCustomLineItemOutputFilterSensitiveLog: (obj: ListResourcesAssociatedToCustomLineItemOutput) => any;
|
|
2209
|
+
/**
|
|
2210
|
+
* @internal
|
|
2211
|
+
*/
|
|
2212
|
+
export declare const UpdateCustomLineItemFlatChargeDetailsFilterSensitiveLog: (obj: UpdateCustomLineItemFlatChargeDetails) => any;
|
|
2213
|
+
/**
|
|
2214
|
+
* @internal
|
|
2215
|
+
*/
|
|
2216
|
+
export declare const UpdateCustomLineItemPercentageChargeDetailsFilterSensitiveLog: (obj: UpdateCustomLineItemPercentageChargeDetails) => any;
|
|
2217
|
+
/**
|
|
2218
|
+
* @internal
|
|
2219
|
+
*/
|
|
2220
|
+
export declare const UpdateCustomLineItemChargeDetailsFilterSensitiveLog: (obj: UpdateCustomLineItemChargeDetails) => any;
|
|
2221
|
+
/**
|
|
2222
|
+
* @internal
|
|
2223
|
+
*/
|
|
2224
|
+
export declare const UpdateCustomLineItemInputFilterSensitiveLog: (obj: UpdateCustomLineItemInput) => any;
|
|
2225
|
+
/**
|
|
2226
|
+
* @internal
|
|
2227
|
+
*/
|
|
2228
|
+
export declare const UpdateCustomLineItemOutputFilterSensitiveLog: (obj: UpdateCustomLineItemOutput) => any;
|
|
2229
|
+
/**
|
|
2230
|
+
* @internal
|
|
2231
|
+
*/
|
|
2232
|
+
export declare const ListAccountAssociationsFilterFilterSensitiveLog: (obj: ListAccountAssociationsFilter) => any;
|
|
2233
|
+
/**
|
|
2234
|
+
* @internal
|
|
2235
|
+
*/
|
|
2236
|
+
export declare const ListAccountAssociationsInputFilterSensitiveLog: (obj: ListAccountAssociationsInput) => any;
|
|
2237
|
+
/**
|
|
2238
|
+
* @internal
|
|
2239
|
+
*/
|
|
2240
|
+
export declare const ListAccountAssociationsOutputFilterSensitiveLog: (obj: ListAccountAssociationsOutput) => any;
|
|
2241
|
+
/**
|
|
2242
|
+
* @internal
|
|
2243
|
+
*/
|
|
2244
|
+
export declare const ListBillingGroupCostReportsFilterFilterSensitiveLog: (obj: ListBillingGroupCostReportsFilter) => any;
|
|
2245
|
+
/**
|
|
2246
|
+
* @internal
|
|
2247
|
+
*/
|
|
2248
|
+
export declare const ListBillingGroupCostReportsInputFilterSensitiveLog: (obj: ListBillingGroupCostReportsInput) => any;
|
|
2249
|
+
/**
|
|
2250
|
+
* @internal
|
|
2251
|
+
*/
|
|
2252
|
+
export declare const BillingGroupCostReportElementFilterSensitiveLog: (obj: BillingGroupCostReportElement) => any;
|
|
2253
|
+
/**
|
|
2254
|
+
* @internal
|
|
2255
|
+
*/
|
|
2256
|
+
export declare const ListBillingGroupCostReportsOutputFilterSensitiveLog: (obj: ListBillingGroupCostReportsOutput) => any;
|
|
2257
|
+
/**
|
|
2258
|
+
* @internal
|
|
2259
|
+
*/
|
|
2260
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
2261
|
+
/**
|
|
2262
|
+
* @internal
|
|
2263
|
+
*/
|
|
2264
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
2265
|
+
/**
|
|
2266
|
+
* @internal
|
|
2267
|
+
*/
|
|
2268
|
+
export declare const CreatePricingPlanInputFilterSensitiveLog: (obj: CreatePricingPlanInput) => any;
|
|
2269
|
+
/**
|
|
2270
|
+
* @internal
|
|
2271
|
+
*/
|
|
2272
|
+
export declare const CreatePricingPlanOutputFilterSensitiveLog: (obj: CreatePricingPlanOutput) => any;
|
|
2273
|
+
/**
|
|
2274
|
+
* @internal
|
|
2275
|
+
*/
|
|
2276
|
+
export declare const DeletePricingPlanInputFilterSensitiveLog: (obj: DeletePricingPlanInput) => any;
|
|
2277
|
+
/**
|
|
2278
|
+
* @internal
|
|
2279
|
+
*/
|
|
2280
|
+
export declare const DeletePricingPlanOutputFilterSensitiveLog: (obj: DeletePricingPlanOutput) => any;
|
|
2281
|
+
/**
|
|
2282
|
+
* @internal
|
|
2283
|
+
*/
|
|
2284
|
+
export declare const DisassociatePricingRulesInputFilterSensitiveLog: (obj: DisassociatePricingRulesInput) => any;
|
|
2285
|
+
/**
|
|
2286
|
+
* @internal
|
|
2287
|
+
*/
|
|
2288
|
+
export declare const DisassociatePricingRulesOutputFilterSensitiveLog: (obj: DisassociatePricingRulesOutput) => any;
|
|
2289
|
+
/**
|
|
2290
|
+
* @internal
|
|
2291
|
+
*/
|
|
2292
|
+
export declare const ListPricingPlansFilterFilterSensitiveLog: (obj: ListPricingPlansFilter) => any;
|
|
2293
|
+
/**
|
|
2294
|
+
* @internal
|
|
2295
|
+
*/
|
|
2296
|
+
export declare const ListPricingPlansInputFilterSensitiveLog: (obj: ListPricingPlansInput) => any;
|
|
2297
|
+
/**
|
|
2298
|
+
* @internal
|
|
2299
|
+
*/
|
|
2300
|
+
export declare const PricingPlanListElementFilterSensitiveLog: (obj: PricingPlanListElement) => any;
|
|
2301
|
+
/**
|
|
2302
|
+
* @internal
|
|
2303
|
+
*/
|
|
2304
|
+
export declare const ListPricingPlansOutputFilterSensitiveLog: (obj: ListPricingPlansOutput) => any;
|
|
2305
|
+
/**
|
|
2306
|
+
* @internal
|
|
2307
|
+
*/
|
|
2308
|
+
export declare const ListPricingPlansAssociatedWithPricingRuleInputFilterSensitiveLog: (obj: ListPricingPlansAssociatedWithPricingRuleInput) => any;
|
|
2309
|
+
/**
|
|
2310
|
+
* @internal
|
|
2311
|
+
*/
|
|
2312
|
+
export declare const ListPricingPlansAssociatedWithPricingRuleOutputFilterSensitiveLog: (obj: ListPricingPlansAssociatedWithPricingRuleOutput) => any;
|
|
2313
|
+
/**
|
|
2314
|
+
* @internal
|
|
2315
|
+
*/
|
|
2316
|
+
export declare const UpdatePricingPlanInputFilterSensitiveLog: (obj: UpdatePricingPlanInput) => any;
|
|
2317
|
+
/**
|
|
2318
|
+
* @internal
|
|
2319
|
+
*/
|
|
2320
|
+
export declare const UpdatePricingPlanOutputFilterSensitiveLog: (obj: UpdatePricingPlanOutput) => any;
|
|
2321
|
+
/**
|
|
2322
|
+
* @internal
|
|
2323
|
+
*/
|
|
2324
|
+
export declare const CreatePricingRuleInputFilterSensitiveLog: (obj: CreatePricingRuleInput) => any;
|
|
2325
|
+
/**
|
|
2326
|
+
* @internal
|
|
2327
|
+
*/
|
|
2328
|
+
export declare const CreatePricingRuleOutputFilterSensitiveLog: (obj: CreatePricingRuleOutput) => any;
|
|
2329
|
+
/**
|
|
2330
|
+
* @internal
|
|
2331
|
+
*/
|
|
2332
|
+
export declare const DeletePricingRuleInputFilterSensitiveLog: (obj: DeletePricingRuleInput) => any;
|
|
2333
|
+
/**
|
|
2334
|
+
* @internal
|
|
2335
|
+
*/
|
|
2336
|
+
export declare const DeletePricingRuleOutputFilterSensitiveLog: (obj: DeletePricingRuleOutput) => any;
|
|
2337
|
+
/**
|
|
2338
|
+
* @internal
|
|
2339
|
+
*/
|
|
2340
|
+
export declare const ListPricingRulesFilterFilterSensitiveLog: (obj: ListPricingRulesFilter) => any;
|
|
2341
|
+
/**
|
|
2342
|
+
* @internal
|
|
2343
|
+
*/
|
|
2344
|
+
export declare const ListPricingRulesInputFilterSensitiveLog: (obj: ListPricingRulesInput) => any;
|
|
2345
|
+
/**
|
|
2346
|
+
* @internal
|
|
2347
|
+
*/
|
|
2348
|
+
export declare const PricingRuleListElementFilterSensitiveLog: (obj: PricingRuleListElement) => any;
|
|
2349
|
+
/**
|
|
2350
|
+
* @internal
|
|
2351
|
+
*/
|
|
2352
|
+
export declare const ListPricingRulesOutputFilterSensitiveLog: (obj: ListPricingRulesOutput) => any;
|
|
2353
|
+
/**
|
|
2354
|
+
* @internal
|
|
2355
|
+
*/
|
|
2356
|
+
export declare const ListPricingRulesAssociatedToPricingPlanInputFilterSensitiveLog: (obj: ListPricingRulesAssociatedToPricingPlanInput) => any;
|
|
2357
|
+
/**
|
|
2358
|
+
* @internal
|
|
2359
|
+
*/
|
|
2360
|
+
export declare const ListPricingRulesAssociatedToPricingPlanOutputFilterSensitiveLog: (obj: ListPricingRulesAssociatedToPricingPlanOutput) => any;
|
|
2361
|
+
/**
|
|
2362
|
+
* @internal
|
|
2363
|
+
*/
|
|
2364
|
+
export declare const UpdatePricingRuleInputFilterSensitiveLog: (obj: UpdatePricingRuleInput) => any;
|
|
2365
|
+
/**
|
|
2366
|
+
* @internal
|
|
2367
|
+
*/
|
|
2368
|
+
export declare const UpdatePricingRuleOutputFilterSensitiveLog: (obj: UpdatePricingRuleOutput) => any;
|
|
2369
|
+
/**
|
|
2370
|
+
* @internal
|
|
2371
|
+
*/
|
|
2372
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2373
|
+
/**
|
|
2374
|
+
* @internal
|
|
2375
|
+
*/
|
|
2376
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
2377
|
+
/**
|
|
2378
|
+
* @internal
|
|
2379
|
+
*/
|
|
2380
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2381
|
+
/**
|
|
2382
|
+
* @internal
|
|
2383
|
+
*/
|
|
2384
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|