@aws-sdk/client-billingconductor 3.496.0 → 3.499.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +54 -53
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -3623,33 +3623,19 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3623
3623
|
// Annotate the CommonJS export names for ESM import in node:
|
|
3624
3624
|
|
|
3625
3625
|
0 && (module.exports = {
|
|
3626
|
-
|
|
3627
|
-
|
|
3626
|
+
BillingconductorServiceException,
|
|
3627
|
+
__Client,
|
|
3628
|
+
BillingconductorClient,
|
|
3629
|
+
Billingconductor,
|
|
3630
|
+
$Command,
|
|
3628
3631
|
AssociateAccountsCommand,
|
|
3629
3632
|
AssociatePricingRulesCommand,
|
|
3630
|
-
AssociateResourceErrorReason,
|
|
3631
3633
|
BatchAssociateResourcesToCustomLineItemCommand,
|
|
3632
3634
|
BatchDisassociateResourcesFromCustomLineItemCommand,
|
|
3633
|
-
BillingGroupListElementFilterSensitiveLog,
|
|
3634
|
-
BillingGroupStatus,
|
|
3635
|
-
Billingconductor,
|
|
3636
|
-
BillingconductorClient,
|
|
3637
|
-
BillingconductorServiceException,
|
|
3638
|
-
ConflictException,
|
|
3639
|
-
ConflictExceptionReason,
|
|
3640
3635
|
CreateBillingGroupCommand,
|
|
3641
|
-
CreateBillingGroupInputFilterSensitiveLog,
|
|
3642
3636
|
CreateCustomLineItemCommand,
|
|
3643
|
-
CreateCustomLineItemInputFilterSensitiveLog,
|
|
3644
3637
|
CreatePricingPlanCommand,
|
|
3645
|
-
CreatePricingPlanInputFilterSensitiveLog,
|
|
3646
3638
|
CreatePricingRuleCommand,
|
|
3647
|
-
CreatePricingRuleInputFilterSensitiveLog,
|
|
3648
|
-
CurrencyCode,
|
|
3649
|
-
CustomLineItemListElementFilterSensitiveLog,
|
|
3650
|
-
CustomLineItemRelationship,
|
|
3651
|
-
CustomLineItemType,
|
|
3652
|
-
CustomLineItemVersionListElementFilterSensitiveLog,
|
|
3653
3639
|
DeleteBillingGroupCommand,
|
|
3654
3640
|
DeleteCustomLineItemCommand,
|
|
3655
3641
|
DeletePricingPlanCommand,
|
|
@@ -3657,64 +3643,79 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
3657
3643
|
DisassociateAccountsCommand,
|
|
3658
3644
|
DisassociatePricingRulesCommand,
|
|
3659
3645
|
GetBillingGroupCostReportCommand,
|
|
3660
|
-
GroupByAttributeName,
|
|
3661
|
-
InternalServerException,
|
|
3662
|
-
LineItemFilterAttributeName,
|
|
3663
|
-
LineItemFilterValue,
|
|
3664
3646
|
ListAccountAssociationsCommand,
|
|
3665
|
-
ListAccountAssociationsOutputFilterSensitiveLog,
|
|
3666
3647
|
ListBillingGroupCostReportsCommand,
|
|
3667
3648
|
ListBillingGroupsCommand,
|
|
3668
|
-
ListBillingGroupsOutputFilterSensitiveLog,
|
|
3669
3649
|
ListCustomLineItemVersionsCommand,
|
|
3670
|
-
ListCustomLineItemVersionsOutputFilterSensitiveLog,
|
|
3671
3650
|
ListCustomLineItemsCommand,
|
|
3672
|
-
ListCustomLineItemsFilterFilterSensitiveLog,
|
|
3673
|
-
ListCustomLineItemsInputFilterSensitiveLog,
|
|
3674
|
-
ListCustomLineItemsOutputFilterSensitiveLog,
|
|
3675
3651
|
ListPricingPlansAssociatedWithPricingRuleCommand,
|
|
3676
3652
|
ListPricingPlansCommand,
|
|
3677
|
-
ListPricingPlansOutputFilterSensitiveLog,
|
|
3678
3653
|
ListPricingRulesAssociatedToPricingPlanCommand,
|
|
3679
3654
|
ListPricingRulesCommand,
|
|
3680
|
-
ListPricingRulesOutputFilterSensitiveLog,
|
|
3681
3655
|
ListResourcesAssociatedToCustomLineItemCommand,
|
|
3682
3656
|
ListTagsForResourceCommand,
|
|
3683
|
-
MatchOption,
|
|
3684
|
-
PricingPlanListElementFilterSensitiveLog,
|
|
3685
|
-
PricingRuleListElementFilterSensitiveLog,
|
|
3686
|
-
PricingRuleScope,
|
|
3687
|
-
PricingRuleType,
|
|
3688
|
-
ResourceNotFoundException,
|
|
3689
|
-
ServiceLimitExceededException,
|
|
3690
3657
|
TagResourceCommand,
|
|
3691
|
-
ThrottlingException,
|
|
3692
3658
|
UntagResourceCommand,
|
|
3693
3659
|
UpdateBillingGroupCommand,
|
|
3694
|
-
UpdateBillingGroupInputFilterSensitiveLog,
|
|
3695
|
-
UpdateBillingGroupOutputFilterSensitiveLog,
|
|
3696
3660
|
UpdateCustomLineItemCommand,
|
|
3697
|
-
UpdateCustomLineItemInputFilterSensitiveLog,
|
|
3698
|
-
UpdateCustomLineItemOutputFilterSensitiveLog,
|
|
3699
3661
|
UpdatePricingPlanCommand,
|
|
3700
|
-
UpdatePricingPlanInputFilterSensitiveLog,
|
|
3701
|
-
UpdatePricingPlanOutputFilterSensitiveLog,
|
|
3702
3662
|
UpdatePricingRuleCommand,
|
|
3703
|
-
UpdatePricingRuleInputFilterSensitiveLog,
|
|
3704
|
-
UpdatePricingRuleOutputFilterSensitiveLog,
|
|
3705
|
-
ValidationException,
|
|
3706
|
-
ValidationExceptionReason,
|
|
3707
|
-
__Client,
|
|
3708
3663
|
paginateGetBillingGroupCostReport,
|
|
3709
3664
|
paginateListAccountAssociations,
|
|
3710
3665
|
paginateListBillingGroupCostReports,
|
|
3711
3666
|
paginateListBillingGroups,
|
|
3712
3667
|
paginateListCustomLineItemVersions,
|
|
3713
3668
|
paginateListCustomLineItems,
|
|
3714
|
-
paginateListPricingPlans,
|
|
3715
3669
|
paginateListPricingPlansAssociatedWithPricingRule,
|
|
3716
|
-
|
|
3670
|
+
paginateListPricingPlans,
|
|
3717
3671
|
paginateListPricingRulesAssociatedToPricingPlan,
|
|
3718
|
-
|
|
3672
|
+
paginateListPricingRules,
|
|
3673
|
+
paginateListResourcesAssociatedToCustomLineItem,
|
|
3674
|
+
AccessDeniedException,
|
|
3675
|
+
ConflictExceptionReason,
|
|
3676
|
+
ConflictException,
|
|
3677
|
+
InternalServerException,
|
|
3678
|
+
ResourceNotFoundException,
|
|
3679
|
+
ServiceLimitExceededException,
|
|
3680
|
+
ThrottlingException,
|
|
3681
|
+
ValidationExceptionReason,
|
|
3682
|
+
ValidationException,
|
|
3683
|
+
AssociateResourceErrorReason,
|
|
3684
|
+
BillingGroupStatus,
|
|
3685
|
+
LineItemFilterAttributeName,
|
|
3686
|
+
MatchOption,
|
|
3687
|
+
LineItemFilterValue,
|
|
3688
|
+
CustomLineItemType,
|
|
3689
|
+
CurrencyCode,
|
|
3690
|
+
CustomLineItemRelationship,
|
|
3691
|
+
GroupByAttributeName,
|
|
3692
|
+
PricingRuleScope,
|
|
3693
|
+
PricingRuleType,
|
|
3694
|
+
AccountAssociationsListElementFilterSensitiveLog,
|
|
3695
|
+
CreateBillingGroupInputFilterSensitiveLog,
|
|
3696
|
+
BillingGroupListElementFilterSensitiveLog,
|
|
3697
|
+
ListBillingGroupsOutputFilterSensitiveLog,
|
|
3698
|
+
UpdateBillingGroupInputFilterSensitiveLog,
|
|
3699
|
+
UpdateBillingGroupOutputFilterSensitiveLog,
|
|
3700
|
+
CreateCustomLineItemInputFilterSensitiveLog,
|
|
3701
|
+
ListCustomLineItemsFilterFilterSensitiveLog,
|
|
3702
|
+
ListCustomLineItemsInputFilterSensitiveLog,
|
|
3703
|
+
CustomLineItemListElementFilterSensitiveLog,
|
|
3704
|
+
ListCustomLineItemsOutputFilterSensitiveLog,
|
|
3705
|
+
CustomLineItemVersionListElementFilterSensitiveLog,
|
|
3706
|
+
ListCustomLineItemVersionsOutputFilterSensitiveLog,
|
|
3707
|
+
UpdateCustomLineItemInputFilterSensitiveLog,
|
|
3708
|
+
UpdateCustomLineItemOutputFilterSensitiveLog,
|
|
3709
|
+
ListAccountAssociationsOutputFilterSensitiveLog,
|
|
3710
|
+
CreatePricingPlanInputFilterSensitiveLog,
|
|
3711
|
+
PricingPlanListElementFilterSensitiveLog,
|
|
3712
|
+
ListPricingPlansOutputFilterSensitiveLog,
|
|
3713
|
+
UpdatePricingPlanInputFilterSensitiveLog,
|
|
3714
|
+
UpdatePricingPlanOutputFilterSensitiveLog,
|
|
3715
|
+
CreatePricingRuleInputFilterSensitiveLog,
|
|
3716
|
+
PricingRuleListElementFilterSensitiveLog,
|
|
3717
|
+
ListPricingRulesOutputFilterSensitiveLog,
|
|
3718
|
+
UpdatePricingRuleInputFilterSensitiveLog,
|
|
3719
|
+
UpdatePricingRuleOutputFilterSensitiveLog
|
|
3719
3720
|
});
|
|
3720
3721
|
|
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.499.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-billingconductor",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.0",
|
|
26
26
|
"@aws-sdk/middleware-host-header": "3.496.0",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.496.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.496.0",
|