@aws-sdk/client-billingconductor 3.296.0 → 3.298.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/commands/AssociateAccountsCommand.js +2 -3
- package/dist-cjs/commands/AssociatePricingRulesCommand.js +2 -3
- package/dist-cjs/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/CreateBillingGroupCommand.js +1 -1
- package/dist-cjs/commands/CreateCustomLineItemCommand.js +1 -1
- package/dist-cjs/commands/CreatePricingPlanCommand.js +1 -1
- package/dist-cjs/commands/CreatePricingRuleCommand.js +1 -1
- package/dist-cjs/commands/DeleteBillingGroupCommand.js +2 -3
- package/dist-cjs/commands/DeleteCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/DeletePricingPlanCommand.js +2 -3
- package/dist-cjs/commands/DeletePricingRuleCommand.js +2 -3
- package/dist-cjs/commands/DisassociateAccountsCommand.js +2 -3
- package/dist-cjs/commands/DisassociatePricingRulesCommand.js +2 -3
- package/dist-cjs/commands/ListAccountAssociationsCommand.js +1 -1
- package/dist-cjs/commands/ListBillingGroupCostReportsCommand.js +2 -3
- package/dist-cjs/commands/ListBillingGroupsCommand.js +1 -1
- package/dist-cjs/commands/ListCustomLineItemVersionsCommand.js +1 -1
- package/dist-cjs/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -3
- package/dist-cjs/commands/ListPricingPlansCommand.js +1 -1
- package/dist-cjs/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -3
- package/dist-cjs/commands/ListPricingRulesCommand.js +1 -1
- package/dist-cjs/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -303
- package/dist-es/commands/AssociateAccountsCommand.js +2 -3
- package/dist-es/commands/AssociatePricingRulesCommand.js +2 -3
- package/dist-es/commands/BatchAssociateResourcesToCustomLineItemCommand.js +2 -3
- package/dist-es/commands/BatchDisassociateResourcesFromCustomLineItemCommand.js +2 -3
- package/dist-es/commands/CreateBillingGroupCommand.js +2 -2
- package/dist-es/commands/CreateCustomLineItemCommand.js +2 -2
- package/dist-es/commands/CreatePricingPlanCommand.js +2 -2
- package/dist-es/commands/CreatePricingRuleCommand.js +2 -2
- package/dist-es/commands/DeleteBillingGroupCommand.js +2 -3
- package/dist-es/commands/DeleteCustomLineItemCommand.js +2 -3
- package/dist-es/commands/DeletePricingPlanCommand.js +2 -3
- package/dist-es/commands/DeletePricingRuleCommand.js +2 -3
- package/dist-es/commands/DisassociateAccountsCommand.js +2 -3
- package/dist-es/commands/DisassociatePricingRulesCommand.js +2 -3
- package/dist-es/commands/ListAccountAssociationsCommand.js +2 -2
- package/dist-es/commands/ListBillingGroupCostReportsCommand.js +2 -3
- package/dist-es/commands/ListBillingGroupsCommand.js +2 -2
- package/dist-es/commands/ListCustomLineItemVersionsCommand.js +2 -2
- package/dist-es/commands/ListPricingPlansAssociatedWithPricingRuleCommand.js +2 -3
- package/dist-es/commands/ListPricingPlansCommand.js +2 -2
- package/dist-es/commands/ListPricingRulesAssociatedToPricingPlanCommand.js +2 -3
- package/dist-es/commands/ListPricingRulesCommand.js +2 -2
- package/dist-es/commands/ListResourcesAssociatedToCustomLineItemCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -225
- package/dist-types/Billingconductor.d.ts +32 -0
- package/dist-types/BillingconductorClient.d.ts +24 -4
- package/dist-types/commands/AssociateAccountsCommand.d.ts +16 -0
- package/dist-types/commands/AssociatePricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/BatchAssociateResourcesToCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/BatchDisassociateResourcesFromCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/CreateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/CreatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/CreatePricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/DeletePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/DeletePricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/DisassociateAccountsCommand.d.ts +16 -0
- package/dist-types/commands/DisassociatePricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListAccountAssociationsCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupCostReportsCommand.d.ts +16 -0
- package/dist-types/commands/ListBillingGroupsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomLineItemVersionsCommand.d.ts +16 -0
- package/dist-types/commands/ListCustomLineItemsCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingPlansAssociatedWithPricingRuleCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingPlansCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingRulesAssociatedToPricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/ListPricingRulesCommand.d.ts +16 -0
- package/dist-types/commands/ListResourcesAssociatedToCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UpdateBillingGroupCommand.d.ts +16 -0
- package/dist-types/commands/UpdateCustomLineItemCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingPlanCommand.d.ts +16 -0
- package/dist-types/commands/UpdatePricingRuleCommand.d.ts +16 -0
- package/dist-types/models/BillingconductorServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +259 -300
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/pagination/ListAccountAssociationsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupCostReportsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListBillingGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomLineItemVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListCustomLineItemsPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingPlansAssociatedWithPricingRulePaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingPlansPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingRulesAssociatedToPricingPlanPaginator.d.ts +3 -0
- package/dist-types/pagination/ListPricingRulesPaginator.d.ts +3 -0
- package/dist-types/pagination/ListResourcesAssociatedToCustomLineItemPaginator.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -223
- package/package.json +4 -3
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
2
|
import { BillingconductorClient } from "../BillingconductorClient";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
*/
|
|
3
6
|
export interface BillingconductorPaginationConfiguration extends PaginationConfiguration {
|
|
4
7
|
client: BillingconductorClient;
|
|
5
8
|
}
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListAccountAssociationsCommandInput, ListAccountAssociationsCommandOutput } from "../commands/ListAccountAssociationsCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListAccountAssociations(config: BillingconductorPaginationConfiguration, input: ListAccountAssociationsCommandInput, ...additionalArguments: any): Paginator<ListAccountAssociationsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBillingGroupCostReportsCommandInput, ListBillingGroupCostReportsCommandOutput } from "../commands/ListBillingGroupCostReportsCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBillingGroupCostReports(config: BillingconductorPaginationConfiguration, input: ListBillingGroupCostReportsCommandInput, ...additionalArguments: any): Paginator<ListBillingGroupCostReportsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListBillingGroupsCommandInput, ListBillingGroupsCommandOutput } from "../commands/ListBillingGroupsCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListBillingGroups(config: BillingconductorPaginationConfiguration, input: ListBillingGroupsCommandInput, ...additionalArguments: any): Paginator<ListBillingGroupsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCustomLineItemVersionsCommandInput, ListCustomLineItemVersionsCommandOutput } from "../commands/ListCustomLineItemVersionsCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCustomLineItemVersions(config: BillingconductorPaginationConfiguration, input: ListCustomLineItemVersionsCommandInput, ...additionalArguments: any): Paginator<ListCustomLineItemVersionsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListCustomLineItemsCommandInput, ListCustomLineItemsCommandOutput } from "../commands/ListCustomLineItemsCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListCustomLineItems(config: BillingconductorPaginationConfiguration, input: ListCustomLineItemsCommandInput, ...additionalArguments: any): Paginator<ListCustomLineItemsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPricingPlansAssociatedWithPricingRuleCommandInput, ListPricingPlansAssociatedWithPricingRuleCommandOutput } from "../commands/ListPricingPlansAssociatedWithPricingRuleCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPricingPlansAssociatedWithPricingRule(config: BillingconductorPaginationConfiguration, input: ListPricingPlansAssociatedWithPricingRuleCommandInput, ...additionalArguments: any): Paginator<ListPricingPlansAssociatedWithPricingRuleCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPricingPlansCommandInput, ListPricingPlansCommandOutput } from "../commands/ListPricingPlansCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPricingPlans(config: BillingconductorPaginationConfiguration, input: ListPricingPlansCommandInput, ...additionalArguments: any): Paginator<ListPricingPlansCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPricingRulesAssociatedToPricingPlanCommandInput, ListPricingRulesAssociatedToPricingPlanCommandOutput } from "../commands/ListPricingRulesAssociatedToPricingPlanCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPricingRulesAssociatedToPricingPlan(config: BillingconductorPaginationConfiguration, input: ListPricingRulesAssociatedToPricingPlanCommandInput, ...additionalArguments: any): Paginator<ListPricingRulesAssociatedToPricingPlanCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListPricingRulesCommandInput, ListPricingRulesCommandOutput } from "../commands/ListPricingRulesCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListPricingRules(config: BillingconductorPaginationConfiguration, input: ListPricingRulesCommandInput, ...additionalArguments: any): Paginator<ListPricingRulesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { ListResourcesAssociatedToCustomLineItemCommandInput, ListResourcesAssociatedToCustomLineItemCommandOutput } from "../commands/ListResourcesAssociatedToCustomLineItemCommand";
|
|
3
3
|
import { BillingconductorPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateListResourcesAssociatedToCustomLineItem(config: BillingconductorPaginationConfiguration, input: ListResourcesAssociatedToCustomLineItemCommandInput, ...additionalArguments: any): Paginator<ListResourcesAssociatedToCustomLineItemCommandOutput>;
|
|
@@ -677,57 +677,9 @@ export interface UntagResourceResponse {}
|
|
|
677
677
|
export declare const AccountAssociationsListElementFilterSensitiveLog: (
|
|
678
678
|
obj: AccountAssociationsListElement
|
|
679
679
|
) => any;
|
|
680
|
-
export declare const AccountGroupingFilterSensitiveLog: (
|
|
681
|
-
obj: AccountGrouping
|
|
682
|
-
) => any;
|
|
683
|
-
export declare const AssociateAccountsInputFilterSensitiveLog: (
|
|
684
|
-
obj: AssociateAccountsInput
|
|
685
|
-
) => any;
|
|
686
|
-
export declare const AssociateAccountsOutputFilterSensitiveLog: (
|
|
687
|
-
obj: AssociateAccountsOutput
|
|
688
|
-
) => any;
|
|
689
|
-
export declare const ValidationExceptionFieldFilterSensitiveLog: (
|
|
690
|
-
obj: ValidationExceptionField
|
|
691
|
-
) => any;
|
|
692
|
-
export declare const AssociatePricingRulesInputFilterSensitiveLog: (
|
|
693
|
-
obj: AssociatePricingRulesInput
|
|
694
|
-
) => any;
|
|
695
|
-
export declare const AssociatePricingRulesOutputFilterSensitiveLog: (
|
|
696
|
-
obj: AssociatePricingRulesOutput
|
|
697
|
-
) => any;
|
|
698
|
-
export declare const AssociateResourceErrorFilterSensitiveLog: (
|
|
699
|
-
obj: AssociateResourceError
|
|
700
|
-
) => any;
|
|
701
|
-
export declare const AssociateResourceResponseElementFilterSensitiveLog: (
|
|
702
|
-
obj: AssociateResourceResponseElement
|
|
703
|
-
) => any;
|
|
704
|
-
export declare const ComputationPreferenceFilterSensitiveLog: (
|
|
705
|
-
obj: ComputationPreference
|
|
706
|
-
) => any;
|
|
707
680
|
export declare const CreateBillingGroupInputFilterSensitiveLog: (
|
|
708
681
|
obj: CreateBillingGroupInput
|
|
709
682
|
) => any;
|
|
710
|
-
export declare const CreateBillingGroupOutputFilterSensitiveLog: (
|
|
711
|
-
obj: CreateBillingGroupOutput
|
|
712
|
-
) => any;
|
|
713
|
-
export declare const DeleteBillingGroupInputFilterSensitiveLog: (
|
|
714
|
-
obj: DeleteBillingGroupInput
|
|
715
|
-
) => any;
|
|
716
|
-
export declare const DeleteBillingGroupOutputFilterSensitiveLog: (
|
|
717
|
-
obj: DeleteBillingGroupOutput
|
|
718
|
-
) => any;
|
|
719
|
-
export declare const DisassociateAccountsInputFilterSensitiveLog: (
|
|
720
|
-
obj: DisassociateAccountsInput
|
|
721
|
-
) => any;
|
|
722
|
-
export declare const DisassociateAccountsOutputFilterSensitiveLog: (
|
|
723
|
-
obj: DisassociateAccountsOutput
|
|
724
|
-
) => any;
|
|
725
|
-
export declare const ListBillingGroupsFilterFilterSensitiveLog: (
|
|
726
|
-
obj: ListBillingGroupsFilter
|
|
727
|
-
) => any;
|
|
728
|
-
export declare const ListBillingGroupsInputFilterSensitiveLog: (
|
|
729
|
-
obj: ListBillingGroupsInput
|
|
730
|
-
) => any;
|
|
731
683
|
export declare const BillingGroupListElementFilterSensitiveLog: (
|
|
732
684
|
obj: BillingGroupListElement
|
|
733
685
|
) => any;
|
|
@@ -740,238 +692,63 @@ export declare const UpdateBillingGroupInputFilterSensitiveLog: (
|
|
|
740
692
|
export declare const UpdateBillingGroupOutputFilterSensitiveLog: (
|
|
741
693
|
obj: UpdateBillingGroupOutput
|
|
742
694
|
) => any;
|
|
743
|
-
export declare const CustomLineItemBillingPeriodRangeFilterSensitiveLog: (
|
|
744
|
-
obj: CustomLineItemBillingPeriodRange
|
|
745
|
-
) => any;
|
|
746
|
-
export declare const BatchAssociateResourcesToCustomLineItemInputFilterSensitiveLog: (
|
|
747
|
-
obj: BatchAssociateResourcesToCustomLineItemInput
|
|
748
|
-
) => any;
|
|
749
|
-
export declare const BatchAssociateResourcesToCustomLineItemOutputFilterSensitiveLog: (
|
|
750
|
-
obj: BatchAssociateResourcesToCustomLineItemOutput
|
|
751
|
-
) => any;
|
|
752
|
-
export declare const BatchDisassociateResourcesFromCustomLineItemInputFilterSensitiveLog: (
|
|
753
|
-
obj: BatchDisassociateResourcesFromCustomLineItemInput
|
|
754
|
-
) => any;
|
|
755
|
-
export declare const DisassociateResourceResponseElementFilterSensitiveLog: (
|
|
756
|
-
obj: DisassociateResourceResponseElement
|
|
757
|
-
) => any;
|
|
758
|
-
export declare const BatchDisassociateResourcesFromCustomLineItemOutputFilterSensitiveLog: (
|
|
759
|
-
obj: BatchDisassociateResourcesFromCustomLineItemOutput
|
|
760
|
-
) => any;
|
|
761
|
-
export declare const CustomLineItemFlatChargeDetailsFilterSensitiveLog: (
|
|
762
|
-
obj: CustomLineItemFlatChargeDetails
|
|
763
|
-
) => any;
|
|
764
|
-
export declare const CustomLineItemPercentageChargeDetailsFilterSensitiveLog: (
|
|
765
|
-
obj: CustomLineItemPercentageChargeDetails
|
|
766
|
-
) => any;
|
|
767
|
-
export declare const CustomLineItemChargeDetailsFilterSensitiveLog: (
|
|
768
|
-
obj: CustomLineItemChargeDetails
|
|
769
|
-
) => any;
|
|
770
695
|
export declare const CreateCustomLineItemInputFilterSensitiveLog: (
|
|
771
696
|
obj: CreateCustomLineItemInput
|
|
772
697
|
) => any;
|
|
773
|
-
export declare const CreateCustomLineItemOutputFilterSensitiveLog: (
|
|
774
|
-
obj: CreateCustomLineItemOutput
|
|
775
|
-
) => any;
|
|
776
|
-
export declare const DeleteCustomLineItemInputFilterSensitiveLog: (
|
|
777
|
-
obj: DeleteCustomLineItemInput
|
|
778
|
-
) => any;
|
|
779
|
-
export declare const DeleteCustomLineItemOutputFilterSensitiveLog: (
|
|
780
|
-
obj: DeleteCustomLineItemOutput
|
|
781
|
-
) => any;
|
|
782
698
|
export declare const ListCustomLineItemsFilterFilterSensitiveLog: (
|
|
783
699
|
obj: ListCustomLineItemsFilter
|
|
784
700
|
) => any;
|
|
785
701
|
export declare const ListCustomLineItemsInputFilterSensitiveLog: (
|
|
786
702
|
obj: ListCustomLineItemsInput
|
|
787
703
|
) => any;
|
|
788
|
-
export declare const ListCustomLineItemFlatChargeDetailsFilterSensitiveLog: (
|
|
789
|
-
obj: ListCustomLineItemFlatChargeDetails
|
|
790
|
-
) => any;
|
|
791
|
-
export declare const ListCustomLineItemPercentageChargeDetailsFilterSensitiveLog: (
|
|
792
|
-
obj: ListCustomLineItemPercentageChargeDetails
|
|
793
|
-
) => any;
|
|
794
|
-
export declare const ListCustomLineItemChargeDetailsFilterSensitiveLog: (
|
|
795
|
-
obj: ListCustomLineItemChargeDetails
|
|
796
|
-
) => any;
|
|
797
704
|
export declare const CustomLineItemListElementFilterSensitiveLog: (
|
|
798
705
|
obj: CustomLineItemListElement
|
|
799
706
|
) => any;
|
|
800
707
|
export declare const ListCustomLineItemsOutputFilterSensitiveLog: (
|
|
801
708
|
obj: ListCustomLineItemsOutput
|
|
802
709
|
) => any;
|
|
803
|
-
export declare const ListCustomLineItemVersionsBillingPeriodRangeFilterFilterSensitiveLog: (
|
|
804
|
-
obj: ListCustomLineItemVersionsBillingPeriodRangeFilter
|
|
805
|
-
) => any;
|
|
806
|
-
export declare const ListCustomLineItemVersionsFilterFilterSensitiveLog: (
|
|
807
|
-
obj: ListCustomLineItemVersionsFilter
|
|
808
|
-
) => any;
|
|
809
|
-
export declare const ListCustomLineItemVersionsInputFilterSensitiveLog: (
|
|
810
|
-
obj: ListCustomLineItemVersionsInput
|
|
811
|
-
) => any;
|
|
812
710
|
export declare const CustomLineItemVersionListElementFilterSensitiveLog: (
|
|
813
711
|
obj: CustomLineItemVersionListElement
|
|
814
712
|
) => any;
|
|
815
713
|
export declare const ListCustomLineItemVersionsOutputFilterSensitiveLog: (
|
|
816
714
|
obj: ListCustomLineItemVersionsOutput
|
|
817
715
|
) => any;
|
|
818
|
-
export declare const ListResourcesAssociatedToCustomLineItemFilterFilterSensitiveLog: (
|
|
819
|
-
obj: ListResourcesAssociatedToCustomLineItemFilter
|
|
820
|
-
) => any;
|
|
821
|
-
export declare const ListResourcesAssociatedToCustomLineItemInputFilterSensitiveLog: (
|
|
822
|
-
obj: ListResourcesAssociatedToCustomLineItemInput
|
|
823
|
-
) => any;
|
|
824
|
-
export declare const ListResourcesAssociatedToCustomLineItemResponseElementFilterSensitiveLog: (
|
|
825
|
-
obj: ListResourcesAssociatedToCustomLineItemResponseElement
|
|
826
|
-
) => any;
|
|
827
|
-
export declare const ListResourcesAssociatedToCustomLineItemOutputFilterSensitiveLog: (
|
|
828
|
-
obj: ListResourcesAssociatedToCustomLineItemOutput
|
|
829
|
-
) => any;
|
|
830
|
-
export declare const UpdateCustomLineItemFlatChargeDetailsFilterSensitiveLog: (
|
|
831
|
-
obj: UpdateCustomLineItemFlatChargeDetails
|
|
832
|
-
) => any;
|
|
833
|
-
export declare const UpdateCustomLineItemPercentageChargeDetailsFilterSensitiveLog: (
|
|
834
|
-
obj: UpdateCustomLineItemPercentageChargeDetails
|
|
835
|
-
) => any;
|
|
836
|
-
export declare const UpdateCustomLineItemChargeDetailsFilterSensitiveLog: (
|
|
837
|
-
obj: UpdateCustomLineItemChargeDetails
|
|
838
|
-
) => any;
|
|
839
716
|
export declare const UpdateCustomLineItemInputFilterSensitiveLog: (
|
|
840
717
|
obj: UpdateCustomLineItemInput
|
|
841
718
|
) => any;
|
|
842
719
|
export declare const UpdateCustomLineItemOutputFilterSensitiveLog: (
|
|
843
720
|
obj: UpdateCustomLineItemOutput
|
|
844
721
|
) => any;
|
|
845
|
-
export declare const ListAccountAssociationsFilterFilterSensitiveLog: (
|
|
846
|
-
obj: ListAccountAssociationsFilter
|
|
847
|
-
) => any;
|
|
848
|
-
export declare const ListAccountAssociationsInputFilterSensitiveLog: (
|
|
849
|
-
obj: ListAccountAssociationsInput
|
|
850
|
-
) => any;
|
|
851
722
|
export declare const ListAccountAssociationsOutputFilterSensitiveLog: (
|
|
852
723
|
obj: ListAccountAssociationsOutput
|
|
853
724
|
) => any;
|
|
854
|
-
export declare const ListBillingGroupCostReportsFilterFilterSensitiveLog: (
|
|
855
|
-
obj: ListBillingGroupCostReportsFilter
|
|
856
|
-
) => any;
|
|
857
|
-
export declare const ListBillingGroupCostReportsInputFilterSensitiveLog: (
|
|
858
|
-
obj: ListBillingGroupCostReportsInput
|
|
859
|
-
) => any;
|
|
860
|
-
export declare const BillingGroupCostReportElementFilterSensitiveLog: (
|
|
861
|
-
obj: BillingGroupCostReportElement
|
|
862
|
-
) => any;
|
|
863
|
-
export declare const ListBillingGroupCostReportsOutputFilterSensitiveLog: (
|
|
864
|
-
obj: ListBillingGroupCostReportsOutput
|
|
865
|
-
) => any;
|
|
866
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
867
|
-
obj: ListTagsForResourceRequest
|
|
868
|
-
) => any;
|
|
869
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
870
|
-
obj: ListTagsForResourceResponse
|
|
871
|
-
) => any;
|
|
872
725
|
export declare const CreatePricingPlanInputFilterSensitiveLog: (
|
|
873
726
|
obj: CreatePricingPlanInput
|
|
874
727
|
) => any;
|
|
875
|
-
export declare const CreatePricingPlanOutputFilterSensitiveLog: (
|
|
876
|
-
obj: CreatePricingPlanOutput
|
|
877
|
-
) => any;
|
|
878
|
-
export declare const DeletePricingPlanInputFilterSensitiveLog: (
|
|
879
|
-
obj: DeletePricingPlanInput
|
|
880
|
-
) => any;
|
|
881
|
-
export declare const DeletePricingPlanOutputFilterSensitiveLog: (
|
|
882
|
-
obj: DeletePricingPlanOutput
|
|
883
|
-
) => any;
|
|
884
|
-
export declare const DisassociatePricingRulesInputFilterSensitiveLog: (
|
|
885
|
-
obj: DisassociatePricingRulesInput
|
|
886
|
-
) => any;
|
|
887
|
-
export declare const DisassociatePricingRulesOutputFilterSensitiveLog: (
|
|
888
|
-
obj: DisassociatePricingRulesOutput
|
|
889
|
-
) => any;
|
|
890
|
-
export declare const ListPricingPlansFilterFilterSensitiveLog: (
|
|
891
|
-
obj: ListPricingPlansFilter
|
|
892
|
-
) => any;
|
|
893
|
-
export declare const ListPricingPlansInputFilterSensitiveLog: (
|
|
894
|
-
obj: ListPricingPlansInput
|
|
895
|
-
) => any;
|
|
896
728
|
export declare const PricingPlanListElementFilterSensitiveLog: (
|
|
897
729
|
obj: PricingPlanListElement
|
|
898
730
|
) => any;
|
|
899
731
|
export declare const ListPricingPlansOutputFilterSensitiveLog: (
|
|
900
732
|
obj: ListPricingPlansOutput
|
|
901
733
|
) => any;
|
|
902
|
-
export declare const ListPricingPlansAssociatedWithPricingRuleInputFilterSensitiveLog: (
|
|
903
|
-
obj: ListPricingPlansAssociatedWithPricingRuleInput
|
|
904
|
-
) => any;
|
|
905
|
-
export declare const ListPricingPlansAssociatedWithPricingRuleOutputFilterSensitiveLog: (
|
|
906
|
-
obj: ListPricingPlansAssociatedWithPricingRuleOutput
|
|
907
|
-
) => any;
|
|
908
734
|
export declare const UpdatePricingPlanInputFilterSensitiveLog: (
|
|
909
735
|
obj: UpdatePricingPlanInput
|
|
910
736
|
) => any;
|
|
911
737
|
export declare const UpdatePricingPlanOutputFilterSensitiveLog: (
|
|
912
738
|
obj: UpdatePricingPlanOutput
|
|
913
739
|
) => any;
|
|
914
|
-
export declare const CreateFreeTierConfigFilterSensitiveLog: (
|
|
915
|
-
obj: CreateFreeTierConfig
|
|
916
|
-
) => any;
|
|
917
|
-
export declare const CreateTieringInputFilterSensitiveLog: (
|
|
918
|
-
obj: CreateTieringInput
|
|
919
|
-
) => any;
|
|
920
740
|
export declare const CreatePricingRuleInputFilterSensitiveLog: (
|
|
921
741
|
obj: CreatePricingRuleInput
|
|
922
742
|
) => any;
|
|
923
|
-
export declare const CreatePricingRuleOutputFilterSensitiveLog: (
|
|
924
|
-
obj: CreatePricingRuleOutput
|
|
925
|
-
) => any;
|
|
926
|
-
export declare const DeletePricingRuleInputFilterSensitiveLog: (
|
|
927
|
-
obj: DeletePricingRuleInput
|
|
928
|
-
) => any;
|
|
929
|
-
export declare const DeletePricingRuleOutputFilterSensitiveLog: (
|
|
930
|
-
obj: DeletePricingRuleOutput
|
|
931
|
-
) => any;
|
|
932
|
-
export declare const ListPricingRulesFilterFilterSensitiveLog: (
|
|
933
|
-
obj: ListPricingRulesFilter
|
|
934
|
-
) => any;
|
|
935
|
-
export declare const ListPricingRulesInputFilterSensitiveLog: (
|
|
936
|
-
obj: ListPricingRulesInput
|
|
937
|
-
) => any;
|
|
938
|
-
export declare const FreeTierConfigFilterSensitiveLog: (
|
|
939
|
-
obj: FreeTierConfig
|
|
940
|
-
) => any;
|
|
941
|
-
export declare const TieringFilterSensitiveLog: (obj: Tiering) => any;
|
|
942
743
|
export declare const PricingRuleListElementFilterSensitiveLog: (
|
|
943
744
|
obj: PricingRuleListElement
|
|
944
745
|
) => any;
|
|
945
746
|
export declare const ListPricingRulesOutputFilterSensitiveLog: (
|
|
946
747
|
obj: ListPricingRulesOutput
|
|
947
748
|
) => any;
|
|
948
|
-
export declare const ListPricingRulesAssociatedToPricingPlanInputFilterSensitiveLog: (
|
|
949
|
-
obj: ListPricingRulesAssociatedToPricingPlanInput
|
|
950
|
-
) => any;
|
|
951
|
-
export declare const ListPricingRulesAssociatedToPricingPlanOutputFilterSensitiveLog: (
|
|
952
|
-
obj: ListPricingRulesAssociatedToPricingPlanOutput
|
|
953
|
-
) => any;
|
|
954
|
-
export declare const UpdateFreeTierConfigFilterSensitiveLog: (
|
|
955
|
-
obj: UpdateFreeTierConfig
|
|
956
|
-
) => any;
|
|
957
|
-
export declare const UpdateTieringInputFilterSensitiveLog: (
|
|
958
|
-
obj: UpdateTieringInput
|
|
959
|
-
) => any;
|
|
960
749
|
export declare const UpdatePricingRuleInputFilterSensitiveLog: (
|
|
961
750
|
obj: UpdatePricingRuleInput
|
|
962
751
|
) => any;
|
|
963
752
|
export declare const UpdatePricingRuleOutputFilterSensitiveLog: (
|
|
964
753
|
obj: UpdatePricingRuleOutput
|
|
965
754
|
) => any;
|
|
966
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
967
|
-
obj: TagResourceRequest
|
|
968
|
-
) => any;
|
|
969
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
970
|
-
obj: TagResourceResponse
|
|
971
|
-
) => any;
|
|
972
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
973
|
-
obj: UntagResourceRequest
|
|
974
|
-
) => any;
|
|
975
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
976
|
-
obj: UntagResourceResponse
|
|
977
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-billingconductor",
|
|
3
3
|
"description": "AWS SDK for JavaScript Billingconductor Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo billingconductor"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|